@charset "UTF-8";
h1, h2, h3, p { margin: 0; padding: 0; }

/*html { background: #f3f3f3; font-size: 10px; font-weight: 400; font-family: sans-serif; }

@media (max-width: 524px) { html { font-size: 2.667vw; } }

body { margin: 0; color: #333; }

a { color: #0061b6; }

a:hover { text-decoration: none; }*/

* { box-sizing: border-box; }

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


/* コンテンツエリア */
section{
	max-width: 110rem;
	margin: 0 var(--margin-base);
}

section:last-of-type{
	margin-bottom: 0;
}


/* 画像保存をしにくくする設定（不要なら削除OKここから） */
/*.text-tlog a.imagelink,
.text-tlog img.embeddedimage, */
.text-tlog .cemoji img {
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
/* 画像保存をしにくくする設定（ここまで） */

/* ボックスの中 */
.box-tlog {
/*	padding: var(--margin-base);
	background-color: var(--color-light-opa); 
	border-radius: var(--border-radius);   */
}

.box-tlog h2{
    padding-top: 0em;
	margin: 2rem 3rem 0;
    font-size: 3em;
    font-weight: 600;
    border-bottom: solid 1px var(--color-main);
    font-family: 'Gidugu', sans-serif;
    line-height: 1;
}

.box-tlog h2:first-letter{
	color: var(--color-main);
}


.box-tlog h2>i {
    	font-size: 0.5em;
        margin:0 6px 0 0 ;
    text-align:center;

}

.box-tlog p + h2,
.box-tlog ul + h2,
.box-tlog dl + h2{
	margin-top: 1.5em;
}

.box-tlog h3{
	padding-bottom: 0.2em;
	width: fit-content;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: solid 1px var(--color-accent);
}

.box-tlog h3:first-letter{
	color: var(--color-accent);
}

.box-tlog p + h3,
.box-tlog ul + h3,
.box-tlog dl + h3{
	margin-top: 2.2em;
}

.box-tlog > p{
	margin: 1.4em 0;
}

/*.box-tlog > div{
	margin: 2em 0;
}*/

.box-tlog > *:first-child{
	margin-top: 0;
}

.box-tlog > *:last-child{
	margin-bottom: 0;
}

.box-tlog strong{
	font-weight: 600;
	background: linear-gradient(transparent 60%, var(--color-marker) 60%);
}

.text-tlog a{
	text-decoration: none;
	font-weight: 600;
}

.text-tlog a::after{
	margin-left: 0.2em;
	font-family: var(--font-icon);
	font-weight: 900;
}

.text-tlog { max-width: 100%; }

.text-tlog img {
    max-width: 100%; height: auto;
    object-fit: contain;
}

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

.text-tlog a.imagelink img {
    border: solid 1px var(--color-main);
}

.wrapper {/* display: grid; */ grid-template-columns: 1fr; grid-template-rows: 1fr 5rem; max-width: 525px; min-height: 100vh; margin: 0 auto; }

.footer { width: 100%; color: #333; }

.footer .inner { display: flex; justify-content: right; align-items: center; height: 100%; padding: 0.75rem 3rem 2.25rem; }

@media (max-width: 524px) { .footer .inner { padding: 1.5rem 3rem; } }

.footer .text { line-height: 1; font-size: 1.2rem; }

.footer .text a { color: #0061b6; }

.main { width: 100%; min-height: calc(100vh - 5rem); padding: 0 ; background-color: var(--color-light-opa2);} /* padding上だけ詰め */

.main .inner { display: flex; flex-direction: column; justify-content: space-between; width: 100%; min-height: 100%; }

.main .block { display: flex; flex-direction: column;  width: 100%; padding: 3rem; }
/* 	background: #ffffffEE; box-shadow: 0.7rem 0.7rem 0 #e5e5e5; */

.main .block .head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; }

.main .block .head .categories { padding-bottom: 2.25rem; font-size: 1.2rem; }

.main .block .head .categorylink { display: inline-block; margin-right: 1em; }

.main .block .head .categorylink::before { content: "#"; }

.main .block .head .date { padding-bottom: 2.25rem; font-size: 1.2rem; text-align: right; }


.main .block .tfoot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; }

.main .block .tfoot .categories { padding-top: 2.25rem; font-size: 1.2rem; }

.main .block .tfoot .categorylink { display: inline-block; margin-right: 1em; }

.main .block .tfoot .categorylink::before { content: "#"; }

.main .block .tfoot .date { padding-top: 2.25rem; font-size: 1.2rem; text-align: right; }


.main .block .body .readmorebutton { margin-top: 0.75rem; }

.main .block .body .readmoreopen::before { content: "▼"; }

.main .block .body .readmoreclose { display: block; }

.main .block .body .readmoreclose::before { content: "▲"; }

/*.main .block + .block { margin-top: 3rem; }  投稿間のマージン*/

.main .title { padding: 1.5rem 0 3rem; letter-spacing: 0.05em; line-height: 1; font-size: 2.8rem; text-align: center; color: #4a4a4a; }

.main .text { line-height: 1.929em; font-size: 1.4rem; }

.main .note { line-height: 1.667em; font-size: 1.2rem; }

.main .pager { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 3rem 0; line-height: 1.929em; font-size: 1.4rem; }

.main .pager > a { display: flex; justify-content: center; align-items: center; background: #80b0db; min-width: 1.929em; padding: 0 0.5em; text-decoration: none; color: #fff; }

.main .pager > a.pagenumhere { background: transparent; font-weight: 700; color: #333; pointer-events: none; }

.main .pager > a:hover { background: #0061b6; }

.main .pager > a + a { margin-left: 1.5rem; }

.main .pager + .foot { margin-top: auto; }


.header { width: 100%; padding: 0 ; background-color: var(--color-light-opa2); margin-bottom :1em;} /* padding上だけ詰め */

.header .inner { display: flex; flex-direction: column; justify-content: space-between; width: 100%; min-height: 100%; }

.header .block { display: flex; flex-direction: column;  width: 100%; padding: 3rem; }

hr.gap { padding: 0 3em; color: var(--color-base);}

.Login-Required {
}

.onelogbox .editlink,
.onelogbox .delitelink {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 70%;
    background-position: center center;
}

/* QUICK POST-------------------- */
.postform {
    padding: 1rem 0;
    border-top: 1px solid var(--color-mgrey);
}

.postform .line-textarea {
    margin-bottom: 1rem;
}

/* 本文入力 */
.postform .tegalogpost {
    width: 100%;
    min-height: calc(5rem + 32px);
    padding: 16px;
    border: none;
    border-radius: 8px;
    background-color: var(--color-lgrey);
    overflow-wrap: break-word;
    overflow: auto;
}

/* プレースホルダ(※入力文字数がゼロの際にだけ見える薄文字)の装飾 */
textarea.tegalogpost:placeholder-shown {color: #777;}/* 通常時 */
textarea.tegalogpost:focus:placeholder-shown {color: #bbb;}/* カーソルが入ったとき */
textarea.tegalogpost:-ms-input-placeholder {color: #aaa;}/* for IE */

.line-control {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}



/* 投稿ボタン */
.postbutton {
    display: block;
    font-size: 16px;
    color: var(--color-wh)!important;
    padding: 8px 24px;
    border-radius: 999px;
    background-color: var(--color-accent);
}

/* 文字装飾ボタン群 */
/* 掲載領域全体 */
.decoBtns {
    display: inline-block;
    margin-top: 0.5em;
}

/* 全ボタン装飾 */
.decoBtns input {
    margin: 2px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: 0.3s;
    /* マウスホバー時のアニメーション */
}

.decoBtns input:hover {
    background-color: var(--color-mgrey);
}

/* 強調  :E */
.decoBtnE {
    font-weight: bold;
    font-style: italic;
    color: var(--color-accent)!important;
}

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

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

/* 下線  :U */
.decoBtnU {
    text-decoration-line: underline;
    text-decoration-style: double;
    text-decoration-color: var(--color-accent)!important;
}

/* 取消線:D */
.decoBtnD {
    color: var(--color-grey)!important;
    text-decoration-line: line-through;
}

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

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

/* 画像 ファイル選択 */
input[name="upload_file"] {
    border: 1px solid var(--color-grey)!important;
}

/* チェックボックスの間隔を調整 */
.catChecks label {
    margin-right: 8px;
}

/* ================================================================ */
/* てがろぐVer 4.5.5β以降で使える、カード型リンク用CSSの抜粋です。 */
/* お使いのスキンのCSSに追記するなどしてご活用下さい。              */
/* ================================================================ */

	/* ---------------------- */
	/* ▼カード型リンクの装飾 */
	/* ---------------------- */
	.cardlink {
		display: inline-block;
		width: 100%;
		max-width: 500px;               /* 最大幅 (※横幅を制限したくない場合はこれを削除して下さい) */
		padding: 0 0.25em 0.5em 0;      /* 内側の余白量 */
		font-size: 0.9rem;              /* 文字サイズ */
		text-decoration: none;          /* リンク文字の下線を消す */
		vertical-align: middle;         /* 行内の上下方向では中央配置 */
	}

		/* ------------------------------------- */
		/* リンクカードの装飾(サイズS/L共通部分) */		/* ※後述の「サイズS用の追記」や「サイズL用の追記」と合わせて、1つのカードデザインになります。 */
		/* ------------------------------------- */
		/* カード外枠 */
		.cardlinkbox {
			border: 1px solid #ccc;    /* 枠線 */
			border-radius: 7px;        /* 角丸 */
			background-color: white;   /* 背景色 */
			display: flex;             /* 内部レイアウトのFlexbox化 */
		}
		/* (マウスが載ったとき) */
		.cardlinkbox:hover {
			background-color: #f5fff5; /* 背景色 */
			border-color: #8c8;        /* 枠線色 */
		}
			/* ▽リンクカード内の画像枠 (※読み込まれたog:imageは、この枠に《背景画像として》描画されます) */
			.cardlinkimage {
				background-image: linear-gradient(-30deg, #8a8, #e0f0e0);  /* プレースホルダ的な背景グラデーション(※og:imageの画像指定が読み込まれたら、この値は上書きされます) */
				background-size: cover;             /* 背景画像で枠を埋める */
				background-position: center center; /* 背景画像を中央に寄せる */
				background-repeat: no-repeat;       /* 背景画像を繰り返さない */
			}
			/* ▽リンクカード内のテキスト枠 */
			.cardlinktextbox {
				display: flex;          /* Flexbox化 */
				flex-direction: column; /* 子要素を縦方向に並べる */
				padding: 0.5em 1em;     /* 内側の余白量 */
			}
				/* ▽リンクカードのテキスト枠内の3要素共通 */
				.cardlinktitle,
				.cardlinkdescription,
				.cardlinkurl {
					/* ↓表示行数を制限するための準備 (※システム側では文字数は制限せずに「記述されている全文字」をHTMLに出力しますので、表示分量を制限したい場合はCSSで制御する必要があります。) */
					display: -webkit-box;          /* -webkit-line-clampを使うために必要な記述1 ※A */
					-webkit-box-orient: vertical;  /* -webkit-line-clampを使うために必要な記述2 ※A */
					overflow: hidden;              /* 表示量を制限する場合に必須の記述 */
					/* ↓制限の仕様 */
					line-clamp: 1;                 /* 1行だけ見せる (将来的にはこれだけで実現可能かも) */
					-webkit-line-clamp: 1;         /* 1行だけ見せる (今のブラウザにはこちらが必要で、そのためには上記「※A」も必要) */
					text-overflow: ellipsis;       /* 省略記号(三点リーダー) */
				}
				/* リンクタイトル */
				.cardlinktitle {
					padding-bottom: 0.25em;        /* 内側下端の余白量 */
				}
				/* リンク概要文 */
				.cardlinkdescription {
					line-height:1.3;               /* 行の高さ */
					color:#555;                    /* 文字色 */
					line-clamp: 2;                 /* (既存指定の上書き) 最大2行まで見せる */
					-webkit-line-clamp: 2;         /* (既存指定の上書き) 最大2行まで見せる */
				}
				/* リンクドメイン */
				.cardlinkurl {
					color: #999;                   /* 文字色 */
				}

		/* ----------------------------------- */
		/* リンクカードの装飾(サイズS用の追記) */		/* 前述の「サイズS/L共通部分」と合わせて、1つのカードデザインになります。 */
		/* ----------------------------------- */
		.cardsize-S {
			flex-direction: row;                /* 画像とテキストは横に並べる(Flexbox) */
		}
			/* ▽リンクカード内の画像枠 */
			.cardsize-S .cardlinkimage {
				min-width: 100px;           /* 最小の横幅 */
				min-height: 100px;          /* 最小の高さ */
				border-radius: 6px 0 0 6px; /* 左側だけ角丸 */
				flex-shrink: 0;             /* 枠サイズを自動縮小させない */
			}
			/* ▽リンクカード内のテキスト枠 */
			.cardsize-S .cardlinktextbox {
				border-left: 1px solid #ccc; /* 左側の枠線 */
				justify-content:center;      /* Flexboxの上下方向での中央寄せ */
			}
				/* ▽リンクカードのテキスト枠内の3要素 */
				.cardsize-S .cardlinktitle { order: 2; }        /* タイトルは、2番目に表示 */
				.cardsize-S .cardlinkdescription { order: 3; }  /* 概要文　は、3番目に表示 */
				.cardsize-S .cardlinkurl { order: 1; }          /* ドメインは、1番上に表示 */

		/* ----------------------------------- */
		/* リンクカードの装飾(サイズL用の追記) */		/* 前述の「サイズS/L共通部分」と合わせて、1つのカードデザインになります。 */
		/* ----------------------------------- */
		.cardsize-L {
			flex-direction: column;             /* 画像とテキストは縦に並べる(Flexbox) */
		}
			/* ▽リンクカード内の画像枠 */
			.cardsize-L .cardlinkimage {
				aspect-ratio: 1.91 / 1;     /* 画像枠の縦横比を指定= (横)1.91：(縦)1 */
				width: 100%;                /* 横幅は枠最大に拡げる */
				height: auto;               /* 高さは自動計算 */
				border-radius: 6px 6px 0 0; /* 上側だけ角丸 */
			}
			/* ▽リンクカード内のテキスト枠 */
			.cardsize-L .cardlinktextbox {
				border-top: 1px solid #ccc; /* 上側の枠線 */
			}
				/* ▽リンクカードのテキスト枠内の3要素 */
				.cardsize-L .cardlinktitle { font-weight: bold; }        /* 太字 */
				.cardsize-L .cardlinkdescription { min-height: 2.5em; }  /* 内容量が少ない場合でも一定の高さを確保 */
				.cardsize-L .cardlinkurl {
					border-top: 1px solid #ddd;  /* 上側の枠線 */
					margin-top:0.5em;            /* 上側の枠線より上の余白量 */
					padding-top:0.5em;           /* 上側の枠線より下の余白量 */
					font-size:0.75rem;           /* 文字サイズ(小さめ) */
				}

img.nsfw, .thumbnails a[data-flag*="nsfw"] img {
    filter: blur(10px);
	clip-path: inset(0 round 5px);
}
