@charset "UTF-8";

@media screen and (max-width: 1100px) {
/*=========================================================================================================
VIDEO CLIP ＜ SMART PHONE ＞
=========================================================================================================*/
	
/*■■■■■■■■■■■■【  CONTENTS SETTING  】■■■■■■■■■■■■*/
#CTS{
	width: 100%;
	position: relative;
	top: 55px;
	}	
#MAINT{
	width: 90%;
	height: 50vh;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	top: 10vh;
	}
.StE{
	margin: 5vh 0 0 0;
	font-size: 23px;
	}
/*.【 LOGO - TITLE AREA 】=====================================■*/
#LG-TL{
	width: 100%;
	position: relative;
	z-index: 2;
	}

/*..《《 VDC LOGO SETTING 》》_________________________●*/
#VCL{
	width: 22vw;
	height: 6vw;
	min-width: 200px;
	min-height: 90px; 
	position: absolute;
	top: -100px;
	right: 3vw;
	
	background-image: url("../IMG/VDC-lg.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 3;
	
	opacity: 0;
	}
/*..《《 VDC LOGO SETTING / END 》》_____________________*/
	
/*..《《 VDC TITLE SETTING 》》________________________●*/
#TTL_NM{
	width: 103%;/*93*/
	margin: 20px auto;
	overflow: hidden;
	position: relative;/*
	top: 20px;*/
	left: -10%;/*none*/
	z-index: 3;
	opacity: 0;
	}

#TTL_NM div:nth-child(1){
	font-size: 40px;	
	font-weight: bold;
	letter-spacing: -2px;
	color: #00643C;
	text-shadow: 0 0 8px #FFFFFF, 0 4px 8px #FFFFFF, 4px 0 8px #FFFFFF,
				0 -4px 8px #FFFFFF, -4px 0 8px #FFFFFF;
	line-height: 43px;
	text-align: right;
	}
#TTL_NM > #AN_TTL{
	color: #0086CD;	
	}

#TTL_NM div:nth-child(1) span{
	font-size: 30px;	
	font-weight: bold;
	line-height: 30px;
	text-align: right;
	position: relative;
	top: -5px;
	}
#TTL_NM div:nth-child(2){
	margin: 8px 0 0px 0;
	font-size: 40px;	
	font-weight: bold;
	color: #23AA64;
	text-shadow: 0 0 8px #FFFFFF, 0 4px 8px #FFFFFF, 4px 0 8px #FFFFFF,
				0 -4px 8px #FFFFFF, -4px 0 8px #FFFFFF;
	line-height: 43px;
	text-align: right;
	 }
#TTL_NM div:nth-child(2)::after{
	content: "さん";
	font-size: 30px;
	}

#TTL_NM > #AN_TTL + div::after{
	content: "";	
	}

/*..《《 VDC TITLE SETTING / END 》》____________________*/
/*.【 LOGO - TITLE AREA / END  】================================*/	


/*.【 CAST AREA 】=============================================■*/
#CAST{
	width: 100%;
	height: 300px;
	overflow: hidden;
	
	border-bottom-right-radius: 20px;
	
	background: rgba(255,197,90,1)/*#FFC55A*/;
	
	position: relative;
	
	opacity: 0;
	}

#CAST > span{
	content: "";
	width: 32px;
	height: 300px;
	position: absolute;
	bottom: 18px;
	right: 13px;
	
	background-image: url("../IMG/FL-film.svg");
	background-size: 100%;
	background-repeat: none;
	}

#CAST > div{
	width: 100%;
	height: 282px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 58px;
	background: rgba(255,255,255,1);
	}

#CAST > div img{
	width: 540px;
	margin: 0 0 0 -242px;

	position: absolute;
	top: 0;
	left: 50%;
	
	user-select: none;
	-webkit-user-select: none;
	user-drag: none;
	-webkit-user-drag: none;
	}

#CAST > div span::after{
	content: "";
	height: 282px;
	margin: 0 0 0 -260px;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
	
	background-image: url("../IMG/Dot.png");
	background-size: 100%;
	background-repeat: no-repeat;
	
	user-select: none;
	-webkit-user-select: none;
	user-drag: none;
	-webkit-user-drag: none;
	}
#CAST > div span::after{
	width: 520px;
	transform: scaleX(-1);
	}

#NEW_OSM > .ANM{
	background: #FFB48C;
	}
/*.【 CAST AREA / END 】=========================================*/


/*.【 INFOMATION AREA 】=======================================■*/
#VC_INF{
	width: 95%;
	margin: 0 auto;
	position: relative;
	}
	
#VC_INF span{
	opacity: 0;
	}
#VC_INF span::before{
	content: "更新情報";
	width: 100%;
	margin: 0 auto;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	color: #FFAA3C;
	text-shadow: 0 0 0.5vw #FFFFFF,0 0.5vw 0.5vw #FFFFFF,0.5vw 0 0.5vw #FFFFFF,0.5vw 0.5vw 0.5vw #FFFFFF,
				 0 -0.5vw 0.5vw #FFFFFF,-0.5vw 0 0.5vw #FFFFFF,-0.5vw -0.5vw 0.5vw #FFFFFF;
	position: absolute;
	top: 0;
	}

/*..《《 VDC PAC SETTING 》》__________________________●*/
#PAC_BOX{
	width: 100%;
	max-width: 600px;
	margin: 0px auto;/*50px auto*/
	padding: 20px 0;
	
	box-sizing: border-box;
	}

.PAC{
	width: 95%;
	max-width: 600px;
	margin: 0 auto 10px auto;
	padding: 10px 15px;
	border: solid 5px #FFC55A;
	border-radius: 15px;
	display: flex;
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	}
.PAC:nth-child(n + 4){
	display: none;	
	}

.PAC > div:first-child{
	width: 80%;	
	min-height: 90%;
	position: relative;
	}
.PAC > div:first-child div:nth-child(1){
	font-size: 18px;
	line-height: 20px;
	color: #00503C;
	}
.PAC > div:first-child div:nth-child(2){
	margin: 5px 0 0 0;
	font-size: 21px;
	font-weight: bold;
	line-height: 23px;
	color: #00643C;
	}
.PAC > div:first-child div:nth-child(3){
	margin: 5px 0 0 0;
	font-size: 20px;
	line-height: 23px;
	color: #23AA64;
	}
.PAC > div:first-child div:nth-child(3)::after{
	content: "さん";
	font-size: 18px;
	line-height: 20px;
	}
/*..《《 VDC PAC SETTING / END 》》______________________*/


/*..《《 VDC LINK BOTTON SETTING 》》__________________●*/
.PAC_lnk{
	width: 20%;
	height: 90%;
	}

.PAC_lnk div{
	width: 58px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	top: 3px;
	left: 10px;
	}	
	
.PAC_lnk div a{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	transition: all 500ms;
	}

.PAC_lnk div:nth-child(1) a{
	background-image: url("../IMG/View_n.svg");
	}
.PAC_lnk div:nth-child(2) a{
	top: 2px;
	background-image: url("../IMG/Read_n.svg");
	}

.PAC_lnk div a:hover{
	opacity: 0.8;
	transition: all 500ms;
	}
/*..《《 VDC LINK BOTTON SETTING / END 》》______________*/
/*.【 INFOMATION AREA / END  】==================================*/
/*■■■■■■■■■■【  CONTENTS SETTING / END  】■■■■■■■■■■■*/

}
/*=========================================================================================================
VIDEO CLIP ＜ SMART PHONE ＞ / END
=========================================================================================================*/