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

:root {
  --cocoon-current-background-color: #eaeaea !important;
}

/************************************
** 子テーマ用のスタイルを書く

************************************/
table th {
 background-color: transparent;
}
table tr:nth-of-type(2n+1) {
 background-color: transparent;
}
/*必要ならばここにコードを書く*/
.categoryid-9 .wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained{
	background:#6F7F8F;
	color:white;
	border:double 4px #fff;
	border-radius:1.0em;
}

.categoryid-9 .article h2 {
	background:#658798;
	}
.categoryid-9 .article h3 {
	border:none;
    font-size: 22px;
    padding-left: 1.2em;
}
.categoryid-9 .body div.scrollable-table table, .body .wp-block-table table {
	margin-bottom:1.4em!important;;
}
.categoryid-9 table:not(.has-border-color) :where(th,td) {
    border: 1px solid transparent;
}
.categoryid-9 .video-container{
			border-radius: 1em 1em 0 0;
}


.categoryid-68 .wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained{
	background:#70A9CC;
	color:white;
	border:double 4px #fff;
	border-radius:1.0em;
}

.categoryid-68 .article h2 {
	background:#70A9CC;
	}
.categoryid-68 .article h3 {
	border:none;
    font-size: 22px;
    padding-left: 1.2em;
}
.categoryid-68 .body div.scrollable-table table, .body .wp-block-table table {
	margin-bottom:1.4em!important;;
}
.categoryid-68 table:not(.has-border-color) :where(th,td) {
    border: 1px solid transparent;
}
.categoryid-68 .video-container{
			border-radius: 1em 1em 0 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.has-logo-button .menu-button{
	height:60px;
	width:100%;
	}
.has-logo-button .menu-button {
		background-color:#70A9CC!important;
}
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  /*	.categoryid-9 .main figure.wp-block-table {
    width: 85%;
    max-width: 640px;
    min-width: 308px;
}*/
	}
.widget h3::before {
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 0.5em;
}
.widget_text h3::before {
    content: '\f008';
}
.widget_pc_text h3::before{
	    content: '\f008';
}
.widget_toc  h3::before {
	 content: '\f0c9';
}
.widget_new_entries h3:before{
 content: '\f1ea';
}
.widget_recommended_cards h3:before{
 content: '\f06a';
}
.textwidget {
    margin-left: 1em;
}
/*my_search*/

.widget_text select {
	font-size:14px;
	padding:9px;
	text-overflow: ellipsis;
	margin:0.5px;
	    width: 96%;
}
.widget_text .searchform1{
	width: 96%;
    margin: 0;
}

.widget_text .searchform2 p{
	margin-top:0.2em;
}
.submit-button{
    width: 33%;
		max-width:150px;
    margin: auto;
}
.submit-button input[type=submit]{	
	border: 3px double white;
    background-color: #70A9CC;
    color: white;
	padding:9px;
	border-radius:0.2em;
margin-top:1px;
}

main .searchform1{
	width: 90%;
    margin: auto;
	color:white;
    background: #70A9CC;
    padding: 1em;
	    padding-bottom: 0;
    border-top: 3px double white;
	border-left: 3px double white;
border-right: 3px double white;
		border-radius:0.5em 0.5em 0 0;
}
main .searchform1 p{
padding-bottom:0.2em;
}
.searchform2 p{
	padding-top:0.2em;
	margin-top:0!important;}

main .search-submit{
	display:none;
}
main .searchform2{
	width: 90%;
    margin: auto;
    background: #70A9CC;
    padding: 0 1em 0.5em 1em;
    border-bottom: 3px double white;	
	border-left: 3px double white;
border-right: 3px double white;
	border-radius:0 0 0.5em 0.5em;
	color:white;
	margin-bottom:1em;
}
li.header-search h1#search_form_title,li.header-search p{
	display:none;
}
.searchform2 select {
	font-size:14px;
	padding:9px;
	text-overflow: ellipsis;
	margin-bottom:1px;
	color:#2a3f4d;
}
.searchform1 input[type=text]{
		font-size:14px;
	padding:9px;
}
h1#search_form_title{
	font-size:22px;
}
.textwidget #search_form_title,.textwidget .searchform1 p,.textwidget .search-submit{
	display:none;
}
.search-results .archive-title,.search-no-results .archive-title{display:none;}
li.header-search .searchform2{
	display:none;
}
.text-pc h1#search_form_title, .text-pc  .searchform1 p{
		display:none;
}
.menu-button div#search-menu-content {
   background: rgba(112, 169, 204,0.95);
	top:20%;
	padding:0.5em;
	border:3px double white;
	color: white;
    border-radius: 0.5em;
}
.menu-button  h1#search_form_title{
	display:none;
}
/*20240508追記*/
div#content-top, .content-top-in{background:linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(209, 227, 238, 1) 15%, rgba(172, 205, 225, 1) 50%, rgba(112, 169, 204, 1) 100%);
margin-top:0;
}
.main-widget-label{
padding-top:10px;
color:white;
font-family:'Apple Chancery','Segoe Script',sans-serif;
	    width: 95%;
    margin: auto;
}
/*ヘッダーの人気ウィジェット縦表示*/
.is-list-horizontal.large-thumb .widget-entry-card-link{
    max-width: 110px;
    --card-ratio: 6 / 9;
width: 110px; 
height: auto;
}
 .widget-content-top .is-list-horizontal.large-thumb .card-title, .widget-content-top .is-list-horizontal.large-thumb-on .card-title {
    -webkit-line-clamp: 3;
    height: 3.8em;
    font-size: 12px;
}
#popular_entries-2　.popular-entry-card-title{
	font-size:10px;}
#popular_entries-2  .popular-entry-cards{ display: flex;
  flex-direction: row;
  overflow-x: scroll;
		width:95%;
}
#popular_entries-2 .is-list-horizontal .swiper-button-next{display:none;}
.swiper{
opacity: 0;
transition: opacity 0.3s ease;
}
.swiper.swiper-initialized{
opacity: 1;
}


main .new-entry-cards.widget-entry-cards.no-icon.cf.card-large-image.large-thumb.card-title-bold.is-list-horizontal{ display: flex;
  flex-direction: row;
  overflow-x: scroll;
}
.is-list-horizontal .swiper-button-next{display:none;}
/*artistの表で監督が横一列になるように*/
.width28px{min-width:28px;}
/*関連映画の段落下空間調整*/
.no-margin-bottom{margin-bottom:0!important;}