
/*変数*/




/*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: 40px;
}


#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-1{background: #fae5db;padding: 0 0 20px 0;}
.sec-1-2{
	background:url("images/01_02-3.jpg") no-repeat 0 0;
	background-size: 100% auto;
	padding: 310px 0 40px 0;
	text-align: center;
}
.sec-1-2 .btn1{
	margin-bottom: 10px;
}
.sec-1-2 .btn2{
	margin-bottom: 10px;
}
.sec-1-2 .btn3{
}
.sec-1-2 .btn1 img,
.sec-1-2 .btn2 img,
.sec-1-2 .btn3 img{
	width:auto;
	height: 60px;
}

.sec-2-1{background: #fcefe9;padding: 0 0 30px 0;}
.sec-2-2{background: #fff;padding: 0 0 0 0;}

.sec-3-1{background: #fae5db;padding: 0 0 0 0;}
.sec-3-2{background: #fdf7f4;padding: 0 0 0 0;}

.sec-4-1{background: #fdf7f4;padding: 0 0 40px 0;}


.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;
}
@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(50px);
	-webkit-transform: translateX(50px);
}
.inviewOn{
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);

	
}
.inview2{
	transition: 0.4s ease-out;
	transition-delay:0.4s;
	opacity: 0;
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
}
.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(50px);
	-webkit-transform: translateY(50px);
}
.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) {

.refillBtn{
	position: fixed;
	bottom:5px;
	right: 5px;
	width:140px;
	z-index: 1;
}
.refillBtn img{
	width:100%;
	height: auto;
}
	
	#wrapper{
		width: 100%;
		margin: 0 auto;
		background: #fff;
		overflow: hidden;
	}
	.sec-1-1{background: #fae5db;padding: 0 0 0 0;}
	.sec-1-2{
		background:url("images/01_02-3.jpg") no-repeat 0 0;
		background-size: 100% auto;
		padding: 32vw 0 8vw 0;
		text-align: center;
	}
	.sec-1-2 .btn1{
		margin-bottom: 2vw;
	}
	.sec-1-2 .btn2{
		margin-bottom: 2vw;
	}
	.sec-1-2 .btn3{
	}
	.sec-1-2 .btn1 img,
	.sec-1-2 .btn2 img,
	.sec-1-2 .btn3 img{
		width:60vw;
		height: auto;
	}

}
