/*==========================================
common
==========================================*/
/*サイト設定--------------------------------*/
.cf:after{
content:"";
display:block;
clear:both;
}

.pc { display: block; }
.sp { display: none; }

body{
	background: #000;
}
img {
	width: 100%;
	height: auto;
	display:block;
	line-height:0;
	/* vertical-align: bottom; */
}
a img {
	border-style:none;
}
.chuuibox li { margin-left:1.0em; list-style:none; text-indent: -1.0em; }
.chuuibox li:before { content:"※"; }

#pagetop{
    position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
    z-index: 10;
	width: 100px;
	height: auto;
}

.lower {
	padding-top: 90px;
	background: #f8400c url(../../images/pc/lower_bg.jpg) center top no-repeat;
	background-size: 100% auto;
}
@media only screen and (max-width: 750px) {
	.lower {
		padding-top: 0;
		background: #f2270e url(../../images/sp/lower_bg.jpg) center top no-repeat;
		background-size: 100% auto;
	}
}

/* ===========================================
ナビゲーション PC
=========================================== */
nav.pc {
	width: 100%;
	background: url(../../images/pc/nav_bg.jpg) center top repeat-x;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
nav.logo2 {
	height: 90px;
}

nav.pc ul {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

nav.pc ul li {
	float: left;
	/* display: inline-block; */
	/* max-width: 100px; */
	/* text-align: center; */
}
nav.pc ul li:nth-child(1) {
	width: 16.2818%;
}
nav.pc ul li:nth-child(2) {
	width: 11%;
}
nav.pc ul li:nth-child(3) {
	width: 7.4%;
}
nav.pc ul li:nth-child(4) {
	width: 7.4%;
}
nav.pc ul li:nth-child(5) {
	width: 11.4%;
}
nav.pc ul li:nth-child(6) {
	width: 9%;
}
nav.pc ul li:nth-child(7) {
	width: 9%;
}
nav.pc ul li:nth-child(8) {
	width: 11.4%;
}
nav.pc ul li:nth-child(9) {
	width: 6.7636%;
}
nav.pc ul li:nth-child(10) {
	width: 9.2%;
}

/* ===========================================
ナビゲーション SP
=========================================== */
#nav {
	padding: 1% 0 0;
	width: 100%;
	background: #000;
	color:#c3c3c3;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#nav #headerSET {
	position:relative;
}

#nav p.logo,
p.logo2 {
	margin-left: 2.5%;
	width: 20%;
}
p.logo2 img {
	opacity: 0;
}

#nav #menuB {
	width:12.5%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}

#nav #menuSP {
	width: 100%;
	background: #000;
	overflow-y: auto;
	height:100%;
	-webkit-overflow-scrolling: touch;
}
#nav #menuSP ul {
	width: 100%;
	background: #000;
}
#nav #menuSP ul li {
	float: left;
	width: 50%;
	background: #000;
	text-align: left;
	border-top: #4e4e4e 1px solid;
	font-size: 14px;
}
#nav #menuSP ul li a {
	display: block;
	width: auto;
}
#nav #menuSP ul li a:link,
#nav #menuSP ul li a:visited {
	text-decoration: none;
	color:#c3c3c3;
}
#nav #menuSP ul li a:hover {
	color:#f53e17;
}
#nav #menuSP ul li:nth-child(1) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	background: url(../../images/sp/nav_line.gif) top right repeat-y;
}
#nav #menuSP ul li:nth-child(2) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
}
#nav #menuSP ul li:nth-child(3) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	color:#4D4D4D;
	background: url(../../images/sp/nav_line.gif) top right repeat-y;
}
#nav #menuSP ul li:nth-child(4) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	color:#4D4D4D;
}
#nav #menuSP ul li:nth-child(5) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	color:#4D4D4D;
	background: url(../../images/sp/nav_line.gif) top right repeat-y;
}
#nav #menuSP ul li:nth-child(6) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	color:#4D4D4D;
}
#nav #menuSP ul li:nth-child(7) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	color:#4D4D4D;
	background: url(../../images/sp/nav_line.gif) top right repeat-y;
}
#nav #menuSP ul li:nth-child(8) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	color:#4D4D4D;
}
#nav #menuSP ul li:nth-child(9) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	color:#4D4D4D;
	background: url(../../images/sp/nav_line.gif) top right repeat-y;
}
#nav #menuSP ul li:nth-child(10) {
	width: 47%;
	padding: 2% 0;
	padding-left:3%;
	color:#4D4D4D;
}
@media only screen and (max-width: 450px) {
	#nav p.logo,
	p.logo2 {
		margin-left: 2.5%;
		width: 30%;
	}
	#nav #menuSP ul li {
		float: none;
		width: 100%;
		background: #000;
		text-align: left;
		border-top: #4e4e4e 1px solid;
		font-size: 18px;
	}
	#nav #menuSP ul li a {
		display: block;
		width: 100%;
	}
	#nav #menuSP ul li a:link,
	#nav #menuSP ul li a:visited {
		text-decoration: none;
		color:#c3c3c3;
	}
	#nav #menuSP ul li a:hover {
		color:#f53e17;
	}
	#nav #menuSP ul li:nth-child(1) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
		background: none;
	}
	#nav #menuSP ul li:nth-child(2) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
	}
	#nav #menuSP ul li:nth-child(3) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
		color:#4D4D4D;
	}
	#nav #menuSP ul li:nth-child(4) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
		color:#4D4D4D;
	}
	#nav #menuSP ul li:nth-child(5) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
		color:#4D4D4D;
	}
	#nav #menuSP ul li:nth-child(6) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
		color:#4D4D4D;
	}
	#nav #menuSP ul li:nth-child(7) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
		color:#4D4D4D;
	}
	#nav #menuSP ul li:nth-child(8) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
		color:#4D4D4D;
	}
	#nav #menuSP ul li:nth-child(9) {
		width: 95%;
		padding: 4% 0;
		padding-left:5%;
		color:#4D4D4D;
	}
	#nav #menuSP ul li:nth-child(10) {
		display: none;
	}
}


