@charset "utf-8";
.headcontrol {
    list-style: none;
    display: block;
    width: 40px;
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 5px;
    right: 0px;
    z-index: 100;
}
.headcontrol a:link,
.headcontrol a:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 1px;
    background-color: #c3cdee33;
    border: 1px solid #a0a8c377;
    border-radius: 3px;
    color: #a0a8c3;
    opacity: 0.5;
    transition: all 0.3s;
}
.headcontrol a:hover {
    background-color: #c3cdee;
    border: 1px solid #a0a8c377;
    color: #fff;
    opacity: 1;
}

.postarea form {
    background: #f6f6f6;
    padding: 10px;
}
.postarea textarea.tegalogpost {
    width: 97%;
    border: 1px solid #ccc;
    padding: 8px;
    font-family: 'メイリオ', Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    line-height: 1.6em;
}
.postarea p.line-textarea {
    margin: 0;
}
.postarea p.line-control {
    margin: 10px 0 0;
}
.postarea input.postbutton {
    background: #0099ff;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 20px;
    cursor: pointer;
    transition: .3s;
}
.postarea input.postbutton:hover {
    background: #0099ff;
}
.decoBtns input[type=button] {
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: white;
    margin: 0 2px 10px;
    padding: 1px 6px;
}
span.catChecks label {
    margin-right: 5px;
    font-size: 90%;
}

