
/*変数*/




/*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: 1040px;
	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;
}


.sec-1{background: #fff;padding: 0 0 0 0;}
.sec-2{background: #fff;padding: 0 0 0 0;}
.sec-3{background: #fff;padding: 0 0 0 0;}
.sec-4{background: #fff;padding: 0 0 0 0;}
.sec-5{background: #fff;padding: 0 0 0 0;}
.sec-6{background: #fbf0f1;padding: 50px 0 50px 0;}

.sec-10{background: #fff;padding: 50px 0 0 0;}
.sec-11{background: #fff;padding: 0 0 0 0;}
.sec-12{background: #fff;padding: 0 0 0 0;}
.sec-13{background: #fff;padding: 0 0 0 0;}
.sec-14{background: #fff;padding: 0 0 0 0;}
.sec-15{background: #fff;padding: 0 0 0 0;}


.btn{background: #fff;padding: 50px 0 50px 0;text-align: center;}
.btn img{
	width:auto;
	height: 80px;
}
.btn2{background: #f5f8fa;padding: 50px 0 150px 0;text-align: center;}
.btn2 img{
	width:auto;
	height: 80px;
}

.btnBuy img{
	-moz-animation:btnAnime 2s 1s ease-in-out infinite;
	-webkit-animation:btnAnime 2s 1s ease-in-out infinite;
	animation:btnAnime 2s 1s 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);

}






@media screen and (max-width: 640px) {
	h1 {
		margin-bottom: 0 !important;
		border-bottom: none !important;
	}

	#wrapper{
		width: 100%;
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
	}
	.btn img,
	.btn2 img{
		width:auto;
		height: 40px;
	}

	.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;}

}
