@charset "UTF-8";


/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}



/* style */

html {
	height: 100%;
}
body {
	height: 100%;
	font-family: arial, sans-serif;
	font-size:16px;
	line-height: 18px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap : break-word;
	background: #000;
}
body:lang(ja) {
	font-family: arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body:lang(en) {
	font-family: StratumRegular, arial, sans-serif;
}
@font-face {
	font-family: 'StratumRegular';
	src: url('/wepes/2017/s/data/Stratum1WebRegular.eot');
	src: url('/wepes/2017/s/data/Stratum1WebRegular.eot?#iefix') format('embedded-opentype'), url('/wepes/2017/s/data/Stratum1WebRegular.woff') format('woff');
}
#particle {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	opacity: .3;
	transform: translate3d(0,0,0);/*iOSおまじない*/
}
#wrapper {
	position: relative;
	overflow: hidden;
}
header {
	background: #000;
}
header div {
	max-width: 1000px;
	margin: 0 auto;
}
header .konami-logo {
	padding: 7px 10px;
	border-bottom: 1px solid #584a19;
}
header .konami-logo img {
	width: 112px;
	vertical-align: bottom;
}
header .btn-language-select a {
	display: block;
	position: relative;
	padding: 10px;
	font-size: 75%;
	color: #a7904c;
}
header .btn-language-select a:after {
	position: absolute;
	content: '';
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #a7904c;
	border-left: 1px solid #a7904c;
	-webkit-transform: rotate(-135deg) translate(4px,0);
	-ms-transform: rotate(-135deg) translate(4px,0);
	-o-transform: rotate(-135deg) translate(4px,0);
	transform: rotate(-135deg) translate(4px,0);
}
header .btn-language-select a span {
	padding: 0 4px;
	color: #fff;
}
@media only screen and (min-width: 768px){
	header div {
		display: table;
		width: 100%;
		height: 46px;
	}
	header div > p {
		display: table-cell;
		vertical-align: middle;
	}
	header .konami-logo {
		border: none;
	}
	header .btn-language-select {
		text-align: right;
	}
	header .btn-language-select a {
		display: inline-block;
		position: static;
	}
	header .btn-language-select a:after {
		display: none;
	}
}
.gnav-pc {
	display: none;
}
#global-menu {
	position: relative;
	background: -moz-linear-gradient(left,  rgba(28,27,19,0) 0%, rgba(28,27,19,0.9) 5%, rgba(28,27,19,0.9) 95%, rgba(28,27,19,0) 100%) 50% 50% no-repeat;
	background: -webkit-linear-gradient(left,  rgba(28,27,19,0) 0%,rgba(28,27,19,0.9) 5%,rgba(28,27,19,0.9) 95%,rgba(28,27,19,0) 100%) 50% 50% no-repeat;
	background: linear-gradient(to right,  rgba(28,27,19,0) 0%,rgba(28,27,19,0.9) 5%,rgba(28,27,19,0.9) 95%,rgba(28,27,19,0) 100%) 50% 50% no-repeat;
	background-size: 1200px 100%;
	z-index: 15;
}
#global-menu #accordion {
	display: none;
}
#global-menu .ctrlr {
	display: table;
	width: 100%;
	height: 38px;
}
#global-menu .ctrlr li {
	display: table-cell;
	vertical-align: middle;
	color: #b79e6d;
}
#global-menu .ctrlr li.order {
	text-align: right;
}
#global-menu .ctrlr li.order a {
	display: block;
	position: relative;
	line-height: 18px;
	padding: 10px 30px 10px 10px;
	color: #fff;
	background: -moz-linear-gradient(-30deg,  rgba(25,24,18,1) 0%, rgba(25,24,18,1) 24%, rgba(25,24,18,0) 25%, rgba(25,24,18,0) 100%), -moz-linear-gradient(top,  rgba(28,27,19,1) 0%, rgba(28,27,19,.4) 70%, rgba(28,27,19,.2) 100%) #830c17;
	background: -webkit-linear-gradient(-30deg,  rgba(25,24,18,1) 0%,rgba(25,24,18,1) 24%,rgba(25,24,18,0) 25%,rgba(25,24,18,0) 100%), -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(28,27,19,.4) 70%,rgba(28,27,19,.2) 100%) #830c17;
	background: linear-gradient(120deg,  rgba(25,24,18,1) 0%,rgba(25,24,18,1) 24%,rgba(25,24,18,0) 25%,rgba(25,24,18,0) 100%), linear-gradient(to bottom,  rgba(28,27,19,1) 0%,rgba(28,27,19,.4) 70%,rgba(28,27,19,.2) 100%) #830c17;
}
#global-menu .ctrlr li.order:hover a {
	background: -moz-linear-gradient(-30deg,  rgba(25,24,18,1) 0%, rgba(25,24,18,1) 24%, rgba(25,24,18,0) 25%, rgba(25,24,18,0) 100%), -moz-linear-gradient(top,  rgba(28,27,19,.8) 0%, rgba(28,27,19,.4) 70%, rgba(28,27,19,.2) 100%) #c90b0b;
	background: -webkit-linear-gradient(-30deg,  rgba(25,24,18,1) 0%,rgba(25,24,18,1) 24%,rgba(25,24,18,0) 25%,rgba(25,24,18,0) 100%), -webkit-linear-gradient(top,  rgba(0,0,0,.8) 0%,rgba(28,27,19,.4) 70%,rgba(28,27,19,.2) 100%) #c90b0b;
	background: linear-gradient(120deg,  rgba(25,24,18,1) 0%,rgba(25,24,18,1) 24%,rgba(25,24,18,0) 25%,rgba(25,24,18,0) 100%), linear-gradient(to bottom,  rgba(28,27,19,.8) 0%,rgba(28,27,19,.4) 70%,rgba(28,27,19,.2) 100%) #c90b0b;
}
#global-menu .ctrlr li.order a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 16px;
	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);
}
#global-menu .ctrlr label p {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 38px;
	margin: 0 10px;
	vertical-align: middle;
	background: -moz-linear-gradient(top,  #9b7e45 0%, #c3a65d 40%, #c3a65d 60%, #9b7e45 100%);
	background: -webkit-linear-gradient(top,  #9b7e45 0%,#c3a65d 40%,#c3a65d 60%,#9b7e45 100%);
	background: linear-gradient(to bottom,  #9b7e45 0%,#c3a65d 40%,#c3a65d 60%,#9b7e45 100%);
	cursor: pointer;
}
#global-menu .ctrlr label span {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 2px;
	margin: -1px 0 0 -13px;
	background:#000;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
#global-menu .ctrlr label span:before,
#global-menu .ctrlr label span:after {
	content: '';
	position: absolute;
	left: 0;
	width: inherit;
	height: inherit;
	background:#000;
	border-radius: inherit;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
#global-menu .ctrlr label span:before {
	bottom: 400%;
}
#global-menu .ctrlr label span:after {
	top: 400%;
}
#global-menu #accordion:checked + .ctrlr label span {
	background: transparent;
}
#global-menu #accordion:checked + .ctrlr label span:before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#global-menu #accordion:checked + .ctrlr label span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#global-menu #accordion:checked + ul + .main-menu {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
}
.main-menu {
	display: none;
	position: relative;
	padding: 0 10px;
	background: rgba(0,0,0,.8);
	border-top: 1px solid #c3a65d;
	border-bottom: 1px solid #c3a65d;
	z-index: 15;
}
.main-menu > ul > li a {
	display: block;
	color: #fff;
	border-top: 1px #76663b dotted;
}
.main-menu > ul > li img,
.main-menu > ul > li br {
	display: none;
}
.main-menu > ul > li  div {
	display: table;
	width: 100%;
}
.main-menu > ul > li  div span {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}
.main-menu > ul > li.current  div span {
	background: url(/wepes/2017/s/img/bg_current.png);
}
.main-menu > ul > li.order.current div span {
	background: none;
}
.main-menu > ul > li a:hover {
	color: #000;
	background: #c3a65d;
}
.main-menu > ul > li:first-child a {
	border-top: none;
}
.main-menu .sub-menu {
	padding: 0 0 0 20px;
}
.main-menu .sub-menu:lang(ar) {
	padding: 0 20px 0 0;
}
.main-menu .sub-menu li {
	font-size: 87.5%;
}
.main-menu .sub-menu li a {
	padding: 10px;
}
@media only screen and (min-width: 768px){
	.gnav-pc {
		display: block;
	}
	.gnav-sp {
		display: none;
	}
	#gnav.fix {
		height: 80px;
	}
	#gnav.fix .inner{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 15;
		transform: translate3d(0,0,0);/*iOSおまじない*/
	}
	#global-menu {
		height: 66px;
	}
	#global-menu .ctrlr {
		display: none;
	}
	.main-menu {
		display: block;
		margin: 0 auto;
		border: none;
		background: none;
	}
	.main-menu > ul {
		overflow: hidden;
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.main-menu > ul > li {
		float: left;
		position: relative;
		width: 20%;
		line-height: 1;
	}
	.main-menu > ul > li a {
		border-top: none;
	}
	.main-menu > ul > li div {
		background: -moz-linear-gradient(top,  rgba(28,27,19,1) 0%, rgba(28,27,19,.8) 70%, rgba28,27,19,.6) 100%) #000;
		background: -webkit-linear-gradient(top,  rgba(28,27,19,1) 0%,rgba(28,27,19,.8) 70%,rgba(28,27,19,.6) 100%) #000;
		background: linear-gradient(to bottom,  rgba(28,27,19,1) 0%,rgba(28,27,19,.8) 70%,rgba(28,27,19,.6) 100%) #000;
		-webkit-transition: background .2s ease-in;
		-o-transition: background .2s ease-in;
		transition: background .2s ease-in;
	}
	.main-menu > ul > li.order div {
		background: -moz-linear-gradient(top,  rgba(28,27,19,1) 0%, rgba(28,27,19,.4) 70%, rgba(28,27,19,.2) 100%) #830c17;
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(28,27,19,.4) 70%,rgba(28,27,19,.2) 100%) #830c17;
		background: linear-gradient(to bottom,  rgba(28,27,19,1) 0%,rgba(28,27,19,.4) 70%,rgba(28,27,19,.2) 100%) #830c17;
	}
	.main-menu > ul > li.order.current div {
		background: -moz-linear-gradient(top,  rgb(124, 74, 47) 0%, rgba(124, 74, 47,.4) 70%, rgba(124, 74, 47,.2) 100%) #830c17;
		background: -webkit-linear-gradient(top,  rgba(124, 74, 47,1) 0%,rgba(124, 74, 47,.4) 70%,rgba(124, 74, 47,.2) 100%) #830c17;
		background: linear-gradient(to bottom,  rgba(124, 74, 47,1) 0%,rgba(124, 74, 47,.4) 70%,rgba(124, 74, 47,.2) 100%) #830c17;
	}
	.main-menu > ul > li img {
		margin: 0 0 4px;
	}
	.main-menu > ul > li+li div {
		border-left: 1px solid #000;
	}
	.main-menu > ul > li:hover div {
		background: -moz-linear-gradient(top,  rgba(28,27,19,1) 0%, rgba(28,27,19,.8) 70%, rgba(28,27,19,.6) 100%) #c3a65d;
		background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(28,27,19,.8) 70%,rgba(28,27,19,.6) 100%) #c3a65d;
		background: linear-gradient(to bottom,  rgba(28,27,19,1) 0%,rgba(28,27,19,.8) 70%,rgba(28,27,19,.6) 100%) #c3a65d;
	}
	.main-menu > ul > li.order:hover div {
		background: -moz-linear-gradient(top,  rgba(28,27,19,.8) 0%, rgba(28,27,19,.4) 70%, rgba(28,27,19,.2) 100%) #c90b0b;
		background: -webkit-linear-gradient(top,  rgba(0,0,0,.8) 0%,rgba(28,27,19,.4) 70%,rgba(28,27,19,.2) 100%) #c90b0b;
		background: linear-gradient(to bottom,  rgba(28,27,19,.8) 0%,rgba(28,27,19,.4) 70%,rgba(28,27,19,.2) 100%) #c90b0b;
	}
	.main-menu > ul > li.order.current:hover div {
		background: -moz-linear-gradient(top,  rgb(124, 74, 47) 0%, rgba(124, 74, 47,.4) 70%, rgba(124, 74, 47,.2) 100%) #c90b0b;
		background: -webkit-linear-gradient(top,  rgba(124, 74, 47,1) 0%,rgba(124, 74, 47,.4) 70%,rgba(124, 74, 47,.2) 100%) #c90b0b;
		background: linear-gradient(to bottom,  rgba(124, 74, 47,1) 0%,rgba(124, 74, 47,.4) 70%,rgba(124, 74, 47,.2) 100%) #c90b0b;
	}
	.main-menu > ul > li a:hover {
		color: #fff;
	}
	.main-menu > ul > li img,
	.main-menu > ul > li br {
		display: inline-block;
	}
	.main-menu > ul > li div span {
		height: 66px;
		padding: 0 10px;
	}
	.main-menu .sub-menu {
		height: 0;
		padding: 0;
		-webkit-transition: transform .2s .1s;
		-o-transition: transform .2s .1s;
		transition: transform .2s .1s;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.main-menu > ul li:hover .sub-menu {
		height: auto;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}
	.main-menu .sub-menu li {
		display: block;
		width: auto;
		line-height: 30px;
	}
	.main-menu > ul li .sub-menu a {
		padding: 0 10px;
		background: #000;
		border: 1px solid #3e3e3e;
	}
	.main-menu > ul li .sub-menu li+li a {
		border-top: none;
	}
	.main-menu > ul li .sub-menu a:hover {
		color: #000;
		background: #c3a65d;
		border-color: transparent;
	}
	.fix #global-menu {
		height: 50px;
		min-height: 50px;
	}
	.fix .main-menu > ul > li img,
	.fix .main-menu > ul > li br {
		display: none;
	}
	.fix .main-menu > ul > li div span {
		height: 50px;
	}
	#gnav.second {
		position: relative;
	}
	#gnav.second:before {
		position: absolute;
		content: '';
		top: 100%;
		left: 50%;
		right: 0;
		width: 1251px;
		height: 80px;
		margin: 0 0 0 -625px;
		background: url(/wepes/2017/s/img/bg_gnav.png) no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#gnav.second.fix:before {
		position: fixed;
		top: 50px;
	}
}
.index .contents {
	position: relative;
}
.index .mainvisual {
	position: relative;
	padding-top: 57%;
	height: 0;
	margin: 0 0 50px;
	background: url(/wepes/2017/s/img/mainvisual.jpg) no-repeat 50% 0 #000;
	background-size: 120% auto;
}
.index .mainvisual .logo-pes {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20%;
}
.index .mainvisual .logo-product {
	position: absolute;
	top: 52%;
	left: 15%;
	width: 70%;
}
.index .mainvisual .to-be-released {
	position: absolute;
	top: 95%;
	width: 100%;
	height: 2.2em;
}
.index .mainvisual .to-be-released > span {
	display: block;
	width: 100%;
	height: 2.2em;
	text-align: center;
}
.index .mainvisual .to-be-released > span > span {
	display: inline-block;
	padding: 8px;
	min-width: 220px;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 0 3px #000;
	color: #f3e30b;
	border: 1px solid #f3e30b;
	-webkit-box-shadow: inset 0 0 4px #000, 0 0 4px #000;
	box-shadow: inset 0 0 4px #000, 0 0 4px #000;
}
.index .video {
	max-width: 1000px;
	margin: 40px auto 50px;
}
.index .video h1 {
	margin: 30px 0 10px 10px;
	font-weight: bold;
	color: #a7904c;
}
.index .video ul {
	margin: 10px 0 0 10px;
}
.index .video li {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
}
.index .video li .inner {
	margin: 0 10px 0 0;
}
.index .video li a {
	display: block;
	position: relative;
}
.index .video li a:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 1px #fff solid;
	border-radius: 40px;
	z-index: 2;
}
.index .video li a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -8px;
	border-top: 12px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 12px solid transparent;
	z-index: 2;
}
.index .video li a:hover:before {
	opacity: .5;
}
.index .video li a:hover:after {
	opacity: .5;
}
.index .video li a p:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,.3);
	z-index: 1;
}
.index .video li.new a p:after {
	content: '';
	display: block;
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 70px;
	height: 70px;
	background: url(/wepes/2017/s/img/teaser/icon_new.png?v2) no-repeat;
	background-size: 100%;
	z-index: 1;
}
.index .video li.de a p:after {
	background-image: url(/wepes/2017/s/img/teaser/icon_new_de.png);
}
.index .video li.es a p:after {
	background-image: url(/wepes/2017/s/img/teaser/icon_new_es.png);
}
.index .video li a p img {
	box-sizing: border-box;
	width: 100%;
	vertical-align: bottom;
	border: 1px solid #baa06f;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}
.index .video li a:hover p img {
	border: 1px solid #fff;
}
.index .video li dl dt,
.index .video li dl dd {
	padding: 4px 0 0;
	font-size: 75%;
	line-height: 1.2;
	text-align: left;
}
.index .video .btn-archive {
	margin: 0 10px 10px;
	text-align: right;
}
.index .video .btn-archive a {
	display: inline-block;
	position: relative;
	padding: 6px 40px 6px 10px;
	font-size: 87.5%;
	border: 1px solid #f5d293;
	border-radius: 5px;
	color: #f5d293;
}
.index .video .btn-archive a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #f5d293;
	border-left: 1px solid #f5d293;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.index .video .btn-archive a:hover {
	border: 1px solid #fff;
	color: #fff;
}
.index .video .btn-archive a:hover:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.index .bnr-area {
	max-width: 998px;
	margin: 0 auto;
}
.index .bnr-area ul {
	margin: 20px 10px 30px 20px;
}
.index .bnr-area ul li a {
	display: block;
	margin: 0 9px 10px 0;
}
.index .bnr-area ul li a img {
	width: 100%;
	vertical-align: bottom;
}
.index .points {
	margin: 30px 15px;
}
.index .points dl {
	box-sizing: border-box;
	width: 276px;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #7d7d7d;
}
.index .points dl dt,
.index .points dl dd {
	width: 270px;
	margin: 2px 0 0;
}
.index .points dl img {
	width: 100%;
	vertical-align: bottom;
}
.index .sup {
	position: relative;
	overflow: hidden;
	max-width: 1000px;
	margin: 40px auto 0;
	z-index: 5;
}
.index .sup .hardware {
	margin: 20px 0 0;
	padding: 0 15px 10px;
	text-align: center;
}
.index .sup .hardware h1 {
	margin: 0 0 10px;
	font-size: 87.5%;
	text-align: left;
	color: #b79e6d;
	border-bottom: 1px solid #b79e6d;
}
.index .sup .hardware img {
	margin: 6px;
	vertical-align: bottom;
}
.index .sup .hardware .ps3 img,
.index .sup .hardware .ps4 img {
	width: 45px;
}
.index .sup .hardware .xboxone img {
	width: 85px;
}
.index .sup .hardware .xbox360 img {
	width: 81px;
}
.index .sup .hardware .steam img {
	width: 66px;
}
.index .sup .official-account {
	margin: 10px 0 0;
	padding: 10px 15px;
}
.index .sup .official-account h1 {
	margin: 0 0 10px;
	font-size: 87.5%;
	text-align: left;
	color: #b79e6d;
	border-bottom: 1px solid #b79e6d;
}
.index .sup .official-account a {
	font-size: 75%;
	color: #fff;
}
.index .sup .official-account a span {
	display: inline-block;
	color: #a7904c;
}
.index .sup .official-account a:before {
	content: '';
	display: inline-block;
	margin: 0 8px 4px 0;
	border-radius: 2px;
	vertical-align: middle;
}
.index .sup .official-account .official-twitter a:before {
	width: 28px;
	height: 28px;
	background: url(/wepes/2017/s/img/official_account_twitter.svg) #30a7e1 no-repeat 50% 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.index .sup .official-account .official-facebook a:before {
	width: 28px;
	height: 28px;
	background: url(/wepes/2017/s/img/official_account_facebook.svg) #335094 no-repeat 50% 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.index .sup .official-account .official-weibo a:before {
	width: 32px;
	height: 32px;
	margin: 0 4px 4px 0;
	background: url(/wepes/2017/s/img/official_account_weibo.svg) no-repeat 50% 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.index .sup .updates {
	padding: 10px 15px;
}
.index .sup .updates h1 {
	margin: 0 0 10px;
	font-size: 87.5%;
	text-align: left;
	color: #b79e6d;
	border-bottom: 1px solid #b79e6d;
}
.index .sup .updates ul {
	position: relative;
	max-height: 160px;
	background: rgba(0, 0, 0, 0.5);
}
.index .sup .updates ul li {
	padding: 4px 0;
}
.index .sup .updates a {
	color: #a5a5a5;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}
.index .sup .updates dl {
	display: table;
	width: 100%;
	margin: 2px 0;
}
.index .sup .updates dl dt {
	display: table-cell;
	padding: 0 6px 0 0;
	font-size: 75%;
	color: #b79e6d;
}
.index .sup .updates dl dd {
	display: table-cell;
	font-size: 75%;
	width: 80%;
	color: #a5a5a5;
	-webkit-transition: color .1s linear;
	transition: color .1s linear;
}
.index .sup .updates a:hover {
	color: #fff;
}
.index .sup .updates .ps-container>.ps-scrollbar-y-rail {
	opacity: .5;
}
.index .sup .updates .ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	opacity: .9;
}
.index .sup .updates a:hover dl dd {
	color: #fff;
}
@media only screen and (min-width: 480px){
	.index .sup {
		margin: 90px auto 50px;
	}
	.index .video li {
		width: 50%;
	}
	/* indexのvideoが2つになったらここから下削除 */
	.index .video ul {
		width: 50%;
	}
	.index .video li {
		width: 100%;
	}
	.index .video .btn-archive {
		box-sizing: border-box;
		width: 50%;
		padding: 0 10px 0 0;
	}
	/* ここまで */
	.index .bnr-area ul {
		overflow: hidden;
		margin: 20px 0 30px 10px;
	}
	.index .bnr-area ul li {
		float: left;
		width: 50%;
	}
}
@media only screen and (min-width: 768px){
	.index .mainvisual {
		height: 570px;
		padding-top: 0;
		margin: 0;
		background-size: 1260px auto;
	}
	.index .mainvisual > .inner {
		position: relative;
		max-width: 1000px;
		height: 570px;
		margin: 0 auto;
	}
	.index .mainvisual .logo-pes {
		right: 15px;
		width: 13%;
	}
	.index .mainvisual .logo-product {
		top: 260px;
		right: inherit;
		left: 20%;
		width: 60%;
	}
	.index .mainvisual .to-be-released {
		top: 480px;
		right: 10%;
		left: inherit;
		width: 80%;
		font-size: 137.5%;
	}
	.index .mainvisual .to-be-released > span > span {
		min-width: 320px;
		border: 2px solid #f3e30b;
		background: rgba(0,0,0,.5);
	}
	.index .points {
		margin: 40px 0 50px;
	}
	.index .points dl {
		display: table;
		width: 100%;
		max-width: 980px;
		table-layout: fixed;
	}
	.index .points dl dt,
	.index .points dl dd {
		display: table-cell;
		box-sizing: border-box;
		width: 25%;
	}
	.index .points dl dd+dd {
		padding: 0 0 0 2px;
	}
	.index .points dl dt {
		border: none;
	}
	.index .sup {
		margin: 50px auto 50px;
	}
	.index .video li .inner {
		overflow: hidden;
		background: -moz-linear-gradient(top,  rgba(81,70,42,.9) 0%, rgba(29,25,19,.7) 100%) 100% 0 no-repeat;
		background: -webkit-linear-gradient(top,  rgba(81,70,42,.9) 0%,rgba(29,25,19,.7) 100%) 100% 0 no-repeat;
		background: linear-gradient(to bottom,  rgba(81,70,42,.9) 0%, rgba(29,25,19,.7) 100%) 100% 0 no-repeat;
		-webkit-background-size: 39% 100%;
		background-size: 39% 100%;
	}
	.index .video li .inner a {
		float: left;
		width: 60%;
		margin: 1px 10px 1px 0;
	}
	.index .bnr-area ul li {
		width: 33.3%;
	}
	.index .sup {
		display: table;
		width: 100%;
		margin: 30px auto 0;
	}
	.index .sup .hardware {
		display: table-cell;
		width: 150px;
		text-align: left;
	}
	.index .sup .official-account {
		display: table-cell;
		width: 200px;
	}
	.index .sup .updates {
		display: table-cell;
	}
	.index .sup .updates dl dt,
	.index .sup .updates dl dd {
		font-size: 87.5%;
	}
	.index .sup .hardware img {
		margin: 10px;
	}
	.index .sup .hardware .ps3 img,
	.index .sup .hardware .ps4 img {
		width: 75px;
	}
	.index .sup .hardware .xboxone img {
		width: 133px;
	}
	.index .sup .hardware .xbox360 img {
		width: 127px;
	}
	.index .sup .hardware .steam img {
		width: 105px;
	}
}
/* SNS share */
.sns-share {
	padding-top:30px;
}
.sns-share ul{
	text-align:center;
}
.sns-share ul li{
	display:inline-block;
	width:56px;
	height:56px;
	margin: 0 8px;
}
.sns-share ul li a{
	display:block;
	width:56px;
	height:56px;
	background:url(/wepes/2017/s/img/sns_share_button.svg?v2) 0 -2px no-repeat;
	background-size:auto auto;
}
.sns-share ul li.twitter a{
	background-position:0 -2px;
}
.sns-share ul li.twitter a:hover{
	background-position:0 -58px;
}
.sns-share ul li.facebook a{
	background-position:-58px -2px;
}
.sns-share ul li.facebook a:hover{
	background-position:-58px -58px;
}
.sns-share ul li.line a{
	background-position:-115px -2px;
}
.sns-share ul li.line a:hover{
	background-position:-115px -58px;
}
.sns-share ul li.google-plus a{
	background-position:-172px -2px;
}
.sns-share ul li.google-plus a:hover{
	background-position:-172px -58px;
}
@media only screen and (min-width: 768px){
	.sns-share ul{
		padding:10px 0;
		border-top:1px solid #5e501c;
		border-bottom:1px solid #5e501c;
	}
}
.privilege .headline {
	position: relative;
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 15px 10px;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #483a17;
}
.privilege .headline:before {
	position: absolute;
	content: '';
	top: -20px;
	left: -100px;
	width: 836px;
	height: 576px;
	background: url(/wepes/2017/s/img/bg_headline.png) no-repeat;
}
.privilege .headline div {
	position: relative;
	z-index: 5;
}
.privilege .headline h1 {
	line-height: 1.2;
}
.privilege .headline p {
	margin: 10px 0;
	text-align: right;
}
.privilege .headline p img {
	width: 30%;
	max-width: 190px;
}
.privilege .contents {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 5;
}
.privilege .privilege-list {
	padding: 0 20px;
}
.privilege .privilege-list table {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px 0;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
}
.privilege .privilege-list .bonus {
	margin: 60px 0 0;
}
.privilege .privilege-list .bonus h1 {
	line-height: 1.4;
}
.privilege .privilege-list .bonus table {
	width: 100%;
	margin: 0 auto;
}
.privilege .privilege-list tr th {
	text-align: center;
	font-size: 0.857rem;
	background: rgba(44, 30, 16, 0.5);
}
.privilege .privilege-list tr th span {
	display: block;
	font-size: 0.75rem;
	line-height: 1.2;
}
.privilege .privilege-list tr td {
	text-align: center;
	width: 33.3%;
	font-size: 87.5%;
	line-height: 1.3;
	background: rgba(0, 0, 0, 0.5);
}
.privilege .privilege-list td,
.privilege .privilege-list th {
	padding: 6px;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
}
.privilege .privilege-list .campaign table+table td {
	width: 25%;
}
.privilege .privilege-list .campaign table+table td.startup_agent {
	width: 50%;
}
.privilege .privilege-list tr td.toty img {
	display: block;
	width: 70px;
	margin: 10px auto;
}
.privilege .privilege-list tr td.coming-soon img,
.privilege .privilege-list tr td.fcb img {
	display: block;
	width: 90%;
	max-width: 60px;
	margin: 5px auto 15px;
}
.privilege .privilege-list tr td.startup_agent img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.privilege .privilege-list tr td.gp img {
	width: 1em;
	margin: 0 2px 2px 0;
	vertical-align: bottom;
}
.privilege .privilege-list tr td .img-wrapper {
	display: block;
	position: relative;
	width: 140px;
	margin: 0 auto;
}
.privilege .privilege-list tr td .img-wrapper a {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #434343;
	background: url(/wepes/2017/s/img/teaser/btn_zoom.png) no-repeat 95% 92%;
	background-size: 33px;
	opacity: .5;
	z-index: 10;
}
.privilege .privilege-list tr td .img-wrapper img {
	display: block;
	width: 100%;
}
.privilege .privilege-list tr td .img-wrapper a:hover {
	border: 1px solid #fff;
	opacity: 1;
}
.privilege .privilege-list h1.campaign {
	margin:10px 0;
	font-size: 125%;
	font-weight: bold;
}
.privilege .privilege-list .continuation {
	margin: 60px 0 0;
}
.privilege .privilege-list .continuation h1 {
	margin:10px 0;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
}
.privilege .privilege-list .continuation table {
	width: 100%;
	margin: 0 auto;
}
.privilege .privilege-detail {
	margin: 60px 0 0;
	padding: 0 20px;
}
.privilege .privilege-detail h1 {
	margin:10px 0;
	font-size: 125%;
	font-weight: bold;
}
.privilege .privilege-detail table {
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
}
.privilege .privilege-detail tr th {
	font-weight: bold;
}
.privilege .privilege-detail tr:nth-child(2n) td,
.privilege .privilege-detail tr:nth-child(2n) th {
	background: rgba(44, 30, 16, 0.5);
}
.privilege .privilege-detail td {
	font-size: 75%;
	padding: 6px;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
	background: rgba(0, 0, 0, 0.5);
}
.privilege .privilege-detail td.emphasis {
	color: #f3e30b;
}
.privilege .privilege-detail th {
	font-size: 87.5%;
	padding: 6px;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
}
.privilege .notice {
	margin: 20px 0;
}
.privilege .notice dt {
	margin:10px 0;
	font-size: 87.5%;
	font-weight: bold;
}
.privilege .notice dd {
	font-size: 75%;
	margin:6px 0 6px 10px;
	line-height: 1.3;
}
.privilege .notice dd table {
	margin: 10px 0 0;
}
.privilege .notice dd table th {
	height: auto;
	text-align: left;
	font-size: 0.75rem;
}
.privilege .notice dd table td {
	height: auto;
	width: auto;
	text-align: left;
	font-size: 0.75rem;
}
.privilege .important-notice {
	margin: 30px 20px 40px;
	border: 1px solid #f5d293;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
}
.privilege .important-notice input {
	display: none;
}
.privilege .important-notice h1 label {
	display: block;
	position: relative;
	font-size: 87.5%;
	font-weight: bold;
	padding: 10px 40px 10px 10px;
	font-size: 87.5%;
	color: #f5d293;
	cursor: pointer;
}
.privilege .important-notice h1 label:hover {
	color: #fff;
}
.privilege .important-notice h1 label:before,
.privilege .important-notice h1 label:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	top: 50%;
	right: 10px;
	background: #f5d293;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.privilege .important-notice h1 label:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.privilege .important-notice input:checked + h1 label:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.privilege .important-notice h1 label:hover:before,
.privilege .important-notice h1 label:hover:after {
	background: #fff;
}
.privilege .important-notice div {
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
.privilege .important-notice input:checked + h1 + div {
	display: block;
	height: auto;
	margin: 0 10px 0;
	padding: 6px 0;
	opacity: 1;
	font-size: 75%;
	line-height: 1.3;
}
.privilege .important-notice div p {
	margin: 0 0 15px 0;
}
.privilege .important-notice div dl {
	margin: 0 0 20px 10px;
}
.privilege .important-notice div dl dt {
	font-weight: bold;
	margin: 0 0 5px;
}
.privilege .important-notice div dl dd {
	margin: 0 0 5px 10px;
}
.privilege .btn-order {
	margin: 6px 10px;
	text-align: right;
}
.privilege .btn-order a {
	display: inline-block;
	position: relative;
	padding: 10px 40px 10px 10px;
	font-size: 87.5%;
	border: 1px solid #f5d293;
	border-radius: 5px;
	color: #f5d293;
}
.privilege .btn-order a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #f5d293;
	border-left: 1px solid #f5d293;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.privilege .btn-order a:hover {
	border: 1px solid #fff;
	color: #fff;
}
.privilege .btn-order a:hover:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
@media only screen and (min-width: 768px){
	.privilege .privilege-list .campaign,
	.privilege .privilege-list .bonus-table {
		display: table;
		width: 100%;
	}
	.privilege .privilege-list .campaign > div{
		display: table-cell;
		vertical-align: top;
		width:40%;
	}
	.privilege .privilege-list .campaign > div+div {
		width: 60%;
	}
	.privilege .privilege-list .bonus-table > div{
		display: table-cell;
		vertical-align: top;
		width:60%;
	}
	.privilege .privilege-list .bonus-table > div+div {
		width: 40%;
	}
	.privilege .privilege-list .campaign table tbody,
	.privilege .privilege-list .bonus-table table tbody {
		width: 100%;
	}
	.privilege .privilege-list .campaign > div+div table,
	.privilege .privilege-list .bonus-table > div+div table {
		border-left: none;
	}
	.privilege .privilege-list .campaign > div table:lang(ar),
	.privilege .privilege-list .bonus-table > div table:lang(ar) {
		border-left: none;
	}
	.privilege .privilege-list .campaign > div+div table:lang(ar),
	.privilege .privilege-list .bonus-table > div+div table:lang(ar) {
		border-left: 1px solid #434343;
	}
	.privilege .privilege-list .bonus-table > div+div table td:lang(ar) {
		border-left: 1px solid #434343;
	}
	.privilege .privilege-list table th {
		height: 3em;
	}
	.privilege .privilege-list tr th span {
		white-space: nowrap;
	}
	.privilege .privilege-list table td {
		height: 12em;
	}
	.privilege .privilege-list tr td.startup_agent img {
		min-width: 180px;
	}
	.privilege .privilege-list table td.coming-soon img,
	.privilege .privilege-list table td.fcb img {
		max-width: 80px;
	}
}
.product .headline {
	position: relative;
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 15px 10px;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #483a17;
}
.product .headline:before {
	position: absolute;
	content: '';
	top: -20px;
	left: -100px;
	width: 836px;
	height: 576px;
	background: url(/wepes/2017/s/img/bg_headline.png) no-repeat;
}
.product .headline div {
	position: relative;
	z-index: 5;
}
.product .headline h1 {
	line-height: 1.2;
}
.product .headline p {
	margin: 10px 0;
	text-align: right;
}
.product .headline p img {
	width: 30%;
	max-width: 190px;
}
.product .contents {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 5;
}
.product .spec {
	margin: 0 20px;
}
.product .spec-table div {
	margin: 20px 0;
}
.product .spec table {
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
}
.product .spec td,
.product .spec th {
	padding: 6px;
	font-size: 75%;
	line-height: 1.2;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
	background: rgba(0, 0, 0, 0.5);
}
.product .spec tr:nth-child(2n) td,
.product .spec tr:nth-child(2n) th {
	background: rgba(44, 30, 16, 0.5);
}
.product .spec th {
	font-weight: bold;
}
.product .spec th .new {
	margin: 0 4px 0 0;
	padding: 2px;
	font-size: 50%;
	color: #f3e30b;
	border: 1px solid #f3e30b;
	border-radius: 4px;
}
.product .spec td a {
	color: #fff;
	text-decoration: underline;
}
.product .spec-note {
	margin: 0 0 40px;
	font-size: 75%;
}
.product .mode-list {
	margin: 50px 0 0;
	padding: 0 20px;
}
.product .mode-list h1 {
	margin:10px 0;
	font-size: 125%;
	font-weight: bold;
}
.product .mode-list .lead {
	margin:10px 0;
	font-size: 87.5%;
}
.product .mode-list .lead span {
	color: rgb(245,210,147);
}
.product .mode-list table {
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
}
.product .mode-list th {
	font-weight: bold;
}
.product .mode-list td,
.product .mode-list th {
	font-size: 75%;
	padding: 6px;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
	background: rgba(0, 0, 0, 0.5);
}
.product .mode-list td .online:after {
	content: '*';
	margin: 0 0 0 4px;
	color: rgb(245,210,147);
}
@media only screen and (min-width: 768px){
	.product .spec .spec-table {
		display: table;
		width: 100%;
		margin: 20px 0;
	}
	.product .spec .spec-table > div {
		display: table-cell;
	}
	.product .spec table .h2 th,
	.product .spec table .h2 td {
		height: 2.4em;
	}
	.product .spec table .h3 th,
	.product .spec table .h3 td {
		height: 3.6em;
	}
	.product .spec .spec-table div+div table {
		border-left: none;
	}
	.product .spec .spec-table div table:lang(ar) {
		border-left: none;
	}
	.product .spec .spec-table div:last-child table:lang(ar) {
		border-left: 1px solid #434343;
	}
	.product .spec .ps table,
	.product .spec .xbox table,
	.product .spec .pc table {
		width: 100%;
	}
	.product .spec .xbox table th:first-child,
	.product .spec .xbox table td:first-child,
	.product .spec .pc table th:first-child,
	.product .spec .pc table td:first-child {
		display: none;
	}
}
.game-play .headline {
	position: relative;
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 15px 10px;
	font-size: 150%;
	font-weight: bold;
}
.game-play .headline:before {
	position: absolute;
	content: '';
	top: -20px;
	left: -100px;
	width: 836px;
	height: 576px;
	background: url(/wepes/2017/s/img/bg_headline.png) no-repeat;
}
.game-play .headline div {
	position: relative;
	z-index: 5;
}
.game-play .headline h1 {
	line-height: 1.2;
}
.game-play .headline p {
	margin: 10px 0;
	text-align: right;
}
.game-play .headline p img {
	width: 30%;
	max-width: 190px;
}
.game-play .contents {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 5;
}
.game-play .control-reality {
	position: relative;
	padding: 40px 10px;
	text-align: right;
	z-index: 5;
}
.game-play .control-reality:before {
	position: absolute;
	content: '';
	width: 225px;
	height: 190px;
	top: -48%;
	right: 0;
	background: url(/wepes/2017/s/img/bg_flare.png) no-repeat 50% 50%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	z-index: 4;
}
.game-play .control-reality img {
	position: relative;
	width: 100%;
	max-width: 600px;
	z-index: 5;
}
.game-play .point {
	max-width: 900px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px;
}
.game-play .point article {
	position: relative;
	margin: 0 0 50px;
}
.game-play .point article dl {
	position: relative;
	margin: 0 0 10px;
	line-height: 1;
	z-index: 5;
}
.game-play .point article dt {
	position: relative;
	margin: 0 0 10px;
	font-size: 125%;
	line-height: 1;
	font-weight: bold;
	z-index: 5;
}
.game-play .point article dd {
	position: relative;
	font-size: 87.5%;
	color: rgb(245,210,147);
	line-height: 1.6;
	text-shadow: 1px 1px 2px #000;
	z-index: 5;
}
.game-play .point article p span {
	display: inline-block;
}
.game-play .point article p .img-wrapper {
	display: block;
	position: relative;
}
.game-play .point article p .img-wrapper a {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	background: url(/wepes/2017/s/img/teaser/btn_zoom.png) no-repeat 95% 92%;
	background-size: 33px;
	opacity: .5;
	z-index: 10;
}
.game-play .point article p .img-wrapper a:hover {
	border: 1px solid #fff;
	opacity: 1;
}
.game-play .point article img {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	z-index: 10;
}
@media only screen and (min-width: 768px){
	.game-play .control-reality {
		padding: 50px 75px 80px 0;
	}
	.game-play .control-reality:before {
		width: 450px;
		height: 380px;
		top: -80%;
		right: 0;
	}
	.game-play .point article p .img-wrapper a {
		display: block;
	}
	.game-play .point article {
		margin: 0 20px 60px 20px;
	}
	.game-play .point article:after {
		content: '';
		display: block;
		clear: both;
	}
	.game-play .point article dl {
		float: left;
		width: 55%;
	}
	.game-play .point article dt {
		margin: 0 30px 10px 0;
		font-size: 200%;
	}
	.game-play .point article dd {
		margin: 0 30px 0 0;
		font-size: 100%;
	}
	.game-play .point article p {
		width: 45%;
		float: left;
	}
	.game-play .point article p img {
		margin: 0;
	}
}
.game-mode .headline {
	position: relative;
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 15px 10px;
	font-size: 150%;
	font-weight: bold;
}
.game-mode .headline:before {
	position: absolute;
	content: '';
	top: -20px;
	left: -100px;
	width: 836px;
	height: 576px;
	background: url(/wepes/2017/s/img/bg_headline.png) no-repeat;
}
.game-mode .headline div {
	position: relative;
	z-index: 5;
}
.game-mode .headline h1 {
	line-height: 1.2;
}
.game-mode .headline p {
	margin: 10px 0;
	text-align: right;
}
.game-mode .headline p img {
	width: 30%;
	max-width: 190px;
}
.game-mode .contents {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 5;
}
.game-mode .mode {
	max-width: 900px;
	margin: 20px auto 0;
}
.game-mode article h1 {
	margin: 10px 20px;
	font-size: 125%;
	font-weight: bold;
}
.game-mode article dl {
	margin: 10px 20px 30px;
}
.game-mode article dt {
	margin: 20px 0 10px;
	font-size: 125%;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
}
.game-mode article.txtonly dd {
	font-size: 87.5%;
	line-height: 1.4;
	color: rgb(245, 210, 147);
}
.game-mode article.txtonly dd h3 {
	color: #fff;
	font-weight: bold;
}
.game-mode article.txtonly dd p {
	margin: 10px;
	color: #fff;
}
.game-mode article.txtonly dd ul {
	margin: 10px;
}
.game-mode article.txtonly dd li {
	position: relative;
	padding: 0 0 0 .8em;
	margin: 0 0 6px 10px;
}
.game-mode article.txtonly dd li:before {
	position: absolute;
	content: '';
	top: .5em;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 5px;
	background: rgb(245, 210, 147);
}
.game-mode article.hasimg p {
	margin: 10px;
}
.game-mode article.hasimg p .img-wrapper {
	display: block;
	position: relative;
}
.game-mode article.hasimg p .img-wrapper a {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	background: url(/wepes/2017/s/img/teaser/btn_zoom.png) no-repeat 95% 92%;
	background-size: 33px;
	opacity: .5;
	z-index: 10;
}
.game-mode article.hasimg p .img-wrapper a:hover {
	border: 1px solid #fff;
	opacity: 1;
}
.game-mode article.hasimg p img {
	width: 100%;
	vertical-align: bottom;
}
.game-mode article.hasimg dd {
	font-size: 87.5%;
	line-height: 1.4;
	color: rgb(245, 210, 147);
}
.game-mode article.myclub dl.about-myclub dt {
	text-align: center;
}
.game-mode article.myclub dl.about-myclub dt img {
	width: 225px;
}
.game-mode article.myclub dl.about-myclub dd {
	margin: 10px 0 20px;
	font-size: 87.5%;
}
.game-mode article.myclub dl.about-myclub dd em {
	display: block;
	padding: 6px 0;
	font-weight: bold;
	font-size: 1rem;
}
.game-mode article.master-league > p {
	margin: 30px 10px;
	text-align: center;
}
.game-mode article.master-league > p img {
	width: 225px;
}
.game-mode article.myclub ul li,
.game-mode article.master-league ul li {
	margin: 0 0 30px;
}
.game-mode article.myclub ul li dl,
.game-mode article.master-league ul li dl {
	margin: 10px 20px;
}
.game-mode article.myclub ul li dl dt,
.game-mode article.master-league ul li dl dt {
	margin: 0 0 10px;
	font-size: 100%;
	font-weight: bold;
}
.game-mode article.myclub ul li p,
.game-mode article.master-league ul li p {
	margin: 10px;
}
.game-mode article.myclub ul li p .img-wrapper,
.game-mode article.master-league ul li p .img-wrapper {
	display: block;
	position: relative;
}
.game-mode article.myclub ul li p .img-wrapper a,
.game-mode article.master-league ul li p .img-wrapper a {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	background: url(/wepes/2017/s/img/teaser/btn_zoom.png) no-repeat 95% 92%;
	background-size: 33px;
	opacity: .5;
	z-index: 10;
}
.game-mode article.myclub ul li p .img-wrapper a:hover,
.game-mode article.master-league ul li p .img-wrapper a:hover {
	border: 1px solid #fff;
	opacity: 1;
}
.game-mode article.myclub ul li p img,
.game-mode article.master-league ul li p img {
	max-width: 100%;
	vertical-align: bottom;
}
.game-mode article.myclub ul li dt:before,
.game-mode article.master-league ul li dt:before {
	display: inline-block;
	content: '';
	width: 14px;
	height: 14px;
	margin: 0 4px 4px 0;
	vertical-align: middle;
	background: #fff;
	border-radius: 50px;
}
.game-mode article.myclub ul li dd,
.game-mode article.master-league ul li dd {
	font-size: 87.5%;
	line-height: 1.4;
	color: rgb(245, 210, 147);
}
@media only screen and (min-width: 768px){
	.game-mode .mode {
		box-sizing: border-box;
		margin: 40px auto 0;
		padding: 15px;
	}
	.game-mode article {
		margin: 0 20px 60px;
	}
	.game-mode article h1 {
		margin: 10px 0;
		font-size: 200%;
	}
	.game-mode article.txtonly p {
		margin: 10px 30px 20px;
		font-size: 100%;
		line-height: 1.4;
	}
	.game-mode article.hasimg {
		overflow: hidden;
	}
	.game-mode article dl {
		margin: 0;
	}
	.game-mode article.hasimg dl {
		box-sizing: border-box;
		float: left;
		width: 55%;
		padding: 0 30px 0 0;
	}
	.game-mode article dl dt {
		font-size: 200%;
	}
	.game-mode article.hasimg dl dt {
		margin: 0 0 10px;
	}
	.game-mode article.hasimg p .img-wrapper a {
		display: block;
	}
	.game-mode article.hasimg p {
		float: left;
		width: 45%;
		margin: 0;
		font-size: 100%;
		line-height: 1.4;
		vertical-align: top;
	}
	.game-mode article.hasimg dd,
	.game-mode article.txtonly dd {
		font-size: 100%;
	}
	.game-mode article.myclub dl.about-myclub {
		display: table;
		width: 100%;
		margin: 30px 0 50px;
	}
	.game-mode article.myclub dl.about-myclub dt {
		display: table-cell;
	}
	.game-mode article.myclub ul li p .img-wrapper a,
	.game-mode article.master-league ul li p .img-wrapper a {
		display: block;
	}
	.game-mode article.myclub dl.about-myclub dt img {
		width: 327px;
		vertical-align: bottom;
	}
	.game-mode article.myclub dl.about-myclub dd {
		display: table-cell;
		padding: 0 0 0 40px;
		vertical-align: middle;
	}
	.game-mode article.myclub ul li,
	.game-mode article.master-league ul li {
		overflow: hidden;
	}
	.game-mode article.myclub ul li dl,
	.game-mode article.master-league ul li dl {
		margin: 0;
	}
	.game-mode article.myclub ul li p,
	.game-mode article.master-league ul li p {
		margin: 0;
	}
	.game-mode article.myclub ul li.hasimg dl,
	.game-mode article.master-league ul li.hasimg dl {
		float: left;
		width: 55%;
	}
	.game-mode article.myclub ul li.hasimg p,
	.game-mode article.master-league ul li.hasimg p {
		float: left;
		width: 45%;
	}
	.game-mode article.myclub ul li dl dt,
	.game-mode article.master-league ul li dl dt {
		font-size: 125%;
	}
	.game-mode article.myclub ul li.hasimg dl dt,
	.game-mode article.master-league ul li.hasimg dl dt {
		margin: 0 30px 10px 0;
	}
	.game-mode article.myclub ul li.hasimg dd,
	.game-mode article.master-league ul li.hasimg dd {
		font-size: 100%;
	}
	.game-mode article.myclub ul li dd,
	.game-mode article.master-league ul li dd {
		font-size: 100%;
	}
	.game-mode article.myclub ul li.hasimg dd,
	.game-mode article.master-league ul li.hasimg dd {
		margin: 0 30px 10px 0;
	}
	.game-mode article.master-league > p {
		text-align: left;
	}
	.game-mode article.master-league > p img {
		width: 327px;
	}
}
.license .headline {
	position: relative;
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 15px 10px;
	font-size: 150%;
	font-weight: bold;
}
.license .headline:before {
	position: absolute;
	content: '';
	top: -20px;
	left: -100px;
	width: 836px;
	height: 576px;
	background: url(/wepes/2017/s/img/bg_headline.png) no-repeat;
}
.license .headline div {
	position: relative;
	z-index: 5;
}
.license .headline h1 {
	line-height: 1.2;
}
.license .headline p {
	margin: 10px 0;
	text-align: right;
}
.license .headline p img {
	width: 30%;
	max-width: 190px;
}
.license .contents {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 5;
}
.license article {
	margin: 20px 0 30px;
}
.license article h1 {
	margin: 0 20px 20px;
	font-weight: bold;
}
.license article h2 {
	margin: 0 20px 20px;
	font-size: 87.5%;
	font-weight: bold;
}
.license article .date {
	margin: 0 20px 20px;
	font-size: 75%;
}
.license article .fullsizeimg {
	margin: 0 20px 20px;
}
.license article .fullsizeimg img {
	width: 100%;
}
.license article .detail {
	margin: 0 20px 50px;
	font-size: 87.5%;
}
.license article .trailer {
	margin: 0 20px 20px;
}
.license article .trailer .inner {
	max-width: 400px;
	margin: 0 auto;
}
.license article .trailer a {
	display: block;
	position: relative;
}
.license article .trailer a:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 1px #fff solid;
	border-radius: 40px;
	z-index: 2;
}
.license article .trailer a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -8px;
	border-top: 12px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 12px solid transparent;
	z-index: 2;
}
.license article .trailer p a:hover:before {
	opacity: .5;
}
.license article .trailer a:hover:after {
	opacity: .5;
}
.license article .trailer a p:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,.3);
	z-index: 1;
}
.license article .trailer a p:after {
	content: '';
	display: block;
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 70px;
	height: 70px;
	background: url(/wepes/2017/s/img/teaser/icon_new.png?v2) no-repeat;
	background-size: 100%;
	z-index: 1;
}
.license article .trailer.de a p:after {
	background-image: url(/wepes/2017/s/img/teaser/icon_new_de.png);
}
.license article .trailer.es a p:after {
	background-image: url(/wepes/2017/s/img/teaser/icon_new_es.png);
}
.license article .trailer a p img {
	box-sizing: border-box;
	width: 100%;
	vertical-align: bottom;
	border: 1px solid #baa06f;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}
.license article .trailer p a:hover p img {
	border: 1px solid #fff;
}
.license article .trailer dl dt,
.license article .trailer dl dd {
	padding: 4px 0 0;
	font-size: 75%;
	line-height: 1.2;
	text-align: left;
}
.license article .thumbs {
	margin: 30px 10px 50px 20px;
}
.license article .thumbs ul li {
	display: inline-block;
	width: 50%;
}
.license article .thumbs ul li span {
	display: block;
	position: relative;
	margin: 0 10px 0 0;
}
.license article .thumbs ul li span a {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	background: url(/wepes/2017/s/img/teaser/btn_zoom.png) no-repeat 95% 92%;
	background-size: 33px;
	opacity: .5;
	z-index: 10;
}
.license article .thumbs ul li span a:hover {
	border: 1px solid #fff;
	opacity: 1;
}
.license article .thumbs ul li img {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	z-index: 10;
}
.license article .order {
	margin: 20px 20px 50px;
	border: 1px solid #baa06f;
	border-radius: 5px;
	background: rgba(0,0,0,.5);
}
.license article .order dl {
	display: table;
	width: 100%;
}
.license article .order dl dt {
	display: table-cell;
	width: 100px;
	padding: 10px;
}
.license article .order dl dt img {
	width: 100px;
	vertical-align: bottom;
}
.license article .order dl dd {
	display: table-cell;
	padding: 10px;
	font-size: 87.5%;
	vertical-align: middle;
}
.license article .order dl dd a {
	display: inline-block;
	position: relative;
	padding: 10px 40px 10px 10px;
	border: 1px solid #f5d293;
	border-radius: 5px;
	color: #f5d293;
}
.license article .order dl dd a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #f5d293;
	border-left: 1px solid #f5d293;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.license article .order dl dd a:hover {
	border: 1px solid #fff;
	color: #fff;
}
.license article .order dl dd a:hover:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
@media only screen and (min-width: 480px){
	.license article .thumbs ul li {
		width: 33%;
	}
}
@media only screen and (min-width: 768px){
	.license article .order ul {
		display: table;
		width: 100%;
	}
	.license article .order ul li {
		display: table-cell;
		width: 50%;
	}
	.license article .thumbs ul li {
		width: 25%;
	}
}
.archive .headline {
	position: relative;
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 15px 10px;
	font-size: 150%;
	font-weight: bold;
}
.archive .headline:before {
	position: absolute;
	content: '';
	top: -20px;
	left: -100px;
	width: 836px;
	height: 576px;
	background: url(/wepes/2017/s/img/bg_headline.png) no-repeat;
}
.archive .headline div {
	position: relative;
	z-index: 5;
}
.archive .headline h1 {
	line-height: 1.2;
}
.archive .headline p {
	margin: 10px 0;
	text-align: right;
}
.archive .headline p img {
	width: 30%;
	max-width: 190px;
}
.archive .contents {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 5;
}
.archive .sub-nav ul {
	margin: 10px;
	text-align: center;
}
.archive .sub-nav ul li {
	display: inline-block;
}
.archive .sub-nav ul li+li {
	margin: 0 0 0 6px;
}
.archive .sub-nav ul li span,
.archive .sub-nav ul li a {
	position: relative;
	display: inline-block;
	min-width: 90px;
	padding: 8px 16px 8px 6px;
	font-size: 87.5%;
	border: 1px solid #796230;
	border-radius: 5px;
}
.archive .sub-nav ul li span {
	color: #000;
	background: rgba(245, 210, 147, 0.5);
}
.archive .sub-nav ul li a {
	color: #f5d293;
	background: rgba(0, 0, 0, 0.5);
}
.archive .sub-nav ul li a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 8px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #f5d293;
	border-left: 1px solid #f5d293;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.archive .sub-nav ul li a:hover {
	color: #fff;
	border: 1px solid #fff;
}
.archive .sub-nav ul li a:hover:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.archive .video {
	margin: 30px 10px 50px 20px;
}
.archive .video li {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	vertical-align: top;
}
.archive .video li .inner {
	margin: 0 10px 0 0;
}
.archive .video li a {
	display: block;
	position: relative;
}
.archive .video li a:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 1px #fff solid;
	border-radius: 40px;
	z-index: 2;
}
.archive .video li a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -8px;
	border-top: 12px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 12px solid transparent;
	z-index: 2;
}
.archive .video li a:hover:before {
	opacity: .5;
}
.archive .video li a:hover:after {
	opacity: .5;
}
.archive .video li a p:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,.3);
	z-index: 1;
}
.archive .video li.new a p:after {
	content: '';
	display: block;
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 70px;
	height: 70px;
	background: url(/wepes/2017/s/img/teaser/icon_new.png?v2) no-repeat;
	background-size: 100%;
	z-index: 1;
}
.archive .video li.de a p:after {
	background-image: url(/wepes/2017/s/img/teaser/icon_new_de.png);
}
.archive .video li.es a p:after {
	background-image: url(/wepes/2017/s/img/teaser/icon_new_es.png);
}
.archive .video li a p img {
	box-sizing: border-box;
	width: 100%;
	vertical-align: bottom;
	border: 1px solid #baa06f;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}
.archive .video li a:hover p img {
	border: 1px solid #fff;
}
.archive .video li dl dt,
.archive .video li dl dd {
	padding: 4px 0 0;
	font-size: 75%;
	line-height: 1.2;
	text-align: left;
}
.archive .images {
	margin: 30px 10px 50px 20px;
}
.archive .images ul li {
	display: inline-block;
	width: 50%;
}
.archive .images ul li span {
	display: block;
	position: relative;
	margin: 0 10px 0 0;
}
.archive .images ul li span a {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	background: url(/wepes/2017/s/img/teaser/btn_zoom.png) no-repeat 95% 92%;
	background-size: 33px;
	opacity: .5;
	z-index: 10;
}
.archive .images ul li span a:hover {
	border: 1px solid #fff;
	opacity: 1;
}
.archive .images ul li img {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	z-index: 10;
}
@media only screen and (min-width: 480px){
	.archive .video li {
		width: 50%;
	}
	.archive .images ul li {
		width: 33%;
	}
}
@media only screen and (min-width: 768px){
	.archive .sub-nav ul {
		text-align: left;
	}
	.archive .video li {
		width: 33%;
	}
	.archive .images ul li {
		width: 25%;
	}
}
.order .headline {
	position: relative;
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 15px 10px;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #483a17;
}
.order .headline:before {
	position: absolute;
	content: '';
	top: -20px;
	left: -100px;
	width: 836px;
	height: 576px;
	background: url(/wepes/2017/s/img/bg_headline.png) no-repeat;
}
.order .headline div {
	position: relative;
	z-index: 5;
}
.order .headline h1 {
	line-height: 1.2;
}
.order .headline p {
	margin: 10px 0;
	text-align: right;
}
.order .headline p img {
	width: 30%;
	max-width: 190px;
}
.order .contents {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 5;
}
.order .select-country h1 {
	margin: 0 20px;
	padding: 10px;
	border: 1px solid #313131;
	border-radius: 3px;
	font-weight: bold;
	background: #000;
}
.order .select-country .select-area {
	position: relative;
	width: 240px;
	margin: 10px 40px 30px;
}
.order .select-country .select-area p {
	position: relative;
	padding: 10px 45px 10px 10px;
	font-size: 87.5%;
	border: 1px solid #796230;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
}
.order .select-country .select-area p:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-top: 8px solid #fff;
	border-bottom: 1px solid transparent;
}
.order .select-country .select-area select {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-appearance: menulist-button;
}
.order .product-list h1 {
	margin: 0 20px;
	padding: 10px;
	border: 1px solid #313131;
	border-radius: 3px;
	font-weight: bold;
	background: #000;
}
.order .product-list ul {
	margin: 0 10px;
	padding: 0 30px;
}
.order .product-list ul li {
	box-sizing: border-box;
	padding: 10px 10px 30px;
}
.order .product-list ul li .package {
	margin: 0 0 6px;
	padding: 20px 0;
	text-align: center;
	background: -moz-linear-gradient(top,  rgba(227,226,194,0.54) 0%, rgba(214,183,133,0.54) 20%, rgba(195,163,113,0.54) 40%, rgba(153,121,71,0.54) 60%, rgba(105,74,37,0.54) 80%, rgba(50,35,25,0.54) 100%);
	background: -webkit-linear-gradient(top,  rgba(227,226,194,0.54) 0%,rgba(214,183,133,0.54) 20%,rgba(195,163,113,0.54) 40%,rgba(153,121,71,0.54) 60%,rgba(105,74,37,0.54) 80%,rgba(50,35,25,0.54) 100%);
	background: linear-gradient(to bottom,  rgba(227,226,194,0.54) 0%,rgba(214,183,133,0.54) 20%,rgba(195,163,113,0.54) 40%,rgba(153,121,71,0.54) 60%,rgba(105,74,37,0.54) 80%,rgba(50,35,25,0.54) 100%);
}
.order .product-list ul li .package img {
	width: 70%;
	max-width: 190px;
}
.order .product-list ul li table {
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}
.order .product-list ul li p.notice {
	position: relative;
	font-size: 75%;
	padding: 10px 10px 10px 20px;
}
.order .product-list ul li p.notice:before {
	position: absolute;
	content: '※';
	left: 0;
}
.order .product-list ul li th {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 20%;
	box-sizing: border-box;
	padding: 5px 5px 5px 10px;
	font-size: 75%;
	border-bottom: 1px dotted #423515;
	text-align: left;
	color: #f5d293;
}
.order .product-list ul li td {
	box-sizing: border-box;
	padding: 5px 10px 5px 5px;
	font-size: 75%;
	text-align: left;
	border-bottom: 1px dotted #423515;
}
.order .product-list .retailer {
	padding: 10px;
	margin: 0 0 10px;
	border:  1px solid #423515;
	border-radius: 3px;
	background: rgba(121, 98, 48, 0.2);
}
.order .product-list .retailer .no-online-store {
	margin: 6px 0;
	padding: 0 15px;
	text-align:left;
	font-size: 87.5%;
}
.order .product-list .retailer div.select-area {
	position: relative;
	margin: 0 0 6px;
}
.order .product-list .retailer div.select-area p {
	position: relative;
	padding: 10px 45px 10px 10px;
	font-size: 87.5%;
	text-align: left;
	border: 1px solid #796230;
	border-radius: 3px;
	background: rgba(0,0,0,.4);
}
.order .product-list .retailer div.select-area p:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-top: 8px solid #fff;
	border-bottom: 1px solid transparent;
}
.order .product-list .retailer div.select-area select {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-appearance: menulist-button;
}
.order .product-list .retailer a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 10px;
	font-size: 87.5%;
	border: 1px solid #796230;
	border-radius: 5px;
	text-align: left;
	color: #fff;
	background: url(/wepes/2017/s/img/bg_btn.png) repeat-x ;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.order .product-list .retailer a.na {
	color: rgba(255,255,255,.3);
	border-color: rgba(121, 98, 48, 0.4);
	background: none;
}
.order .product-list .retailer a:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	right: 15px;
	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);
}
.order .product-list .retailer a.na:after {
	border-color: rgba(255,255,255,.3);
}
.order .product-list .retailer a:hover{
	border: 1px solid #fff;
}
.order .product-list .retailer a.na:hover{
	border: 1px solid rgba(121, 98, 48, 0.4);
}
.order .product-list .ps-store p {
	padding: 0 10px;
	margin: 0 0 10px;
	font-size: 87.5%;
}
.order .product-list .ps-store a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 10px;
	border: 1px solid #796230;
	border-radius: 5px;
	text-align: left;
	color: #fff;
	background: url(/wepes/2017/s/img/bg_btn.png) repeat-x ;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.order .product-list .ps-store a:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	right: 15px;
	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);
}
.order .product-list .ps-store a:hover{
	border: 1px solid #fff;
}
.order .product-list .ps-store a.na:hover{
	border: 1px solid rgba(121, 98, 48, 0.4);
}
.order .privilege-list {
	margin: 80px 20px 30px;
}
.order .privilege-list table {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px 0;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
}
.order .privilege-list .bonus {
	margin: 60px 0 0;
}
.order .privilege-list .bonus h1 {
	line-height: 1.4;
}
.order .privilege-list .bonus table {
	margin: 0 auto;
}
.order .privilege-list tr th {
	text-align: center;
	font-size: 0.857rem;
	background: rgba(44, 30, 16, 0.5);
}
.order .privilege-list tr th span {
	display: block;
	font-size: 0.75rem;
	line-height: 1.2;
}
.order .privilege-list tr td {
	text-align: center;
	width: 33.3%;
	font-size: 87.5%;
	line-height: 1.3;
	background: rgba(0, 0, 0, 0.5);
}
.order .privilege-list td,
.order .privilege-list th {
	padding: 6px;
	border-right: 1px solid #434343;
	border-bottom: 1px solid #434343;
}
.order .privilege-list .campaign table+table td {
	width: 25%;
}
.order .privilege-list .campaign table+table td.startup_agent {
	width: 50%;
}
.order .privilege-list tr td.toty img {
	display: block;
	width: 70px;
	margin: 10px auto;
}
.order .privilege-list tr td.coming-soon img,
.order .privilege-list tr td.fcb img {
	display: block;
	width: 90%;
	max-width: 60px;
	margin: 5px auto 15px;
}
.order .privilege-list tr td.startup_agent img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.order .privilege-list tr td.gp img {
	width: 1em;
	margin: 0 2px 2px 0;
	vertical-align: bottom;
}
.order .privilege-list tr td .img-wrapper {
	display: block;
	position: relative;
	width: 140px;
	margin: 0 auto;
}
.order .privilege-list tr td .img-wrapper a {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #434343;
	background: url(/wepes/2017/s/img/teaser/btn_zoom.png) no-repeat 95% 92%;
	background-size: 33px;
	opacity: .5;
	z-index: 10;
}
.order .privilege-list tr td .img-wrapper img {
	display: block;
	width: 100%;
}
.order .privilege-list tr td .img-wrapper a:hover {
	border: 1px solid #fff;
	opacity: 1;
}
.order .privilege-list h1.campaign {
	margin:10px 0;
	font-size: 125%;
	font-weight: bold;
}
.order .privilege-list .continuation {
	margin: 60px 0 0;
}
.order .privilege-list .continuation h1 {
	margin:10px 0;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
}
.order .privilege-list .continuation table {
	width: 100%;
	margin: 0 auto;
}
.order .more-detail {
	margin: 6px 10px;
	text-align: right;
}
.order .more-detail a {
	display: inline-block;
	position: relative;
	padding: 10px 40px 10px 10px;
	font-size: 87.5%;
	border: 1px solid #f5d293;
	border-radius: 5px;
	color: #f5d293;
	background: rgba(0, 0, 0, 0.5);
}
.order .more-detail a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #f5d293;
	border-left: 1px solid #f5d293;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.order .more-detail a:hover {
	border: 1px solid #fff;
	color: #fff;
}
.order .more-detail a:hover:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
@media only screen and (min-width: 768px){
	.order .product-list ul {
		text-align: center;
		margin: 0 auto;
	}
	.order .product-list ul li {
		display: inline-block;
		width: 33.3%;
		vertical-align: top;
	}
	.order .privilege-list .campaign,
	.order .privilege-list .bonus-table {
		display: table;
		width: 100%;
	}
	.order .privilege-list .campaign > div{
		display: table-cell;
		vertical-align: top;
		width:40%;
	}
	.order .privilege-list .campaign > div+div {
		width: 60%;
	}
	.order .privilege-list .bonus-table > div{
		display: table-cell;
		vertical-align: top;
		width:60%;
	}
	.order .privilege-list .bonus-table > div+div {
		width: 40%;
	}
	.order .privilege-list .campaign table tbody,
	.order .privilege-list .bonus-table table tbody {
		width: 100%;
	}
	.order .privilege-list .campaign > div+div table,
	.order .privilege-list .bonus-table > div+div table {
		border-left: 1px solid #434343;
	}
	.order .privilege-list .campaign > div table:lang(ar),
	.order .privilege-list .bonus-table > div table:lang(ar) {
		border-left: none;
	}
	.order .privilege-list .campaign > div+div table:lang(ar),
	.order .privilege-list .bonus-table > div+div table:lang(ar) {
		border-left: 1px solid #434343;
	}
	.order .privilege-list .bonus-table > div+div table td:lang(ar) {
		border-left: 1px solid #434343;
	}
	.order .privilege-list table th {
		height: 3em;
	}
	.order .privilege-list tr th span {
		white-space: nowrap;
	}
	.order .privilege-list table td {
		height: 12em;
	}
	.order .privilege-list tr td.startup_agent img {
		min-width: 180px;
	}
	.order .privilege-list table td.coming-soon img,
	.order .privilege-list table td.fcb img {
		max-width: 80px;
	}
}
/* pagetop */
.pagetop{
	display: none;
	position: fixed;
	bottom: 0;
	right: 30px;
	width: 116px;
	height: 88px;
	background: url(/wepes/2017/s/img/teaser/pagetop.png?v2) no-repeat 50% 100%;
	background-size: 100%;
	z-index: 15;
	transform: translate3d(0,0,0);/*iOSおまじない*/
}
.pagetop a{
	display:block;
	position: absolute;
	width: inherit;
	height: inherit;
}

