@charset "utf-8";



/* =======================================
	reset
======================================= */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul {
	list-style: none !important
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* =======================================
	common
======================================= */
html {
	height: -webkit-fill-available;
}

body {
	position: relative;
	width: 100%;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	margin: 0 auto;
	text-align: center;
	color: white;
	background: black;
	font-size: 62.5%;
	line-height: 150%;
	font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic"
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

table {
	width: 100%;
}

tr,
td {
	vertical-align: top;
}

a {
	outline: none;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

article {
	overflow: hidden;
	z-index: 0;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url("../img/bg_check.jpg") repeat;
	background-size: 90%;
}

section {
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}


/* =======================================
	swiper
======================================= */
.swiper-button-next,
.swiper-button-next02,
.swiper-button-next03,
.swiper-button-next04,
.swiper-button-next05 {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	background-image: url("../img/swiper.png");
}

.swiper-button-prev,
.swiper-button-prev02,
.swiper-button-prev03,
.swiper-button-prev04,
.swiper-button-prev05 {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	background-image: url("../img/swiper.png");
	transform: scale(-1, 1);
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: none !important;
}

.swiper-pagination-bullet-active {
	background: whitesmoke;
}

.swiper-pagination-bullet {
	background: silver;
}


/* =======================================
	text
======================================= */
h2 {
	width: 90%;
	margin: 0 auto;
	padding-top: 2.5em;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 1em;
	text-align: center;
	line-height: 1.5;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px auto 5px;
	line-height: 1.5;
}

h4 span {
	font-size: 0.8em;
	font-weight: normal;
	display: inline-block;
	margin-left: 0.2em;
}


/* =======================================
	header
======================================= */
header {
	width: 100%;
	height: 0;
	background: url("../img/sp/header_sp.jpg") no-repeat center top;
	background-size: contain;
	padding-top: 129.71%;
	position: relative;
}

.whatisthis {
	width: 20%;
	position: absolute;
	top: 52%;
	left: 0;
	right: 0;
	margin: auto;
	animation: bloodclot 1.5s ease-in-out infinite both;
}

@keyframes bloodclot {
	from {
		transform: scale(1);
		transform-origin: center center;
		animation-timing-function: ease-out;
	}

	10% {
		transform: scale(0.91);
		animation-timing-function: ease-in;
	}

	17% {
		transform: scale(0.98);
		animation-timing-function: ease-out;
	}

	33% {
		transform: scale(0.87);
		animation-timing-function: ease-in;
	}

	45% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
}

.about {
	z-index: 9999;
	width: 18%;
	position: absolute;
	bottom: 44%;
	right: 4%;
}

.sticker {
	width: 20%;
	position: fixed;
	left: 3%;
	z-index: 500;
	top: -100%;
	transition: all 0.5s;
}

.sticker a {
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.activeBnr {
	top: 10%;
	visibility: visible;
}



/* =======================================
	nav
======================================= */
nav {
	width: 100%;
	z-index: 9999;
	background: url("../img/sp/menu_bg_sp.png") center top no-repeat;
	background-size: 100% 100%;
}

nav.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
}

nav ul {
	width: 100%;
	letter-spacing: -0.4em !important;
	position: relative;
	margin: 0 auto;
	padding-top: 3%;
}

nav ul li {
	height: 100%;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: 0 !important;
}

nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

nav ul li:nth-child(1) {
	width: 18%;
}

nav ul li:nth-child(2) {
	width: 22%;
}

nav ul li:nth-child(3) {
	width: 19%;
}

nav ul li:nth-child(4) {
	width: 22%;
}

nav ul li:nth-child(5) {
	width: 19%;
}

/* =======================================
	#collabo_tokyoghoul_letsplay
======================================= */
#collabo_tokyoghoul_letsplay {
	display: none;
}

/* =======================================
	#chara
======================================= */
#chara {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#chara::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(213, 0, 0, 0.3);
	transform: skewY(-15deg) translateY(-10%);
	z-index: -1;
}

.charactersWrap {
	width: 100%;
	margin: 1.5em auto 0;
	padding: 0 4%;
	display: block;
}

/*--1204--*/
.kanekiWrap {
	margin: 0.5em 0 2em;
	position: relative;

}

.kaneki_name {
	width: 80%;
}

.kaneki_voice_btn {
	width: 10vw;
	height: 10vw;
	position: absolute;
	right: 2%;
	bottom: -7%;
}

.kaneki_voice_btn .btnVoice {
	width: 100%;
	height: 100%;
	border: none;
	background: url("../img/voice_btn_on.png") left top no-repeat;
	background-size: contain;

}

.kaneki_voice_btn .btnVoice.active {
	width: 100%;
	height: 0;
	border: none;
	background: url("../img/voice_btn_off.png") left top no-repeat;
	background-size: contain;
	height: 71px;
}

.mySwiper01b {
	width: 99%;
}

.charactersContent {
	text-align: left;
	margin-top: 1em;
}

.video_wrap {
	position: relative;

	img {
		position: absolute;
		top: -13vw;
		left: 1vw;
		width: 70vw;
	}
}

.charactersContent video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 1.5em auto 0;

}

