@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/* ■ヘッダー■ */
.header-container {
	background: linear-gradient(#fff 76%, transparent 50%);
}
.add-header-contents{
	margin:-33px 0 0 300px; 
	width:43%;
}
.search-box {
	width:100%;
	margin:0 auto 5px; 
}
.search-edit {
	height:33px ;
	font-size: 15px;
}
.search-edit, input[type="text"] {
	border-color: #000;
}
.search-submit {
	background: #fff;
	color: #ccc;
	position: absolute;
	margin:3px 6px 1px;
	cursor: pointer;
	line-height:0;
	border:none;
	padding: 0;
}
.search-box input::placeholder {
	font-size: 14px; color: #aaa;
}
.logo{
	text-align: left;
}
.logo-header img {
	margin-top:8px; 
}
.site-logo-image{
	background: linear-gradient(-20deg, #fff 40%, transparent 60%);
	filter: drop-shadow(1px 1px 1px #000);
	border-radius: 0% 10% 20% 0%/50%;
}
.site-name-text::after{
	content: 'R18';
	background: #f00;
	color: #fff;
	font-size: 9px;
	display: inline-block; 
	transform: rotate(-40deg);
	margin-left:-12px;
	padding:0 4px;
	border-radius: 100%;
}
/* ■コンテンツ■ */
.content,
.main{
	margin-top:0px !important;
	padding-top:0px !important;
}
.main::before{
	content: '当サイトは広告を利用しています';
	font-size: 13px;
}
.widget .menu-item a,
.card-title{
	color:#36c;
}
.entry-card-thumb .cat-label{
	 border:none;
	 border-left:1px solid #f00;
	 margin:-10px 0 0 -6px;
}
.e-card-content h2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; 
	overflow: hidden;
	line-height: 1.2;
	font-size: 16px;
	max-height: 4.8em;
}
/* ■投稿個別■ */
.article h1{
	max-width:600px; 
	margin:0 auto 12px;
	font-size:22px;
	padding:0;
}
h1.archive-title{
	width:100%; 
	margin:0 0 10px;
	font-size:20px;
}
.article h2,
.article h3,
.article h4{
	max-width:600px; 
	margin:26px auto;	
	background-color:#f6f6f6;
	font-size:17px;
	border:0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	padding:11px 16px 5px;
}
.cmnt-c h2,
.cmnt-c h3,
.cmnt-c h4{
	font-size:16px;
	border:none;
	background:transparent;
	padding:0;
	margin:3px 0;
	color:#666;
}
/* SNSシェアボタン */
#main .button-caption {
	display: none;
}
.sns-share-buttons {
	flex-wrap: nowrap;
	justify-content: center;
}
.sns-share-buttons a {
	font-size: 20px;
	margin: 4px;
}
#main .sns-share a {
	width: 35px;
	height: 35px;
	margin-bottom: 0.5em;
}
/* ■詳細テーブル■ */
.wp-block-table table{
	max-width:600px;
	margin:0 auto;
	line-height:1.5;
	word-break:break-all;
	overflow: hidden;
}
.wp-block-table .detail-table{
	width:100%;
}
.wp-block-table th{
	width:28%;
}
.wp-block-table th,
.wp-block-table td{
	border:1px solid #ccc;
}
.wp-block-table b{
	color:#f00;
	font-size:20px;
}
/* ■動画■ */
.dmm-v-wk{
	max-width:860px;
	margin:0 auto 26px;
}
.dmm-v{
	width:100%; 
	padding-top: 75%; 
	position:relative;
}
.sokmil-v,
.wp-block-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.dmm-v iframe,
.sokmil-v iframe,
.wp-block-video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ■コメント■ */
.is-vertically-aligned-top,
.cmnt-lnk,
.cmnt-lnk2,
.cmnt-c-lnk,
.cmnt-act,
.cmnt-c,
.cmnt-btn {
	max-width:600px; 
	margin:0px auto;
}
.is-vertically-aligned-top,
.act-info-c li{
	line-height:1.4;
}
.cmnt-c {
	line-height:1.9;
}
.cmnt-c small{
	background-color:#ffb;
	padding:4px 3px 0px;
}
.wp-element-caption{
	line-height:1.2;
}
/* ------PR------ */
.cmnt-c-lnk div{
	line-height:1.2;
	margin:10px 0;
}
.cmnt-c-lnk i{
	margin-right:4px;
	font-style: normal;
	font-family: 'Nico Moji';
	font-size:20px;
}
/* ジャンプボタン */
.wp-block-buttons{	
max-width:600px; 
margin:0px auto;
}
.btn-lg a{	
filter: saturate(90%);
}
.btn-lg a:hover{
filter: saturate(240%);
	opacity:0.9;
}
.wp-block-buttonwp-block-button-mgs{	
background-color:#000;
padding-bottom:1px;	
}
.btn-lg-mgs{	
font-size: 10px;
color: #fff;
}
/* サンプル画像横並び */
.img-flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	max-width:610px; 
	margin:0px auto 10px;
}
.img-cont{
	padding: 2px;
	width: 120px;
	font-size:10px;
	text-align:center;
}
/* カテゴリ・タグ */
.ctdt-one-row{
 	max-width:600px;
 	margin:0px auto;	
	background-color:#e9e9f6;
	padding:8px 0 6px 12px;
}
.cat-link{
	color: #00f;
	background-color: transparent;
	text-decoration:underline;
	font-size:15px;
}
.cat-link:hover{
	opacity: 1;
	color: #f00; 
}
.fa-folder.cat-icon.tax-icon{
	font-size:5px;
	color: #f0f; 
	background-color: #f0f;
	vertical-align:middle;
	border: 1px solid #900;
	margin-right:3px;
}	
/* 関連・ランキング */
.rnk-yoko.large-thumb {
	display: flex;
	flex-wrap: wrap;
}
.rnk-yoko.large-thumb a {
	width: 33.33%;
}
.rnk-yoko .popular-entry-card-link{
	padding-bottom:0px;
}
.rect-vertical-card .related-entry-card-title,
.rnk-yoko .widget-entry-card-title.card-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden;
	line-height: 1.2;
	max-height: 2.4em;
	font-size:14px;
	color: #000; 
	font-weight: bold;
}
.related-entry-card-content h3{
	margin-top:3px;
}
.rnk-yoko .card-title{
	margin-top:-7px;
}
.under-entry-content h2{
	font-size: 16px;
	margin:-8px 0 -6px 4px;
}
.widget-below-related-entries-title.main-widget-label{
	margin:0 0 -8px 4px;
}
.related-entry-card .cat-label,
.rnk-yoko.popular-entry-cards.ranking-visible .card-thumb::before{
	border: 1px solid #f00;
}
.rnk-yoko .widget-entry-card-pv{
	border: 1px solid #f00;
	font-size: 12px;
}
/* ページネーション */
.pagination-next {
	display: none;
}
.page-numbers {
	border: 2px solid #000; 
	color: #000;
}
.pagination .current { 
	background-color: #000;
	color: #fff;
}
.page-numbers.dots { 
	border: none;
	background: none;
	margin:0;
	width: 18px;
	color: #000;
	text-shadow:2.5px 0px #000;
	opacity: 1;
}
/* コメント */
.comment-list h2{
	max-width:600px; 
	margin:0 auto 16px;	
	background-color:#f6f6f6;
	font-size:16px;
	border:0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	padding:11px 16px 5px;
}
.comment-notes {
  display: none;
}
.comment-form-cookies-consent{ 
	font-size: 12px;
}
.comment-form-cookies-consent label{ 
	margin-left:-6px;
}
/* パンくずリスト */
.breadcrumb{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
 .breadcrumb a {
	color: #00f;
	font-weight: normal;
}
.breadcrumb-item .fa-folder,
.breadcrumb-item .fa-file{
	display:none;
}
/* ■サイドバー■ */
.sidebar{
	margin-top:-32px;
	border-radius: 0;
}
.sidebar h3{
	margin:0 0 2px;
	padding:0;
	line-height:1;	
	font-size:14px;
	background-color:transparent;
}
.sidebar ul li a::before{
 	content: '• ';
	color: #000;
}
.widget-sidebar ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height:1;	
}
.widget-sidebar ul li{
	width: 49%;
	font-size:15px;
	border-bottom:1px dotted #666;
}
.widget-sidebar ul li:first-child,
.widget-sidebar ul li:nth-child(2){
	border-top:1px dotted #666;
}
.widget-sidebar ul li a{
	padding:8px 0 8px 12px;
	position: relative;
} 
.sidebar .card-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; 
	overflow: hidden;
	line-height: 1.2;
	max-height: 4.8em;
	font-size:14px;
	font-weight:normal;
}
.widget-entry-card-pv{
	color:#f00;
	font-style: normal;
	font-family:'Comic Sans MS';
	display:block;
}
.border-partition .a-wrap:first-of-type {
	border-top: 2px dotted #abc; 
	padding-top:6px;
}
.border-partition .a-wrap {
	border-bottom: 2px dotted #abc; 
}
.sidebar .widget-entry-cards.ranking-visible .card-thumb::before { 
	top: -4px;
	left: -4px;
	height: 14px;
	border:solid 1px #f00; 
}
/* ■フッター■ */
.content-bottom{
	margin:14px 0 -14px;
}
.footer{
	background-color:#000;
	color: #ccc;
}
.footer-in{
	width:100%;
}
.footer,
.footer-bottom,
.source-org{
	margin:0;padding:0;
	font-size:12px;	
}
.ft-kt1{display:flex;flex-wrap:wrap;justify-content:center;background-color:#ddd;padding:12px 0;line-height: 2.2;font-size:14px;}
.ft-kt1 a{width:106px;text-align: left;color: #000;}
.ft-kt2 div{width:300px;}
.ft-kt2 a{color: #fff;text-decoration:none;}
/* --ページ上へ-- */
.go-to-top-button {
 	width: 54px; 
 	height: 45px; 
	font-size: 26px; 
	opacity:0.7;
}
.go-to-top-button:hover {
	color: #000;
	background-color:#ff3;
}
/* ■レスポンシブデザイン■ */
.navi-in {
	display: none;
}
@media screen and (max-width: 1023px){
.header-container{
	display: none;
}
.mobile-header-menu-buttons,
.mobile-footer-menu-buttons label,
.mobile-footer-menu-buttons .top-menu-button a,
.mobile-menu-buttons .menu-button>a {
	color: #09f;
}
.mobile-header-menu-buttons{
	background: linear-gradient(#fff 86%, transparent 50%);
}
.mobile-header-menu-buttons .menu-caption{
	display: none;
}
.mobile-header-menu-buttons,
.mobile-menu-buttons {
	 box-shadow: none;
}
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	height:48px;
}
.logo-menu-button.menu-button{
	height:40px;
}
img.site-logo-image{
	margin-top: 7px;
}
.menu-drawer a{
	color: #03c;
}
.menu-drawer a:hover{
	background-color:#eee;
}
}
@media screen and (max-width: 834px){
.detail-table td {
	font-size:15px;
}
}
@media screen and (max-width: 600px){
.header-in {
background: linear-gradient(#eee 60%, transparent 50%);
}
.add-header-contents {
	display: none;
}
.header-in .logo {
	text-align: left;
}
.logo-header img {
	margin:0; 
}
.article h1{
	width:100%; 
	padding:0;
}
.rnk-yoko.large-thumb a {
width: 50%;
}
a.prev, a.next {
	display: none;
}
.page-numbers.dots { 
	display:block;
}
}
@media screen and (max-width: 480px){
.page-numbers {
	width: 48px;
	height: 48px;
	line-height: 48px;
}
}
