@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 ------------------------ */
.fvA {
	position: relative;
}

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

.fvA_movie {
	position: absolute;
	top: 585px;
	left: 642px;
	z-index: 1;
}

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

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

.movieBg,
.animeBg {
	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: 482px;
	left: 334px;
}

.movie02 {
	position: absolute;
	z-index: 2;
	top: 445px;
	left: 300px;
	display: flex;
	justify-content: space-between;
	width: 802px;
}

.movie03 {
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 300px;
	display: flex;
	justify-content: space-between;
	width: 802px;
}

.movie04 {
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 607px;
	width: 550px;
}

.movie05 {
	position: absolute;
	z-index: 2;
	top: 290px;
	left: 420px;
}

.anime01 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 370px;
}

.anime02 {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 370px;
}

/* ---------------------- INFLUENCER ---------------------- */
.ifCover {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.if01 {
  position: absolute;
  z-index: 1;
  top: 332px;
  left: 232px;
	width: 322px;
	transform: rotate(-10deg);

}

.if02 {
  position: absolute;
  z-index: 1;
  top: 300px;
  left: 836px;
	width: 285px;
	transform: rotate(-10deg);
}

.if03 {
  position: absolute;
  z-index: 1;
  top: 890px;
  left: 249px;
	width: 275px;
	transform: rotate(-10deg);
}

.if04 {
  position: absolute;
  z-index: 1;
  top: 827px;
  left: 852px;
	width: 320px;
	transform: rotate(5deg);
}

/* ------------------------ ユーザーボイス ------------------------ */
.uvPC {
	position: relative;
	z-index: 1;
}

.uvCover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

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

.rantruth_cv_pc {
	position: relative;

}

.cvBtnPC {
	position: absolute;
	display: block;
	top: 920px;
	left: 250px;
	animation: fluffyY 1s infinite ease-out;
}

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

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

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