@charset "utf-8";

/**
 *
 *  base
 *
 */

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,900&display=swap');

.img-max { width: 100%;}
i { margin-right: 5px; }
@media screen and (min-width:768px) {
a[href^="tel:"] { pointer-events: none; }
}


/* ie用 */
#ieAlert {
    display: none;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
    color: #333;
    font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 12px;
    font-size: 75%;
    line-height: 1.75;
	letter-spacing: .04em;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-weight: 600;
}

ol, ul {
  list-style-type: none;
}

/* または */

li {
  list-style-type: none;
}

a {
	text-decoration: none;
}


@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    body{font-size:75%;}
}

::selection {
	background: #406372;
	color:#FFF;
}
::-moz-selection {
	background: #406372;
	color:#FFF;
}



/*-----------------------------------------------------------
    header
-----------------------------------------------------------*/
#fixedBox { 
	width: 100%;
	height: 140px;
	overflow:hidden;
	background-color: rgba(255,255,250,0.9);
    /*border-top: solid 5px #000;*/
    box-shadow: rgba(0,0,0,0.1)0 0 3px;
    -moz-box-shadow: rgba(0,0,0,0.1)0 0 3px;
    -webkit-box-shadow: rgba(0,0,0,0.1)0 0 3px;
    font-family: 'Roboto', sans-serif;
	font-weight: 600;
    font-size: 15px;
    position: fixed;
    top: 0;
	left: 0;
    z-index: 1;
}
.headerTopArea {
    width: 100%;
    height: 100px;
    -js-display: flex;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-align-items: center; /* Safari */
    align-items:         center;
    justify-content: space-between;
}
.home {
    text-align: left;
    padding-left: 20px;
    width: 33%;
}
.home a {
    color: #000;
    padding: 0 15px;
    border: 2px solid;
    padding: 6px 15px;
    font-weight: 700;
    font-size: 13px;
    background: none;
}
.home a:hover {
    color: #FFF;
    border: 2px solid #000;
}
/* hover.css */
.home a:before {
    background: #000;
}
.arknetsLogo {
    text-align: center;
    width: 180px;
    margin: 0 auto;
}
.snsArea {
    text-align: right;
    width: 33%;
}
.snsIcons {
    width: 100%;
    overflow: hidden;
    -js-display: flex;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    justify-content: flex-end;
    padding-right: 10px;    
}
.snsIcons a {
  color: #555;
  font-size: 26px;
  color: #000;
}
.snsIcons li {
    margin-right: 10px;
}
.menuList {
    width: 100%;
    overflow: hidden;
    height: 40px;
}
.nav {
    -js-display: flex;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
}
.nav li {
    line-height: 10px;
    margin: 0 20px;
}
.nav li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

/*-----------------------------------------------------------
    section
-----------------------------------------------------------*/
.contWrap {
    width: 100%;
    padding: 120px 0;
    text-align: center;
}
.contWrap:nth-of-type(2n+1) {
    background:#EDEDED;
}
.contWrap:nth-of-type(2n) {
    background-color: rgba(255,255,250,1)
}
.sectionTtl {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 5px solid #000;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
	color: #000;
}

/* helo
--------------------------------------------------*/
.helo {
    width: 100%;
    height: calc(100vh - 140px);
    /*background: #2c2e30;*/
    background-image: url(../img/bgimg.jpg);
    background-size: cover;
	background-position: center;
    overflow: hidden;
    margin-top: 140px;
	display: flex;
}
/*.helo:before {
    content: "";
    width: 100%;
    height: calc(100vh - 90px);
    display: block;
    background-color:rgba(0,0,0,0.5);
    z-index: 0;
}*/

.mainLogo {
  max-width: 1100px;
  width: 65%;
  margin: auto;
}


