 /* UTILS */
 .hide{
  display: none !important;
}

  /* Kanshasai special code */
  /* Move content center */

  /* split slide CSS */
  .swiper .swiper-slide .slide-split{
    justify-content: flex-end;
}

.swiper .swiper-slide .slide-split img{
    width: 70%;
}
.swiper .swiper-slide .slide-split .copy-container{
  height: 100%;
  background-color: white;
  margin-left: 0px;
  padding: 0px 3%;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.swiper .swiper-slide .slide-split .overlay{
    display: none;
}
.swiper .swiper-slide .slide-split .copy-container .category-text,
.swiper .swiper-slide .slide-split .copy-container .slide-title,
.swiper .swiper-slide .slide-split .copy-container .slide-description{
    text-shadow: none;
    color: black;
}
.swiper .swiper-slide .slide-split .copy-container .slide-cta{
  background-color: rgb(0, 0, 0);
}

.swiper .slide-split .swiper-button-next:after{
  color: black !important;
  text-shadow: none !important;
}

.swiper .swiper-slide .slide-split .copy-container .slide-cta .slide-cta-text{
    color: white;
}
.swiper .swiper-slide .slide-split .copy-container .slide-cta:hover {
  background-color: black;
}

@media only screen and (max-width: 768px){
  .swiper .swiper-slide .slide-split .copy-container{
      height: 35vh;
      margin-right: 0px;
      margin-bottom: 0px;
      padding: 0 7%;
  }
  .swiper .swiper-slide .slide-split img{
      width: 100%;
      height: 65vh;
  }
}

@media only screen and (min-width: 768px){

  .swiper .swiper-slide.kanshasai{
    align-items: flex-end;
  }
  .swiper .swiper-slide.kanshasai .copy-container{
    margin-bottom: 7%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .swiper .swiper-slide.kanshasai .copy-container .kanshasai-logo{
    max-width: 300px;
    margin: 5px auto;
  }

  .swiper .swiper-slide.kanshasai .copy-container .slide-price h3{
    font-size: 37px;
  }
  .swiper .swiper-slide.kanshasai .copy-container .slide-cta{
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px){
  .swiper .swiper-slide.kanshasai .copy-container{
    width: 80%;
  }
}


@media only screen and (max-width: 768px) {
.header--scroll {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
}

.header {
margin-bottom: 0px !important;
}

.wrapper {
-webkit-transition: height 0.2s linear;
transition: height 0.2s linear;
}

@media only screen and (max-width: 768px) {
.wrapper .swiper {
  padding-top: 24px;
}
}

.footer {
margin-top: 0px;
}

.footer .content-asset {
height: auto !important;
}

html,
body {
position: relative;
height: 100%;
}

body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}

.dept-nav {
position: fixed;
z-index: 2;
width: 100%;
-webkit-transition: all ease-in 0.5s;
transition: all ease-in 0.5s;
}

@media only screen and (min-width: 768px) {
.dept-nav {
  display: none;
}
}

.dept-nav__hide {
-webkit-transition: all ease-in 0.5s;
transition: all ease-in 0.5s;
position: fixed;
top: -53px;
z-index: 2;
width: 100%;
}

.dept-tabs {
width: 100%;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
text-align: center;
padding: 0px 5%;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background-color: white;
z-index: 3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.dept-tabs .dept {
padding-bottom: 12px;
padding-top: 14px;
width: 20%;
}

.dept-tabs .active-dept h3 {
color: #1b1b1b;
}

.dept-tabs .active-dept {
border-bottom: 3px solid black;
}

.dept-tabs a {
color: inherit;
text-decoration: none;
}

.dept-tabs h3 {
font-family: "uniqlo pro";
text-transform: uppercase;
color: #ababab;
margin: 0px;
font-weight: 400;
}

.ticker {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
z-index: 2;
left: 8%;
margin-top: 16px;
background-color: rgba(255, 255, 255, 0.85);
padding: 10px 15px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
.ticker {
  margin-top: 66px;
}
}

.ticker a {
color: black;
font-size: 13px;
}

@media only screen and (max-width: 500px) {
.ticker {
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}

.ticker .close-ticker {
margin-left: 20px;
cursor: pointer;
}

.swiper {
width: 100%;
height: 100%;
}

.swiper .white {
color: white;
}

.swiper .black {
color: black;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-container {
  overflow: hidden;
}
}

.swiper .swiper-slide {
-webkit-transform: translate3d(0, 0, 0);
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: left;
position: relative;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
}

.swiper .swiper-slide a {
color: inherit;
text-decoration: none;
z-index: 2;
height: 100%;
width: 100%;
position: absolute;
}

.swiper .swiper-slide .preloader-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
z-index: 4;
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .preloader-container {
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
}

.swiper .swiper-slide .preloader-container div {
margin-left: 12%;
background-color: #eeeeee;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .preloader-container div {
  margin-bottom: 20%;
  margin-left: auto;
  margin-right: auto;
}
}

.swiper .swiper-slide .preloader-container .preloader-title {
height: 50px;
width: 30%;
margin-bottom: 20px;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .preloader-container .preloader-title {
  width: 90%;
}
}

.swiper .swiper-slide .preloader-container .preloader-description {
height: 35px;
width: 27%;
margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .preloader-container .preloader-description {
  width: 80%;
}
}

.swiper .swiper-slide .preloader-container .preloader-description:nth-child(2) {
width: 25%;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .preloader-container .preloader-description:nth-child(2) {
  width: 75%;
}
}

.swiper .swiper-slide .preloader-container .preloader-cta {
margin-top: 20px;
height: 40px;
width: 180px;
}

.swiper .swiper-slide .caption {
font-size: 13px;
font-weight: 300;
z-index: 3;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .caption {
  font-size: 11px;
}
}

.swiper .swiper-slide .top-right {
position: absolute;
right: 8%;
top: 16px;
}

.swiper .swiper-slide .overlay {
z-index: 2;
background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
height: 100%;
width: 60%;
position: absolute;
opacity: 0.25;
left: 0;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  bottom: 0;
}
}

.swiper .swiper-slide .logo-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
position: absolute;
top: 16px;
left: 8%;
z-index: 3;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .logo-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
}

.swiper .swiper-slide .logo-container .logo {
margin-right: 25px;
height: 58px;
width: 100%;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .logo-container .logo {
  margin-right: 0px;
  margin-bottom: 25px;
  height: 38px;
}
}

.swiper .swiper-slide .logo-container .logo img {
height: 100%;
width: initial;
}

.swiper .swiper-slide .copy-container {
margin-left: 12%;
width: 30%;
z-index: 3;
color: white;
}

@media only screen and (max-width: 978px) {
.swiper .swiper-slide .copy-container {
  width: 40%;
}
}

@media only screen and (max-width: 768px) {
.swiper .swiper-slide .copy-container {
  width: 45%;
}
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .copy-container {
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 10%;
  text-align: center;
}
}

.swiper .swiper-slide .copy-container .category-text {
margin-bottom: 8px;
/* text-shadow: 1px 1px black; */
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .copy-container .category-text {
  text-align: center;
  margin-bottom: 6px;
  font-size: 12px;
}
}

.swiper .swiper-slide .copy-container .slide-title {
font-size: 36px;
letter-spacing: 0.4px;
font-weight: 500;
line-height: 38px;
text-shadow: 1px 1px black;
margin-bottom: 14px;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .copy-container .slide-title {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 9px;
}
}

.swiper .swiper-slide .copy-container .slide-description {
font-size: 16px;
line-height: 24px;
font-weight: 400;
text-shadow: 1px 1px black;
margin-bottom: 24px;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .copy-container .slide-description {
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.17px;
  margin-bottom: 21px;
  font-size: 12px;
}
.swiper .swiper-slide .copy-container .slide-price h3{
 font-size: 20px !important;
}
}

.swiper .swiper-slide .copy-container .slide-cta {
min-width: 180px;
background-color: rgba(255, 255, 255, 0.85);
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
-webkit-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
margin-bottom: 16px;
}

.swiper .swiper-slide .copy-container .slide-price{
  color: red;
}
.swiper .swiper-slide .copy-container .slide-price h3{
  color: red;
  margin-bottom: 5px;
  font-family: UNIQLO PRO;
  font-size: 28px;
  font-weight: 700;
  
}

.swiper .swiper-slide .copy-container .slide-price h3.black{
  color: black;    
}

.swiper .swiper-slide .copy-container .slide-price h3.white{
  color: #fff;    
}

.swiper .swiper-slide .copy-container .slide-price h3.red{
  color: red;    
}


.swiper .swiper-slide .copy-container .slide-price .price-label{
  font-size: 14px;
  color: red;
}

.swiper .swiper-slide .copy-container .slide-cta a {
position: relative;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .copy-container .slide-cta {
  margin-left: auto;
  margin-right: auto;
}
}

.swiper .swiper-slide .copy-container .slide-cta:hover {
background-color: rgba(255, 255, 255, 0.95);
}

.swiper .swiper-slide .copy-container .slide-cta .slide-cta-text {
color: black;
font-size: 14px;
letter-spacing: 0.4px;
text-align: center;
font-weight: 400;
text-transform: uppercase;
padding: 18px 30px;
}

@media only screen and (max-width: 500px) {
.swiper .swiper-slide .copy-container .slide-cta .slide-cta-text {
  padding: 15px 25px;
  font-size: 10px;
}
}

.swiper .swiper-slide .bg-img {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.swiper .swiper-slide .bg-img.center {
object-position: center;
}

.swiper .swiper-slide .bg-img.top {
object-position: top;
}

.swiper .swiper-slide .bg-img.bottom {
object-position: bottom;
}

.swiper .swiper-slide .bg-img,
.swiper .swiper-slide video {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
-o-object-position: top;
   object-position: top;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
font-size: 18px !important;
color: white !important;
text-shadow: 1px 1px rgba(27, 27, 27, 0.5) !important;
-webkit-transform: translate3d(0, 0, 0);
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
z-index: 2 !important;
top: 505 !important;
bottom: auto !important;
}



@media only screen and (max-width: 768px) {
.swiper .swiper-button-prev {
  left: 1%;
}
}



@media only screen and (max-width: 768px) {
.swiper .swiper-button-next {
  right: 1%;
}
}

.swiper .swiper-pagination1 {
position: absolute;
left: 18px;
z-index: 1;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}

.swiper .swiper-pagination {
bottom: 22px;
color: white;
text-shadow: 1px 1px black;
z-index: 1;
font-size: 14px;
}
@media only screen and (max-width: 500px){
.swiper .swiper-pagination{
  font-size: 14px;
}
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
top: auto !important;
bottom: 15px;
transform: none !important;
}

.swiper .swiper-pagination-bullet-active {
background: white !important;
-webkit-transform: scale(1.5) !important;
transform: scale(1.5) !important;
}

.swiper .swiper-pagination-bullet {
border: 1px solid white !important;
opacity: 1 !important;
background: transparent;
width: 6px !important;
height: 6px !important;
margin: 10px 0;
-webkit-box-shadow: 0px 2px 2px rgba(27, 27, 27, 0.5) !important;
box-shadow: 0px 2px 2px rgba(27, 27, 27, 0.5) !important;
}
/*# sourceMappingURL=l1-carousel-1.css.map */
Activated styles provided in Magic CSS.
Run Magic CSS extension to make any changes.