@charset "utf-8";


@import url(common.css);
@import url(reset.css);
@import url(font.css);


/*-----------------------------------------------
	BASE
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html,body{
height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Verdana, 'メイリオ', 'ヒラギノ角ゴ Pro W3', sans-serif;
	background-color: #fff;
	color: #333;
	text-align: center;
	line-height: 1.6;
	height: 100%;
}



/*-----------------------------------------------
	LAYOUT
-----------------------------------------------*/
#wrapper{
	
	margin: 0 auto;
	height: 100%;
    min-height: 100%;
	text-align: left;
	
	color: #333;
	position:relative;
	
	background-image:url(../img/bg1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	
}

body > #wrapper {
	height: auto;
}

#wrap{
	
	margin: 0 auto;
	height: 100%;
    min-height: 100%;
	text-align: left;
	position:relative;
	background-image:url(../img/line2.gif);
	background-repeat:repeat-y;
	background-position:top right;
	
	
}
#contents{
	
	margin: 0 auto;
	height: 100%;
    min-height: 100%;
	text-align: left;
	position:relative;
	background-image:url(../img/line.gif);
	background-repeat:repeat-y;
	background-position:top left;
	
	
}
body > #wrap {
	height: auto;
}
body > #contents {
	height: auto;
}

#header{
	padding-top: 9em;
	margin-bottom:20em;
	

}
#header h1{
	text-align:center;
	margin-bottom:5em;
}
#header h2{
	text-align:center;
	margin-bottom:20em;
}

#header h3{
	text-align:center;
}







.kazariLeft{
	
	left:0;
	
}
.kazariRight{
	
	right:0;
	
}
.kazariLeft,.kazariRight{
	position:fixed;
	width:25%;
	bottom:25%;
	z-index:100;
}
.kazariLeft img,.kazariRight img{
	width:100%;
	max-width:100%;
	height:auto;
}

.insta{
	position:absolute;
	top:30px;
	left:10%;
}
.bt{
	position:absolute;
	top:30px;
	right:10%;
}

.shop{
	margin-bottom:5em;
}
.shop h4{
	text-align:center;
}
.shopBox,.shopBox3{
	float:left;
	width:45%;
}
.shopBox2{
	width: 100%;
	text-align:center;
}
.shopBox2  ul{
	margin-bottom:5em;
}
.shopBox2 li{
	margin-bottom:1em;
}
.shopBox2 h4 img{
	width:50%;
	height:auto;
}
.shopBox .shopArea{
	padding-left:59px;
	text-align:left;
}
.shopBox3 .shopArea{
	padding-right:59px;
	text-align:right;
}
.shopArea img{
	width:80%;
	max-width:80%;
	height:auto;
}

.shopBt{
	text-align:center;
	margin-bottom:15em;
}
.shopBt h5{
	margin-bottom:8em;
}


.voice{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 15em;
}

.voice p.title{
	color:#e8340c;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
.voice p.name{
	color:#333;
}

#balloon-1-left {
	position: relative;
	display: inline-block;
	padding: 10px 10%;
	width: 80%;
	

	line-height: 34px;
	color: #000;
	
	background: #fff;
	border: 3px solid #e8340c;
	z-index: 0;
}
#balloon-1-left:before {
	content: "";
	position: absolute;
	top: 50%; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
#balloon-1-left:after {
	content: "";
	position: absolute;
	top: 50%; left: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e8340c transparent transparent;
	z-index: -1;
}


/* balloon-1 right */
#balloon-1-right {
	position: relative;
	display: inline-block;
	padding: 10px 10%;
	width: 80%;
	

	line-height: 34px;
	color: #000;
	text-align:right;
	background: #fff;
	border: 3px solid #e8340c;
	z-index: 0;
}
#balloon-1-right:before {
	content: "";
	position: absolute;
	top: 50%; right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #fff;
	z-index: 0;
}
#balloon-1-right:after {
	content: "";
	position: absolute;
	top: 50%; right: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e8340c;
	z-index: -1;
}

.voiceBox,.voiceBox2{
	margin-bottom:3em;
}
.voiceBox p.im img,.voiceBox2 p.im img{
	width:100%;
	max-width:100%;
	height:auto;
}
.voiceBox .voiceBoxLeft{
	float:left;
	width:10%;
	padding-top:1em;
	
}
.voiceBox .voiceBoxRight{
	float:left;
	width:45%;
	margin-left:3%;
	
}

.voiceBox2 .voiceBoxLeft{
	float:right;
	width:10%;
	padding-top:1em;
	
}
.voiceBox2 .voiceBoxRight{
	float:right;
	width:45%;
	margin-right:3%;
	
}

.bt2{
	padding-top: 7em;
	text-align: center;
}


#footer{
	background-image:url(../img/foot_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:55%;
	padding:10em 0 2em 0;
	text-align:center;
}
#footer p.mail{
	margin-bottom:5em;
}
#footer p.copy{
	font-size:11px;
	
	
}
#footer p.ja,#footer p.ja2{
	margin-bottom:2em;
}

.footer2{
	padding:3em 0 0 0;
	background-image:url(../img/foot_bg2.png);
	background-repeat:repeat-x;
	background-position:top center;
}
.list-mv{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);
	transition: 1s; 
}

.mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}