.ph.ph-magnifying-glass
{
    width: 26px;
    height: 26px;
}
.close-btn
{
    display: block;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    margin-bottom: 40px;
    font-size: 20px;
}
.close-btn:hover
{
    opacity: 0.5;
    cursor: pointer;
}
.close-btn img
{
    background-color: #fafafa;
    border-radius: 3px;
}
.small-p
{
    font-size: 11px;

}
/*********************************
全体設定(基本)
*********************************/
body
{
    font-size: 16px;
	line-height: 34px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #333;
    letter-spacing: 1px;
}
li
{
	list-style: none;
}
a
{   
    color: #0066c0;
    /* color: #167AC9; */
	text-decoration: none;
    font-weight: normal;
}
a:hover
{
    opacity: 0.5;
}

*, *:before, *:after
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/* 出典 */
figcaption
{
	font-size: 12px;
	text-align: center;
}
/*********************************
全体設定（表示・非表示）
*********************************/
.mb-no-display
{
    display: block;  
}
.pc-no-display
{
    display: none;
}
/*********************************
全体共通（タイトル）
*********************************/
.site-title
{
    width: 20%;
    height: 50px;;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-left: 30px;
}
.site-title a
{
    color: #333;
}
.first-title
{
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 14px;
}
/* セクションタイトルdiv */
.section-title-div
{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}
.section-title-div2
{
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.section-title-span
{
    font-family: "Jost", sans-serif;
	color: #333;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 1px;
}
.section-title-span2
{
    font-family: "Jost", sans-serif;
	color: #333;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 1px;
}
.title-div
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: 20px;
}
.title-div2
{
    position: relative;
    /* line-height: 1.2; */
    margin-top: 20px;
    margin-bottom: 20px;
}
.p-comment2
{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    line-height: 1;
    font-size: 14px;
}
.p-comment2 a
{
    display: flex;
    color: #333;
    background-color: #fff;
    font-size: 12px;
    padding: 2px 0;
    border-bottom: thin solid #696969;
}
.section-title
{
    font-size: 14px;
    color: #af9b65;
    font-weight: normal;
}
.section-title2
{
    font-size: 14px;
    color: #af9b65;
    font-weight: normal;
    text-align: center;
}
.h3-title,
.h3-title2,
.h3-title3,
.h3-title4
 {
	font-size: 22px;
	font-weight: normal;
    /* font-weight: bold; */
    text-align: left;
    letter-spacing: 1px;
}
/* マージンあり */
.h3-title2 {
	margin-bottom: 10px;
}
.h3-title4 {
	margin-bottom: 30px;
}
.third-title,
.third-title2
{
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px;
    line-height: 1.2;
    border-radius: 3px;
    margin-bottom: 30px;
}
.third-title
{
    color: #333;
    background-color: #f4f4f4;
}

.third-title2
{
    color: #fff;
    background-color: #333;
    font-weight: normal;
}

