@charset "utf-8"; /*
16px基準文字サイズ対応表
10px  62.5%
11px  68.75%
12px  75%
13px  81.25%
14px  87.5%
15px  93.75%
16px  100%
17px  106.25%
18px  112.5%
19px  118.75%
20px  125%
21px  131.25%
22px  137.5%
23px  143.75%
24px  150%
25px  156.25%
26px  162.5%
*/

/* 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,
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, menu, nav, section, summary {
	display: block;
}

/* ------------------------------------------------------------------------------------------ */
/* cookie button */
/* ------------------------------------------------------------------------------------------ */

footer .ot-sdk #ot-sdk-btn {
	color: #959595;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	text-align: left;
}
footer .ot-sdk #ot-sdk-btn:hover {
	color: #959595;
	background: transparent;
	text-decoration: underline;
}

/*common*/
html {
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka",Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	line-height:20px;
	color:#000;
	position: relative;
	background: #fff;
}
a {
	color:#959595;
}
#wrapper {
	position: relative;
	width:100%;
}
#container {
	width:100%;
	height: 100%;
}
#confirm-cookie {
	background: #d6d7e0;
	color:#1a1e21;
}
#confirm-cookie-in {
	max-width:980px;
	margin:0 auto;
	padding: 0 10px;
}
#confirm-cookie .lead {
	font-size: 68.75%;
	line-height: 1.4;
	padding: 10px;
}
#confirm-cookie .btn-policy {
	display: inline-block;
	position: relative;
	margin: 6px 0 0;
	padding: 2px 30px 2px 10px;
	font-size: 68.75%;
	border-radius: 3px;
	color: #1a1e21;
	background: #f2f6ff;
}
#confirm-cookie .btn-policy:after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #1a1e21;
	border-left: 1px solid #1a1e21;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#confirm-cookie .btn-continue {
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #f2f6ff;
}
#confirm-cookie .btn-continue a {
	display: block;
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding: 10px 40px 10px 10px;
	border-radius: 3px;
	font-size: 87.5%;
	color: #fff;
	background: #333;
}
#confirm-cookie .btn-continue a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#confirm-cookie .btn-continue a.na {
	background: #7e9ca7;
}
@media only screen and (min-width: 768px){
	#confirm-cookie #confirm-cookie-in {
		display: table;
	}
	#confirm-cookie .lead,
	#confirm-cookie .btn-area {
		display: table-cell;
		vertical-align: top;
	}
	#confirm-cookie .btn-continue {
		border: none;
	}
	#confirm-cookie .btn-continue a {
		width: auto;
	}
}
.common-header {
	min-height: 34px;
	background: #fff;
}
.common-header > .inner {
	position: relative;
	max-width: 980px;
	margin: auto;
}
.common-header .konami-logo a {
	display: inline-block;
	padding: 6px 10px 8px;
}
.common-header .konami-logo a img {
	width: 94px;
	vertical-align: middle;
}
.common-header .language-list {
	border-top: 1px solid #c6c6c6;
	color: #132a72;
	z-index: 100;
}
.common-header .language-list input {
	display: none;
}
.common-header .language-list .nav p {
	max-width: 980px;
	margin: 0 auto;
}
.common-header .language-list .nav p label {
	position: relative;
	display: block;
	padding: 6px 10px;
	font-size: 87.5%;
	cursor: pointer;
	color: #55acee;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.common-header .language-list .nav p label:hover {
	opacity: .7;
}
.common-header .language-list .nav p label:before,
.common-header .language-list .nav p label:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	top: 10px;
	right: 18px;
	background: #55acee;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.common-header .language-list .nav p label:after {
	right: 26px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.common-header .language-list input:checked + .nav p label:before,
.common-header .language-list input:checked + .nav p label:after {
	top: 6px;
	right: 22px;
	height: 22px;
}
.common-header .language-list .list {
	overflow: hidden;
	height: 0;
	opacity: 0;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}
