/*
Theme Name: Konton-Giga
Theme URI: https://chaos-giga.com/
Template: cocoon-master
Author: Child Theme Configurator
Version: 1.0.1723783486
Updated: 2024-08-16 04:44:46

*/

.setsumei {
display: none;	
}

/* サイト全体 */
a {
	text-decoration: none!important;
}
a:hover {
	text-decoration: none!important;
}
.content {
	margin-top: 0;
}
.main {
	background-color: #f5f5f5;
	padding: 0;
}
hr {
	border: 0;
	background: #f0b200;
	border-bottom: 2px solid #f0b200;
	height: 1px;
	margin: 30px 0;
}

/* インデックス */
@media only screen and (max-width: 769px) {
	.index-tab-buttons .index-tab-button {
		width: 32%;
	}
}
#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] {
	border-radius: 10px;
	background-color: #f0b200;
    border: 1px solid #f0b200;
	color: #333;
}
.index-tab-buttons .index-tab-button {
	border-radius: 10px;
}
.page-numbers {
	line-height: 46px;
}
.ect-vertical-card.ect-tile-card .a-wrap {
	margin: 5px;
	width: calc(49.5% - 10px);
	padding: 0;
	border-radius: 15px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.ect-vertical-card.ect-tile-card .a-wrap:hover {
	background-color: rgba(240, 178, 0, 0);
	color: #f0b200;
	border: 1px solid #999;
}
.ect-vertical-card .entry-card-wrap .entry-card figure span {
	display: none;
}
.entry-card-title {
	margin: 0;
	padding: 5px 10px 10px;
	font-size: clamp(13px, 2.7vw, 22px);
}
.ect-vertical-card .entry-card-wrap .entry-card-meta {
	display: none;
	position: absolute;
    right: -50px;
    top: 10px;
    transform: rotate(45deg);
    overflow: hidden;
    background: #f0b200;
    color: #000;
    width: 169px;
    height: 50px;
    line-height: 28px;
    font-size: 2em;
    margin: 0;
    text-align: center;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
@media only screen and (max-width: 769px) {
	.ect-vertical-card .entry-card-wrap .entry-card-meta {
		height: 30px;
		font-size: 1.5em;
		padding-left:10px;
	}
}

.e-card-info {
	display: unset;
}
span.post-comment-count {
	padding: 0;
	margin-right: 0;
}
.fa-comment-o:before {
    display: none;
}
span.post-comment-count::after {
	content: "レス";
    font-size: .75em;
	padding-left: 1px;
}
.pagination-next-link {
	display: none;
}


/* ヘッダー */
.navi-in > ul li {
	width: auto;
}
#navi .navi-in a {
	color: #333;
	font-weight: bold;
	padding: 0 1em;
	font-size: 14px;
}
@media screen and (max-width: 1023px) {
	#navi-menu-content {
		padding: 0 1em;
	}
	#header-container {
		display: none;
	}
	.mobile-header-menu-buttons {
		background-color: #f0b200;
		color: #fff;
	}
	.mobile-menu-buttons .menu-button > a {
		color: #fff;
	}
	.mobile-header-menu-buttons {
		box-shadow: 0 0 0px darkgrey;
	}
	.mobile-header-menu-buttons .search-menu-button label {
		display: none;
	}
	.mobile-header-menu-buttons .widget h2 {
		color: #333;
	}
}

/* 通知エリア */
#notice-area {
	font-weight: bold;
}

