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

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

/*R18チェックボックス制御*/
.age-gate__remember-wrapper { display: none !important; }

/*トップ一覧の表示調整*/
/*#info-list.info-list{padding: 0px;}
#info-list.info-list .info-list-item {padding: 7px 0;}
#info-list.info-list .info-list-item .info-list-item-content {margin-bottom: 0px;}
.home.blog #main.main{padding: 6px 6px 6px 8px;}*/

/*#list .entry-card-wrap {
    width: 32.5% !important;
    padding: 8px !important;
    margin: 2.6px !important;
}*/


/*.entry-card-wrap {
  display: block;
}
*/

.related-entry-card-title, .entry-card-title {
    font-size: 16px;
    line-height: 1.4;
}

/*投稿ページ　広告意思表示*/
.post-koukoku{
    text-shadow: 0 0 5px white;
    padding: 0.3em 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff78, #cce7ff78 3px, #ffffff00 4px, #ffffff00 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff78, #cce7ff78 3px, #ffffff00 4px, #ffffff00 8px);
    font-size: 14px;
}

/*投稿ページ　キー抽出*/
h3.post-keyword{
    padding: 0;
    border-left: none;
    font-weight: 400;
    line-height: 1.8;
}

.post-keyword span{
    padding: 5px 10px;
    border: 1px solid #0095d9;
    margin: 5px;
    font-size: 14px;
    display: inline-block;
}

/*投稿ページ　ジャンル*/
.post-specs{
margin-bottom: 0.2em!important;
}

/*投稿ページ　CTAボタン*/
.post-cta1{
    padding: 16px;
    background: #0095d9;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

/*CTA FANZAで続きを読む*/
.post-cta1 a{
    color: #fff;
    text-decoration:none;
}
/*内容の見出し　「作品内容」*/
.post-content-title{
    margin: 0;
    font-weight: 700;
}

/*投稿ページ　無料みれない？*/
.contents1{
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.5em 0.5em 0.2em 1em;
    color: #454545;
    font-weight: 700;
}
.contents1:after{position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*投稿編集　アイキャッチ表示*/
.editor-post-featured-image__preview .editor-post-featured-image__preview-image {
    aspect-ratio: auto!important;
}

/*フッター調整*/
.footer-bottom {
    margin-top: 0px!important;
}

/*モバイル＞モバイルボタンのバグ対応*/
.tagline{display: none;}

/*レイアウト微調整*/
main.main, div.sidebar {
        padding: 10px;
    }
.content {
    margin-top: 0px;
}
.pagination-next{
    display: none;
}
.pagination {
    margin: 8px 0 16px 0;
}
.logo-text {
    padding: 20px 0;
}

h2.cnt1 {
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 1em;
    border-left: none;
    line-height: 1.8;
}

h2.contents1{
    border-left: none !important;
    font-size: 16px;
    line-height: 1.8;
    padding: 0.5em 0.5em 0.2em 1em;
}

h3.cnt1{
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
    border-left: 4px solid #0095d9;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px移譲*/
@media screen and (min-width: 1024px){

}

/*1023px以下*/
@media screen and (max-width: 1023px){
  main.main, div.sidebar {
        margin: 10px;
    }
}

/*834px以下*/
@media screen and (max-width: 834px){
  main.main, div.sidebar {
        margin: 10px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
  main.main, div.sidebar {
        margin: 10px;
    }
}
