/** Shopify CDN: Minification failed

Line 249:4 Unexpected "<"

**/
@media screen and (min-width: 1025px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6n{
        line-height: 1.5;
    }
}

/* ボタンホバー矢印 */
html.css-full-loaded body .lifehub-image-text .btn,
#lifehub-store a.btn_miru {
    display: inline-block;
    justify-content: center;
    position: relative;
    background: #1E1E1E !important;
    color: #fff !important;
    padding: 10px 16px ;
    padding-right: 16px;
    transition: all 0.2s 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    border: solid 2px #4EBBC8 !important;
}
 html.css-full-loaded body .lifehub-image-text .btn:hover,
 #lifehub-store a.btn_miru:hover {
    padding-right: 30px;
}
 html.css-full-loaded body .lifehub-image-text .btn::before,
 html.css-full-loaded body .lifehub-image-text .btn::after,
 #lifehub-store a.btn_miru::before,
 #lifehub-store a.btn_miru::after
  { 
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -20px; 
  transform: translateX(-40px);
  transition: all 0.2s 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530); 
}
#lifehub-store a.btn_miru::after {
    width: 0;
}

 html.css-full-loaded body .lifehub-image-text .btn::before,
 #lifehub-store a.btn_miru::before { 
  content: "";
  width: 10px;  
  height: 10px;
  border-top: 1px solid #4EBBC8;
  border-right: 1px solid #4EBBC8;
  transform: rotate(45deg) translate(-30px,30px); 
  opacity: 0; 
}

 html.css-full-loaded body .lifehub-image-text .btn::after,
 #lifehub-store a.btn_miru::after { 
  content: "";
  width: 0px;
  height: 1px;
  background: #4EBBC8;
  opacity: 0; 
  padding-right: 30px;
}

 html.css-full-loaded body .lifehub-image-text .btn:hover::before,
 html.css-full-loaded body .lifehub-image-text .btn:hover::after,
 #lifehub-store a.btn_miru:hover::before,
 #lifehub-store a.btn_miru:hover::after { 
  opacity: 1; 
}
.lifehub-image-text .btn:hover::after,
#lifehub-store a.btn_miru:hover::afte{
    width: 5px;
}
 html.css-full-loaded body .lifehub-image-text .btn:hover,
 #lifehub-store a.btn_miru:hover{
    padding-right: 70px;
    transform: translateX(-10px);
}

/*カートボタン*/
.product-page-info__button-add-to-cart .btn{
  border: solid 2px #4EBBC8 !important;
}

/* タイトル下部吹き出し */