/* アピールエリア */
.appeal-content {
	display: flex;
	flex-wrap: nowrap;
    align-items: center;
}
.gigako-appeal {
	width: 130px;
	height: 130px;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(https://chaos-giga.com/wp-content/uploads/2024/11/gigako-twitter.png);
}
.appeal-message {
	padding: 0 1em 0;
}

/* ヘッダーリンク（忍者） */
.ad-wrap .ninja-recommend {
	width:100%!important;
}
.ad-wrap .ninja-recommend.horizontal li.ninja-recommend-article {
	width:100%!important;
	border-top: dotted 1px #ddd;
	margin: 5px 0!important;
	padding: 5px!important;
}
.ad-wrap .ninja-recommend.horizontal li.ninja-recommend-article:last-of-type {
	border-bottom: dotted 1px #ddd;
}
.ninja-recommend.image-frame .ninja-recommend-article .ninja-recommend-article-image-box {
	display: flex;
    justify-content: center;
    align-items: center;
}
/* ヘッダーリンク（スマホ表示） */
ul.header-links-list>li:nth-child(n+13) {
    display: none;
  }
.header-links-container {
	width: 100%;
}
ul.header-links-list {
	padding: 0;
	list-style-type: none;
}
li.link-article {
	display: flex;
  flex-wrap: wrap;
	width: 100%;
	border-top: dotted 1px #ddd;
	margin: 0;
	padding: 5px;
}
.link-image-box {
	max-width: 150px;
	width: 30%;
	aspect-ratio: 5 / 3;
}
.link-text-box {
	width: 70%;
	padding-left: 1em;
	aspect-ratio: 12 / 3;
	overflow: hidden;
}
.header-link {
	display: block;
	height: 100%;
	font-weight: bold;
	color: #333;
}
.header-link img {
	object-fit: cover;
	height: 100%;
}

/* サイドバー */
#sidebar {
	background-color: #333;
}
.sidebar {
	border-radius: 0;
}
#sidebar h3.widget-title {
	background-color: #333;
	border-bottom: 2px solid #fff;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 5px;
	font-size: 1em;
}
#sidebar .ninja-recommend,#sidebar .ninja-recommend.image-frame .ninja-recommend-article,.ninja-recommend.image-frame .ninja-recommend-article .ninja-recommend-article-image-box,#sidebar .ninja-recommend-article-image-box a img,
.t_ol .ninja-recommend,.t_ol .ninja-recommend.image-frame .ninja-recommend-article,.ninja-recommend.image-frame .ninja-recommend-article .ninja-recommend-article-image-box,.t_ol .ninja-recommend-article-image-box a img  {
	    width: 100% !important;
}

.ninja-recommend-article-image-box a img {
	object-fit: cover;
}
.ninja-recommend.image-frame .ninja-recommend-article-text-box .ninja-recommend-article-link {
	text-decoration: none;
}
.ninja-recommend .trademark_wrap {
	display: none!important;
}

.card-title-bold .card-title {
    font-size: .8em;
}

@media screen and (max-width: 1235px) {
	.sidebar-left .sidebar {
		margin: 0;
	}
}

/* コメントウィジェット */
.widget_recent_comments li {
	padding: 0;
}
.recent-comments dd {
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}
.recent-comments .recent-comment-author {
	display: none;
}
.recent-comments .recent-comment-content {
	padding: 10px;
}
.recent-comments .recent-comment-content span {
	display: none;
	width: 100%;
	text-align: right;
	font-size: .8em;
}
.recent-comments .recent-comment-content a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.recent-comments .recent-comment-title a {
	display: inline-block;
	width: 100%;
	font-size: .8em;
	text-decoration: none;
	margin: 0.5em 0;
	color: #f0b200;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recent-comment-date {
    text-align: right;
    font-size: .8em;
    color: #fff;
}

/* フッター */
#footer {
	background-color: #333;
}
.footer {
	margin-top: 0;
}
.footer p {
	font-size: 13px;
}
#footer a:not(.sns-button) {
	color: #f0b200;
	background-color: rgba(255,255,255,0);
	text-decoration: none;
}
#footer a:not(.sns-button):hover {
	color: #f0b200;
	background-color: rgba(255,255,255,0);
	text-decoration: none;
}
#footer h3.widget-title {
	border-bottom: 2px solid #f0b200;
	margin-bottom: .5em;
	font-size: 1.17em;
}
#custom_html-19 p span {
	font-weight: bold;
	color: #f0b200;
}
#custom_html-31 #blz_rank_1026_4119 tr:hover {
	opacity: 1 !important;
}
#custom_html-31 #blz_rank_1026_4119 a {
	font-family: YuGothic, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
