@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,
skill_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%;
}

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;
}

a img:hover,
.imgFadeout:hover {
	opacity: unset;
}

a.opaopa:hover,
.c-obobtn.opaopa:hover {
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.pc {
	display: none !important;
}

.sp {
	display: inline-block !important;
}

article {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: black;
}

section {
	width: 100%;
	margin: 0 auto;
	position: relative;
}


/* =======================================
	swiper
======================================= */
.swiper-button-prev,
.swiper-button-next {
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	margin-top: -24px;
}

.swiper-button-next,
.swiper-button-next01,
.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("images/swiper.png");
}

.swiper-button-prev,
.swiper-button-prev01,
.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("images/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: black;
}


/* =======================================
	text
======================================= */
h2 {
	width: 100%;
	margin: 0 auto;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 1em;
	padding-top: 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("images/01_header_sp_img_04.jpg") center top no-repeat;
	background-size: cover;
	padding-top: 115.96%;
	position: relative;
}

.whatisthis {
	width: 26%;
	position: absolute;
	top: 51%;
	right: 15%;
	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: 25%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.whatisthis a,
.about a {
	display: block;
	width: 100%;
	height: 100%;
}

.sticker {
	width: 20%;
	position: fixed;
	left: 3%;
	z-index: 500;
	bottom: -100%;
	transition: all 0.5s;
}

.sticker a {
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.sticker a:first-child {
	margin-bottom: 20%;
}

.activeBnr {
	bottom: 10%;
	visibility: visible;
}



/* =======================================
	nav
======================================= */
nav {
	width: 100%;
	z-index: 10;
	position: relative;
}

nav.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
}

nav ul {
	width: 100%;
	display: table;
	margin: 0 auto;
}

nav ul li {
	display: table-cell;
	vertical-align: top;
}

nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

nav ul li a:hover {
	opacity: 1.0;
}


/* =======================================
	play
======================================= */
.play {
	width: 100%;
	background: url("images/shirodora_play_bg.jpg") center top no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 4% 0 4%;
	text-align: center;
	position: relative;
}

.play ul {
	display: flex;
	width: 78%;
	margin: 0 auto 2%;
	justify-content: space-around;
}

.play ul li:not(:last-child) {
	margin-right: 3%;
}

.play img {
	width: auto;
}

p.c-btn-play {
	margin: 0 auto;
	width: 100%;
}

p.c-btn-play a {
	display: inline-block;
	width: 78%;
}



/* =======================================
	#chara
======================================= */
#chara {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url("images/chara_sp_bg.jpg") center top no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

h2.newcharacter {
	width: 90%;
	padding: 6% 0 2%;
}

.h2sub_chara {
	width: 76%;
	margin: 4% auto 0;
}

.charactersWrap {
	width: 95%;
	margin: 3% auto 0;
	padding: 0%;
	display: block;
}

.charactersContent {
	width: 100%;
	margin: 12% auto 0;
	padding-bottom: 20%;
}

.charactersContent video {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px #000;

}

.skill_video {
	width: 89%;
	margin: 5em auto 0;
	position: relative;
}

.new_skill {
	position: absolute;
	top: -13vw;
	left: -7vw;
	width: 38vw;
}

.gachi_skill {
	position: absolute;
	bottom: -6vw;
	right: -5vw;
	width: 55vw;
}

.voice01,
.voice02,
.voice03,
.voice04,
.voice05,
.voice06,
.voice08 {
	width: 15%;
	position: absolute;
	bottom: 5%;
	right: 2%;
}

.voice07 {
	width: 15%;
	position: absolute;
	bottom: 4%;
	right: 3%;
}

.voice09 {
	width: 10%;
	position: absolute;
	top: 38%;
	right: 29%;
}

.voice10,
.voice11,
.voice12,
.voice13 {
	width: 18%;
	position: absolute;
	bottom: 3%;
	right: 1%;
}

.btnVoice {
	cursor: pointer;
	width: 100%;
	height: 0;
	padding-top: 89.15%;
	border: none;
	background: url("images/voice_btn_on.png") left top no-repeat;
	background-size: contain;

}

.btnVoice.active {
	cursor: pointer;
	width: 100%;
	height: 0;
	padding-top: 89.15%;
	border: none;
	background: url("images/voice_btn_off.png") left top no-repeat;
	background-size: contain;
}

.btnVoice02 {
	cursor: pointer;
	width: 100%;
	height: 0;
	padding-top: 89.15%;
	border: none;
	background: url("images/voice_btn02_on.png") left top no-repeat;
	background-size: contain;
}

.btnVoice02.active {
	cursor: pointer;
	width: 100%;
	height: 0;
	padding-top: 89.15%;
	border: none;
	background: url("images/voice_btn02_off.png") left top no-repeat;
	background-size: contain;
}



.mySwiper00a {
	width: 100%;
	margin: 0 auto 3%;
	padding: 0;
}

.thumbnailpic .swiper-slide:nth-of-type(1) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("images/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("images/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("images/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("images/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("images/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("images/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("images/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("images/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("images/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("images/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("images/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("images/tapbtn_06_on.png") no-repeat;
	background-size: 100% auto;
}


.thumbnailpic .swiper-slide:nth-of-type(7) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("images/tapbtn_07_off.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(7) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("images/tapbtn_07_on.png") no-repeat;
	background-size: 100% auto;
}


/* =======================================
	#rare_chara
======================================= */
#rare_chara {
	width: 100%;
	margin: 0 auto;
	padding: 6% 2% 6%;
	position: relative;
	background: url("images/gekirare_sp_bg.jpg") center top no-repeat;
	background-size: cover;
}

.sanomanjirou {
	width: 98%;
	margin: 0 auto 2%;
}

.manjirou {
	position: relative;
	width: 100%;
	margin: 0 auto 11%;
}

.nameManjirou {
	width: 45%;
	position: absolute;
	bottom: 1%;
	right: 20%;
}

.limitedokigae01 {
	position: relative;
	margin-bottom: 10%;
}

.limitedokigae02 {
	margin-bottom: 15%;
}

.voicePack {
	padding: 0 5vw;
}

.voiceBoxWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4vw;
	margin-top: 10vw;
	margin-bottom: 10vw;
}

.voiceBox {
	position: relative;
	width: calc(50% - 2vw);
}


/* =======================================
	#event
======================================= */
.comingsoon_01 {
	width: 86%;
	margin: 36% auto 100%;
}

.comingsoon_02 {
	width: 100%;
	margin: 60% auto 66%;
}

.comingsoon_03 {
	width: 100%;
	margin: 66% auto 64%;
}

#event {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10%;
	position: relative;
	background: url("images/gameevent_sp_bg.jpg") center top no-repeat;
	background-size: cover;
}

h2.collaboevent {
	width: 90%;
	padding: 6% 0 2%;
}

.h2sub_event {
	width: 90%;
	margin: 3% auto 3%;
}

.eventsWrap {
	width: 86%;
	margin: 0 auto;
	display: block;
}

.asobikata {
	width: 80%;
	margin: 0 auto;
}

.event_title001 {
	width: 76%;
	margin: 3% auto 3%;
}

.event_title002 {
	margin: 0 auto 0;
}

.event_title003 {
	width: 88%;
	margin: 4% auto 4%;
}

.event_title004 {
	width: 76%;
	margin: 8% auto 10%;
}

.event_rareevent {
	width: 80%;
	margin: 0 auto;
}

.event_rareflame {
	width: 84%;
	margin: 0 auto 2em;
}

.event01 {
	margin-bottom: 6%;
}

.event02 {
	margin: 6% auto 0%;
}

.myswiper01 {
	padding-bottom: 30px;
}

.swiper01 {
	width: 80%;
	margin: 3% auto 0;
	position: relative;
}

.swiper-button-prev01 {
	left: -16%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin-top: -8px;
}

.swiper-button-next01 {
	right: -16%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin-top: -8px;
}

.myswiper02 {
	padding-bottom: 30px;
}

.swiper02 {
	width: 80%;
	margin: 3% auto 0;
	position: relative;
}

.swiper-button-prev02 {
	left: -16%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin-top: -8px;
}

.swiper-button-next02 {
	right: -16%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin-top: -8px;
}

.myswiper03 {
	padding-bottom: 30px;
}

.swiper03 {
	width: 80%;
	margin: 3% auto 0;
	position: relative;
}

.swiper-button-prev03 {
	left: -16%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin-top: -8px;
}

.swiper-button-next03 {
	right: -16%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin-top: -8px;
}

.myswiper04 {
	padding-bottom: 30px;
}

.swiper04 {
	width: 80%;
	margin: 3% auto 0;
	position: relative;
}

.swiper-button-prev04 {
	left: -16%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin-top: -8px;
}

.swiper-button-next04 {
	right: -16%;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	margin-top: -8px;
}

.collabomission {
	width: 90%;
	margin: 0 auto 4%;
}


/* =======================================
	#campaign
======================================= */
#campaign {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url("images/cp_sp_bg.jpg") center top no-repeat;
	background-size: 100% auto;
}

h2.campaign {
	width: 90%;
	padding: 6% 0 2%;
}

.h2sub_campaign {
	width: 88%;
	margin: 3% auto 5%;
}

ul.campaignWrap {
	width: 88%;
	margin: 0 auto 2%;
	display: flex;
	flex-wrap: wrap;
}

ul.campaignWrap li {
	width: 48%;
	margin-bottom: 20px;
}

ul.campaignWrap li:nth-child(odd) {
	margin-right: 4%
}

.campaigns {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5%;
}

#campaign01 {
	position: relative;
	margin-bottom: 6.4%;
}

#campaign02 {
	position: relative;
	margin-bottom: 6.4%;
}

