<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/*
header
--------------------------------------------------*/
#header{
	position: fixed;
    width: 100%;
	background: url(../images/header_bg.png) repeat;
	z-index: 10;
}
#header .logo a{
	display: block;
	text-align: center;
}
#header .logo a img{
	height: 48px;
	display: inline-block;
}

/*
kv
--------------------------------------------------*/
#kv{
	position: relative;
	width: 100%;
	height: 100%;
	height: 100vh;
	text-align: center;
}
.kvInner {
	position: fixed;
	width: 100%;
	height: 100%;
}
.kvInner:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/kv_bg.png) no-repeat 50% 50%;
	background-size: cover;
	z-index: 1;
}
#kv h1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#kv h1 img{
	height: 100vh;
	max-width: 100vh;
}
#scroll_down{
    display: block;
    position: absolute;
    width: 90px;
    height: 45px;
    top: -45px;
    left: 50%;
    margin-left: -45px;
}


/*
mainContents
--------------------------------------------------*/
#mainContents{
	position: relative;
	background: #e7bcb5;
}

.mainContentsInner{
	padding: 30px 10px 0;
	max-width: 640px;
    margin: 0 auto;
}

.contentsTtl{margin: 0 0 20px;}
.contentsTtl img{width: 100%;}
.lead{
	font-size: 9px;
	margin: 0 0 40px;
	text-align: center;
}

#itemList{margin: 0 0 40px;}
#itemList li{margin: 0 0 30px;}
#itemList .img{margin: 0 0 15px;}
.item02 .img{margin: 0 0 6px;}
#itemList .detail{display: table;}
#itemList .detail .tx{
	display: table-cell;
	vertical-align: middle;
}
#itemList .detail .btn{
	display: table-cell;
	width: 30%;
	max-width: 180px;
	vertical-align: middle;
}

#linkArea{
	background: #000;
	padding: 30px 10px;
}
.linkBtn{border: 2px solid #fff;}
.linkBtn a{
	display: block;
	text-align: center;
}
.linkBtn a img{
	width: 100%;
	max-width: 594px;
	    margin: 0 auto;
}

/*
footer
--------------------------------------------------*/
#footer{
    position: relative;
	background: #fff;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    z-index: 10;
}



/*clearfix*/
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix{
    *zoom:1;
}</pre></body></html>