/** Shopify CDN: Minification failed

Line 60:21 Expected ":"

**/
/*TOP VIDEO*/
.video_wrap_pc {
  position: relative;
  z-index: 0;
  width: 100%;
  max-height: 731.2px;
  height: 58vw;
  overflow: hidden;
}
.video_wrap_pc #video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 58vw;
  min-height: 400px;
  max-width: 1300px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.video_wrap_sp {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video_wrap_sp #video {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 430px) {
  .video_wrap_pc {
    display: none;
    height: 58vw;
  }
  .video_wrap_sp {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 431px) {
  .video_wrap_sp {
    display: none;
  }
  .video_wrap_pc {
    display: block;
    min-height: 400px;
  }
}

/* flickity slider　*/
.fli-slider {
    height: 650px;　/* height: 100vh; */
    overflow: hidden;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto !important;
}
.fli-slider .carousel-cell {
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fli-slider .carousel-cell .slide-content p {
    line-height: normal;
}

.fli-slider .carousel-cell .slide-content .title {
    position: relative;
    font-size: 3.2rem;
    text-transform: uppercase;
    color: #ffffff;
}
.fli-slider .carousel-cell .slide-content .caption {
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #ffffff;
}
.fli-slider .carousel-cell .slide-content .btn {
    background-color: #fff200;
    display: inline-block;
    padding: 14px 24px;
    font-size: 1.2rem;
    font-weight: 700;
    color: black;
    text-decoration: none;
}
.fli-slider .carousel-cell .slide-content .btn:hover {
    background: white;
    color: black;
    transition: all 0.2s ease;
}

/* --------------------------------
Masking
-------------------------------- */
.slide-content .title,
.slide-content .caption,
.slide-content .btn {
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-content.mask .mask {
    position: relative;
    overflow: hidden;
}
.slide-content.mask .title {
    /*
    animation-duration: 2s;
    animation-delay: 0.2s;
    animation-name: slide-up;
    animation-fill-mode: backwards;
    animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
    /**/

    animation: slide-up 2s cubic-bezier(0.85, 0, 0.15, 1) 0.2s backwards;
    opacity: 1;
}
.slide-content.mask .caption,
.slide-content.mask .btn {
    animation-duration: 2s;
    animation-delay: 0.2s;
    animation-name: slide-down;
    animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}

@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes poof {
    0% {
        opacity: 0;
        background-position: 100% 150%;
        transform: rotateZ(0) scale(1);
    }
    50% {
        opacity: 0.5;
        background-position: 100% 100%;
        transform: rotateZ(-10deg) scale(1.5);
    }
    100% {
        opacity: 0;
        background-position: 100% 50%;
        transform: rotateZ(-20deg) scale(2);
    }
}

/* Slides */

.fli-slider {
  　height: 650px;
    overflow: hidden;
    margin: 0 auto;   
    /* margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2); */
    max-width: 1300px;
    width: auto !important;
}

.fli-slider .carousel-cell {
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 449px) {
.fli-slider {
    height: 500px;
  }
.fli-slider .carousel-cell {
    width: 100%;
    height: 500px;
  }
}


.fli-slider .carousel-cell .slide-content {
    position: relative;
    text-align: center;
    height: 650px; /* 100% */
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
    margin: 200px auto 0;
    z-index: 1;
}

@media screen and (max-width: 449px) {
.fli-slider .carousel-cell .slide-content {
    margin: 50px auto 0;
    max-width: 85%;
  }
}

.fli-slider .carousel-cell .slide-content p {
    line-height: normal;
}

.fli-slider .carousel-cell .slide-content .title {
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
}
.fli-slider .carousel-cell .slide-content .caption {
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #ffffff;
}
.fli-slider .carousel-cell .slide-content .btn {
    background-color: #ffffff;
    display: inline-block;
    padding: 14px 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
    text-decoration: none;
}
.fli-slider .carousel-cell .slide-content .btn:hover {
    background: #000000;
    color: white;
    transition: all 0.2s ease;
}

/* --------------------------------
Masking
-------------------------------- */
.slide-content .title,
.slide-content .caption,
.slide-content .btn {
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-content.mask .mask {
    position: relative;
    overflow: hidden;
}
.slide-content.mask .title {
    /*
    animation-duration: 2s;
    animation-delay: 0.2s;
    animation-name: slide-up;
    animation-fill-mode: backwards;
    animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
    /**/

    animation: slide-up 2s cubic-bezier(0.85, 0, 0.15, 1) 0.2s backwards;
    opacity: 1;
}
.slide-content.mask .caption,
.slide-content.mask .btn {
    animation-duration: 2s;
    animation-delay: 0.2s;
    animation-name: slide-down;
    animation-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}

@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes poof {
    0% {
        opacity: 0;
        background-position: 100% 150%;
        transform: rotateZ(0) scale(1);
    }
    50% {
        opacity: 0.5;
        background-position: 100% 100%;
        transform: rotateZ(-10deg) scale(1.5);
    }
    100% {
        opacity: 0;
        background-position: 100% 50%;
        transform: rotateZ(-20deg) scale(2);
    }
}

/* Slides */

.fli-slider .carousel-cell:nth-child(2) .slide-content {
    text-align: right;
}
.fli-slider .carousel-cell:nth-child(1) .slide-content,
.fli-slider .carousel-cell:nth-child(3) .slide-content {
    text-align: left;
}

.fli-slider .carousel-cell:nth-child(1) .slide-content .caption,
.fli-slider .carousel-cell:nth-child(2) .slide-content .caption,
.fli-slider .carousel-cell:nth-child(3) .slide-content .caption {
    color: #fff200;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 24px;
}
.fli-slider .carousel-cell:nth-child(1) .slide-content .title,
.fli-slider .carousel-cell:nth-child(2) .slide-content .title,
.fli-slider .carousel-cell:nth-child(3) .slide-content .title {
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
    font-size: 36px;
}

.floater {
    position: absolute;
    right: 48px;
    bottom: 50%;
    transform: translateY(50%);
    text-align: right;
    z-index: -1;
}

/*  Smokey static background */
.smoke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 0.5;
    mix-blend-mode: color-dodge;
}

/*  flickity CSS change */
.flickity-prev-next-button.previous {
    left: 20px !important;
}
.flickity-prev-next-button.next {
    right: 20px !important;
}
