@charset "utf-8";

/*
*
*	index/opening
*
*/

section.opening {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
	background:#fffef6;
}

section.opening .movie {
    width: 100%;
    height: 100%;
    position: relative;
}

section.opening .movie video {
    width: 100%;
    height: auto;
    min-width: 100%;
    /*min-height: 100%;*/
}

section.opening .movie img {
    position: absolute;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.opening ul.slider li img{
	width:100%;
}

section.opening ul.slider .slick-prev.slick-arrow{
	z-index:100;
	left:20px;
}

section.opening ul.slider .slick-next.slick-arrow{
	z-index:100;
	right:20px;
}

section.opening#slider .layer{
	position:absolute;
	width:80%;
	height:100%;
	left:10%;
	top:0px;
	background:url('../img/intro/PC-text.png') no-repeat left center;
	background-size:contain;
}

/*
*
*	index/news
*
*/

ul.news li{
	letter-spacing: normal;
	font-size:16px;
	line-height:1.78;
	margin-bottom:3px;
	display:inline-block;
	width:100%;
	padding:1em 0;
	border-top:1px dashed #595959;
}

ul.news li:last-child{
	border-bottom:1px dashed #595959;
}

ul.news li a{
	display:block;
	color:#212529;
	text-decoration: none;
}
ul.news li span{
	display:inline-block;
}

ul.news li span.body_{
	width:100%;
	display:block;
}

ul.news li span.date_{
	width:52px;
	box-sizing:border-box;
	color:#555;
}

ul.news li span.category_{
	position:relative;
	height:22px;
	box-sizing:border-box;
}

ul.news li span.category_ img{
	position:relative;
	top: -1px;
	width: 64px;
	height: auto;
}


/*
*
*	common/dataList
*
*/

ul.dataList .slick-slide{
	width:250px;
}

ul.dataList .slick-prev.slick-arrow {
    z-index: 100;
    left: 20px;
}

ul.dataList .slick-next.slick-arrow {
    z-index: 100;
    right: 20px;
}

ul.dataList li{
	display:inline-block;
	width:240px;
	text-align:left;
	position:relative;
	padding:0px;
	box-sizing:border-box;
}

ul.dataList.newface li{
	padding-right:10px;
}

ul.dataList li .wrap{
	display:block;
	background:#FFF;
}

ul.dataList li .img_{
	display:block;
	width:100%;
	height:364px;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
	cursor:pointer;
	position:relative;
}

ul.dataList li .img_ span.status_{
	display:inline-block;
	font-size:11px;
	padding:0 4px 0 6px;
	line-height:22px;
	color:#FFF;
	letter-spacing:4px;
	font-weight:normal;
	position:absolute;
	top:3px;
	left:3px;
}

ul.dataList li .img_ span.status_.pv_{
	background: rgba(2,63,152,1);
}

ul.dataList li .meta_{
	display:block;
	padding:12px 0 0;
	text-align:center;
	box-sizing:border-box;
	color:#0c0c0c;
}

ul.dataList li .meta_ span{
	display:block;
}

ul.dataList li .meta_ .name_{
	font-size:16px;
	line-height:30px;
}

ul.dataList li .meta_ .name_ i{
	display:inline-block;
}

ul.dataList li .meta_ .name_ i.status_{
	display:inline-block;
	line-height:1;
	padding:0.3em 0.5em;
	margin-right:0.5em;
	color:#FFF;
	font-size:10px;
	font-style:normal;
	position:relative;
	top:-2px;
}

ul.dataList li .meta_ .name_ i.stat1{
	background:#ff0000;
}

ul.dataList li .meta_ .name_ i.stat2{
	background: #7396ff;
}

ul.dataList li .meta_ .name_ i.stat3{
	background: #f4a51a;
}

ul.dataList li .meta_ .size3_{
	font-size:14px;
	line-height:1;
	margin-bottom:1em;
}

ul.dataList li .meta_ .time_{
	font-size:13px;
	text-align:center;
	line-height:36px;
}

ul.dataList li .meta_ .time_ span.none_{
	display:block;
	background:#aaaaaa;
	color: #fff;
}

ul.dataList li .meta_ .time_ span.caption_{
	display:block;
	background:#aaaaaa;
	color: #0c0c0c;
}

ul.dataList li .meta_ .time_ span.rightnow30{
	display:block;
	background: #f70566;
	color: #fff;
}

ul.dataList li .meta_ .time_ span.rightnow60{
	display:block;
	background: #ff3c00;
	color: #fff;
}

ul.dataList li .meta_ .time_ a{
	display:block;
	background:#e60027;
	color:#FFF;
}

ul.dataList li .meta_ .time_ a.work_next{
	display:block;
	background:#686868;
	color:#FFF;
}

ul.dataList.masonry{
	margin:0 auto;
}

