@charset "UTF-8";
/*
    http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-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: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-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: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/general/fonts/NotoSansCJKjp-Regular.min.ttf") format("truetype"), url("/general/fonts/NotoSansCJKjp-Regular.min.woff") format("woff"), url("/general/fonts/NotoSansCJKjp-Regular.min.woff2") format("woff2"); }
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("/general/fonts/NotoSansCJKjp-Medium.min.ttf") format("truetype"), url("/general/fonts/NotoSansCJKjp-Medium.min.woff") format("woff"), url("/general/fonts/NotoSansCJKjp-Medium.min.woff2") format("woff2"); }
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/general/fonts/NotoSansCJKjp-Bold.min.ttf") format("truetype"), url("/general/fonts/NotoSansCJKjp-Bold.min.woff") format("woff"), url("/general/fonts/NotoSansCJKjp-Bold.min.woff2") format("woff2"); }
@font-face {
  font-family: "NotoSansCJKjp-Black";
  font-style: normal;
  font-weight: normal;
  src: url("/general/fonts/NotoSansCJKjp-Black.min.ttf") format("truetype"), url("/general/fonts/NotoSansCJKjp-Black.min.woff") format("woff"), url("/general/fonts/NotoSansCJKjp-Black.min.woff2") format("woff2"); }
@font-face {
  font-family: "Lato-Light";
  font-style: normal;
  font-weight: normal;
  src: url("/general/fonts/lato-v15-latin-300.ttf") format("truetype"), url("/general/fonts/lato-v15-latin-300.woff") format("woff"), url("/general/fonts/lato-v15-latin-300.woff2") format("woff2"); }
@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/general/fonts/lato-v15-latin-regular.ttf") format("truetype"), url("/general/fonts/lato-v15-latin-regular.woff") format("woff"), url("/general/fonts/lato-v15-latin-regular.woff2") format("woff2"); }
@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/general/fonts/lato-v15-latin-700.ttf") format("truetype"), url("/general/fonts/lato-v15-latin-700.woff") format("woff"), url("/general/fonts/lato-v15-latin-700.woff2") format("woff2"); }
@font-face {
  font-family: "Lato-Black";
  font-style: normal;
  font-weight: normal;
  src: url("/general/fonts/lato-v15-latin-900.ttf") format("truetype"), url("/general/fonts/lato-v15-latin-900.woff") format("woff"), url("/general/fonts/lato-v15-latin-900.woff2") format("woff2"); }
/* 〜479px：SP portrait
------------------------------ */
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "NotoSansCJKjp-Regular", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 23px;
  -webkit-text-size-adjust: 100%;
  color: #333333; }

img {
  width: 100%;
  vertical-align: middle; }

sup {
  vertical-align: super;
  font-size: 50%; }

.pc, .pc-inline {
  display: none !important; }

.f_regular {
  font-family: "NotoSansCJKjp-Regular"; }

.f_medium {
  font-family: "NotoSansCJKjp-Medium"; }

.f_bold {
  font-family: "NotoSansCJKjp-Bold"; }

.f_black {
  font-family: "NotoSansCJKjp-Black"; }

.f_lato_light {
  font-family: "Lato-Light"; }

.f_lato_regular {
  font-family: "Lato-Regular"; }

.f_lato_bold {
  font-family: "Lato-Bold"; }

.f_lato_black {
  font-family: "Lato-Black"; }

.f_color_black {
  color: #000 !important; }

.f_color_white {
  color: #fff !important; }

section.block {
  position: relative;
  width: 100%; }
  section.block .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    section.block .bg.overlayer:before, section.block .bg.overlayer:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%; }
  section.block .inner {
    position: relative;
    z-index: 0;
    width: 100%; }
    section.block .inner .full-width {
      width: 110.3%;
      transform: translateX(-4.6%); }
  section.block > .inner {
    width: 90.66666666666666%;
    margin: 0 auto; }

.accr {
  width: 140px;
  height: auto;
  background-color: #f0f0f0;
  text-align: center;
  transition: all 0.2s ease; }
  .accr:hover {
    background-color: #dfdfdf; }
  .accr > .trigger {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 10px;
    text-decoration: none;
    vertical-align: text-top; }
    .accr > .trigger.a_arrow_top::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      top: 50%;
      right: 10px;
      border-top: 2px solid #333333;
      border-right: 2px solid #333333;
      transform: translateY(-50%) rotate(-45deg);
      margin-top: 2px; }
    .accr > .trigger.a_arrow_bottom::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      top: 50%;
      right: 10px;
      border-top: 2px solid #333333;
      border-right: 2px solid #333333;
      transform: translateY(-50%) rotate(135deg);
      margin-top: -2px; }

.accr-target {
  display: none; }

.tggl > .tggl-trigger {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  background-color: #f0f0f0;
  transition: all 0.2s ease; }
  .tggl > .tggl-trigger:hover {
    background-color: #dfdfdf; }
  .tggl > .tggl-trigger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    top: 50%;
    right: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: translateY(-50%) rotate(135deg);
    margin-top: -2px; }
