@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: 1400px;/*表示サイズ*/
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background:#FFF;
	/*margin: auto; /* 中央揃えにする場合必要 */
	line-height: 0;
}

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

/* ------------------------ FV ------------------------ */
.fvPC_A,
.fvPC_B {
	position: relative;
}

.fvCover {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

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

.fvA_movie {
	position: absolute;
	top: 590px;
	left: 315px;
	z-index: 1;
}

.fvB_movie {
	position: absolute;
	top: 18px;
	left: 382px;
	z-index: 2;
}

/* ---------------------- movie ---------------------- */

.moviePC01,
.moviePC02,
.moviePC03,
.moviePC04,
.moviePC05,
.moviePC06,
.factoryPC,
.howToUsePC {
	position: relative;
}

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

.movieCover {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

.movie01 {
	position: absolute;
	z-index: 2;
	top: 516px;
	left: 334px;
}

.movie02 {
	position: absolute;
	z-index: 2;
	top: 294px;
	left: 386px;
}

.movie03 {
	position: absolute;
	z-index: 2;
	top: 220px;
	left: 386px;
}

.movie04 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 537px;
}

.movie05 {
	position: absolute;
	z-index: 2;
	top: 293px;
	left: 351px;
}

.movie06 {
	position: absolute;
	z-index: 2;
	top: 156px;
  left: 265px;
}

.fac01 {
	position: absolute;
	z-index: 2;
	top: 590px;
  left: 707px;
}

.fac02 {
	position: absolute;
	z-index: 2;
	top: 893px;
  left: 205px;
}

.step01 {
	position: absolute;
	z-index: -1;
	top: 389px;
	left: 313px;
}

.step02 {
	position: absolute;
	z-index: -1;
	top: 389px;
	left: 580px;
}

.step03 {
	position: absolute;
	z-index: -1;
	top: 389px;
	left: 848px;
}

/* ------------------------ offer contents ------------------------ */

.kiratoth_cv_pc {
	position: relative;

}

.cvBtnPC {
	position: absolute;
	display: block;
	bottom: 55px;
	left: 270px;
	animation: fluffyY 1s infinite ease-out;
}

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

	50% {
		transform: translateY(-7px);
	}

	100% {
		transform: translateY(7px);
	}
}