@charset "UTF-8";
/*
  Skin Name: ダークゴールド
  Description: 黒色系のダークスキン。
  Skin URI: https://zvalinf.info/skin-check/archives/382?theme-switch=skin-dark-gold
  Author: y.hiroaki
  Author URI: https://zvalinf.info
  Screenshot URI: 
  Version: 0.0.1
  Priority: 9830001999
*/
/* -------------------------------------------------
/    ＜キーカラー＞
/		goldまたは、rgba(255, 215, 0, .X)
/		　※Xは透過率
/* -------------------------------------------------

/* -------------------------------------------
/ 『全体の文字色／背景色』
------------------------------------------- */
.site-name-text-link {
  color: #d3d3d3;
}

body {
  background-color: #121212;
  color: #d3d3d3;
}

.no-scrollable-sidebar .sidebar {
  height: 100%;
}

.no-scrollable-main .main {
  height: 100%;
  color: #d3d3d3;
}

.header-container,
.main,
.sidebar,
.footer {
  background-color: #121212;
}

/* -------------------------------------------
/ 『文字色』
------------------------------------------- */
.tagline,
.rating-number {
  color: #d3d3d3;
}

/* -------------------------------------------
/ 『グローバルメニュー』
------------------------------------------- */
.header-container .navi {
  background-color:#1d1c21;
}

.header-container.fixed-header {
  background-color: #1d1c21;
}

.navi{
  border: 0;
  background-color: transparent;
}

#navi .navi-in>.menu-header .sub-menu {
  background-color:#0c0b10;
}

#navi .navi-in a{
  color: #d3d3d3;
  transition: .4s;
  background-image: linear-gradient(135deg, #555555, #555555 50%, #23212b 50%, #23212b 100%, transparent 0);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#navi .navi-in a::before,
#navi .navi-in a::after {
  content: '';
  position: absolute;
  width: 84%;
  height: 100%;
  z-index: -1;
  transition: all .6s;
  transform: skewX(-35deg) scale(0, 1);
}

#navi .navi-in a::before {
  top: 0;
  left: -100%;
  background-color: gold;
}

#navi .navi-in a::after {
  bottom: 0;
  right: -100%;
  background-color: gold;
}

#navi .navi-in a:hover::before {
  left: -30%;
  transform: skewX(-35deg) scale(1, 1);
}

#navi .navi-in a:hover::after {
  right: -30%;
  transform: skewX( -35deg) scale(1, 1);
}

#navi .navi-in a:hover {
  color: black;
  opacity: .7;
}

.hlt-top-menu-wrap .header-container{
  background-color:#0c0b10;
  border-top:1px solid #34323e;
  border-bottom:1px solid #34323e;
}

.hlt-top-menu-wrap .header-container .navi{
  border: 0;
}

/* -------------------------------------------
/  『通知』
------------------------------------------- */
.nt-notice {
  background-color: #007b43;
}

.nt-warning {
  background-color: #c89932;
}

.nt-danger {
  background-color: #a22041;
}

/* -------------------------------------------
/ 『エントリーカード/ブログカード』
------------------------------------------- */
.blogcard-label {
  background-color: #555555;
  z-index: 2;
}

.entry-card-snippet,
.related-entry-card-snippet,
.blogcard-snippet {
  border-top: 1px solid rgba(147, 147, 147, 0.4);
  padding-top: 5px;
}

.entry-card-wrap.a-wrap, 
.related-entry-card-wrap.a-wrap,
.blogcard-wrap {
  background-color: transparent;
}

.entry-card-wrap.a-wrap, 
.related-entry-card-wrap.a-wrap,
.blogcard-wrap.a-wrap {
  position: relative;
  perspective: 200px;
  z-index: 1;
  border: 1px solid #3b3b3b;
}

.entry-card-wrap.a-wrap::before, 
.related-entry-card-wrap.a-wrap::before,
.blogcard-wrap.a-wrap::before {
  background-color: rgba(0, 0, 0, .7);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .6s;
  opacity: 0;
  z-index: 2;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .8);
}

.entry-card-wrap.a-wrap:hover::before, 
.related-entry-card-wrap.a-wrap:hover::before,
.blogcard-wrap.a-wrap:hover::before {
  opacity: 1;
}

.entry-card-wrap.a-wrap::after, 
.related-entry-card-wrap.a-wrap::after,
.blogcard-wrap.a-wrap::after {
  position: absolute;
  content: "Read More";
  top: calc(50% - 20px);
  right: calc(50% - 80px);
  width: 160px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius:4px;
  font-size: 22px;
  text-align: center;
  color: rgba(255, 255, 255, .8);
  transition: all .4s ease-out;
  transform-origin: right bottom;
  transform: rotateX(90deg);
  background: none;
  opacity: 0;
  z-index: 3;
}

