/*スライドメニュー*/
#menu-open svg {
  width: 20px;
}
.btn-menu{
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 4;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  transition: .4s;
  background: rgb(81, 147, 206);
  border: 0;
}
.btn-menu svg{
  fill: #fff5f9;
  vertical-align: middle;
}
/* 閉じるボタン */
#menu-close{
  position: fixed;
  right: 20px;
  top: 20px;
  border-radius: 100%;
}
/* スライドメニューパネル */
nav li {
  list-style-type: none;
}
#menu-panel{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 30px;
  height: 100vh;
  max-width: 170px;
  translate: 1000vw;/*削ったらスライドの中身が出なくなる*/
  background: #345e84;
  overflow: scroll;/* スクロールバーを入れる */
  -ms-overflow-style: none; /* スクロールバー IE＆Edge用 */
  scrollbar-width: none;  /* スクロールバー Firefox用 */
  color: #f2f6f9;
  letter-spacing: 1px;
}
#menu-panel::-webkit-scrollbar{
  display: none; /* スクロールバー Chrome＆Safari用 */
}
#menu-panel ul{padding: 0;}
#menu-panel a{color: #fff;}
.menu-list{
  list-style: none;
  line-height: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}
.menu-list li {
  margin: 5px 0 10px;
  opacity: 0;
  display: inline-table;
  fill: #fff;
}
.menu-list li button{vertical-align: middle;}
.menu-list a{
  text-decoration: none;
  font-size: 2rem;
  position: 0 24px 0;
}
.menu-list svg {
  width: 24px;
  height: 24px;
}
.menu-list button{border: 0;}
.postform {display: none;}
/* ハッシュタグ1
----------------*/
#tag1 .hashtaglist {
  margin: 25px 0 0;
  list-style-type: none;
  text-align: left;
  font-size: 10px;
  font-weight: 500;
}
#tag1 .hashtaglist li {display: inline-block;}
#tag1 .hashtaglist li a{
  background: #fff;
  color: #345e84;
  padding: 3px 10px;
  margin: 0 0 5px;
  text-decoration: none;
  line-height: 100%;
}
#tag1 .hashtaglist li a:hover{
  color: #fff;
  background: #444;
}
#tag1 .hashtaglist .num {display: none;}

/* ハッシュタグ2
----------------*/
#tag2 .hashtaglist {
  margin: 25px 0 0;
  list-style-type: none;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
#tag2 .hashtaglist li {
  display: block;
  color: #fff;
}
#tag2 .hashtaglist li a{
  background: url('../images/sharp.svg')no-repeat 0px center;
  background-size: 17px;
  color: #fff;
  padding: 3px 10px 3px 20px;
  margin: 0 0 5px;
  text-decoration: none;
  line-height: 100%;
}
#tag2 .hashtaglist li a:hover{background-color: #444;}
#tag2 .hashtaglist .num {display: none;}

/*ヘッダーメニュー
----------------------------------*/
.subarea{
  margin: 0 auto;
  padding: 10px 10px 20px 10px;
  max-width: 800px;
}
.subarea .catbranch {
  list-style: none;
  display: inline-flex;
}
.subarea .catbranch a{
  background: #345e84;
  text-decoration: none;
  color: #fff;
  margin: 5px 5px 5px 0;
  padding: 5px 15px;
}
.subarea ul {
  padding: 0;
  text-align: center;
}
.subarea .catbranch a:hover{
  opacity: 0.5;
}

/* ダークモード
-----------------------------------*/
#DarkMode {padding: 0 0 20px 0;}
#DarkMode a{
  background: #151515;
  color: #fff;
  padding: 2px 10px;
}
#DarkMode a:hover {text-decoration: none;}

:root[theme="dark"] {
body{
  scrollbar-color: #484848 #1c1c1c;
  background: #151515;
  color: #c6c6c6;
}
.onelogbox{background: #242424}
#gnavi .nav{background: #313131}
.decorationE{color: #1da1f2;}
.decorationM{color: #151515;}
.passkeyform {background: #959595;color: #151515;}
.comment .url{color: #ff712c;}
.onelogbody .taglink{color: #ff712c;}
.decorationQ{background: #959595;color: #151515;}
.utilitylinks{background: #242424;color: #c6c6c6;}
.utilitylinks ul{color: #c6c6c6;}
footer{background: #242424;color: #c6c6c6;}
.headtitle{color: #c6c6c6;}
#gnavi .menu{background: #313131;}
#pagetops a{background: #c6c6c6;}
#pagetops svg{fill: #151515;}
.readmorearea{color: #1da1f2;}
.postform{background: #242424;}
#menu-panel{background: #202020;}
#DarkMode a{background: #444;}
.btn-menu{background: rgb(68, 68, 68);}
#tag1 .hashtaglist li a{
  background: #444;
  color: #fff;
}
.decorationU {background: linear-gradient(transparent 60%, #624e00 0%);}
.decorationD {text-decoration-color: #ffcb00;}
}