@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;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block; }

body {
	line-height: 1; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }


/* ------------------------------------------------------------------------------------------ */
/* 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;
	font-size: 12px;
	transition: .3s;
	text-align: left;
}
footer .ot-sdk #ot-sdk-btn:hover {
	color: #959595;
	opacity: 0.6;
	background: transparent;
}


/* ------------------------------------------------------------------------------------------ */
/* body */
/* ------------------------------------------------------------------------------------------ */

body, html {
	overflow-x: hidden;
}

body {
	width:100%;
	height: 100%;
	position: relative;
	color: #fff;
	background: #000;
	font-size: 14px;
	line-height: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", arial, Meiryo, メイリオ, "游ゴシック", "Yu Gothic UI", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

a {
	color: #fff;
}

a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.is-dot_bg {
	background: url(../../s/img/dot_bg.png);
}

.is-pc {
	display: none;
}

@media screen and (min-width: 751px){
	.is-pc {
		display: block;
	}
	.is-sp {
		display: none;
	}
}


/* bgmovie */

.bgmovie_posi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bgmovie {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.bgmovie:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.57);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.bgmovie iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 320vw;
	height: 160vh;
}


.background-dot {
	width: 100%;
	height: 100%;
	background: url(../../s/img/movie_dot.png);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}

@media screen and (min-width: 751px) {
	.bgmovie:before {
		background: rgba(0, 0, 0, 0.3);
	}
}


/* ------------------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------------------ */

header {
	font-size: 10px;
	position: relative;
	z-index: 150;
	background: #000;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

header .header-main {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-height: 1;
}

#logo-konami img {
	width: 130px;
	height: auto;
	/*float: left;*/
}

header .head-sns {
	height: 100%;
	position: absolute;
	right: 15px;
	top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	justify-content: left;
}

header .head-sns span:nth-child(2) {
	margin: 0 10px;
}

/* region */
header .region {
	margin-right: 10px;
	width: 118px;
}

header .region label {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 3px 0 5px 10px;
	border-right: 1px rgba(255, 255, 255, 0.38) solid;
	border-left: 1px rgba(255, 255, 255, 0.38) solid;
	position: relative;
}

header .region label:hover {
	background: rgba(255, 255, 255, 0.2);
}

header .region label:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	position: absolute;
	right: 9px;
	top: 40%;
	transform: translateY(-50%) rotate(45deg);
}

header .region input {
	display: none;
}

header .region .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
	position: absolute;
	width: 118px;
}

header .region .hidden_show ul {
	width: 100%;
	background: rgba(0, 0, 0, .8);
	border-top: 1px rgba(255, 255, 255, 0.38) solid;
	border-right: 1px rgba(255, 255, 255, 0.38) solid;
	border-left: 1px rgba(255, 255, 255, 0.38) solid;
}

header .region .hidden_show li {
	display: block;
	cursor: pointer;
	border-bottom: 1px rgba(255, 255, 255, 0.38) solid;
}

header .region .hidden_show li:hover {
	background: rgba(255, 255, 255, 0.2);
}

header .region .hidden_show li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}

header .region input:checked ~ .hidden_show {
	height: auto;
	opacity: 1;
}

/* sns */

@media screen and (min-width: 751px) {
	header .region {
		margin-right: 15px;
		width: 130px;
	}

	header .region label:after {
		right: 12px;
	}

	header .region .hidden_show {
		width: 130px;
	}

	header .region label {
		padding: 5px 0 5px 15px;
	}

	header .head-sns .sns a {
		transition: .3s;
	}

	header .head-sns .sns a:hover {
		opacity: .6;
	}
}



/* ------------------------------------------------------------------------------------------ */

/* common-red_band */

.common-red_band_bg {
	position: relative;
}

.common-red_band_bg:before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 5;
	background: #b60014;
	opacity: 0.4;
}

.common-red_band_bg:after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ff011d 50%, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ff011d 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #ff011d 50%, rgba(255, 255, 255, 0));
	opacity: 0.15;
}

.common-red_band {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	border-top: 3px rgba(182, 0, 20, 0.6) solid;
	border-bottom: 3px rgba(182, 0, 20, 0.6) solid;
}

.common-red_band:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
	height: calc(100% - 18px);
	border-top: 1px rgba(182, 0, 20, 0.6) solid;
	border-bottom: 1px rgba(182, 0, 20, 0.6) solid;
}

@media screen and (min-width: 751px){
	.common-red_band_bg:before {
		opacity: 0.3;
	}
}



/* common-ttl */
.common-ttl,
.common-ttl_sub {
	font-weight: 100;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	padding-bottom: 12px;
	border-bottom: 1px rgba(255, 255, 255, 0.36) solid;
	letter-spacing: 0.08em;
	text-align: center;
}

.common-ttl {
	font-size: 5vw;
	line-height: 8vw;
}