.common-header .language-list input:checked + .nav + .list {
	display: block;
	position: relative;
	height: auto;
	padding: 10px;
	background: rgba(255, 255, 255, .9);
	opacity: 1;
}
.common-header .language-list .list ul {
	margin: 0 auto;
}
.common-header .language-list .list ul li a {
	display: block;
	padding: 8px 0;
	color: #132a72;
}
.common-header .language-list .list ul li a:hover {
	color: #ed4664;
}
.common-header .language-list .list ul li+li a {
	border-top: 1px solid #c6c6c6;
}
@media screen and ( min-width:680px) {
	#container{
		margin: 0 auto;
	}
	.common-header .language-list {
		position: absolute;
		top: 5px;
		right: 10px;
		width: 200px;
		text-align: right;
		border: none;
	}
	.common-header .language-list .nav p label {
		padding: 2px 32px 2px 6px;
		border-left: 1px solid #a5a5a5;
		border-right: 1px solid #a5a5a5;
	}
	.common-header .language-list input:checked + .nav p label {
		border-radius: 3px 3px 0 0;
		border-bottom: none;
	}
	.common-header .language-list .list {
		width: 100%;
		padding: 0 1px;
		border: 1px solid #a5a5a5;
		border-top: none;
		border-radius: 0 0 3px 3px;
	}
	.common-header .language-list .list ul li a {
		padding: 8px 10px;
		font-size: 75%;
	}
	.common-header .language-list .nav p label:before,
	.common-header .language-list .nav p label:after {
		width: 2px;
		height: 10px;
		top: 8px;
		right: 12px;
	}
	.common-header .language-list .nav p label:after {
		right: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.common-header .language-list input:checked + .nav p label:before,
	.common-header .language-list input:checked + .nav p label:after {
		top: 3px;
		right: 16px;
		height: 18px;
	}
}
.menu {
	max-width: 910px;
	margin: 0 auto;
}
.menu ul {
	overflow: hidden;
	padding: 10px;
	background: #404040;
}
.menu li {
	float: left;
	width: 50%;
}
.menu li a {
	display: block;
	margin: 4px;
	padding: 10px 2px 10px 34px;
	font-size: 75%;
	line-height: 1.2;
	border: 1px solid #fce400;
	border-radius: 40px;
	color: #fce400;
	background: no-repeat 6px 45%;
	background-size: 24px auto;
}
.menu li a:hover,
.menu li.current a {
	color: #000;
	background-color: #fce400;
}
.menu li.top a {
	background-image: url(../img/icon_bomb_yellow.svg);
}
.menu li.top a:hover,
.menu li.top.current a {
	background-image: url(../img/icon_bomb_black.svg);
}
.menu li.news a {
	background-image: url(../img/icon_book_yellow.svg);
}
.menu li.news a:hover,
.menu li.news.current a {
	background-image: url(../img/icon_book_black.svg);
}
.menu li.chara a {
	background-image: url(../img/icon_chara_yellow.svg);
}
.menu li.chara a:hover,
.menu li.chara.current a {
	background-image: url(../img/icon_chara_black.svg);
}
.menu li.about a {
	background-image: url(../img/icon_switch_yellow.svg);
}
.menu li.about a:hover,
.menu li.about.current a {
	background-image: url(../img/icon_switch_black.svg);
}
.menu li.gp a {
	background-image: url(../img/icon_gp_yellow.svg);
}
.menu li.gp a:hover,
.menu li.gp.current a {
	background-image: url(../img/icon_gp_black.svg);
}
.menu li.order a {
	border-color: #fff;
	color: #fff;
	background-image: url(../img/icon_order_white.svg);
	background-size: 20px auto;
	background-position: 10px 45%;
}
.menu li.order a:hover,
.menu li.order.current a {
	color: #000;
	background-color: #fff;
	background-image: url(../img/icon_order_black.svg);
}
@media screen and (min-width:580px) {
	.menu li {
		width: 33.3%;
	}
}
@media screen and (min-width:890px) {
	.menu {
		padding: 10px;
	}
	.menu ul {
		border-radius: 40px;
	}
	.menu li {
		width: auto;
		margin: 0 6px 0 0;
	}
	.menu li.order {
		float: right;
	}
	.menu li a {
		margin: 0;
		padding: 10px 8px 10px 34px;
		font-size: 87.5%;
	}
}
.bnr-foot-area {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.bnr-foot-area a {
	width: 347px;
	display: inline-block;
	text-align: center;
}

.sns-area ul{
	margin: 30px 0;
	text-align: center;
}
.sns-area ul li{
	display: inline-block;
}
.sns-area ul li a{
	display: inline-block;
	margin: 0 7px;
	width: 54px;
	height: 54px;
	border-radius: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* Twitter */
.sns-area ul li.twitter a{
	border: 3px solid #959595;
	background: url(../img/sns_icon_tw.svg) no-repeat center center/50% auto;
}
.sns-area ul li.twitter a:hover{
	border: 3px solid #30a6df;
	background: url(../img/sns_icon_tw_on.svg) no-repeat center center/50% auto;
}
/* Facebook */
.sns-area ul li.facebook a{
	border: 3px solid #959595;
	background: url(../img/sns_icon_fb.svg) no-repeat center center/25% auto;
}
.sns-area ul li.facebook a:hover{
	border: 3px solid #325094;
	background: url(../img/sns_icon_fb_on.svg) no-repeat center center/25% auto;
}
/* LINE */
.sns-area ul li.line a{
	border: 3px solid #959595;
	background: url(../img/sns_icon_line.svg) no-repeat center center/50% auto;
}
.sns-area ul li.line a:hover{
	border: 3px solid #00b900;
	background: url(../img/sns_icon_line_on.svg) no-repeat center center/50% auto;
}
/* Google */
.sns-area ul li.google a{
	border: 3px solid #959595;
	background: url(../img/sns_icon_google.svg) no-repeat center center/50% auto;
}
.sns-area ul li.google a:hover{
	border: 3px solid #dc4e41;
	background: url(../img/sns_icon_google_on.svg) no-repeat center center/50% auto;
}

/* footer */
footer ul{
	text-align: center;
	font-size: 62.5%;
}
footer ul li{
	display: inline-block;
}
footer ul li a:hover{
	text-decoration: underline;
}
footer ul li a:after{
	content: "|";
	display: inline-block;
	padding: 0 10px;
}
footer ul li:last-child a:after{
	content: "";
}
footer p{
	margin: 10px;
	font-size: 62.5%;
	line-height: 1.4;
	color: #959595;
	text-align: center;
}

/*言語選択画面*/
.select-page .contents {
	position: relative;
	padding-bottom:25px;
	border-top: 1px solid #c6c6c6;
}
.select-page h1 {
	overflow: hidden;
	height: 0;
	margin: 0 auto;
	padding: 70% 0 0 0;
	background: url(../img/select_main.png) no-repeat 50% 0;
	background-size: 100% auto;
}
.select-page .switch{
	display: none;
	position: absolute;
	width: 100%;
	max-width: 980px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
}
.select-page h2{
	padding-bottom: 10px;
	text-align: center;
}
.select-page h2 img{
	width: 260px;
}
@media screen and (min-width:680px) {
	.select-page h1 {
		max-width: 774px;
		padding: 460px 0 0 0;
		background-image: url(../img/select_main_pc.png);
		background-size: 774px 445px;
	}
	.select-page .switch{
		display: block;
	}
}
.select-page .select-area {
	position: relative;
	width:78%;
	max-width:320px;
	margin:0 auto;
}
.select-page .select-area p {
	position: relative;
	padding:5px 10px;
	border:1px solid #a5a5a5;
	color:#000;
}
.select-page .select-area p:after {
	position:absolute;
	content:"";
	right:10px;
	top:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 8.5px 0 8.5px;
	border-color: #a5a5a5 transparent transparent transparent;
}
.select-page .select-area select {
	display: block;
	position: absolute;
	box-sizing:border-box;
	width:100%;
	height: 100%;
	top: 0;
	opacity:0;
	-webkit-appearance: menulist-button;
}
.select-page .select-area select option {
	padding:5px 10px;
}
.select-page .select-area + a.submit-btn{
	display: block;
	overflow: hidden;
	width: 210px;
	margin: 10px auto 0;
	padding: 10px 0;
	border-radius: 10px / 20px;
	text-indent: -9999px;
	background: #f05059 url(../img/btn_submit.svg) 50% 50% no-repeat;
	background-size:auto 18px;
}
.select-page .select-area + a.submit-btn:hover{
	background-color: #f26000;
}

/*メインビジュアル*/
.index .mv {
	overflow: hidden;
	position: relative;
}
.index .mv-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(../img/bg_mv.jpg) top center / 300% auto no-repeat;
}
.index .mv .chara {
	position: relative;
	max-width: 1000px;
	height: 0;
	margin: auto;
	padding: 120% 0 0;
}
.index .mv .chara p {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.index .mv .chara p span {
	display: block;
	position: absolute;
	background: no-repeat 50% 50%;
	background-size: 100% auto;
}
.index .mv .chara .bomb {
	display: none;
	width: 113.2%;
	top: 4%;
	left: -4%;
	padding: 62.4% 0 0;
	background-image: url(../img/mv_bomb.png);
}
.index .mv .chara .buggler {
	width: 65%;
	top: 0;
	left: -4%;
	padding: 69% 0 0;
	background-image: url(../img/mv_buggler.png);
}
.index .mv .chara .txt_gohgohh {
	width: 22%;
	top: 32%;
	left: 2%;
	padding: 46% 0 0;
	background-image: url(../img/mv_txt_gohgohh.png);
}
.index .mv .chara .txt_wahahaha {
	display: none;
	width: 27%;
	top: 3%;
	left: 4.5%;
	padding: 25.5% 0 0 0;
	background-image: url(../img/mv_txt_wahahaha.png);
}
.index .mv .chara .mv_bombers1 {
	width: 40%;
	top: 10%;
	left: 70%;
	padding: 39% 0 0;
	background-image: url(../img/mv_bombers1.png);
}
.index .mv .chara .mv_bombers2 {
	width: 32%;
	top: 40%;
	left: 71%;
	padding: 31% 0 0;
	background-image: url(../img/mv_bombers2.png);
}
.index .mv .chara .txt_doon {
	width: 24%;
	top: 34%;
	left: 70%;
	padding: 14% 0 0;
	background-image: url(../img/mv_txt_doon.png);
}
.index .mv .chara .txt_booom {
	width: 30%;
	top: 53%;
	left: 77%;
	padding: 35% 0 0;
	background-image: url(../img/mv_txt_booom.png);
}
.index .mv .chara .bros {
	width: 83%;
	top: 9%;
	left: 6%;
	padding: 112% 0 0;
	background-image: url(../img/mv_bros.png);
}
.index .mv .chara .switch {
	width: 12%;
	top: 0;
	left: 88%;
	padding: 12% 0 0;
	background-image: url(../img/nintendo_switch.png);
}
.index .mv .chara .ps4 {
	width: 15%;
	top: 1%;
	left: 4%;
	padding: 7% 0 0;
	background-image: url(../img/hardware_ps4.png);
}
.index .mv .chara .xbox {
	width: 22%;
	top: 1%;
	left: 30%;
	padding: 7% 0 0;
	background-image: url(../img/hardware_xboxone.png);
}
.index .mv .chara .steam {
	width: 18%;
	top: 1%;
	left: 60%;
	padding: 7% 0 0;
	background-image: url(../img/hardware_steam.png);
}
.index .mv .chara .bombertime {
	width: 29%;
	height: 0;
	padding-top: 29%;
	overflow: hidden;
	position: absolute;
	bottom: 47%;
	left: 2%;
	background: url(../img/bombertime.png?v2) no-repeat 50% 50%;
	background-size: 100% auto;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-animation: fuwa 2s linear infinite alternate;
	animation: fuwa 2s linear infinite alternate;
}
@-webkit-keyframes fuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -8%);}
	100% {-webkit-transform:translate(0, 0);} 
}

  @keyframes fuwa {
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, -8%);}
	100% {transform:translate(0, 0);} 
}
.index .mv .chara .bombertime:hover {
	opacity: .8;
	cursor: pointer;
}
.index .bnr-area {
	position: relative;
	margin: -30px auto 20px;
	background: -webkit-linear-gradient(left, rgba(219,30,70,1) 1%,rgba(43,25,216,1) 100%) no-repeat 50% 100%;
	background: linear-gradient(to right, rgba(219,30,70,1) 1%,rgba(43,25,216,1) 100%) no-repeat 50% 100%;
	background-size: 100% 66px;
	z-index: 10;
}
.index .bnr-area a {
	display: block;
	width: 290px;
	margin: 0 auto;
	color: #000;
}
.index .bnr-area a .bnr {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 90px 0 0;
	background: url(../img/bnr_g4_en_sp.png) no-repeat 50% 50%;
	background-size: 100% auto;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.index .bnr-area.ja a .bnr {
	background-image: url(../img/bnr_g4_ja_sp.png);
}
.index .bnr-area a:hover .bnr {
	opacity: .8;
}

/* ------------------------------------------------------------------------------------------------------------------ */

.index .series-bnr {
	width: 95%;
	max-width: 1200px;
	margin: 30px auto 10px;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box; /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.index .series-bnr p {
	width: 100%;
}
.index .series-bnr p:not(:first-child) {
	margin-top: 15px;
}
.index .series-bnr a {
	display: block;
	transition: .3s;
	-webkit-transition: .3s;
}
.index .series-bnr a:hover {
	opacity: 0.6;
}
.index .series-bnr a img {
	max-width: 100%;
	margin: 0 auto;
}

.index .bnr-area_ex {
	position: relative;
	margin: -11% auto 20px;
	z-index: 10;
}
.index .bnr-area_ex a {
	width: 100%;
	display: block;
	margin: 0 auto;
	color: #000;
}
.index .bnr-area_ex a .bnr {
	display: block;
	overflow: hidden;
	height: 37vw;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 20;
}
.index .bnr-area_ex.guideline .bnr {
	background: url(../img/bnr_moviecp_en_sp.png) no-repeat center bottom;
	background-size: 100% auto;
}
.index .bnr-area_ex.guideline.ja .bnr {
	background: url(../img/bnr_moviecp_ja_sp.png) no-repeat center bottom;
	background-size: 100% auto;
}
.index .bnr-area_ex a:hover .bnr {
	opacity: .8;
}

@media screen and ( min-width:680px) {
	.index .series-bnr p {
		width: 50%;
		max-width: 520px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.index .series-bnr p:not(:first-child) {
		margin-top: 0;
	}

	.index .bnr-area_ex:before,
	.index .bnr-area_ex:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		height: 66px;
		width: 100%;
	}
	.index .bnr-area_ex:before {
		background-color: #ffba02;
	}
	.index .bnr-area_ex:after {
		background: url(../img/bnr_bonkatsu_bg_ja.png) center bottom no-repeat;
		background-size: auto 66px;
	}

	.index .bnr-area_ex {
		margin: -5% auto 20px;
	}
	.index .bnr-area_ex:before,
	.index .bnr-area_ex:after {
		height: 9vw;
	}
	.index .bnr-area_ex:after {
		background-size: auto 9vw;
	}
	.index .bnr-area_ex a {
		max-width: 900px;
		position: relative;
		z-index: 20;
	}
	.index .bnr-area_ex a .bnr {
		height: 0;
		padding: 15% 0 0 0;
	}
	.index .bnr-area_ex.guideline a .bnr {
		background-image: url(../img/bnr_moviecp_en_pc.png);
	}
	.index .bnr-area_ex.guideline.ja a .bnr {
		background-image: url(../img/bnr_moviecp_ja_pc.png);
	}
	.index .bnr-area_ex .txt {
		font-size: 100%;
	}
}

@media screen and ( min-width:1000px) {
	.index .bnr-area_ex {
		margin: -54px auto 20px;
	}
	.index .bnr-area_ex:before,
	.index .bnr-area_ex:after {
		height: 84px;
	}
	.index .bnr-area_ex:after {
		background-size: auto 84px;
	}
}

/* ------------------------------------------------------------------------------------------------------------------ */

@media screen and ( min-width:680px) {
	.index .mv-bg {
		background-size: 172% auto;
	}

	.index .mv .chara {
		padding-top: 70%;
	}

	.index .mv .chara .bomb,
	.index .mv .chara .txt_wahahaha {
		display: block;
	}

	.index .mv .chara .buggler {
		width: 51.8%;
		top: 2%;
		left: 3%;
		padding: 45% 0 0;
	}

	.index .mv .chara .txt_gohgohh {
		width: 14.4%;
		top: 37%;
		left: 27%;
		padding: 9.4% 0 0;
	}

	.index .mv .chara .mv_bombers1 {
		width: 27.2%;
		top: 9%;
		left: 64.5%;
		padding: 27% 0 0;
	}

	.index .mv .chara .mv_bombers2 {
		width: 23.2%;
		top: 46%;
		left: 69%;
		padding: 23% 0 0;
	}

	.index .mv .chara .txt_doon {
		width: 15.2%;
		top: 40%;
		left: 68%;
		padding: 9% 0 0;
	}

	.index .mv .chara .txt_booom {
		width: 22.4%;
		top: 53%;
		left: 71%;
		padding: 27% 0 0;
	}

	.index .mv .chara .bros {
		width: 49.4%;
		top: 8%;
		left: 27%;
		padding: 64% 0 0;
	}

	.index .mv .chara .switch {
		width: 7%;
		top: 0;
		left: 90%;
		padding: 7% 0 0;
	}

	.index .mv .chara .ps4 {
		width: 8%;
		top: .8%;
		left: 53%;
		padding: 5% 0 0;
	}

	.index .mv .chara .xbox {
		width: 13%;
		top: .8%;
		left: 63%;
		padding: 5% 0 0;
	}

	.index .mv .chara .steam {
		width: 10%;
		top: .8%;
		left: 78%;
		padding: 5% 0 0;
	}

	.index .mv .chara .bombertime {
		width: 23%;
		padding-top: 23%;
		bottom: 9%;
		left: 4%;
		-webkit-animation: fuwa 2s linear infinite alternate;
		animation: fuwa 2s linear infinite alternate;
	}

	@-webkit-keyframes fuwa2 {
		0% {
			-webkit-transform: translate(0, 0);
		}
		50% {
			-webkit-transform: translate(0, -8%);
		}
		100% {
			-webkit-transform: translate(0, 0);
		}
	}

	@keyframes fuwa2 {
		0% {
			transform: translate(0, 0);
		}
		50% {
			transform: translate(0, -8%);
		}
		100% {
			transform: translate(0, 0);
		}
	}
	.index .bnr-area {
		margin: -70px auto 20px;
		background-size: 100% 88px;
	}

	.index .bnr-area a {
		width: 100%;
		max-width: 900px;
	}

	.index .bnr-area a .bnr {
		padding: 20% 0 0 0;
		background-image: url(../img/bnr_g4_en_pc.png);
	}

	.index .bnr-area.ja a .bnr {
		background-image: url(../img/bnr_g4_ja_pc.png);
	}

	.index .bnr-area .txt {
		font-size: 100%;
	}
}


@media screen and ( min-width:800px) {
	.index .bnr-area {
		margin: -90px auto 20px;
	}
}
@media screen and ( min-width:900px) {
	.index .bnr-area {
		margin: -110px auto 20px;
	}
}
@media screen and ( min-width:1000px) {
	.index .mv-bg {
		margin: 0 0 46px;
	}
	.index .mv .chara{
		padding-top: 700px;
	}
}

.index .products-info .bnr_smileprice {
	margin: 0 10px;
}
.index .products-info .bnr_smileprice a {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 28% 0 0;
	background: url(../img/bnr_smileprice_ja_sp.png) no-repeat;
	background-size: 100% auto;
	border-radius: 8px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.index .products-info .bnr_smileprice a:lang(ja) {
	background-image: url(../img/bnr_smileprice_ja_sp.png);
}
.index .products-info .bnr_smileprice a:hover {
	opacity: .7;
}



.index .products-info .bnr_online {
	margin: 0 10px;
}
.index .products-info .bnr_online a {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 28% 0 0;
	background: url(../img/bnr_online_update_en_sp.png) no-repeat;
	background-size: 100% auto;
	border-radius: 8px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.index .products-info .bnr_online a:lang(ja) {
	background: url(../img/bnr_online_update_ja_sp.png) no-repeat;
	background-size: 100% auto;
}
.index .products-info .bnr_online a:hover {
	opacity: .7;
}




.index .products-info .bnr {
	margin: 0 10px;
}
.index .products-info .bnr a {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 28% 0 0;
	background: url(../img/bnr_gp_en_sp.png) no-repeat;
	background-size: 100% auto;
	border-radius: 8px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.index .products-info .bnr a:lang(ja) {
	background-image: url(../img/bnr_gp_ja_sp.png);
}
.index .products-info .bnr a:hover {
	opacity: .7;
}
.index .products-info .twtr {
	margin: 10px;
}
.index .products-info .twtr a {
	display: block;
	position: relative;
	padding: 14px 10px 14px 70px;
	line-height: 1;
	color: #fff;
	background: url(../img/sns_icon_twitter.svg) no-repeat 8px 50% #55acee;
	background-size: 60px auto;
	border-radius: 8px;
}
.index .products-info .twtr a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top,  #55acee 0%,#55acee 100%) no-repeat 0 50% #fff;
	background: linear-gradient(to bottom,  #55acee 0%,#55acee 100%) no-repeat 0 50% #fff;
	background-size: 20px 1px;
}
.index .products-info .twtr a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #55acee;
	border-left: 1px solid #55acee;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.index .products-info .twtr a:hover {
	opacity: .7;
}
.index .products-info .twtr span {
	font-size: 75%;
	line-height: 1.2;
}
.index .products-info .fb {
	margin: 10px;
}
.index .products-info .fb a {
	display: block;
	position: relative;
	padding: 20px 40px 20px 54px;
	font-size: 87.5%;
	line-height: 1;
	color: #fff;
	background: url(../img/sns_icon_facebook.svg) no-repeat 8px 50% #395591;
	background-size: 40px auto;
	border-radius: 8px;
}
.index .products-info .fb a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #395591 0%,#395591 100%) no-repeat 0 50% #fff;
	background: linear-gradient(to bottom, #395591 0%,#395591 100%) no-repeat 0 50% #fff;
	background-size: 20px 1px;
}
.index .products-info .fb a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #395591;
	border-left: 1px solid #395591;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.index .products-info .fb a:hover {
	opacity: .7;
}
.index .products-info .news {
	margin: 20px 10px 10px;
	border: 1px solid #a5a5a5;
	border-radius: 8px;
}
.index .products-info .news .ttl {
	position: relative;
	height: 40px;
	padding: 10px 0;
	margin: 0 15px 6px;
	border-bottom: 1px solid #a5a5a5;
}
.index .products-info .news .ttl h2 {
	overflow: hidden;
	position: absolute;
	width: 95px;
	height: 0;
	top: -30px;
	padding: 90px 0 0 0;
	background: url(../img/ttl_news.png) no-repeat;
	background-size: 100% auto;
}
.index .products-info .news .ttl .more {
	display: block;
	position: absolute;
	width: 160px;
	height: 1em;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 30px 0 0;
	margin: auto;
	line-height: 1;
	text-align: right;
	color: #55acee;
}
.index .products-info .news .ttl .more:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3px;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #fff 0%,#fff 100%) no-repeat 0 50% #55acee;
	background: linear-gradient(to bottom, #fff 0%,#fff 100%) no-repeat 0 50% #55acee;
	background-size: 12px 1px;
}
.index .products-info .news .ttl .more:after {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 11px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.index .products-info .news .ttl .more:hover {
	opacity: .7;
}
.index .products-info #news {
	position: relative;
	overflow: hidden;
	height: 120px;
	margin: 0 0 10px;
}
.index .products-info .news li dl {
	padding: 0 15px 10px;
}
.index .products-info .news li dt span {
	display: inline-block;
	padding: 2px 4px;
	font-size: 75%;
	line-height: 1.2;
	color: #fff;
	background: #000;
	border-radius: 4px;
}
.index .products-info .news li dd {
	margin: 4px 0 0;
	font-size: 87.5%;
	color: #000;
}
.index .products-info .news li dd a {
	color: #55acee;
}
.index .products-info .news li dd a:hover {
	text-decoration: underline;
}
@media screen and ( min-width:680px) {
	.index .products-info {
		overflow: hidden;
		max-width: 930px;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.index .products-info .detail {
		float: right;
		width: 374px;
	}
	.index .products-info .bnr,
	.index .products-info .bnr_smileprice,
	.index .products-info .bnr_online {
		margin: 0 20px;
	}

	.index .products-info .bnr_smileprice a {
		padding: 39.52% 0 0;
		background-image: url(../img/bnr_smileprice_ja_pc.png);
	}
	.index .products-info .bnr_smileprice a:lang(ja) {
		background-image: url(../img/bnr_smileprice_ja_pc.png);
	}

	.index .products-info .bnr_online a {
		padding: 39.52% 0 0;
		background-image: url(../img/bnr_online_update_en_pc.png);
	}
	.index .products-info .bnr_online a:lang(ja) {
		background-image: url(../img/bnr_online_update_ja_pc.png);
	}

	.index .products-info .bnr a {
		padding: 39.52% 0 0;
		background-image: url(../img/bnr_gp_en_pc.png);
	}
	.index .products-info .bnr a:lang(ja) {
		background-image: url(../img/bnr_gp_ja_pc.png);
	}
	.index .products-info .detail .twtr {
		margin: 8px 20px;
	}
	.index .products-info .news {
		min-height: 200px;
		margin: 0 370px 10px 10px;
	}
}
.index .videos {
	max-width: 910px;
	margin: 10px auto;
	padding: 10px;
}
.index .videos ul {
	position: relative;
	padding: 10px;
	background: -webkit-linear-gradient(top,  #ffbb00 0%,#ffe52f 100%);
	background: linear-gradient(to bottom,  #ffbb00 0%,#ffe52f 100%);
	border-radius: 8px;
}
.index .videos ul li+li {
	margin: 16px 0 0;
}
.index .videos ul li .thumb {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.index .videos ul li .thumb a {
	display: block;
	background: #000;
	position: relative;
}
.index .videos ul li .thumb a:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	margin: auto;
	border: 4px #fff solid;
	border-radius: 80px;
	z-index: 2;
}
.index .videos ul li .thumb a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-top: 20px solid transparent;
	border-left: 34px solid #fff;
	border-right: none;
	border-bottom: 20px solid transparent;
	z-index: 2;
	transform: translateX(10%);
}
.index .videos ul li .thumb img {
	width: 100%;
}
.index .videos ul li .thumb a img {
	width: 100%;
	opacity: .6;
	vertical-align: bottom;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.index .videos ul li .thumb a:hover img {
	opacity: .9;
}
.index .videos ul li .thumb a:hover:after,
.index .videos ul li .thumb a:hover:before {
	opacity: .5;
}
.index .videos ul li p span {
	display: inline-block;
	padding: 2px 4px;
	margin: 6px 2px 6px 0;
	font-size: 75%;
	line-height: 1.2;
	color: #fff;
	border-radius: 4px;
	background: #000;
}
.index .videos ul li p span.new {
	background: #ed1e79;
}
.index .videos ul li dt {
	margin: 4px 0;
}
.index .videos ul li dl dd {
	font-size: 87.5%;
	line-height: 1.4;
}
@media screen and ( min-width:680px) {
	.index .videos ul {
		padding: 16px 195px 16px 16px;
		background: url(../img/bg_video_cartoon.png) no-repeat 100% 0, -webkit-linear-gradient(top,  #ffbb00 0%,#ffe52f 100%);
		background: url(../img/bg_video_cartoon.png) no-repeat 100% 0, linear-gradient(to bottom,  #ffbb00 0%,#ffe52f 100%);
	}
	.index .videos ul:after {
		position: absolute;
		content: '';
		top: -15px;
		right: 0;
		width: 210px;
		height: 354px;
		background: url(../img/bg_video_character.png) no-repeat;
	}
	.index .videos ul li {
		display: table;
		width: 100%;
	}
	.index .videos ul li .thumb {
		display: table-cell;
		width: 45%;
		min-width: 260px;
		vertical-align: top;
	}
	.index .videos ul li div {
		display: table-cell;
		padding: 0 0 0 16px;
	}
	.index .videos ul li div dl {
		max-width:300px;
	}
}
@media screen and ( min-width:780px) {
	.index .videos {
		margin: 0 auto 10px;
	}
}
.index .screenshot-area{
	position: relative;
	margin: 0 0 30px;
	padding: 40px 20px;
	background: url(../img/ss_bg_sp.png) repeat;
	text-align: center;
}
.index .screenshot-area img.ttl{
	vertical-align: bottom;
	width: 46.875%;
}
.index .screenshot-area ul{
	position: relative;
	padding: 20px 0 80px;
}
.index .screenshot-area .slider li {
	margin: 0 10px;
}
.index .screenshot-area .slider li a img{
	width: 100%;
}
.index .screenshot-area .slick-prev-cstm,
.index .screenshot-area .slick-next-cstm {
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 45px;
	font-size: 87.5%;
}
.index .screenshot-area .slick-prev-cstm:before,
.index .screenshot-area .slick-next-cstm:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 0;
	margin: auto 0;
	padding: 40px 0 0;
	border: 1px solid #969696;
	border-radius: 50%;
}
.index .screenshot-area .slick-next-cstm:before {
	left: auto;
	right: 0;
}
.index .screenshot-area .slick-prev-cstm:hover:before,
.index .screenshot-area .slick-next-cstm:hover:before {
	background: #fff;
}
.index .screenshot-area .slick-prev-cstm:after,
.index .screenshot-area .slick-next-cstm:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 16px;
	width: 16px;
	height: 0;
	margin: auto;
	padding: 16px 0 0;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.index .screenshot-area .slick-next-cstm:after {
	left: auto;
	right: 17px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.index .screenshot-area .slick-next-cstm {
	left: auto;
	right: 0;
}
.index .screenshot-area .slick-prev-cstm span,
.index .screenshot-area .slick-next-cstm span {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	padding: 0 0 0 50px;
	height: 1em;
	margin: auto;
	top: 0;
	bottom: 0;
	text-align: left;
}
.index .screenshot-area .slick-next-cstm span {
	padding: 0 50px 0 0;
	text-align: right;
}
@media screen and ( min-width:680px) {
	.index .screenshot-area{
		margin: 0;
		padding: 62px 20px 0;
		background: url(../img/ss_bg.png) repeat-x 50% 0;
		height: 493px;
	}
	.index .screenshot-area img.ttl{
		max-width: 270px;
	}
	.index .screenshot-area ul {
		padding: 20px 0 120px
	}
	.index .screenshot-area .slick-prev-cstm,
	.index .screenshot-area .slick-next-cstm {
		width: 200px;
		height: 90px;
		font-size: 100%;
	}
	.index .screenshot-area .slick-prev-cstm {
		left: 50%;
		margin: 0 0 0 -240px;
	}
	.index .screenshot-area .slick-next-cstm {
		right: 50%;
		margin: 0 -240px 0 0;
	}
	.index .screenshot-area .slick-prev-cstm:before,
	.index .screenshot-area .slick-next-cstm:before {
		width: 74px;
		padding: 74px 0 0;
	}
	.index .screenshot-area .slick-prev-cstm span {
		padding: 0 0 0 90px;
	}
	.index .screenshot-area .slick-next-cstm span {
		padding: 0 80px 0 0;
	}
	.index .screenshot-area .slick-prev-cstm:after,
	.index .screenshot-area .slick-next-cstm:after {
		padding: 26px 0 0;
		left: 34px;
		width: 26px;
	}
	.index .screenshot-area .slick-next-cstm:after {
		left: auto;
		right: 35px;
	}
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.simple-page:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 541px;
	background: url("../img/bg_simple_page.jpg")no-repeat 50% 0;
	z-index: -5;
}
.simple-page .page-wrap > .inner {
	padding: 10px 0 0 0;
}
.simple-page h1 {
	position: relative;
	margin: 0 0 -10px;
	padding: 26% 0 0 0;
	background: url(../img/logo_simple_page.png) no-repeat 50% 0;
	background-size: 50% auto;
	z-index: 3;
}
.simple-page h1 a {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 50%;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 24% 0 0 0;
}
.simple-page .contents {
	position: relative;
	padding: 0 0 1px;
	background: rgba(255, 255, 255, .7);
}
@media screen and (min-width:680px) {
	.simple-page .page-wrap > .inner:after {
		background-size: 95px auto;
		z-index: -4;
	}
	.simple-page .page-wrap > .inner {
		padding: 10px;
	}
	.simple-page h1 {
		margin: 50px 0 -80px;
		padding: 176px 0 0;
		background-size: 338px auto;
	}
	.simple-page h1 a {
		width: 338px;
		padding: 150px 0 0;
	}
	.simple-page .contents {
		max-width: 960px;
		margin: 0 auto;
		padding: 56px 0 1px;
		border-radius: 20px;
		background: rgba(255, 255, 255, .7);
	}
}
.simple-page.about .mode-list {
	max-width: 810px;
	margin: 30px auto;
	padding: 10% 10px 0;
	background: url(../img/bg_character.png) no-repeat 50% 0;
	background-size: 150% auto;
}
.simple-page.about .mode-list h2 {
	max-width: 550px;
	margin: 0 auto 50px;
	text-align: center;
}
.simple-page.about .mode-list h2 span {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 10% 0 0 0;
	background: url(../img/ttl_gamemodes.svg) no-repeat 50% 50%;
	background-size: 53% auto;
}
.simple-page.about .mode-list h3 {
	margin: 10px 0;
	padding: 8px;
	text-align: center;
	color: #fff;
	background: #e60012;
	border-radius: 8px;
}
.simple-page.about .mode-list h4 {
	max-width: 754px;
	margin: 10px auto;
	padding: 8px;
	text-align: center;
	border: 1px solid #404040;
	border-radius: 8px;
}
.simple-page.about .mode-list h4 span {
	display: inline-block;
}
.simple-page.about .mode-list .lead {
	max-width: 770px;
	margin: 10px auto;
	font-size: 75%;
	line-height: 1.4;
}
.simple-page.about .mode-list .ss {
	max-width: 770px;
	margin: 10px auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.simple-page.about .mode-list .ss li {
	width: 49%;
}
.simple-page.about .mode-list .ss li a {
	position: relative;
	display: block;
	margin: 0 0 4%;
	transition: opacity .2s;
}
.simple-page.about .mode-list .ss li a:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 2px;
	right: 4px;
	background: url(../img/icon_zoom.png) no-repeat;
	background-size: 100%;
}
.simple-page.about .mode-list .ss li a:hover {
	opacity: .7;
}
.simple-page.about .mode-list .ss li span {
	display: block;
	padding: 0 8px 12px;
	font-size: 87.5%;
	text-align: center;
	color: #000;
}
.simple-page.about .mode-list .ss_l {
	max-width: 770px;
	margin: 10px auto;
}
.simple-page.about .mode-list .ss li a img,
.simple-page.about .mode-list .ss_l img {
	width: 100%;
	vertical-align: bottom;
}
.simple-page.about .mode-list .btn-area {
	margin: 0 0 30px;
}
.simple-page.about .mode-list .btn-area a {
	display: block;
	position: relative;
	width: 160px;
	margin: 0 auto;
	padding: 14px 14px 14px 54px;
	font-size: 87.5%;
	line-height: 1;
	color: #fff;
	background: #000;
	border-radius: 60px;
}
.simple-page.about .mode-list .btn-area a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background: linear-gradient(to bottom, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background-size: 20px 1px;
}
.simple-page.about .mode-list .btn-area a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.simple-page.about .mode-list .btn-area a:hover {
	opacity: .7;
}
@media screen and (min-width:680px) {
	.simple-page.about .mode-list {
		margin: 25px auto;
		padding: 50px 10px 0;
		background-size: 810px auto;
	}
	.simple-page.about .mode-list .lead {
		margin: 20px auto;
		font-size: 87.5%;
	}
	.simple-page.about .mode-list .ss li {
		width: 32.5%;
	}
	.simple-page.about .mode-list .ss li a:after {
		width: 30px;
		height: 30px;
	}
}
.simple-page .chara-list {
	max-width: 880px;
	margin: 30px auto;
	padding: 18% 0 0;
	background: url(../img/bg_character.png) no-repeat 50% 0;
	background-size: 150% auto;
}
.simple-page .chara-list .pf,
.simple-page .chara-list .enemy,
.simple-page .chara-list .skill {
	max-width: 810px;
	margin: 0 auto;
	padding: 0 10px;
}
.simple-page .chara-list h2 {
	max-width: 550px;
	margin: 0 auto 50px;
	text-align: center;
}
.simple-page .chara-list h2 span {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 10% 0 0 0;
	background: url(../img/ttl_characters.svg) no-repeat 50% 50%;
	background-size: 52% auto;
}
.simple-page .chara-list .skill-border {
	height: 0;
	border: 0;
	border-top: 1px #898989 solid;
	margin: 40px 20px;
}
.simple-page .chara-list .skill dt {
	margin: 6px 10px 10px;
	padding: 10px;
	font-size: 75%;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #000;
	border-radius: 8px;
}
.simple-page .chara-list .skill dd .thumb span {
	display: block;
	margin: 10px;
	padding: 10px;
	background: rgba(0, 104, 183, .45);
	border-radius: 8px;
}
.simple-page .chara-list .skill dd .thumb img {
	width: 100%;
	vertical-align: bottom;
}
.simple-page .chara-list .skill dd div {
	margin: 10px 10px 20px;
}
.simple-page .chara-list .skill dd ol {
	counter-reset: num;
}
.simple-page .chara-list .skill dd ol li {
	position: relative;
	margin: 0 0 8px;
	padding: 2px 0 0 22px;
	font-size: 75%;
	line-height: 1.4;
}
.simple-page .chara-list .skill dd ol li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #f00;
	border-radius: 4px;
}
.simple-page .chara-list .skill dd ol li span {
	color: #f00;
}
.simple-page .chara-list .skill .notice {
	margin: 6px 0 0;
	font-size: 75%;
	line-height: 1.4;
	color: #f00;
}
.simple-page .chara-list ul {
	margin: 0 0 50px;
}
.simple-page .chara-list ul li {
	max-width: 440px;
	margin: 0 auto;
}
.simple-page .chara-list ul li dl {
	display: table;
	width: 100%;
}
.simple-page .chara-list ul li dl dt {
	display: table-cell;
	width: 50%;
	padding: 0 0 0 10px;
	text-align: right;
	position: relative;/*add*/
}
.simple-page .chara-list ul li dl dt img {
	width: 100%;
	max-width: 218px;
}
.simple-page .chara-list ul li dl dt img.icon-new {
	max-width: 50px;
	position:absolute;
	top:5px;
	left:5px;/*add*/
}
@media screen and (min-width:780px) {
	.simple-page .chara-list ul li dl dt img.icon-new {
		left:25px;/*add*/
	}
}
.simple-page .chara-list ul li dl dd {
	display: table-cell;
	padding: 10px 0 0 20px;
	vertical-align: middle;
}
.simple-page .chara-list ul li dl dd span {
	display: inline-block;
	font-size: 0.75rem;
}
.simple-page .chara-list ul li dl dd img {
	width: 130px;
	height: 40px;
}
.simple-page .chara-list ul li dl dd img.add-chara {
	width: 130px;
	height: 100px;
}/*add*/
.simple-page .chara-list ul.enemy li:first-child dl dt {
	width: 60%;
}
.simple-page .chara-list ul.enemy li:first-child dl dt img {
	max-width: 290px;
}
.simple-page .chara-list ul.enemy li dl dd img {
	width: 138px;
	height: 84px;
}
.simple-page .chara-list ul li .special {
	max-width: 400px;
	margin: 6px 26px 0;
	padding: 4px 10px;
	font-size: 75%;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #000;
	border-radius: 8px;
}
.simple-page .chara-list ul li .profile {
	max-width: 400px;
	margin: 6px auto;
	padding: 8px 26px 0;
	font-size: 75%;
	line-height: 1.4;
}
.simple-page .chara-list ul li .profile span {
	display: inline-block;
}
.simple-page .chara-list ul.enemy li {
	margin: 15px auto;
}
.simple-page .chara-list .btn-area {
	margin: 0 0 30px;
}
.simple-page .chara-list .btn-area a {
	display: block;
	position: relative;
	width: 160px;
	margin: 0 auto;
	padding: 14px 14px 14px 54px;
	font-size: 87.5%;
	line-height: 1;
	color: #fff;
	background: #000;
	border-radius: 60px;
}
.simple-page .chara-list .btn-area a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background: linear-gradient(to bottom, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background-size: 20px 1px;
}
.simple-page .chara-list .btn-area a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.simple-page .chara-list .btn-area a:hover {
	opacity: .7;
}
@media screen and (min-width:680px) {
	.simple-page .chara-list {
		margin: 25px auto;
		padding: 50px 10px 0;
		background-size: 810px auto;
	}
	.simple-page .chara-list .skill {
		margin: 50px auto 30px;
	}
	.simple-page .chara-list .skill dt {
		font-size: 87.5%;
		font-weight: bold;
	}
	.simple-page .chara-list .skill dd {
		display: table;
	}
	.simple-page .chara-list .skill dd > p {
		display: table-cell;
		width: 55%;
		vertical-align: top;
	}
	.simple-page .chara-list .skill dd div {
		display: table-cell;
		padding: 10px 0;
		vertical-align: top;
	}
	.simple-page .chara-list .skill dd ol li {
		padding: 0 0 0 22px;
	}
	.simple-page .chara-list .skill dd ol li:before {
		top: 2px;
	}
	.simple-page .chara-list .skill dd ol li span {
		font-size: 1.125rem;
	}
	.simple-page .chara-list ul li {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	.simple-page .chara-list ul.enemy li:first-child {
		width: 100%;
		max-width: 100%;
	}
	.simple-page .chara-list ul.enemy li:first-child dl {
		display: block;
	}
	.simple-page .chara-list ul.enemy li:first-child dl dt {
		display: block;
		float: left;
		width: 36%;
	}
	.simple-page .chara-list ul.enemy li:first-child dl dd {
		padding: 0 0 10px 20px;
	}
	.simple-page .chara-list ul.enemy li:first-child .profile {
		max-width: 700px;
		margin: 0;
		padding: 0 0 0 39%;
	}
	.simple-page .chara-list ul li dl dt {
		width: 55%;
		padding: 0;
	}
	.simple-page .chara-list ul li dl dd {
		padding: 20px 0 0 20px;
	}
	.simple-page .chara-list ul.enemy li dl dd {
		padding: 0 0 30px 10px;
	}
	.simple-page .chara-list ul li dl dd img {
		width: 180px;
		height: 58px;
	}
	.simple-page .chara-list ul.enemy li dl dd img {
		width: 100%;
		height: auto;
		max-width: 193px;
		max-height: 112px;
	}
	.simple-page .chara-list ul li .profile {
		padding: 8px 32px 0 26px;
		font-size: 87.5%;
	}
	.simple-page .chara-list ul li .special {
		font-size: 87.5%;
	}
}
.simple-page.controller h2 {
	padding: 40px 10px 30px;
	text-align: center;
}
.simple-page.controller h2 span {
	display: inline-block;
}
.simple-page.controller dl {
	max-width: 800px;
	padding: 10px;
	margin: 0 auto 60px;
}
.simple-page.controller dl dt {
	margin: 10px 0;
	padding: 10px;
	font-size: 87.5%;
	line-height: 1;
	text-align: center;
	background: #fce400;
	border-radius: 8px;
}
.simple-page.controller dl dd {
	margin: 10px auto;
	max-width: 760px;
	font-size: 75%;
}
.simple-page.controller dl dd img {
	display: block;
	width: 670px;
	max-width: 100%;
	margin: 10px auto 30px;
}
.simple-page.controller .contents .btn-area {
	margin: 0 0 30px;
}
.simple-page.controller .contents .btn-area a {
	display: block;
	position: relative;
	width: 160px;
	margin: 0 auto;
	padding: 14px 14px 14px 54px;
	font-size: 87.5%;
	line-height: 1;
	color: #fff;
	background: #000;
	border-radius: 60px;
}
.simple-page.controller .contents .btn-area a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background: linear-gradient(to bottom, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background-size: 20px 1px;
}
.simple-page.controller .contents .btn-area a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.simple-page.controller .contents .btn-area a:hover {
	opacity: .7;
}
@media screen and (min-width:680px) {
	.simple-page.controller h2 {
		font-size: 125%;
	}
	.simple-page.controller dl dt {
		margin: 20px 0;
		padding: 14px 10px;
		font-size: 100%;
	}
	.simple-page.controller dl dd {
		font-size: 87.5%;
	}
	.simple-page.controller dl dd img {
		margin: 20px auto 50px;
	}
}
.simple-page.controller-faq h2 {
	padding: 40px 10px 30px;
	text-align: center;
}
.simple-page.controller-faq h2 span {
	display: inline-block;
}
.simple-page.controller-faq dl {
	padding: 10px;
}
.simple-page.controller-faq dl dt {
	padding: 10px 10px 10px 50px;
	font-size: 87.5%;
	background: url(../img/icon_question.svg) 10px 50% no-repeat #fce300;
	border-radius: 6px;
}
.simple-page.controller-faq dl dd {
	padding: 40px 10px 10px 10px;
	font-size: 87.5%;
	background: url(../img/icon_answer.svg) 10px 10px no-repeat;
	border-radius: 6px;
}
.simple-page.controller-faq dl dd .steps {
	margin: 10px 0;
	padding: 10px;
	border-left: 3px solid #c9c9c9;
}
.simple-page.controller-faq dl dd .steps li {
	margin: 0 0 25px 5px;
}
.simple-page.controller-faq dl dd a {
	position: relative;
	display: block;
	max-width: 100%;
	width: 330px;
	margin: 8px 0 24px 5px;
	transition: opacity .2s;
}
.simple-page.controller-faq dl dd a:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 2px;
	right: 4px;
	background: url(../img/icon_zoom.png) no-repeat;
	background-size: 100%;
}
.simple-page.controller-faq dl dd a:hover {
	opacity: .7;
}
.simple-page.controller-faq dl dd a img {
	width: 100%;
	vertical-align: bottom;
}
.simple-page.controller-faq .contents .btn-area {
	margin: 0 0 30px;
}
.simple-page.controller-faq .contents .btn-area a {
	display: block;
	position: relative;
	width: 160px;
	margin: 0 auto;
	padding: 14px 14px 14px 54px;
	font-size: 87.5%;
	line-height: 1;
	color: #fff;
	background: #000;
	border-radius: 60px;
}
.simple-page.controller-faq .contents .btn-area a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background: linear-gradient(to bottom, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background-size: 20px 1px;
}
.simple-page.controller-faq .contents .btn-area a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.simple-page.controller-faq .contents .btn-area a:hover {
	opacity: .7;
}
@media screen and (min-width:680px) {
	.simple-page.controller-faq h2 {
		font-size: 125%;
	}
	.simple-page.controller-faq dl {
		padding: 20px 60px;
	}
	.simple-page.controller-faq dl dd {
		padding: 15px 10px 10px 50px;
		font-size: 87.5%;
		background: url(../img/icon_answer.svg) 10px 10px no-repeat;
		border-radius: 6px;
	}
}
.simple-page.news .news-list {
	max-width: 810px;
	min-height: 160px;
	margin: 30px auto;
	padding: 18% 10px 0;
	background: url(../img/bg_character.png) no-repeat 50% 0;
	background-size: 150% auto;
}
.simple-page.news .news-list h2 {
	max-width: 550px;
	margin: 0 auto 20px;
	text-align: center;
}
.simple-page.news .news-list h2 span {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 10% 0 0 0;
	background: url(../img/ttl_news.svg) no-repeat 50% 50%;
	background-size: 24% auto;
}
.simple-page.news #news {
	margin: 0 0 30px;
}
.simple-page.news #news li {
	padding: 20px 0;
}
.simple-page.news #news li+li {
	border-top: 1px solid #a5a5a5;
}
.simple-page.news #news li dt span {
	display: inline-block;
	padding: 2px 4px;
	font-size: 87.5%;
	line-height: 1.2;
	color: #fff;
	background: #000;
	border-radius: 4px;
}
.simple-page.news #news li dd {
	margin: 10px 0;
}
.simple-page.news #news li a {
	color: #000;
	text-decoration: underline;
}
.simple-page.news #news li p {
	font-size: 87.5%;
}
.simple-page.news .contents .btn-area {
	margin: 0 0 30px;
}
.simple-page.news .contents .btn-area a {
	display: block;
	position: relative;
	width: 160px;
	margin: 0 auto;
	padding: 14px 14px 14px 54px;
	font-size: 87.5%;
	line-height: 1;
	color: #fff;
	background: #000;
	border-radius: 60px;
}
.simple-page.news .contents .btn-area a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background: linear-gradient(to bottom, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background-size: 20px 1px;
}
.simple-page.news .contents .btn-area a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.simple-page.news .contents .btn-area a:hover {
	opacity: .7;
}
@media screen and (min-width:420px) {
	.simple-page.news .news-list {
		min-height: 200px;
	}
}
@media screen and (min-width:520px) {
	.simple-page.news .news-list {
		min-height: 260px;
	}
}
@media screen and (min-width:680px) {
	.simple-page.news .news-list {
		margin: 25px auto;
		padding: 50px 10px 0;
		background-size: 810px auto;
	}
}
.simple-page.terms .terms-of-use {
	margin: 10px 10px 50px;
}
.simple-page.terms .terms-of-use h2 {
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}
.simple-page.terms .terms-of-use h3 {
	margin: 20px 0 10px;
	font-size: 87.5%;
	font-weight: bold;
}
.simple-page.terms .terms-of-use p {
	margin: 10px 0;
	font-size: 87.5%;
}
.simple-page.terms .terms-of-use p span {
	display: block;
	padding: 0 0 0 20px;
}
@media screen and (min-width:680px) {
	.simple-page.terms .terms-of-use {
		margin: 10px 40px 50px;
	}
}
.simple-page.gp:before {
	background-image: url("../img/bg_grand_prix.jpg");
}
.simple-page.gp h2 {
	max-width: 550px;
	margin: 0 auto 50px;
	text-align: center;
}
.simple-page.gp h2 span {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 10% 0 0 0;
	background: url(../img/ttl_grand_prix.svg) no-repeat 50% 50%;
	background-size: 53% auto;
}
.simple-page.gp .gpdetail {
	max-width: 810px;
	margin: 30px auto;
	padding: 18% 10px 0;
	background: url(../img/bg_character.png) no-repeat 50% 0;
	background-size: 150% auto;
}
.simple-page.gp .gpdetail h3 {
	margin: 10px 0;
	padding: 8px;
	text-align: center;
	color: #fff;
	background: #e60012;
	border-radius: 8px;
}
.simple-page.gp .gpdetail .lead {
	max-width: 770px;
	margin: 10px auto;
	font-size: 75%;
	line-height: 1.4;
}
.simple-page.gp .gpdetail .ss {
	max-width: 770px;
	margin: 10px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.simple-page.gp .gpdetail .ss li {
	width: 49%;
}
.simple-page.gp .gpdetail .ss li a {
	position: relative;
	display: block;
	margin: 0 0 4%;
	transition: opacity .2s;
}
.simple-page.gp .gpdetail .ss li a:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 2px;
	right: 4px;
	background: url(../img/icon_zoom.png) no-repeat;
	background-size: 100%;
}
.simple-page.gp .gpdetail .ss li a:hover {
	opacity: .7;
}
.simple-page.gp .gpdetail .ss li span {
	display: block;
	padding: 0 8px 12px;
	font-size: 87.5%;
	text-align: center;
	color: #000;
}
.simple-page.gp .gpdetail .ss_l {
	max-width: 770px;
	margin: 10px auto 30px;
}
.simple-page.gp .gpdetail .ss li a img,
.simple-page.gp .gpdetail .ss_l img {
	width: 100%;
	vertical-align: bottom;
}
.simple-page.gp .gpdetail .btn-area {
	margin: 0 0 30px;
}
.simple-page.gp .gpdetail .btn-area a {
	display: block;
	position: relative;
	width: 160px;
	margin: 0 auto;
	padding: 14px 14px 14px 54px;
	font-size: 87.5%;
	line-height: 1;
	color: #fff;
	background: #000;
	border-radius: 60px;
}
.simple-page.gp .gpdetail .btn-area a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background: linear-gradient(to bottom, #000 0%,#000 100%) no-repeat 100% 50% #fff;
	background-size: 20px 1px;
}
.simple-page.gp .gpdetail .btn-area a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.simple-page.gp .gpdetail .btn-area a:hover {
	opacity: .7;
}
@media screen and (min-width: 680px) {
	.simple-page.gp .gpdetail {
		margin: 25px auto;
		padding: 50px 10px 0;
		background-size: 810px auto;
	}
	.simple-page.gp .gpdetail .lead {
		margin: 20px auto;
		font-size: 87.5%;
	}
	.simple-page.gp .gpdetail .ss li {
		width: 32.5%;
	}
	.simple-page.gp .gpdetail .ss li a:after {
		width: 30px;
		height: 30px;
	}
}
.simple-page.order .products {
	margin: 30px auto;
	padding: 18% 0 0;
	background: url(../img/bg_character.png) no-repeat 50% 0;
	background-size: 150% auto;
}
.simple-page.order h2 {
	max-width: 550px;
	margin: 0 auto 50px;
	text-align: center;
}
.simple-page.order h2 span {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 10% 0 0 0;
	background: url(../img/ttl_products.svg) no-repeat 50% 50%;
	background-size: 48% auto;
}
.simple-page.order .select-country,
.simple-page.chara .select-country {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 6px 10px;
	color: #454545;
	background: #ffdd00;
}
.simple-page.order .select-country dt,
.simple-page.chara .select-country dt {
	font-size: 75%;
}
.simple-page.order .select-country dt:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 4px 0 0;
	vertical-align: middle;
	background: url('../img/icon_order_black.svg') no-repeat 50% 50%;
	background-size: 100%;
}
.simple-page.chara .select-country dt {
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
}
.simple-page.order .select-country div,
.simple-page.chara .select-country div {
	position: relative;
}
.simple-page.order .select-country div p,
.simple-page.chara .select-country div p {
	position: relative;
	min-width: 130px;
	padding: 4px 30px 4px 8px;
	font-size: 68.75%;
	border: 1px solid #454545;
	border-radius: 3px;
	color: #454545;
}
.simple-page.order .select-country div p.na,
.simple-page.chara .select-country div p.na {
	border: 1px solid #959595;
	color: #959595;
	background: #e3e3e3;
}
.simple-page.order .select-country div p:after,
.simple-page.chara .select-country div p:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top: 5px solid #454545;
	border-bottom: 1px solid transparent;
}
.simple-page.order .select-country div p.na:after,
.simple-page.chara .select-country div p.na:after {
	border-top: 8px solid #959595;
}
.simple-page.order .select-country div select,
.simple-page.chara .select-country div select {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-appearance: menulist-button;
}
.simple-page.order .tab,
.simple-page.chara .tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px;
}
.simple-page.order input[type='radio'],
.simple-page.chara input[type='radio'] {
	display: none;
}
.simple-page.order .tab li,
.simple-page.chara .tab li {
	box-sizing: border-box;
	width: 50%;
	padding: 2px;
}