.entry-card-wrap.a-wrap:hover::after, 
.related-entry-card-wrap.a-wrap:hover::after,
.blogcard-wrap.a-wrap:hover::after {
  transform: rotateX(0deg);
  opacity: 1;
}
.a-wrap {
  background-color: #121212;
  color: #d3d3d3;
}

.a-wrap:hover {
  background: none;
  color: #d3d3d3;
}

/* -------------------------------------------
/ 『目次』
------------------------------------------- */
.toc-title {
  color: #d3d3d3;
  font-size: 120%;
  border-radius: 2px;
  background-image: linear-gradient(135deg, #555555, #555555 50%, #23212b 50%, #23212b 100%, transparent 0);
}

.toc a {
  color: #ccc;
}

.toc-content ul li a:hover,
.toc-content ol li a:hover {
  background-color: #303030;
}

.toc a:hover {
  text-decoration: none;
}

.article .toc {
  margin: 15px auto;
  min-width: 60%;
  position: relative;
  border: none;
}

.article .toc .toc-content {
  margin: 3px 0;
  padding: .2em 1.4em;
  border-radius: 4px;
  border: 2px solid #505050;
}

.toc ul li a, .toc ol li a {
  display: block;
  margin-left: -30px;
  padding-left: 2em;
}

.toc ul, .toc ol {
  margin: 0px 0px 0px 4px;
}

/* -------------------------------------------
/ 『見出し（h2）』
------------------------------------------- */
.article h2 {
  background: 0 0;
  position: relative;
  padding: 8px 0px 8px 43px;
  border: 0;
  border-bottom: 2px solid gold;
}

.article h2:before {
  top: -10px;
  left: 12px;
  width: 6px;
  height: 24px;
  transform: skewX(-25deg);
  background-color: gold;
}

.article h2:after {
  top: -8px;
  left: 22px;
  width: 6px;
  height: 18px;
  transform: skewX(-25deg);
  background-color: rgba(255, 215, 0, .8);
}

.article h2:before,
.article h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
}

/* -------------------------------------------
/ 『見出し（h3）』
------------------------------------------- */
.article h3 {
  position: relative;
  padding-left: 24px;
  color: #d3d3d3;
  border: 0;
}

.article h3:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 6px;
  height: calc(100% - 10px);
  background-image: repeating-linear-gradient(180deg, gold 0%, gold 50%, rgba(255, 215, 0, .5) 50%, rgba(255, 215, 0, .5) 100%);
}

/* -------------------------------------------
/ 『見出し（h4）』
------------------------------------------- */
.article h4 {
  margin: 52px 18px 22px 18px;
  padding: 10px;
  background: 0 0;
  border: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 215, 0, .7);
}

.article h4:before {
  position: absolute;
  content: "";
  left: -18px;
  bottom: -8px;
  width: 10px;
  height: 10px;
  border: 2px solid gold;
}

.article h4:after {
  position: absolute;
  content: "";
  right: -18px;
  bottom: -8px;
  width: 10px;
  height: 10px;
  border: 2px solid gold;
}

/* -------------------------------------------
/ 『見出し（h5）』
------------------------------------------- */
.article h5 {
  position: relative;
  padding: 9px 10px 9px 32px;
  border-bottom: 1px solid rgba(255, 215, 0, .5);
}

.article h5:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  content: '';
  width: 12px;
  height: 12px;
  background-image: linear-gradient(135deg, gold, gold 50%, rgba(255, 215, 0, .7) 50%, rgba(255, 215, 0, .7) 100%, transparent 0);
}

/* -------------------------------------------
/ 『見出し（h6）』
------------------------------------------- */
.article h6 {
  border: 0;
  border-bottom: 1px solid rgba(255, 215, 0, .3);
}

/* -------------------------------------------
/ 『サイドバーウィジェット』
------------------------------------------- */
/* 次のウィジェットとの間を空ける */
#sidebar .widget {
  margin-bottom: 32px;
}

/* -------------------------------------------
/ 『サイドバーの見出し（h3）』
------------------------------------------- */
.sidebar h2, 
.sidebar h3 {
  padding: 10px;
}