#campaign03 {
	position: relative;
	margin-bottom: 6.4%;
}

#campaign04 {
	position: relative;
}

.campaign01join a,
.campaign02join a,
.campaign03join a,
.campaign04join a,
.campaign01apply a,
.campaign02apply a,
.campaign03apply a {
	display: block;
	width: 100%;
	height: 100%;
}

.campaign01join {
	width: 40%;
	margin: 0 auto;
	position: absolute;
	bottom: 6%;
	left: 14%;
}

.campaign01apply {
	width: 31%;
	margin: 0 auto;
	position: absolute;
	bottom: 6%;
	right: 11%;
}

.campaign02join {
	width: 40%;
	margin: 0 auto;
	position: absolute;
	bottom: 7.5%;
	left: 14%;
}

.campaign02apply {
	width: 31%;
	margin: 0 auto;
	position: absolute;
	bottom: 7.5%;
	right: 11%;
}

.campaign03join {
	width: 40%;
	margin: 0 auto;
	position: absolute;
	bottom: 7.5%;
	left: 14%;
}

.campaign03apply {
	width: 31%;
	margin: 0 auto;
	position: absolute;
	bottom: 7%;
	right: 11%;
}

.campaign04join {
	width: 40%;
	margin: 0 auto;
	position: absolute;
	bottom: 5.5%;
	left: 14%;
}

