@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;
	font-size: 62.5%;
	line-height: 150%;
	overflow-x: hidden;
}

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,
.swiper-button-next06 {
	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/collabo_kamen-rider-4/pc/pc_03_dcd_event/r_btn.png");
}

.swiper-button-prev,
.swiper-button-prev01,
.swiper-button-prev02,
.swiper-button-prev03,
.swiper-button-prev04,
.swiper-button-prev05,
.swiper-button-prev06 {
	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/collabo_kamen-rider-4/pc/pc_03_dcd_event/r_btn.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;
}

.swiper {
	position: static !important;
}




/* =======================================
	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("../../img/collabo_kamen-rider-4/sp/sp_01_dcd_header/sp_01_dcd_web_header_01.png") center top no-repeat;
	background-size: cover;
	padding-top: 94%;
	position: relative;
	z-index: 2;
}

.whatisthis {
	width: 20%;
	position: absolute;
	top: 51%;
	left: 3%;
	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: 37%;
	position: absolute;
	bottom: 20.5%;
	right: 18%;
}

.sticker {
	width: 25%;
	position: absolute;
	left: 3%;
	top: 52%;
	z-index: 500;
	transition: all 0.5s;
	visibility: hidden;
}

.sticker a {
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.activeBnr {
	position: fixed;
	top: 80%;
	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;
}
*/
#collabo_kamen-rider-4_nav {
	width: 100%;
	background: url("../../img/collabo_kamen-rider-4/sp/sp_01_dcd_header/sp_01_dcd_web_header_menu_bar.png") center top no-repeat;
	background-size: 100% 100%;
	z-index: 499;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#collabo_kamen-rider-4_nav.fixed {
	width: 100%;
	position: fixed !important;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
}

#collabo_kamen-rider-4_nav ul {
	width: 90%;
	display: flex;
	position: relative;
	margin: 0 auto;
	padding: 4% 0 4%;
	gap: 5%;
}

#collabo_kamen-rider-4_nav ul li {
	display: flex;
	align-items: center;
}

#collabo_kamen-rider-4_nav ul li a {
	display: block;
}

#collabo_kamen-rider-4_nav ul li img {
	vertical-align: middle;
}


#collabo_kamen-rider-4_nav ul li:nth-child(1) {
	/*width: 11%;*/
	width: 35%;
}

#collabo_kamen-rider-4_nav ul li:nth-child(2) {
	/*width: 15%;*/
	width: 17%;
}

#collabo_kamen-rider-4_nav ul li:nth-child(3) {
	/*width: 8%;*/
	width: 25%;
}

#collabo_kamen-rider-4_nav ul li:nth-child(4) {
	/*width: 11%;*/
	width: 23%;
}