.tggl.opened > .tggl-trigger:after {
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 2px; }
.tggl > .tggl-target {
  display: none; }

/***************************
    general - header
***************************/
#header {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 58px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff;
  z-index: 99999; }
  #header .logo {
    width: 98px;
    margin-left: 10px; }
  #header .menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    margin-top: 2px;
    margin-right: 6px;
    border-radius: 100%;
    z-index: 99999; }
    #header .menu:before {
      content: "";
      position: absolute;
      left: 1%;
      top: 1%;
      width: 98%;
      height: 98%;
      border-radius: 50%;
      background: #f39800;
      opacity: 0;
      transition: all 0.2s ease; }
    #header .menu > p {
      position: relative;
      color: #148722;
      font-size: 11px;
      font-style: italic;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      padding: 1.2em 0 0; }
    #header .menu > span {
      display: inline-block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      #header .menu > span:first-child {
        width: 33px;
        top: 8px; }
      #header .menu > span:nth-child(2), #header .menu > span:nth-child(3) {
        position: absolute;
        width: 31px;
        height: 2px;
        background-color: #148722;
        transition: all 0.2s ease; }
      #header .menu > span:nth-child(2) {
        top: 29.5px;
        right: 0; }
      #header .menu > span:nth-child(3) {
        top: 36.5px;
        right: 0; }
  #header .progress {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: opacity 0.2s ease; }
  #header.loaded .progress {
    opacity: 0; }

.scroll #header .menu:before {
  opacity: 1; }
.scroll #header .menu > p {
  color: #fff; }
.scroll #header .menu > span:nth-child(2), .scroll #header .menu > span:nth-child(3) {
  background-color: #fff; }

#header .menu.opened > p, #header .menu.opened:before {
  opacity: 0; }
#header .menu.opened > span:nth-child(2), #header .menu.opened > span:nth-child(3) {
  top: 36.5px;
  width: 31px;
  background-color: #148722; }
#header .menu.opened > span:nth-child(2) {
  transform: translateX(-10px) translateY(-10px) rotate(-45deg); }
#header .menu.opened > span:nth-child(3) {
  transform: translateX(-10px) translateY(-10px) rotate(45deg); }
#header .menu-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 36px;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 9999;
box-sizing: border-box; }
  #header .menu-wrapper .lang {
    padding: 10px 0 20px;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #bcbcbc; }
    #header .menu-wrapper .lang .inner {
      position: relative;
      display: inline-block; }
    #header .menu-wrapper .lang .status {
      display: inline-block;
      position: relative;
      border-bottom: 2px solid #cfcfcf;
      padding-right: 30px; }
      #header .menu-wrapper .lang .status::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        right: 2px;
        border-top: 2px solid #cfcfcf;
        border-right: 2px solid #cfcfcf;
        transform: translateY(-50%) rotate(135deg);
        margin-top: -2px;
        transition: all 0.2s ease; }
    #header .menu-wrapper .lang.opened .status::after {
      transform: translateY(-50%) rotate(-45deg);
      margin-top: 2px; }
    #header .menu-wrapper .lang .list {
      display: none;
      position: absolute;
      width: 100%;
      background: #fff;
      z-index: 9; }
      #header .menu-wrapper .lang .list .item {
        border-bottom: 1px solid #cfcfcf; }
        #header .menu-wrapper .lang .list .item a {
          display: block;
          color: #373737;
          line-height: 1;
          padding: 1em 0;
          text-decoration: none; }
          #header .menu-wrapper .lang .list .item a:hover {
            background: #eee; }

/* ---------------
    global nav
----------------*/
#nav-gl .inner {
  transition: all 0.2s ease; }
#nav-gl .list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #bcbcbc; }
  #nav-gl .list .item {
    display: block;
    align-items: center;
    position: relative;
    width: 100%;
    /*min-height: 5em;*/
    font-size: 12px;
    /*line-height: 1.25em;*/
    letter-spacing: 0.015em;
    text-align: center;
    border-bottom: 1px solid #bcbcbc;
    /*padding: 1em 0;*/
    box-sizing: border-box; }
    /*#nav-gl .list .item::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 0;
      top: 0;
      left: 0;
      background-color: #707070; }*/

    #nav-gl .list .item a::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 0;
      top: -13px;
      background-color: #707070; }

    #nav-gl .list .item #nav-mega-drop li::before {
      content: "";
      position: absolute;
      width: 5px;
      height: 0;
      top: -13px;
      background-color: #707070;
    }
    #nav-gl .list .item #nav-mega-drop li.active::before {
      height: 100%;
      left: 0;
    }

    #nav-gl .list .item a.active::before {
      height: 100%;
      left: 0; }
    #nav-gl .list .item:first-child {
      width: 100%; }
    /*#nav-gl .list .item:nth-child(even) {
      border-right: 1px solid #bcbcbc; }*/
    #nav-gl .list .item a {
      display: inline-block;
      position: relative;
      width: 100%;
      padding: 1rem 0;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      color: #595757; }

   #header .menu-wrapper .nav-left-box {
     margin-top: 25px;
    }
   #header .menu-wrapper .nav-left-box .list {
    display: flex;
    justify-content: center; }
    #header .menu-wrapper .nav-left-box .list .item {
      max-width: 26px;
      margin: 0 2.5px; }