.simple-page.chara .tab li {
	margin-left: 0;
	position: relative;
	text-align: left;
}

.simple-page.chara .tab .icon-new {
	visibility: hidden;
}

.simple-page.chara .tab .new .icon-new {
	visibility: visible;
}

.simple-page.chara .tab .icon-new {
	position: absolute;
	top: -10px;
	right: 8px;
}
.simple-page.chara .tab img.icon-new {
	width: 18px;
}

@media screen and (min-width: 770px) {
	.simple-page.chara .tab .icon-new {
		right: 35px;
	}
}

@media screen and (max-width:769px) {
	.simple-page.chara .tab .icon {
		position: absolute;
		top: calc(50% - 10px);
		left: 10px;
	}
}
.simple-page.chara .tab .icon img {
	width: 25px;
}
.simple-page.order .tab li label,
.simple-page.chara .tab li label {
	display: block;
	background: rgba(255, 221, 0, .4);
	border-radius: 4px;
}
.simple-page.order .tab li label {
	padding: 10px 0;
	text-align: center;
	font-size: 81.25%;
}
.simple-page.chara .tab li label {
	padding: 10px 0 10px 40px;
	font-size: 68.75%;
}
@media screen and (min-width: 770px) {
	.simple-page.chara .tab img.icon-new {
		width: 25px;
	}

	.simple-page.chara .tab .icon img {
		width: 40px;
	}

	.simple-page.order .tab li label,
	.simple-page.chara .tab li label {
		text-align: center;
	}

	.simple-page.order .tab li label {
		padding: 10px 0;
		font-size: 87.5%;
	}

	.simple-page.chara .tab li label {
		padding: 15px 0 10px;
	}
}
.simple-page.order .tab li label:hover,
.simple-page.chara .tab li label:hover {
	background: rgba(255, 221, 0, .6);
}
.simple-page.order #ps4:checked ~ .tab li label[for='ps4'],
.simple-page.order #xbox:checked ~ .tab li label[for='xbox'],
.simple-page.order #steam:checked ~ .tab li label[for='steam'],
.simple-page.order #switch:checked ~ .tab li label[for='switch'],
.simple-page.chara #bom:checked ~ .tab li label[for='bom'],
.simple-page.chara #atk:checked ~ .tab li label[for='atk'],
.simple-page.chara #spd:checked ~ .tab li label[for='spd'],
.simple-page.chara #ass:checked ~ .tab li label[for='ass'],
.simple-page.chara #uni:checked ~ .tab li label[for='uni'] {
	background: #FD0;
}
.simple-page.order .pf,
.simple-page.chara .pf {
	display: none;
}
.simple-page.order #ps4:checked ~ .pf.ps4,
.simple-page.order #xbox:checked ~ .pf.xbox,
.simple-page.order #steam:checked ~ .pf.steam,
.simple-page.order #switch:checked ~ .pf.switch,
.simple-page.chara #bom:checked ~ .pf.bom,
.simple-page.chara #atk:checked ~ .pf.atk,
.simple-page.chara #spd:checked ~ .pf.spd,
.simple-page.chara #ass:checked ~ .pf.ass,
.simple-page.chara #uni:checked ~ .pf.uni {
	display: block;
}
.simple-page.order .pkg,
.simple-page.chara .pkg {
	margin: 0 0 15px;
}
.simple-page.order .pkg-img {
	width: 180px;
	margin: 0 auto 15px;
	padding: 25px 0 0;
}
.simple-page.order .pkg-img img {
	width: 100%;
	vertical-align: bottom;
}
.simple-page.order .detail .info .ttl {
	max-width: 280px;
	margin: 0 auto 10px;
	padding: 8px 0;
	font-size: 87.5%;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	background: #454545;
}
.simple-page.order .detail .info dl {
	max-width: 270px;
	margin: 0 auto 2px;
	font-size: 68.75%;
}
.simple-page.order .detail .info dt {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
	color: #a69711;
}
.simple-page.order .detail .info dt:after {
	content: ':';
}
.simple-page.order .detail .info dd {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
}
.simple-page.order .detail .info dd em {
	font-size: 1rem;
	color: #ed1e79;
}
.simple-page.order .detail .info dd em span {
	font-size: .625rem;
}
.simple-page.order .spec-steam {
	max-width: 630px;
	margin: 0 auto;
	padding: 10px;
}
.simple-page.order .spec-steam .ttl {
	font-size: 75%;
	font-weight: bold;
}
.simple-page.order .spec-steam table {
	width: 100%;
	font-size: 68.75%;
	line-height: 1.2;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
.simple-page.order .spec-steam table th,
.simple-page.order .spec-steam table td,
.simple-page.chara .spec-steam table th,
.simple-page.chara .spec-steam table td {
	padding: 4px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}
.simple-page.order .spec-steam table th {
	color: #948927;
}
.simple-page.order .edition li {
	margin: 10px 10px 20px;
}
.simple-page.order .edition .ttl {
	position: relative;
	margin: 0 0 10px;
	padding: 8px;
	font-size: 75%;
	line-height: 1.2;
	text-align: center;
	background: #fff45c;
	border-radius: 5px;
}
.simple-page.order .edition .bonus {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: -5px;
}
.simple-page.order .edition .bonus div {
	box-sizing: border-box;
	width: 50%;
	padding: 5px;
}
.simple-page.order .edition .bonus dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	height: 100%;
	padding: 5px;
	background: -webkit-linear-gradient(top, rgba(255,240,0,0) 0%,rgba(255,240,0,.7) 40%,rgba(255,240,0,.7) 60%,rgba(255,240,0,0) 100%) no-repeat 0 30px #eee;
	background: linear-gradient(to bottom, rgba(255,240,0,0) 0%,rgba(255,240,0,.7) 40%,rgba(255,240,0,.7) 60%,rgba(255,240,0,0) 100%) no-repeat 0 30px #eee;
	border-radius: 5px;
	background-size: 100% 90px;
}
.simple-page.order .edition .bonus dt {
	padding: 4px 0;
	font-size: 68.75%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	background: url('../img/g4/bg_bonus_name.png');
	background-size: 5px;
	border-radius: 5px;
}
.simple-page.order .edition .bonus dd {
	font-size: 68.75%;
	line-height: 1.4;
}
.simple-page.order .edition .bonus dd:last-child {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
.simple-page.order .edition .bonus dd img {
	display: block;
	width: 100%;
	max-width: 145px;
	margin: 0 auto 6px;
	vertical-align: bottom;
}
.simple-page.order .notice {
	margin: 0 0 20px;
	padding: 0 10px;
	font-size: 68.75%;
	line-height: 1.4;
	color: #a69711;
}
.simple-page.order .select-retailer {
	margin: 0 0 20px;
}
.simple-page.order .retail,
.simple-page.order .digital {
	max-width: 300px;
	margin: 20px auto;
	padding: 20px 30px 0;
	border-top: 1px solid #999;
}
.simple-page.order .retail dt,
.simple-page.order .digital dt {
	margin: 0 0 4px;
	font-size: 75%;
	line-height: 1.2;
}
.simple-page.order .retail .select-area {
	position: relative;
	margin: 0 0 6px;
}
.simple-page.order .retail .select-area p {
	position: relative;
	padding: 10px 45px 10px 10px;
	font-size: 87.5%;
	border: 1px solid #fa3b67;
	border-radius: 3px;
	color: #333;
	background: #fff;
}
.simple-page.order .retail .select-area p.na {
	border: 1px solid #959595;
	color: #959595;
	background: #e3e3e3;
}
.simple-page.order .retail .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 #333;
	border-bottom: 1px solid transparent;
}
.simple-page.order .retail .select-area p.na:after {
	border-top: 8px solid #959595;
}
.simple-page.order .retail .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;
}
.simple-page.order .retail .submit a {
	display: block;
	padding: 10px;
	font-size: 87.5%;
	border: 1px solid #fa3b67;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background: #fa3b67;
}
.simple-page.order .retail .submit a.na {
	border: 1px solid #c9c9c9;
	background: #c9c9c9;
	pointer-events: none;
	color:#eee;
}
.simple-page.order .digital a {
	display: block;
	position: relative;
	padding: 10px 45px 10px 10px;
	font-size: 87.5%;
	border: 1px solid #333;
	border-radius: 3px;
	color: #333;
	background: #fff;
}
.simple-page.order .digital a:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-top: 8px solid #333;
	border-bottom: 1px solid transparent;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.simple-page.order .spec {
	max-width: 930px;
	margin: 0 auto;
}
.simple-page.order .spec .notice-area {
	position: relative;
	margin: 0 10px 20px;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 1.4;
	background: #e5e5e5;
	border-radius: 40px;
}
.simple-page.order .spec .notice-area .icon img {
	width: 100%;
	vertical-align: bottom;
}
.simple-page.order .spec .notice {
	max-width: 850px;
	margin: 0 auto 20px;
	padding: 0 20px;
	font-size: 75%;
	line-height: 1.3;
	color: #ed1e79;
}
.simple-page.order .spec .tbl {
	max-width: 850px;
	margin: 0 0 20px 15px;
	overflow-x: scroll;
}
.simple-page.order .spec .tbl table {
	width: 500px;
	font-size: 68.75%;
	line-height: 1.4;
	border-top: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	background: #fff;
}
.simple-page.order .spec .tbl table th {
	white-space: nowrap;
}
.simple-page.order .spec .tbl table th,
.simple-page.order .spec .tbl table td {
	padding: 6px;
	border-bottom: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
}
.simple-page.order .spec .tbl table tr:first-child th {
	color: #00a0e9;
	background: #c0e9fc;
}
.simple-page.order .spec .tbl table tr+tr td {
	color: #00a0e9;
	background: #e0f4ff;
}
.simple-page.order .spec .note {
	max-width: 850px;
	margin: 0 0 20px;
	padding: 0 15px;
	font-size: 62.5%;
	line-height: 1.4;
}
.simple-page.order .ctrlr-info .ctrlr-table {
	max-width: 560px;
	padding: 10px;
	margin: 0 auto;
}
.simple-page.order .ctrlr-info .ctrlr-table dl {
	display: table;
	width: 100%;
}
.simple-page.order .ctrlr-info .ctrlr-table dl:first-child dt {
	border-bottom: 1px solid #fff;
}
.simple-page.order .ctrlr-info .ctrlr-table dl:first-child dd {
	border-bottom: 1px solid #000;
}
.simple-page.order .ctrlr-info .ctrlr-table dl dt {
	display: table-cell;
	box-sizing: border-box;
	width: 40%;
	padding: 6px;
	border-top: 1px solid #000;
	font-size: 75%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #000;
}
.simple-page.order .ctrlr-info .ctrlr-table dl dt img {
	width: 40px;
	vertical-align: bottom;
}
.simple-page.order .ctrlr-info .ctrlr-table dl+dl dt {
	border-color:#fff;
}
.simple-page.order .ctrlr-info .ctrlr-table dl dd {
	display: table-cell;
	box-sizing: border-box;
	padding: 6px;
	font-size: 75%;
	vertical-align: middle;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
}
.simple-page.order .ctrlr-info .ctrlr-table dl dd sup {
	font-size: 50%;
	vertical-align: top;
}
.simple-page.order .ctrlr-info .ctrlr-table dl:last-child dd {
	border-bottom: 1px solid #000;
}
.simple-page.order .ctrlr-info ol {
	max-width: 560px;
	margin: 0 auto;
	padding: 0 10px;
	counter-reset: notice;
}
.simple-page.order .ctrlr-info ol li {
	counter-increment: notice;
	position: relative;
	padding: 0 0 0 1.8em;
	font-size: 75%;
	line-height: 1.4;
}
.simple-page.order .ctrlr-info ol li:before {
	position: absolute;
	content: '*' counter(notice) ;
	top: 0;
	left: 0;
	font-size: 0.5rem;
}
.simple-page.order .ctrlr-info .btn-area {
	max-width: 560px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
.simple-page.order .ctrlr-info .btn-area a {
	display: block;
	position: relative;
	padding: 12px 50px 12px 10px;
	font-size: 87.5%;
	line-height: 1.4;
	text-align: left;
	color: #fff;
	background: #404040;
	border-radius: 8px;
}
.simple-page.order .ctrlr-info .btn-area a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 60px;
	background: -webkit-linear-gradient(top, #404040 0%,#404040 100%) no-repeat 0 50% #fff;
	background: linear-gradient(to bottom, #404040 0%,#404040 100%) no-repeat 0 50% #fff;
	background-size: 20px 1px;
}
.simple-page.order .ctrlr-info .btn-area a:after {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 21px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.simple-page.order .ctrlr-info .btn-area a:hover {
	opacity: .7;
}
.simple-page.order .ctrlr-info .ctrlr-notice {
	max-width: 560px;
	padding: 0 10px;
	margin: 10px auto;
}
.simple-page.order .ctrlr-info .ctrlr-notice > .inner {
	padding: 10px;
	border: 1px solid #000;
	border-radius: 8px;
}
.simple-page.order .ctrlr-info .ctrlr-notice h3 {
	font-weight: bold;
	font-size: 87.5%;
	margin: 0 0 6px;
}
.simple-page.order .ctrlr-info .ctrlr-notice p {
	font-size: 87.5%;
}
.simple-page.order .online-manual {
	max-width: 568px;
	margin: 0 auto 20px;
	padding: 6px;
	text-align: center;
}
.simple-page.order .online-manual dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.simple-page.order .online-manual dl dt {
	margin: 4px;
	font-size: 68.75%;
}
.simple-page.order .online-manual dl dd {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 4px;
	font-size: 75%;
	background: #404040;
	border-radius: 8px;
}
.simple-page.order .online-manual dl dd a {
	display: block;
	position: relative;
	padding: 2px;
	color: #fce400;
}
@media screen and ( min-width:425px) {
	.simple-page.order .online-manual dl dt {
		font-size: 87.5%;
	}
	.simple-page.order .online-manual dl dt:after {
		content: ' : ';
		display: inline;
	}
	.simple-page.order .online-manual dl dd {
		font-size: 100%;
	}
	.simple-page.order .online-manual dl dd a {
		padding: 6px 20px 6px 4px;
	}
	.simple-page.order .online-manual dl dd a:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5px;
		width: 14px;
		height: 14px;
		margin: auto;
		border-radius: 60px;
		background: -webkit-linear-gradient(top, #000 0%,#000 100%) no-repeat 0 50% #fce400;
		background: linear-gradient(to bottom, #000 0%,#000 100%) no-repeat 0 50% #fce400;
		background-size: 10px 1px;
	}
	.simple-page.order .online-manual dl dd a:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: auto;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}
@media screen and (min-width:570px) {
	.simple-page.order .spec .tbl {
		overflow-x: visible;
		margin: 0 auto 30px;
		padding: 0 15px;
	}
	.simple-page.order .spec .tbl table {
		width: 100%;
	}
}
@media screen and (min-width:680px) {
	.simple-page.order .products {
		margin: 25px auto;
		padding: 50px 10px 0;
		background-size: 810px auto;
	}
	.simple-page.order .ctrlr-info .ctrlr-table {
		display: flex;
		display: -webkit-flex;
	}
	.simple-page.order .ctrlr-info .ctrlr-table dl {
		display: block;
	}
	.simple-page.order .ctrlr-info .ctrlr-table dl dt {
		display: block;
		width: 100%;
		border-right: 1px solid #fff;
	}
	.simple-page.order .ctrlr-info .ctrlr-table dl dd {
		display: block;
		border-bottom: 1px solid #000;
	}
	.simple-page.order .ctrlr-info .ctrlr-table dl:first-child dt {
		border-bottom: none;
		border-right: 2px solid #fff;
	}
	.simple-page.order .ctrlr-info .ctrlr-table dl:last-child dt {
		border-right: 1px solid #000;
	}
	.simple-page.order .ctrlr-info .ctrlr-table dl:first-child dd {
		border-left: 1px solid #000;
		border-right: 2px solid #000;
	}
	.simple-page.order .ctrlr-info .ctrlr-table dl+dl dt {
		border-top: 1px solid #000;
	}
	.simple-page.order .ctrlr-info .ctrlr-notice {
		margin: 10px auto;
	}
}
@media screen and (min-width:768px) {
	.simple-page.order .select-country,
	.simple-page.chara .select-country {
		-webkit-justify-content: center;
		justify-content: center;
		padding: 15px 10px;
		margin: 0;
		border-radius: 5px 5px 0 0;
	}

	.simple-page.order .select-country {
		margin: 0 30px;
	}

	.simple-page.order .select-country dt,
	.simple-page.chara .select-country dt {
		margin: 0 20px;
		font-size: 112.5%;
	}
	.simple-page.order .select-country dt:before,
	.simple-page.chara .select-country dt:before {
		width: 32px;
		height: 32px;
	}
	.simple-page.order .select-country dd,
	.simple-page.chara .select-country dd {
		margin: 0 20px;
	}
	.simple-page.order .select-country div p,
	.simple-page.chara .select-country div p {
		min-width: 220px;
		padding: 8px 30px 8px 15px;
		font-size: 87.5%;
	}
	.simple-page.order .tab,
	.simple-page.chara .tab {
		padding: 0;
		background: rgba(255, 244, 92, .8);
		border-radius: 0 0 5px 5px;
	}

	.simple-page.order .tab {
		margin: 0 30px;
	}

	.simple-page.order .tab li,
	.simple-page.chara .tab li {
		width:20%;
		padding: 0;
	}
	.simple-page.order .tab li label,
	.simple-page.chara .tab li label {
		background: none;
		border-radius: 0 0 5px 5px;
	}
	.simple-page.order .tab li label{
		padding: 15px 0;
	}
	.simple-page.chara .tab li label {
		padding: 10px 0;
	}
	.simple-page.order .pkg {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0 auto 30px;
	}
	.simple-page.order .pkg-img {
		width: 280px;
		margin: 0 0 15px;
		padding: 60px 20px 0;
		vertical-align: top;
	}
	.simple-page.order .detail {
		padding: 80px 20px 0;
		vertical-align: top;
	}
	.simple-page.order .detail .info .ttl {
		max-width: 100%;
		margin: 0 auto 30px;
		font-size: 112.5%;
	}
	.simple-page.order .detail .info dl {
		display: table;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 10px;
		font-size: 87.5%;
	}
	.simple-page.order .detail .info dt {
		display: table-cell;
		width: 47%;
		white-space: nowrap;
		text-align: right;
	}
	.simple-page.order .detail .info dd {
		display: table-cell;
		width: 53%;
	}
	.simple-page.order .detail .info dd em {
		font-size: 162.5%;
	}
	.simple-page.order .detail .info dd em span {
		font-size: .875rem;
	}
	.simple-page.order .detail .info dd span {
		font-size: .625rem;
	}
	.simple-page.order .spec-steam {
		margin: 0 auto 20px;
	}
	.simple-page.order .spec-steam .ttl {
		margin: 0 0 6px;
		font-size: 87.5%;
	}
	.simple-page.order .spec-steam table {
		font-size: 75%;
	}
	.simple-page.order .spec-steam table th,
	.simple-page.order .spec-steam table td {
		padding: 10px;
	}
	.simple-page.order .edition {
		max-width: 956px;
		margin: 0 auto;
	}
	.simple-page.order .edition li {
		margin: 10px 10px 40px;
	}
	.simple-page.order .edition .ttl {
		margin: 0 0 15px;
		padding: 10px;
		font-size: 87.5%;
		border-radius: 10px;
	}
	.simple-page.order .edition .bonus:after {
		display: block;
		content: '';
		width: 32.5%;
		height: 0;
	}
	.simple-page.order .edition .bonus div {
		width: 33.33%;
	}
	.simple-page.order .edition .bonus dl {
		padding: 7px;
		background-size: 100% 160px;
		background-position: 0 40px;
		border-radius: 10px;
	}
	.simple-page.order .edition .bonus dt {
		padding: 6px 0;
		font-size: 87.5%;
	}
	.simple-page.order .edition .bonus dd:last-child {
		padding: 0 10px 10px;
		font-size: 75%;
		line-height: 1.6;
	}
	.simple-page.order .edition .bonus dd img {
		max-width: 100%;
	}
	.simple-page.order .notice {
		max-width: 920px;
		margin: 0 auto 60px;
		font-size: 75%;
		line-height: 1.6;
	}
	.simple-page.order .spec .notice-area {
		margin: 0 10px 25px;
		padding: 10px 20px;
		font-size: 112.5%;
		font-weight: bold;
		text-align: center;
	}
	.simple-page.order .spec .notice-area .txt {
		display: inline-block;
	}
	.simple-page.order .spec .notice {
		margin: 0 auto 20px;
		font-size: 81.25%;
	}
	.simple-page.order .spec .tbl table {
		font-size: 81.25%;
	}
	.simple-page.order .spec .tbl table th,
	.simple-page.order .spec .tbl table td {
		padding: 12px;
	}
	.simple-page.order .spec .note {
		margin: 0 auto 50px;
		font-size: 81.25%;
	}
}

/* popup */
#page-cover{
	display:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	z-index: 9998;
}
/*popup*/
#popup{
	display:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
}
#popup p.close {
	text-align: right;
}
#popup p.close a {
	display: inline-block;
	padding: 10px;
	color: #fff;
	line-height: 24px;
}
#popup .close a span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	border-radius: 24px;
	background: #fff;
	vertical-align: top;
}
#popup .close a span:after,
#popup .close a span:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:-1px;
	bottom:0;
	width:14px;
	height:2px;
	content:"";
	margin: auto;
	background: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#popup .close a span:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#popup .popup-youtube {
	padding: 10px 10px 20px;
	box-sizing: border-box;
}
#popup .popup-youtube .inner {
	position: relative;
	overflow: hidden;
	padding-top: 55.6%;
	height: 0;
	background: #000;
}
#popup .popup-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width:980px) {
	#popup{
		left:50%;
		max-width: 980px;
		margin-left: -490px;
	}
}

