@charset "UTF-8";
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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
    scroll-behavior: smooth;
}
body {
	color: #727171;
	font-size: 32px;
	line-height: 1.6;
	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
}
img {
	vertical-align: bottom;
}
a img {
  border: none;
}
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;
}
sup, sub {
	font-size: 0.5em;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
.inner {
	width: 750px;
	margin: 0 auto;
}
.invisible {
    visibility: hidden; /*アニメ―ションする要素を非表示*/
}

img.lazyload {
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s;
}
img.lazyloaded {
    opacity: 1;
}


/* animate.css */
.animated.fadeInLeft,
.animated.fadeInRight,
.animated.fadeInDown,
.animated.fadeInUp {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* btn */
@keyframes dokidoki {
    0% {
        transform: scale(1.04)
    }
    10% {
        transform: scale(1)
    }
    20% {
        transform: scale(1.02)
    }
    30% {
        transform: scale(1)
    }
    90% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.04)
    }
}
.cv_btn_teiki {
	-webkit-animation: dokidoki 2.5s infinite;
	animation: dokidoki 2.5s infinite;
}


/* #fv */


/* .cv */
.cv-bg {
    background:url(https://d2w53g1q050m78.cloudfront.net/emiriseshop/uploads/lp/ad_sustainable/cv-bg.jpg) no-repeat top center;
}
.cv {
	position: relative;
}
.cv .cv_btn_teiki {
    position: absolute;
    bottom: 30px;
    left: 75px;
}
.cv .cv_btn_tanpin {
	position: absolute;
	bottom: 175px;
	left: 190px;
}
.sec_needs {
}
.sec_step {
}


/* footer */
.fotter {
	position: relative;
}
.fotter li {
	position: absolute;
}
.fotter li:first-child  { bottom: 500px; left: 325px }
.fotter li:nth-child(2) { bottom: 420px; left: 225px }
.fotter li:nth-child(3) { bottom: 340px; left: 240px }
.fotter li:nth-child(4) { bottom: 260px; left: 320px }



/* #fixed_cv */
#fixed_cv {
	opacity: 0;
	position: fixed;
	bottom: -100vh;
    width: 750px;
	height: auto;
    text-align: center;
	z-index: 5;
	transition: opacity 0.2s ease-in;
}
#fixed_cv.isActive {
	opacity: 1;
	bottom: 20px;
}