.datelistarea,
.hashtaglistarea {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    list-style: none;
    border: 1px solid #d6d6d6;
    margin: 10px 0;
    padding: 15px;
    border-radius: 2px;
}
.searcharea {
    margin: 16px 0;
    padding: 15px;
    border: 1px dotted #d6d6d6;
    border-radius: 2px;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.categoryarea {
    margin: 10px 0;
    padding: 0;
}
.cornertitle {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
    color: #ffb500;
}
ul.cattree {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;    
}
ul.cattree li {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: auto;
    height: 20px;
    margin: 0 5px 6px 0;
    padding: 2px 10px;
    background-color: #ffb500;
    border-radius: 3px;
}
ul.cattree li a {
    white-space: nowrap;
    color: #fff; 
    font-size: 14px;   
}
ul.cattree li > span.num {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
ul.cattree li > span.num::before {
    content: "：";
}
ul.hashtaglist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}
ul.hashtaglist li {
    font-size: 90%;
    margin-right: 10px;
    padding: 0;
    position: relative;
    z-index: 2;
}

ul.cattree .depth2 {
    display: none;
    padding: 0;
    border: none;
    border-radius: 0;
    left: 8px;
}
ul.cattree .depth2 li {
    display: none;
    font-size: 85%;
    white-space: nowrap;
}
ul.cattree li:before, ul.cattree li:after,
ul.hashtagpulllist li:before, ul.hashtagpulllist li:after,
ul.hashtaglist li:before, ul.hashtaglist li:after {
    display: none;
}

.datelimitboxoptions {
    font-size: 0.9em;
    display: flex;
}
span.datelimitboxoptions > label {
    margin-right: 0.5em;
    display: flex;
    align-items: center;
}
input[type="radio"] {
    display: inline-block;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #979797;
    border-radius: 50%;
    vertical-align: baseline;
    appearance: none;
    -webkit-appearance: none;
}
input[type="radio"]:checked {
    border: 3px solid #0099ff;
}

.datelimitbox select,
.hashtagpullbox select {
    width: 11.55rem;
}

.datelimitbox,
.datelimitbox select,
.hashtagpullbox,
.searchbox,
.searchinputs {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.queryinput {
    font-size: 16px;
    padding: 1px 4px;
    width: 11em;
    height: 22px;
    border:solid #ccc;
    border-width:  1px 0 1px 1px;
    border-radius: 0;
}

.datelimitbox .submitbutton,
.hashtagpullbox select,
.hashtagpullsubmit,
.searchbox .submitbutton {
    padding: 0 10px;
    height: 26px;
    border: 1px solid #aaa;
    background-color: #aaa;
    border-radius: 0;
    font-size: 14px;
    color: #f0f0f0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.datelimitbox .submitbutton:hover,
.hashtagpullsubmit:hover,
.searchbox .submitbutton:hover {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    font-size: 14px;
    color: #979797;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchword {
    font-weight: 400;
    background-color: yellow;
}
div.onelogbox {
/*    max-width: 520px; */
    margin: 0 auto 20px;
}
span.realTime {
    display: none;
	text-align: right;
}
.postdate {
	display:initial;
}
p.oneloginfo {
    margin: 0.7em 0;
    text-align: right;
    font-size: 12px;
	color: #979797;
}
p.oneloginfo a.categorylink {
    display: inline-block;
    text-decoration: none;
    color: #ffb500;
    margin-left: 3px;
}
p.oneloginfo a.categorylink:hover {
    text-decoration: underline;
    color: #ffe299;
}

p.situation {
    font-size: 90%;
    color: #979797;
    margin: 0;
}
span.situation-postno {
    visibility: hidden;
}
span.situation-catname {
    font-size: 1em;
    color: #444;
}
p.dateseparator {
    display: none;
    font-size: 90%;
    color: white;
    background: #ccc;
    width: fit-content;
    padding: 3px 5px;
    line-height: 1.6em;
    margin: 0 auto -20px 0;
}
p.dateseparator.fixedseparator {
    display: block;
}
.pagelinks {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin: -40px auto 0;
    font-size: 14px;
    line-height: 1.2;
}
.prevlink {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 50%;
    text-align: end;
}
.prevlink::after {
    font-family: bootstrap-icons;
    content: "\F280";
    height: 16px;
}
.nextlink {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
    text-align: start;
}
.nextlink::before {
    font-family: bootstrap-icons;
    content: "\F27F";
    height: 16px;
}
.linkseparator {
    visibility: visible;
    padding: 0;
}
div.pagenavi {
    margin-top: 10px;
    padding-bottom: 10px;
}
p.pagenums {
    text-align: center;
    margin: 0;
}
a.pagenumlink {
    text-decoration: none;
    font-size: 14px;
    color: #ffb500;
    padding: 0 0.2em;
}
a.pagenumlink:hover {
    color: #ffe299;
}
a.pagenumlink.pagenumhere {
    font-size: larger;
    font-weight: 500;
    color: #997c2b;
}
a.readmorebutton {
    width: 100%;
    margin: 5px auto;
    padding: 2px 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: #979797;
    font-size: small;
}
a.readmorebutton.readmoreclose {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    padding: 0 8px;
    margin-left: 0;
    content: "\A";
    white-space: pre;
}

div.utilitylinks ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    background: #f0f0f0;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 2px;
    font-size: 90%;
}
div.control-links {
    margin-bottom: 1rem;
    width: 95%;
    text-align: center;
}
p.poweredby {
    margin: 0;
    text-align: center;
    color: #929292;
    font-size: 12px;
}
div.comment {
    text-align: left;
    hanging-punctuation: last allow-end;
}
div.comment img {
    max-width: 520px;
    height: auto;
    margin: 3px 0 0 0;
}

a.imagelink {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.imagelink + br {
    display: none;
}
.editlink {
    margin-left: 4px;
}
.taglink {
    display: none;
}

/* ▽ユーザIDのリンクの前につける装飾（Re:>>No.1の様に表示する） */
.postidlink::before {
    font-weight: 500;
    content: "＞";
}

/* 汎用文字装飾 */
/* B:太字(Bold) */
.decorationB {
    font-weight: bold;
}
/* D:削除(Delete) */
.decorationD {
    color: #aaa;
    text-decoration-line: line-through;
    text-decoration-color:#ffb500;
}
/* E:強調(Emphasis) */
.decorationE {
    font-style: normal;
    font-weight: bold;
}
/* I:斜体(Italic) */
.decorationI {
    font-style: italic;
}
/* Q:引用(Quote) */
.decorationQ {
    margin: 1em 0.3em 1em 1em;
    padding: 1em;
    border-left: 5px double;
    background-color: #f0f0f0;
    color: #c3cdee;
    font-size: 0.9em;
    line-height: 1.6;
    display: block; /* ※Ver 2.2.0以降必須の記述 */
}
.decorationQ::before,
.decorationQ::after {
    content: '';
}
.decorationQ + br {
    display: none;
}
/* S:小文字(Small) */
.decorationS {
    font-size: 0.75em;
}
/* T:極小文字(Tiny) */
.decorationT {
    font-size: 0.625em;
}
/* U:下線(Underline) */
.decorationU {
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: #979797;
}
/* 自由装飾 */
.deco-headline3 {
    font-size: 1.125em;
    font-weight: 600;
	color: #534439;
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	border-left: 1px solid #baa89b;
	border-bottom: 1px solid #baa89b;
	border-radius: 0 0 0 5px;
}
.deco-headline4 {
    font-weight: 500;
    color: #baa89b;
    width: 100%;
    margin-bottom: 0.25em;
}
.deco-headline5 {
	font-size: 1em;
    display: inline-block;
	width: 97%;
	margin: 4px 0;
	padding-left: 2px;
    border-bottom: 1px dashed #ccc;
}
.deco-headline5::before {
    font-family: bootstrap-icons;
    content: "\F5B2";
    color: #0099ff;
    margin-right: 2px;
    position: relative;
    top: 2px;
}
.deco-timestamp {
    font-size: 12px;
	float: right;
    color: #979797;
}
/* キャラクター誕生日時 */
.deco-birthTime {
    display: none;
}
/* 傍点 */
.deco-dotmark {
    -webkit-text-emphasis: filled dot;
   text-emphasis: filled dot;
}
/* 中央揃え */
.deco-naka {
	display: flex;
    justify-content: center;
}

/* 縦書きCSS */
.ttgk {
    padding-bottom: 10px;
}
.deco-tategaki {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    column-count:auto;
    column-fill: auto;
    column-width: 352px;
    column-rule: 1px dotted #ccc;
    column-gap: 64px;
    width: 800px;
    height: 352px;
    box-sizing: border-box;

}
/* 縦書きエンドマーク */
.deco-endmark {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
}
/* 縦中横 */
.deco-tcy {
    text-combine-upright: all;
}
/* .deco-continue::before { */
    /* font-family: bootstrap-icons; */
    /* content: "\F285"; */
    /* font-size: 14px; */
    /* font-weight: 600; */
    /* vertical-align: bottom; */
/* } */

/* 複数画像配置 */
.deco-multiple {
    display: block;
    margin-top: 12px;
    width: 506px;
    height: auto;
    border-radius: 16px;
    box-sizing: border-box;
}
.deco-innerPict {
    display: flex;
    width: 251px;
    height: 140.75px;
    object-fit: cover;
}
/* はじめに画像隠し */
.deco-hyde {
	display: none !important;
}

/* movie */
.deco-movie {
    display: inline-block;
    width: 100%;
    text-align: center;
}
/* glightboxキャプション非表示 */
/* .glightbox-clean .gslide-description,
.gslide-description.description-bottom,
.gslide-title { display: none !important;} */

.embeddedpictbox  {
    margin: 0;
    padding: 0 0 1em 0;
}
img.embeddedimage {
    max-height: 720px;
    width: auto;
}
.video .embeddedimage {
	display: block;
}
.nsfw .embeddedimage {
    display: block;
}
/* .imagelink.nsfw {
	display: contents;
} */
figcaption {
    display: none;
}
/* 新着 */
span.newsign {
    color: #ffb500;
    font-size: 14px;
}
/* 新着要素が無いとき非表示 */
span.newsign:empty {
    display: none;
}
/* 先頭固定 */
.fixed::before {
    font-size: 14px;
    color: #ffb500;
    font-family: bootstrap-icons;
    content: "\F4EC";
    position: relative;
    top: 3px;
}

/* Twitterシェアボタン */
.share {
    margin-left: 6px;
}
/* Twitter埋込サイズ縮小 */
/* max-width: 350px !important; */
.twitter-tweet {
    margin: auto;
 }
 .subarea {
	width: 780px;
	margin: 0 auto;
}

/* 音声再生コントローラー */
.plyr--audio {
    width: 100%;
    position: fixed !important;
    bottom: 0;
    right: 0;
    padding: 0 27% !important;
}
.plyr--audio > .plyr__controls {
    box-shadow: 0 -5px 3px -3px #aaaaaaa6;
}

/* メディアクエリー */
@media screen and (max-width: 834px) {
    body {
        font: normal 14px/1.55 'Noto Sans JP',sans-serif;
    }
    div.comment {
        width: 100%;
        margin: 0 auto;
    }
    div.comment img {
        max-width: 100%;
    }

    p.oneloginfo a.categorylink {
        font-size: 12px;
    }

    /* 縦書きCSS */
    .deco-tategaki {
        width: 95%;
    }
    .subarea {
		width: 100%;
	}
    ul.cattree {
        justify-content: flex-start;  
    }

    .video .embeddedimage {
        display: none;
    }    
    
    .video .imagelink {
        margin-bottom: 4px;
        padding: 4px;
        aspect-ratio: 16 / 9;
        width: 98%;
        height: auto;
        background-color: #ffe299;
        background-image: url("img/play.png");
        background-size: 100% 100%;
    }
    .nsfw .embeddedimage {
        display: none;
    }
    .imagelink.nsfw {
        display: inline-block;
        margin-top: 4px;
        padding: 4px;
        aspect-ratio: 16 / 9;
        width: 97.6%;
        height: auto;
        background-color: #ffe299;
        background-image: url("img/play.png");
        background-size: 100% 100%;
    }
    /* 音声再生コントローラー */
    .plyr--audio {
        width: 100%;
        position: fixed !important;
        bottom: 0;
        right: 0;
        padding: 0 !important;
    }
    .plyr--audio > .plyr__controls {
        padding: 10px 1em !important;
        box-shadow: 0 -5px 3px -3px #aaaaaaa6;
    }
}    
