
/*変数*/




/*COMMON*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


body,html {
	width:100%;
	height:100%;

}
body {
	color: #5f4c3f;
	font-size: 100%;
	line-height: 160%;

	font-family: 'Noto Sans JP', YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	position:relative;
	
	background: #fef3f3;
	letter-spacing: .15em;


}


p{
	line-height:160%;
	margin-bottom: 10px
}

a,a:hover,a:visited,a:active{
	color:#E05267
}
img{
  vertical-align:bottom;
}


h1 {
	margin-bottom: 0 !important;
	font-size: 34px;
    line-height: 1;
    text-align: center;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: inline-block;
    color: rgb(51, 51, 51);
    border-bottom: none !important;
    padding: 0px 0px 5px;
}

#wrapper{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}

.refillBtn{
	position: fixed;
	bottom:10px;
	right: 10px;
	width:220px;
	z-index: 1;
}
.refillBtn img{
	width:100%;
	height: auto;
}

article{
	width:100%;
	margin: 0;
	padding-bottom: 0;
}
section{
	width:100%;
	margin: 0;
	position: relative;
}
section img{
	width: 100%;
	height: auto;
}


.top{
	background: #fff;
	padding: 0 0 0 0;
}
.read{
	background: #fff;
	padding: 0 0 0 0;
	width: 945px;
	margin: 0 auto;
}

.step{
	background: #fff;
	padding: 0 0 0 0;
	width: 1000px;
	margin: 0 auto;
}

.items{
	width:1000px;
	margin: 100px auto 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 70px;
}
.items div{
	width: calc(50% - 35px);
}


.other{
	background: #f4edee;
	padding: 100px 0 20px;
}

.other .otherBox{
	width:1000px;
	margin: 0 auto 30px;
	padding: 22px;
	border: 2px solid #c3cfe1;
	background: #fff;
}
.other .otherBox .otherItem{
	margin-bottom: 10px;
}

.otherTitle{
	width: 556px;
	margin: 0 auto 30px;
}
.otherBtm{
	width: 318px;
	margin: 0 auto 0;

}


.btn{background: #fff;padding: 50px 0 50px 0;text-align: center;}
.btn img{
	width:auto;
	height: 80px;
}
.btn2{background: #f4edee;padding: 50px 0 150px 0;text-align: center;}
.btn2 img{
	width:auto;
	height: 80px;
}
.btn3{padding: 50px 0 50px 0;text-align: center;}
.btn3 img{
	width:auto;
	height: 80px;
}
.btn4{padding: 10px 0 10px 0;text-align: center;}
.btn4 img{
	width:auto;
	height: 50px;
}

.btnBuy img{
	-moz-animation:btnAnime 2s 1.5s ease-in-out infinite;
	-webkit-animation:btnAnime 2s 1.5s ease-in-out infinite;
	animation:btnAnime 2s 1.5s ease-in-out infinite;
}

.btnBuy2 img{
	-moz-animation:btnAnime2 2s 1.2s ease-in-out infinite;
	-webkit-animation:btnAnime2 2s 1.2s ease-in-out infinite;
	animation:btnAnime2 2s 1.2s ease-in-out infinite;
}

.btnBuy3 img{
	-moz-animation:btnAnime2 2s 1.2s ease-in-out infinite;
	-webkit-animation:btnAnime2 2s 1.2s ease-in-out infinite;
	animation:btnAnime2 2s 1.2s ease-in-out infinite;
}
@keyframes btnAnime {
	0% {
		transform :scale(1);
		opacity: 1
	}
	30% {
		transform :scale(1);
		opacity: 1
	}
	50% {
		transform :scale(1.05);
		opacity: .5
	}
	70% {
		transform :scale(1);
		opacity: 1
	}
		
}

@keyframes btnAnime2 {
	0% {
		transform :scale(1);
		opacity: 1
	}
	30% {
		transform :scale(1);
		opacity: 1
	}
	50% {
		transform :scale(1.05);
		opacity: .5
	}
	70% {
		transform :scale(1);
		opacity: 1
	}
		
}

/**/
.inview{
	transition: 0.4s ease-out;
	transition-delay:0.4s;
	opacity: 0;
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
}
.inviewOn{
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);

	
}
.inview2{
	transition: 0.4s ease-out;
	transition-delay:0.4s;
	opacity: 0;
	transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
}
.inviewOn2{
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.inview3{
	transition: 0.4s ease-out;
	transition-delay:0.4s;
	opacity: 0;
}
.inviewOn3{
	opacity: 1;
}

.inview4{
	transition: 0.4s ease-out;
	transition-delay:0.4s;
	opacity: 0;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}
.inviewOn4{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.inview5{
	opacity: 0;
	transition: 0.6s ease-out;
	transition-delay:0.4s;
  -ms-filter: blur(10px);
  filter: blur(10px);

}
.inviewOn5{
 	opacity: 1;
	-ms-filter: blur(0);
  filter: blur(0);

}


.pc{
	display: block;
}
.sp{
	display: none;
}



@media screen and (max-width: 640px) {
.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	
	h1 {
		margin-bottom: 0 !important;
		border-bottom: none !important;
	}

	#wrapper{
		width: 100%;
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
	}
	
	


	.top{
		background: #fff;
		padding: 0 0 0 0;
	}
	.read{
		background: #fff;
		padding: 0 0 0 0;
		width: 90%;
		margin: 0 auto;
	}

	.stepTop{
		background: #fff;
		padding: 30px 0 40px 0;
		width: 94%;
		margin: 0 auto;
	}
	.step{
		background: #fff;
		padding: 0 0 40px 0;
		width: 74%;
		margin: 0 auto;
	}

	.items{
		width:86%;
		margin: 20px auto 0;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 0;
		padding-top: 60px;
		border-top: 1px solid #ddd;
		
	}
	.items div{
		width: 100%;
	}


	.other{
		background: #f4edee;
		padding: 50px 0 20px;
	}

	.other .otherBox{
		width:86%;
		margin: 0 auto 30px;
		padding: 22px;
		border: 2px solid #c3cfe1;
		background: #fff;
	}
	.other .otherBox .otherItem{
		margin-bottom: 10px;
	}

	.otherTitle{
		width: 80%;
		margin: 0 auto 10px;
	}
	.otherBtm{
		width: 60%;
		margin: 0 auto 0;

	}

	.btn3{padding: 0 0 0 0;}
	
	.btn img,
	.btn2 img,
	.btn3 img{
		width:auto;
		height: 45px;
	}
	.btn4 img{
		width:auto;
		height: 36px;
	}

	.sec-6{background: #fbf0f1;padding: 30px 0 30px 0;}

	.sec-10{background: #fff;padding: 30px 0 0 0;}
	.btn{background: #fff;padding: 30px 0 30px 0;text-align: center;}
	.btn2{background: #fff;padding: 30px 0 50px 0;text-align: center;}

}
