@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */



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: .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: -.5em;
}

sub {
  bottom: -.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: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
  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;
}

html, body {
  min-width: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  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: .7;
}

@media screen and (max-width: 736px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  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: .7;
}

.menu__icon {
  display: none;
}

.product {
  width: 100%;
  padding: 45px 0 124px;
  color: #231815;
}

.product__container {
  width: 900px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.product-L {
  width: 55%;
  vertical-align: top;
}

.product-R {
  width: 45%;
  vertical-align: top;
}

.product .gallery-top, .product .gallery-thumbs {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.product .gallery-thumbs {
margin-top: 4px;
}
.product__name {
  font-size: 2.4rem;
  padding: 30px 0px 35px 0;
  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;
}

.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;
}

.product__size li a:hover {
  background-color: #231815;
  color: #fff;
  opacity: 1;
}

.product__size li a.sold {
  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: #E83828;
}
.product__size li .shipmaent_area {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  color: #E83828;
    overflow:hidden;
}

.product__size li .shipmaent_area p {
    display:inline-block;
    font-size: 1.1rem;
    line-height: 2;
}

.product__caption {
  font-size: 1.7rem;
  line-height: 1.7;
  padding-top: 20px;
}

.product__slide-container {
  width: 400px;
  margin: 0 auto;
}

.product__slide li img {
  width: 100%;
}

.product__slide-thumb li {
      width: 13.07%;
  display: inline-block;
  cursor: pointer;
}

.product__slide-thumb li img {
  width: 100%;
}

.product__slide-thumb li:hover {
  opacity: .7;
}

.product .arrow-L, .product .arrow-R {
  top: 400px;
}

.product .arrow-L svg, .product .arrow-R svg {
  width: 19.231px;
  height: 38.462px;
}

.spec {
  width: 100%;
  padding: 0 0 50px;
}

.spec__container {
  width: 900px;
  display: table;
  margin: 0 auto;
  border-top: 1px solid #231815;
  padding-top: 100px;
}

.spec-L {
  width: 55%;
  display: table-cell;
  vertical-align: top;
}

.spec-R {
  width: 45%;
  display: table-cell;
  vertical-align: top;
}

.spec__text, .spec p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.spec dl {
  margin: 0;
  padding: 0 0 2rem;
}

.spec dd {
  margin-left: 1rem;
  margin-bottom: 1em;
}

.information {
  background-image: url("../images/information_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 643px;
  line-height: 1.7;
  background-blend-mode: multiply;
}

.attention{
color:#D00412;
display:block;
}

.information a {
  color: #fff;
}

.information a:hover {
  opacity: .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: bold;
}

.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%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.lineup .arrow-L svg, .lineup .arrow-R svg {
  width: 19.231px;
  height: 38.462px;
}

footer ul.mainnavi{
    float:left;
}

.footer {
  height: 60px;
    background-color: #fff;
    position: relative;
    padding: 40px 40px 0px;
    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 {
  display: inline-block;
  margin-right: 14px;
}

.footer .nav__sns li {
  display: inline-block;
}

.footer .nav__mail {
  display: inline-block;
}

.footer .nav__mail 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 0px;
    
}
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:0px 23px;
    border-right:1px solid #ccc;
}
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:0px 0px;
    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) {
    
    .mt100{
        margin-top:10px!important;
    }
.information{
       height: auto;
    overflow: hidden;
    }
    
  
    
    .information {
    background-image: url(../images/foot_sp.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
    
    .footer{
        background:#231815;
 
    }
 .footer {
    height: 100px;
    padding: 50px 0px;
    text-align: center;
}   
    .footer img{
        max-width:100%;
        margin:0px auto;
        float:none;
    }
    
    footer small{
        float:none;
    }
  .product__container {
    width: 100%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .product-L {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .spec {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 45px 0;
  }
  .spec__size {
    width: calc(100% - 22px);
    margin: 0 auto;
    text-align: center;
  }
  .spec__size img {
    width: auto;
  }
  .spec__container {
    width: 100%;
  }
  .spec__text {
    width: 400px;
    margin: 0 auto;
  }
  .spec-L {
    display: block;
    width: 100%;
  }
  .spec-R {
    display: block;
    width: 100%;
  }
  .information {
    min-height: auto;
    padding: 32px 0;
  }
  .information__column {
    width: calc(100% - 22px);
    margin: 0 auto;
  }
  .information__column li {
    width: 100%;
    margin-right: 0;
  }
  .product-L {
    width: 100%;
  }
  .header {
    height: 45px;
    background-color: #fff;
    z-index: 5500;
    transition: all .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;
    transition: all .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: .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 {
    transition: all .5s ease;
    -ms-transform-origin: center center;
        transform-origin: center center;
  }
  .menu__icon svg #icon-menu-top,
  .menu__icon svg #icon-menu-middle,
  .menu__icon svg #icon-menu-bottom {
    -ms-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0);
  }
  .menu__icon.active svg #icon-menu-top {
    -ms-transform-origin: center center;
        transform-origin: center center;
    -ms-transform: rotate(45deg) translate(8px, 10px);
        transform: rotate(45deg) translate(8px, 10px);
  }
  .menu__icon.active svg #icon-menu-middle {
    -ms-transform-origin: center center;
        transform-origin: center center;
    -ms-transform: rotate(45deg) translate(0, 1px);
        transform: rotate(45deg) translate(0, 1px);
  }
  .menu__icon.active svg #icon-menu-bottom {
    -ms-transform-origin: center center;
        transform-origin: center center;
    -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% - 22px);
  }
  .product__slide-container img {
    width: 100%;
  }
  .product-L, .product-R {
    width: calc(100% - 22px);
    margin: 0 auto;
    text-align: center;
  }
  .product__caption {
    text-align: left;
  }
  .product__size li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product__size li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .product__name {
    font-size: 1.6rem;
    padding: 40px 0 5px;
  }
  .product__price {
    font-size: 1.6rem;
    padding-bottom: 12px;
  }
  .product__price .note {
    font-size: 1rem;
  }
  .product .arrow-L, .product .arrow-R {
    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: calc(100% - 22px);
    margin: 0 auto;
  }
  .spec__size img {
    width: 100%;
  }
  .spec__container {
    width: 100%;
  }
  .spec__text {
    width: calc(100% - 22px);
    margin: 0 auto;
  }
  .spec-L {
    display: block;
    width: 100%;
  }
  .spec-R {
    display: block;
    width: 100%;
  }
  .footer {
    display: block;
    height: auto;
    line-height: 1;
  }
  .footer__share {
    display: block;
    padding-left: 0;
    padding: 164px 0 0;
    text-align: center;
  }
  .footer__home {
    display: block;
    text-align: center;
    padding-right: 0;
    padding: 50px 0;
  }
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  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;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.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-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-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-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-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-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");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.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%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -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;
}

/* Progress */
.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%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -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: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.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-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}

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

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.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;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  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);
  }
}