@charset "Shift_JIS";

body{
	color:#888;
}

a{
	color:#888;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,.25);
}

header{
	width: 100%;
	margin-bottom: 24px;
	background: #fff;
	border-top:1px solid #e5e5e5;
	border-bottom: 3px solid #EF5763;
}

nav{
	border-top:1px solid #e5e5e5;
}

main{
	display: block;
	min-height: 560px;
}

footer{
	padding: 24px 0;
	font-size: 1.2rem;
	border-top:1px solid #e5e5e5;
}

footer address{
	text-align: center;
}

footer ul{
	width: 720px;
	margin: 0 auto 32px;
	letter-spacing: -.4em;
}

footer ul li{
	display: inline-block;
	width: 240px;
	text-align: center;
	letter-spacing: normal;
}

.inner{
	width: 1380px;
	margin: 0 auto;
}

.left_side{
	width: calc(100% - 405px);
}

.right_side{
	width: 320px;
}

h2.ttl{
	margin-bottom: 16px;
	padding-bottom: 2px;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	position: relative;
}

h3.ttl{
	margin-bottom: 16px;
	padding-bottom: 2px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}


em{
	color: #f00;
}

.btn{
	display: block;
	width: 40%;
	padding: 16px 0;
	color: #fff;
	background: linear-gradient(180deg,#769afd,#5a88f0);
	border: 2px solid #7ba3ff;
	border-radius: 5px;
	position: relative;
}

.btn:before{
	position: absolute;
	top:calc(50% - 17px);
	left: 6%;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url("../../img/3/icn_arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.base_table{
	width: 100%;
	font-size: 1.4rem;
	background: #fff;
}

.base_table th{
	background: #f7f7f7;
}

.base_table th,
.base_table td{
	padding: 8px;
	font-weight: normal;
	border:1px solid #ccc;
}

.scroll_box{
	padding: 16px;
	height: 400px;
	background: #fff;
	overflow-y: scroll;
	border: 1px solid #ccc;
}

.tel{
	font-size: 4rem;
	text-align: center;
	font-weight: bold;
	color: #01ac49;
}

/*モーダル*/
.no_scroll{
	width: 100%;
	height: 100%;
	position: fixed;
}

.modal_open{
	cursor:pointer;
}

#modal_window{
	display: none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	height:100vh;
	background:rgba(0,0,0,.85);
	z-index:2;
}

#modal_content_wrapper{
	width: 100%;
	height:100%;
}

#modal_content{
	width: 480px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.logo_box{
	margin-bottom: 24px;
	border-bottom: 1px solid #ccc;
}

#modal_content p{
	color: #000;
	font-size: 1.3rem;
}

#modal_content p.age_conf_text{
	font-size: 2.4rem;
}

.tow_btn_box{
	border-top: 1px solid #ccc;
	background: #f7f7f7;
}

.tow_btn_box .btn{
	width: 32%;
	margin: 24px auto;
	font-size: 2rem;
}

.tow_btn_box .btn:before{
	display: none;
}

