@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html,
body {
  font-family: "Noto Sans JP", "Josefin Sans Regular", san-serif;
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 90%;
}

.l-main-wrapper {
  overflow: hidden;
}

/* ========================================
  l-container
======================================== */
.l-container {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.l-container.-md {
  max-width: 1100px;
}
.l-container.-lg {
  max-width: 1200px;
}

.l-container__inner {
  padding: 0 2rem;
}

.l-container__col {
  max-width: 670px;
  margin: 0 auto;
}

/* ========================================
common
======================================== */
.l-header {
  position: fixed;
  top: 140px;
  right: 0;
  background-color: #a09b92;
  z-index: 30;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__list {
    display: flex;
    justify-content: center;
  }
}
.l-header .l-header__item {
  width: 80px;
  height: 62px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__item {
    width: 52px;
    height: 45px;
  }
}
.l-header .l-header__item.is-first-section::before {
  content: none;
}
.l-header .l-header__item a {
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
  text-align: center;
}
.l-header .l-header__item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__item a img {
    width: 36px;
  }
}
.l-header .l-header__item small {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.l-header .l-header__item::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__item::before {
    position: static;
    width: 1px;
    height: calc(100% - 10px);
    margin-right: 7px;
  }
}
.l-header .yen {
  font-size: 1.2rem;
}