.sidebar h2, 
.sidebar h3 {
  position: relative;
  padding: 14px 12px;
  color: #d3d3d3;
  background-image: linear-gradient(135deg, #303030, #303030 50%, #0c0b10 50%, #0c0b10 100%, transparent 0);
  text-align: center;
  font-size: 100%;
  background-color: transparent;
  border-top: 1px solid rgba(255, 215, 0, .9);
  border-bottom: 1px solid rgba(255, 215, 0, .9);
  outline: 1px solid rgba(255, 215, 0, .6);
  outline-offset: -8px;
}

/* -------------------------------------------
/ 『ページネーション』
------------------------------------------- */
/*  『次のページ』ボタンは隠す */
.pagination-next-link,
.pager-prev-next a {
  display: none;
}

.pagination-next {
  margin: unset;
}

.pagination .current {
  color: gold;
  border: 1px solid rgba(255, 215, 0, .6);
  background-image: linear-gradient(135deg, #303030, #303030 50%, #0c0b10 50%, #0c0b10 100%, transparent 0);
}

.page-numbers {
  color: #ccc;
  border: 1px solid #505050;
  background-image: linear-gradient(135deg, #303030, #303030 50%, #0c0b10 50%, #0c0b10 100%, transparent 0);
  transition: .4s;
}

.pagination a {
  position: relative;
  overflow: hidden;
  transition: all .6s;
  z-index: 2;
}

.pagination a:hover {
  color: black;
}

.pagination a:before,
.pagination a:after {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  transform-origin: bottom right;
  transform: rotate(45deg);
   z-index: -1;
}

.pagination a:before {
  top: -70%;
  left: 50%;
  transition: all .6s;
  transition-delay: 0.1s;
  background-color: rgba(255, 215, 0, .7);
}

.pagination a:after {
  top: 50%;
  right: 250%;
  transition: all .4s;
  background-color: rgba(255, 215, 0, .9);
}

.pagination a:hover:before {
  top: 80%;
  left: calc(-100% - 1px);
}

.pagination a:hover:after {
  top: -100%;
  right: calc(100% + 1px);
}


/* -------------------------------------------
/ 『マルチページ』
------------------------------------------- */
.pager-numbers .current {
  color: #0c0b10;
}

.pager-links a:hover span {
  color: #fff;
}

/* -------------------------------------------
/ 『送信系ボタン』
------------------------------------------- */
.comment-btn,
.container input[type='submit'] {
  display: block;
  width: 60%;
  background: none;
  border: 1px solid #505050;
  background-image: linear-gradient(135deg, #303030, #303030 50%, #0c0b10 50%, #0c0b10 100%, transparent 0);
  border-radius: 4px;
  transition: .4s;
  margin: auto;
  color: #d3d3d3;
  transition: border-color 0.5s, color 0.5s;
}

.comment-btn:hover,
.container input[type='submit']:hover {
  color: gold;
  border:1px solid rgba(255, 215, 0, .8);
}

input[type='submit'] {
  font-size: 22px;
}

/* -------------------------------------------
/ 『テーブル』
------------------------------------------- */
table th, table td,
.scrollable-table th,
.scrollable-table td {
  border: solid 1px #3e3e3e;
}

table th, .scrollable-table th {
  background-color: rgba(255, 215, 0, .5);
  color: #d3d3d3;
}

table tr:nth-of-type(2n+1) {
  background-color: #121212;
}

table tr:nth-of-type(2n) {
  background-color: rgba(255, 215, 0, .05);
}

#wp-calendar th,
#wp-calendar td {
  border: solid 1px #3e3e3e;
}

@media screen and (max-width: 834px) {
  table th, table td {
  border: solid 1px #3e3e3e;
  padding: 0px;
  text-align: center;
  line-height: 1.8;
  }
}

/* テーブルブロック対応 */
.wp-block-table thead {
  border-bottom: none;
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid #3e3e3e;
}

.wp-block-table figcaption {
  margin-top: 15px;
}

/* -------------------------------------------
/ 『投稿ナビ』
------------------------------------------- */
.pager-post-navi a.prev-post:hover {
  padding-left: 0px;
}

.pager-post-navi a.next-post:hover {
  padding-left: 15px;
  padding-right: 0px;
}

.pager-post-navi a:hover .iconfont {
  color: gold;
}

/* -------------------------------------------
/ 『ウィジェット：エントリカード／コメント』
------------------------------------------- */
.widget-entry-cards figure,
.carousel-entry-card figure {
  overflow: hidden;
}

.carousel-in {
  background-color: #121212;
}

.widget-entry-card .card-thumb img,
.carousel-entry-card .card-thumb img {
  transform: none;
  transition: .3s ease-in-out;
}

.widget-entry-cards .a-wrap:hover .widget-entry-card .card-thumb img,
.carousel .a-wrap:hover .card-thumb img {
  transform: scale(1.3);
}

.recent-comments .a-wrap {
  border: 1px solid transparent;
  color: #ccc;
  box-sizing: border-box;
  transition: .3s;
}

.recent-comments .a-wrap:hover {
  color: #ccc;
  border: 1px solid rgba(255, 255, 255, .5);
}

.recent-comment-content {
  background: #121212;
  border: 1px solid #505050;
  color: #d3d3d3;
}

.recent-comment-content::before {
  border-bottom-color: #505050;
}

.recent-comment-content::after {
  border-bottom-color: #121212;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a,
.widget_block .wp-block-archives li a,
.widget_block .wp-block-categories li a,
.widget_block .wp-block-latest-posts li a {
  color: #d3d3d3;
  border-bottom: 1px solid #050505;
  transition-duration: .2s;
  box-shadow: 0 2px 0 #282727;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_block .wp-block-archives li a:hover,
.widget_block .wp-block-categories li a:hover,
.widget_block .wp-block-latest-posts li a:hover {
  background-color: #303030;
  color: #d3d3d3;
}

.widget_recent_entries ul li a,
.widget_block .wp-block-latest-posts li a {
  padding: 5px 2px 5px 5px;
}

.card-arrow .a-wrap:hover::after {
  color:gold;
}

/* -------------------------------------------
/ 『ウィジェット：アーカイブ／カテゴリー』
------------------------------------------- */
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a {
  padding: 5px 4px 5px 5px;
}

.widget_categories ul li a,
.widget_block .wp-block-categories li a {
  padding: 5px 4px 5px 22px;
  position: relative;
}

.cat-item .cf::after {
  content: "";
  position: absolute;
  top: calc(40%);
  left: 4px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: rgba(255, 215, 0, .9);
  transform: rotate(45deg);
}

.children .cat-item .cf::after {
  background: rgba(255, 215, 0, .9);
  border: none;
  width: 3px;
  height: 3px;
}

/* -------------------------------------------
/ 『カテゴリーなどの数』
------------------------------------------- */
.widget_recent_entries ul li a .post-count,
.widget_categories ul li a .post-count,
.widget_archive ul li a .post-count,
.widget_pages ul li a .post-count,
.widget_meta ul li a .post-count,
.widget_rss ul li a .post-count,
.widget_nav_menu ul li a .post-count {
  font-style: italic;
  font-size: 90%;
  color: #d3d3d3;
}

/* -------------------------------------------
/ 『Topへ戻るボタン』
------------------------------------------- */
.go-to-top-button {
  border: 2px outset #b2b1b1;
  color: #b2b1b1;
  background: none;
  border-radius: 50%;
  transition: .3s;
}

.go-to-top-button:hover {
  color: gold;
	border: 2px outset gold;
}

/* -------------------------------------------
/ 『引用』
------------------------------------------- */
blockquote {
  padding: 10px 10px 10px 46px;
  box-sizing: border-box;
  font-style: italic;
  border-radius: 4px;
  border: 0;
  border: 2px solid rgba(255, 215, 0, .3);
  background-color: #2b2b2b;
}

blockquote:before {
  display: inline-block;
  top: 5px;
  left: 4px;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 1;
  z-index: 2;
  font-weight: 400;
  color: rgba(255, 215, 0, .8);
}

blockquote:after {
  content: '';
  left: 0;
  top: 0;
  border-width: 0 0 60px 60px;
  border-style: solid;
  border-color: transparent #121212;
  bottom: auto;
}

blockquote p {
  margin: 14px 0;
  z-index: 3;
  color: #d3d3d3;
}

/* □■--------------------------------
/　　　ランキング
--------------------------------■□ */
/* ----- デフォルトのランキングを隠す ----- */
.widget-entry-cards.ranking-visible [class*="no-"] .card-thumb::before {
  content: "";
  background: none;
}

.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) {
  counter-reset: p-rank 1;
}

.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before {
  transition: all .3s;
}

/* ランキングを右下に表示 */
.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .no-1 .widget-entry-card.e-card::before{
  color:rgba(255, 215, 1, .6);
}
.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .no-1.a-wrap:hover .widget-entry-card.e-card::before {
  color:rgba(255, 215, 1, .9);
}

.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .no-2 .widget-entry-card.e-card::before{
  color:rgba(192, 192, 192, .6);
}
.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .no-2.a-wrap:hover .widget-entry-card.e-card::before {
  color:rgba(192, 192, 192, .9);
}

.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .no-3 .widget-entry-card.e-card::before{
  color:rgba(196, 114, 34, .6);
}
.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .no-3.a-wrap:hover .widget-entry-card.e-card::before {
  color:rgba(196, 114, 34, .9);
}

.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before{
  position: absolute;
  content: counter(p-rank);
  top: calc(100% - 31px);
  left: calc(100% - 53px);
  line-height: 40px;
  color: rgba(128, 128, 128, .6);
  opacity: .9;
  font-size: 30px;
  font-family: Arial,sans-serif;
  z-index: 1;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  width: 50px;
}

.widget-entry-cards.ranking-visible:not(.large-thumb):not(.large-thumb-on) .a-wrap:hover .widget-entry-card.e-card::before {
  color: rgba(128, 128, 128, .9);
}

.widget-entry-cards.card-arrow.ranking-visible:not(.large-thumb):not(.large-thumb-on) .widget-entry-card.e-card::before{
  left: calc(100% - 80px);
}

.widget-entry-cards.ranking-visible.large-thumb .no-1 .card-thumb::before,
.widget-entry-cards.ranking-visible.large-thumb-on .no-1 .card-thumb::before {
  color:rgba(255, 215, 1, 1);
}

.widget-entry-cards.ranking-visible.large-thumb .no-2 .card-thumb::before,
.widget-entry-cards.ranking-visible.large-thumb-on .no-2 .card-thumb::before {
  color:rgba(192, 192, 192, 1);
}

.widget-entry-cards.ranking-visible.large-thumb .no-3 .card-thumb::before,
.widget-entry-cards.ranking-visible.large-thumb-on .no-3 .card-thumb::before {
  color:rgba(196, 114, 34, 1);
}

/* ----- 大きなサムネイル／タイトルを重ねた大きなサムネイル ----- */
.widget-entry-cards.ranking-visible.large-thumb .card-thumb::before,
.widget-entry-cards.ranking-visible.large-thumb-on .card-thumb::before {
  position: absolute;
  content: counter(p-rank);
  top: -14px;
  left: -14px;
  line-height: 48px;
  font-size: 22px;
  width: 48px;
  z-index: 1;
  font-style: italic;
}

/* ----- 大きなサムネイルのランキングの背景（左上の三角形） ----- */
.widget-entry-cards.ranking-visible.large-thumb .widget-entry-card-thumb::after,
.widget-entry-cards.ranking-visible.large-thumb-on .widget-entry-card-thumb::after {
  position: absolute;
  content: "";
  border-top: 27px solid #121212;
  border-right: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 27px solid #121212;
  top: 0;
  left: 0;
}

/* -------------------------------------------
/ 『プロフィール』
------------------------------------------- */
.author-box {
  border: 2px solid #505050;
  background-image: linear-gradient(135deg,#303030,#303030 50%,#0c0b10 50%,#0c0b10 100%,transparent 0);
}

.author-thumb img {
  border: 3px outset #ccc;
}

.author-widget-name {
  margin-bottom: 8px;
}

/* プロフィールのSNSボタン（白抜き固定） */
.author-box .sns-follow-buttons a.follow-button {
  border: 1px solid transparent;
}

/* -------------------------------------------
/ 『フッターメニュー、背景』
------------------------------------------- */
.navi-footer-in a {
  color: #d3d3d3;
}

.footer-bottom.fnm-text-width .menu-footer li a:hover {
  background-color: #303030;
  color: white;
}

.footer {
　background-color:#121212;
}

/* -------------------------------------------
/ 『リンク、タグ、SNSボタン』
------------------------------------------- */
a {
  color: #508ad7;
}

.tag-link, .comment-reply-link {
  color: #ccc;
}

.sns-buttons {
  opacity: 0.8;
}

/* -------------------------------------------
/ 『モバイル』
------------------------------------------- */
#sidebar-menu-input:checked ~ #sidebar-menu-content,
#search-menu-input:checked ~ #search-menu-content,
#share-menu-input:checked ~ #share-menu-content,
#follow-menu-input:checked ~ #follow-menu-content {
  background-color: #121212;
}

.mobile-menu-buttons .menu-button > a {
  color: #d3d3d3;
}

.mobile-menu-buttons .menu-button:hover {
  background-color: #121212;
  color: #d3d3d3;
}

.mobile-menu-buttons {
  background-color: #121212;
}

#navi-menu-input:checked ~ #navi-menu-content {
  background-color: #121212;
}

.menu-drawer a {
  color: #d3d3d3;
  border-bottom: 1px solid #050505;
  box-shadow: 0 2px 0 #333;
}

.menu-drawer a:hover {
  color: #d3d3d3;
  background-color: #303030;
}

.mobile-menu-buttons .menu-icon {
  color: #d3d3d3;
}

/* -------------------------------------------
/ 『カレンダー』
------------------------------------------- */
.wp-calendar-table [id$="today"],
#slide-in-wp-calendar #slide-in-today {
  background-color: #5c5c5c;
}

.wp-calendar-table [id$="today"] a,
#slide-in-wp-calendar #slide-in-today a {
  background-color: #6d6d6d;
  color: black;
}

.wp-calendar-table td a,
#slide-in-wp-calendar td a {
  display: block;
  background-color: #3e3e3e;
  color: #ccc;
}

