@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Vollkorn+SC:900&display=swap');
/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 画像センタリング */

.cr {margin:0 auto;}



/* FireFoxFadeブレ防止 */

img { display:block; box-shadow: #000 0 0 0; }


/* 全体・枠作り */

html,body {
  height:100%;
}

html {
	font-size:62.5%;
}

img { display:block; }

a img {
	transition: all 0.3s;
	opacity: 1;
}

a:hover img {
	opacity: 0.6;
}

body {
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:62.5%;
	text-align:center;
	background:url("../img/bg.jpg") center bottom no-repeat;
	background-size:cover;
	background-attachment: fixed;
}

#PageWrapper {
	min-height: 100vh;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
	background:url("../img/bghead.png") center top no-repeat;
	background-size:100%;
}

header {
	width:1100px;
	height:100px;
	margin:0 auto 12px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.headlogo {
	width:250px;
	height:100px;
}

.headlogo a {
	display: block;
	background:url("../img/logo.png") center center no-repeat;
	width:250px;
	height:100px;
	transition: all 0.3s;
}

.headlogo a:hover {
	opacity: 0.6;
}


.headmenu {
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	text-align: right;
	width:850px;
	height:100px;
	line-height: 100px;
	font-size:2rem;
}

.headmenu a {
	text-decoration: none;
	color:#fff;
	transition: all 0.3s;
}

.headmenu a:hover {
	color:rgba(155,0,115,1.00);
}

.head_wrap {
	width:1000px;
	margin:0 auto;
	position: relative;
}


#Mainvisual {
	width:100%;
	position: relative;
}

.titlewrap {
	min-width: 1000px;
	max-width: 1366px;
	display: flex;
	margin:0 auto;
	position: relative;
	flex-wrap: wrap;
}

/*
.mvbox {
	width:50%;
	position: relative;
	margin:0 auto;
	box-shadow:0 0 10px rgba(178,28,54,0.2);
	background-size:cover;
}
*/

.mvbox {
	width:50%;
	position: relative;
	margin:0 auto;
	box-shadow:0 0 10px rgba(178,28,54,0.2);
	background-size:cover;
}

.mv01 {
	background:url("../img/mv16.jpg") center top no-repeat;
	background-size:cover;
}

.mv02 {
	background:url("../img/mv18.jpg") center top no-repeat;
	background-size:cover;
}

.mvbox a {
	width:100%;
	aspect-ratio:683 / 700;
	display: block;
	background:#fff;
	opacity: 0;
	transition: all 0.3s;
}

.mvbox a:hover {
	opacity: 0.4;
}

.mvbox-wide {
	width:100%;
	position: relative;
	margin:0 auto;
	box-shadow:0 0 10px rgba(178,28,54,0.2);
	background:url("../img/mv-wide02.jpg") center top no-repeat;
	background-size:cover;
}

.mvbox-wide a {
	width:100%;
	padding-top:25%;
	display: block;
	background:#fff;
	opacity: 0;
	transition: all 0.3s;
}

.mvbox-wide a:hover {
	opacity: 0.4;
}

#Contents {
	background-size:cover;
	background-attachment: fixed;
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}

.vc_banner {
	background:#fff;
	width:1000px;
	height:120px;
	border-radius: 10px;
	overflow: hidden;
	margin:0 auto 24px;
	box-shadow:0 0 10px rgba(178,28,54,0.2);
}

.vc_banner a {
	display: block;
	background:url("../img/vcbanner.jpg") left top no-repeat;
	width:1000px;
	height:120px;
	transition: all 0.3s;
}

.vc_banner a:hover {
	opacity: 0.6;
}

.official_banner {
	background:#fff;
	width:1100px;
	overflow: hidden;
	margin:0 auto 60px;
	box-shadow:0 0 10px rgba(178,28,54,0.2);
}

.official_banner a {
	display: block;
	transition: all 0.3s;
}

.official_banner a:hover {
	opacity: 0.6;
}

.nenga {
	width:1024px;
	height:300px;
	margin:0 auto 60px;
}

.title_lineup {
	width:100%;
	color:#fff;
	margin:0 auto 60px;
	font-family: 'Noto Serif JP', serif;
}

.title_lineup p {
	font-size:5rem;
}

.title_lineup em {
	font-size:2rem;
}

.steam_txt {
	font-size: 1.7rem;
	color:#fff;
	margin:0 auto 36px;
	border-bottom:1px solid #fff;
	padding-bottom:8px;
	width:1000px;
}

.listwrap {
	width:1000px;
	margin:0 auto 60px;
}

.lineup_list {
	width:1000px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:20px;
}

.titlebox {
	width:320px;
	height:400px;
	overflow: hidden;
	background:#262121;
	box-shadow:0 0 10px rgba(178,28,54,0.2);
}

.titlebox a {
	display: table-cell;
	vertical-align: bottom;
	width:320px;
	height:400px;
	transition: all 0.3s;
	overflow: hidden;
	text-align: left;
	color:#fff;
	box-sizing: border-box;
	padding:16px;
	font-size:1.8rem;
	line-height: 1;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+72,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	font-family: 'Noto Serif JP', serif;
}

