@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; /* 中央揃えにする場合必要 */
}

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

#contentPC {
	line-height: 0;
}


/* ---------------------- FV ---------------------- */
.fvPC {
  position: relative;
}

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

.fv_movie {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

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

.moviePC01,
.moviePC02,
.moviePC03,
.moviePC04,
.animePC01,
.animePC02
{
	position: relative;
}

.moviePC01 {
	display: none;
}

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

.movie01 {
	position: absolute;
	z-index: 2;
	bottom: 91px;
	left: 302px;
	width: 796px;
}

.movie02 {
	position: absolute;
	z-index: 2;
	bottom: 26px;
	left: 335px;
	width: 729px;
	border-radius: 10px;
}


.movie03 {
	position: absolute;
	z-index: 2;
	bottom: 165px;
	left: 200px;
	display: none;
}

.blinking {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	animation:blink 1s ease infinite;
}

@keyframes blink{
	    50% {opacity:0;}
	}

.movie04 {
  position: absolute;
  z-index: 2;
  bottom: 37px;
  left: 250px;
}

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

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

.simute_cv_pc {
	position: relative;

}

.cvBtnPC {
	position: absolute;
	display: block;
	top: 646px;
	left: 250px;
    animation: fluffyY 1s infinite ease-out;/*ボタン動き*/
}


/*ボタンアニメーションキーフレーム*/
@keyframes fluffyY {
 0% {
transform:translateY(7px);
}
 50% {
transform:translateY(-7px);
}
 100% {
transform:translateY(7px);
}
}