@media only screen and (min-width: 768px){

}
/* footer--------------------------------------------------------- */
footer{
	position: relative;
	max-width:970px;
	margin:0 auto;
	padding:20px 15px 15px;
	text-align: center;
	z-index: 5;
}
footer .about-screenshot {
	text-align: left;
	font-size: 75%;
	color:#808080;
}
footer .game-copyright p.image {
	padding-top:20px;
}
footer .game-copyright p.image img{
	width:100%;
	max-width:630px;
}
footer .game-copyright p.text{
	padding-top:7px;
	font-size:50%;
	line-height:1.7em;
	color:#808080;
}
footer .platform-copyright{
	padding-top:15px;
}
footer .platform-copyright p{
	font-size:50%;
	line-height:1.7em;
	color:#808080;
}
footer .platform-copyright p img{
	height:8px;
	margin:0 2px;
}
footer .product-copyright {
	padding-top:15px;
}
footer .product-copyright p {
	font-size:50%;
	line-height:1.7em;
	color:#808080;
}
footer .rating {
	margin: 20px auto 10px;
}
footer .rating img {
	vertical-align: top;
	margin: 0 2px;
}
footer .banners{
	margin-top:26px;
}
footer .banners ul{
	text-align:center;
}
footer .banners li{
	display:inline-block;
	padding:4px 8px 0;
}
footer .banners li a{
	display:block;
	width:200px;
}
footer .banners li a img{
	width:100%;
	vertical-align: bottom;
}
footer .footer-menu{
	padding-top:30px;
}
footer .footer-menu ul li:first-child{
	border-top:1px solid #565656;
}
footer .footer-menu ul li{
	border-bottom:1px solid #565656;
}
footer .footer-menu ul li a{
	display:block;
	padding:10px;
	font-size:81.25%;
	line-height:1.3076em;
	color:#808080;
}
footer .site-copyright{
	padding-top:20px;
}
footer .site-copyright p{
	font-size:62.5%;
	line-height:1.2em;
	color:#808080;
}