.campaign04apply {
	width: 31%;
	margin: 0 auto;
	position: absolute;
	bottom: 5.5%;
	right: 11%;
}



/* =======================================
	#movie
======================================= */
#movie {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url("images/movie_bg_sp.jpg") center top no-repeat;
	background-size: 100% auto;
}

h2.collabomovie {
	width: 90%;
	padding: 6% 0 2%;
}

.myswiper05 {
	padding-bottom: 40px;
}

.swiper05 {
	position: relative;
	width: 80%;
	margin: 1em auto 0;
}

.swiper-button-prev05 {
	margin-top: -18%;
	left: -11%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}

.swiper-button-next05 {
	margin-top: -18%;
	right: -11%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}


/* =======================================
	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: -60px;
	left: auto;
	right: -10px;
	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: -56px;
	left: auto;
	right: -10px;
	cursor: pointer !important;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.youtube iframe,
.youtube object,
.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutbox {
	width: 100%;
	margin: 0 auto;
	padding-top: 142%;
	position: relative;
	background: url("images/tokyorevengerstoha_bg_sp.jpg") center top no-repeat;
	background-size: 100% auto;
}

.about01 {
	position: absolute;
	top: 7%;
	left: 0;
	right: 0;
	width: 90%;
	margin: auto;
}

.about02 {
	position: absolute;
	top: 36%;
	left: 0;
	right: 0;
	width: 92%;
	margin: auto;
}

.about03 {
	position: absolute;
	top: 86%;
	left: 0;
	right: 0;
	width: 80%;
	margin: auto;
}

a.tokyoghoulweb {
	position: absolute;
	bottom: 4%;
	left: 7%;
	font-size: 12px;
}

.oubox {
	position: relative;
	width: 90%;
	margin: 0 auto;
	color: #c0a168;
	background: black;
	text-align: left;
	padding: 10px 2.5vw;
	border: 1px solid #df0011;
}

.oubox p {
	font-size: 12px;
	line-height: 1.5;
}

.oubox a {
	color: #df0011;
}

.closeRed {
	display: block;
	position: relative;
	width: 54px;
	height: 54px;
}

.closeRed::before,
.closeRed::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 54px;
	background: #df0011;
}

.closeRed::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.closeRed::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


/* =======================================
	footer
======================================= */
.copyright {
	width: 100%;
	margin: 0 auto;
}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0 4%;
	background: black;
}

