@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700";
/*!
Theme Name: warabi (genaratepress_child)
Template: generatepress

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wordpress-themedev-with-gulp is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.btn {
  display: inline-block;
  text-align: center;
  padding: .6em 1.2em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 90%;
  border-radius: .25em;
  overflow: hidden;
  color: #417d2d;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #417d2d;
  transition: all .2s;
}

.btn:hover {
  background-color: #417d2d;
  color: #fff;
  text-decoration: none;
  border-color: #417d2d;
}

.btn-light {
  border-color: #f7f5f2;
  color: #333;
}

.btn-light:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.btn-primary {
  background-color: #417d2d;
  color: #fff;
  border-color: #417d2d;
}

.btn-primary:hover {
  background-color: #55a33b;
  color: #fff;
  border-color: #55a33b;
}

.btn-large {
  padding: .7em 2em;
  font-size: 120%;
  box-sizing: border-box;
  border-width: 2px;
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Bold");
  font-weight: 700;
}

@font-face {
  font-family: Helvetica Neue;
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: Helvetica Neue;
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: Noto Sans JP,-apple-system,BlinkMacSystemFont,Helvetica Neue,Yu Gothic,YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif;
}

a {
  transition: all .2s;
  color: #417d2d;
}

a:visited {
  color: #417d2d;
}

a:hover {
  transition: all .2s;
}

a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: opacity .2s;
}

a img {
  transition: opacity .2s;
}

.sp-display {
  display: none;
}

@media (max-width: 480px) {
  .sp-display {
    display: block;
  }
}

.sp-nodisplay {
  display: block;
}

@media (max-width: 480px) {
  .sp-nodisplay {
    display: none;
  }
}

input {
  max-width: 100%;
}

.l-container {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .l-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1040px) {
  .l-container {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .l-container {
    width: 1140px;
  }
}

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .l-row {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.l-row--col-reverse {
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .l-row--col-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

[class*=l-span] {
  margin-bottom: 1em;
  max-width: 100%;
}

@media (min-width: 768px) {
  [class*=l-span] {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
    margin-bottom: auto;
  }
}

@media (min-width: 768px) {
  .l-span1 {
    -ms-flex: 1 1 8.33333%;
    flex: 1 1 8.33333%;
    max-width: 8.33333%;
  }
  .l-span2 {
    -ms-flex: 2 1 16.66667%;
    flex: 2 1 16.66667%;
    max-width: 16.66667%;
  }
  .l-span3 {
    -ms-flex: 3 1 25%;
    flex: 3 1 25%;
    max-width: 25%;
  }
  .l-span4 {
    -ms-flex: 4 1 33.33333%;
    flex: 4 1 33.33333%;
    max-width: 33.33333%;
  }
  .l-span5 {
    -ms-flex: 5 1 41.66667%;
    flex: 5 1 41.66667%;
    max-width: 41.66667%;
  }
  .l-span6 {
    -ms-flex: 6 1 50%;
    flex: 6 1 50%;
    max-width: 50%;
  }
  .l-span7 {
    -ms-flex: 7 1 58.33333%;
    flex: 7 1 58.33333%;
    max-width: 58.33333%;
  }
  .l-span8 {
    -ms-flex: 8 1 66.66667%;
    flex: 8 1 66.66667%;
    max-width: 66.66667%;
  }
  .l-span9 {
    -ms-flex: 9 1 75%;
    flex: 9 1 75%;
    max-width: 75%;
  }
  .l-span10 {
    -ms-flex: 10 1 83.33333%;
    flex: 10 1 83.33333%;
    max-width: 83.33333%;
  }
  .l-span11 {
    -ms-flex: 11 1 91.66667%;
    flex: 11 1 91.66667%;
    max-width: 91.66667%;
  }
  .l-span12 {
    -ms-flex: 12 1 100%;
    flex: 12 1 100%;
    max-width: 100%;
  }
}

.wrb-topSlider {
  margin: 0 0 22px;
}

.wrb-topSlider img {
  display: block;
}

.wrb-3columnBanner {
  text-align: left;
}

.wrb-3columnBanner__banners {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrb-3columnBanner__banners:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .wrb-3columnBanner__banners {
    padding: 0 15px;
  }
}

.wrb-3columnBanner__banners__banner {
  float: left;
  width: 32%;
}

@media (max-width: 480px) {
  .wrb-3columnBanner__banners__banner {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}

.wrb-3columnBanner__banners__banner:not(:last-child) {
  margin: 0 2% 0 0;
}

@media (max-width: 480px) {
  .wrb-3columnBanner__banners__banner:not(:last-child) {
    margin: 0 0 10px;
  }
}

.wrb-3columnBanner__banners__banner img {
  max-width: 100%;
  display: block;
}

.wrb-3columnBanner__banners__banner img a {
  display: block;
}

.wrb-topNewsArea {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .wrb-topNewsArea {
    padding: 0;
  }
}

.wrb-topNewsArea__heading {
  padding: 10px 25px;
  background-color: #417d2d;
  background-image: url(images/bg-greenheading.png);
  background-size: contain;
  color: #fff;
  font-family: Hiragino Mincho ProN,"游明朝",YuMincho,"HGS明朝E",MS PMincho,sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

.wrb-topNewsArea__heading:after {
  content: " ";
  display: block;
  clear: both;
}

.wrb-topNewsArea__heading h2 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  float: left;
}

.wrb-topNewsArea__lists {
  list-style: none;
  padding: 20px;
  margin: 0;
  background-color: #fff;
}

.wrb-topNewsArea__lists__list {
  margin: 0 0 10px;
}

.wrb-topNewsArea__lists__list__link {
  display: block;
  color: #333;
}

.wrb-topNewsArea__lists__list__link:after {
  content: " ";
  display: block;
  clear: both;
}

.wrb-topNewsArea__lists__list__link:visited {
  color: #333;
}

.wrb-topNewsArea__lists__list__link__date {
  min-width: 125px;
  text-align: center;
  margin: 0 20px 0 0;
  display: inline-block;
  background-color: #e7e7e7;
  padding: 2px 8px;
}

@media (min-width: 768px) {
  .wrb-topNewsArea__lists__list__link__date {
    padding: 5px 10px;
    float: left;
  }
}

.wrb-topNewsArea__lists__list__link__text {
  padding: 5px;
  line-height: 1.5;
}

.wrb-topNewsArea__archiveLink {
  background-color: #417d2d;
  background-image: url(images/bg-greenheading.png);
  background-size: contain;
  text-align: right;
  padding: 2px 20px;
}

.wrb-topNewsArea__archiveLink a {
  color: #fff;
  font-family: Hiragino Mincho ProN,"游明朝",YuMincho,"HGS明朝E",MS PMincho,sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

#right-sidebar.widget-area img, #footer-widgets.footer-widgets img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#right-sidebar.widget-area img > a, #footer-widgets.footer-widgets img > a {
  display: block;
}

header.site-header, nav#site-navigation, nav#sticky-navigation, nav#mobile-header {
  background-color: #ab9d1b;
}

#generate-slideout-menu {
  background-color: #417d2d;
}

nav#sticky-navigation #primary-menu {
  padding: 15px 0;
}

nav#site-navigation {
  padding: 10px 0;
}

.main-navigation .main-nav ul li:not(:last-child) {
  margin-right: 15px;
}

.main-navigation .main-nav ul li[class*=current-menu-] > a {
  background-color: #fff;
  color: #417d2d;
}

.main-navigation .main-nav ul li[class*=current-menu-] > a:hover {
  color: #417d2d;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.main-navigation .main-nav ul li a {
  font-size: 13px;
  line-height: 40px;
  background-color: #417d2d;
  color: #fff;
  padding: 0 16px;
  font-family: Hiragino Mincho ProN,"游明朝",YuMincho,"HGS明朝E",MS PMincho,sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}

.main-navigation .main-nav ul li a:hover {
  background-color: #417d2d;
  color: #fff;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.wrb-footer {
  background-color: #ab9d1b;
}

.wrb-footer__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.inside-site-info {
  padding: 15px 0 0;
}

.wrb-entry-header h1.entry-title {
  color: #fff;
  line-height: 32px;
  font-family: Hiragino Mincho ProN,"游明朝",YuMincho,"HGS明朝E",MS PMincho,sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  padding: 15px 0 15px 30px;
  background-color: #417d2d;
  background-image: url(images/bg-greenheading.png);
  background-size: contain;
  font-size: 30px;
}

@media (min-width: 768px) {
  .wrb-entry-header h1.entry-title {
    font-size: 36px;
  }
}

.entry-content {
  margin: 0;
}

a.button {
  background-color: #417d2d;
  background-image: url(images/bg-greenheading.png);
  background-size: cover;
}

a.button:hover {
  color: #fff;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.sidebar .widget {
  background-color: inherit;
}

.sidebar .widget .widget-title {
  color: #fff;
  background-color: #417d2d;
  background-image: url(images/bg-greenheading.png);
  background-size: contain;
  padding: 5px 10px;
  font-weight: 400;
  margin: 0;
}

.sidebar .widget > form {
  padding: 11px;
}

.sidebar .widget > select {
  display: block;
  margin: 11px 10px 10px;
}

.sidebar .widget.widget_archive {
  background-color: #fff;
  padding: 0 0 1px;
}

.sidebar .widget.widget_search {
  background-color: #fff;
}

.sidebar .widget.widget_categories > ul {
  padding: 5px 10px 0;
  background-color: #fff;
}

.inside-right-sidebar {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .inside-right-sidebar {
    padding: inherit;
  }
}

.single .entry-header {
  padding: 0 0 20px;
}

.single .entry-title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .single .entry-title {
    font-size: 30px;
  }
}

.wrb-postmeta {
  padding: 0 0 6px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .wrb-postmeta {
    display: inherit;
  }
}

.wrb-postmeta__category {
  margin: 0 0 0 20px;
}

@media (max-width: 480px) {
  .wrb-postmeta__category {
    margin: 0;
  }
}

.wrb-postmeta__category ul {
  margin: 0;
  list-style: none;
}

.wpcf7 input.wpcf7c-conf, .wpcf7 select.wpcf7c-conf, .wpcf7 textarea.wpcf7c-conf {
  background: #d2ffcc;
}

.wpcf7 .wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #d2ffcc inset;
}

@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1*var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#fff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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 {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-color:#fff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: 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%;
  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;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  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;
}
