@charset "UTF-8";
/* -----------------------------------
リセットCSS
基本的には触らないでください
----------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  word-break: break-word;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}
ol.list,
ul.list {
  list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

/* -----------------------------------
ベース設定
----------------------------------- */
* {
  box-sizing: border-box;
}
*:active {
  outline: none;
}

.page {
  margin-bottom: 0;
}




:root {

	/* 色設定 */
/*	color-scheme: light dark;*/
  --main-bg-color:#f0ebdf;
  --main-bg-rgb:rgb(255 255 255 / 57%);
	--main-text-color: #515151;
	--sub-text-color: #fff;
	--accent: #A29288;
	--accent2: #bedfda;
  --accent-rgba:#a38d7814;
  --lightgreenyellow:#D9EF1E;

  --black:#000;
  --white:#fff;

  --dark-bg-color:#11191f;
  --dark-text-color:#aba39bf2;
  --dark-accent:#78a39d3d;

	--footer-color-rgb:#f1f5f6;

  /* ほか */
    --spacing: 1rem;
    --font-size-mini:90%;
  	--border-radius:0.3rem;
    --main-text-rgb:43, 59, 101;
    --border-radius:15px;
  	--font-primary: Lato, "Montserrat", "Zen Kaku Gothic New", YuGothic, "Yu Gothic", sans-serif;
    --font-headline: "Montserrat", "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    --font-alphanumeric: "Montserrat", "Zen Kaku Gothic New", YuGothic, "Yu Gothic", sans-serif;
    --font-icon: 'Font Awesome 6 Free';
	
}

html{font-size: 62.5%;}

body {
  background-color: var(--main-bg-color);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--main-text-color);
  font-family: var(--font-primary);
  font-weight:410;
  letter-spacing : 1px;
  line-height:1.75;
  padding: 0;
  margin: 0;
  position: relative;
	font-size:clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

img {
  vertical-align: middle;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px auto;
}
table thead {
  background: #f7f7f7;
}
table tr {
  border-top: 1px solid var(--accent2);
}
table tr:last-of-type {
  border-bottom: 1px solid var(--accent2);
}
table tr th, table tr td {
  padding: 8px 0;
}
@media (min-width: 768px) {
  table tr th, table tr td {
    padding: 12px 0;
  }
}

section {
  padding: 0px 0;
}

.material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
  }

.right_block{
	text-align: right;
}

/* -----------------------------------
見出し、テキストなど
----------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  line-height: 1.8em;
}

p {
  margin: 0 auto 1em;
  line-height: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-headline);
  margin: 1.6em auto 1em;
  letter-spacing: 0.15em;
}

h2 {
  font-size: 18px;
  font-family: var(--font-headline);
  font-weight: 600;
  margin: 40px auto 15px;
  letter-spacing: 0.25em;
  position: relative;
  padding-left: 15px;
}
h2:before {
  content: "";
  display: block;
  width: 15px;
  height: 1.5px;
  background: #dcdcdc;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -15px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 20px;
    padding-left: 0px;
  }
  h2:before {
    left: -45px;
    width: 20px;
  }
}

h3 {
  font-size: 17px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

a {
  color: var(--accent);
}
a:hover {
  color: transparent;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

/* -----------------------------------
Flexbox設定
----------------------------------- */
.body_wrap {
  width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding:0px;
}

.col-1 {
  width: calc((100% * 1) / 12);
  padding: 0 15px;
}

.col-lg1,
.col-md1,
.col-sm1,
.col-xl1 {
  width: 100%;
  margin-bottom: 40px;
}

.col-2 {
  width: calc((100% * 2) / 12);
  padding: 0 15px;
}

.col-lg2,
.col-md2,
.col-sm2,
.col-xl2 {
  width: 100%;
  margin-bottom: 40px;
}

.col-3 {
  width: calc((100% * 3) / 12);
  padding: 0 15px;
}

.col-lg3,
.col-md3,
.col-sm3,
.col-xl3 {
  width: 100%;
  margin-bottom: 40px;
}

