@charset "UTF-8";

@media screen and (min-width: 769px), print {
  .p-home-special-area__list-item {
    margin-right: 30px;
    width: 380px;
  }
  .p-home-special-area__list-item:last-child {
    margin-right: 0;
  }
  .p-home-special-area__list-item a:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
  iframe {
    width:1008px;
    height:567px;
  }

}

@media only screen and (max-width: 768px) {

  .p-home-special-area__list-item {
    margin-bottom: 20px;
  }
  .p-home-special-area__list-item:last-child {
    margin-bottom: 0;
  }

  iframe {
    width:auto;
    height:auto;
  }


}