.titlebox a em {
	font-size:60%;
}

.titlebox a:hover {
	background-color:rgba(255,255,255,0.3);
}

.titlebox2 {
	width:320px;
	height:250px;
	margin-bottom:24px;
	overflow: hidden;
	background:#262121;
	box-shadow:0 0 10px rgba(178,28,54,0.2);
	position: relative;
}

.titlebox2:after {
	content: "Steam配信商品";
	position: absolute;
	left:0;
	top:0;
	background-color:rgba(41,74,68,1);
	color:#fff;
	font-size: 1.5rem;
	padding:4px 12px;
}

.titlebox2 a {
	display: table-cell;
	vertical-align: bottom;
	width:320px;
	height:250px;
	transition: all 0.3s;
	overflow: hidden;
	text-align: left;
	color:#fff;
	box-sizing: border-box;
	padding:16px;
	font-size:1.8rem;
	line-height: 1;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+72,1+100 */
	background: -moz-linear-gradient(top,  rgba(41,74,68,0.00) 0%, rgba(41,74,68,0.00) 65%, rgba(41,74,68,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(41,74,68,0.00) 0%, rgba(41,74,68,0.00) 65%, rgba(41,74,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(41,74,68,0.00) 0%, rgba(41,74,68,0.00) 65%, rgba(41,74,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	font-family: 'Noto Serif JP', serif;
}

.titlebox2 a em {
	font-size:60%;
}

.titlebox2 a:hover {
	background-color:rgba(255,255,255,0.3);
}

.title01 {background:url("../img/title01.jpg") left top no-repeat; background-size:cover;}
.title02 {background:url("../img/title02.jpg") left top no-repeat; background-size:cover;}
.title03 {background:url("../img/title03.jpg") left top no-repeat; background-size:cover;}
.title04 {background:url("../img/title04.jpg") left top no-repeat; background-size:cover;}
.title05 {background:url("../img/title05.jpg") left top no-repeat; background-size:cover;}
.title06 {background:url("../img/title06.jpg") left top no-repeat; background-size:cover;}
.title07 {background:url("../img/title07.jpg") left top no-repeat; background-size:cover;}
.title08 {background:url("../img/title08.jpg") left top no-repeat; background-size:cover;}
.title09 {background:url("../img/title09.jpg") left top no-repeat; background-size:cover;}
.title10 {background:url("../img/title10.jpg") left top no-repeat; background-size:cover;}
.title11 {background:url("../img/title11.jpg") left top no-repeat; background-size:cover;}
.title12 {background:url("../img/title12.jpg") left top no-repeat; background-size:cover;}
.title13 {background:url("../img/title13.jpg") left top no-repeat; background-size:cover;}
.title14 {background:url("../img/title14.jpg") left top no-repeat; background-size:cover;}
.title15 {background:url("../img/title15.jpg") left top no-repeat; background-size:cover;}
.title16 {background:url("../img/title16.jpg") left top no-repeat; background-size:cover;}
.title17 {background:url("../img/title17.jpg") left top no-repeat; background-size:cover;}
.title18 {background:url("../img/title18.jpg") left top no-repeat; background-size:cover;}
.title19 {background:url("../img/title19.jpg") left top no-repeat; background-size:cover;}
.title20 {background:url("../img/title20.jpg") left top no-repeat; background-size:cover;}
.title21 {background:url("../img/title21.jpg") left top no-repeat; background-size:cover;}
.title22 {background:url("../img/title22.jpg") left top no-repeat; background-size:cover;}
.title23 {background:url("../img/title23.jpg") left top no-repeat; background-size:cover;}
.title24 {background:url("../img/title24.jpg") left top no-repeat; background-size:cover;}
.title25 {background:url("../img/title25.jpg") left top no-repeat; background-size:cover;}
.title26 {background:url("../img/title26.jpg") left top no-repeat; background-size:cover;}
.title27 {background:url("../img/title27.jpg") left top no-repeat; background-size:cover;}
.title28 {background:url("../img/title28.jpg") left top no-repeat; background-size:cover;}
.title29 {background:url("../img/title29.jpg") left top no-repeat; background-size:cover;}
.title30 {background:url("../img/title30.jpg") left top no-repeat; background-size:cover;}
.title31 {background:url("../img/title31.jpg") left top no-repeat; background-size:cover;}
.title32 {background:url("../img/title32.jpg") left top no-repeat; background-size:cover;}
.title33 {background:url("../img/title33.jpg") left top no-repeat; background-size:cover;}

footer {
	border-top:1px solid #fff;
	margin-top:80px;
	padding-top:80px;
}

.banner {
	margin:0 auto 12px;
	width:200px;
	height:40px;
	display: flex;
	justify-content: space-between;
}

.banner a {
	display: block;
	width:200px;
	height:40px;
	transition: all 0.3s;
}

.banner a:hover {
	opacity: 0.6;
}

.copyright {
	line-height: 24px;
	font-size:1.5rem;
	color:#fff;
	text-align: center;
}

.fansite {
	background:url("../img/fansite.jpg") left top no-repeat;
	width:800px;
	height:300px;
	margin:0 auto 24px;
}

.fansite a {
	width:800px;
	height:300px;
	display: block;
	background-color:#fff;
	opacity: 0;
	transition: all 0.3s;
}

.fansite a:hover {
	opacity: 0.3;
}

.links {
	width:800px;
	margin:0 auto 48px;
	display: flex;
	justify-content: center;
	position: relative;
	gap:30px;
}

.links a {
	display: block;
	text-decoration: none;
	color:#fff;
	width:30%;
	box-sizing: border-box;
	padding:12px;
	font-size: 2.6rem;
	position: relative;
	opacity: 0.6;
	transition: all 0.3s;
}

.links a:hover {
	opacity: 1;
	background-color:#fff;
	color:#260239;
}

.links a::before, .links a::after, .links a span, .links a em {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
}

.links a::before {
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	top: 0;
	left: 0;
}

.links a::after {
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	bottom: 0;
	right: 0;
}

.links a span {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	top: 0;
	right: 0;
}

.links a em {
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	bottom: 0;
	left: 0;
}

.android_list {
	width:1100px;
	display: flex;
	justify-content:flex-start;
	gap:40px;
	flex-wrap: wrap;
	margin:0 auto;
}

.androidbox {
	width:340px;
	background-color:rgba(27,27,27,1.00)!important;
	box-sizing: border-box;
	padding:10px;
	text-align: left;
	position: relative;
}

.androidbox p {
	color:#fff;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	padding:12px 0;
	box-sizing: border-box;
}

.androidbox p em {
	font-size: 60%;
}

.android_img {
	width:320px;
	height:400px;
}

.a_title01 .android_img {background:url("../img/title01.jpg") center top no-repeat; background-size:cover;}
.a_title02 .android_img {background:url("../img/title02.jpg") center top no-repeat; background-size:cover;}
.a_title03 .android_img {background:url("../img/title03.jpg") center top no-repeat; background-size:cover;}
.a_title04 .android_img {background:url("../img/title04.jpg") center top no-repeat; background-size:cover;}
.a_title05 .android_img {background:url("../img/title05.jpg") center top no-repeat; background-size:cover;}
.a_title06 .android_img {background:url("../img/title06.jpg") center top no-repeat; background-size:cover;}
.a_title07 .android_img {background:url("../img/title07.jpg") center top no-repeat; background-size:cover;}
.a_title08 .android_img {background:url("../img/title08.jpg") center top no-repeat; background-size:cover;}
.a_title09 .android_img {background:url("../img/title09.jpg") center top no-repeat; background-size:cover;}
.a_title10 .android_img {background:url("../img/title10.jpg") center top no-repeat; background-size:cover;}
.a_title11 .android_img {background:url("../img/title11.jpg") center top no-repeat; background-size:cover;}
.a_title12 .android_img {background:url("../img/title12.jpg") center top no-repeat; background-size:cover;}
.a_title13 .android_img {background:url("../img/title13.jpg") center top no-repeat; background-size:cover;}
.a_title14 .android_img {background:url("../img/title14.jpg") center top no-repeat; background-size:cover;}
.a_title15 .android_img {background:url("../img/title15.jpg") center top no-repeat; background-size:cover;}
.a_title16 .android_img {background:url("../img/title16.jpg") center top no-repeat; background-size:cover;}
.a_title17 .android_img {background:url("../img/title17.jpg") center top no-repeat; background-size:cover;}
.a_title18 .android_img {background:url("../img/title18.jpg") center top no-repeat; background-size:cover;}
.a_title19 .android_img {background:url("../img/title19.jpg") center top no-repeat; background-size:cover;}
.a_title20 .android_img {background:url("../img/title20.jpg") center top no-repeat; background-size:cover;}
.a_title21 .android_img {background:url("../img/title21.jpg") center top no-repeat; background-size:cover;}
.a_title22 .android_img {background:url("../img/title22.jpg") center top no-repeat; background-size:cover;}
.a_title23 .android_img {background:url("../img/title23.jpg") center top no-repeat; background-size:cover;}
.a_title24 .android_img {background:url("../img/title24.jpg") center top no-repeat; background-size:cover;}
.a_title25 .android_img {background:url("../img/title25.jpg") center top no-repeat; background-size:cover;}
.a_title26 .android_img {background:url("../img/title26.jpg") center top no-repeat; background-size:cover;}
.a_title27 .android_img {background:url("../img/title27.jpg") center top no-repeat; background-size:cover;}
.a_title28 .android_img {background:url("../img/title28.jpg") center top no-repeat; background-size:cover;}
.a_title29 .android_img {background:url("../img/title29.jpg") center top no-repeat; background-size:cover;}
.a_title30 .android_img {background:url("../img/title30.jpg") center top no-repeat; background-size:cover;}

.androidbox a {
	display: block;
	width:100%;
	background-color:rgba(140,0,223,1.00);
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
	border-radius: 5px;
	margin-bottom:12px;
}

.salelink {
	margin:0 auto 80px;
}

.salelink ul {
	display: flex;
	justify-content: center;
	gap:24px;
}