/* =======================================
	play
======================================= */
.play {
	width: 100%;
	background: url(../../img/collabo_kamen-rider-4/sp/sp_01_dcd_header/sp_01_dcd_web_header_play_bg.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 5% 0 5%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.play img {
	width: auto;
}

.play ul {
	display: flex;
	width: 81%;
	margin: 0 auto 1.5%;
	justify-content: space-around;
}

.cad_icon {
	width: 35%;
	margin-right: 5%;
}

.app_store {
	margin-right: 2%;
	width: 80%;
	margin-top: 1%;
}

.google_play {
	width: 98%;
	margin-top: 1%;
}



p.c-btn-play {
	margin: 0 auto;
	width: 100%;
}

p.c-btn-play a {
	display: inline-block;
	width: 85%;
}


/* =======================================
	clip-path
======================================= */
.clip-path {
	width: 100%;
	height: 100%;
	clip-path: inset(0 0 0 0);
}

.bg-image {
	background-image: url(../../img/collabo_kamen-rider-4/sp/sp_02_dcd_chara/sp_02_dcd_web_chara_01_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: -2;
}

/* =======================================
	#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;*/
}

#chara.chara1122 {
	background: url("images/chara_sp_bg_1122ver.jpg") center top no-repeat;
	background-size: 100% auto;
}

h2.newcharacter {
	padding: 5% 0% 4%;
}

.h2sub_chara {
	width: 76%;
	margin: 4% auto 0;
}

.charactersWrap {
	margin: 3% auto 0;
	padding: 0%;
	display: block;
	/* position: relative; */
	z-index: 0;
}

.charactersSlide {
	/* position: relative; */
}

.charactersContent {
	width: 85%;
	margin: 6% auto 0;
	padding-bottom: 2%;
}

.charactersContent video {
	display: block;
	width: 100%;
	height: auto;
	margin: 1.5em auto 0;
	border-radius: 20px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px #000;
}





.mySwiper00a {
	width: 100%;
	margin: 0 auto 9%;
	padding: 0;
	overflow: visible;
}

.mySwiper00a .swiper-wrapper {
	height: 44.5vw;

}

.mySwiper00a .swiper-slide-img {}

.mySwiper00b {
	width: 65%;
	position: relative !important;
	overflow: visible;
}

.mySwiper00b .swiper-wrapper {
	justify-content: center;
}

.mySwiper00b .swiper-wrapper div {
	margin-right: 5px !important;
}

.thumbnailpic .swiper-slide span:hover {
	cursor: pointer;
}

.thumbnailpic .swiper-slide:nth-of-type(1) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../../img/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_01.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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_02.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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_03.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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_04.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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_05.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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_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/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_06.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("../../img/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_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("../../img/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_07.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide:nth-of-type(8) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../../img/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_08_off.png") no-repeat;
	background-size: 100% auto;
}

.thumbnailpic .swiper-slide-thumb-active:nth-of-type(8) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("../../img/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_icon_08.png") no-repeat;
	background-size: 100% auto;
}

.tap {
	width: 35%;
	margin: 2vw auto 0;
}

/* =======================================
	#rare_chara
======================================= */
#rare_chara {
	width: 100%;
	margin: 0 auto;
	padding: 0% 0% 0%;
	position: relative;
	/*
	background:url("images/gekirare_sp_bg.jpg") center top no-repeat;
    background-size:100% auto;
	*/
}

.limitedokigae {
	margin-bottom: 8%;
}



.limitedcharacter {
	padding: 4% 5% 2%;
	margin-bottom: 4%;
}

.owk {
	display: block;
	margin-bottom: 4%;
}

.cat {
	display: block;
	margin-bottom: 2.5%;
}

.fit {
	display: block;
	position: relative;
}




/* =======================================
	#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 {
	position: relative;
	background: #000;
	padding-top: 5%;
	/*width:100%;
    margin:0 auto;
    padding:0;
    background:url("images/gameevent_sp_bg.jpg") center top no-repeat;
    background-size:100% auto;*/
}

.partsparts {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 5000;
}

.partsparts_inner {
	position: relative;
	padding: 2% 0 5%;
}

.overlay_bg {
	position: relative;
}

.overlay_bg:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	transform: translate3d(0, 0, 0);
	z-index: -1;
}

h2.collaboevent {
	padding: 1% 0% 6%;
}

.leader_gp {
	margin-bottom: 7%;
	background: url(../../img/collabo_kamen-rider-4/sp/sp_03_dcd_event/sp_03_dcd_web_event_01_02_03_04_bg.png);
	background-size: contain;
}

.chinkon {
	margin-bottom: 7%;
	background: url(../../img/collabo_kamen-rider-4/sp/sp_03_dcd_event/sp_03_dcd_web_event_01_02_03_04_bg.png);
	background-size: contain;
}

.toubatsu {
	margin-bottom: 9%;
	background: url(../../img/collabo_kamen-rider-4/sp/sp_03_dcd_event/sp_03_dcd_web_event_01_02_03_04_bg.png);
	background-size: contain;
}

.syurai {
	margin-bottom: 9%;
	background: url(../../img/collabo_kamen-rider-4/sp/sp_03_dcd_event/sp_03_dcd_web_event_01_02_03_04_bg.png);
	background-size: contain;
}

.banner {
	margin: 0 0 10%;
}

/*.h2sub_event {
	width:88%;
	margin:3% auto 3%;
}*/

/*.eventsWrap {
	width:86%;
	margin:0 auto;
	display: block;
}*/

/*.asobikata {
	width:80%;
	margin:0 auto;
}*/

/*.event_title001 {
	width:86%;
	margin:8% auto 3%;
}

.event_title002 {
	margin:0 auto 5%;
}*/

