@charset "UTF-8";



#fancybox-loading div {
	display: none;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	height:auto;
	padding: 0;
	overflow: hidden;
	padding-top: 56%;
	background-color: #dddddd;
}

.embed-responsive iframe,
.embed-responsive img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* -------------------------------------------------- *
 * mov caption
 * -------------------------------------------------- */
.btn-dark {
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	position: relative;
	background-color: #ffee00;
	color: #0097cf;
	display: block;
	width: 100%;
	line-height: 1.5;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.1em;
	padding: 10px 25px 10px 10px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-bottom: 20px;
}

.btn-dark.pink_bk {
	background-color: #f983af;
	color: #fff;
}