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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.article h3, .article h4, .article h5, .article h6, .cat-link {
background-color:#000;
border-color:none;
padding-left:1px;
color:#fff;
}

.header-container, .main, .sidebar, .footer {
background-color: #fff;
}

/* ボタン */
.btn.btn-circle,
.btn-wrap.btn-wrap-circle > a {
  border-radius: 0px;
}

.btn-l, .ranking-item-link-buttons a,
.btn-wrap.btn-wrap-l > a {
  padding: 14px 20px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-l::after, .ranking-item-link-buttons a::after,
.btn-wrap.btn-wrap-l > a::after {
    content: "";
    position: absolute;
    right: 0;
    font-size: 20px;
}
.btn-l, .ranking-item-link-buttons a,
.btn-wrap.btn-wrap-l > a {
  display: inline-block;
  padding:10px 60px;
  line-height:1.2;
}

.buy_fanza{
font-size:2em;
}
.buy_fanza_after{
font-size:1.2em;
}

.article h1 {
line-height: 1.4;
font-weight: bold;
}

/* ページ送りナビの左右を入れ替える */
.pager-post-navi .prev-post { float: left; }
.pager-post-navi .next-post { float: right; }

.pager-post-navi {
  margin: 38px 0;
  display: block;
  width:100%;
}

.pager-post-navi .a-wrap:hover {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
}

.prev-post-title,
.next-post-title {
white-space:nowrap;
}

/********************************
** サムネ画像削除
*********************************/
@media screen and (max-width: 480px) {
  .pager-post-navi a figure {
    //min-width: 30%;
    //max-width: 30%;
	display:none;
  }
}

/************************************
** タイトルロゴ
************************************/
.logo-image {
  padding: 30px 0 10px 0;
  font-size: inherit;
}

/************************************
** 氏名ボタン
************************************/
.no_border{
border:none;
}

/************************************
** 購入ボタン
************************************/

.buy_button {
display: flex;
align-items: center;
justify-content: center;
width: 80%;
padding: 16px 0;
background-color: #000;
color: #fff !important;
font-weight: bold;
text-decoration: none;
border-radius: 50px;
font-size: 17px;
box-shadow: 0 4px 15px rgba(0,0,0,0.15);
transition: all 0.3s ease;
margin-right : auto;
margin-left : auto;
}

.buy_button_span {
background: rgb(255, 0, 0);
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 10px;
font-size: 12px;
color: rgb(255, 255, 255);
}


/************************************
** 引用（blockquote）
************************************/
blockquote {
  background-color: #fff;
  border: none;
  padding: 0;
  position: relative;
}
blockquote::before, blockquote::after {
  color: #000;
  font-family: serif;
  position: absolute;
  font-size: 300%;
}
blockquote::before {
  content: "";
  line-height: 1.1;
  left: 10px;
  top: 0;
}
blockquote::after {
  content: "";
  line-height: 0;
  right: 10px;
  bottom: 0px;
}
blockquote cite {
  font-size: 0.7em;
}

.sidebar h2,
.sidebar h3 {
    background-color: #000;
    padding: 12px;
    margin: 16px 0;
    border-radius: 0;
	color:#fff;
}

pre, .pager-links span, .scrollable-table table th, table th, .pagination .current {
	background-color: #000;
	border-color:#000;
	color:#fff;
}
.page-numbers.dots{
	background-color: #fff;
}
	
/* エントリータイトル */
.entry-title {
	background-color:#000;
	color:#ffffff;
	//font-size:22px;
	//font-weight:bold;
	padding:7px 10px 5px 10px;
	margin:0 0 1em 0;
	line-height:1.3em;
	border:1px solid #fff;
}

/* 次のページ非表示 */
.pagination-next-link {
	display: none;
}

/* アイキャッチ上のカテゴリを非表示 */
.cat-label {
	display: none !important;
}

/* 購入ボタン */
.nomadBtn2 {
	color: #FFF !important;
	border-radius: 50em 50em 50em 50em;
	background: #E07487;
	padding: .7em 2em;
	display: inline-block;
	text-decoration: none !important;
	margin: 15px 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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