@charset "UTF-8";

/* diff eu */


/* header */

@media only screen and (min-width: 860px){
	header #nav_global_menu > div {
		width: 760px;
	}
	header #nav_global_menu > div > div {
		width: 15%;
	}
	header #nav_global_menu > div > div+div {
		width: 17%;
	}
	header #nav_global_menu .focus {
		width: 17%;
	}
	header #nav_global_menu > div > div:nth-child(1).current ~ .focus {left: 0; width: 15%;}
	header #nav_global_menu > div > div:nth-child(2).current ~ .focus {left: 15%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(3).current ~ .focus {left: 32%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(4).current ~ .focus {left: 49%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(5).current ~ .focus {left: 66%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(6).current ~ .focus {left: 83%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(1):hover ~ .focus {left: 0; width: 15%;}
	header #nav_global_menu > div > div:nth-child(2):hover ~ .focus {left: 15%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(3):hover ~ .focus {left: 32%; width:17%;}
	header #nav_global_menu > div > div:nth-child(4):hover ~ .focus {left: 49%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(5):hover ~ .focus {left: 66%; width: 17%;}
	header #nav_global_menu > div > div:nth-child(6):hover ~ .focus{left: 83%; width: 17%;}
	
	body:lang(es) header #nav_global_menu > div > div:nth-child(1) {width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(2) {width: 17%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(3) {width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(4) {width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(5) {width: 16%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(6) {width: 22%;}
	body:lang(es) header #nav_global_menu .focus {
		width: 17%;
	}
	body:lang(es) header #nav_global_menu > div > div:nth-child(1).current ~ .focus {left: 0; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(2).current ~ .focus {left: 15%; width: 17%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(3).current ~ .focus {left: 32%; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(4).current ~ .focus {left: 47%; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(5).current ~ .focus {left: 62%; width: 16%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(6).current ~ .focus {left: 78%; width: 22%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(1):hover ~ .focus {left: 0; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(2):hover ~ .focus {left: 15%; width: 17%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(3):hover ~ .focus {left: 32%; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(4):hover ~ .focus {left: 47%; width: 15%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(5):hover ~ .focus {left: 62%; width: 16%;}
	body:lang(es) header #nav_global_menu > div > div:nth-child(6):hover ~ .focus{left: 78%; width: 22%;}
}

/* horizontal-footer */
footer .footer-category {
	width: 100%;
	background: #c0ccd8;
}
footer .footer-category .inner {
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
}
footer .footer-category dl+dl {
	border-top: 1px solid #86959f;
}
footer .footer-category dl dt a,
footer .footer-category dl dt span {
	display: block;
	position: relative;
	padding: 10px 40px 10px 10px;
	font-size: 87.5%;
	font-weight: bold;
	color: #304040;
}
footer .footer-category dl dt a:hover {
	color: #f00;
}
footer .footer-category dl dt a:before,
footer .footer-category dl dt a:after {
	position: absolute;
	content: '';
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
}
footer .footer-category dl dt a:before {
	width: 14px;
	height: 14px;
	border-radius: 3px;
	background: #3c454c;
}
footer .footer-category dl dt a:hover:before {
	background: #f00;
}
footer .footer-category dl dt a:after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #c0ccd8;
	border-left: 1px solid #c0ccd8;
	-webkit-transform: rotate(135deg) translate(4px,4px);
	-ms-transform: rotate(135deg) translate(4px,4px);
	-o-transform: rotate(135deg) translate(4px,4px);
	transform: rotate(135deg) translate(4px,4px);
}
footer .footer-category dl a:hover {
	color: #f00;
}
footer .footer-category dl dd {
	padding: 10px 20px;
	border-top: 1px dotted #86959f;
}
footer .footer-category dl dd:empty {
	display: none;
}
footer .footer-category dl dd ul li {
	display: inline;
	padding: 3px 0 3px 3px;
	font-size: 75%;
}
footer .footer-category dl dd ul li+li:before {
	content: "|";
}
footer .footer-category dl dd ul li a {
	display: inline-block;
	padding: 3px;
	color: #304040;
}
footer .footer-category dl dd ul li a:hover {
	color: #f00;
}
@media only screen and (min-width: 480px){
	footer .footer-category dl {
		display: table;
		width: 100%;
		border: none;
	}
	footer .footer-category dl+dl {
		border: none;
	}
	footer .footer-category dl dt {
		display: table-cell;
		width: 200px;
		border-right: 1px dotted #86959f;
	}
	footer .footer-category dl+dl dt {
		border-top: 1px dotted #86959f;
	}
	footer .footer-category dl dd {
		display: table-cell;
		border: none;
	}
	footer .footer-category dl dd:empty {
		display: table-cell;
	}
	footer .footer-category dl+dl dd {
		border-top: 1px dotted #86959f;
	}
}

