@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;
}

@media screen and (min-width: 740px) {
/*-- 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;
}
.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;
}

/*.video {width: 800px;}*/

/*-- contents --*/
.contents {
	background-color:#fff;
}
.contentsInr {
	max-width: 950px;
	margin: 30px auto;
	padding: 0 10px;
}
 
/*.video {
    position: relative;
    padding-top: 56.25%;
	width: 800px;
}
	
.video iframe {
    position: absolute;
    top: 0;
	right: 0;
    width: 100% !important;
    height: 100% !important;
	z-index:1!important;
}*/

/*-- contents --*/

/*-- 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;
}


/*------------------------------
	for SP
------------------------------*/
@media screen and (max-width: 739px) {

/*	Reset
------------------------------*/

/*	Structure
------------------------------*/
/*-- pageHeader --*/
.pageHeader {
	position: relative;
}
.pageHeaderInr {
	width: 100%;
	padding: 0 10px;
}
.pageHeader_logo {
	width: 193px;
	padding: 16px 0;
}

.pageTtl {
    display: table;
    width: 100%;
    min-height: 80px;
    background-color: #f5f5f5;
}
.pageTtl .inr {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px;
}
.pageTtl .heading {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.3;
}
	


/*-- pageFooter --*/
.pageFooter {margin-top: 30px;}

.pageFooterInr {
	width: 100%;
}
.pageFooter_copy {
	padding: 12px 0;
	font-size: 1.0rem;

}

/* @media */


@keyframes fadein {
0% { opacity:0; }
25% { opacity:0.25; }
50% { opacity:0.5; }
100% { opacity:1; }
}

@-webkit-keyframes fadein {
0% { opacity:0; }
25% { opacity:0.25; }
50% { opacity:0.5; }
100% { opacity:1; }
}

@-moz-keyframes fadein {
0% { opacity:0; }
25% { opacity:0.25; }
50% { opacity:0.5; }
100% { opacity:1; }
}

@-o-keyframes fadein {
0% { opacity:0; }
25% { opacity:0.25; }
50% { opacity:0.5; }
100% { opacity:1; }
}


/*追加*/
.video_none{width: 800px; height: 450px; border: 3px solid #C0C0C0; background: radial-gradient(#fff, #CCCCCC);}
.video_none p{font-size: 50px; font-weight: bold; text-align: center; margin: 200px auto;}

