/*
Theme Name: Cocoon Child
Template: cocoon-master
*/
@layer override {
  .logo-text { text-align: center !important; }
  h1.logo-text {
    width: 300px !important;
    transform: translateX(-50%) !important;
    top: 5px !important;
  }
  .logo-text::after { content: none !important; }
  .logo-text a.site-name-text-link {
    display: block !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 16px 10px !important;
    box-shadow: none !important;
  }
  .site-name-text {
    display: block !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.65), 0 0 25px rgba(50,10,80,0.45), 1px 1px 3px rgba(0,0,0,0.7) !important;
    -webkit-text-stroke: 0.4px rgba(20,0,40,0.35) !important;
    white-space: nowrap !important;
  }
}

/* ナビ均等配置 - @layer外で最優先 */
#navi { display: block !important; }
#navi .navi-in.wrap {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
#navi .navi-in .menu-pc,
#navi .navi-in ul.menu-pc {
  display: flex !important;
  justify-content: space-around !important;
  align-items: stretch !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
#navi .navi-in .menu-pc > li {
  flex: 1 1 0 !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: 44px !important;
  line-height: 44px !important;
}
#navi .navi-in .menu-pc > li > a {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
  height: 44px !important;
  line-height: 44px !important;
  font-size: 13px !important;
  letter-spacing: 0.05em !important;
}
#navi .navi-in .menu-pc .item-label {
  overflow: visible !important;
  white-space: nowrap !important;
  width: auto !important;
  max-width: none !important;
  display: inline !important;
}

@media screen and (min-width: 1024px) {
  #header { background-size: 680px 680px !important; height: 680px !important; }
}
@media screen and (max-width: 767px) {
  h1.logo-text { top: 2px !important; width: 92% !important; }
  .site-name-text { font-size: 9px !important; white-space: normal !important; }
  .logo-text a.site-name-text-link { padding: 8px 12px 6px !important; }
  .logo-text a.site-name-text-link::after { font-size: 6px !important; margin-top: 4px !important; padding-top: 4px !important; }
  #navi .navi-in .menu-pc > li { height: 38px !important; line-height: 38px !important; }
  #navi .navi-in .menu-pc > li > a { height: 38px !important; line-height: 38px !important; font-size: 12px !important; }
}
.widget_author_box .author-box { display: block !important; }
.article .author-box, .entry-content ~ .author-box, .content-in > .author-box { display: none !important; }