/*.event_rareevent {
	width:80%;
	margin:0 auto;
}*/


/*.event01 {
	margin-bottom:6%;
}

.event02 {
	margin:6% auto 0%;
}*/

/*swiper01*/
.myswiper01 {
	padding-bottom: 7%;
}

.swiper01 {
	width: 48%;
	margin: auto;
	position: absolute;
	bottom: 4%;
	right: 8%;
}

.swiper01 .swiper-pagination-bullet {
	background-color: white;
}

.swiper01 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4px !important;
}

.swiper-button-prev01 {
	left: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}

.swiper-button-next01 {
	right: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}

/*swiper02*/
.myswiper02 {
	padding-bottom: 7%;
}

.swiper02 {
	width: 48%;
	margin: auto;
	position: absolute;
	bottom: 5%;
	right: 8%;
}

.swiper02 .swiper-pagination-bullet {
	background-color: white;
}

.swiper02 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4px !important;
}

.swiper-button-prev02 {
	left: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}

.swiper-button-next02 {
	right: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}


/*swiper03*/
.myswiper03 {
	padding-bottom: 7%;
}

.swiper03 {
	width: 48%;
	margin: auto;
	position: absolute;
	bottom: 5%;
	right: 8%;
}

.swiper03 .swiper-pagination-bullet {
	background-color: white;
}

.swiper03 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4px !important;
}

.swiper-button-prev03 {
	left: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}

.swiper-button-next03 {
	right: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}


/*swiper04*/
.myswiper04 {
	padding-bottom: 7%;
}

.swiper04 {
	width: 48%;
	margin: auto;
	position: absolute;
	bottom: 5%;
	right: 8%;
}

.swiper04 .swiper-pagination-bullet {
	background-color: white;
}

.swiper04 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4px !important;
}

.swiper-button-prev04 {
	left: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}

.swiper-button-next04 {
	right: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}

/*swiper06*/
.myswiper04 {
	padding-bottom: 7%;
}

.swiper06 {
	width: 48%;
	margin: auto;
	position: absolute;
	bottom: 9%;
	right: 8%;
}

.swiper06 .swiper-pagination-bullet {
	background-color: white;
}

.swiper06 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -16px !important;
}

.swiper-button-prev06 {
	left: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}

.swiper-button-next06 {
	right: -10%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	margin-top: 0px;
}

.bg_gray {
	width: 100%;
	height: 7vw;
	background-color: #e8e8e8;
}

.charactersBackground {
	margin: 3vw 0 12vw;
}

.charactersBackground div:first-child {
	margin-bottom: 10%;
}

.charactersBackground div:last-child {
	width: 95%;
	margin: 0 auto;
}

.charactersBg01,
.charactersBg02 {
	padding-top: 48vw;
}

.characters_img {
	position: relative;
}

.characters_img01 {
	position: absolute;
	top: 0;
	left: -10%;
}

.bg_orange:before {
	background-color: #ff9000;
}

.bg_green:before {
	background-color: #00d414;
}

.bg_blue:before {
	background-color: #00aeff;
}

.bg_pink:before {
	background-color: #ff0090;
}

.charactersBackground_img01 {
	position: absolute;
	top: -3.8vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100vw;
}

.charactersBackground_img02 {
	position: absolute;
	top: -10vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100vw;
}

.charactersBackground_img01 img,
.charactersBackground_img02 img {
	width: 95vw;
}

/* =======================================
	#campaign
======================================= */
#campaign {
	position: relative;
	/*width:100%;
    margin:0 auto;
    padding:0;
    background:url("images/cp_sp_bg.jpg") center top no-repeat;
    background-size:100% auto;*/
}

/*#campaign.campaign1122 {
    background:url("images/cp_sp_bg_1122ver.jpg") center top no-repeat;
    background-size:cover;
}*/

h2.campaign {
	padding: 5% 0 0;
}

/*.h2sub_campaign {
	width:88%;
	margin:3% auto 5%;
}*/

