@charset "utf-8";

/*
************************************************************************
* CM(youtube、Twitterなど)
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.youtube
{
}
.youtube iframe
{
	width:100%;
	height:500px;
}

.twitter
{
	background-color:rgba(255,255,255,0.7);
}

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	.youtube iframe
	{
		width:100%;
		height:50vh;
	}
}