.charactersContentText {
	width: 99%;
	margin: 3em 0 8em;
}

.charactersContentText img {
	width: 100%;
}

.tapdeokigae {
	width: 52%;
	margin: 1em auto 0.3em;
}

.mySwiper01a {
	width: 100%;
	padding: 0 20%;
}

.thumbnailpic .swiper-slide:nth-of-type(1) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_01_off.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(1) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_01_on.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(2) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_02_off.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(2) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_02_on.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(3) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_03_off.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(3) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_03_on.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(4) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_04_off.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(4) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_04_on.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(5) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_05_off.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(5) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_05_on.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(6) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_06_off.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(6) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../img/tapbtn_06_on.png") no-repeat;
	background-size: 100% auto;
}

.swiper-button-prev,
.swiper-button-next {
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	margin-top: -24px;
}

.mySwiper01a .swiper-button-prev,
.mySwiper01a .swiper-button-next {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	margin-top: -24px;
}

.mySwiper01a .swiper-button-prev {
	left: 10px;
}

.mySwiper01a .swiper-button-next {
	right: 10px;
}


/*--1204--*/
/* =======================================
	#rare_chara
======================================= */
#rare_chara::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(213, 0, 0, 0.3);
	transform: skewY(15deg) translateY(39%);
	z-index: -1;
}

#rare_chara {
	margin-top: 2em;
	padding-bottom: 1em;
}

.gekirare_kaneki {
	position: relative;
	margin-top: 1em;
	margin-bottom: 3em;
}

.okigaeTitle {
	width: 80%;
}

.hankakuja {
	position: absolute;
	top: 15%;
	left: 25%;
}

.gekirare_kaneki_voice {
	width: 10vw;
	height: 10vw;
	position: absolute;
	right: 23%;
	bottom: -1%;
}

.gekirare_kaneki_voice .btnVoice {
	width: 100%;
	height: 100%;
	border: none;
	background: url("../img/voice_btn_on.png") left top no-repeat;
	background-size: contain;

}

.gekirare_kaneki_voice .btnVoice.active {
	width: 100%;
	height: 0;
	border: none;
	background: url("../img/voice_btn_off.png") left top no-repeat;
	background-size: contain;
	height: 71px;
}

.fukurou {
	margin: 1em auto 3em;
}

/*--1205--*/
/* =======================================
	#event
======================================= */
#event {
	background-image: url(../img/sp/gameevent_bg.jpg);
	background-size: 125% auto;
	background-repeat: no-repeat;
	/*background-color: black;*/
	background-position: top center;
	padding-top: 1em;
	z-index: 1;
}

.transparent {
	/*background-image: linear-gradient(180deg, transparent 0 40%, #000 100%);*/
	/*background: linear-gradient(to bottom, transparent 40%, #000);*/
	position: relative;
	z-index: 1;
	padding-bottom: 3em;
}

.ttlEventSub {
	width: 84%;
	margin: 1em auto;
}

.event01 {
	padding-top: 1.5em;
	position: relative;
	padding-bottom: 5%;
}