@media only screen and (min-width: 480px){
	footer .banners li{
		padding:4px 15px 0 0;
	}
	footer .footer-menu ul li:first-child{
		padding-left:0;
		border-top:none;
	}
	footer .footer-menu ul li{
		display:inline;
		padding:0 4px 0 0;
		border-bottom:none;
	}
	footer .footer-menu ul li:after{
		content: '|';
		display: inline;
		margin-left:5px;
		vertical-align: middle;
		font-size:62.5%;
		line-height:1.3em;
		color:#808080;
	}
	footer .footer-menu ul li:last-child:after{
		content: '';
	}
	footer .footer-menu ul li a{
		display:inline;
		padding:0;
		font-size:62.5%;
		line-height:1.3em;
	}
	footer .site-copyright{
		padding-top:10px;
	}
}
@media only screen and (min-width: 768px){
	footer .game-copyright p.text{
		padding-top:18px;
		font-size:62.5%;
		line-height:1.6em;
	}
	footer .platform-copyright p{
		font-size:62.5%;
		line-height:1.6em;
	}
	footer .platform-copyright p img{
		height:auto;
	}
	footer .banners li a{
		width:230px;
	}
	footer .banners li a img{
		width:auto;
	}
	footer .footer-menu{
		padding-top:20px;
	}
}
/* 言語選択 --------------------------------------------------------- */
#page-cover{
	display:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	z-index: 9998;
}
#fullpanel{
	display: none;
	background: #000;
	z-index: 9999;
}
#fullpanel .language-select .ttl {
	display: table;
	width: 100%;
	color: #fff;
	background: #3c454c;
}
#fullpanel .language-select .ttl p {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}
#fullpanel .language-select .ttl p+p {
	width: 20px;
	padding: 4px;
}
#fullpanel .language-select .ttl p a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: #fff;
	vertical-align: bottom;
}
#fullpanel .language-select .ttl p a:after,
#fullpanel .language-select .ttl p a:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:24px;
	height:1px;
	content:"";
	margin: auto;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .language-select .ttl p a:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#fullpanel .language-list {
	max-width:970px;
	padding:15px;
	margin:0 auto;
}
#fullpanel .language-list section h1 {
	padding-bottom:2px;
	margin: 0 10px 10px 10px;
	border-bottom: 1px dotted #DAE1E7;
	font-weight: bold;
}
#fullpanel .language-list section ul {
	margin: 0 0 20px 0;
}
#fullpanel .language-list section ul li {
	margin: 0 0 0 20px;
}
#fullpanel .language-list section ul li a {
	font-size: 87.5%;
	color: #fff;
}
#fullpanel .language-list section ul li a:hover {
	color: #f00;
}
#fullpanel .language-select .close {
	max-width:1000px;
	margin:0 auto;
	text-align: right;
}
#fullpanel .language-select .close a {
	padding: 0 15px;
	color: #fff;
}
#fullpanel .language-select .close a span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	background: #3c454c;
	vertical-align: middle;
}
#fullpanel .language-select .close a span:after,
#fullpanel .language-select .close a span:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:20px;
	height:1px;
	content:"";
	margin: auto;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .language-select .close a span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (min-width: 480px){
	#fullpanel .language-list section {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
}
@media only screen and (min-width: 768px){
	#fullpanel .language-list{
		overflow:hidden;
	}
	#fullpanel .language-list section {
		display:block;
		float:left;
		width: 33.3%;
	}
	#fullpanel .language-list section.jp-list,
	#fullpanel .language-list section.as-list{
		float:right;
	}
}
#fullpanel .topic {
	background: #3c454c;
	min-height: 100%;
}
#fullpanel .topic .ttl {
	display: table;
	width: 100%;
	color: #fff;
	background: #990014;
}
#fullpanel .topic .ttl p {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}
#fullpanel .topic .ttl p+p {
	width: 20px;
	padding: 4px;
}
#fullpanel .topic .ttl p a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: #fff;
	vertical-align: bottom;
}
#fullpanel .topic .ttl p a:after,
#fullpanel .topic .ttl p a:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:24px;
	height:1px;
	content:"";
	margin: auto;
	background: #990014;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .topic .ttl p a:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#fullpanel .topic .thumbnail {
	text-align: center;
}
#fullpanel .topic .thumbnail img {
	width: 300px;
	margin: 10px;
}

