@charset "utf-8";

@import url('//fonts.googleapis.com/css?family=Kosugi+Maru&subset=japanese');

/*=================================================
	ResetCSS
 =================================================*/

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;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

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;
}

/*=================================================
	CommonCSS
 =================================================*/

.mt--5 {
	margin-top: 5px;
}

.mt--10 {
	margin-top: 10px;
}

.mt--15 {
	margin-top: 15px;
}

.mt--20 {
	margin-top: 20px;
}

.mt--25 {
	margin-top: 25px;
}

.mt--30 {
	margin-top: 30px;
}

.mb--5 {
	margin-bottom: 5px;
}

.mb--10 {
	margin-bottom: 10px;
}

.mb--15 {
	margin-bottom: 15px;
}

.mb--20 {
	margin-bottom: 20px;
}

.mb--25 {
	margin-bottom: 25px;
}

.mb--30 {
	margin-bottom: 30px;
}

.ml--5 {
	margin-left: 5px;
}

.ml--10 {
	margin-left: 10px;
}

.ml--15 {
	margin-left: 15px;
}

.ml--20 {
	margin-left: 20px;
}

.ml--25 {
	margin-left: 25px;
}

.ml--30 {
	margin-left: 30px;
}

.mr--5 {
	margin-right: 5px;
}

.mr--10 {
	margin-right: 10px;
}

.mr--15 {
	margin-right: 15px;
}

.mr--20 {
	margin-right: 20px;
}

.mr--25 {
	margin-right: 25px;
}

.mr--30 {
	margin-right: 30px;
}

.clearfix {
	display: block;
	clear: both;
	content: "";
}

/*=================================================
	StyleCSS
 =================================================*/

body {
	font-family: 'Kosugi Maru', 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

.pureten_install {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: opacity 0.3s;
}

.pureten_install__game_icon {
	width: 331px;
	height: 50px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/frame_store_link.png) no-repeat center top;
}

.pureten_install__appstore a {
	display: block;
	width: 133px;
	height: 49px;
	margin: 0 0 0 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/badge_appstore.png) no-repeat center top;
}

.pureten_install__googleplay a {
	display: block;
	width: 166px;
	height: 49px;
	margin: 0 0 0 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/badge_googleplay.png) no-repeat center top;
}

.pureten_install.show {
	opacity: 1;
	transition: opacity 0.3s;
}

/* SNSアイコン */

.share_sns {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	position: fixed;
	top: 0;
	right: 1%;
	z-index: 1000;
	width: 40px;
	height: 100%;
	//border: 1px solid red;
}

.share_sns ul {
    font-size: 0;
    text-align: center;
}

.share_sns ul li {
    display: block;
    font-size: 13px;
    height: 30px;
}
.share_sns ul li.line {
    width: 40px;
	margin: 0 0 30px 0;
	//border: 1px solid blue;
}
.share_sns ul li.tw {
	margin: 0 0 30px 0;
    width: 40px;
	//border: 1px solid blue;
}
.share_sns ul li.fb {
    width: 40px;
	//border: 1px solid blue;
}

.share_sns ul li a {
    background: no-repeat center center/contain;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.3s;
    opacity: 1;
    vertical-align: middle;
    text-indent: -9999px;
}
.share_sns ul li a:hover {
    opacity: 0.6;
}
.share_sns ul li.line a {
    background-image: url(https://precatus.com/assets/img/pc/common/footer_line.png);
}
.share_sns ul li.tw a {
    background-image: url(https://precatus.com/assets/img/pc/common/footer_tw.png);
}
.share_sns ul li.fb a {
    background-image: url(https://precatus.com/assets/img/pc/common/footer_fb.png);
}

/* ヘッダー */
.header {
	position: relative;
	z-index: 10;
	min-width: 1000px;
	height: 640px;
	margin: 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/bg_header.jpg) no-repeat center top;
	background-attachment: fixed;
}

.header__inr {
	position: relative;
	width: 1000px;
	height: 640px;
	margin: 0 auto;
}

.header__inr__logo {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: 450px;
	height: 71px;
	margin: 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/logo_tiktok_preten.png) no-repeat center top;
}

.header__inr__hashtag {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	width: 742px;
	height: 156px;
	margin: 0 150px 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/catchcopy.png) no-repeat center top;
	transform-origin: center bottom;
	animation: hashtag 0.5s linear 0s 1 normal;
}

@keyframes hashtag {
	0%{ transform: scale(3); }
	60%{ transform: scale(1); }
	70%{ transform: scale(0.95); }
	100%{ transform: scale(1); }
}

