@charset "UTF-8";

/*=========================================================
	ニュースレター（PC）
=========================================================*/
.wrapper {
	position: relative;
	/* width: 100%; */
}
.movieWrapper {
	width : 100%;
	background: #000;
	padding-bottom: 100px;
}

#bg-movie {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 0;
	/* padding-bottom: 56.25%; */
	text-align: center;
	background: #000;
	z-index: 10;
}

#bg-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
}

#floating-area {
	/* position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
	width: 358px;
	height: auto;
	margin: 60px auto 0;
	padding: 25px 30px;
	background: rgba(255,255,255,.9);
	/* border: 1px solid #797979; */
	border: 1px solid #ccc;
	z-index: 100;
}

.pan, .FS2_breadcrumbs { /* パンくず非表示 */
	display: none;
}

.pageTitle {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 22px;
	letter-spacing: 0.01em;
	text-align: center;
	border: 0;
}

.link_pp {
	text-align: center;
}
.link_pp a {
	display: inline-block;
	font-size: 12px;
	text-decoration: underline;
}

.link_pp a:hover {
	color: #B44;
}

#floating-area form {
	margin: 20px auto 25px;
}

#floating-area form dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}

#floating-area form .required {
	color: #B44;
}

#floating-area form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin-bottom: 5px;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#floating-area form input[type=text] {
	width: 50%;
}

#floating-area form input[type=email] {
	width: 100%;
}

#floating-area form input[type=submit] {
	width: 100%;
	margin-top: 10px;
	color: #fff;
	background: #B44;
	font-size: 20px;
	font-weight: bold;
	border: 0;
	border-radius: 0;
	letter-spacing: 0.5em;
}

#floating-area form input[type=submit]:hover {
	cursor: pointer;
	opacity: .8;
}