ul.campaignWrap {
	width: 95%;
	margin: 0 auto 9%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.campaignWrap li {
	width: 32%;
}

ul.campaignWrap li:nth-child(1),
ul.campaignWrap li:nth-child(2),
ul.campaignWrap li:nth-child(3) {
	margin-bottom: 2%;
}

ul.campaignWrap li:nth-child(1),
ul.campaignWrap li:nth-child(2),
ul.campaignWrap li:nth-child(4) {
	margin-right: 2%
}

.campaigns {
	padding-bottom: 5.8%;
	padding-top: 6%;
}

/*campaign01*/
#campaign01 {
	position: relative;
	/*padding-top:6%;*/
	margin-bottom: 4%;
}

.campaign01join {
	width: 56.5%;
	margin: 0 auto;
	position: absolute;
	bottom: 3.5%;
	left: 8%;
}

.campaign01apply {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	bottom: 2%;
	right: 45%;
}

/*campaign02*/
#campaign02 {
	position: relative;
	margin-bottom: 4.5%;
}

.campaign02join {
	width: 52%;
	margin: 0 auto;
	position: absolute;
	bottom: 9.5%;
	left: 21%;
}

.campaign02apply {
	width: 35%;
	margin: 0 auto;
	position: absolute;
	bottom: 5%;
	right: 35%;
}

/*campaign03*/
#campaign03 {
	position: relative;
	margin-bottom: 5%;
}

.campaign03join {
	width: 54%;
	margin: auto;
	position: absolute;
	bottom: 9%;
	left: 0;
	right: 0;
}

.campaign03apply {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	bottom: 2.2%;
	right: 0;
	left: 0;
}

/*campaign04*/
#campaign04 {
	position: relative;
	margin-bottom: 4.5%;
}

/* =======================================
	#movie
======================================= */
#movie {
	position: relative;

}



h2.collabomovie {
	padding: 4% 5% 2%;
}


.swiper05 {
	position: relative;
	width: 80%;
	margin: 1em auto 0;
	padding-top: 6%;
}

.swiper05 img {
	transform: translate3d(0, 0, 0);
}

.myswiper05 {
	padding-bottom: 14vw;
}

.swiper-button-prev05 {
	margin-top: -17.5%;
	left: -6%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
}

.swiper-button-next05 {
	margin-top: -17.5%;
	right: -6%;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
}

.swiper05 .swiper-pagination-bullet {
	background-color: white;
}

.swiper05 .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 8% !important;
}

.movie_chara01 {
	position: absolute;
	bottom: 1%;
	left: -7%;

}

.movie_chara02 {
	position: absolute;
	bottom: 1%;
	right: -10%;
}

.movie_chara01 img,
.movie_chara02 img {
	width: 50%;
}

/*footer*/

.copyright {
	width: 100%;

}


ul.gamemenu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 6vw 0;
	position: relative;
	z-index: 0;
}

ul.gamemenu li {
	display: flex;
	align-items: center;
	padding: 0 6%;
	border-right: 2px solid gainsboro;
	height: 4vw;
}

ul.gamemenu li:first-child {
	display: none;
}

ul.gamemenu li:nth-child(4),
ul.gamemenu li:last-child {
	border: none;
}

ul.gamemenu li.flexwrapper {
	width: 100%;
	height: 6vw;
	border: none;
}

ul.gamemenu li img {
	vertical-align: middle;
	height: 4vw;
	padding: 0;
}

/* =======================================
	play2
======================================= */
.play2 {
	width: 100%;
	margin: 0 auto;
	padding: 6% 0 6%;
	text-align: center;
	position: relative;
	z-index: 0;
	background: url(../../img/collabo_kamen-rider-4/sp/sp_01_dcd_header/sp_01_dcd_web_header_play_bg.png) no-repeat;
	background-size: cover;
}

.play2 img {
	width: auto;
}

.play2 ul {
	display: flex;
	width: 81%;
	margin: 0 auto 1.5%;
	justify-content: space-around;
}

.cad_icon {
	width: 35%;
	margin-right: 5%;
}

.app_store {
	margin-right: 2%;
	width: 80%;
	margin-top: 1%;
}

.google_play {
	width: 98%;
	margin-top: 1%;
}



p.c-btn-play {
	margin: 0 auto;
	width: 100%;
}

p.c-btn-play a {
	display: inline-block;
	width: 85%;
}



