/*	font-family: "ヒラギノ明朝 Pro W6", "HGS明朝E", "ＭＳ Ｐ明朝",  "Hiragino Mincho Pro",  serif; */
/*	font: 14px/1.5em 'Meiryo', 'メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;*/

/*font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/

/*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Meiryo, serif; */



/****************************************
		General Setting  @common
*****************************************/

/* html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-style: normal;
	font-weight: normal;
}
body {
	line-height:1;
	color: #3F3A3A;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}

@media screen and (min-width: 640px) {
	body {
		font-size: 13.1px;
		line-height: 1.5em;
	}
}

@media screen and (max-width: 640px) {
	body {
		font-size: 18px;
		line-height: 1.5em;
	}
}



article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul, ol {
	list-style: none;
}

ul li, ol li {
	list-style: none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;

}

ins {

	text-decoration:none;
}

mark {

	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    margin:1em 0;
    padding:0;
}

input, select, button {
	vertical-align:middle;
}

.clear {
	clear: both;
}

/*** clearfix ***/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
	display: block;
    zoom:1;
}

/* link */

a {
	color: #3F3A3A;
	text-decoration: none;

}
a:hover {
	color: #72bf75;


}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	transition: 0.5s;

}

.opacity {
	opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";

}

.opacity0 {
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}

.Video{
  text-align: center;
}

.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;

}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 70%;
    min-height: 70%;
}


div.vid_contents {

width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 0% 0% 0% 0%;/*ここで動画の周りの余白を調整*/
background: 000000;/*余白の背景色*/
}
video.vid_main {
max-width: 100%;
max-width: 1200px;/*PC版での最大幅*/

}





/* boxshadow */
.boxshadow {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

img {
	display: block;
}

/* ----- 選択時反転色 ----- */
::selection {
  background-color: #72bf75;
  color: #fff;
}

/* Firefox */
::-moz-selection {
  background-color: #72bf75;
  color: #fff;
}
/* ----- 選択時反転色 ----- */


img{
max-width: 100%;
height: auto;
width /***/:auto;
}

/****************************************
		HTML @common
*****************************************/

html {
	background: #FFFFFF;

}

/****************************************
		BODY @common
*****************************************/

body {
	width: 100%;
	margin: 0 auto;
}


@media screen and (max-width: 640px) {
	body {
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
	}
}



