@charset "UTF-8";

@media screen and (min-width: 768px)  {
  .top-youtube ul {
     /* display: flex;
      flex-wrap: wrap; */
  }
/* Slider css moved to gadget-common.css */
  .top-youtube .image-card.youtube:not(:last-child) {
      margin-right: 5px;
  }

  #page_top .list-card .pc .image {
      position: relative;
      width: 100%;
      padding-top: 66.7%;
  }

  #page_top .list-card .pc .image-bg {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }
}