.lifehub-fukidashi {
font-size: 24px;
font-weight: bold;
text-align: center;
position: relative;
padding: 8px 6px;
border-bottom: 2px solid #1E1E1E;
display: inline-block;
left: 50%;
transform: translateX(-50%);
text-align: center;
margin-top: 60px;
margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .lifehub-fukidashi {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .video-category-links {
        margin-top: 20px;
    }
}
.template-article .lifehub-fukidashi{
    left: 0;
    transform: translateX(0);
    margin-bottom: 15px;
}

.lifehub-fukidashi:before,
.lifehub-fukidashi:after {
content: "";
position: absolute;
bottom: -16px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
margin: auto;
transition: all 0.3s ease; 
}

.lifehub-fukidashi:before {
border-style: solid;
border-color: transparent #1E1E1E transparent transparent;
border-width: 0 20px 16px 0;
transform: translateX(-20px);
}

.lifehub-fukidashi:after {
border-style: solid;
border-color: transparent #fff transparent transparent;
border-width: 0 18px 16px 0;
transform: translate(-20px, -3px);
z-index: 10;
}
.lifehub-fukidashi:hover:before{
  border-color: transparent #4EBBC8 transparent transparent;
}

/* ムービーボタン */
.video-card .product-link-container .link-btn-bg,
.video-card .play-btn-container .play-btn .play-btn-bg {
    background: rgba(113, 113, 113, 0.2);
}
.video-card .product-link-container{
    top: 30px;
    right: -20px;
}
@media screen and (max-width: 768px) {
    .video-card .product-link-container{
        top: 35px;
        right: -16px;
    }
}
.video-card .product-link-container svg{
    fill: #fff;
    width: 30px;
}
.video-card .description-container p, .video-card .comment-container p{
    line-height: 1.6;
    letter-spacing: .02em;
    text-align: justify;
}

/* フォント英語設定 */
.video-category-links {
    margin-bottom: 50px;
}
.menu,
.video-category-links h2,
h2.lifehub_h2{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .menu,
    .video-category-links h2,
    h2.lifehub_h2{
        margin-bottom: 40px;
    }
    .video-category-links{
        margin-bottom: 20px;
    }
}
h2.lifehub_h2 strong{
    font-weight: 600;
}


.collection-link-item{
    padding: 10px 15px;
    box-shadow: 0 0 5px #00000024;
}
.video-category-links .category-link,
.collection-link-item {
    border-left: 3px solid #4ebbc8;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .video-category-links .category-link,
    .collection-link-item {
        margin-bottom: 15px;
    }
}
.video-category-links .category-link::before,
.collection-link-item::before  {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #4ebbc8; /* 背景色を設定 */
    transition: left 0.2s ease-in-out; /* 左から右にアニメーションする設定 */
    z-index: -1; /* テキストより背面に表示 */
}

  .video-category-links .category-link:hover::before,
  .collection-link-item:hover::before  {
    left: 0; /* ホバー時に左から右に移動する */
  }
  .video-category-links .category-link:hover,
  .collection-link-item:hover{
    color: #fff;
  } 


.video-category-links .category-link.link-active{
    color: #4ebbc8;
}
.video-category-links .category-link.link-active:hover{
    color: #fff;
}

    <div class="col-auto category-link-container">
        <a class="category-link"></a>
    </div>


/* 商品詳細スライダーボタン */
/* .promobox--type-1 .btn:hover {
    padding-right: 30px;
} */
/* .promobox--type-1 .btn::before,
.promobox--type-1 .btn::after { 
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -20px; 
  transform: translateX(-40px);
  transition: all 0.5s ease-in-out; 
}
.promobox--type-1 .btn::before{
    content: "";
    height: 10px;
    width: 10px;
    border-top: 1px solid #4EBBC8;
    border-right: 1px solid #4EBBC8;   
    transform: rotate(45deg) translate(0, -50%); 
    opacity: 0.5; 
  } */
/* .promobox--type-1 .btn::after{
    content: "";
    width: 0px;
    height: 1px;
    background: #4EBBC8;
    opacity: 0; 
    padding-right: 30px;
    } */
/* .promobox--type-1 .btn:hover::before,
.promobox--type-1 .btn:hover::after {
    opacity: 1;
    transform: translateX(0px);
    padding-right: 30px;
} */
/* .promobox--type-1 .btn:hover::after{
    width: 5px;
}
.promobox--type-1 .btn:hover{
    padding-right: 70px;
    transform: translateX(-10px);
} */



.lifehub-product-info .go-to-add-to-cart:after, 
.lifehub-product-info .go-to-add-to-cart:before {
    border: 1px solid #000;
  }
  
/* topページ */
#lifehub-store a.btn_miru{
    margin-top: 30px;
    padding: 10px 35px;
}

#lifehub-store .btn.btn--size-middle-large{
    min-height: 0 !important;
}
.lifehub-brand-sns-link .title {
    font-size: 17px;
}
.carousel-articles__title {
    font-size: 20px;
}

/* ポリシー */
.shopify-policy__container h1{
    left: 0;
    right: 0;
    transform: translate(0, 0);
    
}

/* Top movie */
.movie{
    display: none;
}
@media only screen and (max-width: 767px) {
    .movie:nth-child(1){
        display: flex;
        justify-content: center;
        }
}
@media only screen and (min-width: 768px) {
    .movie:nth-child(2){
        display: flex;
        justify-content: center;
    }
}
.movie > video{
    height: 100vh;
    width: auto;
}

/* ロゴ */
@media (max-width: 1024px) {
    .header__logo--mobile .rimage {
        transform: translateY(1px);
    }
}

/* ビデオカード */
.video-card .description-container, .video-card .comment-container {
    bottom: 10px;
}
/* ムービー */

@media screen and (min-width: 1025px) {
    .video-card .description-container, .video-card .comment-container {
        bottom: 6px;
    }
}
.video-card .description-container p, .video-card .comment-container p{
    border-radius: 14px ;
    width: calc(100% - 20px);
    padding: 12px 16px;
}

.lifehub-product-info .go-to-add-to-cart:after, .lifehub-product-info .go-to-add-to-cart:before {
    border: 1px solid #1E1E1E;
}

/* ブログ */
.blog-body {
    margin-top: 20px !important;
}

.price {
    line-height: 1.1;
}

/* お気に入りアイコン */
a[data-button-status="added"] > i > svg {
    fill: #4EBBC8 !important;
}

.menu:not(.menu--vertical) .menu__panel>.menu__item>a{
    text-transform : none;
  }