.col-4 {
  width: calc((100% * 4) / 12);
  padding: 0 15px;
}

.col-lg4,
.col-md4,
.col-sm4,
.col-xl4 {
  width: 100%;
  margin-bottom: 40px;
}

.col-5 {
  width: calc((100% * 5) / 12);
  padding: 0 15px;
}

.col-lg5,
.col-md5,
.col-sm5,
.col-xl5 {
  width: 100%;
  margin-bottom: 40px;
}

.col-6 {
  width: calc((100% * 6) / 12);
  padding: 0 15px;
}

.col-lg6,
.col-md6,
.col-sm6,
.col-xl6 {
  width: 100%;
  margin-bottom: 40px;
}

.col-7 {
  width: calc((100% * 7) / 12);
  padding: 0 15px;
}

.col-lg7,
.col-md7,
.col-sm7,
.col-xl7 {
  width: 100%;
  margin-bottom: 40px;
}

.col-8 {
  width: calc((100% * 8) / 12);
  padding: 0 15px;
}

.col-lg8,
.col-md8,
.col-sm8,
.col-xl8 {
  width: 100%;
  margin-bottom: 40px;
}

.col-9 {
  width: calc((100% * 9) / 12);
  padding: 0 15px;
}

.col-lg9,
.col-md9,
.col-sm9,
.col-xl9 {
  width: 100%;
  margin-bottom: 40px;
}

.col-10 {
  width: calc((100% * 10) / 12);
  padding: 0 15px;
}

.col-lg10,
.col-md10,
.col-sm10,
.col-xl10 {
  width: 100%;
  margin-bottom: 40px;
}

.col-11 {
  width: calc((100% * 11) / 12);
  padding: 0 15px;
}

.col-lg11,
.col-md11,
.col-sm11,
.col-xl11 {
  width: 100%;
  margin-bottom: 40px;
}

.col-12 {
  width: calc((100% * 12) / 12);
  padding: 0 15px;
}

.col-lg12,
.col-md12,
.col-sm12,
.col-xl12 {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 481px) {
  .sm {
    flex-direction: row;
  }

  .col-sm1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-sm2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-sm3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-sm4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-sm5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-sm6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-sm7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-sm8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-sm9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-sm10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-sm11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-sm12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .body_wrap {
    width: 800px;
  }

  .md {
    flex-direction: row;
  }

  .container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .col-md1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-md2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-md3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-md4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-md5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-md6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-md7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-md8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-md9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-md10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-md11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-md12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }
}
@media (min-width: 1030px) {
  .col-lg1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-lg2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-lg3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-lg4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-lg5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-lg6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-lg7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-lg8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-lg9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-lg10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-lg11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-lg12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }
}

.panel {
  display: none;
  width: 100%;
}
.panel.is-show {
  display: block;
  animation: fade-in 0.4s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  transition: 0.3s;
}

.postform p {
  margin: 0;
}

/* ------------ */
/* ▼本文入力欄 */
/* ------------ */
textarea.tegalogpost {
  border: 0px;
  color: var(--main-text-color);
  border-radius: 4px;
  background-color: var(--main-bg-color);
  font-family: var(--font-primary);
  padding: 0.5em;
  font-weight:410;
  letter-spacing : 1px;
  line-height:1.75;
  margin-bottom: 0.25em;
height: 4.5em;
  box-sizing: border-box;
  width: 100%;
  overflow-wrap: break-word;
  overflow: auto;
  outline:none;
}

/* ▽プレースホルダ(※入力文字数がゼロの際にだけ見える薄文字)の装飾 */
textarea.tegalogpost:-moz-placeholder-shown {
  color: #777;
}
textarea.tegalogpost:-ms-input-placeholder {
  color: #777;
}
textarea.tegalogpost:placeholder-shown {
  color: #777;
}

/* 通常時 */
textarea.tegalogpost:focus:-moz-placeholder-shown {
  color: #bbb;
}
textarea.tegalogpost:focus:-ms-input-placeholder {
  color: #bbb;
}
textarea.tegalogpost:focus:placeholder-shown {
  color: #bbb;
}