.rareevent_title01 img {
	width: 78%;

}

.rareevent {
	width: 80%;
	margin: 0 auto 1em;
}

.swiper02Wrap {
	position: relative;
}

.asobikata_frame {
	width: 100%;
}

.asobikata_frame img {
	width: 90%;
}

.event02 {
	position: relative;
}

.yamori {
	width: 140%;
	margin: 0 auto;
	position: absolute;
	top: 10%;
	left: -6%;
}

.myswiper02 {
	padding-bottom: 30px;
}

.swiper02 {
	width: 72%;
	margin: 0 auto;
	position: absolute;
	bottom: -0.5%;
	left: 0;
	right: 0;
}

.swiper-slide img {
	width: 100%;
}

.swiper-button-prev02 {
	left: -9%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

.swiper-button-next02 {
	right: -9%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

.myswiper03 {
	padding-bottom: 30px;
}

.swiper03 {
	width: 72%;
	margin: 0 auto;
	position: absolute;
	bottom: -0.5%;
	left: 0;
	right: 0;
}

.swiper-button-prev03 {
	left: -9%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

.swiper-button-next03 {
	right: -9%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

.event03 {
	position: relative;
	margin-top: 1em;
}

.myswiper04 {
	padding-bottom: 30px;
}

.swiper04 {
	width: 72%;
	margin: 0 auto;
	position: absolute;
	bottom: -0.5%;
	left: 0;
	right: 0;
}

.swiper-button-prev04 {
	left: -9%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

.swiper-button-next04 {
	right: -9%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

/* =======================================
	#campaign
======================================= */
#campaignDetail01 {
	padding-top: 1em;
	overflow: hidden;
}

#campaignDetail01::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(213, 0, 0, 0.3);
	transform: skewY(15deg) translateY(-27%);
	z-index: -2;
}

.cpTitle {
	width: 70%;
}

.ttlCampaignSub {
	width: 90%;
	margin: 2em auto 2em;
}

/*
ul.campaignWrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

ul.campaignWrap li {
	width: 48%;
	margin-bottom: 20px;
}

ul.campaignWrap li:nth-child(odd) {
	margin-right: 4%
}
*/

#collaboMission {
	margin-bottom: 2em;
}

#campaign01detail,
#campaign02detail,
#campaign03detail,
#campaignLogin {
	position: relative;
}

#campaign01detail,
#campaign02detail,
#campaignLogin {
	margin-bottom: 2em;
}

.campaign01join {
	width: 47%;
	margin: 0 auto;
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
}

.campaign02join {
	width: 40%;
	margin: 0 auto;
	position: absolute;
	bottom: 3.5%;
	left: 10%;
}

.campaign02apply {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	bottom: 7.5%;
	right: 9%;
}

.campaign03join {
	width: 40%;
	margin: 0 auto;
	position: absolute;
	bottom: 3.5%;
	left: 10%;
}

.campaign03apply {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	bottom: 6.2%;
	right: 9%;
}

#campaignDetail03::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(213, 0, 0, 0.3);
	transform: skewY(-15deg) translateY(30%);
	z-index: -1;
}

#campaignDetail03 {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 4em;
	position: relative;
	overflow: hidden;
}

#campaignDetail03::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(213, 0, 0, 0.3);
	transform: skewY(-15deg) translateY(12.5%);
	z-index: -1;
}

#campaignDetail04 {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2.4em;
	position: relative;
	overflow: hidden;
}

.campaign04join {
	width: 41%;
	margin: 0 auto;
	position: absolute;
	bottom: 3%;
	left: 11%;
}

/* =======================================
	#movie
======================================= */
#collaboration {
	width: 100%;
	background: url("../img/movie_bg.jpg") no-repeat center top;
	background-size: 100% 100%;
	padding-bottom: 1em;
}

.myswiper05 {
	padding-bottom: 50px;
}

.swiper05 {
	position: relative;
	width: 90%;
	margin: 1em auto 0;
}

.swiper-button-prev05 {
	margin-top: -64px;
	left: -5%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
}

