/* =========================================================
shop news
========================================================= */
/*------------------------------------------
list
------------------------------------------*/
@media (max-width: 768px) {
  .shopnews-list {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .shopnews-list .c-card05 {
    padding: 0 20px;
  }
}
.shopnews-list .c-card05__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shopnews-list .c-card05:nth-child(3n-2):not(:first-child) {
    padding: 8px 0;
  }
}
@media (max-width: 768px) {
  .shopnews-list .c-card05:nth-child(3n-2):not(:first-child) a {
    display: block;
  }
}
@media (max-width: 768px) {
  .shopnews-list .c-card05:nth-child(3n-2):not(:first-child) .c-card05__img {
    width: 100%;
    aspect-ratio: 15/8;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .shopnews-list .c-card05:nth-child(3n-2):not(:first-child) .c-card05__img img {
    width: 100vw;
    height: 100vw;
  }
}
@media (min-width: 769px) {
  .shopnews-list .c-card05:nth-child(3n-2):not(:first-child) .c-card05__img img {
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .shopnews-list .c-card05:nth-child(3n-2):not(:first-child) .c-card05__detail {
    margin: 15px auto 0;
    padding: 0 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .shopnews-list .c-card05:nth-child(3n-2):not(:first-child) .c-card05__txt01 {
    font-size: 20px;
  }
}
/* =========================================================
shop news detail
========================================================= */
/*------------------------------------------
other
------------------------------------------*/
@media (max-width: 768px) {
  .shopnews-other {
    padding-top: 64px;
  }
}
@media (min-width: 769px) {
  .shopnews-other {
    padding-top: 104px;
  }
}
@media (max-width: 768px) {
  .shopnews-other .col1-3 {
    margin: 32px auto 0;
  }
}
@media (min-width: 769px) {
  .shopnews-other .col1-3 {
    margin: 46px auto 0;
  }
}
.c-article01-main__txt .wear_staff_info {
  display: none;
}
/*# sourceMappingURL=../css/maps/shopnews.css.map */