/* カーソルが入ったとき */
textarea.tegalogpost:-ms-input-placeholder {
  color: #aaa;
}

/* for IE */
/* 横幅800px以下の環境の場合 */
@media all and (max-width: 800px) {
  textarea.tegalogpost {
    font-size: 16px;
    /* 文字サイズ */
    padding: 0.4em;
    /* 内側の余白量 */
  }
}
/* ------------------------------------------------ */
/* ▼投稿コントロール部分(ボタンや字数カウンタなど) */
/* ------------------------------------------------ */
.line-control {
  margin: 0.25em 0;
  /* 外側の余白量 */
}

/* ------------ */
/* ▼投稿ボタン */
/* ------------ */
.postbutton {
  display: inline-block;
  background: #363636;
  /* 背景色 */
  color: white;
  /* 文字色 */
  font-size: 1rem;
  /* 文字サイズ */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  /* 太字 */
  text-decoration: none;
  /* 下線を消す */
  border: none;
  padding: 5px 14px;
  border-radius: 0;
  /* 枠の角丸 */
  cursor: pointer;
  transition: 0.3s;
}

/* ▼投稿ボタンにマウスが載ったとき */
.postbutton:hover {
  background-color: #747474;
  /* 背景色 */
}

/* ------------------ */
/* ▼文字装飾ボタン群 */
/* ★Ver 1.4.0以降で使用 */
/* ------------------ */
/* 掲載領域全体 */
.decoBtns {
  display: inline-block;
  margin-top: 0.5em;
}

/* 全ボタン装飾 */
.decoBtns input {
  min-width: 32px;
  min-height: 28px;
  margin: 1px;
  background-color: #eee;
  border: 1px solid #aaa;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: middle;
}

/* マウス載る際 */
.decoBtns input:hover {
  background-color: #e5f1fb;
  border-color: #0078d7;
}
@media (prefers-color-scheme: dark) {
  .decoBtns input:hover {
    background-color: var(--accent);
    border-color: none;
  }
}

/* 太字  :B */
.decoBtnB {
  font-weight: bold;
}

/* 取消線:D */
.decoBtnD {
  text-decoration: line-through;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
  -webkit-text-decoration-style: double;
          text-decoration-style: double;
}

/* 強調  :E */
.decoBtnE {
  font-weight: bold;
  color: blue;
}

/* 斜体  :I */
.decoBtnI {
  font-style: italic;
}

/* 引用  :Q */
/* 小さめ:S */
/* 極小  :T */
.decoBtnT {
  font-size: 11px !important;
}

/* 下線  :U */
.decoBtnU {
  text-decoration: underline;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}

/* 文字色:C */
.decoBtnC {
  color: red;
}

/* 背景色:M */
.decoBtnM {
  color: blue;
}

@media all and (min-width: 800px) {
  /* ▼文字装飾ボタン群 */
  .decoBtns {
    margin-top: 0;
  }
}
/* -------------------------------- */
/* ▼カテゴリ選択チェックボックス群 */
/* ★Ver 3.0.0以降で使用 */
/* -------------------------------- */
.catChecks {
  font-size: 0.9em;
  padding-top: 0.5em;
}

.catChecks label {
  display: inline-block;
  cursor: pointer;
  margin: 0 0.75em 0 0;
}

.catChecks label:hover {
  text-decoration: underline;
}

