@charset "UTF-8";

.top_imgpop{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
.top_imgpop img{
	width:100%;
	vertical-align: bottom;
}

.footer_map{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:3% 0 0;
}

@media screen and (max-width: 768px) {
.top_imgbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.top_img_img{
    width:90%;
    padding:1%;
    margin:auto;
    box-sizing: border-box;
}
.top_img_img img{
    width:100%;
    vertical-align:bottom;
}
.top_newsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.top_news_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.top_news_img{
    width:35%;
    padding:1%;
    margin:0 auto;
    box-sizing: border-box;
}
.top_news_img img{
    width:100%;
    vertical-align:bottom;
}
.top_news_text{
    width:65%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:0 auto;
    box-sizing: border-box;
}
.top_news_text_date{
    font-size:3vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
}
.top_news_text_title{
    font-size:3vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
}
.top_news_text_detail{
    width:100%;
    font-size:2.5vw;
    color:#000;
    text-align:left;
    line-height:1.2em;
}

.castbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.castbox ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
li.cast_contents{
    width:31%;
    height:auto;
    overflow:hidden;
    margin:1%;
    position:relative;
    box-sizing: border-box;
    float:left;
}
.cast_img{
    position:relative;
    width:100%;
    height:150px;
    overflow:hidden;
    margin:0;
    text-align:center;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a8a8a8 solid;
}
.cast_img img{
    width:100%;
    vertical-align:bottom;
}
.cast_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.6);
    width:100%;
    font-size:2.5vw;
    color:#000;
    line-height:1.8em;
    text-align:center;
    left:0;
    bottom:0;
}

.schedulebox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.schedule_week{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin:1% auto;
}
.schedule_week_days{
    width:31%;
    height:auto;
    overflow:hidden;
    text-align:center;
    font-size:2.5vw;
    color:#000;
    padding:1% 0;
}
.schedule_week_days a{
    display: block;
    color:#000;
    text-decoration: none;
}
.schedule_week_line{
    width:1px;
    background-color:#a8a8a8;
}
.schedule_item{
    width:100%;
    font-size:2.5vw;
    color:#000;
    line-height:2em;
    text-align:center;
}
.schedulebox ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
li.sche_contents{
    width:31%;
    height:auto;
    overflow:hidden;
    margin:1%;
    position:relative;
    box-sizing: border-box;
    float:left;
}
.sche_img{
    position:relative;
    width:100%;
    height:180px;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a8a8a8 solid;
}
.sche_img img{
    width:100%;
    vertical-align:bottom;
}
.sche_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:2.5vw;
    color:#000;
    line-height:1.6em;
    text-align:center;
    left:0;
    top:0;
    z-index: 3;
}
.sche_time{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:2.5vw;
    color:#000;
    line-height:1.6em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}

/************************
    キャストランキング
************************/
.castrankbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.castrank_01_contents{
    width:50%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    position:relative;
}
.castrank_01_icon{
    width:100%;
    margin:0;
    position:relative;
}
.castrank_01_img{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a5a5a5 solid;
}
.castrank_01_img img{
    width:100%;
    vertical-align:bottom;
}
.castrank_01_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:3vw;
    color:#000;
    line-height:1.6em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}
.castrank_02_3_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    display: flex;
    justify-content: center;
    position:relative;
}
.castrank_02_3{
    width:46%;
    padding:2%;
    box-sizing: border-box;
    position:relative;
    bottom:0;
}
.castrank_02_3_icon{
    width:100%;
    margin:0;
}
.castrank_02_3_img{
    position:relative;
    width:95%;
    height:auto;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    border:1px #a5a5a5 solid;
}
.castrank_02_3_img img{
    width:100%;
    vertical-align:bottom;
}
.castrank_02_3_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:3vw;
    color:#000;
    line-height:1.6em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}

/************************
    プロフィール
************************/
.profile_box{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.profile_main_box{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
}
.profile_photobox{
    width:98%;
    padding:1%;
    margin:0 auto;
}
.profile_mainphoto{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.profile_thumphoto{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    display: flex;
    justify-content: space-between;
}
.profile_thum{
    width:31%;
    margin:1%;
}
.profile_detailbox{
    width:98%;
    padding:1%;
    margin:0 auto;
}
.profile_castname{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    font-size:4vw;
    color:#8d8d8d;
    font-weight: bold;
    text-align:left;
    border-bottom:2px #8d8d8d solid;
}
.profile_sns_box{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    padding:1%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}
.profile_snsicon{
    width:10%;
    height:auto;
    overflow:hidden;
    margin:0;
    padding:1%;
    box-sizing: border-box;
    text-align:left;
}
.profile_snsicon img{
    width:100%;
    vertical-align: bottom;
}
.profile_detail_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto 2%;
    display: flex;
    justify-content: space-between;
}
.profile_detail_item{
    width:25%;
    font-size:3vw;
    color:#000;
    text-align:left;
    padding:1%;
    border-right:1px #8d8d8d solid;
}
.profile_detail_text{
    width:75%;
    font-size:3vw;
    color:#000;
    text-align:left;
    padding:1%;
}
.profile_qa_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto 2%;
    border-bottom:1px #000 solid;
}
.profile_qa_item{
    width:100%;
    font-size:3vw;
    color:#000;
    text-align:left;
    padding:1%;
    box-sizing:border-box;
}
.profile_qa_item::before{
    content: "Q";
    margin-right:3px;
}
.profile_qa_text{
    width:100%;
    font-size:3vw;
    color:#000;
    text-align:right;
    padding:1%;
    box-sizing:border-box;
}
#profile_schedule_title{
    width:98%;
    font-size:3vw;
    color:#000;
    text-align:left;
    padding-left:1%;
    line-height:2em;
}
#schedule{
	width:100%;
	height:auto;
	margin:0 auto;
}