ul.dataList.masonry li{
	margin-bottom:60px;
}

/*
*
*	common/.page-header
*
*/

.page-header{
	margin-bottom:28px;
}

.page-header h2{
	line-height:1;
}

.page-header h2 div{
	color:#e60027;
	padding-bottom:3px;
}

.page-header h2 div.model{
	color:#212529;
}

.page-header h2 span{
	color:#212529;
	display:inline-block;
	font-size:16px;
}

/*
*
*	model/
*
*/

.container-fluid.model {
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
}

.photo ul{
	list-style-type: none;
	width:100%;
	display:block;
}

.photo ul li{
	line-height:1;
	display:block;
	text-align:center;
	margin-bottom:16px;
}

.photo ul li img{
	max-width:100%;
}

.stockfoto-tooltips {
    display: none;
    position: absolute;
    z-index: 9999;
    width: auto;
    height: auto;
    color: #666;
    font-size: 1.4em;
    -webkit-box-shadow: 0 0 0.833333333em rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.833333333em rgba(0,0,0,0.2);
    box-shadow: 0 0 0.833333333em rgba(0,0,0,0.2);
    border: 0.083333333em solid #d3d3d3;
    vertical-align: top;
    background-color: #fff;
    padding: 15px;
}

	.stockfoto-tooltips img{
		max-width:100%;
	}

.profile{
	position:relative;
}

.profile dl dt{
	display:block;
	background:#e60027;
	color:#FFF;
	font-weight:normal;
	padding:0.5rem 1rem;
}

.profile dl dd{
	padding:0.5rem 1rem;
	line-height:1.78;
}

.profile .movie{
	position:relative;
}

.profile .movie img{
	max-width:100%;
}

.profile .movie span{
	position:absolute;
	display:inline-block;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	margin-left:-30px;
	margin-top:-30px;
	text-align:center;
}

.profile .movie i{
	font-size:60px;
}

.profile .modelWorkingMailSection{
	position:absolute;
	bottom:0px;
}

.section-header.model h2 div{
	width:100%;
	font-size:26px;
	border-bottom:1px solid #e60027;
}

.schedule div{
	text-align:center;
	border-right:1px solid #111;
}

.schedule div:first-child{
	border-left:1px solid #111;
}

.schedule div span{
	display:block;
	padding-bottom:0.3rem;
}

.schedule div span.nowork_{
	padding-top:3em;
}

.syamePostList{
	margin:0 auto;
}

.syamePostList .postItems{
	width:240px;
	padding:12px;
	height:auto;
	margin-bottom:12px;
	background:#e60027;
	box-sizing:border-box;
}

.syamePostList .postItems .postAssets{
	position:relative;
	margin-bottom:0.3em;
}

.syamePostList .postItems .postAssets img{
	width:100%;
}

.syamePostList .postItems .postMovie{
	position:absolute;
	display:inline-block;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	margin-left:-30px;
	margin-top:-30px;
	background:url('../images/model/playmark.png') no-repeat left top;

}

.syamePostList .postItems .inner {
	/*background:#1a1b1a;*/
}

.syamePostList .postItems .inner .postMeta, 
.syamePostList .postItems .inner .postAuthor,
.syamePostList .postItems .inner .postControl
{
	padding: 6px 6px 3px;
}

.syamePostList .postItems .inner a{
	display:inline-block;
}

.syamePostList .postItems .inner .postMeta .postCaption{
	color:#FFF;
	margin-bottom:0.3em;
}

.syamePostList .postItems .inner .postAuthor
{
	/*border-top: 1px solid #e7e7e7;*/
	
}

.syamePostList .postItems .inner .postStatus{
	position:relative;
}

.syamePostList .postItems .inner .postStatus .postCount{
/*
	position:absolute;
	right:4px;
	top:0px;
*/
}

.postStatus em{
	font-style:normal;
	color: #999;
}

.postStatus em.postGooded,
.postStatus a.postGooded
 {
	width: 18px;
	height: 12px;
	/*background: url('../images/model/icon_good.png') center top no-repeat;*/
	display: inline-block;
	font: 0/0 serif;
	text-shadow: none;
	text-decoration:none;
	color: transparent;
}

.postStatus em.postComment, 
.postStatus a.postComment
{
	width: 18px;
	height: 12px;
	/*background: url('../images/model/icon_comment.png') center top no-repeat;*/
	display: inline-block;
	font: 0/0 serif;
	text-shadow: none;
	text-decoration:none;
	color: transparent;
}

.syamePostList .postAuthor img.authorImg {
	position: relative;
	border-radius: 2px;
	float: left;
	height: 30px;
	margin-right: 5px;
	width: 30px;
}

.syamePostList .postItems .inner .postAuthor{
	line-height: 14px;
	font-size:11px;
	color: #FFF;
}