.third-title3
{
    font-size: 14px;
    width: 100%;
    color: #696969;
    background-color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
    border-radius: 3px;
}
.span-3
{
    display: inline-block;
    color: #e4007f;
    font-size: 25px;
    text-align: left;
	margin-left: 12px;
	margin-right: 5px;
    font-weight: normal;
    letter-spacing: 0;
    font-style: italic;
}
.span-4 {
    display: inline-block;
    color: #a88304;
    font-size: 25px;
    text-align: left;
	margin-left: 12px;
	margin-right: 5px;
	font-style: italic;
    letter-spacing: 0;
}
/*********************************
全体設定（wrap）
*********************************/
/* 最外径 */
.wrapper-main
{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}
/* 内外径 */
.wrapper-article
{
    width: 100%;
    height: auto;
    padding-bottom: 110px;
}
.wrapper-main-area
{
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.div-wrap
{
    max-width: 1100px;
    height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
}
.div-wrap-in
{
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
    margin-top: 60px;
	margin-bottom: 60px;
}
.div-wrap-flex
{
    height: auto;
	margin: 0 auto;
    display: flex;
    margin-bottom: 60px;
}
.div-wrap-100vw {
	/* 画面幅いっぱいにはみ出す */
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #f1f1f1;
    border-top: thin solid #eeece4;
    border-bottom: thin solid #eeece4;
}
.div-wrap-100vw2 {
	/* 画面幅いっぱいにはみ出す */
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.div-wrap-100vw2:last-child {
    border-bottom: none;
}
/*********************************
全体共通（ボタン）
*********************************/
.wrap-btn-div
{
	line-height: 1;
    align-items: center;
	margin: 15px 0 15px 0;
}
.d-btn,
.m-btn,
.person-btn,
.person2-btn,
.model-btn,
.singer-btn,
.idol-btn,
.comedian-btn,
.staff-btn,
.other-btn,
.year-btn
{
	width: auto;
    color: #fff;
    border-radius: 3px;
	line-height: 1;
    padding: 5px 5px;
	font-size: 12px;
	margin-bottom: 6px;
}
.d-btn:hover,
.m-btn:hover,
.person-btn:hover,
.person2-btn:hover,
.model-btn:hover,
.singer-btn:hover,
.idol-btn:hover,
.comedian-btn:hover,
.staff-btn:hover,
.other-btn:hover,
.year-btn:hover
{
	opacity: 0.5;
}

.d-btn
{
	background-color: #7ab359!important;
}
.m-btn
{
    background-color: #af9b65;
}
.person-btn
{
	background-color: #597ab3!important;
}
.person2-btn
{
	background-color: #b25979;
}
.staff-btn
{
	background-color: #444;
}
.model-btn,
.singer-btn,
.idol-btn,
.comedian-btn,
.other-btn
{
	background-color: #999;
}
.year-btn
{
    background-color: #af9b65;
}
.btn-link-all
{
	font-size: 12px;
    color: #696969;
	line-height: 1;
    background-color: #fff;
    border-radius: 10px;
	padding: 6px 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.16);
    margin-right: 4px;
}
.btn-link-all3
{
	font-size: 12px;
    color: #696969;
    border: thin solid #aaa;
    line-height: 1;
    background-color: #fff;
    border-radius: 10px;
	padding: 6px 10px;
    margin-right: 4px;
}

.btn-link-all:hover,
.btn-link-all3:hover
{
	opacity: 0.5;
}

/* btn-link-all10ボタン前コメント */
.p-comment
{
    font-size: 14px;
    margin-top: 30px;
    color: #af9b65;
    text-align: center;
}
/* ボタン */
.btn-link-all10
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    border-radius: 20px;
    padding: 10px 30px;
    margin: 0 auto;
    color: #fff;
    background-color: #af9b65;
    font-weight: normal;
    border: thin solid #af9b65;
    /* letter-spacing: 1px; */
    margin-top: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,.16);
}
.btn-link-all10:hover
{
    opacity: 0.5;
}
/*********************************
全体設定（その他）
*********************************/
.display-flex
{
	display: flex;
    align-items: center;
}
/*********************************
ページング
*********************************/
.paging-div{
	margin-top: 60px;
}
/*********************************
パンくずリスト
*********************************/
/* パンくずリストdiv */
.div_pan
{
	max-width: 1100px;
    margin: 0 auto;
}
/*********************************
掲載文言
*********************************/
.published-text
{
    font-size: 12px;
}
.published-text:first-of-type
{
    margin-top: 10px;
}
/* 必須メモ */
.vod-memo {
	font-size: 14px;
    line-height: 1.6;
    margin-top: 50px;
    margin-bottom: 50px;
}
/*********************************
くっついてくるメニューバー
*********************************/
#search-position-sticky
{
    position: sticky;
    top: 0;
    z-index: 1000;
    opacity: 0.98;
}
/*********************************
ランキングマーク
*********************************/
/* 順位 */
.l-rank-box,
.l-rank-box-movie,
.l-rank-box-person,
.l-rank-box-person2
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0px;
    left: -0%;
    width: 26px;
    height: 26px;
    background-color: #af9b65;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    /* font-style: italic; */
    box-shadow: 0 1px 2px rgba(0,0,0,.16);
}
/*********************************
ヘッダー
*********************************/
/* 選択中の項目に対するスタイル */
.header-nav-div .header-nav ul li.active,
.mb-header-nav ul li.active
{
    color: #333; /* テキストの色 */
    background-color: #f6f5f4;
}
/* ヘッダーwrap */
.wrapper-header
{
    max-width: 100%;
    background-color: #fff;
}
/* ヘッダーそのもの */
.header-nav-div
{
	width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
.header-nav
{
    max-width: 1100px;
    margin: 0 auto;
}
.header-nav ul
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 50px;;
}
.header-nav li
{
    list-style: none;
    width: calc(100% / 5);
    text-align: center;
	border-right: thin solid #f2f2f2;
}
.header-nav li:last-child
{
	border-right: none;
}
.header-nav li a
{
    display: block;
    line-height: 50px;
    font-weight: normal!important;
}
.header-nav li:hover
{
    background: rgba(204, 204, 204, 0.3);
	transition : 0.5s;
	}
