@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;

}


body {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	/*
	background-color: #998E78;
	*/
	outline: none;
	}
html,
body{
	margin: 0;
	padding:0 ;
	}

blockquote, q {
	quotes: none;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus, *:focus { outline:none; }

a:focus {
	outline:none;
}

.clearfix{
	position:relative;
	}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}


.largeInner{
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}

.largeInner:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.largeInner {
	min-height: 1px;
}

* html .largeInner {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.inner{
	width:95%;
	margin:0 auto;
	padding:0;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}


.inner:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.inner {
	min-height: 1px;
}

* html .inner {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}







.smallInner{
	width:90%;
	margin:0 auto;
	padding:0;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}


.smallInner:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.smallInner {
	min-height: 1px;
}

* html .smallInner {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}




/*幅高さ100*/
.topBox,
.fullBox{
	width:100%;
	height: 100vh;
	height: -webkit-calc(100vh - 55px) ;
	height: calc(100vh - 55px) ;
	position: relative;
}
@media screen and (orientation: landscape) {
/*幅高さ100*/
.topBox,
.fullBox{
	width:100%;
	height: 100vw;
	position: relative;
}

}




#container{
	padding: 55px 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out ;
	-moz-transition   : all 0.4s ease-in-out ;
	-ms-transition    : all 0.4s ease-in-out ;
	-o-transition     : all 0.4s ease-in-out ;
	transition        : all 0.4s ease-in-out ;
}

.pc{
	display: none;
}
video{
	max-width:100%;
	height: auto;
}