@media screen and (max-width: 1279px) {
  #header .menu-wrapper .nav-left-box .list .item {
    max-width: 33px;
      margin: 0 8px;
  }
  
}

  #nav-gl .list .item #nav-mega-drop {
    display: none;
    border-top: 1px solid #bcbcbc;
  }

  #nav-gl .list .item #nav-mega-drop a::after {
    width: 0;
    height: 6px;
    transition: all 0.2s ease;
  }
  #nav-gl .list .item #nav-mega-drop #nav-gl-robo a::after,
  #nav-gl .list .item #nav-mega-drop #nav-gl-robopro a::after  {
    content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top:6px;
  transform: rotate(45deg);
  left: 0;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  }
  @media screen and (max-width: 1279px) {
    #nav-gl .list .item #nav-mega-drop #nav-gl-robo a::after,
    #nav-gl .list .item #nav-mega-drop #nav-gl-robopro a::after  {
     display: none;
    }
  }

  #nav-gl .list .item #nav-mega-drop a::after{
    content: none;
  }
  #nav-gl .list .item #nav-mega-drop a::before {
    content: none;
  }
  #nav-gl .list #nav-gl-steam .nav-acc{
    position: relative;
    padding-right: 10px;
  }
  #nav-gl .list #nav-gl-steam .nav-acc::before {
    content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top:6px;
  transform: rotate(135deg);
  right: -3px;
  border-top:2px solid #212121;
  border-right:2px solid #212121;
  }
  @media screen and (max-width: 1279px) {
    #nav-gl .list #nav-gl-steam .nav-acc::before {
      display: none;
    }
  }

  .nav-left-box .link-btn {
    position: relative;
    margin: 20px 0 0;
    text-align: center;
  }
  .nav-left-box .link-btn a {
    display: inline-block;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #212121;
    text-decoration: none;
  }
  /* .nav-left-box .link-btn a::after {
    content: "";
    position: absolute;
    top: 6px;
    width: 17px;
    height: 17px;
    margin: 0 10px;
    background: url(/assets/img/nav_btn.png)no-repeat;
  } */
  #nav-gl .list .item .font-16 {
    font-size: 16px;
  }

#nav-gl .list .item a.mega-icon::before,
#nav-gl .list .item a.mega-icon02::before{
  top: 0;
}
#nav-gl .list .item a.mega-icon.active::before{
  height: 100%;
  left: 0;
}

#nav-gl .list .item a.mega-icon::after {
  content: "＋";
  display: block;
  width: 0;
  position: absolute;
  top: 13px;
  right: 35px;
  font-size: 20px;
  color: #949494;
  background-color: #949494;
}
#nav-gl .list .item a.mega-icon.v-none::after {
  content:'';
}
#nav-gl .list .item a.menu-active::after {
  content: "－";
  display: block;
  width: 0;
  position: absolute;
  top: 13px;
  right: 35px;
  font-size: 20px;
  color: #949494;
  background-color: #949494;
}

#nav-gl .list .item #nav-mega-drop a.sub-menu {
  padding: 1.3rem;
  box-sizing: border-box;
}
#nav-gl .list .item #nav-mega-drop a.sub-menu::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  top: 0;
  background-color: #707070;
}
#nav-gl .list .item #nav-mega-drop a.sub-menu.active::before {
  height: 100%;
  left: 0;
}

#nav-gl .list .item.active a::before {
  width: 0;
}

#nav-gl .list .item #nav-mega-drop p{
  text-align: left;
  line-height: 1.2;
}

#nav-gl .list .item #nav-mega-drop li {
  margin: 0px 0 0 20px;
  border-bottom: 1px solid #bcbcbc;
  background: #ededed;
}
#nav-gl .list .item #nav-mega-drop li:nth-child(5),
#nav-gl .list .item #nav-mega-drop li:last-child {
  border-bottom: none;
}
#nav-gl .list .item #nav-mega-drop li:nth-child(6) {
  display: none;
}
#nav-gl .list .item #nav-mega-drop p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #949494;
  border-bottom: 2px solid #949494;
  transform: translateY(-50%)rotate(-45deg);
  transition: .3s;
}

#nav-mega-drop ul li p span {
    font-size: 14px;
  }

#nav-gl .sp-none{
  display: none;
}

