@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5;
	color:#333;
	background-color:#fff;
	text-align:center;
}

li {list-style: none;}


a:link {
	color:#FF7F00;
	text-decoration:underline;
}

a:visited {
	color:#FF7F00;
	text-decoration:none;
}

a:hover {
	color:#FF7F00;
	text-decoration:none;
}

a:active {
	color:#FF7F00;
	text-decoration:underline;
}

/*画像サイズ調整*/
#wrapper {
	width: 720px;/*表示サイズ*/
	position: relative;
	/*
	left: 50%;
	transform: translateX(-50%);
	*/
	background:#FFF;
	margin: 0 auto; /* 中央揃えにする場合必要 */
	line-height: 0;
}

#wrapper img {
	vertical-align: bottom;
	border: 0px;
}

/* ---------------------- parallax ---------------------- */
.parallax-section {
	position: relative;
	width: 720px;
	margin: 0 auto;
	min-height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.pdn-top {
	padding-top: 100vh;
}

.bg-01 {
	background-image: url('../smartphone/img/bg-01.jpg');
}

.bg-02 {
	background-image: url('../smartphone/img/bg-02.jpg');
}

.bg-03 {
	background-image: url('../smartphone/img/bg-03.jpg');
}

/* ---------------------- movie ---------------------- */
.movie-factory {
	position: relative;
}

.movie-bg {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}

.movie01 {
	width: 100%;
}

.movie02 {
	position: absolute;
	z-index: 2;
	top: 31%;
	left: 4%;
	width: 92%;
}

/* ---------------------- offer contents ---------------------- */
.cv-contents-sp {
	position: relative;
	z-index: 1;
	padding-top: 36%;
}

.giona-cv-sp {
	position: relative;
}

.sp-cv-btn {
	position: absolute;
	display: block;
	left: 0;
	bottom: 3%;
	animation: fluffyY 1s infinite ease-out;
}

@keyframes fluffyY {
	0% {
		transform: translateY(5%);
	}

	50% {
		transform: translateY(-5%);
	}

	100% {
		transform: translateY(5%);
	}
}