.wp-calendar-table td a:hover,
#slide-in-wp-calendar td a:hover {
  background-color: #7c7c7c;
}

/* -------------------------------------------
/ 『クラウドタグ／パンくずリスト』
------------------------------------------- */
.tagcloud a {
  border: 1px solid #aaaaaa;
  color: #ccc;
}

.tagcloud a:hover {
  color: #333;
}

.tagcloud a .tag-caption:hover {
  color: #333;
}

.breadcrumb a {
  color: #d3d3d3;
}

/* -------------------------------------------
/ 『入力ボックス』
------------------------------------------- */
.search-edit,
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  background-color: #121212;
  border: 1px solid #606060;
}

.search-box .fa-search:before {
  color: rgba(255, 215, 0, .8);
}

/* -------------------------------------------
/ 『インデックスカードタイプ』
------------------------------------------- */
.ect-vertical-card.ect-tile-card .a-wrap {
  margin: 0 .55% 12px;
}

.ect-vertical-card.ect-tile-card .card-snippet {
  margin: 0;
}

.ect-vertical-card.ect-tile-card.ect-2-columns .entry-card-wrap {
  width: 48.5%;
  display: inline-block;
  margin-bottom: 12px;
}

.ect-3-columns .entry-card-wrap {
  width: 32%;
}

