@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;
	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;


}

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("arrow_r.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("arrow_r.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: 5%;
}

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("sp_01_sk_header_01.jpg") no-repeat center top;
	background-size: cover;
	padding-top: 161.23%;
	position: relative;
}

.whatisthis {
	width: 31%;
	position: absolute;
	top: 39%;
	right: 0%;
}


.about {
	z-index: 9999;
	width: 55vw;
	position: absolute;
	bottom: 2vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.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 !important;
}



/* =======================================
	nav
======================================= */
nav {
	width: 100%;
	z-index: 9999;
	background: url("sp_01_sk_header_menubr.png") center top no-repeat;
	background-size: 100% 100%;
}

nav.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
}

nav ul {
	width: 100%;
	margin: 0 auto;
	padding: 2% 3%;
	display: flex;
	justify-content: space-between;
	gap: 2%;
}

nav ul li {
	display: flex;
	align-items: center;
}

nav ul li a {
	display: flex;
	align-items: center;
}

/*

nav ul li:nth-child(1) {
	width: 20%;
}

nav ul li:nth-child(2) {
	width: 20%;
}

nav ul li:nth-child(3) {
	width: 20%;
}

nav ul li:nth-child(4) {
	width: 20%;
}

nav ul li:nth-child(5) {
	width: 20%;
} */

/* =======================================
	Let's play
======================================= */
#collabo_shamanking_letsplay {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 3% 0 5%;
	background: url("pc_04_sk_cp_bg.jpg") repeat;
	background-position: center;
	background-size: 220%;
}

#collabo_shamanking_letsplay ul {
	width: 81.4%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#collabo_shamanking_letsplay ul li:not(:last-child) {
	margin-right: 20px;
}

.btn_howtoplay {
	width: 89%;
	margin: 1.5em auto 0;
}

.btn_campaign {
	display: none;
	position: fixed;
	bottom: 10%;
	left: 20px;
	z-index: 2000;
}

.btn_campaign a {
	display: block;
	width: 40%;
	cursor: pointer;
}

.btn_campaign a img {
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}

/* =======================================
	#characters
======================================= */
#characters {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-image: url("pc_02_sk_chara_bg01_b.png"), url("pc_02_sk_chara_bg01_a.jpg");
	background-repeat: no-repeat, repeat;
	background-position: -200% 60%, center;
	background-size: 90%, 220%;
	padding: 5% 0;
}

/* #characters::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;
}

.charactersContent {
	text-align: left;
	margin-top: 1em;
	display: none;
}

.charactersContent video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 1.5em auto 0;
}

.charactersContent p {
	width: 90%;
	margin: 2em 0 4em;
	text-align: left;
}

.charactersContent img.skillname {
	width: 72%;
	margin: 1em auto;
}

.tapdeokigae {
	width: 52%;
	margin: 1em auto 0.3em;
}

.mySwiper01a {
	width: 100%;
	padding: 0 20% 5%;
}

.thumbnailpic .swiper-slide:nth-of-type(1) span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: url("pc_02_sk_chara_icon01_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("pc_02_sk_chara_icon01_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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.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("pc_02_sk_chara_icon01_secret.png") no-repeat;
	background-size: 100% auto;
}

.swiper-button-prev,
.swiper-button-next {
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	margin-top: -24px;
	display: none;
	/* 事前ボタンなし */
}


/* =======================================
	#limited
======================================= */
#limited {
	background: url(sp_02_sk_chara_bg02.jpg);
	background-size: cover;
	background-position: center 40%;
	padding-bottom: 5%;
}

#limited h2 {
	width: 70%;
	padding-top: 5%;
	margin-bottom: 5%;
}



/* =======================================
	#events
======================================= */
#events {
	padding: 0.2em 0 1em;
	background: url(pc_03_sk_event_bg.png) repeat;
	background-position: center;
	background-size: 220%;
}

#events h2 {
	width: 60%;
	padding-top: 5%;
	margin-bottom: 1%;
}

.ttlEventSub {
	width: 84%;
	margin: 1em auto;
}

