@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --gray10: #333333;
  --gray20: #474747;
  --gray30: #5C5C5C;
  --gray40: #757575;
  --gray50: #9E9E9E;
  --gray60: #C2C2C2;
  --gray70: #E0E0E0;
  --gray80: #F4F4F4;
  --gray90: #FBFBFB;
  --border: var(--gray60);
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: "Montserrat", var(--japanese-sans-serif);
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-feature-settings: "palt";
  font-family: var(--english-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  background-color: #ffffff;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a, picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  padding: 18px 0;
  transition: all 0.5s ease;
}
.l-header--sendensui {
  padding: 9px 0;
}
.l-header--sendensui.is-active {
  background-color: #fff;
}
.l-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  margin: 0 auto 0 20px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin: 0 auto 0 35px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 32px 0;
  }
  .l-header--sendensui {
    padding: 20px 0;
  }
  .l-header__logo {
    margin: 0 auto 0 50px;
  }
}

.l-footer {
  position: relative;
  z-index: 999;
  background: url("../../assets/img/bg-footer.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
}
.l-footer--sendensui {
  background: transparent;
}
.l-footer__banner {
  max-width: 600px;
  margin: 0 auto;
  transition: all 0.35s ease;
}
.l-footer__banner:hover {
  opacity: 0.5;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
.l-footer__copy small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
}
.l-footer__terms {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  transition: all 0.35s ease;
}
.l-footer__terms:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-footer__banner {
    max-width: 810px;
  }
  .l-footer__info {
    flex-direction: row;
    gap: 30px;
    margin: 35px auto 0;
  }
}

.c-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 112px;
}
.c-logo--sendensui {
  max-width: 76px;
}
.c-logo img {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-logo {
    max-width: 135px;
  }
  .c-logo--sendensui {
    max-width: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .c-logo {
    max-width: 160px;
  }
  .c-logo--sendensui {
    max-width: 110px;
  }
}

a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  color: var(--blue01);
  opacity: 0.5;
}

.c-offcanvas {
  width: 100%;
  height: 100%;
}
.c-offcanvas.is-active .c-offcanvas__icon {
  background-color: transparent;
}
.c-offcanvas.is-active .c-offcanvas__icon::before {
  margin-top: 0;
  transform: rotate(135deg);
}
.c-offcanvas.is-active .c-offcanvas__icon::after {
  margin-top: 0;
  transform: rotate(-135deg);
}
.c-offcanvas.is-active .c-offcanvas__body {
  right: 0;
}
.c-offcanvas__button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 2003;
  margin: 0;
  padding: 0;
  border: none;
}
.c-offcanvas__icon {
  display: block;
  width: 25px;
  height: 3px;
  margin: auto 0;
  background-color: #000000;
  transform-origin: center;
  transition: all 0.35s var(--easeOutQuint);
}
.c-offcanvas__icon::before, .c-offcanvas__icon::after {
  display: block;
  content: "";
  width: 25px;
  height: 3px;
  background-color: #000000;
  transform-origin: center;
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
}
.c-offcanvas__icon::before {
  transform: translateY(8px);
}
.c-offcanvas__icon::after {
  transform: translateY(-8px);
}
.c-offcanvas__body {
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 80px 35px;
  background: var(--white);
  transition: all 0.5s ease;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 2002;
}
.c-offcanvas__overlay {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
}
.c-offcanvas__overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-offcanvas__title {
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9805469954rem + 0.6163328197vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  padding: 0.35em 0 0.3em;
  color: #fff;
  background-color: #009EFF;
}
.c-offcanvas__navs {
  width: 100%;
  margin: 0 auto 0;
}
.c-offcanvas__list {
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  padding: 2em 0;
  border-bottom: 1px solid #B0B0B0;
}
.c-offcanvas__item {
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  list-style: none;
  white-space: nowrap;
  margin: 0 auto 0;
}
.c-offcanvas__item + * {
  margin: 1.5em auto 0;
}
.c-offcanvas__item a {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
  transition: all 0.35s ease;
}
.c-offcanvas__item a:hover {
  opacity: 0.5;
}
.c-offcanvas__terms {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  text-align: center;
  margin: 2em auto 0;
  color: #000;
  transition: all 0.35s ease;
}
.c-offcanvas__terms:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .c-offcanvas__button {
    top: 15px;
    right: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .c-offcanvas__button {
    top: 30px;
    right: 50px;
  }
  .c-offcanvas__body {
    max-width: 450px;
    justify-content: center;
    padding: 80px 50px;
  }
}