.ect-vertical-card-3 .entry-card-wrap {
  width: 32%;
}

/* -------------------------------------------
/ 『文字の色』
------------------------------------------- */
.keyboard-key {
  background-color: #121212;
  box-shadow: 1px 2px 2px #3c3b3b;
}

.red {
  color: rgba(230, 0, 51, 0.8);
}

.red-under {
  border-bottom: 2px solid rgba(255, 1, 0, 0.8);
}

/* -------------------------------------------
/ 『ボックス』
------------------------------------------- */
.is-style-information-box,
.is-style-question-box,
.is-style-alert-box,
.is-style-memo-box,
.is-style-comment-box,
.is-style-ok-box,
.is-style-ng-box,
.is-style-good-box,
.is-style-bad-box,
.is-style-profile-box,
.information-box,
.question-box,
.alert-box,
.information,
.question,
.alert,
.memo-box,
.comment-box,
.common-icon-box {
  background-color: transparent;
  border-width: 2px;
}

.primary-box,
.sp-primary,
.primary,
.success-box,
.sp-success,
.success,
.info-box,
.sp-info,
.info,
.warning-box,
.sp-warning,
.warning,
.danger-box,
.sp-danger,
.danger,
.secondary-box,
.light-box,
.dark-box,
.blank-box.sticky {
  opacity: 0.85;
}