#fullpanel .topic .youtube {
	margin: 10px 10px 20px;
}
#fullpanel .topic .youtube .inner {
	position: relative;
	overflow: hidden;
	padding-top: 55.6%;
	height: 0;
	background: #000;
}
#fullpanel .topic .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fullpanel .topic h1 {
	margin: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #7e9ca7;
	font-weight: bold;
	color: #fff;
}
#fullpanel .topic .tags {
	display: table;
	width: 100%;
	font-size: 75%;
}
#fullpanel .topic .tags p {
	display: table-cell;
	padding: 0 10px;
	color: #7e9ca7;
}
#fullpanel .topic .tags ul {
	display: table-cell;
	padding: 0 10px;
	text-align: right;
}
#fullpanel .topic .tags ul li {
	display: inline-block;
	padding: 2px;
	margin: 0 4px 0 0;
	color: #000;
	background: #7e9ca7;
	border-radius: 2px;
	vertical-align: bottom;
	line-height: 1;
}
#fullpanel .topic .description {
	margin: 10px;
	font-size: 87.5%;
	color: #7e9ca7;
}
#fullpanel .topic .description a {
	color: #fff;
	text-decoration: underline;
}
#fullpanel .topic .website {
	margin: 20px 10px;
}
#fullpanel .topic .website a {
	position: relative;
	display: block;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
}
#fullpanel .topic .website 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);
}
#fullpanel .topic .website a:hover:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#fullpanel .topic .close {
	margin: 10px;
	padding: 10px 0;
	border-top: 1px solid #7e9ca7;
	text-align: right;
}
#fullpanel .topic .close a {
	font-size: 87.5%;
	color: #fff;
}
#fullpanel .topic .close a span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	background: #fff;
	vertical-align: middle;
}
#fullpanel .topic .close a span:after,
#fullpanel .topic .close a span:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:20px;
	height:1px;
	content:"";
	margin: auto;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .topic .close a span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#fullpanel .notice {
	background: #fff;
	min-height: 100%;
}
#fullpanel .notice .ttl {
	display: table;
	width: 100%;
	color: #fff;
	background: #3c454c;
}
#fullpanel .notice .ttl p {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}
#fullpanel .notice .ttl p+p {
	width: 20px;
	padding: 4px;
}
#fullpanel .notice .ttl p a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: #fff;
	vertical-align: bottom;
}
#fullpanel .notice .ttl p a:after,
#fullpanel .notice .ttl p a:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:24px;
	height:1px;
	content:"";
	margin: auto;
	background: #3c454c;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .notice .ttl p a:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#fullpanel .notice .thumbnail {
	text-align: center;
}
#fullpanel .notice .thumbnail img {
	width: 300px;
	margin: 10px;
}
#fullpanel .notice .youtube {
	margin: 10px 10px 20px;
}
#fullpanel .notice .youtube .inner {
	position: relative;
	overflow: hidden;
	padding-top: 55.6%;
	height: 0;
	background: #000;
}
#fullpanel .notice .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fullpanel .notice h1 {
	margin: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #3c454c;
}
#fullpanel .notice .tags {
	display: table;
	width: 100%;
	font-size: 75%;
}
#fullpanel .notice .tags p {
	display: table-cell;
	padding: 0 10px;
}
#fullpanel .notice .tags ul {
	display: table-cell;
	padding: 0 10px;
	text-align: right;
}
#fullpanel .notice .tags ul li {
	display: inline-block;
	padding: 2px;
	margin: 0 4px 0 0;
	color: #fff;
	background: #3c454c;
	border-radius: 2px;
	vertical-align: bottom;
	line-height: 1;
}
#fullpanel .notice .description {
	margin: 10px;
	font-size: 87.5%;
	color: #3c454c;
}
#fullpanel .notice .website {
	margin: 20px 10px;
}
#fullpanel .notice .website a {
	position: relative;
	display: block;
	padding: 10px;
	border: 1px solid #990014;
	border-radius: 3px;
	color: #990014;
}
#fullpanel .notice .website a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #990014;
	border-left: 1px solid #990014;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#fullpanel .notice .website a:hover:after {
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
}
#fullpanel .notice .btn-area {
	margin: 10px;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
