@charset "utf-8";

.top_movie_link {
	height: 0;
	padding-top: 20px;
	padding-bottom: 60%;
	position: relative;
	background: #fff;
}

.top_movie_link iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.top_banner_area {
	width: 100%;
	height: auto;
	margin: 5px auto 5px auto;
	text-align: center;
	background: #fff;
}

.top_banner_area ul{
	margin: 0 auto 0 auto;
	text-align: center;
}

.top_banner_area ul li{
	margin: 5px auto 5px auto;
}

.top_banner_area ul li img{
	width: 100%;
	max-width: 640px;
}

.top_news {background: #fff;}

.top_news ul{
	margin: 0 auto 10px auto;
	width: 99%;
	box-sizing: border-box;
}

.top_news ul li{
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #654321;
}
.top_news ul li p{
	padding: 5px 0;
	color: #000;
}

.top_news_comment{
	color: #d05a9c;
	font-size: 16px;
	line-height: 0.1;
	margin-top: 1px;
	margin-bottom: 1px;
}

.top_news ul li a{
    display: block;
    text-decoration: none;
}

.top_news_enter {
	width: 40%;
	line-height: 40px;
	border-radius: 3px;
	margin: 25px auto 10px auto;
	text-align: center;
	background: #FE7F9C;
}

.top_news_enter a{
	font-size:16px;
	color: #fff;
	display: block;
}

.modal-open{}

.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,75%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 99999;
}

.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.modal-container.active{
	opacity: 1;
	visibility: visible;
}

.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	max-width: 640px;
	height: auto;
	top: -15px;
}

.modal-close{
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -10;
	width: 40px;
	height: 40px;
	font-size: 40px;
	text-align: center;
	margin: 13px auto 0 auto;
	color: #fff;
	cursor: pointer;
}

.modal-content{
	height: 600px;
	background: #FEEEED;
	overflow: auto;
}