#blz_rank_1026_4119 table {
	margin-bottom: 0!important;
}
#blz_rank_1026_4119 tr:first-child,#blz_rank_1026_4119 tr:last-child {
	display: none;
}
#blz_rank_1026_4119 .powerd {
	display: none!important;
}
.textwidget .underline {
	text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

/* フッター SP */
.footer-mobile {
	padding: 0;
}
.ninja-recommend.horizontal .ninja-recommend-article-image-box {
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer-sp-links .ninja-recommend,.footer-sp-links .ninja-recommend.horizontal li.ninja-recommend-article {
	width: 100%!important;
}
.yoko-scroll .ninja-recommend-article-text-box {
	padding: 5px!important;
}
.yoko-scroll .flickity-viewport .ninja-recommend-article {
	box-shadow: rgba(61, 61, 61, .06) 0 0 0 0;
    -webkit-box-shadow: rgba(61, 61, 61, .06) 0 0 0 0;
    -moz-box-shadow: rgba(61, 61, 61, .06) 0 0 0 0;
}
.yoko-scroll .flickity-viewport .flick_date_share {
	display: none;
}
/* レス１直後ウィジェット */
.between-res-widget h2.widgettitle {
	text-align: center;
	font-weight: bold;
	margin-bottom: .5em;
	padding: 10px;
	background-color: #333;
	color: #fff;
}
.content_title_link .ninja-recommend .ninja-recommend-article .ninja-recommend-article-link {
	color: #333;
	border-bottom: 1px dashed #ddd;
}
.contents-top-news .wprss-feed-meta {
	display: inline-block;
}
.contents-top-news ul {
  padding:0.5em;
  list-style-type:none!important;
}
@media screen and (max-width: 768px){
	.contents-top-news .ninja-recommend-block .ninja-recommend .ninja-recommend-articles .ninja-recommend-article {
		padding: 5px 0 !important;
        margin: 0 !important;
		border-bottom: 2px dotted #ccc;
	}
}

/* コンテンツ上 XとFeedlyリンク */
#x_follow a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
  line-height: 28px;
}
#feedly_follow a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: #87C140;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
  line-height: 28px;
}
/* コンテンツ上 リンク（オリジナル） */
ul.ac-links-list>li:nth-child(n+13) {
	display: none;
}
.ac-links-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	width : 100%;
	margin: 0;
	padding: 0!important;
}
.ac-link-article {
	display: block;
	width: calc(25% - 0.4em);
}
.ac-image-box {
	line-height: 0;
	width: 100%;
    height: 130px;
    overflow: hidden;
}
.ac-image-box .ac-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.ac-link-article a {
	display: block;
	width: 100%;
	height: 100%;
}
.ac-link-text-box a {
	padding: .5em;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.ac-link-text-box .ac-link {
	line-height: 1.2em;
	text-decoration: none;
}
@media screen and (max-width: 768px){
	ul.ac-links-list>li:nth-child(n+7) {
    display: none;
  }
	.ac-link-article {
		width: calc(50% - 0.4em);
	}
}

/* アイキャッチ画像  */
.eye-catch-wrap {
	background-color: #000;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

.eye-catch {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-height:250px;
	overflow: hidden;
}
.eye-catch:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.eye-catch img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
h1.eye-catch-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	padding: 3em 2em;
	color: #FFF;
	line-height: 2;
	text-shadow: 3px 4px 3px #000;
}
@media screen and (max-width: 768px){
	.eye-catch-wrap {
		margin: 0 calc(50% - 50vw) 1em;
		width: 100vw;
	}
	.eye-catch {
		max-height: 150px;
	}
	h1.eye-catch-title {
		line-height: 1.8;
	}
}

/* コメント数  */
.comment-info-bar{
	margin: 1em 0;
}
.comment-info-bar a {
	display: inline-block;
	background-color: var(--cocoon-sns-color);
    border-radius: var(--cocoon-basic-border-radius);
	padding: .5em 1em;
	font-size: 16px;
	color: #FFF;
}

/* コンテンツ */
.cat-link {
	background-color: #333;
}
.tag-link {
	border-color: #333;
}

.body .article,.entry-content {
	margin-bottom: 0;
}
.thread_master {
	font-weight: 700 !important;
    color: red !important;
}
.t_h:has(+ .t_b.t_i) {
	position: relative;
	padding-top: 30px;
    padding-left: calc(3em + 20px);
	border-radius: 0;
}
.t_h:has(+ .t_b.t_i)::before {
	content: "";
	position: absolute;
	left: 3em;
	right: 1em;
	top: 0;
	border-top: 5px dotted #ccc;
	padding-top: 10px;
}
.t_b.t_i {
    padding-left: calc(3em + 20px);
}
.t_h {
	background: #fff;
	border-radius: 15px 15px 0 0;
	padding: 20px 20px 10px 20px;
	margin-bottom: 0;
	line-height: 20px;
	font-weight: bold;
}
.t_h span:nth-child(1) {
    margin-left: 0;
}
.t_h span:nth-child(2) {
    display: none;
}
.t_b {
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 0px 20px 20px 20px;
	margin-bottom: 1em;
	font-weight: 600;
	word-break: break-all;
	overflow-wrap : break-word;
}
.t_b:has(+ .t_h.t_i) {
    margin-bottom: 0;
	border-radius: 0;
}
.t_b p {
	line-height: 20px;
}
.t_b p:last-child {
	margin-bottom: 0;
}
.t_b + p {
	margin-bottom: 1em;
	line-height: 0;
}
.t_b .wp-caption {
	background-color: unset;
    border: none;
	margin: 0;
}
.t_b .wp-caption .wp-caption-text:before {
    content: "Image Source：";
}
.t_b .wp-caption .wp-caption-text {
	display: block;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    line-height: 16px;
    color: #333;
}
.t_b .iframe-player {
	width: 100%;
}
.t_pic {
	background: #fff;
	border-radius: 15px;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: 600;
	word-break: break-all;
	overflow-wrap : break-word;
}
.t_mov {
	background: #fff;
	border-radius: 15px;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: 600;
}
.t_ol {
	background: #fff;
	border-radius: 15px;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: 600;
	word-break: break-all;
	overflow-wrap : break-word;
}
.t_ol span.movie_source {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    margin: .5em 0 1em;
    line-height: 16px;
    color: #333;
}
.t_ol span.movie_source:last-child {
	margin-bottom: 0!important;
}
.aa {
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', '梅Pゴシック', sans-serif;
    font-weight: unset !important;
    line-height: 1.1 !important;
}
/* video・iframe表示設定 */
.iframe-player {
	position: relative;
	padding-bottom: 56.25%;
	margin: 0;
	height: 0;
	overflow: hidden;
}
div.iframe-player + div {
	margin: 1em 0;
}
.iframe-player iframe,.iframe-player video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}
.body .video-container {
	max-width:820px;
	margin:0;
}
.video-container .video {
	margin-top:0;
}
.entry blockquote.tiktok-embed {
	margin: 0 auto;
}
.tiktok-embed .iframe-player,.twitter-tweet .iframe-player {
	position: unset;
	padding-bottom: unset;
	margin: unset;
	height: unset;
	overflow: unset;
}
.tiktok-embed .iframe-player iframe,.twitter-tweet .iframe-player iframe {
	position: unset;
	top: unset;
	left: unset;
	width: unset;
	height: unset;
	border:unset;
}
.twitter-tweet {
	margin: 0!important;
}
.dmm_player .iframe-player,.elogch-widget .iframe-player {
	position: unset;
	padding-bottom: unset;
	margin: unset;
	height: unset;
	overflow: unset;
}
.dmm_player .iframe-player iframe,.elogch-widget .iframe-player iframe {
	position: unset;
	top: unset;
	left: unset;
	width: 100%;
  height: 100%;
	border:unset;
}
blockquote.tiktok-embed {
	border: none;
	background-color: unset;
	margin: 0 auto;
}
blockquote.tiktok-embed::before,blockquote.tiktok-embed::after {
	content: none;
}
.youtube-embed {
	margin: 1em 0 1em;
}
/* コメント */
.comment-title {
	margin: 0;
}
#commentform label {
	font-size: 13px;
}
.comment-author-label,.comment-author-separator,.st-comment-datetime,p.comment-notes {
	display: none;
}
.commets-list .fn {
	font-style: normal;
}
.commets-list .comment-author {
	color: green;
	font-weight: bold;
}