/* bombertime */

.bombertime_modal {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	font-size: 14px;
}

.bombertime-overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
}

.bombertime-contents {
	width: 90%;
	max-width: 837px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.bombertime-block {
	margin-top: 10%;
	position: relative;
}

.bombertime-main {
	background: #fff;
}

.bombertime-main img {
	width: 100%;
}

.bombertime-text {
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 10px 20px 20px;
}

.bombertime-text span.bt_color {
	color: #e4007f;
}

.bombertime-btn {
	width: 100%;
	margin-top: 10px;
	text-align: right;
}

.bombertime-btn:hover {
	opacity: .6;
}

.bombertime-btn img {
	width: 28px;
}

.bombertime_close:hover {
	cursor: pointer;
}

.bombertime-table {
	margin-top: 10px;
	border: #a0a0a0 1px solid;
	font-size: 13px;
}

.bombertime-table td {
	padding: 10px 20px;
}

.bombertime-table td:nth-child(odd) {
	background: #e3e1e1;
	border-right: #a0a0a0 1px solid;
}

.bombertime-table tr:not(:last-child) {
	border-bottom: #a0a0a0 1px solid;
}

.bombertime-table span {
	display: inline-block;
}

@media screen and (min-width:680px) {
	.bombertime-table {
		font-size: 14px;
	}
}