ul.eventsWrap {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.event01 {
	position: relative;
	margin-bottom: 1em;
}

.event02 {
	position: relative;
}

.yamori {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}

.myswiper02 {
	padding-bottom: 30px;
}

.swiper02 {
	width: 72%;
	margin: 0 auto;
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
}

.swiper-button-prev02 {
	left: -10%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

.swiper-button-next02 {
	right: -10%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

.myswiper03 {
	padding-bottom: 30px;
}

.swiper03 {
	width: 72%;
	margin: 0 auto;
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
}

.swiper-button-prev03 {
	left: -10%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}

.swiper-button-next03 {
	right: -10%;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin-top: -8px;
}


/* =======================================
	#campaign
======================================= */
#campaign {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2%;
	position: relative;
	overflow: hidden;
	background: url("pc_04_sk_cp_bg.jpg") repeat;
	background-position: center;
	background-size: 220%;
}

#campaign h2 {
	width: 50%;
	padding-top: 1.5em;
	margin-bottom: 3%;
}

/* #campaign::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;
} */

.campaign_box {
	position: relative;
	padding-bottom: 5%;
}

.ttlCampaignSub {
	width: 90%;
	margin: 0 auto 1em;
}

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%
}

#campaign01detail,
#campaign02detail,
#campaign03detail,
#campaignLogin {
	position: relative;
}

#campaign01detail,
#campaign02detail,
#campaignLogin {
	margin-bottom: 1em;
}

.campaign01join {
	width: 55%;
	margin: 0 auto;
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
}

.campaign02join {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	bottom: 6%;
	left: 11%;
}

.campaign02apply {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	bottom: 6%;
	right: 9%;
}

.campaign03join {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	bottom: 7%;
	left: 11%;
}

.campaign03apply {
	width: 38%;
	margin: 0 auto;
	position: absolute;
	bottom: 7%;
	right: 9%;
}

#campaignDetail01 {
	margin-top: -10%;
}

#campaignDetail03 {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2.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(40%);
	z-index: -1;
}


/* =======================================
	#collaboration
======================================= */
#collaboration {
	width: 100%;
	background: url("pc_05_sk_mv_bg_chara.png"), url("pc_05_sk_mv_bg.jpg");
	background-repeat: no-repeat, repeat;
	background-position: 40% 100%, center;
	background-size: cover, 220%;
	padding-bottom: 10%;
}

#collaboration h2 {
	width: 50%;
	padding-top: 1.5em;
	margin-bottom: 0%;
}

.myswiper04 {
	padding-bottom: 50px;
}

.swiper04 {
	position: relative;
	width: 77%;
	margin: 3em auto 0;
}

.swiper-button-prev04 {
	margin-top: -64px;
	left: -11%;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
}

.swiper-button-next04 {
	margin-top: -64px;
	right: -11%;
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
}


/* =======================================
	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;
}

a.shamanlweb {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	font-size: 18px;
	width: 80%;
	margin: auto;
}

.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: #ff7300;
}

.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;
	max-width: 100%;
}

.youtube iframe,
.youtube object,
.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aboutbox {
	position: relative;
}



.oubox {
	width: 90%;
	margin: 0 auto;
	color: #000;
	background: #fff;
	text-align: left;
	padding: 10px 2.5vw;
	border: 1px solid #ff7300;
}

.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: #ff7300;
}

.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;
}

/* footer ul {
	width: 100%;
	margin: 2em auto 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

footer ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

footer ul li a {
	display: flex;
	align-items: center;
}

footer ul li a.separate {
	border-right: 2px solid gainsboro;
}

footer ul li img {
	width: auto;
	max-width: none;
	height: 2vh;
	padding: 0 6vw;
}

footer p {
	color: gainsboro;
	font-size: 0.5em;
	line-height: 1.4;
} */
.footerBan {
	display: none;
}

.footer_menu {
	background: url(sp_06_sk_footer_menu.png) no-repeat;
	background-size: contain;
	height: 15vw;
	margin: 7vw 7vw 5vw;
	display: flex;
	flex-wrap: wrap;
}

.footer_menu li a {
	display: block;
	height: 6vw;
}

.footer_menu li:nth-child(1) {
	width: 23%;
}

.footer_menu li:nth-child(2) {
	width: 36%;
}

.footer_menu li:nth-child(3) {
	width: 41%;
}

.footer_menu li:nth-child(4) {
	width: 30%;
}

.footer_menu li:nth-child(5) {
	width: 42%;
}