.swiper-button-next05 {
	margin-top: -64px;
	right: -5%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
}

#movie {
	padding-top: 2em;
	padding-bottom: 3em;
	background: url(../img/movie_bg.jpg) no-repeat center top;
	background-size: 200% 100%;
}

.movieTitle {
	padding-top: 0;
}

.myswiper05 {
	margin-top: 3em;
}

/* =======================================
	remodal
======================================= */
.remodal {
	background: transparent;
}

.remodalblue a,
.remodalblue a:link,
.remodalblue a:visited,
.remodalblue a:hover,
.remodalblue a:active {
	color: #d50000;
}

.remodalblue {
	position: relative;
	width: 100%;
	padding: 22% 0 0;
}

.remodalblue button {
	position: absolute;
	background: transparent;
	border: none;
	top: 1%;
	left: auto;
	right: 1%;
	cursor: pointer !important;
}

.remodalmovie {
	position: relative;
	width: 90%;
	padding: 50px 0;
	background: transparent !important;
}

.remodalmovie button {
	position: absolute;
	background: transparent;
	border: none;
	top: -3%;
	left: auto;
	right: -4%;
	cursor: pointer !important;
}

.remodalabout a,
.remodalabout a:link,
.remodalabout a:visited,
.remodalabout a:hover,
.remodalabout a:active {
	color: #d50000;
}

.remodalabout {
	position: relative;
	padding: 20% 0 0;
	width: 90%;
}

.remodalabout button {
	position: absolute;
	background: transparent;
	border: none;
	top: 2%;
	left: auto;
	right: -4%;
	cursor: pointer !important;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.youtube iframe,
.youtube object,
.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutbox {
	position: relative;
}

a.tokyoghoulweb {
	position: absolute;
	bottom: 4%;
	left: 7%;
	font-size: 12px;
}

.oubox {
	width: 90%;
	margin: 0 auto;
	color: #9ba7b0;
	background: #222e3c;
	text-align: left;
	padding: 10px 2.5vw;
	border: 1px solid #9ba7b0;
}

.oubox p {
	font-size: 12px;
	line-height: 1.5;
}

.closeRed {
	display: block;
	position: relative;
	width: 54px;
	height: 54px;
}

.closeRed::before,
.closeRed::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 54px;
	background: #d50000;
}

.closeRed::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.closeRed::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


/* =======================================
	footer
======================================= */
footer {
	color: white;
	background: black;
	padding-bottom: 2em;
}

#footerNav {
	display: none;
}

footer .footer_menu {
	width: 100%;
	margin: 2em auto 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

footer .footer_menu li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

footer .footer_menu li a {
	display: flex;
	align-items: center;
}

footer ul li a.separate {
	border-right: 2px solid gainsboro;
}

footer .footer_menu li img {
	width: auto;
	max-width: none;
	height: 2vh;
	padding: 0 6vw;
}

footer p {
	color: gainsboro;
	font-size: 0.5em;
	line-height: 1.4;
}

.copyright {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 10.8%;
	background: url("../img/copyright_bg.jpg") no-repeat center top;
	background-size: 100% 100%;
}

.copyright p {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
	right: 0;
	font-size: 12px;
	line-height: 12px;
}

.img_10th {
	position: absolute;
	width: 15vw;
	top: -10vw;
	left: 5vw;
}

/* =======================================
	pagetop
======================================= */
.pagetop {
	position: fixed;
	right: 3%;
	bottom: 3%;
	z-index: 500;
}

.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.pagetop {
	bottom: -100px;
	transition: all 0.5s;
}

.activeBtn {
	bottom: 30px;
	visibility: visible;
}


/*1206タブレット*/
@media screen and (min-width: 500px) {
	/* body {
		font-size: 1.6rem;
	} */

	footer .footer_menu li a.separate {
		border-right: none;
	}

	footer .footer_menu li:not(:last-child) a {
		border-right: 2px solid gainsboro;
	}

	footer .footer_menu li img {
		height: 2.2vh;
		padding: 0 3vw;
	}

}

@media screen and (max-width: 800px) {
	#event {
		/*background-image: url(../img/sp/gameevent_bg.jpg);*/
		/*background-size: 125% auto;*/
		/*background-repeat: no-repeat;*/
		/*background-color: black;*/
		background-color: transparent;
		/*background-position: top center;*/
		height: 535vw;
		padding-top: 1em;
		/*z-index: 1;*/
	}

	.transparent {
		/*background: linear-gradient(to bottom, transparent 40%, #000);*/
		background-color: transparent;
		position: relative;
		z-index: 1;
		padding-bottom: 2em;

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		clip-path: inset(0 0 0 0);
	}

	.bg_image {
		background-image: url(../img/sp/gameevent_bg.jpg);
		background-size: 125% auto;
		background-repeat: no-repeat;
		background-position: top center;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		z-index: -1;
	}

}

