@charset "shift_jis";
/*==============================
	Base
==============================*/

/*	Reset
------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, main,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	vertical-align:baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display:block;
}
html {
	overflow-y:scroll;
	color:#333;
	font-size:62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
}
body {
	width:100%;
	height:100%;
	font-size:1.4em; /* for GC. defalut font-size:1.4rem = 14px */
	line-height:1.5;
	word-break:break-word;
}
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input, textarea {
	margin:0;
	padding:0;
	border:none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#a9a9a9;
}
input {
	-webkit-appearance:none;
	appearance:none;
	outline:none;
}
input, textarea, select {
	font-family: inherit;
}
ol, ul {
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
caption, th, td {
	text-align:left;
}
a {
	color:#333;
	text-decoration:none;
	outline:none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}
hr {
	height:1px;
	margin:0;
	border:0;
}
.cf:after {
	content:"";
	clear:both;
	display:block;
}


/*	Structure
------------------------------*/

/*-- wrapper --*/
#wrapper{
width: 100%;
position: relative;
overflow: hidden;
}

/*-- pageHeader --*/
.pageHeader {
	border-bottom: 1px solid #a6a6a6;
	height: 85px;
}
.pageHeaderInr {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 10px;
}
.pageHeader_logo {
	width: 333px;
	padding: 32px 0;
}
	
.pageTtl { padding: 30px 0;}
.pageTtl .heading {font-size: 24px; font-weight: bold;}
.inr {
    width: 950px;
    margin: 0 auto;
}
.pageTtl {
    background: #fff;
    min-height: 30px;
    line-height: 1.4;
    color: #333;
    padding: 25px 0 23px;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0px 2px 2px 0px #ededed;
}


/*.video {width: 800px;}*/


/*.contentsInr #video{
    box-sizing: border-box;
    margin: 0 0 30px 0;
    background-color:#FFF;
    display: block;
}
.contentsInr #video .inner{
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	box-sizing: border-box;
}*/


.movie_box {
	/*position: absolute;
	top: 204px;
	left: 188px;*/
	z-index: 3;
	text-align:center;
}
.js-c-lightbox-content {
	width: 814px !important;
	padding: 43px 7px 5px 7px !important;
	margin: 0 auto;
	position: relative;
	background: #fff;
* zoom: 1;
}
.mfp-hide {
    display: none !important;
}



/*-- contents --*/
.contents {
	background-color:#fff;
}
.contentsInr {
	max-width: 950px;
	margin: 30px auto;
	padding: 0 10px;
}

/*-- pageFooter --*/
.pageFooter {
	background-color: #000;
	margin-top: 30px;
}
.pageFooterInr {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 10px;
}
.pageFooter_copy {
	display: block;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}

.toHome {
	display: none;
}



