@charset "UTF-8";

@media screen and (min-width: 768px)  {

  .layout-main.topleft {
    width: calc(100% - 350px);
  }
 
  .main-visual-inner.layout-main.caption-layout {
    width: 100%;
  }

  .top-youtube ul {
      display: flex;
      flex-wrap: wrap;
  }

  .top-youtube .image-card.youtube:not(:last-child) {
      margin-right: 5px;
  }

  .main-visual__outer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #000;
  }

  .main-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  #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%;
  }
}