@media screen and (max-width: 700px) {
	#event {
		height: 560vw;
	}
}

@media screen and (max-width: 600px) {
	#event {
		height: 585vw;
	}
}


@media screen and (min-width: 800px) {

	.contents {
		width: 56.875%;
		min-width: 800px;
	}

	/* =======================================
	text
======================================= */
	h2 {
		width: 62%;
		padding-top: 1.5em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.2em;
		margin: 1em auto 0.5em;
	}

	/* =======================================
	header
======================================= */
	header {
		width: 100%;
		height: 0;
		background: url("../img/header.jpg") no-repeat center top;
		background-size: 100% auto;
		padding-top: 32.3%;
	}

	.whatisthis {
		top: 67%;
		width: 9%;
	}

	.about {
		width: 8%;
		bottom: 10%;
		right: 13%;
	}

	.sticker {
		width: 10%;
	}

	.activeBnr {
		top: 18%;
		visibility: visible;
	}


	/* =======================================
	nav
======================================= */
	nav {
		background: url("../img/menu_bg_pc.png") center top no-repeat;
		background-size: 100% 100%
	}

	nav ul {
		padding: 1.3% 18% 0;
	}

	/* =======================================
	article
======================================= */
	article {
		background-size: 400px;
	}

	/* =======================================
	#collabo_tokyoghoul_letsplay
======================================= */
	#collabo_tokyoghoul_letsplay {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 50px 0;
		background: url(../img/shirodora_play_bg.jpg) repeat;
		background-position: center;
		background-size: 100%;
		z-index: 1;
	}

	#collabo_tokyoghoul_letsplay::after {
		content: "";
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: black;
		opacity: 0.3;
	}

	#collabo_tokyoghoul_letsplay ul {
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		z-index: 3;
	}

	#collabo_tokyoghoul_letsplay div {
		position: relative;
		z-index: 3;
	}

	/*1205*/
	/* =======================================
	#chara
======================================= */
	#chara {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}

	#chara::before {
		transform: skewY(-15deg) translateY(-10%);
	}

	/*1205*/
	.charactersWrap {
		width: 100%;
		padding: 0 2% 0 3%;
	}

	.charactersSlide {
		margin-bottom: 3em;
	}

	.mySwiper01a {
		width: 80%;
	}

	.mySwiper01a .swiper-button-prev,
	.mySwiper01a .swiper-button-next {
		width: 78px;
		height: 78px;
		background-size: 78px 78px;
		margin-top: -24px;
	}

	.mySwiper01a .swiper-button-prev {
		left: 25px;
	}

	.mySwiper01a .swiper-button-next {
		right: 0px;
	}

	.kanekiWrap {
		width: 78%;
		margin: 0.5em auto 2em;
	}

	.kaneki_voice_btn {
		width: 70px;
		height: 70px;
	}

	.mySwiper01b {
		width: 80%;
	}

	.charactersContent {
		margin-top: 0;
	}

	.video_wrap {
		width: 75%;
		margin: auto;

		img {
			width: 400px;
			top: -60px;
			left: -25px;
		}
	}

	.charactersContent video {

		border-radius: 20px;
		border: 5px solid #fff;
		box-shadow: 0 0 0 3px #000;
	}

	.charactersContent>p {
		width: 90%;
		margin: 2em auto 5em;
	}

	/* =======================================
	#rare_chara
======================================= */
	#rare_chara {
		margin-top: 3em;
		padding-bottom: 5em;
	}

	.gekirare_kaneki_voice {
		width: 10vw;
		height: 10vw;
		position: absolute;
		right: 23%;
		bottom: -1%;
	}

	.gekirare_kaneki_voice .btnVoice {
		width: 100%;
		height: 100%;
		border: none;
		background: url("../img/voice_btn_on.png") left top no-repeat;
		background-size: contain;

	}

	.gekirare_kaneki_voice .btnVoice.active {
		width: 100%;
		height: 100%;
		border: none;
		background: url("../img/voice_btn_off.png") left top no-repeat;
		background-size: contain;
	}

	.gekirare_kaneki_voice {
		width: 12%;
		height: 12%;
		right: 22%;
		bottom: 1%;
	}

	/*1207*/
	/* =======================================
	#event
======================================= */
	#event {
		margin-top: -2em;

		background: url("../img/gameevent_bg.jpg") no-repeat center top;
		background-size: 189%;
	}

	.transparent {
		background-origin: padding-box;
		background-image: linear-gradient(180deg, transparent 0 70%, #000 100%);
		padding-bottom: 2em;
	}

	.ttlEventSub {
		width: 100%;
		margin: 2em auto;
		/*width:78%;*/
	}

	.rareevent_title01 {
		width: 54%;
		margin: 0 auto;
	}

	.rareeventWrap {
		margin-top: 1em;
		display: flex;
	}

	.rareevent {
		width: 37%;
		margin: 0 auto;
	}

	.swiper02Wrap {
		width: 49%;
		position: relative;
		margin-top: -40%;
	}

	.asobikata_frame {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.event01 {
		margin-top: 2em;
	}

	.eventsWrap {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.swiper02 {
		width: 80%;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.swiper-slide img {
		width: 90%;
	}

	.swiper-button-next02,
	.swiper-button-next03,
	.swiper-button-next04 {
		right: -4%;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
		margin-top: -8px;
	}

	.swiper-button-prev02,
	.swiper-button-prev03,
	.swiper-button-prev04 {
		left: -4%;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
		margin-top: -8px;
	}

	.event02 {
		width: 49%;
		padding-bottom: 38%;
	}

	.swiper03 {
		width: 80%;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.event03 {
		width: 49%;
		margin-top: 0;
	}

	.yamori {
		width: 150%;
		top: 9%;
		left: -12%;
	}

	.swiper04 {
		width: 80%;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	/* =======================================
	#campaign
======================================= */
	/*#campaign {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 15%;
		position: relative;
		overflow: hidden;
	}

	#campaign::before {
		transform: skewY(15deg) translateY(-20%);
	}

	#campaign::before {
		transform: skewY(15deg) translateY(-74%);
	}*/

	#campaignDetail01 {
		padding-top: 0;
		overflow: hidden;
	}

	#campaignDetail01::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(213, 0, 0, 0.3);
		transform: skewY(15deg) translateY(-38%);
		z-index: -2;
	}

	.ttlCampaignSub {
		width: 80%;
		margin: 1.5em auto 2.5em;
	}

	/*ul.campaignWrap {
		width: 73.37%;
	}*/

	#campaign01detail,
	#campaign02detail,
	#campaignLogin,
	#collaboMission {
		margin-bottom: 1.5em;
	}

	.campaign02join {
		width: 36%;
		bottom: 4%;
		left: 13%;
	}

	.campaign02apply {
		width: 36%;
		bottom: 7.1%;
		right: 13%;
	}

	#campaignDetail03 {
		padding-bottom: 2em;
	}

	#campaignDetail03::before {
		transform: skewY(-15deg) translateY(29%);
	}

	.campaign03join {
		width: 36%;
		margin: 0 auto;
		position: absolute;
		bottom: 6%;
		left: 13%;
	}

	.campaign03apply {
		width: 36%;
		margin: 0 auto;
		position: absolute;
		bottom: 8.2%;
		right: 13%;
	}


	/* =======================================
	#movie
======================================= */
	#movie {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.movieTitle {
		width: 50%;
	}

	.swiper05 {
		position: relative;
		width: 76%;
		margin: 0 auto;
	}

	.myswiper05 {
		margin-top: 2em;
	}

	.swiper-button-prev05 {
		margin-top: -90px;
		left: -10%;
		width: 54px;
		height: 54px;
		background-size: 54px 54px;
	}

	.swiper-button-next05 {
		margin-top: -90px;
		right: -10%;
		width: 54px;
		height: 54px;
		background-size: 54px 54px;
	}


	/* =======================================
	footer
======================================= */
	#footerNav {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 25px 0;
		background: url(../img/shirodora_play_bg.jpg) no-repeat;
		background-position: center;
		background-size: 160%;
		z-index: 1;
	}

	#footerNav::after {
		content: "";
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: black;
		opacity: 0.3;
	}

	.footerInner {
		width: 55%;
		margin: 0 auto;
	}

	#footerNav ul {
		position: relative;
		z-index: 3;
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.btn_howtoplay {
		position: relative;
		z-index: 3;
		margin-top: 20px;
	}

	footer .footer_menu {
		width: 100%;
		margin: 2em auto 0;
	}

	footer .footer_menu li {
		margin-bottom: 2em;
	}

	footer .footer_menu li a.separate {
		border-right: none;
	}

	footer .footer_menu li:not(:last-child) a {
		border-right: 2px solid gainsboro;
	}

	footer .footer_menu li img {
		height: 3vh;
		padding: 0 2vw;
	}

	footer p {
		color: gainsboro;
		font-size: 14px;
		line-height: 1.4;
	}

	.copyright {
		padding-top: 4%;
		background: url("../img/copyright_bg.jpg") no-repeat center top;
	}

	.copyright p {
		margin-top: -7px;
		font-size: 14px;
		line-height: 14px;
	}

	.img_10th {
		width: 150px;
		top: -85px;
		left: 80px;
	}


	/* =======================================
	remodal
======================================= */
	.remodalmovie button {
		top: -3%;
		right: -2%;
	}

	.remodalabout {
		padding: 10% 0 0;
		max-width: 600px;
	}

	.remodalabout button {
		top: 6%;
		right: -2%;
	}

	.remodalblue {
		padding: 10% 0 0;
	}


	.remodalblue button {
		top: 4%;
		right: 3%;
	}

	a.tokyoghoulweb {
		position: absolute;
		bottom: 3%;
		left: 9%;
		font-size: 18px;
	}

}