/* ========================================
page-home Scoped
======================================== */
.page-index .l-header {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  .page-index .l-header {
    position: static;
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.page-index .l-header.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .page-index .l-header.is-visible {
    position: fixed;
    width: 100%;
  }
  .page-index .l-header.is-visible + .p-line-up {
    margin-top: 9.5rem;
  }
}

/* ========================================
page-detail Scoped
======================================== */
@media screen and (max-width: 767px) {
  .page-detail .l-header {
    top: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
}

/*------------------------------------------------------------
	Aside Block - Series Links
------------------------------------------------------------*/
.p-lvt-as {
  padding: 80px 0 90px;
  background: rgba(0, 0, 0, 0.023);
  border-top: 1px solid rgba(0, 0, 0, 0.025);
  font-feature-settings: "palt";
}

.p-lvt-as-ttl {
  font-family: "Hind", sans-serif;
  font-size: 5.12rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
  color: #555;
  text-align: center;
}

.p-lvt-as-ttl-jp {
  text-align: center;
  font-size: 1.92rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #555;
}

.p-lvt-as-ttl-jp + * {
  margin-top: 40px;
}

.p-sr-item {
  padding: 25px 10px 25px 22px;
  margin-bottom: 2px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.p-sr-item.is-link:hover {
  opacity: 0.7;
}

.p-sr-item.is-lvt {
  background: #b4c037;
}

.p-sr-item.is-lht {
  background: #52898e;
}

.p-sr-item.is-lct {
  background: #6461a0;
}

.p-sr-item.is-vct {
  background: #909090;
}

.p-sr-item:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.p-sr-item-logo {
  width: 100px;
  float: left;
  margin-top: 5px;
}

.p-sr-item-logo img {
  width: 100%;
}

.p-sr-item-ttl {
  padding-left: 115px;
  color: #fff;
}

.p-sr-item-ttl-en,
.p-sr-item-ttl-jp {
  display: block;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 300;
}

.p-sr-item-ttl-en {
  font-family: "Hind", sans-serif;
  font-size: 1.92rem;
  font-weight: 600;
}

/*----------------------------------------
Aside Block - Series Links - Tablet & Mobile
----------------------------------------*/
@media screen and (max-width: 1366px) {
  .p-lvt-as-ttl {
    font-size: 3.84rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  .p-lvt-as {
    padding: 60px 0 70px;
  }

  .p-lvt-as-ttl-jp {
    font-size: 1.76rem;
  }

  .p-lvt-as-ttl-jp + * {
    margin-top: 30px;
  }

  .p-sr-item {
    padding: 20px 15px 20px 25px;
  }

  .p-sr-item-ttl-en {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lvt-as {
    padding: 45px 0 50px;
  }

  .p-lvt-as-ttl {
    font-size: 2.592rem;
  }

  .p-lvt-as-ttl-jp {
    font-size: 1.44rem;
  }

  .p-sr-item-wrapper {
    height: inherit !important;
  }

  .p-sr-item {
    padding: 15px 15px 15px 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-sr-item-logo {
    width: 65px;
    margin-top: 15px;
  }

  .p-sr-item-ttl {
    padding-left: 78px;
    line-height: 1.4;
  }

  .p-sr-item-ttl-en {
    font-size: 1.728rem;
  }

  .p-sr-item-ttl-jp {
    font-size: 1.296rem;
    margin-top: 0;
  }
}
.c-inner {
  margin: auto;
  max-width: 1280px;
  padding: 0 30px;
}

.c-inner.is-full {
  max-width: inherit;
}

.c-inner.is-xl {
  max-width: 1660px;
}

.c-inner.is-l {
  max-width: 1500px;
}

.c-inner.is-l .c-inner.is-l {
  padding: 0;
}

.c-inner.is-m {
  max-width: 1426px;
}

.c-inner.is-m .c-inner.is-m {
  padding: 0;
}

.c-inner.is-sm {
  max-width: 1204px;
}

.c-inner.is-sm .c-inner.is-sm {
  padding: 0;
}

.c-inner.is-s {
  max-width: 1084px;
}

.c-inner.is-s .c-inner.is-s {
  padding: 0;
}

.c-inner.is-xs {
  max-width: 1027px;
}

.c-inner.is-xs .c-inner.is-xs {
  padding: 0;
}

.c-inner.is-xxs {
  max-width: 827px;
}

.c-inner.is-xxs .c-inner.is-xxs {
  padding: 0;
}

.is-link {
  cursor: pointer;
}

/*----------------------------------------
	Basic Parts - Tablet & Mobile
----------------------------------------*/
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 15px;
  }

  .c-inner .c-inner {
    padding: 0;
  }
}
/*------------------------------------------------------------
	Grid Parts
------------------------------------------------------------*/
.c-unit {
  margin-right: -15px;
  margin-left: -15px;
  /*overflow: hidden;*/
}

.c-unit:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.c-unit.is-lg-nosp {
  margin-right: 0;
  margin-left: 0;
}

.c-unit.is-lg-sp-xxs {
  margin-right: -1px;
  margin-left: -1px;
}

.c-unit.is-lg-sp-xs {
  margin-right: -3px;
  margin-left: -3px;
}

.c-unit.is-lg-sp-s {
  margin-right: -7px;
  margin-left: -7px;
}

.c-unit.is-lg-sp-w {
  margin-right: -20px;
  margin-left: -20px;
}

.c-unit.is-lg-sp-ww {
  margin-right: -30px;
  margin-left: -30px;
}

.c-unit.is-lg-sp-www {
  margin-right: -40px;
  margin-left: -40px;
}

.c-unit > * {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.c-unit.is-lg-nosp > * {
  padding-left: 0;
  padding-right: 0;
}

.c-unit.is-lg-sp-xxs > * {
  padding-left: 1px;
  padding-right: 1px;
}

.c-unit.is-lg-sp-xs > * {
  padding-left: 3px;
  padding-right: 3px;
}

.c-unit.is-lg-sp-s > * {
  padding-left: 7px;
  padding-right: 7px;
}

.c-unit.is-lg-sp-w > * {
  padding-left: 20px;
  padding-right: 20px;
}

.c-unit.is-lg-sp-ww > * {
  padding-left: 30px;
  padding-right: 30px;
}

.c-unit.is-lg-sp-www > * {
  padding-left: 40px;
  padding-right: 40px;
}

.c-unit > .c-block-lg-1 {
  width: 8.33%;
}

.c-unit > .c-block-lg-2 {
  width: 16.66%;
}

.c-unit > .c-block-lg-3 {
  width: 25%;
}

.c-unit > .c-block-lg-4 {
  width: 33.33%;
}

.c-unit > .c-block-lg-5 {
  width: 41.66%;
}

.c-unit > .c-block-lg-6 {
  width: 50%;
}

.c-unit > .c-block-lg-7 {
  width: 58.33%;
}

.c-unit > .c-block-lg-8 {
  width: 66.66%;
}

.c-unit > .c-block-lg-9 {
  width: 75%;
}

.c-unit > .c-block-lg-10 {
  width: 83.33%;
}

.c-unit > .c-block-lg-11 {
  width: 91.66%;
}

.c-unit > .c-block-lg-12 {
  width: 100%;
}

.c-unit.is-10 > .c-block-lg-1 {
  width: 10%;
}

.c-unit.is-10 > .c-block-lg-2 {
  width: 20%;
}

.c-unit.is-10 > .c-block-lg-3 {
  width: 30%;
}

.c-unit.is-10 > .c-block-lg-4 {
  width: 40%;
}

.c-unit.is-10 > .c-block-lg-5 {
  width: 50%;
}

.c-unit.is-10 > .c-block-lg-6 {
  width: 60%;
}

.c-unit.is-10 > .c-block-lg-7 {
  width: 70%;
}

.c-unit.is-10 > .c-block-lg-8 {
  width: 80%;
}

.c-unit.is-10 > .c-block-lg-9 {
  width: 90%;
}

.c-unit.is-10 > .c-block-lg-10 {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .c-unit.is-md-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-md-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-md-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-md-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-md-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-md-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-md-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-md-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-md-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-md-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-md-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-md-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-md-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-md-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-md-3 {
    width: 25%;
  }

  .c-unit > .c-block-md-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-md-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-md-6 {
    width: 50%;
  }

  .c-unit > .c-block-md-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-md-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-md-9 {
    width: 75%;
  }

  .c-unit > .c-block-md-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-md-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-md-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-md-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-md-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-md-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-md-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-md-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-md-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-md-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-md-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-md-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-md-10 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-unit.is-sm-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-sm-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-sm-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-sm-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-sm-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-sm-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-sm-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-sm-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-sm-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-sm-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-sm-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-sm-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-sm-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-sm-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-sm-3 {
    width: 25%;
  }

  .c-unit > .c-block-sm-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-sm-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-sm-6 {
    width: 50%;
  }

  .c-unit > .c-block-sm-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-sm-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-sm-9 {
    width: 75%;
  }

  .c-unit > .c-block-sm-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-sm-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-sm-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-sm-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-sm-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-sm-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-sm-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-sm-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-sm-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-sm-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-sm-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-sm-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-sm-10 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-unit.is-xs-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-xs-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-xs-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-xs-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-xs-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-xs-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-xs-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-xs-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-xs-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-xs-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-xs-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-xs-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-xs-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-xs-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-xs-3 {
    width: 25%;
  }

  .c-unit > .c-block-xs-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-xs-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-xs-6 {
    width: 50%;
  }

  .c-unit > .c-block-xs-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-xs-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-xs-9 {
    width: 75%;
  }

  .c-unit > .c-block-xs-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-xs-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-xs-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-xs-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-xs-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-xs-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-xs-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-xs-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-xs-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-xs-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-xs-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-xs-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-xs-10 {
    width: 100%;
  }
}
@media screen and (max-width: 539px) {
  .c-unit.is-xxs-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-xxs-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-xxs-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-xxs-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-xxs-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-xxs-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-xxs-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-xxs-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-xxs-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-xxs-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-xxs-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-xxs-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-xxs-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-xxs-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-xxs-3 {
    width: 25%;
  }

  .c-unit > .c-block-xxs-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-xxs-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-xxs-6 {
    width: 50%;
  }

  .c-unit > .c-block-xxs-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-xxs-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-xxs-9 {
    width: 75%;
  }

  .c-unit > .c-block-xxs-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-xxs-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-xxs-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-xxs-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-xxs-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-xxs-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-xxs-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-xxs-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-xxs-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-xxs-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-xxs-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-xxs-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-xxs-10 {
    width: 100%;
  }
}
/* Reverse / Center */
.c-unit.is-rv > * {
  float: right;
}

@media print, screen and (min-width: 1367px) {
  .c-unit.is-lg-rv > * {
    float: right;
  }

  .c-unit.is-lg-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-lg-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .c-unit.is-md-rv > * {
    float: right;
  }

  .c-unit.is-md-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-md-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-unit.is-sm-rv > * {
    float: right;
  }

  .c-unit.is-sm-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-sm-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .c-unit.is-xs-rv > * {
    float: right;
  }

  .c-unit.is-xs-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-xs-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (max-width: 539px) {
  .c-unit.is-xxs-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-xxs-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
/* Center - All */
.c-unit.is-center {
  text-align: center;
  letter-spacing: -0.4em;
}

.c-unit.is-center > * {
  display: inline-block;
  float: none;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
}

/* Space Setting - All */
.c-unit.is-nosp {
  margin-right: 0;
  margin-left: 0;
}

.c-unit.is-nosp > * {
  padding-left: 0;
  padding-right: 0;
}

.c-unit.is-sp-xs {
  margin-right: -3px;
  margin-left: -3px;
}

.c-unit.is-sp-xs > * {
  padding-left: 3px;
  padding-right: 3px;
}

.c-unit.is-sp-s {
  margin-right: -7px;
  margin-left: -7px;
}

.c-unit.is-sp-s > * {
  padding-left: 7px;
  padding-right: 7px;
}

.c-unit.is-sp-w {
  margin-right: -20px;
  margin-left: -20px;
}

.c-unit.is-sp-w > * {
  padding-left: 20px;
  padding-right: 20px;
}

.c-unit.is-sp-m {
  margin-right: -15px;
  margin-left: -15px;
}

.c-unit.is-sp-m > * {
  padding-left: 15px;
  padding-right: 15px;
}

.p-vct__footer-contact {
  padding: 70px 0;
}

.p-vct__footer-contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-vct__footer-btn {
  max-width: 315px;
  height: 46px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: solid 1px #666;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 767px) {
  .p-vct__footer-btn {
    max-width: 360px;
  }
}
.p-vct__footer-btn:hover {
  opacity: 0.8;
}

.p-vct__footer-logo {
  margin-top: 40px;
}

.l-footer {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 8rem;
  }
}

.c-label {
  padding: 4px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid #000000;
}
.c-label + .c-label {
  margin-left: 1rem;
}
.c-label::before {
  color: #000000;
}
.c-label.-grain::before {
  content: "木目調";
}
.c-label.-stony::before {
  content: "石目調";
}
.c-label.-new {
  background-color: #000000;
}
.c-label.-new::before {
  content: "NEW";
  color: #fff;
}
.c-label.-new-color {
  background-color: #000000;
}
.c-label.-new-color::before {
  content: "NEW COLOR";
  color: #fff;
}
.c-label.-round {
  border-radius: 9999px;
}
.c-label.-sm {
  width: 40px;
  height: 16px;
  font-size: 1rem;
  line-height: 1;
}

.c-button {
  font-family: "Josefin Sans", "Noto Sans JP", serif;
  font-size: 1.6rem;
  max-width: 360px;
  display: block;
  padding: 1.8rem;
  text-align: center;
  border: 1px solid #000000;
  line-height: 1;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.c-button:hover {
  color: #fff;
}
.c-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  transform: translateX(-100%);
  transition: transform 0.4s;
  z-index: -10;
}
.c-button:hover::before {
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .c-button {
    max-width: unset;
  }
}

/* ========================================
  mainvisual
======================================== */
.page-index {
  /* ========================================
    line-up
  ======================================== */
}
.page-index .p-mainvisual {
  position: relative;
}
.page-index .p-mainvisual .p-mainvisual__item img {
  width: 100%;
}
.page-index .p-mainvisual .p-mainvisual__pager {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 2.8571428571vw;
  right: 14.2857142857vw;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .page-index .p-mainvisual .p-mainvisual__pager {
    bottom: 20px;
    right: 20px;
  }
}
.page-index .p-mainvisual .p-mainvisual__pager__wrapper {
  width: 76px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.page-index .p-mainvisual .p-mainvisual__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@keyframes indexHeroZoomIn {
  to {
    transform: scale(1);
  }
}
.page-index .p-mainvisual .swiper-slide {
  height: 750px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-index .p-mainvisual .swiper-slide {
    height: auto;
  }
}
.page-index .p-mainvisual .swiper-slide-active.swiper-slide img,
.page-index .p-mainvisual .swiper-slide-duplicate-active.swiper-slide img,
.page-index .p-mainvisual .swiper-slide-prev.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: indexHeroZoomIn 5s linear 0s 1 normal both;
  transform: scale(1.1);
}
.page-index .p-mainvisual .swiper-pagination-bullet {
  width: 120px;
  height: 120px;
}
.page-index .p-mainvisual .p-mainvisual__pager__wrapper02 {
  width: 100%;
  height: 52px;
  position: relative;
}
.page-index .p-mainvisual .p-mainvisual__pager__wrapper02::before {
  content: "";
  width: 68px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: rotate(-45deg) translate(-50%, -50%);
}
.page-index .p-mainvisual .p-mainvisual__pager__wrapper03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: auto;
}
.page-index .p-mainvisual .p-mainvisual__svg {
  width: inherit;
  height: inherit;
  transform: rotate(-90deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  overflow: initial;
  outline: none;
}
.page-index .p-mainvisual .p-mainvisual__circle {
  stroke-dasharray: 377;
  stroke-dashoffset: 377;
  stroke-width: 4px;
  stroke: #fff;
  fill: transparent;
}
@keyframes circle_move {
  to {
    stroke-dashoffset: 0;
  }
}
.page-index .p-mainvisual .swiper-pagination-bullet-active .p-mainvisual__circle {
  animation: circle_move 5s infinite;
}
.page-index .p-mainvisual .swiper-pagination {
  width: 120px;
  height: 120px;
}
.page-index .p-mainvisual .p-mainvisual__pager__item {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page-index .p-mainvisual .swiper-pagination-bullet,
.page-index .p-mainvisual .swiper-pagination-bullet-active {
  background: transparent;
}
.page-index .p-mainvisual .p-mainvisual__pager__prev,
.page-index .p-mainvisual .p-mainvisual__pager__next {
  width: 24px;
  height: 8px;
  background-size: contain;
}
.page-index .p-mainvisual .p-mainvisual__pager__prev {
  background-image: url("/product_floor/vct/img/top/mainvisual/icon_prev.svg");
}
.page-index .p-mainvisual .p-mainvisual__pager__next {
  background-image: url("/product_floor/vct/img/top/mainvisual/icon_next.svg");
}
.page-index .p-mainvisual .p-mainvisual__pager__current,
.page-index .p-mainvisual .p-mainvisual__pager__max-count {
  position: absolute;
  font-size: 2.8rem;
  color: #fff;
  font-family: "Josefin Sans", san-serif;
}
.page-index .p-mainvisual .p-mainvisual__pager__current {
  top: 0px;
  left: 0px;
}
.page-index .p-mainvisual .p-mainvisual__pager__max-count {
  bottom: 0px;
  right: 0px;
}
.page-index .p-line-up {
  margin-top: 50px;
}
.page-index .p-line-up .p-line-up__heading,
.page-index .p-line-up .p-line-up__desc {
  text-align: center;
  letter-spacing: 0.1em;
}
.page-index .p-line-up .p-line-up__heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-index .p-line-up .p-line-up__desc {
  font-size: 1.8rem;
  color: #000000;
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-index .p-line-up .p-line-up__desc {
    font-size: 1.6rem;
  }
}
.page-index .p-line-up .p-line-up__wrapper {
  overflow-x: scroll;
}
.page-index .p-line-up .p-line-up__wrapper::-webkit-scrollbar {
  scrollbar-width: none;
  display: none;
}
.page-index .p-line-up .p-line-up-table {
  width: 100%;
  margin-top: 4.6rem;
  min-width: 1000px;
}
.page-index .p-line-up .p-line-up-table tbody {
  padding: 1rem 0;
  border-bottom: 1px solid #999999;
}
.page-index .p-line-up .p-line-up-table thead {
  background-color: #f3f3f3;
}
.page-index .p-line-up .p-line-up-table th,
.page-index .p-line-up .p-line-up-table td {
  text-align: center;
}
.page-index .p-line-up .p-line-up-table th {
  padding: 2rem 0;
  font-size: 1.4rem;
}
.page-index .p-line-up .p-line-up-table td {
  padding: 1rem 0;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.375;
  border-bottom: 1px solid #999999;
}
.page-index .p-line-up .p-line-up-table td.-underline {
  text-decoration: underline;
}
.page-index .p-line-up .p-line-up-table a {
  text-decoration: underline;
}
.page-index .p-line-up .p-line-up-table .p-line-up-table__price {
  background-color: #DDDCD8;
  font-size: 2.2rem;
  font-weight: 800;
}
.page-index .p-line-up .p-line-up-table .p-line-up-table__name {
  padding-left: 60px;
  text-align: left;
}
.page-index .p-line-up .p-line-up-table .p-line-up-table__name.-deco {
  position: relative;
}
.page-index .p-line-up .p-line-up-table .p-line-up-table__name.-deco::after {
  content: "";
  display: block;
  width: 50px;
  height: 98%;
  background-color: #fff;
  position: absolute;
  top: 49%;
  right: -44px;
  transform: translateY(-50%);
}
.page-index .p-line-up .p-line-up-table .p-line-up-table__label {
  margin-left: 15px;
}
.page-index .p-reduction {
  margin-top: 7.7rem;
}
.page-index .p-reduction .p-reduction__heading {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.page-index .p-reduction .p-reduction__wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-index .p-reduction .p-reduction__wrapper {
    flex-direction: column;
  }
}
.page-index .p-reduction .p-reduction__wrapper-02 {
  flex: 1;
  margin-top: 4rem;
}
.page-index .p-reduction .p-reduction__wrapper-02 + .p-reduction__wrapper-02 {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .page-index .p-reduction .p-reduction__wrapper-02 + .p-reduction__wrapper-02 {
    margin-left: 0;
  }
}
.page-index .p-reduction .p-reduction__wrapper02 {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-index .p-reduction .p-reduction__wrapper02::-webkit-scrollbar {
  display: none;
}
.page-index .p-reduction .p-reduction__sub-heading {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.page-index .p-reduction .p-reduction__image {
  display: block;
  margin-top: 0.8rem;
}
.page-index .p-reduction .p-reduction__desc {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 2.1rem;
}
.page-index .p-reduction .p-reduction-table {
  min-width: 1000px;
  border-collapse: collapse;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  margin-top: 4rem;
}
.page-index .p-reduction .p-reduction-table thead {
  background: #f3f3f3;
}
.page-index .p-reduction .p-reduction-table th,
.page-index .p-reduction .p-reduction-table td {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 12.5%;
  height: 70px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 0.25rem;
}
.page-index .p-reduction .p-reduction-table strong {
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: -0.5rem;
}
.page-index .p-reduction .p-reduction-table-caption {
  font-size: 1.6rem;
  margin-top: 1.2rem;
  white-space: nowrap;
}
.page-index .p-button {
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-index .p-button {
    margin-top: 6rem;
  }
}

.p-product-popup {
  position: relative;
  background: #fff;
  padding: 30px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-product-popup {
    flex-direction: row;
    justify-content: space-between;
    padding: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .p-product-popup {
    padding: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-product-popup--solo .p-product-popup-linkBlock {
    margin-bottom: -5px;
  }
}

.p-product-popup-info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-product-popup-info {
    width: 30%;
    min-height: 220px;
  }
}

.p-product-popup-heading {
  font-size: 24px;
  font-weight: 600;
}
.p-product-popup-heading span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.p-product-popup-heading + .p-product-popup-text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-product-popup-heading + .p-product-popup-text {
    margin-top: 20px;
  }
}

.p-product-popup-text {
  font-size: 14px;
  line-height: 1.43;
}

.p-product-popup-linkBlock {
  margin-top: 28px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-product-popup-linkBlock {
    margin-top: auto;
  }
}

.p-product-popup-link {
  width: 100%;
  max-width: 240px;
  padding: 12px 10px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #666;
  display: flex;
  justify-content: center;
}
.p-product-popup-link + .p-product-popup-link {
  margin-top: 10px;
}

.p-product-popup-image {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-product-popup-image {
    width: 66.25%;
    margin-top: 0;
  }
}
.p-product-popup-image .p-product-popup-image-link {
  width: 100%;
}
.p-product-popup-image--single {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}
.p-product-popup-image--double {
  align-items: flex-start;
  justify-content: space-between;
}
.p-product-popup-image--double .p-product-popup-image-link {
  width: calc((100% - 10px) / 2);
}

.p-product-popup-image-link figure img {
  width: 100%;
}
.p-product-popup-image-link figure figcaption {
  font-size: 1rem;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-product-popup-image-link figure figcaption {
    margin-top: 8px;
  }
}

button.mfp-arrow-right {
  right: 1%;
  left: auto;
}
@media screen and (min-width: 1000px) {
  button.mfp-arrow-right {
    right: auto;
    left: calc(50% + 403px);
  }
}
button.mfp-arrow-right::before, button.mfp-arrow-right::after {
  border: none;
}
button.mfp-arrow-right::before {
  height: 20px;
  transform: rotate(-45deg);
  width: 20px;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  transform: rotate(-45deg);
  top: 11px;
  left: 8px;
}
@media screen and (min-width: 768px) {
  button.mfp-arrow-right::before {
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
  }
}
button.mfp-arrow-right::after {
  display: none;
}

button.mfp-arrow-left {
  left: 1%;
  right: auto;
}
@media screen and (min-width: 1000px) {
  button.mfp-arrow-left {
    right: calc(50% + 409px);
    left: auto;
  }
}
button.mfp-arrow-left::before, button.mfp-arrow-left::after {
  border: none;
}
button.mfp-arrow-left::before {
  width: 20px;
  height: 20px;
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
  transform: rotate(45deg);
  top: 28px;
}
@media screen and (min-width: 768px) {
  button.mfp-arrow-left::before {
    width: 36px;
    height: 36px;
    top: 0;
  }
}
button.mfp-arrow-left::after {
  display: none;
}

button.mfp-close {
  font-size: 0;
  top: 0;
  right: 5px;
}
@media screen and (min-width: 768px) {
  button.mfp-close {
    top: 15px;
    right: 12px;
  }
}
button.mfp-close::before, button.mfp-close::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #666;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (min-width: 768px) {
  button.mfp-close::before, button.mfp-close::after {
    width: 55px;
  }
}
button.mfp-close::before {
  transform: rotate(-45deg);
}
button.mfp-close::after {
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .mfp-container:not(:root) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mfp-close:active {
  top: 15px;
}
@media (max-width: 900px) {
  .mfp-close:active {
    top: 0px;
  }
}

.page-detail section:first-of-type {
  padding-top: 7rem;
  margin-top: 3rem;
}
.page-detail section + section {
  padding-top: 8rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .page-detail section + section {
    padding-top: 6rem;
    margin-top: 8rem;
  }
}
.page-detail .page-detail .c-label + .c-label {
  margin-left: 0.5rem;
}
.page-detail .p-info {
  display: flex;
  background-color: #f3f3f3;
  padding: 3rem;
}
.page-detail .p-info__wrapper {
  display: flex;
  flex-direction: column;
}
.page-detail .p-info__wrapper > * + * {
  margin-top: 1.5rem;
}
.page-detail .p-product-feature__heading {
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__heading {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__heading + .c-label {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__heading.u-block-sp {
    margin-bottom: 1rem;
  }
  .page-detail .p-product-feature__heading.u-block-sp + span {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__heading.-deco .p-product-feature__sub-heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__heading.-deco + .c-label {
    margin-top: 0.8rem;
    margin-left: 0.8rem;
  }
}
.page-detail .p-product-feature__sub-heading {
  font-size: 1.2rem;
  font-family: "Josefin Sans", serif;
  margin-left: 1rem;
  margin-right: 0;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__sub-heading {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__sub-heading.-deco {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.page-detail .p-price__unit {
  font-family: "Josefin Sans", serif;
  font-size: 3.2rem;
}
.page-detail .p-price {
  font-size: 2rem;
  margin-top: 0.95rem;
}
.page-detail .p-desc {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
}
.page-detail .p-info__img {
  margin-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-info__img {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.page-detail .p-media {
  width: 28.7833333333%;
  margin-right: 4.55%;
  margin-bottom: 4.55%;
}
.page-detail .p-media img {
  width: 100%;
}
.page-detail .p-media > * + * {
  margin-top: 0.45rem;
}
.page-detail .p-media__text {
  font-size: 1.2rem;
}
.page-detail .p-media__text > * {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-media__text {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.page-detail .p-media__text.-under-label {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-detail .p-media__text.-under-label {
    align-items: flex-start;
  }
}
.page-detail .p-media__text.-under-label > * {
  margin-left: 0;
  margin-top: 0.5rem;
}
.page-detail .p-product-feature {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature {
    flex-direction: column;
  }
}
.page-detail .p-product-feature.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature.-reverse {
    flex-direction: column;
  }
}
.page-detail .p-product-feature.-reverse .p-product-feature__img {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature.-reverse .p-product-feature__img {
    margin-left: 0;
  }
}
.page-detail .p-product-feature.-reverse .p-product-feature__wrapper {
  margin-left: 0;
  margin-right: 0;
}
.page-detail .p-product-feature.-reverse .p-product-feature__wrapper02 {
  justify-content: flex-start;
}
.page-detail .p-product-feature.-reverse .p-product-feature__swiper-pagination {
  text-align: left;
}
.page-detail .p-product-feature.-reverse .p-product-feature__img {
  margin-left: 0;
}
.page-detail .p-product-feature.-reverse .p-product-feature__swiper-container {
  margin-left: 6rem;
}
.page-detail .p-product-feature__swiper-container {
  margin-right: 0;
}
.page-detail .p-product-feature__swiper-container.u-display-sp {
  margin-top: 6rem;
}
.page-detail .p-product-feature__wrapper-02 {
  display: flex;
  justify-content: space-between;
}
.page-detail .p-product-feature__wrapper-02 .p-product-feature__info {
  max-width: 488px;
  width: 100%;
  padding: 3rem 0;
  margin-left: 0.7rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__wrapper-02 .p-product-feature__info {
    margin-left: 0;
    padding: 3rem;
  }
}
.page-detail .p-product-feature__wrapper-02-03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__wrapper-02-03 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__wrapper-02-03 .p-product-feature__wrapper02 + .p-product-feature__wrapper02 {
    margin-top: 0;
  }
}
.page-detail .p-product-feature__deco {
  display: block;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.2rem;
}
.page-detail .p-product-feature__swiper-container {
  max-width: 570px;
}
.page-detail .p-product-feature__swiper-pagination {
  position: relative;
  text-align: right;
  bottom: 2px;
  margin-top: 15px;
}
.page-detail .p-product-feature__swiper-pagination > * {
  width: 15px;
  height: 15px;
  margin: 0 !important;
  background-color: #8F8A80;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__swiper-pagination > * {
    width: 10px;
    height: 10px;
  }
}
.page-detail .p-product-feature__swiper-pagination > * + * {
  margin-left: 10px !important;
}
.page-detail .p-product-feature__img {
  display: block;
  position: relative;
  align-self: flex-start;
}
.page-detail .p-product-feature__img::after {
  content: attr(data-name);
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img.u-display-sp {
    margin-top: 6rem;
  }
}
.page-detail .p-product-feature__img.-text-left::after {
  right: 0;
  left: 5px;
}
.page-detail .p-product-feature__img.-text-black::after {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents {
    margin-top: 6rem;
  }
}
.page-detail .p-product-feature__img-contents > * {
  margin-top: 0;
  margin-right: 8rem;
}
.page-detail .p-product-feature__img-contents > * + * {
  margin-top: 5rem;
  margin-left: 8rem;
  margin-right: 0rem;
}
.page-detail .p-product-feature__img-contents02 {
  display: flex;
  margin-top: 6rem;
  margin-left: -5rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents02 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-detail .p-product-feature__img-contents02 > .p-product-feature__img {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents02 > .p-product-feature__img {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents02 {
    flex-direction: column;
  }
}
.page-detail .p-product-feature__img-contents02__wrapper {
  display: flex;
  flex-direction: column;
}
.page-detail .p-product-feature__img-contents02__wrapper .p-product-feature__img:first-of-type {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents02__wrapper .p-product-feature__img:first-of-type {
    margin-top: 3rem;
    margin-left: 0;
    width: 53.3333333333vw;
  }
}
.page-detail .p-product-feature__img-contents02__wrapper .p-product-feature__img + .p-product-feature__img {
  margin-top: 10rem;
  margin-left: 15.3rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents02__wrapper .p-product-feature__img + .p-product-feature__img {
    margin-top: 3rem;
    margin-left: 6.8rem;
    width: 71.4666666667vw;
  }
}
.page-detail .p-product-feature__img-contents03 {
  display: flex;
  align-items: center;
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents03 {
    flex-direction: column;
    align-items: baseline;
  }
}
.page-detail .p-product-feature__img-contents03__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents03__wrapper {
    margin-top: 3rem;
  }
}
.page-detail .p-product-feature__img-contents03__wrapper .p-product-feature__img:first-of-type {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents03__wrapper .p-product-feature__img:first-of-type {
    margin-left: 0;
    width: 53.3333333333vw;
  }
}
.page-detail .p-product-feature__img-contents03__wrapper .p-product-feature__img + .p-product-feature__img {
  margin-top: 10rem;
  margin-left: 15.3rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__img-contents03__wrapper .p-product-feature__img + .p-product-feature__img {
    margin-top: 3rem;
    margin-left: 6.8rem;
  }
}
.page-detail .p-product-feature__desc {
  margin-top: 1.75rem;
  line-height: 2;
}
.page-detail .p-product-feature__desc::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #000000;
  margin-bottom: 2rem;
}
.page-detail .p-product-feature__wrapper {
  max-width: 470px;
  width: 100%;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__wrapper {
    max-width: unset;
    margin-left: 0rem;
  }
}
.page-detail .p-product-feature__wrapper.-matico {
  max-width: unset;
  margin-left: 0;
}
.page-detail .p-product-feature__wrapper-02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__wrapper-02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-detail .p-product-feature__wrapper02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 6rem;
  margin-right: -4.55%;
  margin-bottom: -4.55%;
}
.page-detail .p-product-feature__wrapper02.-col-2, .page-detail .p-product-feature__wrapper02.-col-3, .page-detail .p-product-feature__wrapper02.-col-4 {
  display: grid;
  margin-right: auto;
  margin-bottom: auto;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__wrapper02.-col-2, .page-detail .p-product-feature__wrapper02.-col-3, .page-detail .p-product-feature__wrapper02.-col-4 {
    gap: 1.5rem;
  }
}
.page-detail .p-product-feature__wrapper02.-col-2 .p-media, .page-detail .p-product-feature__wrapper02.-col-3 .p-media, .page-detail .p-product-feature__wrapper02.-col-4 .p-media {
  width: 100%;
  margin-right: auto;
  margin-bottom: auto;
}
.page-detail .p-product-feature__wrapper02.-col-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 230px;
}
.page-detail .p-product-feature__wrapper02.-col-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 360px;
}
.page-detail .p-product-feature__wrapper02.-col-4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: unset;
}
.page-detail .p-product-feature__info {
  display: flex;
  margin-top: 2.25rem;
}
.page-detail .p-product-feature__button {
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__button {
    margin-top: 6rem;
  }
}
.page-detail .p-product-feature__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__button-wrapper {
    flex-direction: column;
    margin-top: 4.8rem;
  }
}
.page-detail .p-product-feature__button-wrapper > * {
  width: 100%;
  margin-left: initial;
  margin-right: initial;
  margin-top: 0;
}
.page-detail .p-product-feature__button-wrapper > * + * {
  margin-left: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-detail .p-product-feature__button-wrapper > * + * {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-display-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none !important;
  }
}

.u-display-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-display-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-block-sp {
    display: block !important;
  }
}

.u-display-block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .u-padding-0-sp {
    padding: 0 !important;
  }
}

/**
 * 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;
  flex-direction: column;
  flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.swiper-slide {
  flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  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;
  align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  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 {
  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: linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: 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: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: 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: linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: 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: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: 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 {
  touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  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: 0.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;
  transition: 0.3s opacity;
  transition: 0.3s opacity;
  transition: 0.3s opacity;
  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 {
  transform: scale(0.33);
  transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-shadow: none;
  appearance: none;
  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%;
  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%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.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%;
  transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

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

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.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%;
  transform: scale(0);
  transform: scale(0);
  transform: scale(0);
  transform-origin: left top;
  transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
  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;
  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: box;
  display: flex;
  display: flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  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%;
  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;
  transform-origin: 50%;
  transform-origin: 50%;
  transform-origin: 50%;
  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");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  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;
  backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  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 {
  transform-origin: 100% 0;
  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;
  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: 0.6;
  filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  perspective: 1200px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