/* =======================================
	remodal
======================================= */
.remodal {
	background: transparent;
}

.remodalblue a,
.remodalblue a:link,
.remodalblue a:visited,
.remodalblue a:hover,
.remodalblue a:active {
	color: #ff0089;
}

.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("../../img/collabo_kamen-rider-4/pc/pc_06_dcd_footer/07_dcd_web_dcd_01.png") 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: 70%;
	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: #ffffff;
	background: black;
	text-align: left;
	padding: 10px 2.5vw;
	border: 1px solid #ff0089;
}

.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: 5px;
	height: 54px;
	background: #ff0089;
}

.closeRed::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.closeRed::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


/* =======================================
	footer
======================================= */

footer {
	width: 100%;
	margin: 0 auto;
	padding: 4.5% 0 4%;
	background: black;
}

ul.footerDl {
	display: flex;
	/*height:20vw;*/
	margin: 0 2vw;
}

.footerDl li {
	/*height:20vw;*/
}

.footerDl_apple {
	margin-right: 2vw;
}

.footerDl_google {}


.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;
	}



	ul.gamemenu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 5vw 0;
		background: #000000;
		position: relative;
		z-index: 0;
	}

	ul.gamemenu li {
		display: flex;
		align-items: center;
		padding: 0 6%;
		border-right: 2px solid gainsboro;
		height: 4vw;
	}

	ul.gamemenu li.flexwrapper {
		width: 100%;
		height: 5vw;
		border: none;
	}

	.tap {
		width: 35%;
		margin: 0 auto;
	}
}



