@charset "utf-8";

/* -----↓初期化----- */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td{
	margin:0;
	padding:0;
	font-weight:inherit;
	font-size:inherit;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break:break-all;
	line-height:1.4;
	color:#000;
	font-weight:normal;
	position:relative;
	font-size:13px;
background-color: #000;
}
table{
	border-collapse:collapse;
}
th,
td{
	border-spacing:0;
}
ul,
ol,
li{
	list-style-type:none;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
/*
	text-decoration:underline;
*/
}
img{
	width:100%;
	height:auto;
	vertical-align:top;
	border:none;
}
input{
	vertical-align:middle;
}
input,
textarea{
	font-size:inherit;
}
/* -----↑初期化----- */


/* -----↓共通化----- */
/*clearfix*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.contentsLink{
	font-size:11px;
}
.contentsLink a{
	color:#999;
}
/*pager*/
.pager{
	text-align:center;
	margin:10px 0;
}
.pager a{
	color:#0847ae;
}
/*mkThumb*/
.mkThumb{
	position:relative;
	display:block;
	overflow:hidden;
}
.mkThumb:after{
	content:"";
	display:block;
	padding-top:133%;
}
.mkThumb img{
	position:absolute;
	left:0;
	top:0;
}
.moreLink{
	text-align:right;
}
/* -----↑共通化----- */


/* -----↓header_block----- */
.header_block{
	border-top:5px solid #009d94;
	background-color:#fff;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:2;
}
.header_block .logo{
	float:left;
	height:50px;
	padding:11px 10px;
	box-sizing:border-box;
}
.header_block .logo img{
	height:25px;
}
.header_block .arealink_btn{
	float:right;
	height:50px;
	padding:18px 10px;
	box-sizing:border-box;
	font-weight:bold;
	line-height:14px;
	font-size:14px;
}
.header_block .arealink_btn img{
	width:21px;
	margin-left:10px;
}

@media screen and (max-width:400px){
.header_block .logo{
	padding:11px 0px 11px 4px;
}
.header_block .arealink_btn{
	padding:18px 4px 18px 0;
	font-size:0px;
}
.header_block .arealink_btn img{
	margin-left:0px;
}
}


.header_block .arealink_block{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	height:100%;
	opacity:0;
	visibility:hidden;
	background-color:#252e33;
	transition-duration:0s, 0.4s, 0.4s;
	transform:translate3d(0, -50%, 500px);
	-webkit-transform:translate3d(0, -50%, 500px);
	transition-property:visibility, opacity, transform;
	font-size:14px;
}
.header_block .arealink_block.active{
	opacity:1;
	visibility:visible;
	transform:translate3d(0, 0, 500px);
	-webkit-transform:translate3d(0, 0, 500px);
}
.header_block .arealink_block.delay{
	transition-delay:0s;
}
.header_block .arealink_block .inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 12.5%;
}
.header_block .arealink_block .close_btn{
	position:absolute;
	top:10px;
	right:10px;
}
.header_block .arealink_block .close_btn img{
	width:31px;
}
.header_block .arealink_block h2{
	line-height:40px;
	font-size:12px;
	color:#009d94;
	margin-bottom:10px;
}
.header_block .arealink_block .main{
	margin-bottom:40px;
	padding-bottom:40px;
	position:relative
}
.header_block .arealink_block .main:before{
	display:block;
	content:"";
	position:absolute;
	left:35%;
	bottom:0;
	width:30%;
	border-bottom:1px solid #fff;
}
.header_block .arealink_block .main li{
	float:left;
}
.header_block .arealink_block .main li:nth-of-type(3n+1){
	clear:both;
}
.header_block .arealink_block .main li a{
	color:#fff;
	margin-right:25px;
	font-weight:bold;
	line-height:40px;
}
.header_block .arealink_block .main li:nth-of-type(3n) a{
	margin-right:0;
}
.header_block .arealink_block .main li:last-child a{
	margin-right:0;
}
.header_block .arealink_block h3{
	color:#8a8f99;
	line-height:40px;
	font-size:12px;
	margin-bottom:10px;
}
.header_block .arealink_block .sub{
}
.header_block .arealink_block .sub li{
	float:left;
	width:50%;
}
.header_block .arealink_block .sub li a{
	display:block;
}
.header_block .arealink_block .sub li a span{
	line-height:25px;
}
.header_block .arealink_block .sub li a .en{
	display:block;
	color:#009d94;
}
.header_block .arealink_block .sub li a .jp{
	display:block;
	font-weight:bold;
	color:#fff;
}
/* -----↑header_block----- */