/* Cookie */
#confirm-cookie {
	background:#bfcbd7;
	color:#1a1e21;
}
#confirm-cookie-in {
	max-width:980px;
	margin:0 auto;
}
#confirm-cookie .lead {
	font-size: 68.75%;
	line-height: 1.4;
	padding: 10px;
}
#confirm-cookie .btn-policy {
	display: inline-block;
	position: relative;
	margin: 6px 0 0;
	padding: 2px 30px 2px 10px;
	font-size: 68.75%;
	border-radius: 3px;
	color: #1a1e21;
	background: #f2f6ff;
}
#confirm-cookie .btn-policy:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #1a1e21;
	border-left: 1px solid #1a1e21;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#confirm-cookie .btn-continue {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #404348;
}
#confirm-cookie .btn-continue a {
	display: block;
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 10px 40px 10px 10px;
	border-radius: 3px;
	font-size: 87.5%;
	color: #fff;
	background: #990014;
}
#confirm-cookie .btn-continue a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#confirm-cookie .btn-continue a.na {
	background: #7e9ca7;
}
@media only screen and (min-width: 768px){
	#confirm-cookie #confirm-cookie-in {
		display: table;
	}
	#confirm-cookie .lead,
	#confirm-cookie .btn-area {
		display: table-cell;
		vertical-align: top;
	}
	#confirm-cookie .btn-continue {
		border: none;
	}
	#confirm-cookie .btn-continue a {
		width: auto;
	}
}
/* top banner styles changed by pickup topic */
.index .top-special {
	padding: 15px 0;
}
@media only screen and (min-width: 480px){
	.index .top-special {
		padding: 20px 0;
	}
}
@media only screen and (min-width: 768px){
	.index .top-special {
		padding: 20px 0;
	}
}
/* top pickup topics */
#pickup-topics{
	overflow:hidden;
	position: relative;
	max-width:980px;
	margin: 0 10px 5px;
}
#pickup-topics ul{
	position:relative;
	margin-left:-3px;
	margin-right:-3px;
	white-space:nowrap;
	letter-spacing:-0.5em;
}
#pickup-topics ul li{
	display:inline-block;
	width:50%;
	letter-spacing:normal;
	vertical-align:top;
}
#pickup-topics ul li a{
	display: block;
	padding:0 3px;
}
#pickup-topics ul li a p.thumb{
	position: relative;
	border-radius:3px;
	background-color:#e5e5e5;
}
#pickup-topics ul li a p.thumb img{
	width:100%;
	border-radius:3px;
	vertical-align: top;
}
#pickup-topics ul li a p.thumb:after{
	content: '';
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:100%;
	height:100%;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 0 4px 0 inset;
	box-shadow: rgba(0,0,0,.2) 0 0 4px 0 inset;
	border-radius: 3px;
}
#pickup-topics ul li.yt a p.thumb:after {
	background: url(/games/s/eu/img/thumb-topics-cover-yt-16x9.png) no-repeat;
	background-size: 100%;
}
#pickup-topics ul li a p.title{
	overflow:hidden;
	margin: 4px 0;
	text-overflow:ellipsis;
	font-size: 87.5%;
	font-weight: bold;
	color: #990014;
}
#pickup-topics ul li a p.desc{
	overflow:hidden;
	height:2.8em;
	white-space: normal;
	font-size: 75%;
	line-height: 1.4;
	color: #3c454c;
}
#pickup-topics ul li a:hover p.title,
#pickup-topics ul li a:hover p.desc{
	color: #f00;
}
#pickup-topics .prev,
#pickup-topics .next{
	display: none;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 50px;
	top: 50px;
	margin: -25px 0 0 0;
}
#pickup-topics .prev{
	left: 0;
}
#pickup-topics .next{
	left: 100%;
	margin-left:-40px;
}
#pickup-topics .prev a,
#pickup-topics .next a{
	display: block;
	width: 40px;
	height: 50px;
	background: rgba(0,0,0,.55);
}
#pickup-topics .prev a {
	border-radius: 0 10px 10px 0;
}
#pickup-topics .next a {
	border-radius: 10px 0 0 10px;
}
#pickup-topics .prev a:hover,
#pickup-topics .next a:hover {
	background: rgba(153,0,20,.7)
}
#pickup-topics .prev a{
	left: 5px;
}
#pickup-topics .next a{
	right: 5px;
}
#pickup-topics .prev a:before,
#pickup-topics .prev a:after,
#pickup-topics .next a:before,
#pickup-topics .next a:after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	border-radius: 10px;
	background: #fff;
}
#pickup-topics .prev a:before {
	margin: auto 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