/*PC*/
@media screen and (min-width: 1200px) {
	body {
		font-size: 18px;
	}

	#newcharacter {
		width: 100%;
	}

	article {
		background-size: 600px;
	}

	#chara::before {
		transform: skewY(-15deg) translateY(-46%);
	}

	.kanekiWrap {
		max-width: 620px;
	}

	.fukurou {
		margin-top: 2em;
	}

	#event {
		margin-top: -2em;

		background: url("../img/gameevent_bg.jpg") no-repeat center top;
		background-size: 120%;
	}

	.transparent {
		padding-bottom: 2em;
	}

	.ttlCampaignSub {
		margin-top: 2em;
		margin-bottom: 4em;
	}

	#campaign01detail,
	#campaign02detail,
	#campaignLogin {
		margin-bottom: 3em;
	}

	#collaboMission {
		margin-bottom: 4em;
	}

	#campaignDetail01::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(213, 0, 0, 0.3);
		transform: skewY(15deg) translateY(-39%);
		z-index: -2;
	}

	#campaignDetail03::before {
		transform: skewY(-15deg) translateY(30%);
	}

	#campaignDetail03 {
		padding-bottom: 4em;
	}

	#movie {
		padding-top: 2em;
		padding-bottom: 3em;
	}

	.myswiper05 {
		margin-top: 3em;
	}

	#footerNav {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 50px 0;
		background: url(../img/shirodora_play_bg.jpg) no-repeat;
		background-position: center;
		background-size: 100%;
		z-index: 1;
	}

	.footer_menu {
		margin-top: 3em;
	}
}