.catChecks input {
  min-width: 0;
  min-height: 0;
  margin-right: 0.2em;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 30px;
}
@media (min-width: 768px) {
  header {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.toparea{
  padding-top:20px;
  padding-bottom:50px;
  text-align: center;
}
@media (max-width: 768px) {
  .body_wrap{
  padding:30px 10px;
}
}

h1.maintitle {
  font-size: 2em;
  align-items:center;
  border-bottom: 3px solid;
  display: inline;
  letter-spacing:5px;
  margin:5px;
  padding-bottom:5px;
}

h1.maintitle a {
  color:var(--main-text-color);
}

     .title a {
      font-family: var(--font-headline);
      font-size: 2em;
      letter-spacing: 0.15em;
      font-weight: 800;
      color: rgba(0, 0, 0, 0.371);
      -webkit-background-clip: text;
      background-image: url(img/prof-bg.jpg);
     background-size: cover;
     background-position: 50% 50%;
    }


    
p.mainguide {
  font-size: 85%;
  margin: 0;
  text-align: center;
}

main {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
}

.body_wrap {
  position: relative;
}
@media (min-width: 768px) {
  .body_wrap {
    margin: 40px auto;
  }
}

.topmenu_area{
  text-align: center;
  padding-right:var(--spacing);
  padding-left:var(--spacing);
}

@media (min-width: 768px) {
.topmenu_area {
  padding-top: 20px;
}
}

.contents .subarea {
  margin: 20px auto;
  padding:0 15px;
}
@media (min-width: 481px) {
  .contents .subarea {
    display: flex;
    flex-wrap: wrap;
  }
  .contents .subarea > div {
    width: calc(50% - 15px);
  }
  .contents .subarea > div:nth-of-type(2n) {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .contents .subarea > div {
    width: calc(50% - 20px);
    margin-left: 30px;
  }
  .contents .subarea > div:nth-of-type(3n-2) {
    margin-left: 0;
  }
}

.dateseparator {
  display: none;
}
.dateseparator.fixedseparator {
  display: block;
  margin: 0 0 0 15px;
  font-weight: bold;
  font-size: 85%;
  color: #b2b6b8;
}
.dateseparator.fixedseparator:before {
  font-family: "Material Symbols Outlined";
  content: "\e6aa";
  font-size: 15px;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 400;
}

article.logstatus-fixed {
  border: 1px solid #dadada;
  padding: 20px;
  border-radius: 5px;
  background: #fafafa;
  margin-bottom: 30px;
}
.article_wrap article:first-of-type {
  padding-top:50px;
}

.onelogbox {
  border-top: 0px solid #e3e3e3;
  padding: 20px 1rem;
}
.onelogbox:last-of-type {
  border-bottom: 1px solid #e3e3e3;
}
.onelogbox p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.onelogbox .comment {
  line-height: 1.8em;
  word-break: break-word;
}
.onelogbox a.imagelink {
  display: block;
  margin: 0 auto;
}
.onelogbox a[href="#readmore"],
.onelogbox a[href="#readclose"] {
  line-height: 1;
  font-family: var(--font-headline);
  padding: 5px 7px;
  font-size: 80%;
  background: var(--accent-rgba);
}
.onelogbox a.taglink {
  background: #f1f5f6;
}
.onelogbox em.decorationE {
  font-style: normal;
  font-weight: bold;
  color:var(--white);
  font-size: var(--font-size-mini);
  background: var(--accent);
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.onelogbox small.decorationT {
  font-size: 50%;
}
.onelogbox ul.decorationL {
  list-style: none;
  margin-bottom: 0;
}
.onelogbox ul.decorationL li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 0.5rem;
}
.onelogbox ul.decorationL li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #00A0DF;
  position: absolute;
  margin: auto;
  top: 0.6em;
  left: 0;
}
.onelogbox q.decorationQ {
  display: block;
  background: var(--accent-rgba);
  padding: 10px;
  margin: 20px 0;
  margin-left:10px;
  border-left: 2px solid var(--accent);
  color: #5f5f5f;
}
q::before {
    content: none;
}
.deco-hr {
    display: inline-block;
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--accent);
}
.onelogbox p.oneloginfo {
  font-size: 70%;
  vertical-align: middle;
  color:var(--accent);
  font-family: var(--font-headline);
}
p.oneloginfo.top {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
}
p.oneloginfo.bottom {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}

.onelogbox p.oneloginfo .bottom a {
  color: var(--accent);
}
.onelogbox p.oneloginfo i {
  font-size: 18px;
  margin-left: 5px;
}
.oneloginfo .postdate {
vertical-align: middle;
}

.onelogbox p.oneloginfo .categories a.categorylink {
  font-size:var(--font-size-mini);
  line-height: 1;
  font-family: var(--font-headline);
}
.onelogbox p.oneloginfo .categories a.categorylink:before {
  font-family: "Material Symbols Outlined";
  content: "";
  font-size: 15px;
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 400;
}
.onelogbox p.oneloginfo .categories a.categorylink:hover {
  color: transparent;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.oneloginfo a.categorylink{
padding:5px 5px 5px 0px;
}
a.categorylink.cat-center{
  color: #ffaa00;
  background: #fffdf0;
}
a.categorylink.cat-1st{
  color: #808080;
  background: #f2f2f2;
}
a.categorylink.cat-1st_monster{
  color: #8d93c8;
  background: #f9f0ff;
}
a.categorylink.cat-2nd{
  color: #1e87cd;
  background: #f0f8ff;
}
a.categorylink.cat-2nd_monster{
  color: #70991f;
  background: #eeffcc;
}
a.categorylink.cat-3rd{
  color: #24b39b;
  background: #f2fff0;
}
a.categorylink.cat-3rd_monster{
  color:#111; 
  background:#e6eaff; 
}
a.categorylink.cat-reboot{
  color: #ff667d;
  background: #fff0f4;
}
a.categorylink.cat-if, a.categorylink.cat-all{
  background: transparent;
}
body.onelog .onelogbox {
  border-top: none;
}




footer {
  width: 100%;
  margin: 0 auto;
  padding: 8px 20px;
  border-top: 1px solid #00000015;
}
footer p.poweredby {
  margin: 0;
  font-size: 80%;
  text-align: center;
  color: var(--accent);
  font-family: var(--font-primary);
  line-height: 1.6em;
}

.pagenavi {
  margin: 30px auto;
}

p.pagenums {
  display: flex;
  justify-content: center;
}
p.pagenums a.pagenumlink {
  display: block;
  background: var(--accent-rgba);
  color: var(--accent);
  font-family: var(--font-headline);
  font-size: 14px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 45px;
  margin: 0 3px;
}
p.pagenums a.pagenumlink.pagenumhere {
  background:var(--accent);
  color: var(--sub-text-color);
}
p.pagenums a.pagenumlink:hover {
  background: var(--accent-rgba);
  color: var(--accent);
}
p.pagenums span.omitmark {
  line-height: 3em;
  margin: 0 10px;
}

div#simplesearch {
  margin-bottom: 40px;
}

.searchword {
  color:var(--main-text-color);
  background: linear-gradient(#e8e3d600 60%, var(--lightgreenyellow) 0%);
}
input.queryinput, input.passkeyinput, select.datelimitpull {
  color:var(--main-text-color);
  padding: 3px 10px;
  height: 30px;
  border: 1px solid var(--accent);
  background: var(--accent-rgba);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: calc(100% - 55px);
  outline:none;
}
.topsearch input.queryinput {
  height: 40px;
}

input.submitbutton, input.passkeysubmit {
  height: 30px;
  width: 55px;
  border: none;
  background: var(--accent);
  color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.topsearch input.submitbutton{
  height: 40px;
}
.topsearch .searchbox {
  padding: 0px 1rem 10px;
}
ul.cattree li {
  font-size: 14px;
  font-family: var(--font-primary);
    display: inline-block;
    margin-right: 5px;
  }

  ul.cattree li a{
    line-height: 1;
    font-family: var(--font-headline);
    padding: 5px 7px;
    font-size:  1rem;
    background: var(--accent-rgba);
  }

ul.cattree li span.num {
  margin-left: 5px;
  display: none;
}
ul.cattree.depth1 {
  margin: 20px auto;
}

ul.cattree.depth2 {
  margin-left: 20px;
}
ul.cattree.depth2 li:before {
  content: "-";
  margin-right: 8px;
}

ul.hashtaglist {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}
ul.hashtaglist li {
  font-size: 12px;
  font-family: var(--font-primary);
  color: var(--accent);
  margin-right: 5px;
  margin-bottom: 5px;
  background: #f1f5f6;
  line-height: 1;
  padding: 4px 5px;
  transition: 0.3s;
}
ul.hashtaglist li span.num {
  margin-left: 3px;
}
ul.hashtaglist li:before {
  font-family: "Material Symbols Outlined";
  content: "\e9ef";
  font-size: 15px;
  vertical-align: middle;
  font-weight: 400;
}

form.hashtagpullbox {
  margin-top: 20px;
}
form.hashtagpullbox select.hashtagpull {
  padding: 5px 3px;
  margin-bottom: 4px;
  width: 100%;
  cursor: pointer;
}
form.hashtagpullbox input.hashtagpullsubmit {
  border: none;
  background: #33333308;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
}

ul.datelimitlist li {
  font-size: 14px;
  font-family: var(--font-primary);
}
ul.datelimitlist li span.num {
  margin-left: 5px;
}
ul.datelimitlist ul.datelimitsublist {
  margin-left: 20px;
}
ul.datelimitlist ul.datelimitsublist li:before {
  content: "-";
  margin-right: 8px;
}

span.editlink .material-symbols-outlined {
  vertical-align: middle;
  font-variation-settings: "opsz" 20;
  margin-left: 5px;
}

.situation{
  padding: 0 1rem 0px 1rem;
  font-size: 0.8em;
}

p.situation {
  background: var(--accent-rgba);
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 90%;
  color: var(--accent);
  font-family: var(--font-headline);
}

body.nofiltering p.situation {
  display: none;
}

.datelimitboxoptions { display: none !important; }

p.searchtarget {
  font-size: 85%;
  margin-top: 5px;
  font-family: var(--font-primary);
}

p.sidebar_icons {
  text-align: right;
}
p.sidebar_icons i {
  font-size: 18px;
}

.utilitylinks {
  display: none;
}

iframe.embeddedmovie {
  max-width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.gallery .mainarea {
  display: flex;
  flex-wrap: wrap;
}
.gallery p.situation {
  width: 100%;
}
.gallery .onelogbox {
  border-bottom: none;
  width: 49%;
}

.imagelist_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.imagelist_wrap .imagelistitem {
  display: inline-block;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
}
.imagelist_wrap .imagelistitem a {
  display: block;
  width: 100%;
  height: 100%;
}
.imagelist_wrap .imagelistitem a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.imagelist_wrap .imagelistitem a img.nsfw {
  position: relative;
  overflow: hidden;
}
.imagelist_wrap .imagelistitem a img.nsfw:before {
  font-family: "Material Symbols Outlined";
  content: "\e002";
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  background: #0000003a;
  position: absolute;
  z-index: 1;
  text-align: center;
  font-size: 50px;
  margin: auto;
  top: 0;
  padding: 20% 0 0;
}
@media (min-width: 768px) {
  .imagelist_wrap .imagelistitem a img.nsfw:before {
    font-size: 70px;
  }
}
.imagelist_wrap .imagelistitem a img.nsfw:after {
  content: "NSFW\aクリックで表示します";
  white-space: pre;
  color: #ffffff;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  padding-top: calc(20% + 54px);
  right: 0;
  left: 0;
  font-size: 13px;
  line-height: 1.4em;
}
.imagelist_wrap .imagelistitem a:hover {
  opacity: 0.6;
}
@media (min-width: 481px) {
  .imagelist_wrap .imagelistitem {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .imagelist_wrap .imagelistitem {
    width: 16.6666666667%;
  }
}

.freespace {
  line-height: 1.8em;
  font-size: var(--font-size-mini);
}
.freespace ul {
  list-style: none;
  margin-bottom: 0;
}
.freespace ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 0.5rem;
}
.freespace ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #00A0DF;
  position: absolute;
  margin: auto;
  top: 0.6em;
  left: 0;
}

.postarea{
padding: 10px 15px;
border-radius: var(--border-radius);
}
.postarea > details{
  background: var(--accent-rgba);
}
.postarea > details.Login-Required > summary {
}
.postarea .decoBtns input {
  background: var(--accent);
  border:0px;
}
.postarea .decoBtns > span {
  display: block;
}

@media (min-width: 768px) {
  .postarea {
    margin: 0px;
  }
}

body.mode-gallery #posts_wrap {
  display: flex;
  flex-wrap: wrap;
}
body.mode-gallery #posts_wrap .gallery-post {
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
body.mode-gallery #posts_wrap .gallery-post a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body.mode-gallery #posts_wrap .gallery-post a:after {
    padding-top: calc(30% + 54px);
  }
}
body.mode-gallery #posts_wrap .gallery-post span.pictcount {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 13px;
  right: 0;
  bottom: 0;
  padding: 3px 10px;
  z-index: 1;
  filter: drop-shadow(0px 0px 3px #00000046);
}
body.mode-gallery #posts_wrap .gallery-post span.pictcount .material-symbols-outlined {
  font-size: 13px;
  vertical-align: middle;
}
body.mode-gallery #posts_wrap .gallery-post:hover {
  opacity: 0.6;
}
body.mode-gallery #posts_wrap .gallery-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  body.mode-gallery #posts_wrap .gallery-post {
    width: 33.3333333333%;
  }
}
body.mode-gallery ul.cattree {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border: 1px solid #d6d6d6;
  padding: 15px;
  border-radius: 2px;
  position: relative;
}
body.mode-gallery ul.cattree li {
  font-size: var(--font-size-mini);
  margin-right: 10px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
}
body.mode-gallery ul.cattree li ul {
  border: none !important;
  padding: 0 !important;
  padding: 3px 0 !important;
  margin: 0 5px 0 10px;
}
body.mode-gallery ul.hashtaglist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background: #f0f0f0;
  padding: 15px;
  border-radius: 2px;
}
body.mode-gallery ul.hashtaglist li {
  font-size: 85%;
  margin-right: 10px;
  padding: 0;
  position: relative;
  z-index: 2;
  background: transparent;
}

