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

body {background:url(../images/bg.png) repeat center top ;}

/*
header
--------------------------------------------------*/
#header{
	position: fixed;
    width: 100%;
	background: url(../images/header_bg.png) repeat;
	z-index: 10;
}
#header .logo{
	width: 300px;
    padding: 20px 0;
    margin: 0 auto;
}


/*
kv
--------------------------------------------------*/
#kv{
	width: 990px;
	padding: 80px 0 50px;
	margin: 0 auto;
}


/*
lead
--------------------------------------------------*/
#lead{
	width: 990px;
	margin: 0 auto 70px;
	text-align: center;
	font-size: 14px;
}

/*
ballet
--------------------------------------------------*/
#ballet{
	width: 990px;
	margin: 0 auto 60px;
}
#ballet h2{margin: 0 0 25px;}
#ballet .price{margin: 0 0 30px;}
#ballet .tx{font-size: 12px;}
#ballet .btn{
	margin: 35px auto 0;
	line-height: 1.0;
}
#ballet .btn a {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: inline-block;
	background-color: none;
	border: 1px solid #000;
	width: 398px;
	padding: 15px 0;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	outline: none;
	color: #000;
}
#ballet .btn a::before,
#ballet .btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#ballet .btn a,
#ballet .btn a::before,
#ballet .btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#ballet .btn a:hover {
	border: 1px solid #ffff33;
	color: #000;
}
#ballet .btn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#ballet .btn a:hover::after {
	background: #ffff33;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#ballet01{
	background: url(../images/ballet_bg_01.png) no-repeat left top;
	min-height: 580px;
	padding: 100px 0 0 590px;
	margin: 0 0 80px;
}
#ballet02{
	position: relative;
	background: url(../images/ballet_bg_02.png) no-repeat left top;
	min-height: 307px;
	padding: 960px 600px 0 0;
	margin: 0 0 80px;
}
#ballet02 .fade{
	position: absolute;
	top: 80px;
	left: 114px;
}
#ballet03{
	position: relative;
	background: url(../images/ballet_bg_03.png) no-repeat left top;
	min-height: 218px;
	padding: 468px 0 0 685px;
	margin: 0 0 80px;
}
#ballet03 .fade{
	position: absolute;
	top: 30px;
	left: 577px;
}

/*
mannish
--------------------------------------------------*/
#mannish{
	width: 990px;
	margin: 0 auto 60px;
}
#mannish h2{margin: 0 0 25px;}
#mannish .price{margin: 0 0 30px;}
#mannish .tx{font-size: 12px;}
#mannish .btn{
	margin: 35px auto 0;
	line-height: 1.0;
}
#mannish .btn a {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: inline-block;
	background-color: none;
	border: 1px solid #000;
	width: 398px;
	padding: 15px 0;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	outline: none;
	color: #000;
}
#mannish .btn a::before,
#mannish .btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#mannish .btn a,
#mannish .btn a::before,
#mannish .btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#mannish .btn a:hover {
	border: 1px solid #ffff33;
	color: #000;
}
#mannish .btn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#mannish .btn a:hover::after {
	background: #ffff33;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#mannish01{
	background: url(../images/mannish_bg_01.png) no-repeat left top;
	min-height: 592px;
	padding: 90px 590px 0 0;
	margin: 0 0 80px;
}
#mannish02{
	position: relative;
	background: url(../images/mannish_bg_02.png) no-repeat left top;
	min-height: 186px;
	padding: 970px 0 0 600px;
	margin: 0 0 80px;
}
#mannish02 .fade{
	position: absolute;
	top: 90px;
	left: 652px;
}
#mannish03{
	position: relative;
	background: url(../images/mannish_bg_03.png) no-repeat left top;
	min-height: 230px;
	padding: 300px 690px 0 50px;
	margin: 0 0 100px;
}
#mannish03 .fade{
	position: absolute;
	top: 50px;
	left: 49px;
}


/*
linkArea
--------------------------------------------------*/
#linkArea{
	width: 934px;
	margin: 0 auto 80px;
}
#linkArea ul{display: table;}
#linkArea ul li{display: table-cell;}
#linkArea ul li:first-child{padding: 0 60px 0 0;}
#linkArea ul li a:hover img{opacity: 0.65;}


/*
pagetop
--------------------------------------------------*/
#pagetop{
	display: block;
    position: fixed;
	right: 30px;
    bottom: 35px;
	z-index: 999;
}
#pagetop img:hover{opacity: 0.75;}


/*
footer
--------------------------------------------------*/
#footer{
	width: 100%;
	text-align: center;
	padding: 0 0 50px;
}
#footer img{display: inline-block;}

#copyright{padding: 20px 0;}


/*
fade
--------------------------------------------------*/
.fade{transition: 2s;}
.fadeIn{opacity: 1.0 !important;}


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