/* ---------------
    side nav
----------------*/
#nav-sd {
  position: fixed;
  left: 0;
  bottom: -4px;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease; }
  #nav-sd .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #nav-sd .list .item {
      display: inline-block;
      margin: 0 0.2em; }
      #nav-sd .list .item a {
        position: relative;
        display: inline-block;
        width: 11em;
        color: #666;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        padding: 1.2em 0 2.4em 0;
        background: #fff;
        border: 4px solid #999; }
        #nav-sd .list .item a:before {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          height: 0.8em;
          background: #ccc; }
        #nav-sd .list .item a:after {
          content: "";
          position: absolute;
          width: 6px;
          height: 6px;
          top: 75%;
          right: 50%;
          border-top: 2px solid #999;
          border-right: 2px solid #999;
          transform: translateY(-50%) rotate(45deg);
          margin-top: 1px; }
        #nav-sd .list .item a.sc {
          color: #eb3b4b;
          border: 4px solid #eb6060; }
          #nav-sd .list .item a.sc:before {
            background: #f7bdbd; }
          #nav-sd .list .item a.sc:after {
            border-top: 2px solid #eb6060;
            border-right: 2px solid #eb6060; }
        #nav-sd .list .item a.fc {
          color: #eb793b;
          border: 4px solid #ea9d73; }
          #nav-sd .list .item a.fc:before {
            background: #f5d2bf; }
          #nav-sd .list .item a.fc:after {
            border-top: 2px solid #ea9d73;
            border-right: 2px solid #ea9d73; }

.onfoot #nav-sd {
  bottom: -100px; }

  #nav-sd.menu-top {
    position: relative;
    bottom: 0;
  }
  #nav-sd.menu-top .list {
    padding: 70px 0 15px;
  }

/***************************
    general - container
***************************/
#container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 58px;
  background-color: #fff; }

/* ---------------
    footer nav
----------------*/
#nav-footer {
  background: #f7f7f7; }
  #nav-footer .list {
    text-align: center;
    padding: 1em 0; }
    #nav-footer .list .item a {
      display: inline-block;
      color: #1e84ff;
      font-size: 12px;
      text-decoration: none;
      padding: 0.5em 0; }
      #nav-footer .list .item a:hover {
        text-decoration: underline; }

#to-top {
  position: fixed;
  width: 26px;
  bottom: 80px;
  right: 10px;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease; }

.scroll #to-top {
  opacity: 1;
  pointer-events: all; }

/***************************
    general - footer
***************************/
#footer {
  width: 100%;
  border-top: 1px solid #cccccc; }
  #footer .inner {
    padding: 11px 0 26px;
    background: #fff; }
  #footer .menu .list {
    text-align: center;
    padding: 0 0 1.5em; }
    #footer .menu .list .item a {
      display: inline-block;
      color: #696969;
      font-size: 12px;
      text-decoration: none;
      padding: 0.5em 0; }
      #footer .menu .list .item a:hover {
        text-decoration: underline; }
  #footer .logo {
    max-width: 164px;
    margin: 0 auto; }
  #footer .copyright {
    text-align: center;
    font-size: 74%; }

/* 480px〜599px：SP landscape
------------------------------ */
@media screen and (min-width: 480px) {
  /***************************
      general - header
  ***************************/
  /***************************
      general - container
  ***************************/
  /***************************
      general - footer
  ***************************/ }
/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      general - header
  ***************************/
  /***************************
      general - container
  ***************************/
  /***************************
      general - footer
  ***************************/ }