footer ul.gamemenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2%;
	padding: 1.5em 0;
}

footer ul.gamemenu li {
	display: flex;
	align-items: center;
	padding: 0 5%;
	border-right: 2px solid gainsboro;
}

footer ul.gamemenu li:nth-child(3),
footer ul.gamemenu li:last-child {
	border: none;
}

footer ul.gamemenu li.flexwrapper {
	width: 100%;
	height: 2vh;
	border: none;
}

footer ul.gamemenu li img {
	vertical-align: middle;
	height: 2.6vh;
	padding: 0;
}

.footerMenu li a {
	font-size: 1.2em;
	line-height: 1.5;
}

.footerInfo li span {
	text-align: left;
}

.footerDesc {
	line-height: 1.5;
}


/* =======================================
	pagetop
======================================= */
.pagetop {
	position: fixed;
	right: 3%;
	bottom: 3%;
	z-index: 99999;
}

.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;
}








@media screen and (min-width: 500px) {
	body {
		font-size: 1.6rem;
	}

	footer ul.gamemenu li a.separate {
		border-right: none;
	}

	footer ul.gamemenu li img {
		height: 3.2vh;
		padding: 0 1.5vw;
	}

	.footerMenu li a {
		font-size: 12px;
		line-height: 1.5;
	}

	.copyright_asobism {
		font-size: 9px;
		line-height: 1.3;
	}

}

