@charset "UTF-8";

/* page pop-up */
#confirm .popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
}

#confirm .popup.is-show {
        opacity: 0.8;
        visibility: visible;
}

#prpop .popup-inner {
		color:black;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height:100%;
        max-width: 100%;
        background-color: #ff99a8 ;
        z-index: 2;

        display: flex;
        justify-content: center;
        align-items: center;
}
#confirm .popup-inner {
        background-color: #000 ;
}

#confirm .icn_r18 {
    width: 70px;
    height: 70px;
}
#confirm .btns {
    display: flex;
}
#confirm .btn_ent,
#confirm .btn_lev {
    width: calc((100% - 70px) /2 );
    height: 70px;
}
#confirm .btns img{
	vertical-align:bottom;
    width: 100%;
    height: auto;
}

#confirm .close-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
}

#confirm .close-btn i {
        font-size: 20px;
        color: #333;
}

#confirm .black-background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba( 0, 0, 0,.4);
        z-index: 1;
        cursor: pointer;
}
#confirm .black-background {
        background-color: rgb( 0, 0, 0);
}

#confirm .popup-inner-out {
        margin:50px
}

/*18禁のモーダルウインドウブロック全体の設定*/
#confirm .modal {
	position:fixed;
	z-index:9999; 
	top:35%; 
	left: calc((100% - min(400px, calc( 100% - 2px) )) / 2);
	width:calc(100% - 2px); 
	max-width:400px; 
	height:200px; 
	padding:20px; 
	color:#FFF; 
	text-align:center; 
	border:1px solid #FFF; 
	border-radius:10px;
}

/*18禁のモーダルウインドウ イメージ設定*/
.modal img { 
	vertical-align:bottom;
}

/*18禁のモーダルウインドウ 文字表示設定*/
.modal p { 
	margin-bottom:10px; 
}

/*18禁のモーダルウインドウ リンク設定*/
.modal a {
	cursor:pointer;
}

/*18禁のモーダルウインドウ タイトル(h2)設定*/
.modal h2 {
	display: none;			/*画面に非表示*/
}

label[for="siteguard_captcha"] {
    font-size:1.3em;
    line-height:2em;
}

/* movie single 「ぜひ見てね　コメントも待ってまーす・・・」 */
.p-interview__title_welcome {
    line-height: 1.5;
    font-size: 1.4rem;
    
}
.emoji {
font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}
label[for="siteguard_captcha"] {
    font-size:1.2rem;
    line-height: 1.5rem;
}
label[for="siteguard_captcha"]:after {
    font-size:1.2rem;
    content:"セキュリティ対策です。ご協力ください";
}
input#siteguard_captcha {
    font-size:1.2rem;
    line-height:1.5rem;
}
/*ここからPC用（801px～1000px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:801px) {
input#siteguard_captcha {
    margin-top:1rem;
}

}