.btn.btn_leave{
	padding: 8px 0;
	font-size: 1.6rem;
	color: #000;
	background: linear-gradient(0deg, #eee 0%, #fff 100%);
	border: 1px solid #ccc;
}

.modal_close{
	cursor: pointer;
}

/*---------------------------------------------
1 2
---------------------------------------------*/
header .inner{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}

header .inner .search_box{
	width: 40%;
	max-width: 600px;
}

.header_link{
	padding-right: 8px;
}


.top_text_link{
	padding: 8px 8px 16px 8px;
	font-size: 1.2rem;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.top_text_link a{
	color: #d4d4d4;
}

.top_text_link a:hover{
	color: #525252;
}

.top_text_link_lg a{
	color: #000;
	font-size: 1.4rem;
}

.top_text_link_lg a:hover{
	color: #f00;
}

/*ヘッダ内*/
.logo{
	display: block;
	width: 240px;
	height: 64px;
}

.search_box{
	width: 600px;
	border:1px solid #ccc;
	border-radius: 5px;
}

.search_box input[type="text"],
.search_box input[type="button"]{
	display: block;
	height: 40px;
}

.search_box input[type="text"]{
	flex: 4;
}

.search_box input[type="button"]{
	flex: 1;
	background: -webkit-linear-gradient(#f5f5f5, #b3b3b3);
	background: -o-linear-gradient(#f5f5f5, #b3b3b3);
	background: linear-gradient(#f5f5f5, #b3b3b3);
}

.header_link a{
	display: block;
	width: 160px;
	border-radius: 5px;
}

.header_link a:first-child{
	font-weight: bold;
	color: #1d5dd4;
	text-decoration: underline;
}

.header_link a.flag{
	width: 50px;
	padding: 0;
}

/*ナビ*/
nav ul{
	display: flex;
	justify-content: flex-start;
	padding: 4px 0;
}

nav ul li{
	width: 160px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	border-right:1px solid #e5e5e5;
}

#video .dummy{
	position: relative;
	width: 100%;
	height: 460px;
	background: #000;
	background-size: cover !important;
}

#video .in{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#video .play {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.play {
	animation-name: flash;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}

.play:hover {
	animation-name: flash-none;
}

@keyframes flash {
	50%{
	opacity: 0;
	}
}

#video .play img{
	width: 60px;
	height: 60px;
}

#video .play:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*コメント*/
.comments_box{
	margin-bottom: 16px;
	padding: 16px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.comments_box span{
	display: inline-block;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background: #EAEAFF;
	border-radius: 5px;
}

.headline{
	margin-bottom: 8px;
	font-weight: bold;
	font-size:1.4rem;;
}


#kiyaku{
	padding: 8px;
	color: #000;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}


.under_18_caution{
	margin: 16px auto;
}

/*関連動画*/
ul.movie_list li{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}

ul.movie_list li img{
	width: 120px;
	object-fit: cover;
	overflow: hidden;
}

.movie_info_box{
	width: 160px;
	padding-left: 8px;
	font-size: 1.4rem;
}

.movie_title{
	color: #1d5dd4;
	text-align: left;
	margin-bottom: 8px;
}

.movie_target{
	width: 40%;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	background: #4b7ceb;
}

.movie_target.for_all{
	background: #ff7600;
}

.movie_count:before{
	content: "";
	display: inline-block;
	margin-right: 2px;
	width: 12px;
	height: 12px;
	background: url("../../img/3/icn_play.png");
	background-size: cover;
}

/*バナー*/
.banner ul li{
	margin-bottom: 8px;
}

.banner2{
	height: 90px;
	overflow: hidden;
}

.banner2 img{
	display: block;
	object-fit: contain;
	width: 720px;
	height: 90px;
	margin: 0 auto;
}

span.all_member {
	display: inline-block;
	width: 80px;
	margin: 10px 0 0 10px;
	padding: 1px 10px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #ff7600;
	border: 1px solid #fca500;
}

#overlay-footer {
	width: 31%;
	background: #EE5763;
	position: fixed;
	z-index: 1;
	bottom: 0;
	padding: 10px 12px;
}

.text_agree{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}

.btn.btn_agree {
	display: block;
	width: 16%;
	margin: 0;
	padding: 8px 0;
	font-size: 1.4rem;
	border-radius: 5px;
	border: none;
}


.btn.btn_agree:before{
	display: none;
}


a.toRule{
	color: #000;
	font-weight: bold;
}

/*---------------------------------------------
3
---------------------------------------------*/
/*インストール画像*/
#timeout{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

#timeout .img_box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.95);
	display: flex;
	justify-content: center;
	align-items: center;
}

#timeout img{
	display: block;
	margin: 0 auto;
	width: 960px;
	object-fit: cover;
}

.member_status{
	width: 40%;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	background: #4b7ceb;
}


body#regist{
	background: #faf8f5;
}

body#regist .inner{
	width: 1080px;
	margin: 0 auto;
}

body#regist header .inner{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}


body#regist .header_link_box{
	border-right: 1px solid #ddd;
}

.icn_header{
	display: block;
	margin-right: 8px;
	width: 40px;
	height: 40px;
}

body#regist .header_link a span{
	color: #999999;
	text-decoration: none;
}

header a.to_normal{
	display: block;
	width: 56px;
	margin-left: 8px;
	padding: 4px 8px;
	text-align: center;
	font-weight: bold;
	color: #1d5dd4;
	border:1px solid #1d5dd4;
	border-radius: 5px;
}

.girlbg{
	width: 1080px;
	height: 500px;
	margin: -24px 0 0;
	background: url("../../img/3/code_box_bg.jpg");
}

.code_box{
	padding: 24px;
}

.code_box_in{
	width: 756px;
	position: relative;
}

a.regist_comp_text {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	font-size: 52px;
	font-weight: bold;
	color: #ffa500;
	/* background: #98fb98; */
	background: #00ff00;
	border-radius: 256px;
/* 	animation: crossfade_text_color 2s infinite; */
}