.commets-list li.comment {
	background: #fff;
	border-radius: 15px;
	margin-bottom: 1em;
	padding: 20px;
	font-weight: 600;
	word-break: break-all;
	overflow-wrap: break-word;
}
.commets-list li.pingback {
	display: none;
}
.st-comment-content p {
	margin-bottom: 0;
}
.st-comment-content a.comment_img {
    display: block;
}
.comment_attension {
	margin: 0;
    padding: 0 5px;
    font-weight: 600;
    word-break: break-all;
    overflow-wrap: break-word;
}
.commets-list .children {
	list-style: none;
	padding-left: 2.5em;
}
.commets-list h3#reply-title {
	font-size: .8em;
}
.commets-list h3#reply-title small {
    margin-left: 1em;
}
.comment-reply-link {
	border: none;
}
.commets-list .reply {
	margin: .5em 0;
}
li.comment:has(+ ul.children) {
	margin-bottom: 0!important;
	border-radius: 15px 15px 0 0;
}
ul.children {
	margin-bottom: 1em;
	background: #fff;
	border-radius: 0 0 15px 15px;
	li.comment {
		padding: 20px 0px 20px 20px;
	}
	li {
		margin-bottom: 0em!important;
		margin-right:1em;
		border-top: 5px dotted #ccc;
		border-radius: 0!important;
	}
	li:last-child {
		border-radius: 0 0 15px 15px;
	}
	ul.children {
		margin-bottom: 0em;
		li {
			margin-bottom: 0em;
		}
		ul.children {
			margin-bottom: 0em;
			li {
				margin-bottom: 0em;
			}
			ul.children {
				margin-bottom: 0em;
				li {
					margin-bottom: 0em;
				}
				ul.children {
					margin-bottom: 0em;
					li {
						margin-bottom: 0em;
					}
				}
			}
		}
	}
}
/* 返信内ブログカードが小さくなるのを防止（padding-left無視の補正） */
.children .my-card {
    width: calc(100% + 2.5em);
    margin-left: -2.5em;
}
.children .children .my-card {
    width: calc(100% + 5em);
    margin-left: -5em;
}
.children .children .children .my-card {
    width: calc(100% + 7.5em);
    margin-left: -7.5em;
}
.children .children .children .children .my-card {
    width: calc(100% + 10em);
    margin-left: -10em;
}
.children .children .children .children .children .my-card {
    width: calc(100% + 12.5em);
    margin-left: -12.5em;
}
@media only screen and (max-width: 769px) {
	.commets-list .reply {
		margin: 0;
	}
	.comment-reply-link {
		padding: 0;
		margin: 0;
		font-size: 10px;
	}
}

