@charset "utf-8";

.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}
#wrap {
    width: 100%;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}
.fixBtn {
	position: fixed;
    bottom: 0;
    z-index: 100;
}
@media screen and (max-width: 750px){
.fixBtn {
    right: 0;
    width: 40%;
}
}
.gif01 {
	text-align: center;
	background-image: url("../images/lp04_img03.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.gif01 img {
	width: 68%;
}
.video01 {
	text-align: center;
	background-image: url("../images/lp05_img02.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	line-height: 0;
}
.video01 video {
	width: 80%;
}
.voiceBox {
	background-image: url("../images/lp05_img13.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	line-height: 0;
	background-color: #F1F0F1;
}
.instaBox {
	background-image: url("../images/insta_bg.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
	line-height: 0;
}

#ukokkei-landing-page-form .order-items {
	display: none;
}
#ukokkei-landing-page-form .uk-password-revealing-handler {
    width: auto;
}
.inputZoneBg {
    margin-right: auto;
    margin-left: auto;
	padding: 20px 15px;
    background-color: #f5f5f6;
}
.inputZoneBox {
    color: #4a4a4a;
    background-color: #ffffff;
    background-repeat: repeat;
    border-radius: 6px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 0 0 30px;
}
.inputZoneBox li {
	text-align: center;
	margin-bottom: 3px;
}
.inputZoneBox li:last-child {
    margin-bottom: 0;
}
.inputZoneBox li img {
	display: block;
}
.inputZoneBox li label {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
   font-size: 18px; 
   color: #111;
}
.inputZoneBox li img {
	width: 100%;
	height: auto;
}
.tanpin {
	margin: 0 auto 50px auto;
}
.tanTxt01 {
	font-size: 20px;
}
#footer {
	background-color: #f7ede3;
	padding: 30px 5% 10px;
}
.footTxt01 {
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}
.footTxt01 a {
	text-decoration: none;
	color: #333;
}
.footTxt02 {
	text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.6;
}
.copyright {
	text-align: center;
	font-size: 11px;
}

@media screen and (max-width: 450px){
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}
.inputZoneBox {
    padding: 0 0 20px;
}
.tanpin {
	margin: 0 auto 30px auto;
}
.tanTxt01 {
	font-size: 16px;
}
}