@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*動画
---------------------------------------------------------------------------*/
.video-wk {
	margin:10px auto;
}

.video-container {
	position: relative;
	
	margin-left:0px;
	
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 100%;
	max-width: 100%;
}

.tt-c {
	margin:30px auto 5px;
	text-align:center;
}

/*インスタ用*/
.picwk {
	margin:10px auto;
	text-align:center;
}

.picwk img {
	padding:0px 0px;
}

#insta {
	position:relative;
	text-align:center;
	max-width: 1200px;	/*幅*/
	margin: 0 auto;
}

#insta img.tcaver {
	position: absolute;
	top: 0px;
	left: 0px;
}




/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){


}



/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){


}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){


}