/* コメントフォーム */
.comment-form-comment textarea {
	max-height: 100px;
}
.comment-form-author label:after {
	content: "※無記入の場合「名無しのギガりすと」になります。";
	font-size: 13px;
	margin-left: 1em;
}
.comment-form-email label:after {
	content: "名前の後に固定ID（例：◆gh5safd1）を表示できます。";
	font-size: 13px;
	margin-left: 1em;
}
.comment-form-cookies-consent {
    display: flex;
}
.comment-form-cookies-consent::after {
    content: "次回のコメントで使用するためブラウザーに自分の名前を保存する。";
    font-size: 13px;
}
.comment-form-cookies-consent label {
    display: none;
}
input[type=submit] {
    background-color: #333;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
}

/* プレイヤー風リンク設定 */
.player_link_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #000;
}
.player_link_box::before {
    content: "";
    display: block;
    padding-top: 56.18%;
}
.player_link_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 12%;
    margin: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    background-size: contain;
    background-repeat: no-repeat;
}
.player_link {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	color: #FFF;
	cursor: pointer;
}
a.player_link:hover {
	color: #FFF;
}
a.player_link:hover img {
	opacity: 1;
}
.player_links::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin: -49px 0 0 -49px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: rgba(50,50,50,0.45) url(https://cldup.com/Z8JvJbqJXE-3000x3000.png) 37px/33% no-repeat;
    border-radius: 10em;
    border: 0;
}
.player_link_title_box {
    position: absolute;
    top: 0;
	display: block;
	width: 100%;
    height: 85px;
	max-height: 20%;
	padding: 0!important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.player_link_title {
	display: block;
    width: 100%;
	padding: .88em;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.player_link_thumbnail {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* 画像 */
.t_pic a {
	display: flex;
    line-height: 0;
    margin-bottom: 1em;
    justify-content: center;
    flex-direction: column;
}
.t_pic a:last-child {
    margin-bottom: 0;
}
.t_pic span.photo_source {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    margin: .5em 0;
    line-height: 16px;
    color: #333;
}
/* パ子コメント */
#pakobox {
	width: 100%;
	margin-bottom: 2em;
	display: flex;
	align-items: center;
	gap: 20px; /* 吹き出しとアイコンの間の余白 */
}
.pako-comment {
	flex-grow: 1;
	background: #fff;
	border: 3px solid #f0b200;
	border-radius: 10px;
	position: relative;
	text-align: center;
	font-weight: 600;
}

.pako-comment p {
	padding: 20px 1em;
	margin: 0;
}
.pako-comment:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -26px;
	transform: translateY(-50%);
	border: 13px solid transparent;
	border-left: 13px solid #f0b200;
}
.pako-comment:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	border: 11px solid transparent;
	border-left: 11px solid #fff;
}
.pako-pic {
	flex-shrink: 0;
	order: 2; /* 吹き出しより右側に並べる */
	width: 120px; /* PCでのサイズ */
	min-width: 120px; /* 横幅が潰れるのを防ぐ記述を追加 */
	height: 120px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://chaos-giga.com/wp-content/uploads/2024/08/gigako.png);
}

