@charset "utf-8";


body {
	background: #f9f9f9;
}
header {}
footer {}

.sampleLpContents {
	font-size: 6vw;
	text-align: center;
}
.sampleLpContents main {
	margin: auto;
	width: 100%;
	line-height: 2.0;
}
.sampleLpContents p {}
/*.sampleLpContents img {
	width: 100%;
}*/
.sampleLpContents .fs12vw {
	font-size: 12vw;
}
.sampleLpContents .fs14vw {
	font-size: 14vw;
}
.sampleLpContents .fs15vw {
	font-size: 15vw;
}
.sampleLpContents .bgY {
	background-color: #ff0;
}
.sampleLpContents .red {
	color: #f00;
}
.sampleLpContents .mb1em {
	margin-bottom: 1em;
}

.sampleLpContents button {
	margin: 1em auto;
	width: 90%;
	color: #ffffff;
	font-size: 2em;
	line-height: 2;
	background: #39a2ff;
	box-shadow: 0 -0.2em 0 rgba(0,0,0,0.1) inset;
	border: 0;
	border-radius: 0.2em;
	transition: all 0.3s;
}
.sampleLpContents button:active,
.sampleLpContents button:focus {
	box-shadow: 0 -0.1em 0 rgba(0,0,0,0.1) inset;
	opacity: 0.8;
	transform: translateY(0.1em);
}


/* LP */
body { background-color: #ffffff; }
header .sampleMessage { display: none !important; }
img {
  max-width: 100%;
  height: auto;
}
#content { padding-top: 0 !important; }
.content-ctn {}
.buybtn-ctn {
  margin: .25em 0 15%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.buy-btn {}
.mb0em { margin-bottom: 0; }
.mb05em { margin-bottom: .5em; }
.mb6em { margin-bottom: 6em; }


/* アップセル */
.sampleLpContents .redbar {
	padding: 0.4em 0;
	color: #fff;
	font-size: 1rem;
	background-color: #f00;
}
.sampleLpContents .fs9vw {
	font-size: 9vw;
}
.sampleLpContents .fs7vw {
	font-size: 7vw;
}
.sampleLpContents .fs5vw {
	font-size: 5vw;
}
.sampleLpContents .small {
	font-size: 50%;
}