/* -----↓mainvisual_block----- */
.mainvisual_block{
	position:relative;
}
.mainvisual_block .flex-viewport .slides li{
	float:left;
	position:relative;
}
.mainvisual_block .flex-viewport .slides li:after{
	content:"";
	display:block;
	padding-top:110%;
}
.mainvisual_block .flex-viewport .slides li a{
	display:block;
	overflow:hidden;
	position:absolute;
}
.mainvisual_block .flex-viewport .slides li a:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.3);
}
.mainvisual_block .flex-viewport .slides li a img{
	margin-top:-10%;
}
.mainvisual_block p{
	position:absolute;
	bottom:10%;
	left:0;
	right:0;
	text-align:center;
	z-index:1;
	font-size:32px;
}
.mainvisual_block p:after{
	content:"";
	display:block;
	border-top:2px solid #fff;
	position:absolute;
	margin-top:-1px;
	top:50%
}
.mainvisual_block p span{
	display:inline-block;
	font-weight:bold;
	line-height:1.4;
}
.mainvisual_block p .en{
	color:#fff;
}
.mainvisual_block p .jp{
	color:#009d94;
	position:relative;
	border-bottom:2px solid #fff;
}
/* -----↑mainvisual_block----- */


/* -----↓news_block----- */
.news_block{
	background-color:#252e33;
	min-height:50px;
	position:relative;
	margin-bottom:30px;
}
.news_block dl{
	float:left;
	line-height:50px;
	padding:0 10px;
	background-color:#3b4851;
	position:absolute;
	top:0;
	left:0;
	right:50px;
}
.news_block dl dt{
	float:left;
	color:#fff;
	margin-right:10px;
}
.news_block dl dd{
	color:#009d94;
	font-size:16px;
	text-decoration:underline;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news_block .toggle{
	position:absolute;
	top:0;
	right:0;
	width:50px;
	color:#fff;
	font-size:16px;
	height:50px;
	line-height:50px;
	display:block;
	text-decoration:underline;
	cursor:pointer;
	box-sizing:border-box;
}
.news_block .toggle:after{
	content:"";
	background:url(../img/icon_toggle.png) 50% 50% no-repeat;
	background-size:15px auto;
	display:block;
	position:absolute;
	top:50%;
	right:25px;
	margin:-5px -7.5px 0 0;
	width:15px;
	height:10px;
	text-align:center;
}
.news_block .toggle:hover{
	background-color:#009d94;
}
.news_block .toggle:hover:after{
	content:"";
	background:url(../img/icon_toggle_on.png) 50% 50% no-repeat;
	background-size:15px auto;
}
.news_block .toggle_block{
	display:none;
	clear:both;
	background-color:#252e33;
	padding:70px 20px 20px;
	box-sizing:border-box;
}
.news_block .toggle_block .book{
	float:left;
	margin-right:20px;
	width:80px;
}
.news_block .toggle_block .text_box{
	overflow:hidden;
	margin-bottom:10px;
}
.news_block .toggle_block .text_box .description{
	color:#fff;
	font-size:12px;
	margin-bottom:10px;
}
.news_block .toggle_block .text_box .description span{
	font-weight:bold;
	font-size:16px;
}
.news_block .toggle_block .text_box .date{
	color:#009d94;
}
.news_block .toggle_block .text_box .date span{
	font-weight:bold;
	font-size:32px;
}
.news_block .toggle_block .logo{
	float:right;
	width:100px;
}
/* -----↑news_block----- */


/* -----↓covergirl_block----- */
.covergirl_block{
	/*margin-bottom:50px;*/
}
.covergirl_block .inner{
}
.covergirl_block .inner .title{
	max-width: 420px;
	width: 100%;
	margin: 10px 0 5px 0;
	text-align: center;
	color: #ceb45b;
	font-size: 2.5em;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	position: relative;
}
.covergirl_block .inner .title span{
	display:inline-block;
	margin-right:10px;
}
.covergirl_block .inner .float{
}
.covergirl_block .inner .float .girl{
	padding:10px 20px 20px;
	background-color:#fff;
}
.covergirl_block .inner .float .girl .thumb{
	width:60px;
	height:60px;
	border-radius:60px;
	float:left;
	overflow:hidden;
	margin:0 10px 10px 0;
}
.covergirl_block .inner .float .girl .profile{
	overflow:hidden;
	margin-bottom:10px;
}
.covergirl_block .inner .float .girl .profile .name{
	font-weight:bold;
	font-size:15px;
	color:#ceb45b;
}
.covergirl_block .inner .float .girl .profile .size{
	font-size:13px;
}
.covergirl_block .inner .float .girl .profile .shop{
	font-size:11px;
}
.covergirl_block .inner .float .girl .description{
	clear:both;
}
.covergirl_block .inner .float .link{
	position:relative;
	width:50%;
	background-color:#252e33;
}
.covergirl_block .inner .float .link a{
	color:#fff;
	font-size:14px;
	line-height:70px;
	display:block;
	padding:0 40px 0 0px;
	position:relative;
	text-decoration:underline;
	text-align:center;
}
.covergirl_block .inner .float .link a:after{
	content:"";
	background:url(../img/icon_link.png) 50% 50% no-repeat;
	background-size:10px auto;
	display:block;
	position:absolute;
	top:50%;
	right:20px;
	margin:-7.5px -5px 0 0;
	width:10px;
	height:15px;
	text-align:center;
}
.covergirl_block .inner .float .link a:hover{
	background-color:#009d94;
}
.covergirl_block .inner .float .link a:hover:after{
	content:"";
	background:url(../img/icon_link_on.png) 50% 50% no-repeat;
	background-size:10px auto;
}
/* -----↑covergirl_block----- */






/* -----↓pickup_block----- */
.pickup_block{
	position:relative;
	z-index:0;
}
.pickup_block .pick_up_title{
}
.pickup_block .pick_up_title .inner{
	text-align:center;
	color:#fff;
}
.pickup_block .pick_up_title .inner .title{
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:1;
	margin:20px auto;
	color: #fff;
}
.pickup_block .pick_up_title .inner .description{
	letter-spacing:0.1em;
	font-size:14px;
	line-height:24px;
	margin:20px;
}
.pickup_block .pickup_girl{
	margin:0 10px;
}
.pickup_block .pickup_girl .box{
	margin-bottom:20px;
}
.pickup_block .pickup_girl .box:nth-of-type(2n+1){
	margin-left:0;
	clear:both;
}
.pickup_block .pickup_girl .box:nth-of-type(n+3){
	margin-top:30px;
}
.pickup_block .pickup_girl .box a{
	display:block;
}
.pickup_block .pickup_girl .box a .img_box{
}
.pickup_block .pickup_girl .box a .text_box{
	padding:0px 20px 20px 20px;
	background-color:#fff;
	position:relative;
}
.pickup_block .pickup_girl .box a .text_box .thumb{
	float:left;
	width:60px;
	height:60px;
	border-radius:60px;
	overflow:hidden;
	border:4px solid #fff;
	margin:-20px 10px 0px 0;
}
.pickup_block .pickup_girl .box a .text_box .thumb img{
	border-radius:60px;
}
.pickup_block .pickup_girl .box a .text_box .profile{
	padding-top:20px;
	margin-bottom:5px;
}
.pickup_block .pickup_girl .box a .text_box .profile li{
	line-height:20px;
}
.pickup_block .pickup_girl .box a .text_box .profile .name{
	font-weight:bold;
	font-size:15px;
	color:#ceb45b;
}
.pickup_block .pickup_girl .box a .text_box .profile .size{
	font-size:13px;
}
.pickup_block .pickup_girl .box a .text_box .profile .shop{
	font-size:11px;
}
.pickup_block .pickup_girl .box a .text_box .profile .link{
	display:none;
}
.pickup_block .pickup_girl .box a .text_box .description{
	line-height:1.6;
	clear:both;
}
.pickup_block .pickup_girl .box a .text_box .camera{
	font-size:10px;
	text-align:right;
}
.pickup_block .pickup_girl .box a .text_box .area{
	position:absolute;
	top:-15px;
	right:0;
	width:140px;
	height:30px;
	line-height:30px;
	color:#fff;
	background-color:#ceb45b;
	text-align:center;
}







.pickup_block .scatter_girl{
	margin:0 10px 20px;
}
.pickup_block .scatter_girl .box{
	margin-bottom:20px;
}
.pickup_block .scatter_girl .box a{
	display:block;
	position:relative;
}
.pickup_block .scatter_girl .box a .img_box{
}
.pickup_block .scatter_girl .box a .text_box{
	padding:0px 10px 10px;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.pickup_block .scatter_girl .box a .text_box .thumb{
	float:left;
	width:60px;
	height:60px;
	border-radius:60px;
	overflow:hidden;
	border:4px solid transparent;
	margin:-10px 10px -10px -4px;
	background:url(../img/icon_thumb_bg.png) -4px -4px no-repeat;
}
.pickup_block .scatter_girl .box a .text_box .thumb img{
	border-radius:60px;
}

.pickup_block .scatter_girl .box a .text_box .profile{
	padding-top:10px;
	overflow:hidden;
}
.pickup_block .scatter_girl .box a .text_box .profile li{
	line-height:20px;
}
.pickup_block .scatter_girl .box a .text_box .profile .name{
	font-weight:bold;
	font-size:15px;
	color:#ceb45b;
}
.pickup_block .scatter_girl .box a .text_box .profile .shop{
	font-size:11px;
	color:#fff;
}
.pickup_block .scatter_girl .box a .text_box .profile .size,
.pickup_block .scatter_girl .box a .text_box .profile .link,
.pickup_block .scatter_girl .box a .text_box .description,
.pickup_block .scatter_girl .box a .text_box .camera,
.pickup_block .scatter_girl .box a .text_box .area{
	display:none;
}

.box .text_box .shop{
	font-size: 0.8em;
	line-height: 1.2em;
}




.pickup_block .thumbnail_girl{
	margin:0px 0 50px 10px;
}
.pickup_block .thumbnail_girl .box{
	float:left;
	width:50%;
	padding-right:10px;
	box-sizing:border-box;
	position:relative;
}
.pickup_block .thumbnail_girl .box:nth-of-type(2n+1){
	clear:both;
}
.pickup_block .thumbnail_girl .box:nth-of-type(n+3){
	margin-top:10px;
}
.pickup_block .thumbnail_girl .box .img_box{
}
.pickup_block .thumbnail_girl .box a{
	display:block;
	position:relative;
}
.pickup_block .thumbnail_girl .box .text_box{
	color:#fff;
	padding:10px;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition:1s;
	transition-property:opacity;
	opacity:0;
	z-index:-1;
}
.pickup_block .thumbnail_girl .box.active .text_box{
	z-index:1;
	opacity:1;
}
.pickup_block .thumbnail_girl .box .text_box .thumb{
	display:none;
	float:left;
	width:40px;
	border-radius:40px;
	overflow:hidden;
	margin:0 10px 10px 0;
}
.pickup_block .thumbnail_girl .box .text_box .profile{
}
.pickup_block .thumbnail_girl .box .text_box .profile li{
	font-size:9px;
}
.pickup_block .thumbnail_girl .box .text_box .profile .name{
	font-weight:bold;
	font-size:13px;
	color:#ceb45b;
}
.pickup_block .thumbnail_girl .box .text_box .profile .size{
}
.pickup_block .thumbnail_girl .box .text_box .profile .shop{
	font-size:11px;
}
.pickup_block .thumbnail_girl .box .text_box .profile .link{
	position:absolute;
	right:5px;
	bottom:5px;
	text-align:right;
	padding-right:14px;
	text-decoration:underline;
}
.pickup_block .thumbnail_girl .box .text_box .profile .link:after{
	display:inline-block;
	content:"";
	background:url(../img/icon_link.png) 50% 50% no-repeat;
	background-size:6px auto;
	position:absolute;
	top:50%;
	right:7px;
	margin:-4.5px -5px 0 0;
	width:6px;
	height:9px;
	text-align:center;
}
.pickup_block .thumbnail_girl .box .text_box .description,
.pickup_block .thumbnail_girl .box .text_box .camera,
.pickup_block .thumbnail_girl .box .text_box .area{
	display:none;
}
/* -----↑pickup_block----- */


/* -----↓footer_block----- */
.footer_block .inner{
	clear:both;
	background-color:#252e33;
	padding:10px;
	box-sizing:border-box;
}
.footer_block .inner .book{
	float:left;
	margin-right:10px;
	margin-top:-50px;
	border:10px solid #252e33;
	box-sizing:border-box;
	width:80px;
}
.footer_block .inner .text_box{
	overflow:hidden;
	margin-bottom:10px;
}
.footer_block .inner .text_box .description{
	color:#fff;
	font-size:11px;
	margin-bottom:10px;
}
.footer_block .inner .text_box .description span{
	font-weight:bold;
	font-size:16px;
}
.footer_block .inner .text_box .date{
	color:#009d94;
}
.footer_block .inner .text_box .date span{
	font-weight:bold;
	font-size:32px;
}
.footer_block .inner .logo{
	float:right;
	width:100px;
}
/* -----↑footer_block----- */



.scatter_girl .box{
	width:48.5%;
	float:left;
	margin-left:1%;
	margin-bottom: 5px;
}

/*ランキング*/
.ranking{
	width:20px;
	background-color: #ceb45b;
	color: #000;
	font-weight: 900;
	float:left;
	text-align:center;
	padding: 10px 0;
	margin-right:3px;

}

.profile .name{
	font-weight: 900;
	font-size: 0.9em;
	color: #fff;
}