@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body{
    height: 100%;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
    
a img {
	border: none;
}


#site-box {
	width: 100%;
    padding: 0;
	font-size: 11px;
    font-size: calc(11px + 0.25vw);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*-------------------------------------------------*/

.clearbox {
	opacity: 0;
	transform-origin: center bottom 0px;
	-webkit-transform-origin: center bottom 0px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transform: scale(0.9) translateY(25px);
	-webkit-transform: scale(0.9) translateY(25px);
}
.mv01 {
	opacity: 1;
	transform: scale(1) translateY(0px);
	-webkit-transform: scale(1) translateY(0px);
}
/*-------------------------------------------------*/

#main-box {
	position: relative;
	width: 100%;
	height: 100%;
	
	text-align: center;
}

/*
#moviearea {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -99;
	background: cover;
	opacity: 0.1;
}

#screenmask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(54, 65, 62, 0.9);
	transition: all 2s ease 0s;
	-webkit-transition: all 2s ease 0s;
}
*/

/*-------------------------------------------------*/

/*
.wrapper {
	position: relative;
	width: 100%;
}
.wrapper:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
*/

/*-------------------------------------------------*/
    
/*-------------------------------------------------*/

/*-------------------------------------------------*/
 
/*-------------------------------------------------*/
 
/*-------------------------------------------------*/

/*-------------------------------------------------*/

/*-------------------------------------------------*/   
    
@media screen and (max-width: 480px) {
   /* 表示領域が480px以下の場合に適用するスタイル */
}





















