
#footer-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    z-index: 1000;
    display: flex;
    justify-content: center;
  }
  
  #footer-ad .ad-content {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #footer-ad .ad-content div{
    position: relative !important;
  }
  .ma-close-button-accessory{
    display: none !important;
  }
  #footer-ad .ad-content div iframe{
   /*transform: none !important;*/
  }
  
  #footer-ad .close-btn {
    position: absolute;
    top: -25px;
    right: 5px;
    background: none;
    color: #000;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
  }
  
  #footer-ad .close-btn:hover {
    color: #ff6b6b;
  }
  
  #footer-ad .ad-placeholder {
    margin-top: 10px;
    background: rgba(0,0,0,0.5);
    font-size: 14px;
  }
  
  .main__contents__aside{
    overflow: hidden;
  }

  .footer__copyright{
    margin-bottom: 110px;
  }

  @media screen and (min-width: 1001px) {
    .footer__copyright {
        margin-bottom: 70px;
    }
}

  html{
    overflow-x:hidden;
  }

  .ad-sp-header{
    height: 300px;
  }

  .ad-pc-header{
    height: 250px;
  }

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