.modal-content ul{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.modal-content ul li{
	color:#fff;
	font-size:13px;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
}

.modal-content ul li span{
	color: #fff;
	font-size: 18px;
}

.modal-content_p01{
	padding: 10px;
	font-size: 12px;
	background: rgba(254,127,156,0.3)
}

.modal-content_p02{
	padding: 10px;
	font-size: 12px;
	background: rgba(254,127,156,0.6)
}

.top_ranking {
	background: #fff;
}

.top_ranking section{}

.rankinglist_loop{
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

.rankinglist_loop ul{
	width: 98%;
	margin: 0 auto 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.rankinglist_loop ul li{
	width: 31%;
	margin-left: 6px;
	float: left;
}

.rankinglist_loop ul li img{
	height: auto;
	max-width: 280px;
	vertical-align: bottom;
	width: 100%;
}

.rankinglist_loop ul li a{
	background: #DF5286;
	box-sizing: border-box;
	border: 3px #dbdbdb solid;
	color: #fff;
	display: block;
	position: relative;
}

.rankinglist_loop ul li:nth-of-type(2) a{
	border: 3px #E0B020 solid;
}
.rankinglist_loop ul li:nth-of-type(3) a{
	border: 3px #815a2b solid;
}

.ranking_profile {
	width: 100%;
	padding: 3px 0 5px;
}

.ranking_list_name{
	color: #FDDE35;
	margin-bottom: 2px;
	font-size: 138.5%;
}

.font_standard{
	font-size: 100%;
}

.font_standard2{
	font-size: 100%;
	color: #f0cde1;
}

.top_ranking_order img {
	margin-bottom: 5px;
	max-width: 235px;
}

.ranking_thum {
	float: none;
	position: relative;
	width: 100%;
}

.ranking_profile p{
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
}

.top_ranking_enter {
	width: 40%;
	line-height: 40px;
	border-radius: 3px;
	margin: 25px auto 10px auto;
	text-align: center;
	background: #FE7F9C;
}

.top_ranking_enter a{
	font-size:16px;
	color: #fff;
	display: block;
}

.top_schdule_list {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.top_schdule_list ul{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align:center;

	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: flex-start;

	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
}

.top_schdule_list ul li{
	float: left;
	margin: 0 0.3% 8px 0;
	text-align: center;
	width: 33%;
}

.top_schdule_list ul li a{
	background: #fff;
	border: 1px solid #DF5286;
	display: block;
	position: relative;
	color: #333333;
}

.top_schdule_list ul li p{
    padding: 3px 0;
}

.top_schdule_image {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.top_schdule_image img{
	width: 100%;
	height: auto;
}



@media screen and (min-width:360px) { 
.top_schdule_image img{
	width: 100%;
	max-width: 280px;
	height: 100%;
	object-fit: cover;
	max-height: 180px;
	}
}

@media screen and (min-width:375px) { 
.top_schdule_image img{
	width: 100%;
	max-width: 280px;
	height: 100%;
	object-fit: cover;
	max-height: 180px;
	}
}

@media screen and (min-width:390px) { 
.top_schdule_image img{
	width: 100%;
	max-width: 280px;
	height: 100%;
	object-fit: cover;
	max-height: 180px;
	}
}

@media screen and (min-width:428px) { 
.top_schdule_image img{
	width: 100%;
	max-width: 280px;
	height: 100%;
	object-fit: cover;
	max-height: 245px;
	}
}






@media screen and (min-width:640px) { 
.top_schdule_image img{
	width: 100%;
	max-width: 280px;
	height: 100%;
	object-fit: cover;
	max-height: 267px;
	}
}



.list_prof {
	width: 100%;
	padding: 3px 0 5px;
}

.sche_comment {
	font-size: 0.7em;
	line-height: 0.53em;
	margin-top: -10px;
	position: relative;
	margin-bottom: -7px;
}

.list_prof_name {
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 3px 0 5px;
	color: #FE7F9C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.list_prof_spec {
	font-size: 12px;
	padding-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_prof_comment {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 9px;
	width: 100%;
	color: #d05a9c;
}

.list_prof_schdule{
	width: 90%;
	margin: 3px auto 18px;
	font-size: 12px;
	background: rgba(237,213,217,0.1);
	border: 1px solid #FE7F9C;
	color: #000;
	line-height: 140%;
}

.list_prof_schdule span{font-size: 9px;}

.movie_top_link {
	width: 94%;
	padding: 15px 3%;
	background: #DF5286;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.0;
	text-align: left;
}

.movie_top_link i{
    margin: 0 10px 0 0;
}

.movie_top_box {
	width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
	text-align: center;
}

.movie_top_box ul{
	width: 100%;
	height: auto;
	margin-bottom: -30px;
	list-style-type: none;
	box-sizing: border-box;
}

.movie_top_box ul li{
	width: 100%;
	height: auto;
	padding-bottom: -5px;
}

.movie_top_box h3{
	text-align:left;
	font-size: 13px;
	font-weight: bord;
	padding: 8px 5px 0px 5px;
}

.movie_link_box {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding-bottom: 15px;
	text-align: center;
}

.movie_link_box img{
	max-width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
}

#top_shamail {
	padding-bottom: 1px;
	width: 95%;
	margin: 0 auto 0 auto;
	text-align: center;
	box-sizing: border-box;
}

#top_shamail ul{
	margin: 10px auto 5px auto;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-evenly;
}

#top_shamail ul li{
	width: 49%;
	margin: 2px auto 2px 2.5px;
	text-align: center;
	float: left;
}

.top_shamail_image {
	max-height: 310px;
	max-width: 310px;
	position: relative;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top_shamail_image:before {
	content: "";
	display: block;
}

.top_shamail_image_box{
	width: 100%;
	height: 210px;
	overflow: hidden;
	background: rgba(23,138,186,0.9);
}
.top_shamail_image_box img {
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
	object-fit: cover;
}

.top_shamail_image p{
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	background: rgba(254, 127, 156 ,0.95);
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 7px 0;
	text-align: center;
	float: left;
	z-index: 2;
}

.shamail_title{
	border: 1px #DF5286 solid;
	box-sizing: border-box;
}

.shamail_title h3 a{
	font-weight: normal;
	color: #d05a9c;
	font-size: 13px;
	padding-top: 10px;
	text-decoration :none;
}

.shamail_title a {
	padding: 4px 0;
	text-decoration: underline;
	overflow: hidden;
	box-sizing: border-box;
	color: #DF5286;
	display: block;
	font-size: 14px;
	text-align: center;
}

.shamail_title a span {
	font-size: 12px;
	margin-left: 3px;
}

.top_newface {
	background: #fff;
}

.top_newface section{}