span[class^="marker"] {
  color: #595858;
}

span[class^="marker-under"] {
  color: #d3d3d3;
}

.marker-under {
  background: linear-gradient(transparent 60%, #939310 60%);
}

.marker-under {
  background: linear-gradient(transparent 60%, rgba(255, 255, 102, 0.6) 60%);
}

.marker-under-red {
  background: linear-gradient(transparent 60%, rgba(255, 182, 185, 0.6) 60%);
}

.marker-under-blue {
  background: linear-gradient(transparent 60%, rgba(168, 218, 251, 0.6) 60%);
}

.blank-box.bb-yellow {
  border-color: #ccb723;
}

.blank-box.bb-tab.bb-yellow .bb-label {
  background-color: #ccb723;
}

.blank-box.bb-red {
  border-color: #b91e30;
}

.blank-box.bb-tab.bb-red .bb-label {
  background-color: #b91e30;
}

.blank-box.bb-blue {
  border-color: #3278b1;
}

.blank-box.bb-tab.bb-blue .bb-label {
  background-color: #3278b1;
}

.blank-box.bb-green {
  border-color: #389560;
}

.blank-box.bb-tab.bb-green .bb-label {
  border-color: #389560;
}

.blank-box.sticky {
  color: #595858;
}

/* -------------------------------------------
/ 『マイクロコピー』
------------------------------------------- */
.micro-balloon {
  background-color: #121212;
}

.micro-bottom.micro-balloon:before {
  border-bottom-color: #999;
}

.micro-bottom.micro-balloon:after {
  border-bottom-color: #121212;
}

.micro-balloon:before {
  border-top-color: #999;
}

.micro-balloon:after {
  border-top-color: #121212;
}

/* -------------------------------------------
/ 『コード』
------------------------------------------- */
pre {
  border: 1px inset #555;
  background-color: #121212;
}

/* -------------------------------------------
/ 『吹き出し』
------------------------------------------- */
.speech-icon img, .speech-icon amp-img {
  border: 2px solid var(--cocoon-custom-border-color);
  background-color: #b6b6b6;
}

div.speech-balloon {
  background-color: var(--cocoon-custom-background-color);
  border-color: var(--cocoon-custom-border-color);
}

.sbs-flat .speech-balloon,
.sbs-line.sbp-r .speech-balloon {
  background-color: var(--cocoon-custom-background-color);
}

.speech-balloon::before {
  border-right-color: var(--cocoon-custom-border-color);
}

.speech-balloon::after,
.sbs-flat .speech-balloon::after {
  border-right-color: var(--cocoon-custom-background-color);
}

.sbp-r .speech-balloon::before {
  border-left-color: var(--cocoon-custom-border-color);
}

.sbp-r .speech-balloon::after,
.sbs-line.sbp-r .speech-balloon::after {
  border-left: 12px solid var(--cocoon-custom-background-color);
}

/* -------------------------------------------
/ 『画像（薄い影）』
------------------------------------------- */
.iwe-shadow img, .iwe-shadow amp-img {
  box-shadow: 5px 5px 15px #a3a0a0;
}

/* -------------------------------------------
/ Font Awesome5対応
------------------------------------------- */
.font-awesome-5 .cat-item a::before,
.font-awesome-5 blockquote::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* -------------------------------------------
/ 『カルーセル・パンくずリスト背景対応』
------------------------------------------- */
.carousel .slick-arrow:before {
  color: gold;
}

.carousel-in,
.breadcrumb.sbp-main-before,
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
  background-color: transparent;
}