#schedule td{	/* カレンダーtd の設定 */
	font-size:2.4vw;
	width:auto;
	margin:0;
	text-align:center;
	border:1px #d3d3d3 solid;
	box-sizing: border-box;
}

tr.sche-title{   /* 日付 */
	background-color: #d3d3d3; 
	text-align:center;
	font-size:2.4vw;
	line-height:2em;
}
tr.tr-color2{
	background-color: #FFF;
	font-size:2.4vw;
	color:#000;
	line-height:2em;
	text-decoration:none;
}
.tr-color1{	/* スケジュール内容(奇数行) */
	}

.tr-color2{
	background-color:#FFF;
}
.time-color{	/* スケジュール内容(偶数行) */
	background-color: #FFF;
}

.date-normal{/* 平日 */
color:#000;
}

.date-sat{	/* 土曜 */

color:#001cee;
}

.date-hori{	/* 日曜 */

color:#ec0101;
}

.top_snsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    text-align:center;
    margin:5px auto;
}
.top_snsbox img{
    width:90%;
    vertical-align: bottom;
}
.shopphotobox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.shopphoto_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.shopphoto_img{
    width:31%;
    margin:1%;
}
.shopphoto_img img{
    width:100%;
    vertical-align:bottom;
}

.toprecruit_box{
	background-image:url(../img/common/footer_back.jpg);
	background-position:left top;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-color:#e9e9e9;
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:3% auto;
}
.toprecruit_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.toprecruit_img{
    width:48%;
    text-align:center;
    margin:1%;
}
.toprecruit_img img{
    width:100%;
    vertical-align:bottom;
}
.toprecruit_btn{
    width:48%;
    text-align:center;
    margin:1%;
}
.toprecruit_morebtn{
    background-color:#FFF;
    width:90%;
    font-size:2.5vw;
    color:#898989;
    text-align:center;
    padding:1% 0;
    margin:1% auto;
    border:2px #898989 solid;
    border-radius: 50px;
}
.toprecruit_morebtn a{
    display:block;
    color:#898989;
}

/******************************
　　　　　最新ニュース
******************************/
.newsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.news_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.news_img{
    width:35%;
    padding:1%;
    margin:0 auto;
    box-sizing: border-box;
}
.news_img img{
    width:100%;
    vertical-align:bottom;
}
.news_text{
    width:65%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:0 auto;
    box-sizing: border-box;
}
.news_text_date{
    font-size:3vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
}
.news_text_title{
    font-size:3vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
}
.news_text_detail{
    width:100%;
    font-size:2.5vw;
    color:#000;
    text-align:left;
    line-height:1.2em;
}