body.mode-picts #posts_wrap {
  display: flex;
  flex-wrap: wrap;
}
body.mode-picts #posts_wrap a.picts-post {
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
body.mode-picts #posts_wrap a.picts-post span.pictcount {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 13px;
  right: 0;
  bottom: 0;
  padding: 3px 10px;
  filter: drop-shadow(0px 0px 3px #00000046);
}
body.mode-picts #posts_wrap a.picts-post span.pictcount .material-symbols-outlined {
  font-size: 13px;
  vertical-align: middle;
}
body.mode-picts #posts_wrap a.picts-post:hover {
  opacity: 0.6;
}
body.mode-picts #posts_wrap a.picts-post img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  body.mode-picts #posts_wrap a.picts-post {
    width: 33.3333333333%;
  }
}
body.mode-picts ul.cattree {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border: 1px solid #d6d6d6;
  padding: 15px;
  border-radius: 2px;
  position: relative;
}
body.mode-picts ul.cattree li {
  font-size: 90%;
  margin-right: 10px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
}
body.mode-picts ul.cattree li ul {
  border: none !important;
  padding: 0 !important;
  padding: 3px 0 !important;
  margin: 0 5px 0 10px;
}
body.mode-picts ul.hashtaglist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background: #f0f0f0;
  padding: 15px;
  border-radius: 2px;
}
body.mode-picts ul.hashtaglist li {
  font-size: 85%;
  margin-right: 10px;
  padding: 0;
  position: relative;
  z-index: 2;
  background: transparent;
}

