@charset "utf-8";
/*
	Theme Name: RE:DIVER-CHILD
	Template: rediver
	Description:  re:Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* ■公開記事段落スペース */
.single .wp-block-paragraph{
    margin-top:0 !important;
    margin-bottom:0.5em !important;
}

/* ■本文テキストリンク：左から右へ伸びる下線 */
.single .wp-block-paragraph a:not(.dbp-button-link):not(.wp-block-button__link),
.single .wp-block-list a:not(.dbp-button-link):not(.wp-block-button__link),
.single li a:not(.dbp-button-link):not(.wp-block-button__link){

    position:relative;

    text-decoration:none !important;

    background-image:linear-gradient(#8c0777,#8c0777);

    background-repeat:no-repeat;

    background-position:left bottom;

    background-size:0 2px;

    transition:background-size .25s ease;

}

.single .wp-block-paragraph a:not(.dbp-button-link):not(.wp-block-button__link):hover,
.single .wp-block-list a:not(.dbp-button-link):not(.wp-block-button__link):hover,
.single li a:not(.dbp-button-link):not(.wp-block-button__link):hover{

    background-size:100% 2px;

}

/* ■外部テキストリンクの右側アイコン非表示 */
.wp-block-paragraph a[target="_blank"]::after{

    display:none !important;

    content:none !important;

}

/* ■カテゴリ色【お姉さん】 */
.p-cat-item.p-cat-65 {
    background: #f94fff;
}

/* ■カテゴリ色【人妻】 */
.p-cat-item.p-cat-64 {
    background: #ff8800;
}

/* ■カテゴリ色【おすすめ姉】 */
.p-cat-item.p-cat-118 {
    background: #ffffff;
}

/* ■カテゴリ色【おすすめ妻】 */
.p-cat-item.p-cat-117 {
    background: #ffffff;
}

/* ■カテゴリ色【アダルトサイト情報】 */
.p-cat-item.p-cat-123 {
    background: #dd3333;
}

/* ■カテゴリ色【アダルト動画サイト】 */
.p-cat-item.p-cat-124 {
    background: #dd9292;
}

/* ■カテゴリ色【ライブチャット】 */
.p-cat-item.p-cat-125 {
    background: #dd9292;
}

/* ■PR表記 */
.pr-label{

    margin:20px 0;

    padding:0;

    font-size:14px;

    line-height:1.7;

    color:#555;

    background:transparent;

    border:none;
}

/* ■関連記事の抜粋を非表示 */

.pb-substr{
    display:none !important;
}

/* ■関連記事タイトルの伸びる下線 */
.single a.pb-contents .pb-title,
.single a.pb-contents .pb_title,
.single a.pb-contents .marker,
.single .pb-postcard a .pb-title,
.single .pb-postcard a .pb_title,
.single .pb-postcard a .marker{
    display:inline !important;
    text-decoration:none !important;

    background-image:linear-gradient(#8c0777,#8c0777) !important;
    background-repeat:no-repeat !important;
    background-position:left bottom !important;
    background-size:0 2px !important;

    transition:
        background-size .25s ease,
        color .25s ease !important;
}

/* hover時 */

.single a.pb-contents:hover .pb-title,
.single a.pb-contents:hover .pb_title,
.single a.pb-contents:hover .marker,
.single .pb-postcard:hover a .pb-title,
.single .pb-postcard:hover a .pb_title,
.single .pb-postcard:hover a .marker{
    background-size:100% 2px !important;
    color:#5f005f !important;
}

/* ■H3見出し内リンク：下線アニメーション */

.single .wp-block-heading a:not(.dbp-button-link):not(.wp-block-button__link){

    position:relative;

    text-decoration:none !important;

    background-image:linear-gradient(#8c0777,#8c0777);

    background-repeat:no-repeat;

    background-position:left bottom;

    background-size:0 2px;

    transition:
        background-size .25s ease,
        color .25s ease;

}

.single .wp-block-heading a:not(.dbp-button-link):not(.wp-block-button__link):hover{

    background-size:100% 2px;

    color:#5f005f;

}

/* カードタイトル下線アニメーション（トップページ） */

.pb-title,
.pb_title{

    display:inline;

    background-image:
        linear-gradient(#8c0777,#8c0777);

    background-repeat:no-repeat;

    background-position:left bottom;

    background-size:0 2px;

    transition:
        background-size .25s ease,
        color .25s ease;

}

/* カードhover */

.pb-postcard:hover .pb-title,
.pb-postcard:hover .pb_title,
.pb-contents:hover .pb-title,
.pb-contents:hover .pb_title{

    background-size:100% 2px !important;

    color:#5f005f !important;

}

/* ■フロントページ・カラム内テキストリンク下線アニメーション */

.wp-block-dbp-column-item .wp-block-paragraph a:not(.dbp-button-link):not(.wp-block-button__link){

    position:relative;

    text-decoration:none !important;

    background-image:linear-gradient(#8c0777,#8c0777);

    background-repeat:no-repeat;

    background-position:left bottom;

    background-size:0 2px;

    transition:
        background-size .25s ease,
        color .25s ease;

}

.wp-block-dbp-column-item .wp-block-paragraph a:not(.dbp-button-link):not(.wp-block-button__link):hover{

    background-size:100% 2px;

    color:#5f005f;

}

/* ■旧DIVER変換サンプル動画ボタン専用 */

.sample-video-button{

    display:flex !important;

    width:100% !important;

    justify-content:center !important;

    align-items:center !important;

    box-sizing:border-box !important;

    padding:14px 24px !important;

}

/* ■RE:DIVERボタンを横幅100% */

.wp-block-dbp-button.dbp-100button{

    width:100% !important;

    max-width:100% !important;

    display:block !important;

}

.wp-block-dbp-button.dbp-100button .dbp-button-link{

    width:100% !important;

    max-width:100% !important;

    display:flex !important;

    justify-content:center !important;

    align-items:center !important;

    box-sizing:border-box !important;

}

/* ■RE:DIVERボタンを横幅50% */
.wp-block-dbp-button.dbp-50button{

    width:50% !important;

    max-width:50% !important;

    display:block !important;

}


.wp-block-dbp-button.dbp-50button .dbp-button-link{

    width:100% !important;

    max-width:100% !important;

    display:flex !important;

    justify-content:center !important;

    align-items:center !important;

    box-sizing:border-box !important;

}

/* ■見出し直後の本文余白 */

.single .wp-block-heading + .wp-block-paragraph{

    margin-top:20px !important;

}

/* ===================================
   ■サンプル動画ボタン専用デザイン
   class：dbp-sample-movie-style
=================================== */


/* ボタン基本色 */

.wp-block-dbp-button.dbp-sample-movie-style{


    /* 通常時 背景色 */

    --dbp--button--color-background:#8c0777 !important;


    /* 通常時 文字色 */

    --dbp--button--color-text:#ffffff !important;


    /* マウスオン時 背景色 */

    --dbp--button--hover--color-background:#cd00cd !important;


}


/* ボタン装飾 */

.wp-block-dbp-button.dbp-sample-movie-style .dbp-button-link{


    /* 影 */

    box-shadow:15px 15px 30px rgba(0,0,0,0.15) !important;

}

/* ===================================
   ■作品タイトルカラム
   class：dbp-title-column
=================================== */


/* 左画像・右側エリアを上揃え */

.wp-block-columns.dbp-title-column,
.wp-block-columns.dbp-title-column.is-layout-flex{

    align-items:flex-start !important;

}


/* 左右カラム自体も上揃え */

.wp-block-columns.dbp-title-column > .wp-block-column{

    align-self:flex-start !important;

}


/* カラム内の最初のブロックの上余白を消す */

.wp-block-columns.dbp-title-column > .wp-block-column > :first-child{

    margin-top:0 !important;

}



/* ===================================
   ■作品情報グループ
   class：dbp-title-info-group
=================================== */


/* サンプル動画ボタン下の余白 */

.wp-block-dbp-button.dbp-sample-movie-style + .wp-block-group.dbp-title-info-group{

    margin-top:20px !important;

}

/* 見どころサンプル動画ボタン等高さ揃える */

.wp-block-group.dbp-highlight-inline-button-group{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:15px !important;
    flex-wrap:wrap !important;
}

.wp-block-group.dbp-highlight-inline-button-group > *{
    margin-top:0 !important;
    margin-bottom:0 !important;
}

.wp-block-group.dbp-highlight-inline-button-group .wp-block-dbp-button,
.wp-block-group.dbp-highlight-inline-button-group .dbp-button{
    margin-top:0 !important;
    margin-bottom:0 !important;
    transform:none !important;
}

/* ===================================
   ■画像全体表示カバーブロック
   ※画像サイズ自動追従
   ①固定/投稿ページ専用
   ②ブロックパターン内に使用していない
   class：dbp-image-fullsize-cover
=================================== */


.wp-block-cover.dbp-image-fullsize-cover{

    /* カバー標準高さ解除 */
    min-height:0 !important;

    height:auto !important;

    padding:0 !important;

}


/* ===================================
   カバー内画像
=================================== */

.wp-block-cover.dbp-image-fullsize-cover .wp-block-cover__image-background{


    /* カバー標準absolute解除 */
    position:relative !important;


    /* 画像サイズ基準 */
    width:100% !important;

    height:auto !important;


    /* トリミング禁止 */
    object-fit:contain !important;

}

/* ===================================
   ■カバー画像 全体クリック化
   ①固定/投稿ページ内に使用
   class：dbp-cover-link
=================================== */

/* カバー本体 */
.wp-block-cover.dbp-image-fullsize-cover{
    position:relative !important;
    overflow:hidden !important;
}

/* カバー内コンテンツを画像内に固定 */
.wp-block-cover.dbp-image-fullsize-cover .wp-block-cover__inner-container{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    z-index:10 !important;

    display:flex !important;
    align-items:flex-end !important;
    justify-content:flex-start !important;

    padding:12px !important;
    box-sizing:border-box !important;
}

/* リンク付きテキスト */
.wp-block-cover.dbp-image-fullsize-cover .dbp-cover-link{

    position:static !important;

    margin:0 !important;

    padding:0 !important;

}


/* テキストリンク */
.wp-block-cover.dbp-image-fullsize-cover .dbp-cover-link a{

    position:static !important;

    color:#ffffff !important;

    text-decoration:none !important;

    font-weight:700 !important;

}


/* 全面クリック用 */
.wp-block-cover.dbp-image-fullsize-cover .dbp-cover-link a::after{

    content:"" !important;

    position:absolute !important;

    top:0 !important;

    left:0 !important;

    width:100% !important;

    height:100% !important;

    z-index:30 !important;

}

/* ===================================
   ■カバー画像 hover時
   ※上から下へ透明化アニメーション
   ①固定/投稿ページ内専用
   ②ブロックパターン内に使用していない
   class：dbp-image-fullsize-cover
=================================== */


/* オーバーレイ */

.wp-block-cover.dbp-image-fullsize-cover 
.wp-block-cover__background{

    opacity:1 !important;


    /*
       上側：hover後の明るい状態
       下側：通常表示
    */

    background:linear-gradient(
        to bottom,


        /* hover時：黒8％ */

        rgba(0,0,0,.08) 0%,
        rgba(0,0,0,.08) 50%,


        /* 通常時：黒35％ */

        rgba(0,0,0,.35) 50%,
        rgba(0,0,0,.35) 100%

    ) !important;


    /* 縦2倍のフィルター作成 */

    background-size:100% 200% !important;


    /* 通常は下側(暗め)を表示 */

    background-position:0 100% !important;


    /* 流れる速度 */

    transition:
        background-position .8s ease !important;

}

/* ===================================
   マウスオン時
=================================== */

.wp-block-cover.dbp-image-fullsize-cover:hover 
.wp-block-cover__background{


    /* 上側(明るい部分)へ移動 */

    background-position:0 0 !important;

}

/* ===================================
   ■ブロックパターン用 画像全体表示カバー
   ※画像サイズ自動追従
   class：dbp-pattern-fullsize-cover
=================================== */


.wp-block-cover.dbp-pattern-fullsize-cover{

    /* カバー標準高さ解除 */
    min-height:0 !important;

    height:auto !important;

    padding:0 !important;


    position:relative !important;

    overflow:hidden !important;

}


/* ===================================
   ■カバー画像
=================================== */


.wp-block-cover.dbp-pattern-fullsize-cover 
.wp-block-cover__image-background{


    /* カバー標準absolute解除 */
    position:relative !important;


    /* 画像サイズ基準 */
    width:100% !important;

    height:auto !important;


    /* トリミング禁止 */
    object-fit:contain !important;


    /* クリック妨害防止 */
    pointer-events:none !important;

}


/* ===================================
   ■カバー内文字位置
=================================== */


.wp-block-cover.dbp-pattern-fullsize-cover 
.wp-block-cover__inner-container{

    position:absolute !important;

    inset:0 !important;


    width:100% !important;

    height:100% !important;


    z-index:10 !important;


    display:flex !important;


    /* 下固定 */

    align-items:flex-end !important;


    /* 横位置：中央 */

    justify-content:center !important;


    padding:12px !important;


    box-sizing:border-box !important;


    pointer-events:auto !important;

}


/* ===================================
   ■画像全面クリック
   class：dbp-pattern-cover-link
=================================== */


.wp-block-cover.dbp-pattern-fullsize-cover 
.dbp-pattern-cover-link{

    position:absolute !important;

    inset:0 !important;


    z-index:100 !important;


    margin:0 !important;

    padding:0 !important;


    pointer-events:auto !important;

}


/* リンク本体 */

.wp-block-cover.dbp-pattern-fullsize-cover 
.dbp-pattern-cover-link a{


    /* 画像全体をリンク化 */

    width:100% !important;

    height:100% !important;


    display:flex !important;


    /* 文字位置 */

    align-items:flex-end !important;

    justify-content:center !important;


    padding:12px !important;


    box-sizing:border-box !important;


    color:#ffffff !important;


    text-decoration:none !important;


    font-weight:700 !important;


    pointer-events:auto !important;

}


/* ===================================
   ■hover オーバーレイ
   ※上から下へ透明化アニメーション
=================================== */


.wp-block-cover.dbp-pattern-fullsize-cover 
.wp-block-cover__background{

    opacity:1 !important;


    pointer-events:none !important;


    background:linear-gradient(
        to bottom,


        /* hover時：黒8％ */

        rgba(0,0,0,.08) 0%,

        rgba(0,0,0,.08) 50%,


        /* 通常時：黒35％ */

        rgba(0,0,0,.35) 50%,

        rgba(0,0,0,.35) 100%

    ) !important;


    /* 縦2倍フィルター */

    background-size:100% 200% !important;


    /* 通常は暗い側 */

    background-position:0 100% !important;


    /* 流れる速度 */

    transition:
        background-position .8s ease !important;

}


/* ===================================
   ■マウスオン時
=================================== */


.wp-block-cover.dbp-pattern-fullsize-cover:hover 
.wp-block-cover__background{


    /* 明るい側へ移動 */

    background-position:0 0 !important;

}

/* ===================================
   ■ブロックパターン
   画像幅いっぱい伸びるライン
   線の太さ：10px
=================================== */

.wp-block-cover.dbp-pattern-fullsize-cover 
.dbp-pattern-cover-link a{

    background-image:
        linear-gradient(#8c0777,#8c0777) !important;

    background-repeat:no-repeat !important;


    /* 下位置 */

    background-position:left bottom !important;


    /* 最初は線なし */
    /* 0 = 横幅なし / 10px = 線の太さ */

    background-size:0 10px !important;


    transition:
        background-size .35s ease !important;

}


/* マウスオン時 */

.wp-block-cover.dbp-pattern-fullsize-cover:hover 
.dbp-pattern-cover-link a{


    /* 左から右へ */
    /* 100% = 横幅いっぱい / 10px = 線の太さ */

    background-size:100% 10px !important;

}