.adsense-container {
  position: relative;
  margin: 0 auto 5px;
  overflow: hidden;
}

.adsense-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 1px;
  padding: 2px 5px;
  background: rgba(255, 255, 255, 0.8);
  color: #1f1f1f;
  font-size: 10px;
  line-height: 1;
  text-align: left;
}

.adsense-fixed {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.adsense-fixed .adsbygoogle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.adsense-size-normal,
.adsense-size-large {
  width: 728px !important;
  height: 90px !important;
}

@media(max-width: 767px) {
  .adsense-size-normal {
    width: 300px !important;
    height: 50px !important;
  }

  .adsense-size-large {
    width: 336px !important;
    height: 280px !important;
  }
}

.adsense-responsive .adsbygoogle {
  display: block;
  height: 0 !important;
}

/* 広告が配信された場合は通常表示 */
.adsense-responsive .adsbygoogle[data-ad-status="filled"] {
  height: auto !important;
}