/* ===========================================
MENU ICON
=========================================== */

#panel-btn{
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width:100%;
  height:100%;
}
/* #panel-btn:hover{
  
} */
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

img.kadai2 {border:#bbb 1px solid;}


.t_center {
	padding:4%;
	text-align:center;
	border:#FF0004 1px solid;
}

.mt5per { margin-top:5% !important; }

img.kadai2 {border:#bbb 1px solid;}


.t_center {
	padding:4%;
	text-align:center;
	border:#FF0004 1px solid;
}

.mt5per { margin-top:5% !important; }


/* ===========================================
コンテンツタイトル
=========================================== */
.lower #Title {
	margin: 0 auto 0;
	max-width: 950px;
	width: 100%;
}
.lower #Title h1 {
	margin: 50px 0;
}
@media only screen and (max-width: 750px) {
	.lower #Title h1 {
		margin: 5% 0;
	}
}
/* ===========================================
コンテンツコピー
=========================================== */
.lower #cc {
	margin: 0 auto;
	width: 100%;
	background: #f2270e url(../../images/story/pc/copy_bg.png) center top no-repeat;
	background-size: cover;
}
#ZWarrior .lower #cc {
	background: #f2270e url(../../images/zwarrior/pc/copy_bg.png) center top no-repeat;
	background-size: cover;
}
.lower #cc p {
	margin: 0 auto;
	padding: 3% 0;
	max-width: 860px;
	width: 100%;
}
@media only screen and (max-width: 750px) {
	.lower #cc {
		background: #000;
	}
	.lower #cc p {
		padding: 0;
	}
}
/* ===========================================
コンテンツ別アンカーボタン
=========================================== */
#pageBTN {
	margin: 0 auto;
	padding: 0 0 3%;
	max-width: 916px;
	width: 100%;
}
#pageBTN ul li {
	float:left;
	width: 49%;
	margin-right: 2%;
}
#pageBTN ul li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 750px) {
	#pageBTN {
		padding: 0 0 5%;
		width: 95%;
	}
	#pageBTN ul li {
		width: 49.5%;
		margin-right: 1%;
	}
	#pageBTN ul li:last-child {
		margin-right: 0;
	}
}


/* ===========================================
フッター FOOTER
=========================================== */
#trademark {
	background: #000;
}
#trademark ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 24px;
  width: 100%;
  max-width: 1180px;
  margin: 10px auto 20px;
}

#trademark ul li{
  height: 50px;
}

#trademark ul li img{
  width: auto; height: 100%;
}

#CopyR {
	width: 100%;
	border-top:#545454 1px solid;
}

#CopyR p {
	padding:15px 0;
	color: #eee;
	font-size: 12px;
	line-height: 1.5;
}

#colorbox iframe {
	margin:0 !important;
	padding:0 !important;
	width: 100%;
	height: 480px;
}

@media only screen and (max-width: 750px) {
	.pc { display: none; }
	.sp { display: block; }

	img { width: 100%; height: auto; }

	body{
		background: #000;
	}

	article#Contents {
		margin: 0 auto;
		padding:0;
		width: 100%;
		height: auto;
		background: url(../../images/sp/db.png) center top no-repeat;
		background-size: 100% auto; 
	}

  #trademark ul {
    gap: 5.3333vw 3.4666vw;
    width: 92%;
    margin: 1.7333% auto 5.3333%;
  }

  #trademark ul li {
    height: 8vw;
  }
}

/* ===========================================
追従バナー
=========================================== */
#bnr_about {
	position: fixed;
	right: 10px;
	bottom: 110px;
	z-index: 10;
	width: 150px;
	height: auto;
}
@media only screen and (max-width: 750px) {
	#bnr_about {
		display: none !important;
	}
}