@keyframes crossfade_text_color {
	0% {	color: #fff; }
	50% {	color: #ffe500;}
	100% {	color: #fff; }
}

/* a.regist_comp_text:hover{
	width: 100%;
	color: #ffe500;
	animation: crossfade_bg_color 0s infinite;
} */
.sub_ttl {
	color: #000;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}

.user_id{
	margin: 8px auto;
	font-weight: bold;
	font-size: 3.2rem;
	text-align: center;
	color: #f00;
	background: #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
}

.user_id span{
	display: block;
	padding: 0 8px;
	font-weight: normal;
	color: #fff;
	background: #000;
}

.under_age_text {
	padding: 8px;
	margin-bottom: 8px;
	font-size: 2rem;
	text-align: center;
	color: #000;
	background: #ffffcd;
	border: 2px solid #e5012f;
	border-radius: 8px;
}

.btn_get_code{
	display: block;
	width: 90%;
	margin-bottom: 8px;
	padding: 8px 0;
	font-size: 24px;
/* 	color: #fff; */
	color: #ffa500;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	border-radius: 8px;
	background-color: #ffff00;
	border: 2px solid #e5e5e5;
	animation: crossfade_bg_color 2s infinite;
}

/* @keyframes crossfade_bg_color {
	0% {	background-color: #de2600; }
	50% {	background-color: #00ba32;}
	100% {	background-color: #de2600; }
} */


@keyframes crossfade_bg_color {
/* 	0% {background-color: #fb63b3;}
	50% {background-color: #768ae0;}
	100% {background-color: #fb63b3;} */
	0% {background-color: #e0ffff;}
	50% {background-color: #f8f8ff;}
	100% {background-color: #e0ffff;}
}

.btn_get_code:hover{
/* 	box-shadow: none;
	background-color: #d40000;
	animation: crossfade_bg_color 0s infinite; */
	box-shadow: none;
	background-color: #e0ffff;
	animation: crossfade_bg_color 0s infinite;
}

#clickhere{
	display: block;
	position: absolute;
	right: -90px;
	bottom: 160px;
	width: 240px;
	height:90px;
}


.support_box{
	display: block;
	width: 90%;
	padding: 8px;
	text-align: center;
	background: #fff;
	border: 4px solid #01ac49;
}

/*
.support_box{
	display: block;
	width: 90%;
	padding: 8px;
	text-align: center;
	background: #fff;
	border: 4px solid #d40000;
}
*/


.user_info_table th,
.user_info_table td{
	font-weight: bold;
	font-size: 2rem;
}

.user_info_table td{
	font-size: 2.4rem;
	color: #e53d3d;
}

.user_info_table td.priceN{
	background: #fff;
}

.user_info_table td.priceC{
	font-size: 3.2rem;
	color: #fff;
	background: #ff851c;
}

.flow li{
	padding: 8px;
	width: 33.333%;
}

.flow li div{
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #eff4ff;
}

.flow li p{
	height: 160px;
	text-align: center;
}

.flow li p span{
	display: block;
	margin: 0 auto 32px;
	height: 40px;
	line-height: 40px;
	font-size: 2rem;
	text-align: center;
	color: #5689e8;
	border-bottom: 1px solid #ccc;
}

.must_read_box {
	padding: 8px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
}

.stop {
	width: 700px;
	margin: 0 auto 16px;
}



#regist footer{
	padding-bottom: 190px;
}

.bottom_links_box{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 8px 0;
	background: rgba(255,255,255,.75);
	border-top: 3px solid #EF5763;
}

.bottom_links_box .inner{
	width: 90%;
	max-width: 1080px;
}

.bottom_links_box ul{
	width: 60%;
}

.bottom_links_box ul li{
	width: 33%;
	padding: 4px;
}

.bottom_links_box ul li a{
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: linear-gradient(180deg,#769afd,#5a88f0);
	border: 2px solid #7ba3ff;
	border-radius: 5px;
}

.bottom_info_box{
	width: 40%;
	padding: 4px;
	font-weight: bold;
	background: #fff;
	border:2px solid #e5e5e5;
	border-radius: 5px;
}

.bottom_info_box_top p{
	flex:1;
	font-size: 2rem;
}

.bottom_info_box_top p span{
	display: inline-block;
	width: 70px;
	margin-right: 8px;
	padding: 4px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	background: #3b3b3b;
	vertical-align: middle;
}

.bottom_info_box .tel{
	font-size: 4rem;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

/*規約*/
.term_box h2.ttl{
	font-size: 1.5rem;
}

.term_box p{
	font-size: 1.4rem;
	margin-bottom: 16px;
}


/*ログイン*/
.login_box .base_table{
	width: 60%;
	margin: 24px auto;
}

.about_pay_box{
	width: 80%;
	margin: 0 auto;
	padding: 16px;
	border: 1px solid #e5e5e5;
}

/*お問合せ*/
.about_pay_box p{
	width: 60%;
	margin: 48px auto;
	text-align: center;
}

.about_pay_box p.tel{
	font-size: 4rem;
	font-weight: bold;
}