/******************************
　　　　　システム
******************************/
.systembox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.system_title{
    background-color:#f1f1f1;
    width:100%;
    font-size:4vw;
    color:#000;
    text-align:center;
    line-height:1.6em;
    margin:3% auto 1%;
    border:1px #000 solid;
}
.system_setprice_contents{
    width:98%;
    font-size:3vw;
    color:#000;
    line-height:1.4em;
    font-weight:bold;
    text-align:left;
    padding:1%;
    box-sizing: border-box;
}
.system_top_contents_box{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}
.system_contents_50{
    width:48%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.system_course_contents{
    width:100%;
    font-size:2.6vw;
    color:#000;
    line-height:1.2em;
    font-weight:bold;
    text-align:left;
    padding:0 1%;
    box-sizing: border-box;
}
.system_contents50_item{
    width:48%;
    font-size:2.5vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:2%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents50_price{
    width:48%;
    font-size:2.5vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:2%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents{
    width:50%;
    height:auto;
    overflow:hidden;
    margin:0 1%;
}
.system_contents_item{
    width:98%;
    font-size:2.5vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    margin:0 auto;
    padding:.5%;
    box-sizing: border-box;
}
.system_contents_price{
    width:98%;
    font-size:2.5vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    margin:0 auto;
    padding:.5%;
    box-sizing: border-box;
}
.system_contents_100top{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:3% auto 0;
    border-top:1px #000 solid;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents_100{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents_100_d{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:3% auto 0;
    border-top:1px #000 solid;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents100_item{
    width:23%;
    font-size:2.5vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents100_price{
    width:23%;
    font-size:2.5vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_credititem{
    width:48%;
    font-size:2.5vw;
    color:#000;
    line-height:1.4em;
    text-align:left;
    padding:5px 3px;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_price_img{
    width:48%;
    font-size:3vw;
    color:#000;
    line-height:1.4em;
    text-align:left;
    padding:5px 3px 5px 5px;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_price_img img{
    width:90%;
    vertical-align: bottom;
}
.system_contents_text{
    width:98%;
    font-size:2.8vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
    padding:1%;
}

/******************************
　　　　　クーポン
******************************/
.couponbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.coupon_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
}
.coupon_contents img{
    width:90%;
    vertical-align:bottom;
}

/******************************
　　　キャスト・スタッフ求人
******************************/
.castrecruitbox, .staffrecruitbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.castrecruit_contents, .staffrecruit_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border-top:1px #000 solid;
    border-left:1px #000 solid;
    border-right:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.castrecruit_contents_last, .staffrecruit_contents_last{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.castrecruit_contents_item, .staffrecruit_contents_item{
    background-color:#8d8d8d;
    width:25%;
    font-size:3vw;
    color:#FFF;
    line-height:1.4em;
    text-align:left;
    padding:1%;
    border-right:1px #000 solid;
    box-sizing: border-box;
}
.castrecruit_contents_detail, .staffrecruit_contents_detail{
    width:75%;
    font-size:3vw;
    color:#000;
    line-height:1.6em;
    text-align:left;
    padding:1% 0 1% 2%;
    box-sizing: border-box;
}
.castrecruit_application_contents, .staffrecruit_application_contents{
    width: 100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
    display:flex;
    justify-content: center;

}
.castrecruit_application, .staffrecruit_application{
    background-position:center center !important;
    background-size:100% auto !important;
    background-repeat: no-repeat;
    width: 120px;
    height:120px;
    margin: 30px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application_mail, .staffrecruit_application_mail{
    background-position:center center !important;
    background-size:100% auto !important;
    background-repeat: no-repeat;
    width: 120px;
    height:120px;
    margin: 30px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application_line, .staffrecruit_application_line{
    background-position:center center !important;
    background-size:100% auto !important;
    background-repeat: no-repeat;
    width: 120px;
    height:120px;
    margin: 30px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application a, .castrecruit_application_mail a, .castrecruit_application_line a{
    display:block;
    width:100%;
    height:100%;
}

.castrecruit_appllcation_add, .staffrecruit_appllcation_add{
    width:100%;
    font-size:2vw;
    color:#000;
    text-align:center;
    position:relative;
    top:75px;
    left:0;
}

.contents_morebtn{
    width:25%;
    font-size:3.5vw;
    color:#8d8d8d;
    text-align:center;
    padding:.5% 0;
    margin:1% auto;
    border:2px #8d8d8d solid;
    border-radius: 50px;
}
.contents_morebtn a{
    color:#8d8d8d;
    display:block;
}

/******************************
　　　　　イベント
******************************/
.event_box{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.event_img{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}

/*//////////eventC.css///////////*/
.event_box a:link,.title a:link{
	color:#000;
	text-decoration:underline;
}

.event_box a:visited,.title a:visited{
	color:#000;
	text-decoration:underline;
}

.event_box a:hover,.title a:hover{
	color:#FF0;
}

.event_box a:active,.title a:active{
	color:#000;
	text-decoration:underline;
}

/***box***/
.btn_back,.btn_back a{
	color:#333;
	font-size:2vw;
	text-align:center;
}

.btn_month,.btn_month a{
	color:#000;
	font-size:2.6vw;
	text-align:center;
}

.btn_next,.btn_next a{
	color:#333;
	font-size:2vw;
	text-align:center;
}

table#calender{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse: separate;
	font-size: 2vw;
	color: #333;
	margin:1% auto;
}

table#calender td {
	padding: 1%;
	border-bottom: 1px solid #666;
	width:13%;
}

.day-one{
	background-color:#FFF;
	color:#000;
	height:100px;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
}

/* syukujitsu */
.horiday{
	width:100%;
	text-align:center;
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.horiday-title{/* title */
	font-weight:bold;
}
.horiday-detail{/* naiyou */
	color:#CCC;
	font-size:1vw;
	height:50px;
}
.horiday-wday{/* youbi */
	color:#ff3366;
	background-color:#ECECEC;
}
.horiday-day{/* hiduke */
}

/* saturday */
.saturday{
	width:100%;
	text-align:center;
	background-color:#039;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.saturday-title{/* title */
	font-weight:bold;
}
.saturday-detail{/* naiyou */
	color:#CCC;
	font-size:1vw;
	height:50px;
}
.saturday-wday{/* youbi */
	color:#3366cc;
	background-color:#ECECEC;
}
.saturday-day{/* hiduke */
}

/* weekday */
.weekday{
	width:100%;
	text-align:center;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.weekday-title{/* title */
	font-weight:bold;
}
.weekday-detail{/* naiyou */
	color:#CCC;
	font-size:1vw;
	height:50px;
}
.weekday-wday{/* youbi */
	color:#333;
}
.weekday-day{/* hiduke */

}

.event_photo{
	width:80px;
	height:auto;
	margin:0 auto;
	padding:5px;
}

.event_title{
	text-align:center;
	font-size:14px;
	line-height:1.6em;
}

.event_text{
	font-size:12px;
	color:#000;
	line-height:1.5em;
	margin-bottom:5px;
}
.event_text a{
	font-size:12px;
	color:#000;
}

}

@media screen and (min-width: 769px) {
.top_imgbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.top_img_img{
    width:70%;
    padding:1%;
    margin:auto;
    box-sizing: border-box;
}
.top_img_img img{
    width:100%;
    vertical-align:bottom;
}
.top_newsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.top_news_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.top_news_img{
    width:30%;
    padding:1%;
    box-sizing: border-box;
}
.top_news_img img{
    width:100%;
    vertical-align:bottom;
}
.top_news_text{
    width:70%;
    height:auto;
    overflow:hidden;
    padding:1%;
    box-sizing: border-box;
}
.top_news_text_date{
    font-size:3vw;
    color:#000;
    text-align:left;
    line-height:1.6em;
}
.top_news_text_title{
    font-size:2vw;
    color:#000;
    text-align:left;
    line-height:1.6em;
}
.top_news_text_detail{
    font-size:1.4vw;
    color:#000;
    text-align:left;
    line-height:1.2em;
}

.castbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.castbox ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
li.cast_contents{
    width:31%;
    height:auto;
    overflow:hidden;
    margin:1%;
    position:relative;
    box-sizing: border-box;
    float:left;
}
.cast_img{
    position:relative;
    width:100%;
    height:330px;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a8a8a8 solid;
}
.cast_img img{
    width:100%;
    vertical-align:bottom;
}
.cast_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.6vw;
    color:#000;
    line-height:1.8em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}

.schedulebox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.schedule_week{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin:1% auto;
}
.schedule_week_days{
    width:31%;
    height:auto;
    overflow:hidden;
    text-align:center;
    font-size:1.6vw;
    color:#000;
    padding:1% 0;
}
.schedule_week_days a{
    display: block;
    color:#000;
    text-decoration: none;
}
.schedule_week_line{
    width:1px;
    background-color:#a8a8a8;
}
.schedule_item{
    width:100%;
    font-size:1.6vw;
    color:#000;
    line-height:2em;
    text-align:center;
}
.schedulebox ul{
    width:100%;
    height:auto;
    overflow:hidden;
    padding:0;
    margin:0;
    list-style-type: none;
}
li.sche_contents{
    width:31%;
    height:auto;
    overflow:hidden;
    margin:1%;
    position:relative;
    box-sizing: border-box;
    float:left;
}
.sche_img{
    position:relative;
    width:100%;
    height:330px;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a8a8a8 solid;
}
.sche_img img{
    width:100%;
    vertical-align:bottom;
}
.sche_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.6vw;
    color:#000;
    line-height:1.8em;
    text-align:center;
    left:0;
    top:0;
    z-index: 3;
}
.sche_time{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.6vw;
    color:#000;
    line-height:1.8em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}

/************************
    キャストランキング
************************/
.castrankbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.castrank_01_contents{
    width:35%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    position:relative;
}
.castrank_01_icon{
    width:100%;
    margin:0;
    position:relative;
}
.castrank_01_img{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a5a5a5 solid;
}
.castrank_01_img img{
    width:100%;
    vertical-align:bottom;
}
.castrank_01_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.6vw;
    color:#000;
    line-height:1.8em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}
.castrank_02_3_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    display: flex;
    justify-content: center;
    position:relative;
}
.castrank_02_3{
    width:44%;
    padding:3%;
    box-sizing: border-box;
    position:relative;
    bottom:0;
}
.castrank_02_3_icon{
    width:100%;
    margin:0;
}
.castrank_02_3_img{
    position:relative;
    width:95%;
    height:auto;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    border:1px #a5a5a5 solid;
}
.castrank_02_3_img img{
    width:100%;
    vertical-align:bottom;
}
.castrank_02_3_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.6);
    width:100%;
    font-size:1.6vw;
    color:#000;
    line-height:1.8em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}

/************************
    プロフィール
************************/
.profile_box{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.profile_main_box{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display:flex;
    justify-content: space-between;
}
.profile_photobox{
    width:46%;
    padding:1%;
}
.profile_mainphoto{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.profile_thumphoto{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    display: flex;
    justify-content: space-between;
}
.profile_thum{
    width:31%;
    margin:1%;
}
.profile_detailbox{
    width:50%;
    padding:1%;  
}
.profile_castname{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    font-size:3vw;
    color:#8d8d8d;
    font-weight: bold;
    text-align:left;
    border-bottom:2px #8d8d8d solid;
}
.profile_sns_box{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    padding:1%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}
.profile_snsicon{
    width:10%;
    height:auto;
    overflow:hidden;
    margin:0;
    padding:1%;
    box-sizing: border-box;
 }
.profile_snsicon img{
    width:100%;
    vertical-align: bottom;
}
.profile_detail_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto 2%;
    display: flex;
    justify-content: space-between;
}
.profile_detail_item{
    width:20%;
    font-size:2vw;
    color:#000;
    text-align:left;
    padding:1%;
    border-right:1px #8d8d8d solid;
}
.profile_detail_text{
    width:80%;
    font-size:2vw;
    color:#000;
    text-align:left;
    padding:1%;
}
.profile_qa_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto 2%;
    border-bottom:1px #000 solid;
}
.profile_qa_item{
    width:98%;
    font-size:2vw;
    color:#000;
    text-align:left;
    padding:1%;
    box-sizing:border-box;
}
.profile_qa_item::before{
    content: "Q";
    margin-right:3px;
}
.profile_qa_text{
    width:98%;
    font-size:2vw;
    color:#000;
    text-align:right;
    padding:1%;
    box-sizing:border-box;
}

#profile_schedule_title{
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:2vw;
	color:#000;
	line-height:2em;
	text-align:left;
	margin:3% auto 0;
}
#schedule{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto 3%;
}
#schedule td{
	text-align:center;
	width:auto;
	height:auto;
	padding:1% auto;
	border:1px #d3d3d3 solid;
	box-sizing: border-box;
}

.sche-title{
	line-height:2.6em;
}

.tr-color1{
	background-color: #d3d3d3;
}
.tr-color2{
	background-color:#FFF;
	color:#000;
	font-size:1.4vw;
	font-weight:bold;
	line-height:2.6em;
}

.date-normal{
	background-color: #d3d3d3; 
	color:#000;
	font-size:1.4vw;
	font-weight:bold;
}

.date-sat{
	background-color: #d3d3d3; 
	color:#0033cc;
	font-size:1.4vw;
	font-weight:bold;
}

.date-hori{
	background-color: #d3d3d3; 
	color:#F03;
	font-size:1.4vw;
	font-weight:bold;
}

.top_snsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    text-align: center;
    margin:5px auto;
}
.top_snsbox img{
    width:90%;
    vertical-align: bottom;
}
.shopphotobox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.shopphoto_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.shopphoto_img{
    width:31%;
    margin:1%;
}
.shopphoto_img img{
    width:100%;
    vertical-align:bottom;
}

.toprecruit_box{
	background-image:url(../img/common/footer_back.jpg);
	background-position:left top;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-color:#e9e9e9;
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:3% auto;
}
.toprecruit_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.toprecruit_img{
    width:48%;
    text-align:center;
    margin:1%;
}
.toprecruit_img img{
    width:80%;
    vertical-align:bottom;
}
.toprecruit_btn{
    width:48%;
    text-align:center;
    margin:1%;
}
.toprecruit_morebtn{
    background-color:#FFF;
    width:90%;
    font-size:1.5vw;
    color:#898989;
    text-align:center;
    padding:1% 0;
    margin:1% auto;
    border:2px #898989 solid;
    border-radius: 50px;
}
.toprecruit_morebtn a{
    display:block;
    color:#898989;
}

/******************************
　　　　　最新ニュース
******************************/
.newsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.news_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.news_img{
    width:30%;
    padding:1%;
    box-sizing: border-box;
}
.news_img img{
    width:100%;
    vertical-align:bottom;
}
.news_text{
    width:70%;
    height:auto;
    overflow:hidden;
    padding:1%;
    box-sizing: border-box;
}
.news_text_date{
    font-size:3vw;
    color:#000;
    text-align:left;
    line-height:1.6em;
}
.news_text_title{
    font-size:2vw;
    color:#000;
    text-align:left;
    line-height:1.6em;
}
.news_text_detail{
    font-size:1.4vw;
    color:#000;
    text-align:left;
    line-height:1.2em;
}

/******************************
　　　　　システム
******************************/
.systembox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.system_title{
    background-color:#f1f1f1;
    width:100%;
    font-size:3vw;
    color:#000;
    text-align:center;
    line-height:1.6em;
    margin:1% auto;
    border:1px #000 solid;
}
.system_setprice_contents{
    width:98%;
    font-size:3vw;
    color:#000;
    line-height:1.4em;
    font-weight:bold;
    text-align:left;
    padding:1%;
    box-sizing: border-box;
}
.system_setprice_contents{
    width:100%;
    font: size 2vw;
    color:#000;
    line-height:1.4em;
    font-weight:bold;
    text-align:left;
    padding:1%;
    box-sizing: border-box;
}
.system_top_contents_box{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}
.system_contents_50{
    width:45%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.system_course_contents{
    width:100%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    font-weight:bold;
    text-align:left;
    padding:0 1%;
    box-sizing: border-box;
}
.system_contents50_item{
    width:48%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1.5%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents50_price{
    width:48%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1.5%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents{
    width:50%;
    height:auto;
    overflow:hidden;
    margin:0 1%;
}
.system_contents_item{
    width:98%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    margin:0 auto;
    padding:.5%;
    box-sizing: border-box;
}
.system_contents_price{
    width:98%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    margin:0 auto;
    padding:.5%;
    box-sizing: border-box;
}
.system_contents_100top{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:3% auto 0;
    border-top:1px #000 solid;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents_100{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents_100_d{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:3% auto 0;
    border-top:1px #000 solid;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents100_item{
    width:23%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents100_price{
    width:23%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_credititem{
    width:48%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:5px 3px;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_price_img{
    width:48%;
    font-size:2vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:5px 3px 5px 5px;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_price_img img{
    width:70%;
    vertical-align: bottom;
}
.system_contents_text{
    width:98%;
    font-size:2vw;
    color:#000;
    text-align:left;
    line-height:1.2em;
    padding:1%;
}

/******************************
　　　　　クーポン
******************************/
.couponbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.coupon_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
}
.coupon_contents img{
    width:90%;
    vertical-align:bottom;
}

/******************************
　　　キャスト・スタッフ求人
******************************/
.castrecruitbox, .staffrecruitbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.castrecruit_contents, .staffrecruit_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border-top:1px #000 solid;
    border-left:1px #000 solid;
    border-right:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.castrecruit_contents_last, .staffrecruit_contents_last{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.castrecruit_contents_item, .staffrecruit_contents_item{
    background-color:#8d8d8d;
    width:20%;
    font-size:2vw;
    color:#FFF;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-right:1px #000 solid;
    box-sizing: border-box;
}
.castrecruit_contents_detail, .staffrecruit_contents_detail{
    width:80%;
    font-size:2vw;
    color:#000;
    line-height:1.6em;
    text-align:left;
    padding:1% 0 1% 2%;
    box-sizing: border-box;
}
.castrecruit_application_contents, .staffrecruit_application_contents{
    width: 100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
    display:flex;
    justify-content: center;

}
.castrecruit_application, .staffrecruit_application{
    background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    width: 240px;
    height:240px;
    margin: 80px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application_mail, .staffrecruit_application_mail{
    background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    width: 240px;
    height:240px;
    margin: 80px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application_line, .staffrecruit_application_line{
    background-position: center center !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    width: 240px;
    height:240px;
    margin: 80px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application a, .castrecruit_application_mail a, .castrecruit_application_line a{
    display:block;
    width:100%;
    height:100%;
}

.castrecruit_appllcation_add, .staffrecruit_appllcation_add{
    width:100%;
    font-size:2vw;
    color:#000;
    text-align:center;
    position:relative;
    top:150px;
    left:0;
}

.contents_morebtn{
    width:20%;
    font-size:2vw;
    color:#8d8d8d;
    text-align:center;
    padding:.5% 0;
    margin:1% auto;
    border:2px #8d8d8d solid;
    border-radius: 50px;
}
.contents_morebtn a{
    display: block;
    color:#8d8d8d;
}

/******************************
　　　　　イベント
******************************/
.event_box{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.event_img{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}

/*//////////eventC.css///////////*/
.event_box a:link,.title a:link{
	color:#000;
	text-decoration:underline;
}

.event_box a:visited,.title a:visited{
	color:#000;
	text-decoration:underline;
}

.event_box a:hover,.title a:hover{
	color:#FF0;
}

.event_box a:active,.title a:active{
	color:#000;
	text-decoration:underline;
}

/***box***/
.btn_back,.btn_back a{
	color:#333;
	font-size:1.6vw;
	text-align:center;
}

.btn_month,.btn_month a{
	color:#000;
	font-size:2vw;
	text-align:center;
}

.btn_next,.btn_next a{
	color:#333;
	font-size:1.6vw;
	text-align:center;
}

table#calender{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse: separate;
	font-size: 1.6vw;
	color: #333;
	margin:1% auto;
}

table#calender td {
	padding: 1%;
	border-bottom: 1px solid #666;
	width:13%;
}

.day-one{
	background-color:#FFF;
	color:#000;
	height:100px;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
}

/* syukujitsu */
.horiday{
	width:100%;
	text-align:center;
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.horiday-title{/* title */
	font-weight:bold;
}
.horiday-detail{/* naiyou */
	color:#CCC;
	font-size:1vw;
	height:50px;
}
.horiday-wday{/* youbi */
	color:#ff3366;
	background-color:#ECECEC;
}
.horiday-day{/* hiduke */
}

/* saturday */
.saturday{
	width:100%;
	text-align:center;
	background-color:#039;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.saturday-title{/* title */
	font-weight:bold;
}
.saturday-detail{/* naiyou */
	color:#CCC;
	font-size:1vw;
	height:50px;
}
.saturday-wday{/* youbi */
	color:#3366cc;
	background-color:#ECECEC;
}
.saturday-day{/* hiduke */
}

/* weekday */
.weekday{
	width:100%;
	text-align:center;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.weekday-title{/* title */
	font-weight:bold;
}
.weekday-detail{/* naiyou */
	color:#CCC;
	font-size:1vw;
	height:50px;
}
.weekday-wday{/* youbi */
	color:#333;
}
.weekday-day{/* hiduke */

}

.event_photo{
	width:80px;
	height:auto;
	margin:0 auto;
	padding:5px;
}

.event_title{
	text-align:center;
	font-size:14px;
	line-height:1.6em;
}

.event_text{
	font-size:12px;
	color:#000;
	line-height:1.5em;
	margin-bottom:5px;
}
.event_text a{
	font-size:12px;
	color:#000;
}

}

@media screen and (min-width: 1025px) {
.top_imgbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.top_img_img{
    width:50%;
    padding:1%;
    margin:auto;
    box-sizing: border-box;
}
.top_img_img img{
    width:100%;
    vertical-align:bottom;
}
.top_newsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.top_news_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.top_news_img{
    width:30%;
    padding:1%;
    box-sizing: border-box;
}
.top_news_img img{
    width:100%;
    vertical-align:bottom;
}
.top_news_text{
    width:70%;
    height:auto;
    overflow:hidden;
    padding:1%;
    box-sizing: border-box;
}
.top_news_text_date{
    font-size:1.8vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
}
.top_news_text_title{
    font-size:1.8vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
}
.top_news_text_detail{
    font-size:1.2vw;
    color:#000;
    text-align:left;
    line-height:1.2em;
}

.castbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.castbox ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
li.cast_contents{
    width:31%;
    height:500px;
    overflow:hidden;
    margin:1%;
    position:relative;
    box-sizing: border-box;
    float:left;
}
.cast_img{
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a8a8a8 solid;
}
.cast_img img{
    width:100%;
    vertical-align:bottom;
}
.cast_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.2vw;
    color:#000;
    line-height:2em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}

.schedulebox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.schedule_week{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin:1% auto;
}
.schedule_week_days{
    width:31%;
    height:auto;
    overflow:hidden;
    text-align:center;
    font-size:1.2vw;
    color:#000;
    padding:1% 0;
}
.schedule_week_days a{
    display: block;
    color:#000;
    text-decoration: none;
}
.schedule_week_days a:hover{
    text-decoration: underline;
}
.schedule_week_line{
    width:1px;
    background-color:#a8a8a8;
}
.schedule_item{
    width:100%;
    font-size:1.2vw;
    color:#000;
    line-height:2em;
    text-align:center;
}
.schedulebox ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
li.sche_contents{
    width:23%;
    height:350px;
    overflow:hidden;
    margin:1%;
    position:relative;
    box-sizing: border-box;
    float:left;
}
.sche_img{
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a8a8a8 solid;
}
.sche_img img{
    width:100%;
    vertical-align:bottom;
}
.sche_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.2vw;
    color:#000;
    line-height:2em;
    text-align:center;
    left:0;
    top:0;
    z-index: 3;
}
.sche_time{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.2vw;
    color:#000;
    line-height:2em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}

/************************
    キャストランキング
************************/
.castrankbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.castrank_01_contents{
    width:30%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    position:relative;
}
.castrank_01_icon{
    width:100%;
    margin:0;
    position:relative;
}
.castrank_01_img{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    box-sizing: border-box;
    border:1px #a5a5a5 solid;
}
.castrank_01_img img{
    width:100%;
    vertical-align:bottom;
}
.castrank_01_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.2vw;
    color:#000;
    line-height:2em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}
.castrank_02_3_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    display: flex;
    justify-content: center;
    position:relative;
}
.castrank_02_3{
    width:40%;
    padding:5%;
    box-sizing: border-box;
    position:relative;
    bottom:0;
}
.castrank_02_3_icon{
    width:100%;
    margin:0;
}
.castrank_02_3_img{
    position:relative;
    width:95%;
    height:auto;
    overflow:hidden;
    margin:0;
    top:0;
    left:0;
    border:1px #a5a5a5 solid;
}
.castrank_02_3_img img{
    width:100%;
    vertical-align:bottom;
}
.castrank_02_3_name{
    position: absolute;
    background:rgba(165, 165, 165, 0.5);
    width:100%;
    font-size:1.2vw;
    color:#000;
    line-height:2em;
    text-align:center;
    left:0;
    bottom:0;
    z-index: 3;
}

/************************
    プロフィール
************************/
.profile_box{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:1% auto;
}
.profile_main_box{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display:flex;
    justify-content: space-between;
}
.profile_photobox{
    width:46%;
    padding:1%;
}
.profile_mainphoto{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.profile_thumphoto{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto;
    display: flex;
    justify-content: space-between;
}
.profile_thum{
    width:31%;
    margin:1%;
}
.profile_detailbox{
    width:50%;
    padding:1%;  
}
.profile_castname{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    font-size:2vw;
    color:#8d8d8d;
    font-weight: bold;
    text-align:left;
    border-bottom:2px #8d8d8d solid;
}
.profile_sns_box{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    padding:1%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}
.profile_snsicon{
    width:10%;
    height:auto;
    overflow:hidden;
    margin:0;
    padding:1%;
    box-sizing: border-box;
}
.profile_snsicon img{
    width:100%;
    vertical-align: bottom;
}
.profile_detail_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto 2%;
    display: flex;
    justify-content: space-between;
}
.profile_detail_item{
    width:20%;
    font-size:1.4vw;
    color:#000;
    text-align:left;
    padding:1%;
    border-right:1px #8d8d8d solid;
}
.profile_detail_text{
    width:80%;
    font-size:1.4vw;
    color:#000;
    text-align:left;
    padding:1%;
}
.profile_qa_contents{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:1% auto 2%;
    border-bottom:1px #000 solid;
}
.profile_qa_item{
    width:98%;
    font-size:1.4vw;
    color:#000;
    text-align:left;
    padding:1%;
    box-sizing:border-box;
}
.profile_qa_item::before{
    content: "Q";
    margin-right:3px;
}
.profile_qa_text{
    width:98%;
    font-size:1.4vw;
    color:#000;
    text-align:right;
    padding:1%;
    box-sizing:border-box;
}

#profile_schedule_title{
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:1.4vw;
	color:#000;
	line-height:2em;
	text-align:left;
	margin:1% auto 0;
}
#schedule{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
#schedule td{
	text-align:center;
	width:auto;
	height:auto;
	padding:5px auto;
}

.sche-title{
	line-height:1.4vw;
}

.tr-color1{

}
.tr-color2{
	color:#000;
	font-size:1.4vw;
	font-weight:bold;
	line-height:2.6em;
}

.date-normal{
	background-color: #d3d3d3; 
	color:#000;
	font-size:16px;
	font-weight:bold;
    line-height:1.4em;
}

.date-sat{
	background-color: #d3d3d3; 
	color:#0033cc;
	font-size:16px;
	font-weight:bold;
    line-height:1.4em;
}

.date-hori{
	background-color: #d3d3d3; 
	color:#F03;
	font-size:16px;
	font-weight:bold;
    line-height:1.4em;
}

.top_snsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    text-align:center;
    margin:5px auto;
}
.top_snsbox img{
    width:90%;
    vertical-align: bottom;
}
.shopphotobox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.shopphoto_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.shopphoto_img{
    width:31%;
    margin:1%;
}
.shopphoto_img img{
    width:100%;
    vertical-align:bottom;
}

.toprecruit_box{
	background-image:url(../img/common/footer_back.jpg);
	background-position:left top;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-color:#e9e9e9;
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:20px auto 10px;
}
.toprecruit_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.toprecruit_img{
    width:48%;
    text-align:center;
    margin:1%;
}
.toprecruit_img img{
    width:80%;
    vertical-align:bottom;
}
.toprecruit_btn{
    width:48%;
    text-align:center;
    margin:1%;
}
.toprecruit_morebtn{
    background-color:#FFF;
    width:70%;
    font-size:1.5vw;
    color:#898989;
    text-align:center;
    padding:3px 0;
    margin:5px auto;
    border:2px #898989 solid;
    border-radius: 50px;
}
.toprecruit_morebtn a{
    display:block;
    color:#898989;
}

/******************************
　　　　　最新ニュース
******************************/
.newsbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.news_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0;
    display: flex;
    justify-content: space-between;
}
.news_img{
    width:30%;
    padding:1%;
    box-sizing: border-box;
}
.news_img img{
    width:100%;
    vertical-align:bottom;
}
.news_text{
    width:70%;
    height:auto;
    overflow:hidden;
    padding:1%;
    box-sizing: border-box;
}
.news_text_date{
    font-size:1.8vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
}
.news_text_title{
    font-size:1.8vw;
    color:#000;
    text-align:left;
    line-height:1.4em;
}
.news_text_detail{
    font-size:1.2vw;
    color:#000;
    text-align:left;
    line-height:1.2em;
}

/******************************
　　　　　システム
******************************/
.systembox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.system_title{
    background-color:#f1f1f1;
    width:100%;
    font-size:2vw;
    color:#000;
    text-align:center;
    line-height:1.6em;
    margin:1% auto;
    border:1px #000 solid;
}
.system_setprice_contents{
    width:98%;
    font-size:1.4vw;
    color:#000;
    line-height:1.4em;
    font-weight:bold;
    text-align:left;
    padding:1%;
    box-sizing: border-box;
}
.system_top_contents_box{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}
.system_contents_50{
    width:48%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.system_course_contents{
    width:100%;
    font-size:1.4vw;
    color:#000;
    line-height:1.2em;
    font-weight:bold;
    text-align:left;
    padding:0 1%;
    box-sizing: border-box;
}
.system_contents50_item{
    width:49%;
    font-size:1.4vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1.5%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents50_price{
    width:49%;
    font-size:1.4vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1.5%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents{
    width:50%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.system_contents_item{
    width:98%;
    font-size:1.4vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    margin:1% auto 0;
    padding:1% 1% 0;
    box-sizing: border-box;
}
.system_contents_price{
    width:98%;
    font-size:1.4vw;
    color:#000;
    line-height:1em;
    text-align:left;
    margin:0 auto;
    padding:.5%;
    box-sizing: border-box;
}
.system_contents_100top{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:3% auto 0;
    border-top:1px #000 solid;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents_100{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents_100_d{
    width:98%;
    height:auto;
    overflow:hidden;
    margin:3% auto 0;
    border-top:1px #000 solid;
    border-right:1px #000 solid;
    border-bottom:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.system_contents100_item{
    width:23%;
    font-size:1.4vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents100_price{
    width:23%;
    font-size:1.4vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_credititem{
    width:48%;
    font-size:1.4vw;
    color:#000;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_price_img{
    width:48%;
    text-align:left;
    padding:1%;
    border-left:1px #000 solid;
    box-sizing: border-box;
}
.system_contents_price_img img{
    width:50%;
    vertical-align: bottom;
}
.system_contents_text{
    width:98%;
    font-size:1.4vw;
    color:#000;
    text-align:left;
    line-height:1.2em;
    margin-top:2%;
    padding:1%;
}

/******************************
　　　　　クーポン
******************************/
.couponbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.coupon_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
}
.coupon_contents img{
    width:90%;
    vertical-align:bottom;
}

/******************************
　　　キャスト・スタッフ求人
******************************/
.castrecruitbox, .staffrecruitbox{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.castrecruit_contents, .staffrecruit_contents{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border-top:1px #000 solid;
    border-left:1px #000 solid;
    border-right:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.castrecruit_contents_last, .staffrecruit_contents_last{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    border:1px #000 solid;
    display:flex;
    justify-content: space-between;
}
.castrecruit_contents_item, .staffrecruit_contents_item{
    background-color:#8d8d8d;
    width:20%;
    font-size:1.2vw;
    color:#FFF;
    line-height:1.2em;
    text-align:left;
    padding:1%;
    border-right:1px #000 solid;
    box-sizing: border-box;
}
.castrecruit_contents_detail, .staffrecruit_contents_detail{
    width:80%;
    font-size:1.2vw;
    color:#000;
    line-height:1.6em;
    text-align:left;
    padding:1% 0 1% 2%;
    box-sizing: border-box;
}
.castrecruit_application_contents, .staffrecruit_application_contents{
    width: 100%;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
    display:flex;
    justify-content: center;

}
.castrecruit_application, .staffrecruit_application{
    background-position: center center !important;
    background-size:100% auto !important;
    background-repeat: no-repeat;
    width: 280px;
    height:280px;
    margin: 100px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application_mail, .staffrecruit_application_mail{
    background-position: center center !important;
    background-size:100% auto !important;
    background-repeat: no-repeat;
    width: 280px;
    height:280px;
    margin: 100px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application_line, .staffrecruit_application_line{
    background-position: center center !important;
    background-size:100% auto !important;
    background-repeat: no-repeat;
    width: 280px;
    height:280px;
    margin: 100px auto;
    position:relative;
    box-sizing: border-box;
}
.castrecruit_application a, .castrecruit_application_mail a, .castrecruit_application_line a{
    display:block;
    width:100%;
    height:100%;
}

.castrecruit_appllcation_add, .staffrecruit_appllcation_add{
    width:100%;
    font-size:1.4vw;
    color:#000;
    text-align:center;
    position:relative;
    top:170px;
    left:0;
}

.contents_morebtn{
    width:250px;
    font-size:1.5vw;
    color:#8d8d8d;
    text-align:center;
    padding:3px 0;
    margin:5px auto;
    border:2px #8d8d8d solid;
    border-radius: 50px;
}
.contents_morebtn a{
    display:block;
    color:#8d8d8d;
}

/******************************
　　　　　イベント
******************************/
.event_box{
    width:98%;
    height:auto;
    overflow:hidden;
    padding:1%;
    margin:5px auto;
}
.event_img{
	width:960px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}

/*//////////eventC.css///////////*/
#event_box a:link,.title a:link{
	color:#000;
	text-decoration:underline;
}

#event_box a:visited,.title a:visited{
	color:#000;
	text-decoration:underline;
}

#event_box a:hover,.title a:hover{
	color:#666;
}

#event_box a:active,.title a:active{
	color:#000;
	text-decoration:underline;
}

/***box***/
.btn_back,.btn_back a{
	color:#333;
	font-size:16px;
	text-align:center;
}

.btn_month,.btn_month a{
	color:#000;
	font-size:20px;
	text-align:center;
}

.btn_next,.btn_next a{
	color:#333;
	font-size:16px;
	text-align:center;
}

table#calender{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse: separate;
	font-size: 14px;
	color: #333;
	margin:10px auto;
}

table#calender td {
	padding: 3px;
	border-bottom: 1px solid #666;
	width:84px;
}

.day-one{
	background-color:#FFF;
	color:#000;
	height:100px;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
}

/* syukujitsu */
.horiday{
	width:90px;
	text-align:center;
	background-color:#F00;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.horiday-title{/* title */
	font-weight:bold;
}
.horiday-detail{/* naiyou */
	color:#CCC;
	font-size:11px;
	height:50px;
}
.horiday-wday{/* youbi */
	color:#ff3366;
	background-color:#ECECEC;
}
.horiday-day{/* hiduke */
}

/* saturday */
.saturday{
	width:90px;
	text-align:center;
	background-color:#039;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.saturday-title{/* title */
	font-weight:bold;
}
.saturday-detail{/* naiyou */
	color:#CCC;
	font-size:11px;
	height:50px;
}
.saturday-wday{/* youbi */
	color:#3366cc;
	background-color:#ECECEC;
}
.saturday-day{/* hiduke */
}

/* weekday */
.weekday{
	width:90px;
	text-align:center;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	border-right:1px #333 solid;
}
.weekday-title{/* title */
	font-weight:bold;
}
.weekday-detail{/* naiyou */
	color:#CCC;
	font-size:11px;
	height:50px;
}
.weekday-wday{/* youbi */
	color:#333;
}
.weekday-day{/* hiduke */

}

.event_photo{
	width:80px;
	height:auto;
	margin:0 auto;
	padding:5px;
}

.event_title{
	text-align:center;
	font-size:14px;
	line-height:1.6em;
}

.event_text{
	font-size:12px;
	color:#000;
	line-height:1.5em;
	margin-bottom:5px;
}
.event_text a{
	font-size:12px;
	color:#000;
}

}
