@charset "UTF-8"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
ul.text-links {
  text-align: center;
  padding-bottom: 30px;
}
ul.text-links li {
  display: inline-block;
  font-size: 13px;
}
ul.text-links li + li:before {
  content: "｜";
  margin-left: 10px;
  margin-right: 10px;
}
ul.text-links a {
  color: #000;
  -webkit-transition: 0.16s;
  transition: 0.16s;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 62.5%;
}
body,
html {
  width: 100%;
}
body {
  font-size: 1.6rem;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #000;
  background-color: #fff;
}
body,
html {
  min-width: 100%;
  width: 100%;
}
a {
  text-decoration: none;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
li,
ul {
  list-style: none;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.arrow-L {
  position: absolute;
  left: 20px;
  z-index: 2000;
}
.arrow-L svg {
  fill: #e83828;
  width: 40px;
}
.arrow-R {
  position: absolute;
  right: 20px;
  z-index: 2010;
}
.arrow-R svg {
  fill: #e83828;
  width: 40px;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 736px) {
  br.br,
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.header {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #595757;
}
.header__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: table;
}
.logo {
  display: table-cell;
  width: calc(30% - 27px);
  padding: 21px 0 21px 27px;
}
.logo svg {
  width: 231.307px;
  height: auto;
  fill: #231815;
}
.menu__utils {
  width: calc(70% - 20px);
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding-right: 20px;
}
.menu__utils li {
  display: inline-block;
  line-height: 75px;
  margin-left: 20px;
  font-size: 1.2rem;
}
.menu__utils li a {
  color: #231815;
}
.menu__utils li a:hover {
  opacity: 0.7;
}
.menu__icon {
  display: none;
}
.product {
  width: 100%;
  padding: 45px 0 124px;
  color: #231815;
}
.product__container {
  width: 950px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
.product-L {
  width: 45%;
  vertical-align: top;
}
.product-R {
  width: 55%;
  vertical-align: top;
  padding-left: 10%;
}
.product .gallery-thumbs,
.product .gallery-top {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.product .swiper-pagination {
  display: none;
}
.product .gallery-thumbs {
  margin-top: 8px;
}
.product__name {
  font-size: 2.4rem;
  padding: 30px 0 35px;
  line-height: 1.5;
}
.product__price {
  font-size: 2.4rem;
  padding-bottom: 35px;
}
.product__price .note {
  font-size: 1.2rem;
}
.product__additional {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.product__size {
  padding-bottom: 5px;
}
.product__size li {
  display: inline-block;
  margin-right: 18px;
  vertical-align: top;
}
.product__size li:last-child {
  margin-right: 0;
}
.product__size li .spec__text {
  text-align: center;
}
.product__size li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #231815;
  border: 1px solid #3e3a39;
  width: 140px;
  padding: 7px 0;
  border-radius: 5px;
  -webkit-transition: 0.16s;
  transition: 0.16s;
}
.product__size li a:hover {
  background-color: #231815;
  color: #fff;
  opacity: 1;
}
.product__size li.cart {
  opacity: 0;
  -webkit-transition: all 0.66s ease-out;
  transition: all 0.66s ease-out;
}
.product__size li.cart.onsale {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product__size li.sold a {
  pointer-events: none;
  cursor: default;
  background-color: #ccc;
  color: #000;
}
.product__size li .stock {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  color: #ff5700;
}
.product__size li.onsale .shipmaent_area {
  visibility: visible;
}
.product__size li.sold .shipmaent_area {
  visibility: hidden;
}
.product__size li .shipmaent_area {
  visibility: hidden;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  color: #ff5700;
  overflow: hidden;
}
.product__size li .shipmaent_area p {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 2;
}
.product__caption {
  border-top: 1px solid #000;
  font-size: 1.7rem;
  line-height: 2.14;
  margin-top: 30px;
  padding-top: 50px;
}
.product__slide-container {
  width: 400px;
  margin: 0 auto;
}
.product__slide li img {
  width: 100%;
}
.product__slide-thumb {
  text-align: left;
  margin-right: -6px;
}
.product__slide-thumb li {
  width: calc(16.66% - 6px);
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
}
.product__slide-thumb li img {
  width: 100%;
}
.product__slide-thumb li:hover {
  opacity: 0.7;
}
.product .arrow-L.pc,
.product .arrow-R.pc {
  display: block;
}
.product .arrow-L.sp,
.product .arrow-R.sp {
  display: none;
}
.pagelink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.product .arrow-L.sp,
.product .arrow-R.sp {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.product .arrow-L svg,
.product .arrow-R svg {
  width: 19.231px;
  height: 38.462px;
}
.spec {
  width: 100%;
  padding: 0 0 50px;
}
.spec__container {
  width: 950px;
  display: table;
  margin: 0 auto;
  border-top: 1px solid #231815;
  padding-top: 100px;
}
.spec-L {
  width: 55%;
}
.spec-L,
.spec-R {
  display: table-cell;
  vertical-align: top;
}
.spec-R {
  width: 45%;
}
.spec p,
.spec__text,
.spec__all,
.spec__attention,
.spec__note,
.spec__model {
  font-size: 1.2rem;
  line-height: 1.6;
}

.spec__all,
.spec__attention {
  margin-bottom: 1rem;
}

.spec dl {
  margin: 0;
  padding: 0 0 2rem;
}
.spec dd {
  margin-left: 1rem;
  margin-bottom: 1em;
}
.information {
  background-image: url(../images/information_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 643px;
  line-height: 1.7;
  background-blend-mode: multiply;
}
.attention {
  color: red;
  display: block;
}
.information a {
  color: #fff;
}
.information a:hover {
  opacity: 0.7;
}
.information__column {
  width: 900px;
  margin: 0 auto;
}
.information__column li {
  display: inline-block;
  vertical-align: top;
  width: 275px;
  margin-right: 35px;
  float: left;
}
.information__column li:nth-child(3n) {
  margin-right: 0;
}
.information__column-title {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
  font-weight: 700;
}
.information__column p {
  font-size: 1.4rem;
}
.information__column p.note {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.lineup {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.lineup__items {
  width: 100%;
  padding: 75px 0;
}
.lineup__items li {
  width: 100px;
  display: inline-block;
  margin-right: 10px;
}
.lineup__items li:last-child {
  margin-right: 0;
}
.lineup__items li img {
  width: 100%;
}
.lineup .arrow-L,
.lineup .arrow-R {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lineup .arrow-L svg,
.lineup .arrow-R svg {
  width: 19.231px;
  height: 38.462px;
}
.footer {
  height: 60px;
  background-color: #fff;
  position: relative;
  padding: 40px 40px 0;
  border-top: 1px solid #231815;
}
.footer small svg {
  width: 134.761px;
  height: auto;
  fill: #fff;
}
.footer__share {
  display: table-cell;
  padding-left: 20px;
}
.footer__share__title {
  display: inline-block;
  font-size: 1.3rem;
}
.footer__home {
  display: table-cell;
  text-align: right;
  padding-right: 20px;
}
.footer .nav__sns {
  margin-right: 14px;
}
.footer .nav__mail,
.footer .nav__mail li,
.footer .nav__sns,
.footer .nav__sns li {
  display: inline-block;
}
.footer a {
  color: #fff;
}
.footer a.fa {
  margin-left: 14px;
}
.footer a.fa:before {
  font-size: 3.5rem;
}
footer ul.mainnavi {
  float: left;
}
ul.mainnavi li {
  float: left;
  font-size: 1.3rem;
  font-family: HelveticaNeue;
  padding: 10px 0;
}
a.twitter img {
  margin-top: 2px;
}
ul.mainnavi li a img {
  margin-left: 10px;
  display: inline-block;
}
ul.mainnavi li a {
  display: inline-block;
  color: #231815;
  font-size: 1.3rem;
  font-family: HelveticaNeue;
  padding: 0 23px;
}
ul.mainnavi li:last-child {
  padding: 5px;
  padding-left: 23px;
  overflow: hidden;
}
ul.mainnavi li span {
  display: inline-block;
  float: left;
  padding-top: 5px;
  padding-right: 5px;
}
ul.mainnavi li:last-child a {
  border-right: none;
  padding: 0;
  float: left;
}
footer {
  overflow: hidden;
}
footer small {
  float: right;
}
.mt100 {
  margin-top: 100px !important;
}
.information .title {
  text-align: center;
  padding: 60px 0 55px;
  font-size: 2.48rem;
  font-family: HelveticaNeue;
  font-weight: 300;
  letter-spacing: 2px;
}
p.note {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}




@media screen and (max-width: 600px) {
  ul.text-links {
    text-align: center;
    padding-bottom: 0;
    /* background-color: #231815; */
    padding-top: 25px;
  }
  ul.text-links li {
    display: block;
    padding-top: 15px;
    font-size: 12px;
  }
  ul.text-links li + li:before {
    display: none;
  }
  ul.text-links a {
    /* color: #fff; */
    color: #000;
  }
  .mt100 {
    margin-top: 10px !important;
  }
  .information {
    height: auto;
    overflow: hidden;
    background-image: url(../images/information_bg_sp.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  .footer {
    /* background: #231815; */
    height: 100px;
    padding: 50px 0;
    text-align: center;
    border-top: none;
  }
  .footer img {
    max-width: 100%;
    margin: 0 auto;
    float: none;
    display: block !important;
  }
  .footer img.sp {
    display: none !important;
  }
  footer small {
    float: none;
  }
  .product__container {
    display: block;
    width: 100%;
  }
  .product .gallery-thumbs {
    display: none;
  }
  .product .swiper-pagination {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    position: relative;
  }
  .product .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }
  .product .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
  }
  .product-L {
    display: block;
    margin: 0 auto;
  }
  .product__caption {
    border: none;
    margin-top: 0;
    padding-top: 10px;
    font-size: 14px;
  }
  .spec__size {
    text-align: center;
  }
  .spec__size img {
    width: auto;
    max-width: 100%;
  }
  .spec__container {
    padding-top: 50px;
  }
  .spec__text {
    width: 400px;
  }
  .information {
    min-height: auto;
    padding: 32px 0;
  }
  .information__column {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .information__column li {
    width: 100%;
    margin-right: 0;
  }
  .product-L {
    width: 100%;
  }
  .header {
    height: 45px;
    background-color: #fff;
    z-index: 5500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__container {
    max-width: 100%;
    display: block;
  }
  .header__container .logo {
    display: block;
    width: 147px;
    padding: 0;
    margin: 0 auto;
    height: 45px;
    z-index: 6000;
  }
  .header__container .logo svg {
    margin-top: 12px;
    width: 147px;
    height: auto;
  }
  .header.active {
    height: auto;
  }
  .menu__utils {
    position: relative;
    top: 0;
    left: -100%;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-right: 0;
    z-index: 5000;
    padding: 20px 0;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu__utils li {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1;
  }
  .menu__utils li a {
    line-height: 4;
    color: #231815;
  }
  .menu__utils li a:hover {
    opacity: 0.7;
  }
  .menu__utils.active {
    height: auto;
    left: 0;
  }
  .menu__icon {
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 7000;
  }
  .menu__icon svg {
    fill: #231815;
    width: 25px;
    height: auto;
  }
  .menu__icon svg path {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .menu__icon svg #icon-menu-bottom,
  .menu__icon svg #icon-menu-middle,
  .menu__icon svg #icon-menu-top {
    -webkit-transform: rotate(0) translate(0);
    -ms-transform: rotate(0) translate(0);
    transform: rotate(0) translate(0);
  }
  .menu__icon.active svg #icon-menu-top {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg) translate(-3px, 12px);
    -ms-transform: rotate(45deg) translate(-3px, 12px);
    transform: rotate(45deg) translate(-3px, 12px);
  }
  .menu__icon.active svg #icon-menu-middle {
    display: none;
  }
  .menu__icon.active svg #icon-menu-bottom {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg) translate(7px, -9px);
    -ms-transform: rotate(-45deg) translate(7px, -9px);
    transform: rotate(-45deg) translate(7px, -9px);
  }
  .product {
    padding: 15px 0;
    position: relative;
  }
  .product__slide-container {
    width: calc(100% - 40px);
  }
  .product__slide-container img {
    width: 100%;
  }
  .product-L,
  .product-R {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    box-sizing: border-box;
  }
  .product__caption {
    text-align: left;
  }
  .product__size li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product__size li a {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .product__name {
    font-size: 1.6rem;
    padding: 40px 0 5px;
    font-weight: bold;
  }
  .product__price {
    font-size: 1.6rem;
    padding-bottom: 12px;
  }
  .product__price .note {
    font-size: 1rem;
  }
  .product .arrow-L.pc,
  .product .arrow-R.pc {
    display: none;
  }
  .product .arrow-L.sp,
  .product .arrow-R.sp {
    display: block;
  }
  .product .arrow-L.pc,
  .product .arrow-R.pc {
    /* top: 0;
    bottom: 0;
    display: none; */
  }
  .product .bx-wrapper .bx-pager {
    bottom: -22px !important;
  }
  .spec {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 45px 0;
  }
  .spec__size {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .spec__container,
  .spec__size img {
    width: 100%;
  }
  .spec__text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .spec-L,
  .spec-R {
    display: block;
    width: 100%;
  }
  .footer {
    display: block;
    height: auto;
    line-height: 1;
  }
  .footer__share {
    padding-left: 0;
    padding: 164px 0 0;
  }
  .footer__home,
  .footer__share {
    display: block;
    text-align: center;
  }
  .footer__home {
    padding-right: 0;
    padding: 50px 0;
  }
  .information .title {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(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-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;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -o-perspective: 1200px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: a 1s steps(12) infinite;
  animation: a 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
