@charset "utf-8";

/*** total style ***/
body {
	background-color: white;
	color: black;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
}

/*** clearfix ***/
.clearfix:before, .clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

/*** normalize 対策 ***/
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
img{
	vertical-align: top;
}
table{
	border: 0;
	border-collapse:collapse;
}
table tr{
	padding: 0;
}
table tr td{
	border: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p{
	font-size: 0;
	margin: 0;
	padding: 0;
}

/*** mouse over ***/

/********************************/
.wrapper{
	width: 100%;
}

/*================================
top_page
================================*/
/* header */
.header{
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
.header_inner{
	border-top: 2px solid #b73212;
}

/* mainvisual */
h1 img{
	padding: 1.40625% 5%;
	width: 19.68175%;
}
.main-visual {
width: 100%;
overflow: hidden;
position: relative;
background-color: #fafafa;
}
.top_motion_copy,.top_motion_copy_static {
	width: 0px;
	position: absolute;
	top:0;
	left:0;
	z-index:9;
	background-image: url(../img/top_motion_copy.png);
	background-repeat: no-repeat;
	background-size: 640px auto;
}
.top_motion_copy_static {
	width: 100%;
}

ul.menu{
	margin-top: 1.6393%;
}
ul.menu li{
	margin-bottom: 1%;
}
ul.menu li img{
	display: block;
	margin: 0 auto;
	width: 97.96875%;
}

/* special */
.special{
	position: relative;
}
.bg{
	position: absolute;
	z-index: -1;
}
.moratame01{
	position: absolute;
	top: 8.7%;
	left: 67.21%;
}
.odagiri{
	position: absolute;
	top: 67.1%;
	left: 3.81%;
}
.link1{
	position: absolute;
	top: 80.8%;
	left: 41.61%;
}
.link2{
	position: absolute;
	top: 82.2%;
	left: 21.21%;
}
.moratame02{
	position: absolute;
	top: 86.9%;
	left: 30.9%;
}

/* youtube */
.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* yumekoubou */
.yumekoubou{
	position: relative;
}
.bg{
	position: absolute;
	z-index: -1;
}
.yumekoubou_btn{
	position: absolute;
	top: 81%;
	left: 25.3125%;
}

/* go_top */
.go_top{
	background: #f1f1f1;
	border-top: 2px solid #e0e0e0;
	text-align: right;
	font-size: 12px;
	line-height: 400%;
}
.go_top a{
	color: #652E00;
	text-decoration: none;
}
.go_top span{
	padding-right: 3.125%;
}

/* footer */
.footer{
	box-sizing: border-box;
	border-top: 2px solid #e0e0e0;
	margin-top: 5%;
	padding: 3.4793% 0;
}
.footer02{
	margin-top: 0;
}
.footer_logo{
	float: left;
	margin-left: 4.5875%;
	width: 20.625%;
	padding-top: 0.3%;
}
.copy{
	float: right;
	margin-right: 4.6875%;
	width: 65.15625%;
}