/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
  .accr {
    width: 200px; }
    .accr > .trigger {
      font-size: 14px;
      padding: 0.5em 0; }

  html,
  body {
    line-height: 32px;
    font-size: 16px; }

  .pc-inline {
    display: inline !important; }

  .pc {
    display: inherit !important; }

  .sp, .sp-inline {
    display: none !important; }

  section.block .inner .full-width {
    width: 100%;
    transform: translateX(0); }
  section.block > .inner {
    width: 100%; }

  #to-top {
    width: 60px;
    right: 20px; }

  /* ---------------
      side nav
  ----------------*/
  #nav-sd {
    width: auto;
    left: -4px;
    bottom: 42%; }
    #nav-sd .list {
      flex-direction: column; }
      #nav-sd .list .item {
        margin: 0.2em 0; }
        #nav-sd .list .item a {
          display: flex;
          width: 9em;
          align-items: center;
          justify-content: center;
          height: 5em;
          padding: 0 1em 0 0;
          transition: all 0.2s ease; }
          #nav-sd .list .item a:before {
            width: 0.5em;
            height: 100%;
            transition: all 0.2s ease; }
          #nav-sd .list .item a:after {
            top: 50%;
            right: 10%;
            transition: all 0.2s ease; }
          #nav-sd .list .item a:hover {
            color: #fff;
            background: #999; }
            #nav-sd .list .item a:hover:after {
              border-top: 2px solid #fff;
              border-right: 2px solid #fff; }
          #nav-sd .list .item a.sc:hover {
            background: #eb6060; }
            #nav-sd .list .item a.sc:hover:before {
              background: #ea4242; }
          #nav-sd .list .item a.fc:hover {
            background: #ea9d73; }
            #nav-sd .list .item a.fc:hover:before {
              background: #f68041; }

  .onfoot #nav-sd {
    left: -200px;
    bottom: 42%; }

  #nav-sd.menu-top {
    display: none;
  }

  /***************************
      general - header
  ***************************/
  /***************************
      general - container
  ***************************/
  /***************************
      general - footer
  ***************************/ }
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  
  

  .accr {
    width: 280px; }
    .accr > .trigger {
      font-size: 16px;
      padding: 0.5em 0; }

  /***************************
      general - header
  ***************************/
  #header {
    position: fixed;
    display: block;
    height: auto;
    line-height: 1.8; }
    #header .logo {
      position: absolute;
      width: 173px;
      margin-left: 0px;
      top: 53%;
      left: 40px;
      transform: translateY(-60%);
      z-index: 99999;
      opacity: 1;
      backface-visibility: hidden;
      transition: all 0.2s ease; }
      #header .logo:hover {
        opacity: 0.6; }

  .scroll #header .logo {
    opacity: 0;
    pointer-events: none; }
    .scroll #header .logo:hover {
      opacity: 0;
      pointer-events: none; }

  #header .menu {
    display: none; }
  #header .menu-wrapper {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    top: 0;
    left: 0;
    transform: none;
    padding-bottom: 10px;
    overflow-y: inherit;
    transition: all 0.2s ease; }

  .scroll #header .menu-wrapper {
    background: #f39800;
    padding-bottom: 10px; }

  #header .menu-wrapper .lang {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 30px;
    padding: 0;
    border-top: none;
    transition: all 0.2s ease;}
    #header .menu-wrapper .lang .status {
      font-size: 11px;
      cursor: pointer;
      transition: all 0.2s ease; }

  .scroll #header .menu-wrapper .lang {
    bottom: 12px; }
    .scroll #header .menu-wrapper .lang .status {
      color: #fff;
      border-bottom: 2px solid #fff; }
      .scroll #header .menu-wrapper .lang .status::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }

  #header .menu-wrapper .lang .status > span {
    font-size: 12px; }

  #nav-gl .list .item #nav-mega-drop a.sub-menu.active::before {
    height: 100%;
    left: 0;
  }


  #header .menu-wrapper .nav-left-box {
    display: flex;
    position: absolute;
    top: 0;
    right: 55px;
    margin-top: 0;
    transition: all 0.2s ease;}

  /*.scroll #header .menu-wrapper .nav-left-box {
    bottom: 50px; }*/

  #header .menu-wrapper .nav-left-box .list .item {
    width: 30px;
    margin: 0 2.5px;
    opacity: 1;
    backface-visibility: hidden;
    transition: opacity 0.2s ease; }
    #header .menu-wrapper .left-box .list .item:hover {
      opacity: 0.6; }

  .nav-left-box .link-btn {
    margin: 0 0 0 10px;
  }
  .nav-left-box .link-btn a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #212121;
    text-decoration: none;
  }
  .nav-left-box .link-btn a:hover {
    opacity: 0.6;
  }
  /* .nav-left-box .link-btn a::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 17px;
    height: 17px;
    background: url(/assets/img/nav_btn.png)no-repeat;
  } */



  #nav-gl .list .item a.mega-icon::after {
    content: "";
    right: 0;
  }

  #nav-gl .list .item.active::before {
    height: 100%;
  }

  #nav-gl .list .item #nav-mega-drop li{
    margin: 0 0 20px;;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    background: none;
  }
  #nav-gl .list .item #nav-mega-drop li:nth-child(6) {
    display: block;
  }

  #nav-gl .list .item #nav-mega-drop a.sub-menu{
    padding: 0 0 0 20px;
  }
  #nav-gl .list .item #nav-mega-drop a.sub-menu::before{
    content: none;
  }
  #nav-gl .list .item #nav-mega-drop p::before{
     content: none;
  }

  #nav-gl .sp-none{
    display: block;
  }

  /* ---------------
      global nav
  ----------------*/
  #nav-gl .inner {
    background: #fff; }
  #nav-gl .list {
    width: 100%;
    height: 35px;
    border: none;
    justify-content: left;
    flex-wrap: nowrap;
    padding: 0 0 0 215px; }
    #nav-gl .list .item {
      width: auto;
      position: inherit;
      min-height: inherit;
      border: none;
      margin: 0 10px;
      padding: 0; }
      #nav-gl .list .item:first-child {
        width: auto; }
      #nav-gl .list .item:nth-child(even) {
        border: none; }
      #nav-gl .list .item a::before {
        width: 0;
        height: 6px;
        transition: all 0.2s ease; }
      /*#nav-gl .list .item.active::before {
        width: 100%;
        height: 6px; }
      #nav-gl .list .item:hover::before {
        width: 100%;
        height: 6px; }*/
      #nav-gl .list .item a.mega-icon.active {
        font-weight: bold;
      }
      #nav-gl .list .item a.mega-icon.active::before {
        width: 100%;
        height: 6px; }
      #nav-gl .list .item a:hover::before {
        width: 100%;
        height: 6px; }
      #nav-gl .list .item:hover a {
        opacity: 1;
        font-weight: bold;
        backface-visibility: hidden;
        transition: opacity 0.2s ease;
        /*opacity: 0.6;*/ }

  .scroll #nav-gl .inner {
    background: #f5f5f5; }
  
  #nav-gl .list .mega-list::after {
    content: "";
    position: relative;
    top: 0px;
    left: 5px;
    border-right: 1px solid;
    height: 13px;
  }
  @-moz-document url-prefix() {
    #nav-gl .list .mega-list::after {
    content: "";
    /*display: inline-block;*/
    display: block;
    position: relative;
    /*top: -25px;
    left: 80px;*/
    top: -18px;
    left: 11px;
    border-right: 1px solid;
    height: 13px;
    }
    #nav-gl .list .item a {
    z-index: 1;
    }
  }
  *::-ms-backdrop, #nav-gl .list .mega-list::after {
    left: 10px;
  }
  #nav-gl .list .mega-list:last-child::after {
    content: "";
    border-right: none;
  }
  #nav-gl .list .item a::before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #nav-gl .list .item a {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.015em;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 5px 0 0;
  }

  #nav-mega-drop {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: auto;
    max-width: 100%;
    padding: 30px 40px 10px;
    text-align: left;
    background: rgba(0,0,0,0.7);
  }
  
  #nav-mega-drop ul {
    max-width: 1045px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 180px;
  }
  #nav-mega-drop ul li {
    width: calc(100% / 3 - 23px);
    margin: 0 0 20px;
  }
  #nav-mega-drop ul li p {
    width: 100%;
    margin:0 0 7px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
  }
  header.fixed #nav-mega-drop {
    top: 33px;
  }

  #nav-mega-drop ul li p.md10 {
    margin-bottom: 10px;
  }
  #nav-mega-drop ul li.mt20 {
    margin-top: 20px;
  }

  #nav-gl .list .item a.font20 {
    font-size: 20px;
  }
  
  #nav-gl .list .item a.font14 {
    font-size: 14px;
  }

  #nav-gl .list .item #nav-mega-drop a::after{
    content: "";
  }


  /* ---------------
      side nav
  ----------------*/
  /* ---------------
      footer nav
  ----------------*/
  #nav-footer .list {
    display: flex;
    justify-content: center;
    align-items: center; }
    #nav-footer .list .item a {
      margin: 0 1em; }

  /***************************
      general - container
  ***************************/
  #container {
    padding-top: 95px; }

  /***************************
      general - footer
  ***************************/
  #footer .inner {
    padding: 22px 0 52px;
    padding: 11px 0 26px; }
  #footer .menu .list {
    display: flex;
    justify-content: center;
    align-items: center; }
    #footer .menu .list .item {
      display: inline-block;
      margin: 0 0.5em; }
      #footer .menu .list .item a {
        font-size: 14px; }
  #footer .logo img {
    max-width: 150px; }
  #footer .copyright {
    margin-top: 10px;
    font-size: 86%;
    font-weight: bold; } }
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {na
  /***************************
      general - header
  ***************************/
  #header .logo {
    width: 173px; }

  /* ---------------
      global nav
  ----------------*/
  #nav-gl .list .item {
    position: inherit;
    font-size: 13px;
    margin: 0 10px;
    padding: 0; }

    header.fixed #nav-mega-drop {
    top: 33px;
  }
  #nav-gl .sp-none{
    display: block;
  }
}

