/** Shopify CDN: Minification failed

Line 53:22 Unexpected ";"

**/
.ss-top-article {
    max-width: 900px;
    padding: 24px;
  }

  .ss-top-article__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .ss-top-article__slider::-webkit-scrollbar {
    display: none;
  }

.ss-top-article__title-logo{
  display: none;
}

.ss-top-article__title{
  font-size:24px;
  letter-spacing: 0.5px;
  text-align: center;
  display: block;
  margin-bottom:0;
  color:#222;
}

/* .ss-top-article__readmore--sp{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom:14px;
} */
/* .ss-top-article__readmore--sp a{
  /* font-size:14px; */
  display:inline-block;
  text-decoration: underline;
  color:#222;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  margin-top: 16px;
  font-size: 18px;
} */

/* .ss-top-article__readmore--sp a:hover{
  opacity: 0.7;
} */

.ss-top-article__title-logo{
  width: 100%;
  text-align: center;
}

.ss-top-article__title-logo img{
  width:160px;
}

  .ss-top-article__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    scroll-snap-align: center;
    background: #fff;
    /* border-radius: 12px; */
    padding: 0 0 16px;
    text-align: center;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
.ss-top-article__card:hover{
  opacity: 0.7;
}

  .ss-top-article__image {
    width: 100%;
    aspect-ratio: 1.5/1;
    overflow: hidden;
  }

  .ss-top-article__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .ss-top-article__date {
    font-size: 13px;
    font-weight:700;
    color:#222;
    margin-top: 12px;
    text-align:left;
    letter-spacing: 0.5px;
  }

  .ss-top-article__article-title {
    font-size: 13px;
    font-weight:700;
    padding:0;
    margin:0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height:2;
    color:#222;
    text-align:left;
    letter-spacing: 0.4px;
  }

  .ss-top-article__indicator {
    width: 72px;
    height: 4px;
    background: #dfdfdf;
    border-radius: 2px;
    margin: 24px auto 0;
    position: relative;
  }

  .ss-top-article__thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 28px;
    background: #000;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .ss-top-article__readmore--pc {
      display:inline-block;
      text-align: center;
      margin:0 auto;
      margin-top: 8px;
      width: 100%;
    }

        .ss-top-article__readmore--pc a {
      display: inline-block;
      padding: 10px 80px;
      font-size: 14px;
      background: #222;
      color: #fff;
      text-decoration: none;
      border-radius: 100px;
      -webkit-transition: opacity 0.25s ease;
      -o-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease;
    }
 .ss-top-article__readmore--pc a:hover{
   opacity: 0.7;
 }
    
  

  @media (min-width: 768px) {
    .ss-top-article {
      margin: 0 auto;
    }

    .ss-top-article__title{
      font-size:32px;
      letter-spacing: 0.5px;
      text-align: center;
      color: #222;
      margin-bottom: 24px;
    }

    .ss-top-article__slider {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      overflow: visible;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
      row-gap:12px;
      -webkit-column-gap:20px;
         -moz-column-gap:20px;
              column-gap:20px;
    }

    .ss-top-article__card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.333% - 14px);
              flex: 0 0 calc(33.333% - 14px);
    }

    .ss-top-article__date {
      font-size: 14px;
      margin-top: 8px;
    }
    .ss-top-article__article-title {
      font-size: 14px;
      line-height:1.75;
      margin-top: 4px;
    }

    .ss-top-article__image {
      aspect-ratio: 1.3/1;
    }

    .ss-top-article__indicator {
      display: none;
    }

  
.ss-top-article__readmore--sp{
  display:none;
}



  .ss-top-article__title-logo{
    display: block;
      margin-top: 12px;
      margin-bottom: -14px
  }


  }