@charset "UTF-8";
/* CSS Document */

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 100%;
	text-align: center;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
p,img{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}

/* --- SP --- */
@media screen and (max-width: 640px) {
#wrap{
	padding-left: 5px;
	padding-right: 5px;
}
	
img{
	max-width: 100% ;
}

.offer{
	background-image: url(../images/luzi-lp-04-1.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 20px auto;
	width: 100%;
}

.offer-btn img {
	position: relative;
	width: 90%;
	margin-top: 150%;
	margin-bottom: 17%;
}

.trial{
	background-image: url(../images/luzi-lp-37-01.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
}

.trial-btn input[type="image"] {
	position: relative;
	width: 90%;
	margin-top: 61%;
	margin-bottom: 3%;
}
	
#cnt05{
	margin-top: 40px;
}
	
}

/* --- PC --- */
@media screen and (min-width: 641px) { 
.header{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#wrap{}

.offer{
	background-image: url(../images/luzi-lp-04-1.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 1456px;
	margin: 50px auto 20px auto;
}

.offer-btn{
	position: relative;
	top: 1190px;
}

.trial{
	background-image: url(../images/luzi-lp-37-01.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 620px;
	margin-right: auto;
	margin-left: auto;
}

.trial-btn{
	position: relative;
	top: 485px;
}

#cnt05{
	margin-top: 80px;
}
	
.offer-btn:hover,.trial-btn:hover{
	opacity:0.7; 
	filter:alpha(opacity=70); 
	-ms-filter: "alpha( opacity=70 )";
}
	
}

/* --- SP PC共通フッタ --- */
.header{
	display: flex;
	display: -webkit-flex;
}

#footer {
	background-color: #000000;
	width: 100%;
	margin-top: 100px;
	padding: 0;
}

.txt01 {
	color:#FFFFFF;
    font-size: 12px;
    line-height : 16px; 
    padding: 15px 0 15px 0;
	text-align: center; 
}
.txt01 A:link{ font-size: 12px; line-height: 16px; color: #FFFFFF; text-decoration: underline;}
.txt01 A:visited{ font-size: 12px; line-height: 16px; color: #FFFFFF; text-decoration: underline;}
.txt01 A:hover{ font-size: 12px; line-height: 16px; color: #e40380; text-decoration: underline;}
.fl{float:left;}