/*# sourceMappingURL=base.css.map */

/* ----------------------------------------------
	movie
---------------------------------------------- */
section#mathematics_movie {
  margin: 75px 0 0;
}
section#mathematics_movie > div.movie_title {
  margin-bottom: 30px;
}

div#mathematics_movie {
  margin: 75px 0 30px;
}

#mathematics_movie > div.movie {
  text-align: center;
}
#mathematics_movie > p {
  text-align: center!important;
  font-size: 25px!important;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#mathematics_movie .sp-none{
  display: none;
}

@media (max-width: 768px) {
  section#mathematics_movie {
      margin: 30px 0 30px;
  }
  section#mathematics_movie > div.movie_title > h2 {
    font-size: 24px;
    line-height: 1.3em;
  }

  div#mathematics_movie {
    margin: 45px 0 15px;
  }

  #mathematics_movie > div.movie {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      margin-bottom: 10px;
  }
  #mathematics_movie > div.movie > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

  #mathematics_movie > p {
    text-align: center!important;
    font-size: 18px!important;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
  }

  #mathematics_movie .sp-none{
    display: block;
  }

}



/* START OF UPDATE 20230620 */
#footer .menu .list {
  display: flex;
  justify-content: center;
}
#footer .menu .list .item {
  margin: 0 10px;
}