a.imagelink.nsfw,
body.mode-picts #posts_wrap a.picts-post[data-flag="Flag(nsfw) "] {
  position: relative;
  overflow: hidden;
}
a.imagelink.nsfw:before,
body.mode-picts #posts_wrap a.picts-post[data-flag="Flag(nsfw) "]:before {
  font-family: "Material Symbols Outlined";
  content: "\e002";
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  background: #0000003a;
  position: absolute;
  z-index: 1;
  text-align: center;
  font-size: 50px;
  margin: auto;
  top: 0;
  padding: 20% 0 0;
}
@media (min-width: 768px) {
  a.imagelink.nsfw:before,
body.mode-picts #posts_wrap a.picts-post[data-flag="Flag(nsfw) "]:before {
    font-size: 70px;
  }
}
a.imagelink.nsfw:after,
body.mode-picts #posts_wrap a.picts-post[data-flag="Flag(nsfw) "]:after {
  content: "NSFW\aクリックで表示します";
  white-space: pre;
  color: #ffffff;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  padding-top: calc(20% + 54px);
  right: 0;
  left: 0;
  font-size: 13px;
  line-height: 1.4em;
}
a.imagelink.nsfw img,
body.mode-picts #posts_wrap a.picts-post[data-flag="Flag(nsfw) "] img {
  filter: blur(20px);
}

