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

/*----------------------------------------------------------------------
							common
----------------------------------------------------------------------*/

#lp_mf img{display:block;}

#lp_mf_bg {
	background: #f2f2f2;
	padding: 0 0 0 0;
	}
#lp_mf {
	display: block !important;
	width: 700px;
	margin: 0 auto;
	box-shadow: 0px 18px 20px 5px #dadada;
	background: #fff;
	line-height: 0;
	font-size: 0;
}
/* スライス画像は750px幅のため、700pxの枠に合わせて縮小する */
#lp_mf img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 900px){
	body {
		overflow-x: hidden;
	}
	#lp_mf{
		width: 100%;
	}
	#lp_mf_bg{
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	#lp_mf img{
		width: 100vw;
	}
}

.grecaptcha-badge{display: none!important;}

/*--------------------------------------------
video ここから
---------------------------------------------*/
#lp_mf video{
	max-width: 100%;
	line-height: 0;
	font-size: 0;
	margin: -1px 0 -1px 0;
}
@media screen and (max-width: 900px){
#lp_mf video{width: 100vw;}
}
/*--------------------------------------------
video ここまで
---------------------------------------------*/


/*----------------------------------------------------------------------
							オファーエリア
----------------------------------------------------------------------*/
.btn-box {
    position: relative;
}
#lp_mf .btn-box a{
	position: absolute;
	display: block;
	margin: 0 auto;
}
#lp_mf .btn-box a img{
	width: 100%;
}
@media screen and (max-width: 900px){
	#lp_mf .btn-box{
		width: 100vw;
	}
}

/*--------------------------------------------
FVボタン（rela_stlp_2 の下部余白に重ねる）
---------------------------------------------*/
#lp_mf .btn-box.fvbtn a{
	width: 80%;
	left: 0;
	right: 0;
	bottom: 11.4%;
}

/*--------------------------------------------
価格2択ボタン（rela_stlp_14）
左＝3袋コース ／ 右＝1袋コース
---------------------------------------------*/
#lp_mf .btn-box.short a{
	width: 42%;
	bottom: 6.3%;
	left: 6.5%;
}
#lp_mf .btn-box.short a:nth-of-type(2){
	left: auto;
	right: 6.5%;
}

/*--------------------------------------------
定期購入カード（rela_cta_officialstlp）
都度購入カード（rela_cta_officialstlp_1）
※縦並び型オファー（公式・リスティングLP専用）
---------------------------------------------*/
#lp_mf .btn-box.teiki-cta a{
	width: 80%;
	left: 0;
	right: 0;
	bottom: 6.9%;
}
#lp_mf .btn-box.tsudo-cta a{
	width: 80%;
	left: 0;
	right: 0;
	bottom: 7.6%;
}

/*--------------------------------------------
電話発信ボタン（rela_stlp_16）
文言が「タップして発信」のためSPのみ表示。
PCでは背景の帯画像ごと非表示にする。
---------------------------------------------*/
#lp_mf .btn-box.short-a a{
	width: 80%;
	left: 0;
	right: 0;
	bottom: 6.6%;
}
#lp_mf div.tellsmp{display: none;}

@media screen and (max-width: 900px){
	#lp_mf div.tellsmp{display: block;}
}

/*--------------------------------------------
固定フッターCTA（今回のLPでは未使用）
---------------------------------------------*/
#navbar {
    position: fixed;
    bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	display: none;
}

#navbar a img{
	margin: 0 auto;
	max-width: 700px;
}
@media screen and (max-width: 900px){
	#navbar a img{
		max-width: 100vw;
	}
}

/*--------------------------------------------
ボタンアニメーション
---------------------------------------------*/

.yureru {
    animation: yureru 2s infinite;
}
@keyframes yureru {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

.kakushuku {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(1,1);
  }
  to {
    transform: scale(1.1,1.1);
  }
}
/*--------------------------------------------
ボタンアニメーション ここまで
---------------------------------------------*/