/* スマホ表示（タブレット・スマホ共通） */
@media only screen and (max-width: 769px) {
	#pakobox {
		gap: 12px; /* スマホ時の隙間を少し狭く */
	}
	.pako-pic {
		width: 80px; /* スマホ時のサイズ */
		min-width: 80px; /* スマホ時の横幅が潰れるのを防ぐ */
		height: 80px;
	}
	.pako-comment p {
		padding: 15px 1em;
		font-size: 14px;
	}
	.pako-comment:before {
		right: -20px;
		border-width: 10px;
	}
	.pako-comment:after {
		right: -15px;
		border-width: 8px;
	}
}
/* アフィリエイト */
.movie_on {
	margin-bottom: 1em;
}
.movie_off {
	display: none;
}
.dmm_table {
	margin: 1em 0;
}
.cell_two a {
	text-decoration: none;
	color: #3E3E3E;
}
.cell_two p {
	font-size: .7em;
}
@media screen and (min-width: 769px){
	.mobile-ad-widget,.sp {
		display:none;
	}
	.dmm_table {
		display: table;
		border-collapse: collapse;
	}
	.dmm_table_row {
		display: table-row;
	}
	.dmm_table_cell {
		display: table-cell;
	}
	.dmm_table_cell.cell_one {
		width:20%;
		max-width:150px;
		vertical-align:top;
	}
	.dmm_table_cell.cell_two {
		vertical-align:top;
		padding: 0 1em;
	}
}
@media screen and (max-width: 768px){
	img.sp {
		width: 100%;
	}
	.pc-ad-widget,.pc {
		display:none;
	}
	.cell_two p {
		margin: .2em 0;
	}
	html #wpadminbar {
        display: none;
    }
}
/* SNS */
.sns_url_box {
	margin-bottom: 1em;
}
.sns_url_box-title {
	font-size: 20px;
}
.sns_name {
	font-weight: bold;
}
.sns_url a strong {
	color: #333;
}

/* 元スレ */
.quote {
	margin-bottom: 1em;
	font-size: 14px;
}
/* エログちゃんねる新着 */
.elog-ch .ninja-recommend, .elog-ch .ninja-recommend.horizontal li.ninja-recommend-article {
	width:100%!important;
}
#custom_html-36 li.rss-item:first-of-type {
    display: none;
}

/* 固定ページ */
.rss-lists li img {
	width: 50px;
	height: 50px;
}
/* 逆アクセスランキング */
table tr:nth-of-type(2n+1) {
	background-color: transparent;
}
table.light-referrer-table:not(.has-border-color) :where(th,td) {
	 border: none;
}
.textwidget table.light-referrer-table thead {
    display: none;
}
.light-referrer-table td {
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
}
.light-referrer-table td:nth-of-type(2) {
	text-align: left;
}

