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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#container{
    background: repeating-linear-gradient(40deg, #ffffff 0, #ffffff 20px, #f5f5f5 20px, #F5F5F5 40px);
	font-family: "Noto Sans JP"; 
}
#header{
    height: 100%;
    flex-shrink: 0;
}
#header-container{
    background: #333;
    border-bottom: 5px solid #E62980;
    color: white;
    box-shadow: 3px 3px 3px #aaa;
	padding: 20px 0;
}
.site-name-text-link{
	padding: 0;
}
.header-container-in.hlt-top-menu .logo-header, .header-container-in.hlt-top-menu .logo-header img{
	max-height: 90px;
}

.footer{
    background: #333;
    color: white;	
}
.footer a{
    color: white;	
	font-size: 90%;
	text-decoration: none;
}
.footer img{
	max-width:80%;
}
.site-name-text{
	color: white;
}

.article-header{
	background: white;
    padding: 0px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 0;
	border-radius: 5px;
}

.type-page{
	background: white;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* TOPページの外枠を消す */
#post-1228{
	background: rgba(0,0,0,0)!important;
    padding: 0px;
    border: 0;
    border-radius: 0;
}

#main{
	background: rgba(0,0,0,0);
	padding: 0 5px;
}
.entry-title{
	font-family: "Mochiy Pop One", sans-serif;
	font-size:32px;
	font-weight:100!important;
	color: #fff;
	background: #333;
	text-align:center;
	margin:-1px 0px 0px 0px;
	padding: 30px;
}
#respond{
	background: white;
    padding: 20px;
    border: 3px solid #E62980;
    border-radius: 5px;
}
#reply-title{
    border: none;
    text-align: center;
	color: #444;
	font-family: "Kosugi Maru", sans-serif;
	font-size:26px;

}

#reply-title:after{
	font-family: "Font Awesome 5 Free";
	content: "\f303";
	display:block;
	margin: 10px auto 10px auto;
    width: 81px;
    height: 64px;
    background: #E62980;
    color: white;
    border-radius: 40px;
    font-size: 41px;
    font-weight: 900;
    padding-top: 17px;
    padding-left: 0px;
}

#reply-title-actress{
    border: none;
    text-align: center;
	color: #444;
	font-family: "Kosugi Maru", sans-serif;
	font-size:26px;
	margin-bottom: 20px;
	margin-left: -20px;
}
#reply-title-actress:before{
	font-family: "Font Awesome 5 Free";
	content: "\f303";
	display:inline-flex;
    color: #E62980;
    font-size: 30px;
    font-weight: 900;
    padding-top: 17px;
    padding-right: 10px;
}

.archive-title {
    font-size: 30px;
    margin: 16px 0;
    line-height: 1.3;
    background: #333;
    color: white;
    text-align: center;
    padding: 15px;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.under-entry-content{
	background: white;
    padding: 10px;
    border: 1px solid #ddd;
	border-radius:5px;
}
.entry-content {
	margin-bottom:0;
}
.widget-below-related-entries-title, .related-entry-heading{
	background: #333;
    border-left: 10px solid #E62980;
    color: white;
    padding: 10px;
    font-weight: 100;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
	font-size:20px;
}

/*----------コメント見出し----------*/
.ttl_balloon2 {
	margin:20px;
	color: #444;
  font-weight: bold;
  padding: 0.5em 1em;
  border: 3px solid #444!important;
  box-shadow: 3px 3px 0 0 #444!important;
  position: relative;
	border-radius:5px;
	font-family:"Kosugi Maru", sans-serif;
}
.ttl_balloon2::before, .ttl_balloon2::after {
  content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
.ttl_balloon2::before {
  border-color: transparent;
  border-top-color: #444;
  border-right-color: #444;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
.ttl_balloon2::after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}
/*----------コメント見出し----------*/

.output_eyecatch{
	margin-bottom: 0!important;
}
.date-tags{
	display: none;
}
.avatar-50{
	border-radius:25px;
}

.comment_recommend{
	display: block;
    text-decoration: none;
    background: #eee;
    border: 2px solid #ccc;
    border-radius: 0px;
    padding: 10px;
    margin: 10px 20px 20px 20px;
	color: #333;
	overflow: auto;
}
.comment_recommend:hover{
	color: #333;
	background: #eee;
}

.comment-form label{
	font-weight: bold;
}
.comment-form label:before{
	content:"■";
	color: #E62980;
	padding-right:10px;
}
.comment-form-attachment__file-size-notice, .comment-form-attachment__file-types-notice{
	font-size: 80%;
}

#sidebar{
	border: 1px solid #ddd;
}
#sidebar h3{
	background: #333;
	border-bottom: 4px solid #E62980;
	color: white;
	font-family:"Kosugi Maru", sans-serif;
	font-weight: normal;
	padding: 10px 20px;
    border-radius: 5px;
}