.header-nav li a
{
    color: #333;
}
/* サイトタイトルと検索フォームを囲うdiv */
.display-flex-20
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0px;
}
.display-flex-30
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 70%;
}
/* 検索フォーム */
.search
{
    width: 80%;
}
#keyword-set-1
{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 36px;
    border-radius: 3px;
}
#keyword-set-1 .form
{
    /* width: 90%; */
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    /* border-bottom: thin solid #ccc; */
    /* border-radius: 3px; */
    /* overflow: hidden; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
}
#modal-all
{
    /* width: 100%; */
    /* margin-left: 10px; */
    display: none;
    position: fixed;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 10000;
    overflow: auto;
    margin-left: 0;
    padding: 3%;
}
.modal-content-all
{
    width: 100%;
}
#i_glass-trigger
{
    font-size: 20px;
    text-align: center;
}
#i_glass-trigger:hover
{
    opacity: 0.5;
    cursor: pointer;
}
#keyword-set-1 .form input
{
    width: 100%;
    background-color: #fafafa;
    border-radius: 3px;
    padding: 10px 20px;
}
#keyword-set-1 .form input::placeholder
{
    color: #ddd;
    color: #B3B3B3;
    color: #333;
    font-size: 12px;
    /* padding: 10px; */
}
/* 検索ボタン */
.btn-set
{
    display: none;
    /* width: 10%; */
    /* padding-left: 5px; */
}
.search-btn,
.reset-btn
{
    width: 100%;
    color: #fff;
    background-color: #444;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
}
.reset-btn
{
    margin-right: none;
}
.search-btn:hover,
.reset-btn:hover
{
    background: #5b5b5b;
	transition : 0.2s;
}
/*********************************
ハンバーガーメニュー（wordpress）
*********************************/
.mb-header-nav
{
    display: none;
}
/* --------------------------------------------------------
レスポンシブ
最大幅820px以下の画面に対して適用
---------------------------------------------------------*/
@media (max-width: 820px) {

    .slick-slide
    {
        width: calc(100% / 1);
        flex: 0 0 auto;
    }
    /*********************************
    サイト内検索（モーダル）
    *********************************/
    /* サイト内検索のモーダル切り替え */
    #modal-all
    {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        align-items: center;
        justify-content: center;
        z-index: 10000;
        overflow: auto;
        margin-left: 0;
    }
    .modal-content-all
    {
        height: 30%;
        padding: 10px;
        overflow: auto;
        background-color: #fefefe;
        margin: 50px auto 0 auto;
    }
    #keyword-set-1
    {
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    #keyword-set-1 .form input
    {
        margin-left: 0;
        background-color: #fff;
        border-radius: 0;
    }
    #keyword-set-1 .form input::placeholder
    {
        font-size: 16px;
        color: #7ab359;
    }
    .modal-content-all-div
    {
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: thin solid #333;
        padding: 20px 0 4px 0;
        margin: 0 10px;
    }
    /*********************************
    くっついてくるメニューバー
    *********************************/
    #search-position-sticky
    {
        opacity: 1;
        top: auto;
        bottom: 3%;
        position: fixed;
        background-color: transparent;
        border-top: none;
        border-bottom: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #search-position-sticky-mb-only
    {
        opacity: 1;
        top: auto;
        bottom: 3%;
        position: fixed;
        background-color: transparent;
        border-top: none;
        border-bottom: none;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    /*********************************
    全体設定(基本)
    *********************************/
    body
    {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;    
    }
    /*********************************
    全体設定（表示・非表示）
    *********************************/
    .mb-no-display
    {
        display: none;
    }
    .pc-no-display
    {
        display: block;
    }
    /*********************************
    全体共通（タイトル）
    *********************************/
    .site-title
    {
        width: 40%;
        font-size: 20px;
        height: 100%;
        margin-left: 0;
    }
    .site-title a
    {
        color: #333;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        letter-spacing: 1px;
    }
    .first-title
    {
        font-size: 20px;
        line-height: 26px;
    }
    .title-div
    {
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 14px 0;
    }
    .title-div2
    {
        margin-top: 30px;
    }
    .section-title
    {
        font-size: 16px;
    }
    /* セクションタイトルdiv */
	.section-title-div
	{
        padding-right: 10px;
        padding-left: 10px;
	}
    .section-title2
    {
        font-size: 16px;
    }
    .section-title-span
    {
        font-size: 30px;
    }
    .section-title-span2
    {
        font-size: 30px;
    }
	.h3-title,
	.h3-title2,
	.h3-title3,
	.h3-title4
	{
        font-size: 24px;
        letter-spacing: 0;
        margin-left: 10px;
        margin-right: 10px;
	}
    .third-title2
    {
        border-radius: 0;
    }
    .fourth-title
    {
        padding: 10px;
    }
    .p-comment2
    {
        width: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 30px;
        margin-top: 30px;
        line-height: 1;
        font-size: 4.73vmin;
        border: thin solid #333;
        /* border-radius: 3px; */
    }
    .p-comment2 a
    {
        display: inline-block;
        border-bottom: none;
        font-size: 14px;
        padding: 10px;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .p-comment2 span
    {
        position: relative;
    }
    .p-comment2 span i
    {
        position: absolute;
        right: -46px;
    }
    .p-comment2:hover
    {
        opacity: 0.5;
    }
    /*********************************
    全体共通（wrap）
    *********************************/
    /* 最外径 */
    .wrapper-main
    {
        /* background-color: #faf8f5; */
        background-color: #eee;
    }
    /* 内外径 */
    .wrapper-article
    {
        padding-bottom: 0;
    }
    .div-wrap
    {
        width: 100%;
        padding-bottom: 0;
        margin: 10px 0;
        background-color: #fff;
        /* border-top: thin solid #eeece4; */
        border-top: thin solid #ddd;
        border-bottom: thin solid #ddd;
        margin: 10px 0;
    }
    .div-wrap:first-of-type
    {
        margin-top: 0;
    }
    .div-wrap-in
	{
		margin-bottom: 20px;
		margin-top: 20px;
	}
    .div-wrap-flex
    {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        background-color: #fff;
        /* border-top: 1px solid #ddd; */
        border-bottom: thin solid #ddd;
    }
    .div-wrap-100vw
    {
        /* overflow: hidden; */
    }
    /*********************************
    全体共通（ボタン）
    *********************************/

    /*********************************
    掲載文言
    *********************************/
    .published-text
    {
        font-size: 11px;
        padding-left: 10px;
        color: #696969;
        background-color: #fff;
    }
    /*********************************
	ランキングマーク
	*********************************/
	/* 順位 */
	.l-rank-box,
	.l-rank-box-movie,
	.l-rank-box-person,
	.l-rank-box-person2
	{
		top: -0px;
        font-size: 12px;
	}
    /*********************************
	ページング
	*********************************/
    .paging-div{
        margin-top: 30px;
        margin-bottom: 30px;
    }    
    /*********************************
    ヘッダー
    *********************************/
    /* ヘッダーwrap */
    .wrapper-header
    {
        position: sticky;
        z-index: 9999;
        top: 0;
        left: 0;
    }
    .mb-no-display-inline
    {
        display: none;
    }
    .header-nav-div
    {
        display: none;
    }
    .header-nav
    {
        width: 100%;
    }
    .header-nav ul
    {
        /* height: 40px;; */
    }
    .header-nav li a
    {
        width: 100%;
        height: 100%;
    }
    /* サイトタイトルと検索フォームを囲うdiv */
    .display-flex-20
    {
        margin: 0;
        padding-right: 10px;
        padding-left: 10px;
        height: 40px;
    }
    .display-flex-30
    {
        margin: 0;
        height: 100%;
    }
    /* 検索フォーム */
    .search
    {
        width: auto;
        height: 100%;
        margin-right: 14px;
    }
    /* 検索ボタン */
    .btn-set
    {
        width: 20%;
        margin-right: 0px;
    }
    /*********************************
    ハンバーガーメニュー（wordpress）
    *********************************/
    .mb-header-nav
    {
        display: block;
        width: auto;
        height: 100%;
    }
    .hamburger-menu-wrapper {
        height: 100%;
    }
    #hamburger-menu-button {
        display: none;
    }
    #hamburger-menu-button:checked ~ .hamburger-menu-close {
        display: block;
        opacity: 0.5;
    }
    #hamburger-menu-button:checked ~ .hamburger-menu-content {
        transform: translate3d(0,0,0);
    }
    .hamburger-menu-open .fa-bars {
        color: #f4f4f4;
        font-size: 20px;
    }
    .hamburger-menu-open {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 30px;
        z-index: 4;
        cursor: pointer;
    }
    .hamburger-menu-close {
        display: none;
        opacity: 0;
        background: #000;
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 40px;
        bottom: 0;
        cursor: pointer;
        transition: 0.3s ease;
        z-index: 9999;
    }
    .hamburger-menu-content {
        background: #fff;
        position: fixed;
        right: 0;
        top: 40px;
        width: 80%;
        height: 100%;
        transition: 0.3s ease;
        transform: translate3d(100%,0,0);
        overflow: auto;
        z-index: 10000;
    }
    .hamburger-menu {
        padding: 15px;
    }
    .hamburger-menu li {
        padding: 20px 10px;
        font-size: 18px;
        text-align: left;
        transition: 0.3s ease;
    }
    .hamburger-menu .sub-menu li {
        font-size: 14px;
        text-align: left;
        transition: 0.3s ease;
        border-bottom: thin solid #eee;
        padding-bottom: 0;
        padding-top: 6px;
        margin: 0 10px;
    }

    .hamburger-menu li a {
        /* padding: 10px 10px; */
        display: inline-block;
        color: #555555;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hamburger-menu i:before {
        color: #af9b65;
        font-weight: 900;
    }
    .hamburger-menu li:hover {
        transform: translateX(5px);
    }
}