@charset "utf-8";
* {
	box-sizing: border-box;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	color: #333;
	line-height: 1.8;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	letter-spacing: 1px;
}
::selection {
	background: #f8dd17;
}
::-moz-selection {
	background: #f8dd17;
}


/* スクロールスナップ用
------------------------------------------------------------*/
#main01 {
	width: 545px;
	height: 100vh;
	margin: 0 auto;
	overflow-y: auto;
	scroll-snap-type: y mandatory;
	-webkit-overflow-scrolling: touch;
}
#main02 {
	width: 700px;
	height: 100vh;
	margin: 0 auto;
}
.section {
	min-height: 900px;
	justify-content: center;
	align-items: center;
	scroll-snap-align: start;
}
.section:last-child {
	padding: 0 0 300px;
}
.section img {
	width: 100%;
}
.section .title01 {
	padding: 45px 0 0;
}
.section-03 {
	background-color: #ff86ac;
}
.section-15 {
	background-color: #33acd8;
}
#footer01 {
	padding: 20px 0 0;
	min-height: 500px;
	background-color: #ff86ac;
	text-align: center;
	justify-content: center;
	align-items: center;
	scroll-snap-align: start;
}
#footer02 {
	padding: 20px 0 10px;
	background-color: #ff86ac;
	text-align: center;
}
footer h4 {
	padding: 20px 0 10px;
}
footer p {
	padding: 0 0 6px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ff0;
}
footer .copy {
	font-size: 80%;
	color: #fff;
}
@media screen and (max-width:767px) {
	#main01,
	#main02 {
		width: 100%;
	}
	.section {
		height: auto;
		min-height: 600px;
	}
	.section-15 {
		padding: 0;
	}
}


/* 使ってみた人たちの声用
------------------------------------------------------------*/
.review01a {
	margin: 0 auto 1em;
	padding: 0 15px;
	display:block;
}
.review01a p {
	margin: 0 auto 1.2em;
	padding: 0.7em 1em 0.5em;
	border-radius: 10px;
	background: #fff;
	color: #333;
	text-align: left;
}
.review01a p:first-of-type {
	margin: 2em 0 1.2em;
}
.review01a p:last-of-type {
	margin: 0 0 2.2em;
}
.review01a p span {
	font-size: 90%;
}
.review01a p span strong {
	color: #de7921;
}
@media screen and (max-width:767px) {
	.review01a p {
		line-height: 1.3em;
	}
	.review01a p span strong {
		font-size: 80%;
	}
}


/*ページ下部に固定*/
#order_button01 {
	height: 200px;
	margin: 0 auto;
	background: #fff;
	bottom: 0px;
	position: fixed;
	z-index: 99;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#order_button01 img {
	width: 100%;
}
@media screen and (max-width:767px) {
	#order_button01 {
		width: 100%;
		height: auto;
	}
}

/*****secForm フォーム*****/
#secForm {
	width: 100%;
	padding: 0 0 20px;
	background: #f5f5f6;
	font-size: 110%;
}
#secForm .title001 {
	margin: 0 0 30px;
	text-align: center;
}
#secForm .secForm_01 {
	width: 700px;
	margin: 0 auto 30px;
}
#secForm .order-items {
	display: none;
}
@media screen and (max-width:767px) {
	#secForm {
		min-width: 100%;
		margin: 0 0;
		font-size: 100%;
	}
	#secForm .secForm_01 {
		width: 100%;
		margin: 0 auto;
	}
}

/*****secNotes*****/
#sec_Notes {
	width: 700px;
	margin: 0 auto;
	padding: 0 0 50px;
	background: #f5f5f6;
	font-size: 110%;
	text-align: center;
}
#sec_Notes img {
	width: 700px;
}
@media screen and (max-width:767px) {
	#sec_Notes {
		width: 100%;
		margin: 0 0;
	}
	#sec_Notes .sec_Notes01 {
		width: 93%;
		margin: 0 auto;
	}
	#sec_Notes img {
		width: auto;
	}
}


.notice01 {
	width: 700px;
	margin: 0 auto 40px;
	padding: 1em 0;
	border: 2px solid #d00;
	background: #fff;
	font-weight: bold;
	color: #d00;
	text-align: center;
}
@media screen and (max-width:767px) {
	.notice01 {
		width: 90%;
		padding: 1em 1em;
		text-align: left;
	}
}
