@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, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

button {
  background: none;
}

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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*/////////////////////////////
base
/////////////////////////////*/
body {
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体 Medium","Yu Gothic Medium",YuGothic,Meiryo,"メイリオ",serif;
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-size-adjust: 100%;
  background-color: #202536;
}

p.text_right {
	text-align: right;
}

/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  text-decoration: none;
  color: #8EB4B7;
}

a:hover {
  text-decoration: underline;
}

/* img
* ------------------------- */
img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0px;
}

a img {
  border: 0px;
}

/* headings
* ------------------------- */
h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-size: 100%;
}

/* clearfix
* ------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

/* text-align
* ------------------------- */
.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

/* 0.common
* ------------------------- */
/* 1.container
* ------------------------- */
.container {
  max-width: 1000px;
  margin: 0 auto;
}


/* 3. hdg
* ------------------------- */
.hdg02 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}
.hdg02.gametitle{
	border-bottom: #282832 1px solid;
	padding-bottom: 25px;
	margin: 0;
}

.hdglow02 {
  margin: 0 0 50px;
  font-weight: normal;
	color:#fff;
}
.hdglow02 .en {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.hdglow02 .ja {
  font-size: 12px;
  letter-spacing: 0.2em;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.hdglow02 .large {
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 0.2em;
  display: block;
  margin: 45px 0 0;
}

/* 1.main
* ------------------------- */
.main{
  min-height: 90vh;
}
.main .content {
  max-width: 1000px;
  margin: 0 auto;
}
.main .header-btn{
  margin: 10px 0 30px;
  display: flex;
  justify-content: flex-end;
}
.main .btn{
  padding: 10px 40px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: inline-block;
  transition: all .4s;
}
.main .btn:hover{
  background-color: rgba(255, 255, 255, 0.9);
  color:#202536;
}


.main .otherContent {
  margin: 0 0 30px;
}
.main .otherContent .section {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 18px 0 0;
  margin: 0;
}
.main .otherContent .section .hdg {
  font-size: 16px;
  font-weight: bold;
  background: #3C4666;
  color:rgba(255, 255, 255, 0.8);
  padding: 8px 15px;
  margin: 30px 0 25px;
}
.main .otherContent .section .hdg.hdg_first{
  margin: 0px 0 25px;
}
.main .otherContent .section > p,
.main .otherContent .section > .list {
  line-height: 1.7;
  padding: 0 10px;
  margin: 0 0 30px;
}
.main .otherContent .section > p .al,
.main .otherContent .section > .list .al {
  text-align: right;
}
.main .otherContent .section .inSection {
	margin: 10px 0;
}
.main .otherContent .section .inSection .title {
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 20px;
}
.main .otherContent .section .inSection .title:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: #282832;
  margin-right: 3px;
}
.main .otherContent .section .inSection .list,
.main .otherContent .section .inSection > p {
  padding: 0 20px;
}
.main .otherContent .section .inSection + .inSection {
  margin-top: 40px;
}
.main .otherContent .section .box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 25px 25px;
}
.main .otherContent .section .list > li {
  line-height: 1.7;
  margin: 5px 0 0;
  display: table;
}
.main .otherContent .section .list > li:first-child {
  margin: 0;
}
.main .otherContent .section .list > li > * {
  display: table-cell;
  vertical-align: top;
}
.main .otherContent .section .list > li .num {
  padding-right: 5px;
}
.main .otherContent .section .list > li .dotList {
  padding-left: 1.5em;
  margin: 1em 0;
}
.main .otherContent .section .list > li .dotList > li {
  line-height: 1.7;
  margin: 5px 0 0;
  list-style-type: disc;
}
.main .otherContent .section .list > li .dotList > li:first-child {
  margin: 0;
}
.main .otherContent .section .inner {
  margin: 20px 0 0;
  padding: 0 25px;
}
.main .otherContent .section .inner .text {
  margin: 20px 0 0;
}
.main .otherContent .section .inner .text:first-child {
  margin: 0;
}
.main .otherContent .section .note {
  font-size: 11px;
  margin: 5px 0 0;
}
.main .otherContent .section a {
  text-decoration: underline;
}
.main .otherContent .section a:hover {
  text-decoration: none;
}

/* header */
header {
	background: #111;
	width:100%;
	height:50px;
}
header p {
	max-width:1000px;
	display: block;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.7);
	line-height: 42px;
	text-align: left;
	font-size:90%;
}

/* footer */
footer {
	background: #111;
	width:100%;
	height:30px;
}
footer p {
	max-width:1000px;
	display: block;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
	text-align: left;
	font-size:90%;
}

/* sp */
@media screen and (max-width: 1020px){
	.main .content {
		max-width: 1000px;
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	header, footer {
		padding-left: 10px;
		padding-right: 10px;
		width:auto;
	}
	header p, footer p {
		max-width:auto;
	}
}
@media screen and (max-width: 480px) {
	.hdglow02 .large {
		font-size: 24px;
		font-weight: 100;
		letter-spacing: 0.2em;
		display: block;
		margin: 45px 0 0;
	}
	.main .otherContent .section .inSection .list, .main .otherContent .section .inSection > p {
		padding: 0;
	}
}

/* dl_eula */
.dl_eula {
	width:calc(100% - 60px);
	height:300px;
	overflow-y: scroll;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 30px 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #06070c;
	margin-bottom: 40px;
}
.main .otherContent .section .dl_eula .box {
    border: 1px solid #202536;
}
.main .otherContent .section .dl_eula .hdg {
  background-color: #98a1ba;
  color: #202536;
}
.dl_eula a {
    color: #227095;
}
.main .otherContent .dl_eula .section {
    border-top: 1px solid #202536;
    padding: 18px 0 0;
    margin: 40px 0 0;
}

.main .otherContent .section a.btn_dl {
	display: block;
	width:200px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.9);
	padding: 10px 40px;
	margin:0 auto 50px;
}
.main .otherContent .section a.btn_dl:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color:#202536;
	transition: .4s;
}
@media screen and (max-width: 1020px) {
	header, footer {
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 20px);
	}
}