.syamePostList .postItems .inner .postAuthor .author{
	font-weight:bold;
	text-overflow: ellipsis;
}

.syamePostList .postItems .inner .postAuthor .author a{
	color: #FFF;
}

.syamePostList .postItems .inner .postMeta .btn_ a{
	display:block;
	width:100%;
}

/*
*
*	schedule/
*
*/

.schedule_select ul{
	list-style-type:none;
}

/*
*
*	movie/
*
*/

ul.movie.dataList li{
	width:299px;
}

ul.movie.dataList li .img_{
	height:160px;
}

ul.movie.dataList li .img_ a{
	display:inline-block;
	width:100%;
	height:160px;
}

/*
*
*	shopmap/
*
*/

.gmapframe{
	width:100%;
	height:400px;
}

/*
*
*	system/
*
*/

	#content.system .list ul{
		margin:0px;
		margin-bottom:1rem;
		padding:0px;
		list-style:none;
	}

	#content.system .list ul li{
		width:30%;
		cursor:pointer;
	}

	#content.system .list ul li{
		margin:0 0.5rem;
	}

	#content.system .list ul li .on{
		display:none;
	}

	#content.system .list ul li img{
		max-width:100%;
	}

	#content.system .section-header{
		text-align:center;
	}

	#content.system .section-header h2{
		color: #e60027;
	}

	#content.system .section-header h2 div{
		width:100%;
		color: #e60027;
		font-size:26px;
		border-bottom:1px solid #e60027;
	}

/*
*
*	forms/
*
*/

.forms ul{
	list-style-type: none;
	width:100%;
}

.forms ul li{
	margin-bottom:20px;
}

.forms ul li label.form-label{
	display:block;
	margin-bottom:0.5rem;
}

/*
*
*	.pager/
*
*/

.pager{
	display:none;
}

/*
*
*	.footer/
*
*/

	.footer-body span{
		display:inline-block;
		padding-right:1em;
	}


#fixNav{
	display:none;
}

#menuOL,#menuOL2,#menuOL3{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.88);
}

    section.opening .movie {
        padding:10px;
    }

#opening #sound_button{
	position:absolute;
	right:30px;
	top:30px;
	display:none;
	padding:0;
	width:48px;
	text-align:center;
	font-size:30px;
	background:rgba(255,255,255,0.25);
	color:#999;
	border-radius: 6px;
	cursor:pointer;
}

@media not all and (min-width: 992px) {

	h5{
		font-size:1rem;
	}

	.model .photo.col-6{
		width:100%!important;
	}

	.model .basis,
	.model .schedule{
		flex-direction: column!important;
		text-align:center;
	}

	.model .basis .profile{
		padding:0!important;
		text-align:left;
	}

	.model .schedule div{
		border:none;
		border-bottom:1px solid #111;
		display:flex;
		padding:0.6rem 0;
	}

	.model .schedule div span{
		display:inline-block;
		padding:0 5px;
		align-self: center!important;
		font-size:15px;
		text-align:left;
	}

	.model .schedule div span.date{
		width:30%;
	}

	.model .schedule div span.reserve_{
		text-align:right;
		width:32%;
	}

	.schedule div span.nowork_{
		padding-top:0;
	}

	.profile .modelWorkingMailSection{
		position:relative;
	}

	.stockfoto-tooltips{
		display:none!important;
	}

	ul.dataList.model.masonry li{
		display:inline-block;
		width:165px;
		text-align:left;
		position:relative;
		padding:0px;
		box-sizing:border-box;
	}

	ul.dataList.model.masonry li .meta_{
		padding:12px 0 0;
	}

	ul.dataList.model.masonry li .meta_ .name_{
		font-size:14px;
		line-height:30px;
	}

	ul.dataList.model.masonry li .meta_ .name_ i{
		display:inline-block;
	}

	ul.dataList.model.masonry li .meta_ .name_ i.status_{
		display:inline-block;
		line-height:1;
		padding:0.3em 0.5em;
		margin-right:0.5em;
		color:#FFF;
		font-size:10px;
		font-style:normal;
		position:relative;
		top:-2px;
	}

	ul.dataList.model.masonry li .meta_ .size3_{
		font-size:10px;
		line-height:12px;
		margin-bottom:1em;
	}

	ul.dataList.model.masonry li .meta_ .time_{
		font-size:13px;
		line-height:36px;
	}

	ul.dataList.model.masonry li .img_{
		height:240px;
	}

	.pager{
		display:block;
	}

	.gmapframe{
		width:100%;
		height:200px;
	}

	.footer-body span{
		display:block;
		padding:0;
	}

	section.opening#slider .layer{
		width:50%;
		left:25%;
		background:url('../img/intro/SP-text.svg') no-repeat left center;
	}

