@charset "utf-8";
/* CSS Document */

/*///////////////////////////////////////////////////////////////////////////
 ログイン
///////////////////////////////////////////////////////////////////////////*/
#login_div{
	width:800px;
	padding:40px 0;
	margin:0 auto;
	text-align:center;
}

#login_div table{
	display:inline-block;
}

#login_div button{
	display:inline-block;
	background:none;
	margin:0;
	padding: 10px 20px;
	background-color:#aaa;
	border-radius:5px;
}

.login_logo{
	height: 200px;
}
@media (max-width: 959px) {
}
@media (min-width: 960px) {
}
.txt_note{
	color: #8d6449;
}

.login_tono{
	height: 150px;
}
@media (max-width: 959px) {
}
@media (min-width: 960px) {
}


/*///////////////////////////////////////////////////////////////////////////
 ホーム
///////////////////////////////////////////////////////////////////////////*/
.tono_area{
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lw_lastnum{
	padding: 15px;
	box-sizing: border-box;
	background-color:#fff;
	border-radius: 20px;
	position: relative;
}
.lw_lastnum:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 8px 10px 8px 0;
	border-color: transparent #FFF transparent transparent;
	translate: -100% -50%;
}
.lw_lastnum dt{
	font-weight:bold;
	margin-bottom:5px;
}
.lw_lastnum dd em{
	margin-right:5px;
	padding:5px 10px;
	display:inline-block;
	border:solid #CCC 1px;
	border-radius: 5px;
	background-color:#fff;
	font-size:2.0rem;
	line-height: 1;
	font-weight:bold;
	color:#028760;
}