@media screen and (min-width: 800px) {

	body {
		max-width: 1920px;
	}

	section {
		width: 100%;
		overflow-x: hidden;
	}

	.contents {
		max-width: 1095px;
		margin: 0 auto;
	}

	.pc {
		display: inline-block !important;
	}

	.sp {
		display: none !important;
	}


	/* =======================================
	text
======================================= */
	h3 {
		font-size: 28px;
		padding-top: 1em;
	}

	h4 {
		font-size: 20px;
		margin: 0.8em auto 0.4em;
	}

	/* =======================================
	header
======================================= */
	header {
		width: 100%;
		height: 0;
		background: url("images/01_header_pc_img_04.jpg") center top no-repeat;
		background-size: 100% auto;
		padding-top: 41.66%;
	}

	.whatisthis {
		width: 11%;
		top: 60%;
		left: 20.5%;
	}

	.about {
		width: 15%;
		bottom: -8%;
		right: 14%;
		z-index: 8;
	}

	.sticker {
		width: 10%;
	}

	.activeBnr {
		bottom: 18%;
		visibility: visible;
	}


	/* =======================================
	nav
======================================= */


	/* =======================================
	play
======================================= */
	.play {
		padding: 3% 0 3%;
	}

	.play ul {
		width: 33.4%;
		min-width: 420px;
		max-width: 642px;
		margin: 0 auto 1%;
	}

	p.c-btn-play a {
		width: 33.4%;
		min-width: 420px;
		max-width: 642px;
	}



	/* =======================================
	#chara
======================================= */
	#chara {
		background: url("images/chara_bg.jpg") center top no-repeat;
		background-size: cover;
	}

	h2.newcharacter {
		width: 54%;
		padding: 3% 0 2%;
	}

	.h2sub_chara {
		width: 42%;
		margin: 0 auto 0;
	}

	.charactersWrap {
		width: 72%;
		margin: 0 auto 0;
	}

	.charactersContent {
		width: 90%;
		margin: 6% auto 0;
		padding-bottom: 17%;
	}

	.charactersContent video {
		width: 100%;
		height: auto;
		border-radius: 20px;
		border: 2px solid #fff;
		box-shadow: 0 0 0 3px #000;
	}

	.skill_video {
		width: 68%;
		margin: 15% auto 0;
	}

	.new_skill {
		top: -80px;
		left: -90px;
		width: 250px;
	}

	.gachi_skill {
		bottom: -60px;
		right: -90px;
		width: 400px;
	}

	.mySwiper00a {
		margin: 0 auto 1%;
	}

	.mySwiper00b {
		width: 72%;
		margin: 0 auto;
		padding: 0;
	}

	.voice01,
	.voice02,
	.voice03,
	.voice04,
	.voice05,
	.voice06,
	.voice08 {
		width: 12%;
		position: absolute;
		bottom: 7%;
		right: 4%;
	}

	.voice07 {
		width: 9%;
		position: absolute;
		bottom: 6.5%;
		right: 23%;
	}

	.voice09 {
		width: 8%;
		position: absolute;
		top: 18.5%;
		right: 5%;
	}

	.voice10,
	.voice11,
	.voice12,
	.voice13 {
		width: 18%;
		position: absolute;
		bottom: 5%;
		right: 1%;
	}


	/* =======================================
	#rare_chara
======================================= */
	#rare_chara {
		background: url("images/gekirare_bg.jpg") center top no-repeat;
		background-size: cover;
		padding: 2% 0 2%;
	}

	.limitedokigae01 {
		width: 76%;
		margin: 0 auto 5%;
	}

	.limitedokigae02 {
		width: 76%;
		margin: 0 auto 10%;
	}

	.sanomanjirou {
		width: 80%;
		margin: 3% auto 2%;
	}

	.manjirou {
		position: relative;
		width: 96%;
		margin: 0 auto 6%;
	}

	.nameManjirou {
		width: 32%;
		position: absolute;
		bottom: 4%;
		margin: auto;
		left: 0;
		right: 0;
	}

	.voicePack {
		width: 76%;
		margin: 0 auto;
		padding: 0;
	}


	.voiceBoxWrap {
		gap: 40px;
		margin-top: 80px;
		margin-bottom: 120px;
	}

	.voiceBox {
		position: relative;
		width: calc(50% - 20px);
	}


	/* =======================================
	#event
======================================= */
	.comingsoon_01 {
		width: 42%;
		margin: 12% auto 24%;
	}

	.comingsoon_0203 {
		width: 42%;
		margin: 12% auto 40%;
	}

	#event {
		background: url("images/gameevent_bg.jpg") center top no-repeat;
		background-size: cover;
		padding: 0;
	}

	h2.collaboevent {
		width: 54%;
		padding: 5% 0 2%;
	}

	.event_title001 {
		width: 38%;
		margin: 5% auto 2%;
	}

	.event_title002 {
		width: 98%;
		margin: 0 auto 4%;
	}

	.event_title003 {
		width: 98%;
		margin: 0 auto 5.9%;
	}

	.event_title004 {
		width: 38%;
		margin: 5% auto 3%;
	}

	.event_rareflame {
		width: 84%;
		margin: 0 auto 2em;
	}

	.h2sub_event {
		width: 63%;
		margin: 2% auto 0;
	}


	.eventsWrap {
		width: 74%;
		display: flex;
		justify-content: space-between;
	}


	.eventPart {
		width: 50%;
	}


	.event01 {
		margin-bottom: 0;
	}

	.event01sub {
		margin-top: 3.5%;
	}

	.event02 {
		margin: 0 auto 0%;
	}

	.event0203 {
		margin: 6.5% auto 1%;
	}

	.asobikata {
		width: 70%;
	}

	.myswiper01 {
		padding-bottom: 40px;
	}

	.swiper01 {
		width: 70%;
		margin: 3% auto 0;
		position: relative;
	}

	.swiper-button-prev01 {
		left: -17%;
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
		margin-top: -9%;
	}

	.swiper-button-next01 {
		right: -17%;
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
		margin-top: -9%;
	}

	.myswiper02 {
		padding-bottom: 40px;
	}

	.swiper02 {
		width: 70%;
		margin: 3% auto 0;
		position: relative;
	}

	.swiper-button-prev02 {
		left: -17%;
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
		margin-top: -9%;
	}

	.swiper-button-next02 {
		right: -17%;
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
		margin-top: -9%;
	}

	.myswiper03 {
		padding-bottom: 40px;
	}

	.swiper03 {
		width: 70%;
		margin: 3% auto 0;
		position: relative;
	}

	.swiper-button-prev03 {
		left: -17%;
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
		margin-top: -9%;
	}

	.swiper-button-next03 {
		right: -17%;
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
		margin-top: -9%;
	}

	.swiper04 {
		width: 70%;
		margin: 3% auto 0;
		position: relative;
	}

	.collabomission {
		width: 63%;
		margin: 0 auto 4%;
	}



	/* =======================================
	#campaign
======================================= */
	#campaign {
		background: url("images/cp_bg.jpg") center top no-repeat;
		background-size: cover;
	}

	h2.campaign {
		width: 54%;
		padding: 2% 0 1.8%;
	}

	.h2sub_campaign {
		width: 50%;
		margin: 0% auto 3%;
	}

	ul.campaignWrap {
		width: 54%;
		margin: 0 auto 2%;
		display: flex;
		flex-wrap: wrap;
	}

	ul.campaignWrap li {
		width: 46.8%;
		margin-bottom: 5%;
	}

	ul.campaignWrap li:nth-child(odd) {
		margin-right: 6.4%
	}

	.campaigns {
		width: 72%;
		margin: 0 auto;
		padding-bottom: 10%;
	}

	#campaign01 {
		margin-bottom: 5%;
	}

	#campaign02 {
		margin-bottom: 5%;
	}

	#campaign03 {
		margin-bottom: 5%;
	}



	/* =======================================
	#movie
======================================= */
	#movie {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		background: url("images/movie_bg.jpg") center top no-repeat;
		background-size: cover;
	}

	h2.collabomovie {
		width: 54%;
		padding: 2.5% 0 0.5%;
	}

	.swiper05 {
		position: relative;
		width: 60%;
		margin: 0.5em auto 0;
	}

	.swiper-button-prev05 {
		margin-top: -13%;
		left: -9%;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}

	.swiper-button-next05 {
		margin-top: -13%;
		right: -9%;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}


	/* =======================================
	footer
======================================= */
	footer {
		padding: 2% 0 2%;
	}

	footer ul.gamemenu {
		width: auto;
		display: flex;
		padding: 4em 0 2em;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
	}

	footer ul.gamemenu li {
		width: auto;
		padding: 0;
		border-right: none;
	}

	footer ul.gamemenu li:not(:last-child) a {
		border-right: 2px solid gainsboro;
	}

	footer ul.gamemenu li:not(:last-child) a img {
		border-right: none;
	}

	footer ul.gamemenu li img {
		height: 3.2vh;
		padding: 0 2vw;
	}

	footer ul.gamemenu li.flexwrapper {
		display: none;
		width: 0;
		height: 0;
		border: none;
	}


	/* =======================================
	remodal
======================================= */
	.remodalmovie button {
		top: -3%;
		right: -2%;
	}

	.remodalabout {
		width: 64%;
		max-width: 720px;
		padding: 8% 0 5%;
	}

	.remodalabout button {
		top: -60px;
		right: -13px;
	}

	.remodalblue {
		padding: 10% 0 0;
	}


	.remodalblue button {
		top: -64px;
		right: -13px;
	}

	a.tokyoghoulweb {
		position: absolute;
		bottom: 3%;
		left: 9%;
		font-size: 18px;
	}

	.aboutbox {
		padding-top: 103.6%;
		background: url("images/pc_tokyorevengerstoha_bg.jpg") center top no-repeat;
		background-size: 100% auto;
	}

	.about01 {
		top: 10%;
		width: 78%;
	}

	.about02 {
		top: 42%;
		width: 88%;
	}

	.about03 {
		top: 86.5%;
		width: 64%;
	}


	@media screen and (min-width: 900px) {}

	@media screen and (min-width: 1000px) {

		.swiper-button-prev01 {
			left: -13%;
			width: 36px;
			height: 36px;
			background-size: 36px 36px;
			margin-top: -4%;
		}

		.swiper-button-next01 {
			right: -13%;
			width: 36px;
			height: 36px;
			background-size: 36px 36px;
			margin-top: -4%;
		}

		.swiper-button-prev02 {
			left: -13%;
			width: 36px;
			height: 36px;
			background-size: 36px 36px;
			margin-top: -4%;
		}

		.swiper-button-next02 {
			right: -13%;
			width: 36px;
			height: 36px;
			background-size: 36px 36px;
			margin-top: -4%;
		}

		.swiper-button-prev03 {
			left: -13%;
			width: 36px;
			height: 36px;
			background-size: 36px 36px;
			margin-top: -4%;
		}

		.swiper-button-next03 {
			right: -13%;
			width: 36px;
			height: 36px;
			background-size: 36px 36px;
			margin-top: -4%;
		}

		.swiper-button-prev05 {
			margin-top: -12%;
			left: -8%;
			width: 48px;
			height: 48px;
			background-size: 48px 48px;
		}

		.swiper-button-next05 {
			margin-top: -12%;
			right: -8%;
			width: 48px;
			height: 48px;
			background-size: 48px 48px;
		}

	}

	@media screen and (min-width: 1200px) {
		body {
			font-size: 18px;
		}

		footer ul.gamemenu li img {
			height: 3.2vh;
			padding: 0 3vw;
		}

	}