.l-contents__inner {
  margin-top: 0!important;
  padding-bottom: 0!important;
}

.header__sns-logo {
  width: 32px;
}

.c-entry__header {
  display: none;
}

.feature-icon {
  margin-bottom: 24px;
  line-height: 1;
}

.feature-icon svg,
.feature-icon i {
  width: 42px;
  height: 42px;
  color: #FFD10D;
  fill: currentColor;
  display: block;
}

.c-copyright {
  background-color: var(--sub-accent-color);
}

.c-drawer {
  background-color: #00112E;
}



.safari-translate-notice {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  max-width: 620px;
  margin: 0 auto;
  padding: 14px 44px 14px 16px;
  background: #1f2933;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.safari-translate-notice.is-show {
  display: block;
}

.safari-translate-notice p {
  margin: 0;
}

.safari-translate-notice__close {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 639px) {
  .safari-translate-notice {
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 13px;
  }
}


/* Chrome以外ではGTranslateの右下ボタンだけ非表示 */
body.is-not-chrome #gt_float_wrapper {
  display: none !important;
}