.footer_menu li:nth-child(6) {
	width: 28%;
}

.copyright {
	position: relative;
	width: 100%;
	height: 10vw;
	background: #ff7300;
	display: flex;
	align-items: center;
	justify-content: center;
}

.copyright p {
	width: 70%;
	margin: auto;
}


/* =======================================
	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 !important;
} */








@media screen and (min-width: 500px) {
	/* body {
		font-size: 1.6rem;
	} */

	/* footer ul li a.separate {
		border-right: none;
	}

	footer ul li:not(:last-child) a {
		border-right: 2px solid gainsboro;
	}

	footer ul li img {
		height: 2.2vh;
		padding: 0 3vw;
	} */


}

@media screen and (min-width: 800px) {
	body {}


	.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("pc_01_sk_header_01.png") no-repeat center top;
		background-size: 100% auto;
		padding-top: 47.3%;
	}


	.whatisthis {
		width: 13%;
		position: absolute;
		top: 16%;
		left: 33%;
		right: 0;
		margin: auto;
	}

	.about {
		width: 22%;
		bottom: 0.8%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.sticker {
		width: 10%;
	}

	.activeBnr {
		top: 18%;
		visibility: visible;
	}


	/* =======================================
	nav
======================================= */
	nav {
		background: url("pc_01_sk_header_menubr.png") center top no-repeat;
		background-size: 100% 100%
	}

	nav ul {
		padding: 15px 0;
		max-width: 740px;
		gap: 40px;
	}





	/* =======================================
	Let's play
	======================================= */
	#collabo_shamanking_letsplay {
		padding: 60px 0;
		background-size: auto;
	}

	#collabo_shamanking_letsplay ul {
		width: 100%;
		max-width: 650px;
	}

	.btn_howtoplay {
		width: 100%;
		max-width: 740px;
		margin-top: 10px;
	}

	.btn_campaign {
		width: 13%;
		max-width: 258px;
		bottom: 40px;
		left: 40px;
	}

	.btn_campaign a {
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.btn_campaign a img {
		filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
	}




	/* =======================================
	#characters
======================================= */
	#characters {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 60px;
		position: relative;
		overflow: hidden;
		background-position: 33% 100%, center;
		background-size: contain, auto;
	}

	#characters::before {
		transform: skewY(-15deg) translateY(-25%);
	}

	.charactersWrap {
		width: 100%;
		padding: 0 2% 0 3%;
		display: flex;
		justify-content: space-between;
	}

	.charactersSlide {
		width: 52%;
	}

	.charactersContent {
		width: 43%;
		margin-top: 0;
		display: flex;
		align-items: flex-end;
	}

	.charactersContent p {
		margin: 1em 0 2em;
		width: 95%;
	}

	/* =======================================
	#limited
======================================= */
	#limited {
		/* margin-top: -12%; */
		padding-bottom: 2em;
		background: url(pc_02_sk_chara_bg02.jpg);
		background-size: cover;
		background-position: center 40%;
		padding-bottom: 0;
	}

	.limited_chara {
		padding: 30px 0;
	}


	#limited h2 {
		width: 90%;
		padding-top: 1em;
		margin-bottom: 0;
	}

	/* =======================================
	#events
======================================= */
	#events {
		padding: 20px 0 60px;
		background-image: url("pc_03_sk_event_bg_chara01.png"), url("pc_03_sk_event_bg_chara02.png"), url("pc_03_sk_event_bg_01.png"), url("pc_03_sk_event_bg.png");
		background-repeat: no-repeat, no-repeat, no-repeat, repeat;
		background-position: center 30%, center 98%, 100% 120%, center;
		background-size: 2280px 1131px, 1420px 1005px, cover, auto;
	}

	#events h2 {
		width: 90%;
		padding-top: 1em;

	}

	.ttlEventSub {
		width: 78%;
		margin: 2em auto;
	}

	.eventsWrap {
		width: 100%;
		margin: 0 auto;

	}

	.event01 {
		width: 49%;
		margin-bottom: 0;
	}

	.event02 {
		width: 49%;
	}



	/* =======================================
	#campaign
======================================= */
	#campaign {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		background-size: auto;
	}

	/* #campaign::before {
		transform: skewY(15deg) translateY(-20%);
	} */
	#campaign h2 {
		width: 50%;
		padding-top: 1.5em;
		margin-bottom: 0%;
	}

	.campaign_box {
		padding: 20px 0;
		width: 800px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	.campaign_box_w::before {
		content: "";
		display: block;
		background: url(pc_04_sk_cp_bg_chara01.png) no-repeat;
		position: absolute;
		z-index: -1;
		top: 380px;
		left: -176px;
		width: 274px;
		height: 232px;
	}

	.campaign_box_w::after {
		content: "";
		display: block;
		background: url(pc_04_sk_cp_bg_chara02.png) no-repeat;
		position: absolute;
		z-index: -1;
		top: 702px;
		right: -249px;
		width: 348px;
		height: 218px;
	}



	.ttlCampaignSub {
		width: 80%;
		margin: 2.5em auto;
	}

	ul.campaignWrap {
		width: 73.37%;
	}

	#campaign01detail,
	#campaign02detail,
	#campaignLogin {
		margin-bottom: 2em;
	}

	.campaign01join {
		bottom: 5%;
	}

	.campaign02join {
		width: 36%;
		bottom: 6%;
		left: 12%;
	}

	.campaign02apply {
		width: 36%;
		bottom: 6%;
		right: 9%;
	}

	.campaign03join {
		width: 36%;
		margin: 0 auto;
		position: absolute;
		bottom: 6%;
		left: 13%;
	}

	.campaign03apply {
		width: 36%;
		margin: 0 auto;
		position: absolute;
		bottom: 6%;
		right: 13%;
	}


	/* =======================================
	#collaboration
======================================= */
	#collaboration {
		background-size: contain, auto;
		background-position: center, center;
		background-size: 1500px 800px, auto;
		padding-bottom: 100px;
	}

	.swiper04 {
		position: relative;
		width: 800px;
	}

	.swiper-button-prev04 {
		margin-top: -90px;
		left: 3%;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}

	.swiper-button-next04 {
		margin-top: -90px;
		right: 3%;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}


	/* =======================================
	footer
======================================= */
	.footer_menu_wrap {
		padding: 0 20px;
	}

	/* footer ul {
		width: 100%;
		margin: 2em auto 0;
	}

	footer ul li {
		margin-bottom: 2em;
	}

	footer ul li a.separate {
		border-right: none;
	}

	footer ul li:not(:last-child) a {
		border-right: 2px solid gainsboro;
	}

	footer ul li img {
		height: 3vh;
		padding: 0 2vw;
	}

	footer p {
		color: gainsboro;
		font-size: 14px;
		line-height: 1.4;
	} */


	.footer_menu {
		background: url(pc_06_sk_footer_menu.png) no-repeat;
		background-size: contain;
		max-width: 1192px;
		height: 30px;
		margin: 60px auto 30px;
		display: flex;
		flex-wrap: nowrap;
	}

	.footer_menu li a {
		display: block;
		height: 30px;
	}

	.footer_menu li:nth-child(1) {
		width: 10.5%;
	}

	.footer_menu li:nth-child(2) {
		width: 17%;
	}

	.footer_menu li:nth-child(3) {
		width: 23.5%;
	}

	.footer_menu li:nth-child(4) {
		width: 17.5%;
	}

	.footer_menu li:nth-child(5) {
		width: 20.5%;
	}

	.footer_menu li:nth-child(6) {
		width: 11%;
	}

	.copyright {
		height: 70px;
	}

	.copyright p {
		display: flex;
		align-items: center;
		justify-content: center;
	}


	/* =======================================
	remodal
======================================= */
	.remodalmovie button {
		top: -3%;
		right: -2%;
	}

	.remodalabout {
		padding: 10% 0 0;
		max-width: 600px;
	}

	.remodalabout button {
		top: 8%;
		right: -2%;
	}

	.remodalblue {
		padding: 10% 0 0;
	}


	.remodalblue button {
		top: 4%;
		right: 3%;
	}

	a.shamanlweb {
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		font-size: 18px;
	}



}

@media screen and (min-width: 800px) and (orientation:portrait) {
	.footerNav {
		width: 90% !important;
	}
}

/* @media screen and (min-width: 1200px) {
	body {
		font-size: 18px;
	}




} */


}