@charset "utf-8";

#Mv.fixed_bg {
   background-image: url(../img/sp_back/back1.jpg);
   background-position: center top;
   z-index: 0;
}

#Mimolette.fixed_bg {
    background-image: url(../img/sp_back/back8.jpg);
    min-height:50%;

}

#Table {
	position:relative;
}

#Table.fixed_bg {
    background-image: url(../img/sp_back/back3.jpg);
	background-position: center top;
	min-height:50%;
}

#Comte.fixed_bg {
    background-image: url(../img/sp_back/back4.jpg);
    min-height:50%;
}

#Dish.fixed_bg {
    background-image: url(../img/sp_back/back5.jpg);
    min-height:50%;
}

#Counter.fixed_bg {
    background-image: url(../img/sp_back/back6.jpg);
	min-height:50%;	
}

#Tetedemoine.fixed_bg {
    background-image: url(../img/sp_back/back2.jpg);
    min-height:50%;
}

#Footer{
	color: #ffffff;
	height: 900px;
	background-color: rgba(65,61,58,0.5);
	position:absolute;
	bottom:0;
	width:100%;
}	

#FooterTop{
	z-index:2;
	background-attachment:scroll;
	background-image:url(../img/sp_back/back7.jpg);	
}


#Copy{
    left: 60%;
	position: fixed;
	top: 400px;
	color: #fff;
	z-index: 1;
	background-color: rgba(250,250,250,0.1);
	padding: 15px;
	border-radius: 10px 10px 10px 10px;
	writing-mode: vertical-rl;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
	color: #21345c;
}

#Copy #Copy_Contents{
	font-size: 1.5rem;
    line-height: 2.1;
	padding-top: 5px;
}

#Copy #Copy_Title{
	font-size: 2.5rem;
	font-weight: bold;
	padding-top: 50px;
}

#Copy #Copy_Title span{
	color: #FFF;
}

#Copy #Copy_Contents span{
	color: #FFF;
	font-weight: bold;
}

.iphone .fixed_bg{
    position: relative;
    background-size: cover;
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.ipad .fixed_bg{
    position: relative;
    background-size: cover;
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.mac .fixed_bg{
    position: relative;
    background-size: cover;
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

body .btn_buy {
	display: block;
	position: fixed;
	right: 80px;
	top: 0;
	z-index: 999;
	width: 100px;
	height: 100px;
}

.btn_buy img{
	width: 150px;
	height: 150px;
}

body {
	font-size: 24px;
}
p{
	font-size:24px;
	line-height:1.8;
	
}