#fullpanel .notice .btn-area a {
	display: inline-block;
	min-width: 100px;
	padding: 10px;
	border-radius: 3px;
	font-size: 87.5%;
	color: #fff;
	background: #3c454c;
}
#fullpanel .notice .btn-area a.ok {
	background: #990014;
}
#fullpanel .notice .close {
	margin: 10px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	text-align: right;
}
#fullpanel .notice .close a {
	font-size: 87.5%;
	color: #3c454c;
}
#fullpanel .notice .close a span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	background: #3c454c;
	vertical-align: middle;
}
#fullpanel .notice .close a span:after,
#fullpanel .notice .close a span:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:20px;
	height:1px;
	content:"";
	margin: auto;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .notice .close a span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#popup{
	display:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
}
#popup p.close a {
	color: #fff;
}
#popup .youtube-popup {
	padding: 10px 10px 20px;
}
#popup .youtube-box {
	max-width: 980px;
	margin: 0 auto;
}
#popup .youtube-popup .inner {
	position: relative;
	overflow: hidden;
	padding-top: 55.6%;
	height: 0;
	background: #000;
}
#popup .youtube-popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#popup .fullsizeimg-popup {
	padding: 10px 10px 20px;
}
#popup .fullsizeimg-box {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
#popup .fullsizeimg-popup .inner {
	position: relative;
	overflow: hidden;
	padding-top: 55.6%;
	height: 0;
	background: #000;
}
#popup .fullsizeimg-popup img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-moz-animation: fadein .5s linear 0s 1;
	-webkit-animation: fadein .5s linear 0s 1;
	animation: fadein .5s linear 0s 1;
}
#popup .fullsizeimg-popup .back-btn,
#popup .fullsizeimg-popup .next-btn{
	position:absolute;
	width: 40px;
	height: 50px;
	top:50%;
	margin-top:-25px;
}
#popup .fullsizeimg-popup .back-btn{
	left:0;
}
#popup .fullsizeimg-popup .next-btn{
	right:0;
}
#popup .fullsizeimg-popup .back-btn a,
#popup .fullsizeimg-popup .next-btn a{
	position: relative;
	display: block;
	width: 40px;
	height: 50px;
	background: rgba(0,0,0,.55);
	border-radius:6px;
}
#popup .fullsizeimg-popup .back-btn a:hover,
#popup .fullsizeimg-popup .next-btn a:hover {
	background: rgba(245, 210, 147, 0.5);
}
#popup .fullsizeimg-popup .back-btn a.off,
#popup .fullsizeimg-popup .next-btn a.off{
	opacity:0.2;
}
#popup .fullsizeimg-popup .back-btn a.off:hover,
#popup .fullsizeimg-popup .next-btn a.off:hover {
	background: rgba(0,0,0,.55);
}
#popup .fullsizeimg-popup .back-btn a{
	border-radius: 0 10px 10px 0;
}
#popup .fullsizeimg-popup .next-btn a{
	border-radius: 10px 0 0 10px;
}
#popup .fullsizeimg-popup .back-btn a:before,
#popup .fullsizeimg-popup .back-btn a:after,
#popup .fullsizeimg-popup .next-btn a:before,
#popup .fullsizeimg-popup .next-btn a:after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	border-radius: 10px;
	background: #fff;
}
#popup .fullsizeimg-popup .back-btn 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%;
}
#popup .fullsizeimg-popup .back-btn 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;
}
#popup .fullsizeimg-popup .next-btn 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%;
}
#popup .fullsizeimg-popup .next-btn 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:1100px){
	#popup .fullsizeimg-popup .back-btn,
	#popup .fullsizeimg-popup .next-btn{
		width:50px;
	}
	#popup .fullsizeimg-popup .back-btn{
		left:0;
		margin-left:-60px;
	}
	#popup .fullsizeimg-popup .next-btn{
		right:0;
		margin-right:-60px;
	}
	#popup .fullsizeimg-popup .back-btn a,
	#popup .fullsizeimg-popup .next-btn a{
		width:50px;
		background: #3c454c;
		border-radius:6px;
	}
	#popup .fullsizeimg-popup .back-btn a:before,
	#popup .fullsizeimg-popup .back-btn a:after{
		margin: auto 16px;
	}
	#popup .fullsizeimg-popup .next-btn a:before,
	#popup .fullsizeimg-popup .next-btn a:after{
		margin: auto 12px;
	}
}
#popup .resolution-popup {
	width: 300px;
	margin: 0 auto;
}
#popup .resolution-popup dl {
	border: 1px solid #434343;
}
#popup .resolution-popup dl dt {
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #434343;
	background: rgba(120, 82, 46, 0.1);
}
#popup .resolution-popup dl dd {
	padding: 10px;
}
@-moz-keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#popup .close {
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
}
#popup .close a {
	font-size: 87.5%;
	color: #3c454c;
}
#popup .close a span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	background: #3c454c;
	vertical-align: middle;
}
#popup .close a span:after,
#popup .close a span:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:20px;
	height:1px;
	content:"";
	margin: auto;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#popup .close a span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Europe/Arabic */
.ar_rtl:lang(ar),
.main-menu:lang(ar),
.index .mainvisual .to-be-released > span > span:lang(ar),
.index .sup .updates:lang(ar),
.index .sup .hardware:lang(ar),
.point article:lang(ar),
.game-mode article:lang(ar),
.product .spec:lang(ar),
.privilege .privilege-list:lang(ar),
.privilege .privilege-detail:lang(ar),
.privilege .important-notice:lang(ar),
.privilege .btn-order:lang(ar),
.license .contents:lang(ar),
.archive .sub-nav ul li span:lang(ar),
.order .headline:lang(ar),
.order .product-list:lang(ar),
.order .privilege-list:lang(ar),
.order .select-country:lang(ar) {
	direction: rtl;
	/* color: #00ffff; */  /* 確認用 */
}
.game-mode article.myclub:lang(ar) ul li dt:before,
.mode article.master-league:lang(ar) ul li dt:before,
.game-mode article.txtonly dd li:lang(ar):before {
	display: none;
}
@media only screen and (min-width: 768px){
	.game-mode article.master-league > p:lang(ar),
	.game-mode article.myclub dl.about-myclub dt:lang(ar) {
		text-align: right;
	}
}