/*///////////////////////////////////////////////////////////////////////////
 動画アップロード
///////////////////////////////////////////////////////////////////////////*/
.movie_ttl{ 
	font-size:1.6rem;
	font-weight: bold;
	color: #028760;
}
.movie_ttl_sub{
	padding-left:5px;
	font-size:1.0rem;
	font-weight: normal;
}
.movie_baisoku_wrap{
	padding: 15px 20px;
	background-color: #e6eee1;
	border-radius: 10px;	
}
.movie_baisoku { 
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.movie_baisoku .btnS { 
	width  : 30%;
	padding: 10px;
	margin-left: 0;
	line-height: 1.2;
	letter-spacing: 1px;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.movie_baisoku .btnS .icS { 
	margin-bottom: 3px;
}
.movie_baisoku .btnS + .btnS { 
	margin:0;
}
.movie_only_wrap{
	margin-top: 5px;
	margin-bottom: 10px;
	pointer-events:none;
	text-align: center;
}
.movie_only_wrap .checkboxItem{
	padding : 8px 26px;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	pointer-events:auto;
	border-radius: 4px;
    background-color: #FFF;
    border: 1px solid #adc69f;
	color: #4F8E31;
	cursor: pointer;
}
.movie_only_wrap .span_checkbox {
	margin-left: 3px;
}


/*///////////////////////////////////////////////////////////////////////////
 画像アップロード
///////////////////////////////////////////////////////////////////////////*/
.conv_progress{
	width:100%;
	border:1px solid #000;
	box-sizing: border-box;
	margin:30px 0;
	display:none;
}
.conv_bar{
  height:30px;
  width:0;
  background:#ccc;
}

#setting-bg .JS_setting_reset{ display:none;}
.mv_loader .mv_bar,
.mv_loader .progress{
	border-radius:30px;
}
.mv_loader{
	width : 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
	display: none;	
}
.mv_loader .mv_bar{
	width:0;
	height:20px;
    background:-webkit-linear-gradient(right, #4F8E31, #028760);
    background:-moz-linear-gradient(right, #4F8E31, #028760);
    background:-o-linear-gradient(right, #4F8E31, #028760);
    background:linear-gradient(to left, #4F8E31, #028760);
}
.mv_loader .progress{
	width:100%;
	height:20px;
	border:1px solid #000;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	margin:159px 20px;
}

#setting-bg {
	width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
}
.setting-bg_in{
	min-height:450px;
	background-color:#fff;
	border-radius:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (max-width: 959px) {
	.setting-bg_in{
		width:330px;
	}
}
@media (min-width: 960px) {
	.setting-bg_in{
		width:350px;
	}
}
.setting_text{
	margin-bottom:20px;
	color:#777;
	font-weight:bold;
	font-size:1.6rem;
}
.setting_text_sub{
	padding-left:5px;
	font-size:1.0rem;
	font-weight: normal;
}

.JS_setting_page{
	display:none;
}
.JS_serif{
	width:100%;
	position:absolute;
	top  :-40px;
	right:-10px;
	z-index:5;
	width: 120px;
	min-height: 120px;
	text-align:center;
	font-size:1.2rem;
	border-radius: 50%;
	line-height: 120%;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
[upmode="1"] .JS_serif,
[upmode="1"] .JS_serif:before { background-color:#e5eee0;}
[upmode="3"] .JS_serif,
[upmode="3"] .JS_serif:before,
[upmode="2"] .JS_serif,
[upmode="2"] .JS_serif:before { background-color:#faeae8;}
.JS_serif:before{
	content:"";
	width : 25px;
	height: 25px;
	-webkit-mask-image:url("/img/other/set_fukidashi.svg");
	mask-image:url("/img/other/set_fukidashi.svg");
	-webkit-mask-position: top right;
	mask-position: top right;	
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-repeat:no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-origin:border-box;
	mask-origin: border-box;
	-webkit-mask-clip: border-box;
	mask-clip: border-box;
	display: block;
	position: absolute;
	left  : 30px;
	bottom:-10px;
}
.JS_serif .serif_txt{
	padding: 3px;
	line-height: 130%;
}
.JS_not_upload_text{
	font-size:1.2rem;
	color:#999;
	text-align:center;
	display:block;
}

.lwup_img{
	width: 100%;
	text-align:center;
	position: relative;
}
.lwup_img_age{
	height: 130px;
}
.setting-head{
	width: 100%;
	display:block;
	box-sizing: border-box;
	border-radius: 20px 20px 0 0;
	color:#fff;
	text-align:center;
	font-size:2rem;
}
@media (max-width: 959px) {
	.setting-head{
		padding:10px;
	}
}
@media (min-width: 960px) {
	.setting-head{
		padding:15px;
	}
}
[upmode="1"] .setting-head{ background-color:#4F8E31;}
.conv_setting_div .setting-head,
[upmode="3"] .setting-head,
[upmode="2"] .setting-head{ background-color:#df7163;}
.setting-main{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
}
@media (max-width: 959px) {
	.setting-main{
		padding: 20px 20px 0;
	}
}
@media (min-width: 960px) {
	.setting-main{
		padding: 30px 30px 0;
	}
}
.setting-foot{
	padding:0 0 20px;
}
.setting_dl{
	text-align:left;
}
.setting_dl>dt{
	padding-bottom:3px;
}

[name='dir_name']{
	width:150px;
}

#JS_img_disp{
	margin-bottom:86px;
}

.rorate_div{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	padding-bottom:10px;
}

.rorate_div .JS_rorate{
	width : 40px;
	height: 40px;
	background:url(../img/icon/ic_rorate.png) no-repeat center center #362719;
	background-size:30px auto;
	display: inline-block;
	border-radius: 20px;
	cursor:pointer;
	user-select: none;
}
.rorate_div .JS_rorate:active {
	-webkit-transform: translate(0,2px);
	-moz-transform: translate(0,2px);
	transform: translate(0,2px);
	background-color: #555;
}

.lineworks_upload_div{
	width:100%;
	box-sizing: border-box;
	position: fixed;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:3;
	left:0;
	text-align:center;
	color:#fff;
}
@media (max-width: 959px) {
	.lineworks_upload_div{
		height:80px;
		padding:15px 20px;
	}
}
@media (min-width: 960px) {
	.lineworks_upload_div{
		height:90px;
		padding:20px 30px;
	}
}

#dragDropArea{
	padding: 100px 50px;
	min-height: 100%;
	background-color: rgba(255,255,255,0.6);
	/*background-color: #f4f4f4;*/
	border: #c4d085 dashed 3px;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}
#dragDropArea p{
    color: #999;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4em;
}
#dragDropArea .drag-drop-buttons{
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2em;
}

#dragDropArea .dragDropReturnTop{
	width:280px;
	margin-left:auto;
	margin-right:auto;
}


.grid {
	display: grid;
	justify-items: center;
	align-items: center;
	grid-template-columns: 50% 50%;
	/*grid-template-rows: 250px 250px;*/
}

@media screen and (min-width: 960px) {
	.grid {
		grid-template-columns: 33.33% 33.33% 33.33%;
		/*grid-template-rows: 350px 350px 350px;*/
	}
}

.grid_item{ 
	width:100%;
	height:250px;
	text-align:center;
	overflow  :hidden;
	background-color: #DDD;
	display:table;
	position:relative;
	box-sizing: border-box;
}
.grid_item:before{
	content: "";
	width : 100%;
	height: 100%;
	display: block;
	top : 0;
	left: 0;
	position: absolute;
	box-shadow:0 0 0 1px #71665c inset;
	z-index: 2;
}
.grid_item[item_type='mv']:before{
	z-index: 0;
}
.grid_item:nth-child(n+1){ 
	/*border-right:1px solid #333;*/
}
@media screen and (min-width: 960px) {
	.grid_item{ 
		height:350px;
	}

	.grid_item:nth-child(n+2){ 
		/*border-right:1px solid #333;*/
	}
}



.grid_item dt{
	width:100%;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.grid_item dt .title{
	max-width: calc(100% - 40px);
	margin-top : 2px;
	margin-left: 2px;
	padding: 5px;
	display: inline-block;
	color:#333;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.70);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grid_item dd{
	width:100%;
	display:table-cell;
	vertical-align: middle;
	height:250px/*100%*/;
}
@media screen and (min-width: 960px) {
	.grid_item{ 
		height:350px;
	}
}
.grid_item .imgHighH{
	height:auto;
}

.grid_item .imgHighV{
	width:auto;
	height:auto;
	max-height:100%;
}
.grid_item .imgHighH,
.grid_item .imgHighV{
	max-width:100%;
	max-height: 250px;
	will-change: filter;
	user-select: none;
}

@media screen and (min-width: 960px) {
	.grid_item .imgHighH,
	.grid_item .imgHighV{
		max-height: 350px;
	}
}

/*///////////////////////////////////////////////////////////////////////////
 ダウンロード
///////////////////////////////////////////////////////////////////////////*/
.download_box{
	border:solid 1px #333;
	padding:20px;
	width:100%;
	box-sizing: border-box;
	text-align:left;
	background-color:#D8E5C4;
}
@media screen and (min-width: 960px) {
	.download_box{
		width:700px;
		margin:0 auto;
	}
}

.download_check{
	border-radius:5px;
	padding:10px;
	background-color:#fff;
}


/*///////////////////////////////////////////////////////////////////////////
 画像変換
///////////////////////////////////////////////////////////////////////////*/
.conv_setting_div .JS_setting_reset{
	display:inline-block;
	width: calc(100% - 40px);
}


