
/*変数*/




/*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: 900px;
	margin: 0 auto;
	background: #fff url("images/bg3.jpg?v=00003") no-repeat 0 0;
	background-size: 100% auto;
	padding-bottom: 60px;
}


article{
	width:100%;
	margin: 0;
	padding-bottom: 0;
}
section{
	width:100%;
	margin: 0;
	position: relative;
}
section img{
	width: 100%;
	height: auto;
}

.img3{
	padding-top: 60px;
}
.btn1 {
	padding: 49px 0 76px ;
	text-align: center;
}

.btn1 a {
	display: inline-block;
	margin-top: 23px;
}
.btn1 a:nth-of-type(1) {
	margin-top: 0;
}
.btn1 img{
	display: inline-block;
	width:596px;
	height: auto;
	animation: btnAnime 2s ease -2s infinite alternate;
}


.btn2 {
	padding: 44px 0 50px ;
	text-align: center;
}
.btn2 a {
	display: inline-block;
	margin-left: 35px;
}
.btn2 a:nth-of-type(1) {
	margin-left: 0;
}
.btn2 img{
	display: inline-block;
	width:339px;
	height: auto;
	animation: btnAnime 2s ease -2s infinite alternate;
}


.rotateTxt {
    width: 100%;
    height: 34px; /* 画像の高さ */
    background-image: url(https://fujiko.itembox.design/item/lp/tashipare_byur/images/img_01txt.png?t=00001);
    background-repeat: repeat-x;
    background-size: 900px auto; /* 画像の高さ */
    animation: loop 20s linear infinite;
}



@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -900px 0; /* 画像のマイナス幅 */
    }
}


@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.6s ease-out;
	transition-delay:0.6s;
	opacity: 0;
}
.inviewOn3{
	opacity: 1;
}

.inview4{
	transition: 0.6s ease-out;
	transition-delay:0.6s;
	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) {



	#wrapper{
		width: 100vw;
		margin: 0 auto;
		background: #fff url("images/bg3.jpg?v=00003") no-repeat 0 0;
		background-size: 100% auto;
		padding-bottom: 40px;
	}


	article{
		width:100%;
		margin: 0;
		padding-bottom: 0;
	}
	section{
		width:100%;
		margin: 0;
		position: relative;
	}
	section img{
		width: 100%;
		height: auto;
	}
	.img3{
		padding-top: 6vw;
	}


	.btn1 {
		padding: 5.4vw 0 8.5vw ;
		text-align: center;
	}

	.btn1 a {
		display: inline-block;
		margin-top: 2.4vw;
	}
	.btn1 a:nth-of-type(1) {
		margin-top: 0;
	}
	.btn1 img{
		display: inline-block;
		width:66.2vw;
		height: auto;
		animation: btnAnime 2s ease -2s infinite alternate;
	}


	.btn2 {
		padding: 4.9vw 0 5.5vw ;
		text-align: center;
	}
	.btn2 a {
		display: inline-block;
		margin-left: 3.8vw;
	}
	.btn2 a:nth-of-type(1) {
		margin-left: 0;
	}
	.btn2 img{
		display: inline-block;
		width:37.7vw;
		height: auto;
		animation: btnAnime 2s ease -2s infinite alternate;
	}


	.rotateTxt {
		width: 100%;
		height: 4vw; /* 画像の高さ */
		background-image: url(https://fujiko.itembox.design/item/lp/tashipare_byur/images/img_01txt.png?t=00001);
		background-repeat: repeat-x;
		background-size: 100vw auto; /* 画像の高さ */
		animation: loop 20s linear infinite;
	}

	@keyframes loop {
		from {
			background-position: 0 0;
		}
		to {
			background-position: -100vw 0; /* 画像のマイナス幅 */
		}
	}

	
}