.header__inr__tv {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 357px;
	height: 367px;
	margin: 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/television.png) no-repeat center top;
}

.header__inr__tv::after {
	display: block;
	position: absolute;
	top: 56px;
	left: -68px;
	width: 455px;
	height: 186px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/onpu.png) no-repeat center top;
	content: "";
	transform-origin: center bottom;
	animation: onpu 2s ease-out 0.8s infinite normal;
	opacity: 0;
}

@keyframes onpu {
	0%{ transform: translateY(100px) rotate(0deg); background-size: 60% 60%; opacity: 0; }
	20%{ opacity: 1; }
	80%{ opacity: 1; transform: rotate(-1deg); }
	100%{ background-size: 80% 80%; opacity: 0; transform: rotate(0deg); }
}

.header__inr__campaign_01 {
	position: absolute;
	top: 160px;
	left: -182px;
	width: 462px;
	height: 301px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/header_campaign_01.png) no-repeat center top;
	transform-origin: center bottom;
	opacity: 0;
	animation: campaign_01 0.2s linear 0.6s 1 normal;
	animation-fill-mode: forwards;
}

@keyframes campaign_01 {
	0%{ transform: translateY(5px) scale(0.9); opacity: 0; }
	60%{ transform: translateY(0px) scale(1.05); opacity: 1; }
	100%{ transform: scale(1); opacity: 1; }
}

.header__inr__gachapin {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 178px;
	height: 213px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/header_gachapin.png) no-repeat center top;
	transform-origin: center bottom;
	opacity: 0;
	animation: gachapin 0.3s linear 0.4s 1 normal;
	animation-fill-mode: forwards;
}

@keyframes gachapin {
	0%{ transform: translateY(-60px); opacity: 0; }
	60%{ transform: translateY(0px) scale(1,1); opacity: 1; }
	70%{ transform: scale(1,0.95); opacity: 1; }
	100%{ transform: scale(1,1); opacity: 1; }
}

.header__inr__campaign_02 {
	position: absolute;
	top: 160px;
	right: -182px;
	width: 429px;
	height: 301px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/header_campaign_02.png) no-repeat center top;
	transform-origin: center bottom;
	opacity: 0;
	animation: campaign_02 0.2s linear 0.8s 1 normal;
	animation-fill-mode: forwards;
}

@keyframes campaign_02 {
	0%{ transform: translateY(5px) scale(0.9); opacity: 0; }
	60%{ transform: translateY(0px) scale(1.05); opacity: 1; }
	100%{ transform: scale(1); opacity: 1; }
}

.header__inr__mukku {
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 191px;
	height: 237px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/header_mukku.png) no-repeat center top;
	transform-origin: center bottom;
	opacity: 0;
	animation: mukku 0.4s linear 0.4s 1 normal;
	animation-fill-mode: forwards;
}

@keyframes mukku {
	0%{ transform: translateY(-60px); opacity: 0; }
	60%{ transform: translateY(0px) scale(1,1); opacity: 1; }
	70%{ transform: scale(1,0.95); opacity: 1; }
	100%{ transform: scale(1,1); opacity: 1; }
}
/* /ヘッダー */

/* キャンペーン1 */
.campaign_01 {
	min-width: 1000px;
	height: auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_bg_01.png) repeat center top;
}

.campaign_01__inr {
	min-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 1px;
}

.campaign_01__inr__title {
	width: 1000px;
	height: 106px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/title_campaign_01.png) no-repeat center top;
}

.campaign_01__inr__present_01 {
	position: relative;
	min-width: 1000px;
	height: 405px;
	margin: 0 0 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_bg_02.png) repeat center top;
}

.campaign_01__inr__present__txt_01 {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	z-index: 30;
	width: 941px;
	height: 70px;
	margin: 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_txt_01.png) no-repeat center top;
}

.campaign_01__inr__present__txt_02 {
	position: absolute;
	top: 137px;
	left: 21px;
	right: 0;
	z-index: 20;
	width: 939px;
	height: 335px;
	margin: 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_txt_02.png) no-repeat center top;
}

.campaign_01__inr__present__sumafo_01 {
	position: absolute;
	bottom: 56px;
	left: -960px;
	right: 0;
	z-index: 10;
	width: 222px;
	height: 247px;
	margin: 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_sumafo_01.png) no-repeat center top;
}

.campaign_01__inr__present__sumafo_02 {
	position: absolute;
	bottom: 56px;
	left: 0;
	right: -960px;
	z-index: 10;
	width: 222px;
	height: 248px;
	margin: 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_sumafo_02.png) no-repeat center top;
}