/* END OF UPDATE 20230620 */



/* -------20231025追加------- */

@media (max-width: 1280px) {
	#nav-gl .list .item.item-robo-wrap{
		display: none;
	}
}
#nav-gl .robo-wrap {
	display: none;
}
@media (max-width: 1280px) {  
	#nav-gl .robo-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
  }
#nav-robo{
	border-right:1px solid #bcbcbc;
    padding-top: 1em;
}
#nav-top-cat-sp {
	display: none;
  }
@media (max-width: 1280px) {  
	#nav-top-cat-sp {
	display: block;
	width: 100%;
	border-bottom: 1px solid #bcbcbc;
	font-weight: 600;
  }
  }
#nav-top-cat-sp .nav-top-inner {
	width:82%;
	margin-inline: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
#nav-top-cat-sp .nav-top-inner .items.under-or a{
	text-decoration: none;
    color: #595757;
	border-bottom: 2px solid #f39800;
}
#nav-gl #nav-top-cat-sp .list  {
border-top: none;
display: grid;
text-align: center;
padding-top: .5em;
}
#nav-ct-top .under-or{
	text-align: center;
	padding-bottom: 1em;
}

#nav-gl #nav-top-cat-sp .list li a {
	text-decoration: none;
    color: #595757;
	}
/* @media screen and (max-width: 1280px) {
	#nav-ct .list .item::before {
    display: none;
}
} */
@media screen and (min-width: 1280px) {
	.scroll #header .menu-wrapper {
    padding-bottom: 5px;
}
}
/* @media screen and (min-width: 1280px) {
#nav-gl .list .item a {
	font-size: 12px;
}
} */
#header .logo {
	width: 140px; }
@media screen and (max-width: 1280px) {
	#header .logo {
		width: 98px;
	}
}
.nav-left-box .link-btn a {
	width: fit-content;
    margin-inline: auto;
	border-bottom: 1px solid #212121;
}
@media screen and (max-width: 1280px) {
	.kids-class-link {
		margin-bottom: 1em;
	}
}
@media screen and (min-width: 1280px) {
	#nav-gl .list {
    padding: 0 0 0 225px;
    height: 54px;
	align-items: center;
}
}
@media screen and (min-width: 1280px) {
	#nav-ct .list {
    padding: 0 0 0 225px;
}
}
.robopro-font-sp {
	display: none;
}
@media screen and (max-width: 1280px) {
	#nav-gl .list .item .robopro-font {
		font-size: 14px;
		width: 87%;
	}
	.robopro-font-sp {
		display: block;
	}
}
.robo-class-wrap-hum {
	display: none;
}
@media screen and (max-width: 1280px) {
.robo-class-wrap-hum {
	display: block;
	width: 100%;
}
}
@media screen and (max-width: 1280px) {
	#nav-gl .item.mega-list.hum-none {
		display: none;
	}
}
#robo-class-wrap {
	display: grid;
    grid-template-columns: 1fr 1fr;
}
#nav-gl-robo-hum {
	border-right: 1px solid #bcbcbc;
	padding-top: 1em;
}
@media screen and (max-width: 1280px) {
#nav-gl .list .item.robopro-hum-font a{
font-size: 14px;
}
}
.robo-conpact-menu-wrap li{
	margin-bottom: .4em;
}
.robo-conpact-menu-wrap{
	border-bottom: 1px solid #bcbcbc;
	margin-inline: auto;
	text-align: center;
	padding-top: 1em;
    padding-bottom: .5em;
}
.robo-conpact-menu-wrap a{
	text-decoration: none;
	color: #595757;
	display: grid;
}
.conpact-menu-top {
	border-bottom: 3px solid #f39800;
    width: fit-content;
    margin-inline: auto;
}
#nav-sd .lynx-side-btn-none {
	display: none;
}
@media screen and (min-width: 1280px) {
	#header {
		height: 60px;
	}
}
@media screen and (min-width: 1280px) {
	#header .menu-wrapper .nav-left-box .list {
    display: none;
}
}

/* 20231114改修 */


