@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## サイトタイトル ######################################## */

h1::before {
	content: "Eighteen Movies";
}

/* L1 ######################################## メインビジュアル ######################################## */

/*
div.image a::after {
	cursor: pointer;
	content: "オモドリハ コチラカラ";
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 10;
	padding: 4px;
	font-size: 1.1rem;
	line-height: 1.0;
	border: 1px solid #333333
	;
	background: rgba(0, 0, 0, 0.8);
}
*/

/* L1 ######################################## h2要素 ######################################## */

h2 {
	display: none;
}


/* L1 ######################################## 動画一覧 ######################################## */

#movie {
	position: relative;
	z-index: 1;
	min-height: 250px;
	margin: 0 2px 3em 2px;
	padding: 0 10px;
	border: 1px solid #444444;
	background: rgba(0, 0, 0, 0.4);
}

/* L2 **************************************** YouTube **************************************** */

#movie div.youtube {
	margin: 10px 0;
	text-align: center;
}

#movie div.youtube figure {
	display: inline-block;
	width: 100%;
	padding: 8px;
	text-align: center;
	
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

figure div.movie {
	position: relative;
	width: auto;
	height: auto;
	padding-bottom : 56.25%;
}

figure div.movie img,
figure div.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure div.movie img {
	cursor: pointer;
}

figure div.movie span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	line-height: 1.0;
	background: #ffffff;
}

figure div.movie i {
	cursor: pointer;
	position: relative;
	top: -15px;
	left: -15px;
	color: #e62117;
	font-size: 6.0rem;
}

figcaption {
	overflow: hidden;
	display: block;
	color: #ffffff;
	margin: 0 0 -0.2em 0;
	font-size: 1.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
figcaption::before {
	content: "\f16a";
	position: relative;
	top: 1px;
	margin-right: 0.5em;
	font-family: "FontAwesome";
	font-size: 1.6rem;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


