/*
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

*/
/* サイト全体 */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.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;
}
.blogcard-wrap {
	display: none;
}

/* インデックス */
.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 {
	padding: 0 0 .5em ;
}
.post-comment-count .comment-icon::before {
	content: "コメント";
}
.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) {
	#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;
	}
}

/* 通知エリア */
#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;
}

/* ヘッダーリンク（オリジナル） */
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: 240px;
  width: 40%;
	aspect-ratio: 5 / 3;
}
.link-text-box {
	width: 60%;
	padding-left: 1em;
	aspect-ratio: 10 / 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;
}

@media screen and (max-width: 1235px) {
	.sidebar-left .sidebar {
		margin: 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;
}

/* フッター */
#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;
}

/* フッター SP */
.footer-mobile {
	padding: 0;
}
.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;
}
/* コンテンツ上リンク */
.widget_text.widget.widget-above-single-content-title.widget_custom_html {
    margin-bottom: 1em;
}
.widget-above-single-content-title-title.main-widget-label.widget-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: .5em;
	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 {
	height: 350px;
  overflow-y: scroll;
}
.contents-top-news .wprss-feed-meta {
	display: inline-block;
}
.contents-top-news ul {
  padding:0.5em;
  list-style-type:none!important;
}
.feed-item {
	position:relative;
	border-bottom: 1px dashed #ddd;
	margin: 0!important;
	line-height: 1.4em;
  padding: .5em 0 .5em 1.3em;
}
.feed-item:before {
  position:absolute;
  content:'';
  top: 1em;
  left: 0.2em;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #333;
}
.feed-item:nth-child(-n+3) a::before {
	content: "NEW";
	color: red;
	font-weight: bold;
	font-size: .7em;
	margin-right: .5em;
	line-height: 1.4em;
}
.feed-item a {
	color: #333;
	font-size: .88em;
	line-height: 1.4em;
	font-weight: bold;
}
.contents-top-news .feed-date {
	font-size: .7em!important;
}

/* コンテンツ上 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;
}
.ac-link-article a {
	display: block;
	width: 100%;
	height: auto;
}
.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;
}
@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);
	}
}

/* コメント数  */
.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;
}
.t_h {
	margin-bottom: 0;
	line-height: 20px;
	font-weight: bold;
	display: inline;
}
.t_h span:nth-child(1) {
    margin-left: 0.5em;
}
.t_h span:nth-child(2) {
    display: none;
}
.t_b {
	margin-bottom: 1em;
	font-weight: 600;
	word-break: break-all;
  overflow-wrap : break-word;
	display: inline;
}
.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;
	padding: 0;
}
blockquote.tiktok-embed::before,blockquote.tiktok-embed::after {
	content: none;
}

/* コメント */
.comment-title {
	margin: 0;
}
#commentform label {
	font-size: 13px;
}
.comment-author-label,.comment-author-separator,.st-comment-datetime,.reply,p.comment-form-email,p.comment-notes {
	display: none;
}
.commets-list .fn {
	font-style: normal;
}
.commets-list .comment-author {
	color: green;
	font-weight: bold;
}
.commets-list .fn:before {
	margin-right: .5em;
	color: #333333;
  counter-increment: number 1;
  content:counter(number);
}
.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;
}
.st-comment-content p {
	margin-bottom: 0;
}
.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: 0;
}

/* コメントフォーム */
.comment-form-comment textarea {
	max-height: 100px;
}
.comment-form-author label:after {
	content: "※無記入の場合「名無しのギガりすと」になります。";
	margin-left: 1em;
	font-size: 13px;
}
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;
}
/* dmmサンプル画像 */
.thum0 {
    display: none;
}
.thum4 a:nth-child(n+5) {
    display: none;
}
.thum5 a:nth-child(n+6) {
    display: none;
}
.thum6 a:nth-child(n+7) {
    display: none;
}
.thum7 a:nth-child(n+8) {
    display: none;
}
.thum8 a:nth-child(n+9) {
    display: none;
}
.thum9 a:nth-child(n+10) {
    display: none;
}
.thum10 a:nth-child(n+11) {
    display: none;
}
.thum11 a:nth-child(n+12) {
    display: none;
}
.thum12 a:nth-child(n+13) {
    display: none;
}
.thum13 a:nth-child(n+14) {
    display: none;
}
.thum14 a:nth-child(n+15) {
    display: none;
}
.thum15 a:nth-child(n+16) {
    display: none;
}
.thum16 a:nth-child(n+17) {
    display: none;
}
.thum17 a:nth-child(n+18) {
    display: none;
}
.thum18 a:nth-child(n+19) {
    display: none;
}
.thum19 a:nth-child(n+20) {
    display: none;
}
/* 画像 */
.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%;
  height: auto;
	margin-bottom: 1em;
}
.pako-comment {
    width: calc(100% - 228px);
    height: auto;
    float: right;
    margin: 30px 0 1em;
    border-radius: 10px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #f0b200;
    position: relative;
		text-align: center;
    font-weight: 600;
}
.pako-comment:after {
    border: 10px solid transparent;
    border-right: 10px solid #f0b200;
    content: '';
    position: absolute;
    top: 30px;
    left: -20px;
}
.pako-comment p {
	padding: 24px 1em;
	margin: 0;
}
.pako-pic {
	width: 198px;
	height: 198px;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(https://chaos-giga.com/wp-content/uploads/2024/08/gigako.png);
}
#pakobox:after {
    content: "";
    display: block;
    clear: both;
}
@media only screen and (max-width: 769px) {
	.pako-comment {
		float: none;
		width: calc(100% - 6px);
		display: block;
	}
	.pako-comment:after {
		content: none;
    }
	.pako-comment::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #f0b200;
	}
	.pako-pic {
		width: 100%;
		float: none;
		background-position: center;
	}
}
/* dmmアフィリエイト */
.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){
	.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 {
		display:none;
	}
	.cell_two p {
		margin: .2em 0;
	}
}
/* SNS */
.sns_url_box {
	margin-bottom: 1em;
}
.sns_name {
	font-weight: bold;
}

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

/* 固定ページ */
.rss-lists li img {
	width: 50px;
	height: 50px;
}