@media screen and (min-width: 1280px) {
	.hum-nav-wrap {
	  display: none;
	}
  }
  @media screen and (max-width: 1280px) {
	.nav-ct-wrap {
	  display: none;
	}

  }
  @media screen and (max-width: 1279px) {
	#hum-nav {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #bcbcbc;
		padding-top: 1em;
		padding-bottom: 1em;
	  }
	  #hum-nav .hum-s-nav a {
		text-decoration: none;
		color: #595757;
		font-size: 14px;
		position: relative;
	  }
	  #hum-nav .hum-nav-wrap {
		display: grid;
		row-gap: 0.2em;
	}
  }
 
  #header .menu-wrapper .lang {
    margin-top: 58px;
}
@media screen and (max-width: 1024px) {
	#nav-gl .list .item a.mega-icon.active::before{
		height: 100%;
		left: 0;
		width: 100%;
    	background-color: #EFEFEF;
		opacity: .5;
	}
	#hum-robopro a {
		position: relative;
	}
	#hum-robopro a.mega-icon.active::before {
		height: 100%;
		left: 0;
		width: 100%;
		background-color: #EFEFEF;
		opacity: .5;
	}
	#hum-robopro a {
		position: relative;
	}
	/* #hum-robopro a.mega-icon.active::before {
		height: 100%;
		left: 0;
		width: 100%;
		background-color: #EFEFEF;
		opacity: .5;
	} */
}
@media screen and (max-width: 1279px) {
	#nav-gl .list .item.robo-block {
		display: none;
	  }
}
/* @media screen and (min-width: 1280px) {
	#nav-gl .list .item.robo-block {
		display: none;
	  }
} */
#nav-gl .list .item.hum-robo-wrap {
	display: none;
}
@media screen and (max-width: 1279px) {
	#nav-gl .list .item.hum-robo-wrap {
		display: block;
		width: 100%;
		border-bottom: 1px solid #bcbcbc;
	  }
	  #hum-robo-wrap .hum-robo-block {
		display: grid;
		grid-template-columns: 1fr 1fr;
   		text-align: center;
	  }
	  #nav-gl .list .item .hum-robopro a{
		font-size:14px ;
	  }
	  #hum-robo a,#hum-robopro a {
		padding: 1.5em;
	  }
	  #hum-robo{
		border-right:1px solid #bcbcbc;
		display: grid;
    	align-items: center;
	  }
	  #hum-robo-wrap .hum-robo-block a {
		text-decoration: none;
    	font-weight: bold;
    	text-decoration: none;
    	color: #595757;
		line-height: 1.5;
    font-size: 15px;
	  }
	  #nav-gl .list .item a.active::before {
		height: 100%;
    	left: 0;
    	width: 100%;
    	background-color: #EFEFEF;
    	opacity: .5;
		top: 0;
	  }
	  #nav-gl .list .item .hum-robo a {
		min-height: 100%;
    	display: grid;
    	align-items: center;
		padding: 0;
	  }
}
@media screen and (min-width: 1280px) {
#header .menu-wrapper {
	width: 100vw;
}
}

/* 20240412 追加・改修 */

#footer .logolist {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 25%;
  margin: 0 auto;
}

#footer .logo {
  max-width: none;
  margin-right: 13%;
}

#footer .logo_p {
  width: 30%;
  flex-shrink: 0;
}

#footer .logo img {
  max-width: none;
}

/* 20241112 追記・改修 */

.nav-left-box .link-btn a {
  font-weight: 700;
}

/* 20241115 追記・改修 */
#footer .inner {
  padding: 0;
}

#footer .sitemap-menu {
  background: #f6f6f6;
  padding: 2% 8%;
}
@media screen and (max-width: 768px) {
  #footer .sitemap-menu {
    padding: 25px 8%;
  }
}

#footer .sitemap-menu a {
  text-decoration: none;
  color: #000;
}

#footer .sitemap-menu a:hover {
  opacity: 0.5;
}

#footer .sitemap-menu-list {
  max-width: 1180px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .sitemap-menu-list {
    display: block;
  }
}

#footer .sitemap-menu-wrapper {
  display: block;
  width: fit-content;
  padding: 1% 2%;
  border-left: 2px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
  #footer .sitemap-menu-wrapper {
    width: 100%;
    padding: 3% 0;
    border-left: none;
    border-top: 2px solid #d4d4d4;
  }
}

#footer .sitemap-menu-wrapper:last-of-type {
  border-right: 2px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
  #footer .sitemap-menu-wrapper:last-of-type {
    border-right: none;
    border-bottom: 2px solid #d4d4d4;
  }
}

#footer .sitemap-menu-list-ttl {
  font-size: 14px; 
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-bottom: 2%;
}

#footer .sitemap-menu-list-ttl.ttl-second {
  margin-top: 3%;
  margin-bottom: 0;
}

#footer .sitemap-menu-container {
  display: block;
  margin-left: 1em;
}

#footer .sitemap-menu-wrapper ul li {
  font-size: 12px;
}

#footer .sitemap-menu-list-robot {
  margin-left: 1rem;
  text-indent: -1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}

#footer .pref-list {
  display: flex;
  flex-wrap: wrap;
}

#footer .pref-list li {
  display: block;
}

#footer .pref-list li:not(:last-of-type) {
  margin-right: 1em;
}

#footer .sitemap-menu-last-list {
  display: flex;
  justify-content: center;
}

#footer .sitemap-menu-last-list li {
  display: block;
  font-size: 12px;
  padding: 0 1.3em;
  line-height: 1.8;
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  #footer .sitemap-menu-last-list li {
    margin-top: 25px;
  }
}

#footer .sitemap-menu-last-list li:nth-of-type(1) {
  border-right: 2px solid #d4d4d4;
}