@charset "UTF-8";
/* CSS Document */
h1{ font-size:23px;}
.zyougi{
	background:url(../img/iphone5_6_zyougi_2.png) right no-repeat;
	height:1200px;
}
.zyougi_inch{
	background:url(../img/iphone5_6_inch.png) right no-repeat;
	height:1010px;
}
.red{color:#F00;}
.bundoki{
	background:url(../img/iphone_bundoki.png) left no-repeat;
	height:600px;
}
.bundoki2{
	background:url(../img/iphone_bundoki.jpg) left no-repeat;
    background-size:contain;
	height:600px;
}
.takasa{
    height: 600px;
}

.overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 1
}
.btn_area {
/*width: 400px;*/
/*height: 250px;*/
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
/*background: #fff;*/
text-align: center;
z-index: 2
}
.btn_area .ttl {
font-weight: bold
}
.btn_area p {
/*padding: 15px;*/
}
.btn_area button {
display: block;
margin: 0 auto;
background: #333;
color: #fff;
padding: 5px 10px;
border: none;
position: relative;
top: -65px;
}
.btn_area button:hover {
background: #777
}

