@charset "UTF-8";

/************ Base Setting ************/

html, body, div, span, object, 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:62.5%;
	vertical-align:baseline;
	background-color:transparent;
	color: #ffffff;
	line-height: 1;
	}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url("http://file.saintseiya-gold.com/20150316/img/bg/bg_aurora.png"),
						url("http://file.saintseiya-gold.com/20150316/img/bg/bg.jpg");
	background-repeat:  no-repeat,
						repeat;
	background-position: top right,
						top left;
	background-size: 50%,
					600px;
}

/************ Base FontSetting ************/

p {
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.7;
}

/************ Base LinkSetting ************/

a {
	font-size: 1.4rem;
	color: #00a2ff;
	text-decoration: none;
}

a:link {
	color: #00a2ff;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #924dc2;
}

/************ Delete ListMark ************/

ul,ol {
	list-style: none
}

/************ clearFix ************/

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/************ Contents Area ************/

.contents {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

/****** Category Title ******/

.title {
	position: relative;
	z-index: 1;
	width: 92%;
	max-width: 620px;
	margin: 32px auto 32px auto;
	text-align: center;
	background-image: url("http://file.saintseiya-gold.com/20150316/img/title/title_deco.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.title img {
	width: 90%;
}

/****** Common Layout ******/

.wrap {
	position: relative;
	z-index: 1;
	width: 92%;
	margin: 0 auto;
}

/****** Category Headline ******/

.category-headline {
	width: 92%;
	max-width: 790px;
	margin: 0 auto 16px auto;
	text-align: center;
	background-image: url("http://file.saintseiya-gold.com/20150316/img/frame/glow.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.category-name {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.35;
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
}

/************ PageTop Button ************/

.pagetop_wrap {
	width: 100%;
	position: relative;
}

.pagetop {
	/*display: none;*/
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #c8b33d;
	background: #000000;
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 3;
	opacity: 0.6;
}



@media screen and (max-width: 960px) {
.protect {
  	pointer-events: none;
	user-select: none;
  	-webkit-user-select: none;
}
}

/******************************** PC ********************************/

@media screen and (min-width: 960px) {

	/************ Contents Area ************/
	
	body {
	background-position: top right,
						top;	
	background-size: 480px,
						600px,
						64px;
	background-attachment: fixed;
	}

	.contents {
	position: relative;
	z-index: 1;
	}

	/****** Category Title ******/

	.title {
		margin: 32px auto 32px auto;
	}

	.title img {
		width: 90%;
	}

	/****** Common Layout ******/

	.wrap {
		width: 960px;
	}

	/****** Category Headline ******/

	.category-name {
	font-size: 3.2rem;
	}

	.pagetop {
	display: none;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #c8b33d;
	background: #000000;
	position: fixed;
	right: 24px;
	bottom: 32px;
	z-index: 3;
	opacity: 0.6;
}
	
}