.ect-3-columns .entry-card-wrap{
	background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/************▼ モーダルウインドウ用CSS ▼*****************/
/*モーダルを開くボタン*/
.modal-open{
	display: block;
    border: 1px solid #ccc;
    width: 200px;
    text-decoration: none;
    font-size: 90%;
    margin-top: 0px;
    text-align: center;
    border-radius: 5px;
    background: #F5F8FA;
    color: #333;
    box-shadow: 2px 2px 2px #aaa;
    margin-bottom: 12px;
    margin-left: 5px;
}
/*モーダルを開くボタン*/
.modal-open2{
	display: block;
    border: 1px solid #ccc;
    width: 100px;
    text-decoration: none;
    font-size: 90%;
    text-align: center;
    border-radius: 5px;
    background: #F5F8FA;
    color: #333;
    box-shadow: 2px 2px 2px #aaa;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,.modal-container2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,.modal-container2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,.modal-container2.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body,.modal-body2{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,.modal-close2{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content,.modal-content2{
	background: #fff;
	text-align: left;
	padding: 20px;
}
/************▲ モーダルウインドウ用CSS ▲*****************/

.sc_actless_ranking_list{
	overflow:hidden;
}
.comment-form-url{ display:none; }

/************▼ 女優説明文開閉用CSS ▼*****************/
.box {
      position: relative;
      margin-bottom: 20px;
      padding: 0 20px 30px;
      height: auto;
      overflow: hidden;
    }
    .box_more {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30px;
      padding-top: 70px;
      text-align: center;
      line-height: 2em;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
      cursor: pointer;
    }
    .is-open .box_more {
      background: transparent;
    }
    .box_more::before {
      color: #555;
      content: '＋続きを読む';
      font-size: 12px;
      display: inline-block;
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 0;
      left: 0;
    }
    .is-active .box_more::before {
      content: '−閉じる';
    }
/************▲ 女優説明文開閉用CSS ▲*****************/


ul.btn_50on {
    list-style: none;
	margin-bottom:10px;
	text-align: center;
	padding-left:0;
}

ul.btn_50on li{
    display: inline-flex;
	border: 1px solid #ddd;
	border-radius:5px;
}

ul.btn_50on li a{
	display: block;
	text-decoration: none;
	padding: 5px;
}

#kotei_footer_vote{
    background: #E62980;
	padding: 24px 25px 14px 25px;
	border-radius: 80px;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 200%;
	line-height: 20px;
	box-shadow: 2px 2px 3px rgba(25,25,25,0.3);
}
#kotei_footer_vote span{
	font-size: 14px;
}

/* 画像を光らせるやつ */
.reflection {
  position: relative;
  overflow: hidden;
  background-color: #666;
}
.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.top_box{
	border: 1px solid #ddd;
    padding: 20px;
}
.top_box h2{
	margin:-20px -20px 50px -20px;
    border-top-left-radius: 5px;
    text-align: center;
    border-top-right-radius: 5px;
	background: #333;
	color: white;
	font-size: 140%;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight:100!important;
}

.top_box h3{
	border: 0px;
    border-bottom: 3px solid rgb(230, 41, 128);
    background: #333;
    color: white;
    border-radius: 5px;
	margin-bottom: 20px;

}

.top_box h4{
	border: 1px solid #555;
    color: #555;
	margin-bottom: 20px;
}

.top_box .card-title{
	font-size: 16px;
}

.top_box .new-list-box, .top_box .popular-list-box{
	margin-bottom: 10px;
}

.category_archive_list th{
	font-weight: bold;
	text-align:center;
	font-size: 80%;
}
.category_archive_list .td_thumb{
	width: 160px;
}
.category_archive_list a{
	text-decoration: none;
	color: #333;
	display: block;
}
div#breadcrumb {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 0 5px;
    width: auto;
}
.comment-form-attachment__autoembed-links-notice{
	display: none!important;
}

.respond_actressform p{
	margin-bottom: 15px;
}

.comment-form-cookies-consent label{
	font-weight: normal!important;
	font-size: 80%;
}
.comment-form-cookies-consent label:before{
	content: ''!important;
	padding-right: 0px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
.entry-title{
	font-size:22px;
}

.comment_recommend{
	margin: 10px 0 30px 0;
}
.modal-content{
	padding: 10px;
}

	
#kotei_footer_vote{
	padding: 14px 20px 10px 20px;
	font-size: 150%;	
}
	
.top_box{
	border: 1px solid #ddd;
    padding: 10px;
}
.top_box h2{
	margin:-10px -10px 50px -10px;
	padding: 20px;
	}
	

.category_archive_list {
		font-size: 80%;
	}
.category_archive_list .td_thumb{
	width: 120px;
}
.header-container-in.hlt-top-menu .logo-header, .header-container-in.hlt-top-menu .logo-header img{
	max-height: 70px;
}
	
#header-container{
	padding:0;
}