@charset "utf-8";

/*=================================================
	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';
}

@media screen and (max-width: 374px) {
	.pureten_install {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		width: 100%;
		height: 25vh;
		margin: 0 auto;
		padding: 10px 0;
		background: rgba(0,0,0,0.8);
		opacity: 0;
		transition: opacity 0.3s;
	}
}

@media screen and (min-width:375px) and ( max-width:766px) {
	.pureten_install {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		width: 100%;
		height: 22vh;
		margin: 0 auto;
		padding: 10px 0;
		background: rgba(0,0,0,0.8);
		opacity: 0;
		transition: opacity 0.3s;
	}
}

@media screen and (min-width:767px) and ( max-width:768px) {
	.pureten_install {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		width: 100%;
		height: 24vh;
		margin: 0 auto;
		padding: 10px 0;
		background: rgba(0,0,0,0.8);
		opacity: 0;
		transition: opacity 0.3s;
	}
}

.pureten_install__game_icon {
	width: 80%;
	height: auto;
	margin: 0 auto 10px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/frame_store_link.png) no-repeat center top;
	background-size: 100% 100%;
}

.pureten_install__game_icon::after {
	content: "";
	display: block;
	padding-top: 15.105%;
}

.pureten_install__appstore a {
	display: block;
	float: left;
	width: 30%;
	height: auto;
	margin: 0 0 0 15%;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/sp/badge_appstore.png) no-repeat center top;
	background-size: 100% 100%;
}

.pureten_install__appstore a::after {
	content: "";
	display: block;
	padding-top: 36.693%;
}

.pureten_install__googleplay a {
	display: block;
	float: right;
	width: 36%;
	height: auto;
	margin: 0 15% 0 0;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/sp/badge_googleplay.png) no-repeat center top;
	background-size: 100% 100%;
}

.pureten_install__googleplay a::after {
	content: "";
	display: block;
	padding-top: 29.677%;
}

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

/* SNSアイコン */
.share_sns {
	position: fixed;
	bottom: 1%;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 30px;
}

.share_sns ul {
    font-size: 0;
    text-align: center;
}
.share_sns ul li {
    display: inline-block;
    font-size: 13px;
    height: 30px;
}
.share_sns ul li.line {
    width: 30px;
    margin-right: 30px;
}
.share_sns ul li.tw {
    width: 30px;
    margin:0;
}
.share_sns ul li.fb {
    width: 30px;
    margin-left: 30px;
}

.share_sns ul li a {
    background: no-repeat center center/contain;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.5s linear;
    opacity: 1;
    vertical-align: middle;
    text-indent: -9999px;
}
.share_sns ul li a:hover {
    opacity: 0.7;
}
.share_sns ul li.line a {
    background-image: url(https://precatus.com/special/tiktok_cp/assets/img/sp/footer_line.png);
	background-size: 30px 30px;
}
.share_sns ul li.tw a {
    background-image: url(https://precatus.com/special/tiktok_cp/assets/img/sp/footer_tw.png);
	background-size: 30px 25px;
}
.share_sns ul li.fb a {
    background-image: url(https://precatus.com/special/tiktok_cp/assets/img/sp/footer_fb.png);
	background-size: 30px 30px;
}














/* ヘッダー */
.header {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/sp/bg_header.jpg) no-repeat center top;
	background-size: 100% 100%;
}

.header::after {
	content: "";
	display: block;
	padding-top: 85.333%;
}
/* /ヘッダー */

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

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

.campaign_01__inr__title::after {
	content: "";
	display: block;
	padding-top: 10.6%;
}

.campaign_01__inr__present_01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/sp/campaign_01_present_01.png) repeat center top;
	background-size: 100% 100%;
}

.campaign_01__inr__present_01::after {
	content: "";
	display: block;
	padding-top: 31.495%;	
}

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

.campaign_01__inr__how_to_post::after {
	content: "";
	display: block;
	padding-top: 51.823%;	
}

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

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

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

.campaign_01__inr__btn_go_to_tiktok a::after {
	content: "";
	display: block;
	padding-top: 14.285%;	
}

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

.campaign_01__inr__official_movie_title::after {
	content: "";
	display: block;
	padding-top: 15.540%;	
}

.campaign_01__inr__official_movie {
	position: relative;
	width: 100%;
	height: 362px;
	text-align: center;
	margin: 0 auto 10px;
}

.campaign_01__inr__official_movie iframe {
	width: 48% !important;
	height: 275px !important;
	margin: 0 !important;
	border: 2px solid #c39421;
}

.campaign_01__inr__official_movie__cast_name_01 {
	float: left;
	width: 48%;
	height: 78px;
	line-height: 1.3;
	margin: 0 0 0 1%;
	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: 48%;
	height: 78px;
	line-height: 1.3;
	margin: 0 1% 0 0;
	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: 96%;
	height: auto;
	margin: 0 auto 10px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/campaign_01_line_card_present.png) no-repeat center top;
	background-size: 100% 100%;
}

.campaign_01__inr_line_card_present::after {
	content: "";
	display: block;
	padding-top: 46.203%;	
}

.campaign_01__inr_btn_retweet a {
	display: block;
	position: relative;
	width: 60%;
	height: auto;
	margin: 0 auto 10px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/btn_twitter.png) no-repeat center top;
	background-size: 100% 100%;
}

.campaign_01__inr_btn_retweet a::after {
	content: "";
	display: block;
	padding-top: 18.959%;	
}

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

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

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

.campaign_02__inr__title::after {
	content: "";
	display: block;
	padding-top: 10.6%;	
}

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

.campaign_02__inr_amazon_card_present::after {
	content: "";
	display: block;
	padding-top: 46.203%;	
}

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

.campaign_02__inr__how_to_post::after {
	content: "";
	display: block;
	padding-top: 40.171%;	
}

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

.campaign_02__inr__caution {
	width: 96%;
	height: 200px;
	line-height: 1.5;
	margin: 0 auto 20px;
	padding: 15px;
	background: rgba(255,255,255,0.5);
	overflow-y: scroll;
	font-size: 2vw;
}

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

/* フッター */
.footer {
	width: 100%;
	height: auto;
	padding-bottom: 1px;
	background: #f3c895;
}

.footer__inr__sp {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 10px 0 0;
}

.footer__inr__sp__game_icon {
	width: 20%;
	height: auto;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/icon_preten.png) no-repeat center top;
	background-size: 100% 100%;
}

.footer__inr__sp__game_icon::after {
	content: "";
	display: block;
	padding-top: 100%;	
}

.footer__inr__sp__game_info {
	width: 50%;
	height: auto;
	margin: 0 0 0 20px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/pc/footer_txt_01.png) no-repeat center top;
	background-size: 100% 100%;
}

.footer__inr__sp__game_info::after {
	content: "";
	display: block;
	padding-top: 38.275%;	
}

.footer__inr__sp__badge {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

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

.footer__inr__sp__badge__googleplay a {
	display: block;
	width: 166px;
	height: 49px;
	margin: 0 0 0 10px;
	background: url(https://precatus.com/special/tiktok_cp/assets/img/sp/badge_googleplay.png) no-repeat center top;
	background-size: 100% 100%;
}

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

.footer__copyright::after {
	content: "";
	display: block;
	padding-top: 8%;	
}
/* /フッター */