.c-buttonWinSide {
  max-width: 40px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1001;
  transition: all 0.5s ease;
}
.c-buttonWinSide__button {
  display: block;
  transition: all 0.35s ease;
}
.c-buttonWinSide__button:hover {
  opacity: 0.5;
}
@media screen and (min-width: 500px) {
  .c-buttonWinSide {
    max-width: 55px;
  }
}
@media screen and (min-width: 768px) {
  .c-buttonWinSide {
    max-width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .c-buttonWinSide {
    max-width: 80px;
  }
}

.c-contact {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #00687d;
}
.c-contact--sendensui {
  background-color: #24acff;
}
.c-contact__header {
  max-width: 760px;
  margin: 0 auto;
}
.c-contact__heading {
  width: 64%;
  max-width: 438px;
  line-height: 1;
  margin: 0 auto;
}
.c-contact__body {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 15px;
}
.c-contact__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-contact__button {
  width: 85%;
  max-width: 420px;
  margin: 0 auto;
  transition: opacity 0.35s ease;
}
.c-contact__button:hover {
  opacity: 0.8;
}
.c-contact__tel {
  display: flex;
  margin: 0 auto;
}
.c-contact__footer {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 15px;
}
.c-contact__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9805469954rem + 0.6163328197vw, 1.375rem);
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: #fff;
}
.c-contact__address {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6416602465rem + 0.4622496148vw, 0.9375rem);
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.02em;
  margin-left: 1em;
  color: #fff;
}
.c-contact__email {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6416602465rem + 0.4622496148vw, 0.9375rem);
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.02em;
  color: #fff;
  transition: all 0.35s ease;
}
.c-contact__email:hover {
  opacity: 0.5;
  color: #fff;
}
.c-contact__email span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-contact__content {
    gap: 15px;
  }
  .c-contact__body {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-contact {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .c-contact__heading {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .c-contact__content {
    flex-direction: row;
    gap: 40px;
  }
  .c-contact__body {
    margin-top: 40px;
  }
  .c-contact__button {
    width: auto;
    margin: 0;
  }
  .c-contact__tel {
    margin: 0;
  }
  .c-contact__footer {
    flex-direction: row;
    margin-top: 30px;
  }
  .c-contact__email {
    margin: 0 0 0 auto;
  }
}

.c-tel {
  margin: auto 0;
}
.c-tel__list {
  display: flex;
  flex-direction: column;
}
.c-tel__item {
  line-height: 1.2;
  display: flex;
  align-items: stretch;
  color: #fff;
}
.c-tel__item + * {
  margin-top: 10px;
}
.c-tel__hours {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
}
.c-tel__number {
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 1.4972072419rem + 1.0785824345vw, 2.1875rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
}
.c-tel__label {
  display: block;
  min-width: 2.2em;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 500;
  margin-top: 0.6em;
  margin-right: 8px;
}
a.c-tel__number {
  transition: opacity 0.35s ease;
}
a.c-tel__number:hover {
  opacity: 0.5;
}

.p-intro {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 50px;
}
.p-intro__container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-intro {
    margin-top: 0;
  }
}
.p-reason,
.p-product,
.p-aso {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-reason__container,
.p-product__container,
.p-aso__container {
  position: relative;
  z-index: 2;
}
.p-example {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 45px;
  background: url("../../assets/img/bg-dots-repeat.png") repeat 0 0/15px 15px;
}
.p-example__container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.p-example__content {
  display: block;
  max-width: 480px;
  margin: 0 auto;
}
.p-example__banner {
  max-width: 400px;
  margin: 30px auto 0;
}
.p-example__banner a {
  display: block;
  transition: all 0.35s ease;
}
.p-example__banner a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .p-example {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .p-example__container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .p-example__content {
    max-width: 812px;
  }
  .p-example__banner {
    max-width: 696px;
    margin: 65px auto 0;
  }
}

.p-terms {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 60px;
  background: url("../../assets/img/bg-dots-repeat.png") repeat 0 0/15px 15px;
}
.p-terms__header {
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-terms__heading {
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9444337442rem + 0.7704160247vw, 1.4375rem);
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  margin: 0 auto;
  color: var(--gray20);
}
.p-terms__body {
  max-width: 600px;
  padding: 20px 20px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #fff;
  border: 6px solid #c7eaff;
}
.p-terms__table tbody tr {
  border-bottom: 1px solid #CCCCCC;
}
.p-terms__table tbody tr:last-child {
  border-bottom: none;
}
.p-terms__table tbody th, .p-terms__table tbody td {
  display: block;
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  text-align: left;
  letter-spacing: 0.05em;
  color: var(--gray20);
}
.p-terms__table tbody th {
  min-width: 235px;
  padding: 1em 0.4em 0;
}
.p-terms__table tbody th br {
  display: none;
}
.p-terms__table tbody td {
  line-break: strict;
  text-align: justify;
  padding: 0 0.4em 1em;
}
.p-terms__table tbody td a {
  display: inline-block;
  color: #009EFF;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.p-terms__table tbody td a:hover {
  color: #007ACC;
}
@media screen and (min-width: 1024px) {
  .p-terms {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .p-terms__header {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .p-terms__body {
    max-width: 820px;
    padding: 30px 55px;
    border-radius: 50px;
    border: 8px solid #c7eaff;
  }
  .p-terms__table tbody th br {
    display: inline;
  }
  .p-terms__table tbody th, .p-terms__table tbody td {
    width: auto;
    display: table-cell;
    vertical-align: top;
    padding: 0.8em 0.4em;
  }
}

.u-container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .u-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

:root {
  --swiper-theme-color: #ffffff !important;
  --swiper-navigation-size: 30px !important;
}

.js-slider {
  width: 100%;
  height: 100%;
}
.js-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.js-slider .swiper-slide {
  cursor: grab;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.js-slider .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-slider .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}
.js-slider .swiper-slide-active .swiper-slide__image,
.js-slider .swiper-slide-duplicate-active .swiper-slide__image,
.js-slider .swiper-slide-prev .swiper-slide__image {
  animation: zoomUp 6s linear 0s;
  animation-fill-mode: both;
}
.js-slider .swiper-horizontal > .swiper-pagination-progressbar,
.js-slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}
.js-slider .swiper-button-next, .js-slider .swiper-button-prev {
  transition: opacity 0.35s ease;
}
.js-slider .swiper-button-next:hover, .js-slider .swiper-button-prev:hover {
  opacity: 0.5;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.js-marquee {
  width: 100%;
  height: 100%;
}
.js-marquee .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear !important;
}
.js-marquee .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-marquee .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-marquee .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