.common-ttl .is-cart {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.common-ttl .is-cart:before {
	content: '';
	display: block;
	width: 25px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/icon_cart_w.png);
	background-size: 100% auto;
}

.common-ttl_sub {
	font-size: 18px;
}

@media screen and (min-width: 751px){
	.common-ttl {
		font-size: 24px;
		line-height: 28px;
	}

}


/* common-movie */
.common-movie {
	text-align: center;
	margin-bottom: 20px;
}

.common-movie .thumb {
	width: 100%;
	max-width: 213px;
	margin: 0 auto;
}

.common-movie .is-player {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	position: relative;
	overflow: hidden;
	border: 1px #fff solid;
}

.common-movie .is-player:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	background: rgba(0, 0, 0, 0.75);
}

.common-movie .is-player:after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	transform: translateY(-50%) translateX(-50%);
	background: url(../../s/img/icon_play.png);
	background-size: 100% auto;
}


.common-movie .is-player img {
	width: 100%;
}

.common-movie .info {
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
}

.common-movie .info span {
	display: inline-block;
}

.common-movie .info .genre {
	font-size: 12px;
	margin-bottom: 5px;
}

.common-movie .info .ttl {
	color: #f8b551;
	font-size: 19px;
	line-height: 24px;
}

@media screen and (min-width: 751px){
	.common-movie {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		justify-content: left;
		text-align: left;
	}

	.common-movie .info {
		width: calc(100% - 213px);
		padding-left: 30px;
		margin-top: 0;
	}

	.common-movie .thumb a {
		transition: .3s;
	}
	.common-movie .thumb a:hover {
		opacity: .6;
	}
}

/* ------------------------------------------------------------------------------------------ */

.common-back_home {
	position: fixed;
	right: 3%;
	bottom: 0;
	z-index: 500;
	opacity: 0;
	transition: .3s;
}

.common-back_home a {
	display: block;
	color: #000;
	text-decoration: none;
}

.common-back_home p {
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	padding: 15px 13px;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}

.common-back_home p:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto 5px;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	transform: rotate(-45deg);
}

@media screen and (min-width: 751px){
	.common-back_home {
		right: 5%;
	}
	.common-back_home p {
		padding: 18px 18px 22px;
		font-size: 15px;
	}
	.common-back_home p:before {
		margin-bottom: 10px;
	}
	.common-back_home a {
		transition: .3s;
	}
	.common-back_home a:hover {
		background: rgba(255, 255, 255, 1);
	}
}



/* ------------------------------------------------------------------------------------------ */

footer {
	padding: 20px 0 80px;
	position: relative;
	z-index: 100;
	background: #000;
	color: #959595;
	font-size: 10px;
	text-align: center;
}

footer a {
	color: #959595;
	text-decoration: none;
	transition: .3s;
}

@media screen and (min-width: 751px){
	footer {
		padding-bottom: 30px;
	}

	footer a:hover {
		opacity: .6;
	}
}

footer .powered {
	margin-bottom: 20px;
}
footer .powered img {
	width: 180px;
	margin-left: 5px;
}

footer .share {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

footer .share p {
	margin: 0 10px;
}

footer .support {
	width: 90%;
	margin: 15px auto 5px;
	font-size: 12px;
	line-height: 22px;
}

footer .text {
	width: 90%;
	margin: 15px auto 0;
	font-size: 11px;
	line-height: 19px;
}

footer .text .rating {
	margin: 10px 0;
}

footer .support li {
	display: inline-block;
	position: relative;
}

footer .support li:not(:first-child):before {
	content: '｜';
	display: inline-block;
	margin: 0 5px;
}

footer .copyright {
	font-size: 11px;
	line-height: 19px;
}

/* ------------------------------------------------------------------------------------------ */


/*!* init *!*/
/*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;*/
/*}*/

/*#logo-konami img {*/
    /*width: 130px;*/
    /*height: auto;*/
    /*float: left;*/
/*}*/
/*header {*/
    /*background: #fff;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 37px;*/
    /*-webkit-box-shadow: 0px 1px 2px;*/
    /*box-shadow: 0px 1px 2px;*/
/*}*/
/*footer {*/
	/*width: 100%;*/
    /*position: relative;*/
	/*margin: 10px auto;*/
/*}*/
/*footer .copyright {*/
	/*text-align: center;*/
	/*font-size: 0.9em;*/
/*}*/
/*.contents {*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background: linear-gradient(to bottom, #b9cdd6 0%,#fff 100%) no-repeat;*/
	/*padding:20px 0;*/
/*}*/
/*.contents .inner {*/
	/*max-width: 980px;*/
	/*width: 90%;*/
	/*margin: 0 auto;*/
	/*background-color: #fff;*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 5px;*/
	/*padding:10px;*/
/*}*/
/*@media screen and (max-width:320px){*/
/*}*/