#pickup-topics .prev a:after {
	margin: auto 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}
#pickup-topics .next a:before {
	margin: auto 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
#pickup-topics .next a:after {
	margin: auto 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
@media only screen and (min-width: 768px){
	#pickup-topics{
		margin-bottom:10px;
	}
	#pickup-topics ul{
		margin-left:-5px;
		margin-right:-5px;
	}
	#pickup-topics ul li{
		width:33.3333%;
	}
	#pickup-topics ul li a{
		padding:0 5px;
	}
	#pickup-topics .next{
		left: 99.9999%;
	}
}
@media only screen and (min-width: 1024px){
	#pickup-topics{
		margin:0 auto 15px;
	}
}
/* rating */
.product-detail .rating img{
	width:64px;
	height:auto;
}

/* Featured Image 調整 */
.topics-detail .featured-image {
	padding:0 10px;
}
.topics-detail .featured-image p{
	padding:0;
}
.topics-detail .featured-image p img{
	display:block;
	width:100%;
	max-width:600px;
	margin:0 auto;
}

/* PRESS */

.press-input .contents {
	padding: 10px;
	background: -moz-linear-gradient(top,  #b9cdd6 0%, #fff 100%) no-repeat;
	background: -webkit-linear-gradient(top,  #b9cdd6 0%,#fff 100%) no-repeat;
	background: linear-gradient(to bottom,  #b9cdd6 0%,#fff 100%) no-repeat;
	-webkit-background-size: 100% 300px;
	background-size: 100% 300px;
}
.press-input .contents-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #DAE1E7;
	border-radius: 3px;
	background: #fff;
}
.press-input .contents h1 {
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #DAE1E7;
}
.press-input .contents p.lead {
	font-size: 87.5%;
	margin: 10px 0;
}
.press-input .contents .input-area {
	padding: 10px;
	border: 1px solid #b9cdd6;
	background: #e6ecef;
	border-radius: 3px;
}
.press-input .contents .input-area dl {
	margin: 10px 0;
}
.press-input .contents .input-area dl dt {
	font-size: 87.5%;
}
.press-input .contents .input-area dl.required dt:after {
	content: '*';
	color: #990014;
	font-weight: bold;
	font-size: 1rem;
}
.press-input .contents .input-area dl dd input,
.press-input .contents .input-area dl dd select,
.press-input .contents .input-area dl dd textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 4px;
	border: 1px solid #b9cdd6;
}
.press-input .contents .input-area p.note {
	font-size: 50%;
	line-height: 1.2;
}
.press-input .contents .input-area dl dd p.error {
	position: relative;
	margin: 6px 0 0 0;
	padding: 2px 4px;
	font-size: 87.5%;
	border-radius: 3px;
	background: #990014;
	color:#fff;
}
.press-input .contents .input-area dl dd p.error:before {
	position: absolute;
	content: '';
	top: -10px;
	left: 10px;
	border: 10px solid transparent;
	border-top: none;
	border-bottom: 10px solid #990014;
}
.press-input .contents ul.notice {
	counter-reset:num;
	font-size: 0.75rem;
	line-height: 1.4;
	margin: 10px 0;
}
.press-input .contents ul.notice > li {
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 1.4em;
}
.press-input .contents ul.notice > li:before {
	position: absolute;
	left: 0;
	content:"・";
}
.press-input .contents .btn-area {
	margin: 20px 0;
	text-align: center;
}
.press-input .contents .btn-area a {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	padding: 10px 0;
	border-radius: 3px;
	background: #3c454c;
	text-align: center;
	color: #fff;
}
.press-input .contents .btn-area a.submit {
	background: #990014;
}
.press-input .contents .btn-area a:hover {
	background: #f00;
}
@media only screen and (min-width: 768px){
	.press-input .contents .input-area {
		max-width: 600px;
		margin: 0 auto;
	}
	.press-input .contents .input-area dl {
		display: table;
		width: 500px;
		margin: 10px auto;
	}
	.press-input .contents .input-area dl dt {
		display: table-cell;
		width: 180px;
		padding: 0 10px 0 0;
		text-align: right;
		vertical-align: top;
	}
	.press-input .contents .input-area dl dd {
		display: table-cell;
	}
}
.press-confirm .contents {
	padding: 10px;
	background: -moz-linear-gradient(top,  #b9cdd6 0%, #fff 100%) no-repeat;
	background: -webkit-linear-gradient(top,  #b9cdd6 0%,#fff 100%) no-repeat;
	background: linear-gradient(to bottom,  #b9cdd6 0%,#fff 100%) no-repeat;
	-webkit-background-size: 100% 300px;
	background-size: 100% 300px;
}
.press-confirm .contents-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #DAE1E7;
	border-radius: 3px;
	background: #fff;
}
.press-confirm .contents p.lead {
	font-size: 87.5%;
	margin: 10px 0 20px;
}
.press-confirm .contents .input-area {
	padding: 10px;
	border: 1px solid #b9cdd6;
	background: #e6ecef;
	border-radius: 3px;
}
.press-confirm .contents .input-area dl {
	margin: 10px 0 20px;
}
.press-confirm .contents .input-area dl dt {
	font-size: 87.5%;
	font-weight: bold;
}
.press-confirm .contents .input-area dl dd {
	padding: 0 0 0 10px;
	font-size: 87.5%;
}
.press-confirm .contents .btn-area {
	margin: 20px 0;
	text-align: center;
}
.press-confirm .contents .btn-area a {
	display: inline-block;
	width: 120px;
	padding: 10px 0;
	border-radius: 3px;
	background: #3c454c;
	text-align: center;
	color: #fff;
}
.press-confirm .contents .btn-area a.submit {
	background: #990014;
}
.press-confirm .contents .btn-area a:hover {
	background: #f00;
}
@media only screen and (min-width: 768px){
	.press-confirm .contents .input-area {
		max-width: 600px;
		margin: 0 auto;
	}
	.press-confirm .contents .input-area dl {
		display: table;
		width: 500px;
		margin: 10px auto;
	}
	.press-confirm .contents .input-area dl dt {
		display: table-cell;
		width: 180px;
		padding: 0 10px 0 0;
		text-align: right;
		vertical-align: top;
	}
	.press-confirm .contents .input-area dl dd {
		display: table-cell;
	}
}
.press-complete .contents {
	padding: 10px;
	background: -moz-linear-gradient(top,  #b9cdd6 0%, #fff 100%) no-repeat;
	background: -webkit-linear-gradient(top,  #b9cdd6 0%,#fff 100%) no-repeat;
	background: linear-gradient(to bottom,  #b9cdd6 0%,#fff 100%) no-repeat;
	-webkit-background-size: 100% 300px;
	background-size: 100% 300px;
}
.press-complete .contents-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #DAE1E7;
	border-radius: 3px;
	background: #fff;
}
.press-complete .contents p.lead {
	font-size: 87.5%;
	margin: 10px 0 20px;
}
/* プライバシーポリシー等の箇条書きスタイル調整 */
.simple-page.privacy .contents section ul > li:before,
.simple-page.cookies_privacy .contents section ul > li:before,
.simple-page.privacy .contents section ul > li:before {
	content:"-";
}