.schedule_table{
  width: 100%;
}
  .schedule_table table{
    width: 100%;
    border-collapse: collapse;
  }
    .schedule_table table th{
      background: #FFF;
      color: #0c0c0c;
      text-align: center;
      border:1px solid #CCC;
      line-height: 25px;
      width: 14.2%;
    }
    .schedule_table table td{
      background: #FFF;
      color: #0c0c0c;
      font-size: 15px;
      text-align: center;
      border:1px solid #CCC;
      line-height: 30px;
    }
    .schedule_table table td a{
      display: block;
      text-decoration: none;
      color: inherit;
    }
    .schedule_table table td > div{
      position: relative;
    }
    .schedule_table table td.select{
      background: #fcbfbf;
	color:#121212;
    }
      .schedule_table table td.select .arw{
        position: absolute;
        left: 50%;
        bottom:-3px;
        margin-left: -5px;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-bottom: 10px solid #e60027;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
      }
        .schedule_table table td.select .arw::after{
          position: absolute;
          left: 50%;
          bottom:-14px;
          margin-left: -5px;
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-bottom: 10px solid #fff;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
        }
.schedule_date{
  border-top: 2px solid #e60027;
}
  .schedule_date .date{
      background: #FFF;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 40px;
  }
    .schedule_date .date .sun{
      color: #ff9696;
    }
    .schedule_date .date .sat{
      color: #1171f4;
    }
    .schedule_date .date .arwl{
      position: absolute;
      left: 0;
      top:0;
      width: 30px;
      text-align: center;
      cursor: pointer;
      color: #aaa;
    }
      .schedule_date .date .arwl a{
        display: block;
        color: inherit;
      }
    .schedule_date .date .arwr{
      position: absolute;
      right: 0;
      top:0;
      width: 30px;
      text-align: center;
      cursor: pointer;
      color: #aaa;
    }
      .schedule_date .date .arwr a{
        display: block;
        color: inherit;
      }
  .schedule_date .time{
    box-sizing: border-box;
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
    .schedule_date .time > div{
       display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      background: #ffa6c5;
      border-left:1px solid #fff;
      border-right:1px solid #fff;
      width: 50%;
    }
    .schedule_date .time div.time1{
       
    }
    .schedule_date .time div.time2{
       background: #ffb5ee;
    }

    .schedule_date .time > div a{
	display:block;
	    box-sizing: border-box;
       color:#FFF;
	text-decoration:none;
	    font-size: 14px;
	    line-height: 28px;
    }


	#fixNav{
		display:block;
		position:fixed;
		bottom:-100%;
		background-color:#e60027;
      transition: bottom .8s, visibility .8s;
      visibility: hidden;
	}

	#fixNav span a{
		width:100%;
		display:inline-block;
		padding:1.5em 0;
		line-height:1;
		text-align:center;
		color:#FFF;
		text-decoration:none;
	}

	#fixNav span:nth-child(odd) a{
		background-color:#e60027;
	}

	#fixNav span:nth-child(even) a{
		background-color:#c7001f;
	}

	#fixNav span.brand{
		width:20%;
		background-color:#e60027;
		text-align:center;
		line-height:1;
	}

	#fixNav span.brand a{
		display:inline-block;
		background:#e60027 url("../img/common/menu_logo.svg") no-repeat center center;
		background-size:contain;
		width:80%;
		max-width:60px;
		height:auto;
	}

	#fixNav span.brand a.navbar-toggler{
		border-radius:0;
		padding:0;
		font-size:1rem;
	}

	#fixNav span.brand a.navbar-toggler:focus {
	    box-shadow: 0 0 0 0;
	}

	#menuOL ul,
	.subMenu ul
	{
		padding:20px 20px;
	}

	#menuOL ul li.bd{
	}

	#menuOL ul li a,
	.subMenu ul li a
	{
		font-size:16px;
		color:#FFF;
		display:inline-block;
		padding:12px 0;
	}

	#menuOL ul li.child a,
	.subMenu ul li.child a
	{
		font-size:14px;
		padding:8px 0;
	}

	#menuOL ul li.head a,
	.subMenu ul li.head a
	{
		color:#ff7474;
	}

	.subMenu ul li.head
	{
		border-bottom:1px solid #525252;
	}

	.subMenu ul li.head a
	{
		padding-bottom:20px;
	}

	.subMenu ul li.child a{
		padding:12px 0;
	}

	#menuOL table{
		width:100%;
		border-collapse:collapse;
		border:0px;
	}

	#menuOL table td{
		width:50%;
		text-align:center;
	}

	#menuOL table td ul{
		padding:0;
	}

/*
*
*	system/
*
*/

	#content.system .list ul.d-flex{
	}

	#content.system .list ul{
		margin-bottom:0px;
	}

	#content.system .list ul li{
		width:45%;
	}

	#content.system .list ul li{
		margin:0 0.5rem 1rem;
	}

}