.slick-dots li.slick-active button:before {
  color: gold;
}

.slick-dots li button:before {
  color: #666;
  opacity: 1;
}

/* -------------------------------------------
/ 『ボックスメニュー対応』
------------------------------------------- */
.box-menu {
  background-color: transparent;
  color: #d3d3d3;
}

.appeal-content,
.block-box-label,
.toggle-button {
  color: #333;
}

.appeal-button {
  background-color: #4c4c4c;
}

.label-box-label {
  color: #fff;
  text-shadow: #121212 3px 0 0, #121212 2px 1px 0, #121212 2px 2px 0, #121212 2px 3px 0, #121212 1px 3px 0, #121212 0 3px 0, #121212 -1px 3px 0, #121212 -2px 2px 0, #121212 -3px 1px 0, #121212 -3px 0 0, #121212 -3px -1px 0, #121212 -3px -2px 0, #121212 -2px -2px 0, #121212 -1px -3px 0, #121212 0 -3px 0, #121212 1px -3px 0, #121212 2px -2px 0, #121212 2px -2px 0, #121212 3px -1px 0;
}

.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  color: #d3d3d3 !important;
}

/* -------------------------------------------
/ 『固定ヘッダー』
------------------------------------------- */
.fixed-header .header {
  background-color: #121212;
}

/* -------------------------------------------
/ 『トップページ』
------------------------------------------- */
.index-tab-buttons .index-tab-button {
  position: relative;
  background:none;
  border:none;
  min-width: auto;
}

#index-tab-wrap .index-tab-buttons .index-tab-button{
  border:none;
}

#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-1], 
#index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-2], 
#index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-3], 
#index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-4] {
  position: relative;
  border:none;
  background:none;
  color:#f6f6f6;
}

#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-1]::before, 
#index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-2]::before, 
#index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-3]::before, 
#index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-4]::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 215, 0, .8);
  z-index: 2;
}

#index-tab-1:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-1]::after, 
#index-tab-2:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-2]::after, 
#index-tab-3:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-3]::after, 
#index-tab-4:checked ~ .index-tab-buttons .index-tab-button[for=index-tab-4]::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 6px);
  border-top: 6px solid rgba(255, 215, 0, .8);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  content: "";
  z-index: 2;
}

#index-tab-1:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-1"]::before, 
#index-tab-2:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-2"]::before, 
#index-tab-3:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-3"]::before, 
#index-tab-4:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-4"]::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 2px;
  width: 0px;
  height: 2px;
  background-color: rgba(255, 215, 0, .8);
  transition: .4s ease-out;
  z-index: 2;
}

#index-tab-1:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-1"]::after, 
#index-tab-2:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-2"]::after, 
#index-tab-3:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-3"]::after, 
#index-tab-4:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-4"]::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: rgba(80, 80, 80, .7);
    transition: .3s;
}

#index-tab-1:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-1"]:hover::before, 
#index-tab-2:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-2"]:hover::before, 
#index-tab-3:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-3"]:hover::before, 
#index-tab-4:not(:checked) ~ .index-tab-buttons .index-tab-button[for="index-tab-4"]:hover::before {
  height: 2px;
  width: calc(100% - 4px);
}

.list-title-in::before, 
.list-title-in::after {
  background-color: #f2ae01;
}

.list-more-button {
  color: #d3d3d3;
}

.list-more-button:hover {
  background-color: #121212;
  color: #d3d3d3;
  border: 2px solid rgba(255, 215, 0, .8);
}

.list-new-entries .list-title {
  margin-top: 1em;
}