.totopArea {
    width: 100%;
    height: 650px;
    overflow: hidden;
    margin-top:120px;
}
.statesArea {
    width: 50%;
    height: 650px;
    float: left;
    background: url(../img/shop_states.jpg);
    background-size: cover;
}
.vintageArea {
    width: 50%;
    height: 650px;
    float: right;
    background: url(../img/shop_vintage.jpg);
    background-size: cover;
}
.statesArea a , 
.vintageArea a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0,0,0,0.2);
}
.statesArea a:hover , 
.vintageArea a:hover {
    background: rgba(0,0,0,0.5);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.statesArea img , 
.vintageArea img {
    width: 500px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -125px;
}
/* OPEN
--------------------------------------------------
.shopImage {
    width: 900px;
    margin: 0 auto;
}
.openTtl {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #000;
}*/

/* concept
--------------------------------------------------*/
.openTtl {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin: 0 auto 40px;
}
.shopImage {
    width: 70%;
    margin: 0 auto 50px;
}
.comment {
    width: 51em;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
}
.firstLetter:first-letter {
    font-weight: bold;
    float: left;
    font-size: 3.5em;
    margin: 5px 8px 0 0;
    color: #000;
    line-height: 0.8em;
}
.conceptInner:last-of-type {
    margin-top: 150px;
}
/* brand list
--------------------------------------------------*/
.brandlist , .brandlist ul {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
	display: flex;
}
.brandlist li {
    margin-right: 10px;
    float: left;
    background: #FFF;
    margin-top: 10px;
}
.brandlist li:nth-of-type(5n) {
    margin-right: 0;
}
.brandlist_other {
    width: 900px;
	font-size: 1.7em;
    line-height: 2.2em;
    margin: 50px auto 0;
    overflow: hidden;
	color: #000;
    font-family: 'Roboto', sans-serif;
}
.brandlist_other dt {
    content: "WEAR";
    margin-right: 20px;
    font-weight: 700;
    border-bottom: 1px solid;
    line-height: 1.8em;
    margin-bottom: 10px;
	text-align: center;
}
.brandlist_other dd {
    /*margin-right: 20px;*/
    font-weight: 600;
    float: center;
}
.brandlist_other dd a {
    color: #000;
}
/* event
--------------------------------------------------*/

.eventColumn {

}


.eventWrap {
    width: 650px;
    margin: 80px auto 0;
    padding-top: 80px;
    border-top: 1px dotted;
}
.eventWrap:first-of-type {
    margin: 0 auto 0;    
    padding-top: 0;
    border: none;
}
.eventWrap h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.eventWrap dl {
    width: 100%;
    overflow: hidden;
    line-height: 2.5em;
    border: 2px solid #000;
}
.eventWrap dt {
    width: 130px;
    float: left;
    color: #000;
    font-weight: bold;
    background: #000;
    color: #FFF;
    margin-right: 20px;
    line-height: 3.5em;
}
.eventWrap dd {
    text-align: left;
    border-bottom: 1px dotted #000;
    line-height: 3.5em;
}
.eventWrap dd:last-child {
    border: none;
}
.comment_event {
    margin: 30px auto 30px;
}



/* location
--------------------------------------------------*/
#location {
    width: 100%;
    /* padding-bottom: 20px; */
    font-family: 'Roboto', sans-serif;    
}
.address {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 50px;
}
.address2 {
    font-size: 20px;
    font-weight: 600;
    margin:40px auto 60px;
}
#map_canvas {
    width: 100%;
    height: 500px;
}
.gm-style-iw {
    line-height: 1em;
}
.marker {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}

.map {
	width: 60%;
	margin: 20px auto 40px;
}

/* recruit
--------------------------------------------------*/
#recruit h2 {
    font-weight: bold;
    font-size: 40px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 0.8em;
    margin-bottom: 20px;
}
.wantedttl_small {
    font-size: 20px;
    color: #333;
}
#recruit .comment {
    text-align: center;
}
.linkBtn {
    margin-top: 50px;
    margin-bottom: 25px;
}
.linkBtn a {
    display: inline-block;
    line-height: 3em;
    color: #000;
    border: 2px solid;
    background-color: #FFFFFA;
    padding: 0 30px;
}
.linkBtn a:hover {
    text-decoration: none;
    color: #FFF;
    border: 2px solid #000;
}
.linkBtn a:before {
    background: #000;    
}

/* contact
--------------------------------------------------*/
.contInner {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
.shopLogo_cnt {
    width: 130px;
    margin: 0 auto 20px;;
}
.telmail a {
    color: #666;
    font-weight: bold;
    font-size: 16px;
}
i.faBIg {
    color: #000;
    font-size: 1.5em;
    margin: 0 10px 0 0;
}
#head_logo {
    width: 300px;
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
}
#TopArknets {
    margin-right: 30px;
    float: right;
    line-height: 90px;
}
#TopArknets a {
    color: #DDB47F;
    font-family: "minion-pro-caption","ヒラギノ明朝 ProN W3";
    padding: 5px 15px;
    border: 1px solid;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
#TopArknets a:hover {
    color: #000;
    background: #DDB47F;
    text-decoration: none;
}



/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
.footer {
	color: #FFF;
	background:#000;
  padding: 50px 0 30px;
  font-size: 13px;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .footer {
      font-size: 10px; } }
  .footer--fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0; }

#page-top {
    width: 55px;
}
#page-top img {
    width: 100%;
}

/*******スライダー*************/
.swiper-container {
	width: 70%;
	margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  /*z-index: 1;*/ }

@media only screen and (max-width: 640px) {
.swiper-container {
	width: 100%;
  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: 50%;
  /*z-index: 1;*/
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -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; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #f4f4f4;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 25px;
  background: #fff; }

/* 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: 15px;
  height: 24px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 15px 24px;
  background-position: center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 640px) {
.swiper-button-prev,
.swiper-button-next {
	display: none;
	}
}
	
.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("../images/prev.svg");
  left: 0px;
  right: auto;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  width: 30px;
  height: 40px;
  border-radius: 0 5px 5px 0; }

.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("../images/next.svg");
  right: 0px;
  left: auto;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  width: 30px;
  height: 40px;
  border-radius: 5px 0 0 5px; }

.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;
  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: 0;
  left: 0;
  width: 100%;
  background-color: white; }

/* Bullets */
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: black;
  opacity: 0.6; }

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: black; }

.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%;
  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%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  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;
  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;
  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); } }
/*******スライダー*************/