@media (min-width: 768px) {
  body.mode-picts #posts_wrap a.picts-post[data-flag="Flag(nsfw) "]:after {
    padding-top: calc(30% + 60px);
  }
}

.imagelistitem a {
  position: relative;
  background: #00000024;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
}
.imagelistitem a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #00000024;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1;
}
.imagelistitem a:after {
  font-family: "Material Symbols Outlined";
  content: "\e002";
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  color: #fff;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 30px;
}
.imagelistitem a img {
  position: relative;
  z-index: 3;
}
.imagelistitem a img.nsfw {
  z-index: -1;
}

.twitter-tweet.twitter-tweet-rendered {
  margin: 0 auto;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: var(--dark-bg-color);
    color: var(--dark-text-color);
    background-image:none;
  }
  #mv .background{
    background-color:var(--dark-bg-color);
  }
  #mv .background img {
    filter: grayscale(30%);
  }
  h1.maintitle a{
    color:var(--dark-text-color);
  }
  .onelogbox{
    border-top-color:var(--dark-accent);
  }
  .onelogbox:last-of-type{
    border-bottom-color:var(--dark-accent);
  }
  .onelogbox a[href="#readmore"], .onelogbox a[href="#readclose"]{
    background:var(--accent-rgba);
  }
  p.pagenums a.pagenumlink.pagenumhere{
    background:var(--accent);
    color: var(--dark-bg-color);
    font-weight: 600;
  }
  input.queryinput, input.passkeyinput, select.datelimitpull{
    color:var(--dark-text-color);
  }
  .title a{
    filter:drop-shadow(0.1px 0.1px 0.5px var(--accent)) grayscale(30%);
  }
  .postarea > details{
    background:rgba(var(--main-text-rgb), 0.15);
  }
  textarea.tegalogpost{
    background-color:transparent;
    color:var(--dark-text-color);
  }

  a.categorylink.cat-center{
    color: #ffaa00;
    background: rgba(var(--main-text-rgb), 0.15);
  }
  a.categorylink.cat-1st{
    color: #808080;
    background: rgba(var(--main-text-rgb), 0.15);
  }
  a.categorylink.cat-1st_monster{
    color: #8d93c8;
    background: rgba(var(--main-text-rgb), 0.15);
  }
  a.categorylink.cat-2nd{
    color: #1e87cd;
    background: rgba(var(--main-text-rgb), 0.15);
  }
  a.categorylink.cat-2nd_monster{
    color: #70991f;
    background: rgba(var(--main-text-rgb), 0.15);
  }
  a.categorylink.cat-3rd{
    color: #24b39b;
    background: rgba(var(--main-text-rgb), 0.15);
  }
  a.categorylink.cat-3rd_monster{
    color:#fff; 
    background: rgba(var(--main-text-rgb), 0.15);
  }
  a.categorylink.cat-reboot{
    color: #ff667d;
    background: rgba(var(--main-text-rgb), 0.15);
  }
  .searchword {
    color:var(--white);
    background: linear-gradient(#e8e3d600 60%, var(--accent) 0%);
  }
footer p.poweredby {
  color: var(--dark-accent);
}
.onelogbox q.decorationQ {
    display: block;
    background: var(--accent-rgba);
    border-left: 2px solid var(--accent);
    color: var(--dark-text-color);
}
.deco-hr {
    border-top: 1px solid var(--main-text-color);
}
}