/* -------------------------------------------
/ 『SNSボタン』
------------------------------------------- */
/* ブランドカラー */
.bc-brand-color.sns-share .sns-buttons a, 
.bc-brand-color.sns-follow .sns-buttons a {
  color: gold;
  transition: .3s;
  background-image: linear-gradient(135deg, #555555, #555555 50%, #23212b 50%, #23212b 100%, transparent 0);
  position: relative;
  z-index: 2;
  overflow: hidden;
  opacity: 1;
  transition: all .5s;
}

.bc-brand-color.sns-share .sns-buttons a::before,
.bc-brand-color.sns-follow .sns-buttons a::before,
.bc-brand-color.sns-share .sns-buttons a::after,
.bc-brand-color.sns-follow .sns-buttons a::after {
  content: '';
  position: absolute;
  width: 84%;
  height: 100%;
  z-index: -1;
  transition: all .5s;
  transform: skewX(-35deg) scale(0, 1);
}

.bc-brand-color.sns-share .sns-buttons a::before,
.bc-brand-color.sns-follow .sns-buttons a::before {
  top: 0;
  left: -100%;
  background-color: gold;
}

.bc-brand-color.sns-share .sns-buttons a::after,
.bc-brand-color.sns-follow .sns-buttons a::after {
  bottom: 0;
  right: -100%;
  background-color: gold;
}

.bc-brand-color.sns-share .sns-buttons a:hover::before,
.bc-brand-color.sns-follow .sns-buttons a:hover::before {
  left: -30%;
  transform: skewX(-35deg) scale(1, 1);
}

.bc-brand-color.sns-share .sns-buttons a:hover::after,
.bc-brand-color.sns-follow .sns-buttons a:hover::after {
  right: -30%;
  transform: skewX( -35deg) scale(1, 1);
}

.bc-brand-color.sns-share .sns-buttons a:hover, 
.bc-brand-color.sns-follow .sns-buttons a:hover {
  color: black;
}

/* ブランドカラー（白抜き） */
.bc-brand-color-white.sns-share .sns-buttons a,
.bc-brand-color-white.sns-follow .sns-buttons a {
  position: relative;
  color: gold;
  border-color: #c7c7c7;
  background-color: #121212;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  transition: 0.5s;
  opacity: 1;
}

.bc-brand-color-white.sns-share .sns-buttons a::before,
.bc-brand-color-white.sns-follow .sns-buttons a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: gold;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.bc-brand-color-white.sns-share .sns-buttons a:hover,
.bc-brand-color-white.sns-follow .sns-buttons a:hover {
  color: black;
}

.bc-brand-color-white.sns-share .sns-buttons a:hover::before,
.bc-brand-color-white.sns-follow .sns-buttons a:hover::before {
  transform: scaleY(1);
}

/* -------------------------------------------
/ 『タグ、コメント、パンくず』リンク
------------------------------------------- */
.tag-link,
.comment-reply-link {
  color: gold;
}

.tag-link:hover,
.comment-reply-link:hover,
.breadcrumb a:hover {
  background-color: rgba(255, 215, 0, .8);
  color: black;
}

.fa-folder:before,
.fa-folder-open:before {
  color: gold;
}

.fa-home:before,
.fa-tags:before,
.breadcrumb .fa-folder:before {
  color: gold;
}


/* カスタム色対応 */
.speech-wrap,
.toggle-box,
.timeline-box,
.iconlist-box,
.faq-wrap,
.caption-box,
.tab-caption-box,
.label-box,
.micro-balloon,
.micro-text {
  --cocoon-custom-text-color: #d3d3d3;
}

.speech-wrap {
  --cocoon-custom-background-color: #121212;
  --cocoon-custom-text-color: #d3d3d3;
  --cocoon-custom-border-color: var(--cocoon-basic-border-color);
}

.sbs-line.sbp-r .speech-balloon:not(.has-background) {
  background-color: var(--cocoon-custom-background-color);
}

.sbs-line.sbp-r .speech-balloon:not(.has-background):not(.has-border-color) {
  --cocoon-custom-background-color: #121212;
  --cocoon-custom-border-color: #85e249;
}

.toggle-box {
  --cocoon-custom-background-color: transparent;
}

.has-box-style,
.has-border {
  --cocoon-box-border-color: #ccc;
}

.is-style-border-thin-and-thick,
.is-style-border-radius-s-thin-and-thick,
.is-style-border-radius-l-thin-and-thick {
  border-color: rgba(255, 255, 255, 0.1);
}

.is-style-stripe-box {
  background-image: repeating-linear-gradient(-45deg, #333 0, #333 3px, transparent 3px, transparent 6px);
}

.is-style-checkered-box {
  background-image: linear-gradient(90deg, rgba(232, 238, 236, 0.1) 50%, transparent 50%), linear-gradient(rgba(234, 236, 238, 0.1) 50%, transparent 50%);
}

.is-style-stitch-box {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
}

.is-style-border-top-box {
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.22);
}

.is-style-border-left-box {
  box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.33);
}

[class^="is-style-balloon-"], [class*=" is-style-balloon-"] {
  --cocoon-white-color: #121212;
  background: var(--cocoon-white-color);
  border: 1px solid var(--cocoon-box-border-color);
}