@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("../../img/collabo_kamen-rider-4/pc/pc_01_dcd_header/01_dcd_web_header_01.png") center top no-repeat;
		background-size: 100% auto;
		padding-top: 33%;
	}

	.whatisthis {
		width: 8%;
		top: 36%;
		left: 24%;
	}

	.about {
		width: 16%;
		bottom: 23.5%;
		right: 36%;
	}

	.sticker {
		width: 25%;
		position: absolute;
		left: 3%;
		top: -100%;
		z-index: 500;
		transition: all 0.5s;
	}

	.activeBnr {
		position: fixed;
		top: 40%;
		visibility: visible;
		left: 11%;
		width: 14%;
	}

	/* =======================================
	nav
======================================= */
	#collabo_kamen-rider-4_nav {
		background: url("../../img/collabo_kamen-rider-4/pc/pc_01_dcd_header/01_dcd_web_header_menu_bar.png") center top no-repeat;
		background-size: 100% 100%;
	}

	#collabo_kamen-rider-4_nav ul {
		width: 42%;
		display: flex;
		position: relative;
		margin: 0 auto;
		padding: 1% 0 1%;
		gap: 7%;
	}

	#collabo_kamen-rider-4_nav ul li {
		display: flex;
		align-items: center;
	}

	#collabo_kamen-rider-4_nav ul li a {
		display: block;
	}

	#collabo_kamen-rider-4_nav ul li img {
		vertical-align: middle;
	}


	#collabo_kamen-rider-4_nav ul li:nth-child(1) {
		/*width: 11%;*/
		width: 37%;
	}

	#collabo_kamen-rider-4_nav ul li:nth-child(2) {
		/*width: 15%;*/
		width: 16%;
	}

	#collabo_kamen-rider-4_nav ul li:nth-child(3) {
		/*width: 8%;*/
		width: 25%;
	}

	#collabo_kamen-rider-4_nav ul li:nth-child(4) {
		/*width: 11%;*/
		width: 22%;
	}


	/* =======================================
	play
======================================= */
	.play {
		padding: 2% 0 2%;
		background: url(../../img/collabo_kamen-rider-4/pc/pc_01_dcd_header/01_dcd_web_header_play_bg.png) no-repeat;
		background-size: cover;
	}

	.play ul {
		width: 38%;
		min-width: 420px;
		max-width: 642px;
		margin: 0 auto 0.5%;
	}

	p.c-btn-play a {
		width: 40%;
		min-width: 420px;
		max-width: 642px;
	}

	/* =======================================
	clip-path
======================================= */
	.clip-path {
		width: 100%;
		height: 100%;
	}

	.bg-image {
		background-image: url(../../img/collabo_kamen-rider-4/pc/pc_02_dcd_chara/02_dcd_web_chara_bg.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		z-index: -2;
	}

	/* =======================================
	#chara
======================================= */
	#chara {}

	#chara.chara1122 {
		background: url("images/chara_bg_1122ver.jpg") center top no-repeat;
		background-size: cover;
	}

	h2.newcharacter {
		width: 45%;
		padding: 5% 0 2%;
	}

	.h2sub_chara {
		width: 42%;
		margin: 0 auto 0;
	}

	.charactersWrap {
		margin: 0 auto 0;
	}

	.charactersContent {
		margin: 3% auto 0;
		padding-bottom: 3%;
	}

	.charactersContent1122 {
		padding-bottom: 16%;
	}

	.charactersContent video {
		width: 42%;
		height: auto;
		margin: 2% auto 0;
		border-radius: 20px;
		border: 2px solid #fff;
		box-shadow: 0 0 0 3px #000;
	}



	.mySwiper00a {
		margin: 0 auto 1%;
	}

	.mySwiper00a .swiper-wrapper {
		height: 22vw;
	}

	.mySwiper00a .swiper-slide-img {}

	.mySwiper00b {
		width: 27%;
		margin: 0 auto 1%;
		padding: 0;
	}

	.tap {
		width: 15%;
		margin: -2.5% auto 0;
	}

	.voice01,
	.voice02,
	.voice03,
	.voice04,
	.voice05,
	.voice06 {
		width: 4%;
		position: absolute;
		bottom: 14%;
		right: 30%;
	}

	.skill_text {
		width: 45%;
		margin: 0 auto;
	}

	.charactersBackground {
		margin: 0 0 7vw;
	}

	.charactersBackground div:last-child {
		width: 40%;
		margin: 0 auto;
	}

	.charactersBackground div:first-child {
		margin-bottom: 4%;
	}

	.charactersBg01,
	.charactersBg02 {
		padding-top: 24vw;
	}

	.charactersBackground_img01 {
		position: absolute;
		top: -2.8vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: auto;
	}

	.charactersBackground_img02 {
		position: absolute;
		top: -6vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: auto;
	}

	.charactersBackground_img01 img,
	.charactersBackground_img02 img {
		width: 55vw;
	}

	.characters_img01 {
		position: absolute;
		top: -12%;
		left: 17%;
		width: 55%;
	}


	/* =======================================
	#rare_chara
======================================= */
	#rare_chara {
		/*background:url("images/gekirare_bg.jpg") center top no-repeat;
    background-size:cover;
    padding:2% 0 2%;*/
	}

	.limitedokigae {
		margin-bottom: 6%;
	}


	.limitedcharacter {
		width: 43%;
		margin: 0 auto;
		margin-bottom: 2%;
	}

	.owk {
		margin-bottom: 2%;
	}

	.cat {
		margin-bottom: 1.2%;
	}

	/* =======================================
	#event
======================================= */

	h2.collaboevent {
		width: 43%;
		padding: 0% 0 3%;
	}

	.partsparts {
		padding: 0;
	}

	.partsparts_inner {
		width: 42vw;
		margin: 0 auto;
		padding: 1vw 0;
	}



	.leader_gp {
		margin-bottom: 3%;
		background: url(../../img/collabo_kamen-rider-4/pc/pc_03_dcd_event/03_dcd_web_event_01_bg.png);
		background-size: contain;
	}

	.chinkon {
		margin-bottom: 3%;
		background: url(../../img/collabo_kamen-rider-4/pc/pc_03_dcd_event/03_dcd_web_event_02_bg.png);
		background-size: contain;
	}

	.toubatsu {
		margin-bottom: 3%;
		background: url(../../img/collabo_kamen-rider-4/pc/pc_03_dcd_event/03_dcd_web_event_03_bg.png);
		background-size: contain;
	}

	.syurai {
		margin-bottom: 3%;
		background: url(../../img/collabo_kamen-rider-4/pc/pc_03_dcd_event/03_dcd_web_event_04_bg.png);
		background-size: contain;
	}

	.banner {
		margin-bottom: 5%;
	}


	/*swiper01*/
	.myswiper01 {
		padding-bottom: 7%;
	}

	.swiper01 {
		width: 20vw;
		margin: auto;
		position: absolute;
		bottom: 3%;
		right: 7%;
	}

	.swiper01 .swiper-pagination-bullet {
		background-color: white;
	}

	.swiper01 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -10px !important;
	}

	.swiper-button-prev01 {
		left: -12%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next01 {
		right: -13%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	/*swiper02*/
	.myswiper02 {
		padding-bottom: 7%;
	}

	.swiper02 {
		width: 20vw;
		margin: auto;
		position: absolute;
		bottom: 3%;
		right: 7%;
	}

	.swiper02 .swiper-pagination-bullet {
		background-color: white;
	}

	.swiper02 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -10px !important;
	}

	.swiper-button-prev02 {
		left: -12%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next02 {
		right: -13%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}


	/*swiper03*/
	.myswiper03 {
		padding-bottom: 7%;
	}

	.swiper03 {
		width: 20vw;
		margin: auto;
		position: absolute;
		bottom: 3%;
		right: 7%;
	}

	.swiper03 .swiper-pagination-bullet {
		background-color: white;
	}

	.swiper03 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -10px !important;
	}

	.swiper-button-prev03 {
		left: -12%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next03 {
		right: -13%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}


	/*swiper04*/
	.myswiper04 {
		padding-bottom: 7%;
	}

	.swiper04 {
		width: 20vw;
		margin: auto;
		position: absolute;
		bottom: 3%;
		right: 7%;
	}

	.swiper04 .swiper-pagination-bullet {
		background-color: white;
	}

	.swiper04 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -10px !important;
	}

	.swiper-button-prev04 {
		left: -12%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next04 {
		right: -13%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}


	/*swiper06*/
	.myswiper06 {
		padding-bottom: 7%;
	}

	.swiper06 {
		width: 20vw;
		margin: auto;
		position: absolute;
		bottom: 4%;
		right: 16%;
	}

	.swiper06 .swiper-pagination-bullet {
		background-color: white;
	}

	.swiper06 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -10px !important;
	}

	.swiper-button-prev06 {
		left: -12%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next06 {
		right: -13%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}



	.bg_gray {
		width: 100%;
		height: 3vw;
		background-color: #e8e8e8;
	}

	/* =======================================
	#campaign
======================================= */

	h2.campaign {
		width: 43%;
		padding: 5% 0 1%;
	}

	/*campaignWrap*/
	ul.campaignWrap {
		width: 54%;
		margin: 0 auto 4%;
		display: flex;
		flex-wrap: wrap;
	}

	ul.campaignWrap li {
		width: 24%;
	}

	ul.campaignWrap li:nth-child(1),
	ul.campaignWrap li:nth-child(2),
	ul.campaignWrap li:nth-child(4) {
		margin-right: 1.5%;
	}

	ul.campaignWrap li:nth-child(1),
	ul.campaignWrap li:nth-child(2),
	ul.campaignWrap li:nth-child(3) {
		margin-bottom: 1.5%;
	}

	/*campaigns*/
	.campaigns {
		padding-bottom: 2.7%;
		padding-top: 2.5%;
	}

	.campaigns_inner {
		width: 55%;
		margin: 0 auto;
	}

	#campaign01 {
		margin-bottom: 6%;
	}

	#campaign02 {
		margin-bottom: 6%;
	}

	#campaign03 {
		margin-bottom: 0;
	}

	#campaign04 {
		margin-bottom: 4%;
	}

	.campaign01join {
		width: 41.5%;
		bottom: 3.8%;
		left: 19%;
	}

	.campaign02apply {
		width: 30%;
		bottom: 5%;
		right: 35%;
	}

	.campaign02join {
		width: 42%;
		bottom: 10%;
		left: 29%;
	}

	/* =======================================
	#movie
======================================= */
	/*#movie {
    width:100%;
    margin:0 auto;
    padding:0;
    position: relative;
    background:url("images/movie_bg.jpg") center top no-repeat;
    background-size:cover;
}*/

	.movie_bg {}

	h2.collabomovie {
		width: 43%;
		padding: 4.5% 0 2.5%;
	}

	.swiper05 {
		position: relative;
		width: 35%;
		margin: 0em auto 0;
		padding-top: 3%;
		;
	}

	.myswiper05 {
		padding-bottom: 6vw;
	}

	.swiper05 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 6% !important;
	}

	.swiper-button-prev05 {
		margin-top: -17%;
		left: -9%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
	}

	.swiper-button-next05 {
		margin-top: -17%;
		right: -9%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
	}

	.movie_chara01 {
		position: absolute;
		bottom: 1%;
		left: 22%;
	}

	.movie_chara02 {
		position: absolute;
		bottom: 1%;
		right: 22%;
	}

	.movie_chara01 img,
	.movie_chara02 img {
		width: 100%;
	}

	/*footer*/
	.copyright {
		width: 100%;
	}


	ul.gamemenu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 1.2em 0;
		background: #000000;
		position: relative;
		z-index: 0;
	}

	ul.gamemenu li {
		display: flex;
		align-items: center;
		padding: 0 2.7%;
		border-right: 2px solid gainsboro;
		height: 1.5vw;
	}

	ul.gamemenu li:nth-child(4) {
		border-right: 2px solid gainsboro;
	}

	ul.gamemenu li:first-child {
		display: flex;
	}


	ul.gamemenu li.flexwrapper {
		display: none;
	}

	ul.gamemenu li img {
		vertical-align: middle;
		height: 1.5vw;
		padding: 0;
	}

	/* =======================================
	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: 2px solid gainsboro;
	}

	footer ul.gamemenu li img {
		height: 3.2vh;
		padding: 0 2vw;
	}

	footer ul.gamemenu li.flexwrapper {
		display: none;
		width: 0;
		height: 0;
		border: none;
	}

	.play2 {
		width: 100%;
		padding: 3% 0 3%;
		text-align: center;
		position: relative;
		z-index: 0;
		background-color: #e8e8e8;
		background: url(../../img/collabo_kamen-rider-4/pc/pc_01_dcd_header/01_dcd_web_header_play_bg.png) no-repeat;
		background-size: cover;
	}

	.play2 ul {
		display: flex;
		width: 34%;
		margin: 0 auto 0.5%;
		justify-content: space-around;
		min-width: 400px;
		max-width: 642px;
	}

	/*.play2 p.c-btn-play {
    width: 40%;
}*/

	.play2 p.c-btn-play a {
		width: 36%;
	}

	/* =======================================
	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: 120%;
		background: url(../../img/collabo_kamen-rider-4/pc/pc_06_dcd_footer/07_dcd_web_dcd_01.png) center top no-repeat;
		background-size: 100% auto;
	}

	.about01 {
		top: 10%;
		width: 78%;
	}

	.about02 {
		top: 42%;
		width: 88%;
	}

	.about03 {
		top: 80%;
		width: 64%;
	}
}





@media screen and (min-width: 900px) {}

@media screen and (min-width: 1000px) {

	.swiper-button-prev01 {
		left: -9%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next01 {
		right: -10%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper01 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -12px !important;
	}

	.swiper-button-prev02 {
		left: -9%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next02 {
		right: -10%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper02 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -12px !important;

	}

	.swiper-button-prev03 {
		left: -9%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next03 {
		right: -10%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper03 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -12px !important;

	}

	.swiper-button-prev04 {
		left: -9%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next06 {
		right: -10%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper06 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -12px !important;

	}

	.swiper-button-prev06 {
		left: -9%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper-button-next06 {
		right: -10%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin-top: 0px;
	}

	.swiper06 .swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -12px !important;

	}
}


@media screen and (min-width: 1100px) {
	.swiper-button-prev05 {
		margin-top: -13%;
		left: -6%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
	}

	.swiper-button-next05 {
		margin-top: -13%;
		right: -6%;
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
	}
}

@media screen and (min-width: 1200px) {
	/*body {
	font-size: 18px;
}*/

	/*footer ul.gamemenu li img {
	height:3.2vh;
	padding:0 3vw;
}*/

	.tap {
		width: 15%;
		margin: -1.7% auto 0;
	}

}

@media screen and (min-width: 1600px) {
	.tap {
		width: 15%;
		margin: 0 auto 0;
	}

	p.c-btn-play a {
		max-width: 700px;
	}
}