.campaign_01__inr__how_to_post {
	width: 795px;
	height: 412px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_how_to_post.png) no-repeat center top;
}

.campaign_01__inr__date {
	width: 900px;
	height: auto;
	margin: 0 auto 20px;
	padding: 10px;
	background: rgb(244, 200, 148);
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}

.txt--red {
	color: #FB104A;
}

.campaign_01__inr__btn_go_to_tiktok a {
	display: block;
	position: relative;
	width: 588px;
	height: 84px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/btn_go_to_tiktok.png) no-repeat center top;
}

.campaign_01__inr__btn_go_to_tiktok a:hover::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.00);
	border-radius: 100px;
	content: "";
	animation: btn_go_to_tiktok_hover 0.3s ease-out 1 normal;
	animation-fill-mode: forwards;
}

@keyframes btn_go_to_tiktok_hover {
	0% { opacity: 0; }
	100% { opacity: 0.3; }
}

.campaign_01__inr__official_movie_title {
	width: 296px;
	height: 46px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_title_official_movie.png) no-repeat center top;
}

.campaign_01__inr__official_movie {
	position: relative;
	width: 582px;
	height: 603px;
	margin: 0 auto 10px;
}

.campaign_01__inr__official_movie iframe {
	border: 2px solid #c39421;
}

.campaign_01__inr__official_movie__cast_name_01 {
	float: left;
	width: 278px;
	height: 80px;
	line-height: 1.3;
	padding: 5px 0;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	background: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}

.campaign_01__inr__official_movie__cast_name_02 {
	float: right;
	width: 276px;
	height: 80px;
	line-height: 1.3;
	padding: 5px 0;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	background: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}

.campaign_01__inr_line_card_present {
	width: 922px;
	height: 426px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_line_card_present.png) no-repeat center top;
}

.campaign_01__inr_btn_retweet a {
	display: block;
	position: relative;
	width: 269px;
	height: 51px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/btn_twitter.png) no-repeat center top;
	transition: all 0.3s;
}

.campaign_01__inr_btn_retweet a:hover {
	transform: scale(1.05);
}

.twitter-tweet {
	position: static;
    visibility: visible;
    display: block;
    transform: rotate(0deg);
    max-width: 100%;
    width: 500px;
    min-width: 220px;
    margin: 0 auto 30px !important;
    border: 2px solid #c39421;
}
/* /キャンペーン1 */

/* キャンペーン2 */
.campaign_02 {
	min-width: 1000px;
	height: auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_02_bg_01.png) repeat center top;
}

.campaign_02__inr {
	min-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 1px;
}

.campaign_02__inr__title {
	width: 1000px;
	height: 106px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/title_campaign_02.png) no-repeat center top;
}

.campaign_02__inr_amazon_card_present {
	width: 922px;
	height: 426px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_02_amazon_card_present.png) no-repeat center top;
}

.campaign_02__inr__how_to_post {
	width: 1048px;
	height: 421px;
	margin: 0 auto 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_02_how_to_post.png) no-repeat center top;
}

.campaign_02__inr__date {
	width: 900px;
	height: auto;
	margin: 0 auto 20px;
	padding: 10px;
	background: rgb(244, 200, 148);
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}

.campaign_02__inr__caution {
	width: 1000px;
	height: 400px;
	line-height: 1.5;
	margin: 0 auto 30px;
	padding: 15px;
	background: rgba(255,255,255,0.5);
	overflow-y: scroll;
}


/* /キャンペーン2 */

/* フッター */

.footer {
	width: 100%;
	height: auto;
	padding-bottom: 1px;
	background: #f3c895;
}

.footer__inr {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 1000px;
	height: 150px;
	margin: 0 auto 20px;
}

.footer__inr__game_icon {
	width: 109px;
	height: 109px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/icon_preten.png) no-repeat center top;
}

.footer__inr__game_info {
	width: 290px;
	height: 111px;
	margin: 0 0 0 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/footer_txt_01.png) no-repeat center top;
}

.footer__inr__appstore a {
	display: block;
	width: 133px;
	height: 49px;
	margin: 0 0 0 100px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/badge_appstore.png) no-repeat center top;
}

.footer__inr__googleplay a {
	display: block;
	width: 166px;
	height: 49px;
	margin: 0 0 0 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/badge_googleplay.png) no-repeat center top;
}

.footer__copyright {
	width: 275px;
	height: 22px;
	margin: 0 auto 10px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/footer_txt_02.png) no-repeat center top;
}