@charset "UTF-8";

.header {
	position: relative;
	top: 0;
	width: 100%;
	height: 116px;
	background-image:url("http://file.saintseiya-gold.com/20150316/img/menu/menu_bg.png");
	background-size: auto 116px;
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 2;
}

.menu-area {
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 12px 0 8px;
}


h1 img {
	float: left;
	height: 74px;
}

	
.h1_logo {
	width: 144px;
	height: 64px;
	background-image: url(" http://file.saintseiya-gold.com/global/it/img/menu/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
}

.g-menu {
	display: none;
	}


.trigger {
	position: absolute;
	top: 4px;
	right: 10px;
	display: block;
	margin: 14px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.trigger img {
	height: 50px;
}

/************ SP MENU ************/

.sp-menu {
	border-bottom: 1px dotted #386490;	
}

.sp-menu-cell {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 0;
	font-size: 2.4rem;
	color: #beaa3a;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-align: center;
	border-top: 1px dotted #386490;
}

.sp-menu-cell:visited,
.sp-menu-cell:link {
	color: #beaa3a;
}

.no-link {
	display: block;
	width: 100%;
	padding: 20px 0;
	font-size: 2.4rem;
	color: #386490;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-align: center;
	border-top: 1px dotted #386490;
}

.coming {
	font-size: 1.4rem;
	color: #386490;
}

.lang-btn{
	color:#000;
}

/************ SNS Button ************/

.share-area-sp {
	display: block;
	
	width: 100%;
	margin: 0 auto 8px;
	text-align: center;
	padding:24px 0;
	border-top: 1px dotted #386490;
}

.btn-icon-sp {
	width: 44px;
	height: 44px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
    margin: 0 20px;
}

.twitter{
    background: #55acee;
}

.fb{
    background: #3b5998;
}

.line{
    background: #09B701;
}




/************ SNS Button ************/

.share-area {
	display: none;
}

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

@media screen and (min-width: 960px) {
	.lang{
		display:table;
		height:68px;
		margin-left:10px;
	}

	.lang-inner{
		display:table-cell;
		vertical-align:middle;
		font-size:20px;
	}

	.menu-area {
	width: 960px;
	}


	h1 img {
		height: 64px;
	}

	.g-menu {
		overflow: hidden;
		display: block;
		width: 800px;
		height: 66px;
		float: right;
	}

	.menu-cell {
		float: left;
		width: auto;
		padding: 0;
		text-align: center;
		vertical-align: middle;
	}

	.menu-cell a {
		display: block;
		height: 100%;
		padding: 0 15px;
	}

	.menu-cell a:hover {
		background-image: url("http://file.saintseiya-gold.com/20150316/img/menu/menu_glow.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.menu-current {
		background-image: url("http://file.saintseiya-gold.com/20150316/img/menu/menu_glow.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}


	.trigger {
		display: none;
	}

	/************ SNS Button ************/

	.share-area {
		display: block;
		width: 960px;
		margin: 0 auto;
		padding: 16px 0 0 0;
		text-align: right;
		position: relative;
		z-index: 1;
	}

	.btn-icon {
		width: 32px;
		height: 32px;
		-webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
		border-radius: 4px;
	    margin: 0 6px;
	}

	.twitter{
	    background: #55acee;
	}

	.fb{
	    background: #3b5998;
	}
}

/************************ PC 1024 ************************/

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

	.header {
	background-image: url("http://file.saintseiya-gold.com/20150316/img/menu/decoration_l.png"),
						url("http://file.saintseiya-gold.com/20150316/img/menu/decoration_r.png"),
						url("http://file.saintseiya-gold.com/20150316/img/menu/menu_bg.png");
	background-size: auto 42px,
						auto 42px,
						auto 116px;
	background-repeat: no-repeat,
						no-repeat,
						repeat-x;
	background-position: top 22px left 10px,
							top 22px right 10px,
							top left;
	}
}