@charset "UTF-8";
/*
/*reset.scss
/*ver.1.0
/*2016.08.16
/*based on ress.css
/*!
 * ress.css ? v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/*---------------------------------
*reset*
---------------------------------*/
/* line 17, ../sass/_reset.scss */
html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* line 22, ../sass/_reset.scss */
*,
::before,
::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, ../sass/_reset.scss */
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* line 34, ../sass/_reset.scss */
* {
  background-repeat: no-repeat;
  /* 1 */
}

/* line 38, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 42, ../sass/_reset.scss */
* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

/* line 48, ../sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
/* line 64, ../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 79, ../sass/_reset.scss */
ul {
  list-style: none;
}

/* line 83, ../sass/_reset.scss */
input,
select {
  vertical-align: middle;
}

/* line 88, ../sass/_reset.scss */
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* line 93, ../sass/_reset.scss */
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

/* line 97, ../sass/_reset.scss */
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* line 102, ../sass/_reset.scss */
table {
  border-collapse: collapse;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* line 110, ../sass/_reset.scss */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
/* line 115, ../sass/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
/* line 124, ../sass/_reset.scss */
[disabled] {
  cursor: default;
}

/* line 128, ../sass/_reset.scss */
[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

/* line 132, ../sass/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

/* line 136, ../sass/_reset.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

/* line 141, ../sass/_reset.scss */
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

/* line 146, ../sass/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

/* line 154, ../sass/_reset.scss */
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

/* line 158, ../sass/_reset.scss */
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
/* line 163, ../sass/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
/* line 172, ../sass/_reset.scss */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* line 179, ../sass/_reset.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* line 186, ../sass/_reset.scss */
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
/* line 192, ../sass/_reset.scss */
button {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
/* line 208, ../sass/_reset.scss */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

/* line 212, ../sass/_reset.scss */
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

/* line 216, ../sass/_reset.scss */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

/* line 224, ../sass/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* line 229, ../sass/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/* line 238, ../sass/_reset.scss */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
/* line 243, ../sass/_reset.scss */
progress {
  vertical-align: baseline;
}

/* line 247, ../sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* line 251, ../sass/_reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  /* line 264, ../sass/_reset.scss */
  [hidden~="screen"] {
    display: inherit;
  }

  /* line 267, ../sass/_reset.scss */
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
/* line 274, ../sass/_reset.scss */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
/* line 279, ../sass/_reset.scss */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
/* line 284, ../sass/_reset.scss */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
/* line 294, ../sass/_reset.scss */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* line 300, ../sass/_reset.scss */
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*---------------------------------
*color*
---------------------------------*/
/*---------------------------------
*common*
---------------------------------*/
/*---------------------------------
*mixin*placehoder*
---------------------------------*/
/* line 60, ../sass/_common-pc.scss */
body,
input,
select,
textarea {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","源ノ明朝","SourceHanSerif","SourceHanSerif-Regular","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* line 64, ../sass/_common-pc.scss */
.app-intro, .preRegist-bn, .newsArea-wrapper, .storyArea,
.charaArea,
.howtoArea, .contArea, .sub-btnLink, .chara-content, .news-content, .rulesArea, .inquirywrapper, .regist-cont_area, .camp-preRegist-bn, .camp-period, .camp-buttons li, .article-cont, .article-cont-s, .inquiry-section {
  background: url(../img/pc/block-bk.png) left top;
  -moz-box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}

.c6h807_frame
{
	background: url( ../img/pc/block-bk.png ) left top;
	-moz-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	-webkit-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );

	width:	1000px;
	margin:	0 auto;
	padding:30px;
	border:	3px solid #fff;
}

.c6h807_item
{
	font-size:	20px;
	font-weight:bolder;
	margin: 	10px 0px;
}

.c6h807_category
{
	font-size:	23px;
	font-weight:bolder;
	margin: 	10px 0px;
}

.campaign_frame
{
	background: url( ../img/pc/block-bk.png ) left top;
	-moz-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	-webkit-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );

	width:	800px;
	margin:	0 auto;
	padding:30px;
	border:	3px solid #fff;
	line-height:1.7em;
}

.campaign_date_frame
{
	background: url( ../img/pc/block-bk.png ) left top;
	-moz-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	-webkit-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );

	width: 800px;
	margin: 0 auto 30px auto;
	border: 3px solid #fff;
}

.campaign_date_frame h3
{
	color: #000000;
	font-size: 200%;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
}

.campaign_date_frame p
{
	color: #ffffff;
	font-size: 150%;
	padding: 20px;
	margin: 0;
	text-shadow: 2px 1px 3px #000;
	text-align: center;
}

.campaign_date_frame2
{
	background: url( ../img/pc/block-bk.png ) left top;
	-moz-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	-webkit-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );

	width: 700px;
	margin: 0 auto 30px auto;
	border: 3px solid #fff;
}

.campaign_date_frame2 h3
{
	color: #000000;
	font-size: 200%;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
}

.campaign_date_frame2 p
{
	color: #ffffff;
	font-size: 150%;
	padding: 20px;
	margin: 0;
	text-shadow: 2px 1px 3px #000;
	text-align: center;
}

.campaign_character_frame
{
	background: url( ../img/pc/block-bk.png ) left top;
	-moz-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	-webkit-box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );
	box-shadow: 1px 1px 5px rgba( 255, 255, 255, 0.5 );

	width: 280px;
	padding: 5px;
}

/*---------------------------------
*font*
---------------------------------*/
/* line 85, ../sass/_common-pc.scss */
body,
input,
select,
textarea {
  font-weight: 500;
}

/* line 93, ../sass/_common-pc.scss */
html {
  overflow-x: hidden;
  font-size: 16px;
}

/* line 98, ../sass/_common-pc.scss */
body {
  background: #000;
}

/*---------------------------------
*common*
---------------------------------*/
/* line 105, ../sass/_common-pc.scss */
donbody,
input,
textarea,
select {
  color: #000;
}

/* line 112, ../sass/_common-pc.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 117, ../sass/_common-pc.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*---btns---*/
/* line 123, ../sass/_common-pc.scss */
.btnArea-small {
  padding-left: 308px;
}

/* line 127, ../sass/_common-pc.scss */
.btnArea-middle {
  padding-left: 385px;
}

/* line 131, ../sass/_common-pc.scss */
.btnLink-small {
  border: 2px solid #fff;
  color: #fff;
  display: table-cell;
  font-size: 18px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  width: 180px;
  transition: 0.3s;
  padding-left: 10px;
}
/* line 47, ../sass/_common-pc.scss */
.btnLink-small:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 136, ../sass/_common-pc.scss */
.btnLink-middle {
  border: 2px solid #fff;
  color: #fff;
  display: table-cell;
  font-size: 18px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  width: 230px;
  transition: 0.3s;
  padding-left: 20px;
}
/* line 47, ../sass/_common-pc.scss */
.btnLink-middle:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 141, ../sass/_common-pc.scss */
.btnLink {
  position: relative;
}
/* line 143, ../sass/_common-pc.scss */
.btnLink::before {
  content: "";
  display: block;
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  border-style: solid;
  height: 0;
  width: 0;
  position: absolute;
  left: 15%;
}

/*---------------------------------
*for SP css*
---------------------------------*/
/* line 156, ../sass/_common-pc.scss */
html, body {
  width: 100%;
  min-width: 1240px;
}

/* line 161, ../sass/_common-pc.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* line 167, ../sass/_common-pc.scss */
a {
  -webkit-tap-highlight-color: transparent;
}

/* line 171, ../sass/_common-pc.scss */
body {
  -webkit-text-size-adjust: 100%;
}

/*---------------------------------
global-nav
---------------------------------*/
/* line 178, ../sass/_common-pc.scss */
.glNav-outer {
  height: 90px;
  width: 100%;
  z-index: 4;
}
/* line 182, ../sass/_common-pc.scss */
.glNav-outer.glNav-top {
  background: url(../img/pc/footer-bk.png) repeat-x left top;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 189, ../sass/_common-pc.scss */
.glNav-outer.glNav-other {
  background: #000;
}

/* line 194, ../sass/_common-pc.scss */
.gl-nav {
  margin: 0 auto;
  width: 1200px;
}
/* line 196, ../sass/_common-pc.scss */
.gl-nav ul {
  overflow: hidden;
}
/* line 199, ../sass/_common-pc.scss */
.gl-nav li {
  float: left;
  height: 90px;
  width: 151px;
}
/* line 203, ../sass/_common-pc.scss */
.gl-nav li a {
  display: block;
  background-repeat: none;
  background-position: center center;
  text-indent: -9999px;
  transition: 0.3s;
  height: 100%;
  width: 100%;
}
/* line 212, ../sass/_common-pc.scss */
.gl-nav li a:hover {
  opacity: 0.5;
}
/* line 216, ../sass/_common-pc.scss */
.gl-nav li:first-child {
  width: 245px;
}
/* line 218, ../sass/_common-pc.scss */
.gl-nav li:first-child a {
  background-image: url(../img/pc/global-logo.png);
}
/* line 222, ../sass/_common-pc.scss */
.gl-nav li:nth-child(2) a {
  background-image: url(../img/pc/menu-top.png);
}
/* line 225, ../sass/_common-pc.scss */
.gl-nav li:nth-child(3) a {
  background-image: url(../img/pc/menu-news.png);
}
/* line 228, ../sass/_common-pc.scss */
.gl-nav li:nth-child(4) a {
  background-image: url(../img/pc/menu-story.png);
}
/* line 231, ../sass/_common-pc.scss */
.gl-nav li:nth-child(5) a {
  background-image: url(../img/pc/menu-chara.png);
}
/* line 234, ../sass/_common-pc.scss */
.gl-nav li:nth-child(6) a {
  background-image: url(../img/pc/menu-howto.png?c=20171122);
}
/* line 237, ../sass/_common-pc.scss */
.gl-nav li:nth-child(7) a {
  background-image: url(../img/pc/menu-special.png?c=20171122);
}

/*============================
footer
============================*/
/* line 243, ../sass/_common-pc.scss */
.l-footer {
  font-size: 12px;
  margin: 0 auto;
  min-width: 1240px;
}

/* line 249, ../sass/_common-pc.scss */
.fotter-inner {
  color: #fff;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
  width: 1240px;
}

/* line 258, ../sass/_common-pc.scss */
.ft-nav_list {
  clear: both;
  margin-bottom: 36px;
  overflow: hidden;
  padding: 1em 0;
}
/* line 263, ../sass/_common-pc.scss */
.ft-nav_list li {
  float: left;
  margin-right: .5em;
}
/* line 266, ../sass/_common-pc.scss */
.ft-nav_list li::before {
  content: ">";
}
/* line 270, ../sass/_common-pc.scss */
.ft-nav_list a {
  font-size: 16px;
  padding: .5em .5em .5em .2em;
}
/* line 273, ../sass/_common-pc.scss */
.ft-nav_list a:hover {
  text-decoration: underline;
}

/* line 279, ../sass/_common-pc.scss */
.copyright-cont {
  float: left;
  width: 680px;
}

/* line 284, ../sass/_common-pc.scss */
.copyright-logo {
  margin-bottom: 23px;
  overflow: hidden;
}
/* line 287, ../sass/_common-pc.scss */
.copyright-logo li {
  float: left;
}
/* line 290, ../sass/_common-pc.scss */
.copyright-logo li:first-child {
  margin-right: 46px;
}

/* line 295, ../sass/_common-pc.scss */
.copyright-font {
  line-height: 1.65;
}

/* line 299, ../sass/_common-pc.scss */
.copyright-txt {
  margin-bottom: 26px;
}
/* line 301, ../sass/_common-pc.scss */
.copyright-txt li:first-child {
  padding-bottom: 10px;
}

/* line 307, ../sass/_common-pc.scss */
.sns-btns {
  float: right;
}
/* line 309, ../sass/_common-pc.scss */
.sns-btns ul {
  overflow: hidden;
}
/* line 312, ../sass/_common-pc.scss */
.sns-btns li {
  float: left;
}
/* line 315, ../sass/_common-pc.scss */
.sns-btns li a {
  background: #000;
  border: 2px solid #fff;
  border-radius: 5px;
  display: block;
  text-indent: -9999px;
  height: 56px;
  width: 170px;
  transition: 0.3s;
}
/* line 324, ../sass/_common-pc.scss */
.sns-btns li a:hover {
  opacity: 0.8;
}
/* line 328, ../sass/_common-pc.scss */
.sns-btns li:first-child a {
  background: url(../img/pc/btn-twitter.png) no-repeat center center;
  margin-right: 20px;
}
/* line 332, ../sass/_common-pc.scss */
.sns-btns li:nth-child(2) a {
  background: url(../img/pc/btn-facebook.png) no-repeat center center;
}

/* line 337, ../sass/_common-pc.scss */
#btn_ptop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  width: 70px;
}

/* line 345, ../sass/_common-pc.scss */
#btn_ptop a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 358, ../sass/_common-pc.scss */
#btn_ptop a:hover {
  text-decoration: none;
  background: #999;
}

/* line 365, ../sass/_common-pc.scss */
.app-intro {
  width: 1000px;
  padding: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 375, ../sass/_common-pc.scss */
.app-icon {
  float: left;
  margin-right: 30px;
}

/* line 379, ../sass/_common-pc.scss */
.app-img {
  width: auto;
  height: 150px;
}

/* line 383, ../sass/_common-pc.scss */
.app-text {
  color: #fff;
}
/* line 385, ../sass/_common-pc.scss */
.app-text li {
  line-height: 1.8;
  font-size: 140%;
}

/* line 390, ../sass/_common-pc.scss */
.app {
  width: 300px;
  float: right;
}
/* line 393, ../sass/_common-pc.scss */
.app img {
  width: 100%;
  padding: 0 0 20px 0;
}

/* line 398, ../sass/_common-pc.scss */
.appinfo_btns {
  overflow: hidden;
  padding-left: 8px;
}
/* line 401, ../sass/_common-pc.scss */
.appinfo_btns a:first-child {
  margin-right: 5px;
}
/* line 404, ../sass/_common-pc.scss */
.appinfo_btns li:first-child {
  margin-right: 8px;
}

/* line 408, ../sass/_common-pc.scss */
.app-btns {
  overflow: hidden;
  margin-top: 60px;
}
/* line 411, ../sass/_common-pc.scss */
.app-btns li {
  float: left;
}

/*============================
teaser
============================*/
/* line 9, ../sass/_page-pc.scss */
.mainCatch-bn {
  position: absolute;
  right: -10%;
  top: 0;
}

/* line 15, ../sass/_page-pc.scss */
.l-header.teaserHeader {
  padding: 0;
}

/* line 19, ../sass/_page-pc.scss */
.l-header::after {
  background: url(../img/pc/footer-bk.png) repeat-x left top;
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

/* line 31, ../sass/_page-pc.scss */
.l-footer.teaserFooter {
  margin-top: -30px;
}

/*============================
top
============================*/
/*---------------------------------
main-vis
---------------------------------*/
/* line 42, ../sass/_page-pc.scss */
.l-header {
  position: relative;
  padding-bottom: 30px;
  min-height: 947px;
}

/* line 48, ../sass/_page-pc.scss */
.mainVis-outer {
  position: relative;
  z-index: 1;
  width: 100%;
}

/*
.mainVis-outer:before {
    content:"";
    display: block;
    padding-top: 63.857%;
}
*/
/* line 60, ../sass/_page-pc.scss */
.main-vis {
  background: url(../img/pc/main-vis-home.png) no-repeat;
  background-position: center top;
  height: 947px;
}

.main-vis-april {
  background: url(../img/pc/main-vis-home-20190401.png) no-repeat;
  background-position: center top;
  height: 947px;
}

/* line 66, ../sass/_page-pc.scss */
.mainVis-inner {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  height: 100%;
}

/* line 72, ../sass/_page-pc.scss */
.titleLogo {
  position: absolute;
  margin-left: -300px;
  left: 50%;
  top: 120px;
  width: 607px;
}

/* line 79, ../sass/_page-pc.scss */
.preRegist-bn,
.pvThumb-bn,
.appBtn-area,
.campBn-area {
  position: absolute;
}

/* line 86, ../sass/_page-pc.scss */
.preRegist-bn {
  left: -80px;
  bottom: 100px;
  width: 400px;
  padding: 20px;
}
/* line 92, ../sass/_page-pc.scss */
.preRegist-bn h2 {
  text-align: center;
  margin-bottom: 10px;
}
/* line 96, ../sass/_page-pc.scss */
.preRegist-bn li {
  margin-bottom: 5px;
}
/* line 99, ../sass/_page-pc.scss */
.preRegist-bn li:nth-child(2) {
  float: left;
  width: 50%;
}
/* line 103, ../sass/_page-pc.scss */
.preRegist-bn li:last-child {
  float: right;
  width: 50%;
}

/* line 110, ../sass/_page-pc.scss */
.appBtn-area {
  background: rgba(0, 0, 0, 0.5);
  right: -80px;
  bottom: 102px;
  padding: 13px;
  width: 408px;
}
/* line 116, ../sass/_page-pc.scss */
.appBtn-area ul {
  overflow: hidden;
}
/* line 119, ../sass/_page-pc.scss */
.appBtn-area li {
  float: left;
}
/* line 122, ../sass/_page-pc.scss */
.appBtn-area li:first-child {
  margin-right: 13px;
}

/* line 127, ../sass/_page-pc.scss */
.campBn-area {
  right: -80px;
  bottom: 102px;
}

.dlMemory-area
{
	position:	absolute;
	right:		-80px;
	bottom:		182px;
	padding:	13px;
	width:		408px;
}

/*---------------------------------
mainTop-cont
---------------------------------*/
/* line 135, ../sass/_page-pc.scss */
.mainTop-outer {
  background: url(../img/pc/bk-top-content.jpg) center top;
  background-size: cover;
  padding-bottom: 30px;
  width: 100%;
}

/* line 143, ../sass/_page-pc.scss */
.mainTop-cont {
  margin: 0 auto;
  width: 1000px;
  padding-top: 50px;
}

/* line 148, ../sass/_page-pc.scss */
.twitterNews-cont {
  overflow: hidden;
  margin-bottom: 56px;
}

/* line 153, ../sass/_page-pc.scss */
.twitterArea,
.newsArea {
  float: left;
}
/* line 156, ../sass/_page-pc.scss */
.twitterArea h2,
.newsArea h2 {
  margin-bottom: 15px;
  text-align: center;
}

/* line 162, ../sass/_page-pc.scss */
.twitterArea {
  margin-right: 28px;
  width: 412px;
}

/*news*/
/* line 168, ../sass/_page-pc.scss */
.newsArea {
  width: 560px;
}

/* line 171, ../sass/_page-pc.scss */
.newsArea-wrapper {
  padding: 30px 36px 24px;
  height: 300px;
  width: 100%;
}

/* line 178, ../sass/_page-pc.scss */
.newsArea-inner {
  height: 200px;
  margin-bottom: 10px;
  overflow-y: scroll;
}

/* line 183, ../sass/_page-pc.scss */
.newsArea-text {
  color: #fff;
  overflow: hidden;
  line-height: 1.8;
}
/* line 186, ../sass/_page-pc.scss */
.newsArea-text dt {
  font-size: 120%;
  margin: 20px 0 15px 0;
}
/* line 190, ../sass/_page-pc.scss */
.newsArea-text dt img {
  height: 40px;
  padding-left: 10px;
  vertical-align: middle;
}
/* line 195, ../sass/_page-pc.scss */
.newsArea-text dt:first-child {
  margin-top: 0;
}
/* line 198, ../sass/_page-pc.scss */
.newsArea-text dd {
  padding-left: 20px;
  line-height: 1.5;
}

/* line 204, ../sass/_page-pc.scss */
.storyArea,
.charaArea,
.howtoArea {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
}
/* line 212, ../sass/_page-pc.scss */
.storyArea h2,
.charaArea h2,
.howtoArea h2 {
  margin-left: 50px;
}

/*stoty*/
/* line 219, ../sass/_page-pc.scss */
.storyArea h2 {
  margin-bottom: 38px;
}

/* line 224, ../sass/_page-pc.scss */
.txtStory01 {
  margin-left: 70px;
}

/* line 228, ../sass/_page-pc.scss */
.txtStory02 {
  margin-left: 90px;
  margin-top: -30px;
}

/*chara*/
/* line 235, ../sass/_page-pc.scss */
.storyArea h2 {
  margin-bottom: 20px;
}

/* line 240, ../sass/_page-pc.scss */
.charaThumb-list {
  margin: 0 65px 0 45px;
  overflow: hidden;
}
/* line 243, ../sass/_page-pc.scss */
.charaThumb-list li {
  float: left;
  margin-right: -20px;
}

/*---------------------------------
main-cont
---------------------------------*/
/* line 258, ../sass/_page-pc.scss */
.mainCont-outer {
  background: url(../img/pc/bk-content.jpg) center top;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

/* line 265, ../sass/_page-pc.scss */
.mainCont {
  margin: 0 auto;
  width: 1000px;
  padding-top: 80px;
}
/* line 268, ../sass/_page-pc.scss */
.mainCont h2 {
  margin-bottom: 60px;
}

/* line 273, ../sass/_page-pc.scss */
.contArea {
  padding: 22px 15px;
}

/*============================
another(index以外)
============================*/
/* line 283, ../sass/_page-pc.scss */
.sub-header {
  position: relative;
  height: 90px;
}

/* line 288, ../sass/_page-pc.scss */
.sub-outer {
  background: #0E1A34 url(../img/pc/bk-sub-content.jpg) no-repeat center top;
  background-size: 100%;
  padding-bottom: 30px;
  width: 100%;
}

/* line 294, ../sass/_page-pc.scss */
.page-title {
  text-align: center;
  padding: 70px 0;
}

/* line 298, ../sass/_page-pc.scss */
.sub-btnLink {
  border: 2px solid #fff;
  color: #fff;
  display: table-cell;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}
/* line 307, ../sass/_page-pc.scss */
.sub-btnLink:hover {
  opacity: 0.7;
  border: 2px solid #fff;
}

/* line 312, ../sass/_page-pc.scss */
.sub-navbar {
  width: 1000px;
  margin: 0 auto;
}
/* line 315, ../sass/_page-pc.scss */
.sub-navbar li {
  float: left;
  margin-right: 341px;
}
/* line 319, ../sass/_page-pc.scss */
.sub-navbar li:last-child {
  margin-right: 0;
}

/*============================
chara
============================*/
/* line 327, ../sass/_page-pc.scss */
.chara-content {
  margin: 0 auto 50px auto;
  margin: 0 auto 50px auto;
  padding-top: 40px;
  padding-bottom: 30px;
  overflow-y: scroll;
  height: 820px;
  width: 1020px;
}
/* line 336, ../sass/_page-pc.scss */
.chara-content h2 {
  margin-left: 50px;
  margin-top: 50px;
}
/* line 340, ../sass/_page-pc.scss */
.chara-content h2:first-child {
  margin-top: 0;
}

/* line 344, ../sass/_page-pc.scss */
.chara-info {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
/* line 348, ../sass/_page-pc.scss */
.chara-info h2 {
  position: relative;
}
/* line 351, ../sass/_page-pc.scss */
.chara-info dl, .chara-info ul {
  position: absolute;
  left: 5%;
  top: 40%;
  width: 350px;
  line-height: 1.8;
  color: #fff;
  text-shadow: 2px 1px 3px #c4c4c4;
}
/* line 360, ../sass/_page-pc.scss */
.chara-info dt {
  font-size: 170%;
  margin-bottom: 20px;
}
/* line 364, ../sass/_page-pc.scss */
.chara-info dd, .chara-info li {
  font-size: 120%;
}

/* line 368, ../sass/_page-pc.scss */
.chara-voice {
  position: absolute;
  bottom: 46%;
  left: 51%;
}
/* line 372, ../sass/_page-pc.scss */
.chara-voice li {
  margin-top: 20px;
}

/* line 376, ../sass/_page-pc.scss */
.chara-navbar {
  width: 980px;
  margin: 0 auto;
}
/* line 379, ../sass/_page-pc.scss */
.chara-navbar li {
  float: left;
  margin-right: 151px;
  padding-top: 30px;
}
/* line 384, ../sass/_page-pc.scss */
.chara-navbar li:last-child {
  margin-right: 0;
}

/*============================
news
============================*/
/* line 392, ../sass/_page-pc.scss */
.news-content {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
}

/* line 399, ../sass/_page-pc.scss */
.news-text {
	padding: 0 50px;
	color: #fff;
	overflow: hidden;
	line-height: 1.8;
}
/* line 403, ../sass/_page-pc.scss */
.news-text dt {
  font-size: 130%;
  margin: 40px 0 20px 0;
}
/* line 407, ../sass/_page-pc.scss */
.news-text dt img {
  height: 40px;
  padding-left: 10px;
  vertical-align: middle;
}
/* line 412, ../sass/_page-pc.scss */
.news-text dt:first-child {
  margin-top: 0;
}
/* line 415, ../sass/_page-pc.scss */
.news-text dd {
  font-size: 110%;
  line-height: 1.5;
  padding-left: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
/* line 422, ../sass/_page-pc.scss */
.news-text dd:last-child {
  border-bottom: none;
}

/* line 426, ../sass/_page-pc.scss */
.news-navbar {
  width: 1000px;
  margin: 0 auto;
}
/* line 429, ../sass/_page-pc.scss */
.news-navbar li {
  float: left;
}
/* line 432, ../sass/_page-pc.scss */
.news-navbar li:last-child {
  float: right;
}

/* line 436, ../sass/_page-pc.scss */
.news-info-text {
  padding: 0 50px;
  color: #fff;
  overflow: hidden;
  line-height: 1.8;
}
/* line 441, ../sass/_page-pc.scss */
.news-info-text dt {
  font-size: 160%;
  margin-bottom: 40px;
}
/* line 445, ../sass/_page-pc.scss */
.news-info-text dt img {
  height: 40px;
  padding-left: 10px;
  vertical-align: middle;
}
/* line 450, ../sass/_page-pc.scss */
.news-info-text dt:first-child {
  font-size: 130%;
  margin: 0 0 15px 0;
}
/* line 454, ../sass/_page-pc.scss */
.news-info-text dd {
  font-size: 110%;
  padding-left: 30px;
  padding-bottom: 20px;
}
/* line 458, ../sass/_page-pc.scss */
.news-info-text dd a {
  text-decoration: underline;
}
/* line 461, ../sass/_page-pc.scss */
.news-info-text dd a:hover {
  text-decoration: none;
}

/* line 466, ../sass/_page-pc.scss */
.ico_info {
  background: url(../img/pc/btn_notice.png) no-repeat;
  background-position: 80pt 0;
  background-size: 120px 100%;
  padding: 5px 150px 5px 0;
}

/* line 472, ../sass/_page-pc.scss */
.ico_media {
  background: url(../img/pc/btn_media.png) no-repeat;
  background-position: 80pt 0;
  background-size: 120px 100%;
  padding: 5px 150px 5px 0;
}

/* line 478, ../sass/_page-pc.scss */
.ico_mainte {
  background: url(../img/pc/btn_maintenance.png) no-repeat;
  background-position: 80pt 0;
  background-size: 120px 100%;
  padding: 5px 150px 5px 0;
}

/*============================
privacy,trade,rules
============================*/
/* line 488, ../sass/_page-pc.scss */
.rulesArea {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 50px;
  padding: 40px 0;
}
/* line 493, ../sass/_page-pc.scss */
.rulesArea address {
  font-style: normal;
}
/* line 496, ../sass/_page-pc.scss */
.rulesArea ol {
  list-style: none;
}
/* line 498, ../sass/_page-pc.scss */
.rulesArea ol span {
  padding-right: 5px;
}
/* line 501, ../sass/_page-pc.scss */
.rulesArea ol li {
  margin-bottom: 8px;
  line-height: 1.5;
}
/* line 506, ../sass/_page-pc.scss */
.rulesArea ul {
  list-style: disc;
  padding-left: 40px;
}
/* line 510, ../sass/_page-pc.scss */
.rulesArea .rules-addressArea {
  list-style: none;
}

/* line 514, ../sass/_page-pc.scss */
.rules-info-text {
  padding: 0 50px;
  color: #fff;
  overflow: hidden;
  line-height: 1.8;
}
/* line 519, ../sass/_page-pc.scss */
.rules-info-text dt, .rules-info-text h2 {
  font-size: 130%;
  font-weight: bold;
}
/* line 523, ../sass/_page-pc.scss */
.rules-info-text dd, .rules-info-text p {
  padding-left: 10px;
  padding-bottom: 20px;
}
/* line 527, ../sass/_page-pc.scss */
.rules-info-text ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
/* line 531, ../sass/_page-pc.scss */
.rules-info-text ol ul {
  list-style: normal;
}
/* line 535, ../sass/_page-pc.scss */
.rules-info-text .prohibition {
  padding-bottom: 0px;
}

/*============================
inquiry(お問い合わせ)
============================*/
/* line 544, ../sass/_page-pc.scss */
.inquirywrapper {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 50px;
  padding: 40px 0;
  color: #fff;
}

/* line 551, ../sass/_page-pc.scss */
.inquiry-before-Area {
  background-color: rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  width: 900px;
  overflow: hidden;
  color: #000;
  padding: 30px 20px;
  margin: 0 auto 20px auto;
}
/* line 562, ../sass/_page-pc.scss */
.inquiry-before-Area h2 {
  font-size: 180%;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
}
/* line 567, ../sass/_page-pc.scss */
.inquiry-before-Area p {
  font-size: 110%;
  line-height: 1.8;
  padding: 30px 0 30px 20px;
}
/* line 572, ../sass/_page-pc.scss */
.inquiry-before-Area p:last-child {
  padding-bottom: 0;
}

/* line 576, ../sass/_page-pc.scss */
.inquiry-before-btn {
  position: relative;
  width: 250px;
  padding: 10px;
  font-size: 150%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  border: 2px dotted #aaa;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 593, ../sass/_page-pc.scss */
.inquiry-before-btn::before {
  content: "\003e";
  color: #FF0004;
  position: absolute;
  top: 10px;
  left: 25px;
}

/* line 601, ../sass/_page-pc.scss */
.inquiryArea {
  width: 900px;
  overflow: hidden;
  color: #000;
  margin: 0 auto 20px auto;
  padding: 30px;
}
/* line 607, ../sass/_page-pc.scss */
.inquiryArea h2 {
  color: #fff;
  font-size: 180%;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
  margin-bottom: 20px;
}

/* line 615, ../sass/_page-pc.scss */
.inquiry-btn {
  margin: 0 auto;
  width: 780px;
}
/* line 618, ../sass/_page-pc.scss */
.inquiry-btn li {
  float: left;
  color: #000;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
/* line 625, ../sass/_page-pc.scss */
.inquiry-btn li:nth-child(even) {
  float: right;
}
/* line 628, ../sass/_page-pc.scss */
.inquiry-btn li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
/* line 631, ../sass/_page-pc.scss */
.inquiry-btn a {
  position: relative;
  width: 375px;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  font-size: 130%;
  background-color: #fff;
  text-align: left;
  border: 2px dotted #aaa;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  padding-left: 35px;
}
/* line 646, ../sass/_page-pc.scss */
.inquiry-btn a::before {
  content: "\003e";
  color: #FF0004;
  position: absolute;
  top: 30px;
  left: 15px;
}

/* line 655, ../sass/_page-pc.scss */
.inquiry-info-text {
  width: 900px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8;
}
/* line 660, ../sass/_page-pc.scss */
.inquiry-info-text dt {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 665, ../sass/_page-pc.scss */
.inquiry-info-text dd {
  padding-bottom: 10px;
}

/*========================
inquiry(フォーム部分)
============================*/
/* line 673, ../sass/_page-pc.scss */
.inquiry-section {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 50px;
  padding: 40px 0;
}

/* line 681, ../sass/_page-pc.scss */
.breadcrumbs {
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}
/* line 687, ../sass/_page-pc.scss */
.breadcrumbs li {
  display: inline-block;
  list-style: none;
}
/* line 690, ../sass/_page-pc.scss */
.breadcrumbs li a {
  border-bottom: 1px solid #fff;
}
/* line 692, ../sass/_page-pc.scss */
.breadcrumbs li a:hover {
  border: none;
}
/* line 696, ../sass/_page-pc.scss */
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
/* line 701, ../sass/_page-pc.scss */
.breadcrumbs li:last-child::after {
  content: none;
}

/* line 708, ../sass/_page-pc.scss */
.pageTitle-billing, .pageTitle-change, .pageTitle-game, .pageTitle-gameRequest, .pageTitle-rule, .pageTitle-error {
  text-align: center;
}

/* line 712, ../sass/_page-pc.scss */
.inquiry-form {
  color: #fff;
  margin: 0 auto;
}

/* line 716, ../sass/_page-pc.scss */
.attention-txt {
  font-size: 100%;
  color: #FF0004;
  line-height: 1.5;
  float: left;
  padding: 3px;
}

/* line 726, ../sass/_page-pc.scss */
.form-attention-txt {
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px dotted #fff;
  width: 543px;
}

/* line 730, ../sass/_page-pc.scss */
.cautionMark {
  float: left;
  padding-top: 14px;
  margin-right: 50px;
}

/* line 735, ../sass/_page-pc.scss */
.attention-cont {
  width: 900px;
  height: 186px;
  padding: 20px 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
}

/* line 743, ../sass/_page-pc.scss */
.inquiry-table {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  table-layout: fixed;
}
/* line 751, ../sass/_page-pc.scss */
.inquiry-table th {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 20px;
  text-align: left;
  width: 30%;
}
/* line 759, ../sass/_page-pc.scss */
.inquiry-table td {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 3px solid #fff;
  padding: 20px;
  width: 70%;
}
/* line 765, ../sass/_page-pc.scss */
.inquiry-table select,
.inquiry-table input[type="text"],
.inquiry-table textarea {
  border: 2px solid #ccc;
  padding: 5px;
}
/* line 771, ../sass/_page-pc.scss */
.inquiry-table .nest-table {
  border: 2px solid #fff;
  margin-bottom: 10px;
  width: 80%;
}
/* line 775, ../sass/_page-pc.scss */
.inquiry-table .nest-table th,
.inquiry-table .nest-table td {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 8px;
  vertical-align: middle;
}
/* line 783, ../sass/_page-pc.scss */
.inquiry-table .nest-table th {
  font-size: 14px;
  width: 20%;
}
/* line 787, ../sass/_page-pc.scss */
.inquiry-table .nest-table td {
  width: 80%;
}

/* line 792, ../sass/_page-pc.scss */
.pb {
  margin-bottom: 10px;
}

/* line 795, ../sass/_page-pc.scss */
.submit-btn {
  display: block;
  height: 65px;
  width: 110px;
  margin: 0 auto;
  background: url(../img/pc/btn_send.png) no-repeat left top;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}

/* line 805, ../sass/_page-pc.scss */
.att-no {
  margin-top: 10px;
}

/* line 808, ../sass/_page-pc.scss */
.box4Center-linkText {
  margin-bottom: 10px;
  display: block;
}

/* line 812, ../sass/_page-pc.scss */
.form-inputArea {
  width: 543px;
}

/* line 816, ../sass/_page-pc.scss */
.req-item {
  color: #e60012;
  font-weight: bold;
}

/*============================
F&Q
============================*/
/* line 823, ../sass/_page-pc.scss */
.qArea {
  background-color: rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  width: 900px;
  overflow: hidden;
  color: #000;
  padding: 30px 20px;
  margin: 0 auto 20px auto;
}
/* line 834, ../sass/_page-pc.scss */
.qArea h2 {
  color: #fff;
  font-size: 180%;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
  border-bottom: 1px solid #000;
  padding: 10px;
}
/* line 842, ../sass/_page-pc.scss */
.qArea ol {
  color: #fff;
  padding: 20px 40px;
  list-style-type: decimal;
}
/* line 847, ../sass/_page-pc.scss */
.qArea ol:last-child {
  padding-bottom: 0;
}
/* line 850, ../sass/_page-pc.scss */
.qArea li {
  font-size: 110%;
  line-height: 1.8;
}
/* line 854, ../sass/_page-pc.scss */
.qArea a {
  color: #232323;
}
/* line 857, ../sass/_page-pc.scss */
.qArea a:hover {
  text-decoration: underline;
}

/* line 861, ../sass/_page-pc.scss */
.faqborder {
  width: 900px;
  border: none;
  border-bottom: 1px dashed #fff;
  margin: 70px auto;
}

/* line 868, ../sass/_page-pc.scss */
.aArea {
  background-color: rgba(128, 128, 128, 0.5);
  -moz-box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.5);
  box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.5);
  margin: 0 auto;
  width: 900px;
  overflow: hidden;
  color: #fff;
  padding: 30px 20px;
  margin: 0 auto 20px auto;
}
/* line 879, ../sass/_page-pc.scss */
.aArea h2 {
  width: 850px;
  margin: 30px auto;
  font-size: 180%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  color: #fff;
}
/* line 888, ../sass/_page-pc.scss */
.aArea h2:first-child {
  margin-top: 0;
}
/* line 891, ../sass/_page-pc.scss */
.aArea dl {
  color: #fff;
}

/* line 895, ../sass/_page-pc.scss */
.faq_q {
  background: url(../img/pc/inquiry_q.png) no-repeat 0 2px;
  padding: 15px 15px 40px 70px;
  font-size: 110%;
}

/* line 901, ../sass/_page-pc.scss */
.faq_a {
  background: url(../img/pc/inquiry_a.png) no-repeat 0 2px;
  padding: 15px 15px 15px 70px;
  line-height: 1.6;
}
/* line 905, ../sass/_page-pc.scss */
.faq_a p {
  padding-bottom: 16px;
}

/* line 909, ../sass/_page-pc.scss */
.link_pagetop {
  width: 110px;
  margin-left: auto;
}

/* line 913, ../sass/_page-pc.scss */
.link_pagetop_text {
  color: #f69d9d;
}

/* line 916, ../sass/_page-pc.scss */
.faq-btn {
  margin-top: 40px;
}
/* line 918, ../sass/_page-pc.scss */
.faq-btn a {
  position: relative;
  width: 420px;
  padding: 10px 0 10px 30px;
  font-size: 150%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  border: 2px dotted #aaa;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 935, ../sass/_page-pc.scss */
.faq-btn a::before {
  content: "\003e";
  color: #FF0004;
  position: absolute;
  top: 10px;
  left: 20px;
}

/*============================
regist(事前登録)
============================*/
/* line 948, ../sass/_page-pc.scss */
.regist-cont_area {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 50px;
  padding: 40px 0;
}

/* line 954, ../sass/_page-pc.scss */
.regist-cont_input {
  border: 5px solid #bfbfbf;
  display: block;
  padding: 20px;
  font-size: 120%;
  margin-bottom: 30px;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

/* line 964, ../sass/_page-pc.scss */
.regist-attention {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
/* line 971, ../sass/_page-pc.scss */
.regist-attention h2 {
  text-align: center;
  font-size: 130%;
}

/* line 976, ../sass/_page-pc.scss */
.regist-cont_txt {
  color: #fff;
  font-size: 130%;
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
}

/* line 983, ../sass/_page-pc.scss */
.regist-line_btns {
  width: 360px;
  margin: 0 auto;
}

/* line 987, ../sass/_page-pc.scss */
.regist-tw_btns {
  width: 600px;
  margin: 0 auto;
}

/* line 991, ../sass/_page-pc.scss */
.regist-mail_btns {
  width: 850px;
  margin: 70px auto 0 auto;
}
/* line 994, ../sass/_page-pc.scss */
.regist-mail_btns input:first-child {
  float: left;
}
/* line 997, ../sass/_page-pc.scss */
.regist-mail_btns input:last-child {
  float: right;
}

/* line 1001, ../sass/_page-pc.scss */
.registration {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
/* line 1005, ../sass/_page-pc.scss */
.registration h2 {
  font-size: 200%;
  margin-bottom: 50px;
}
/* line 1009, ../sass/_page-pc.scss */
.registration p {
  font-size: 120%;
  margin-bottom: 30px;
}
/* line 1014, ../sass/_page-pc.scss */
.registration li {
  margin: 0 10px;
  display: inline;
}
/* line 1018, ../sass/_page-pc.scss */
.registration img {
  width: 30%;
}

/*============================
regist-camp(事前登録キャンペーン)
============================*/
/* line 1025, ../sass/_page-pc.scss */
.camp-title {
  width: 1000px;
  margin: 0px auto;
  padding: 70px 0;
}

/* line 1030, ../sass/_page-pc.scss */
.camp-preRegist-bn {
  margin: 0 auto;
  width: 1000px;
  padding: 40px 10px;
  margin-bottom: 100px;
}
/* line 1035, ../sass/_page-pc.scss */
.camp-preRegist-bn h2 {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1039, ../sass/_page-pc.scss */
.camp-preRegist-bn li {
  width: 320px;
  float: left;
  margin-right: 10px;
}
/* line 1044, ../sass/_page-pc.scss */
.camp-preRegist-bn li:last-child {
  margin: 0;
}

/* line 1048, ../sass/_page-pc.scss */
.camp-box {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 130px;
}
/* line 1051, ../sass/_page-pc.scss */
.camp-box h2 {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1055, ../sass/_page-pc.scss */
.camp-box h3 {
  text-align: center;
}
/* line 1058, ../sass/_page-pc.scss */
.camp-box p {
  width: 800px;
  color: #fff;
  font-size: 130%;
  text-align: center;
  margin: 0 auto 20px auto;
  line-height: 1.5;
  text-shadow: 2px 1px 3px #000;
}

/* line 1069, ../sass/_page-pc.scss */
.stepup-cont li {
  position: relative;
  padding: 10px 0;
  text-align: center;
  width: 1000px;
  text-shadow: 2px 1px 3px #000;
}

/* line 1077, ../sass/_page-pc.scss */
.preregister-stamp {
  background: url(../img/pc/preregister-stamp.png) no-repeat;
  display: inline-block;
  position: absolute;
  height: 200px;
  width: 200px;
  background-size: 75%;
  top: -40px;
  left: 0px;
}

/* line 1087, ../sass/_page-pc.scss */
.autographs {
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
}

/* line 1092, ../sass/_page-pc.scss */
.autographs-into {
  width: 400px;
  float: left;
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 2px 1px 3px #000;
}
/* line 1098, ../sass/_page-pc.scss */
.autographs-into li {
  padding: 10px 0;
  position: relative;
}

/* line 1103, ../sass/_page-pc.scss */
.autographs-stamp {
  background: url(../img/pc/autographs-stamp.png) no-repeat;
  display: inline-block;
  position: absolute;
  height: 200px;
  width: 200px;
  background-size: 75%;
  top: -40px;
  left: 0px;
}

/* line 1113, ../sass/_page-pc.scss */
.camp-period {
  width: 800px;
  margin: 0 auto 30px auto;
  border: 3px solid #fff;
}
/* line 1118, ../sass/_page-pc.scss */
.camp-period h3 {
  color: #000;
  font-size: 200%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
/* line 1125, ../sass/_page-pc.scss */
.camp-period p {
  font-size: 150%;
  padding: 20px;
  margin: 0;
  text-shadow: 2px 1px 3px #000;
}

/* line 1132, ../sass/_page-pc.scss */
.camp-buttons {
  width: 800px;
  margin: 0 auto 50px auto;
}
/* line 1135, ../sass/_page-pc.scss */
.camp-buttons li {
  border: 2px solid #fff;
  color: #fff;
  display: table-cell;
  font-size: 18px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  width: 250px;
  transition: 0.3s;
  border: 2px solid #fff;
  font-weight: bold;
  float: left;
  margin-right: 25px;
  padding: 20px 0;
}
/* line 47, ../sass/_common-pc.scss */
.camp-buttons li:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 1144, ../sass/_page-pc.scss */
.camp-buttons li:last-child {
  margin: 0;
}

/* line 1148, ../sass/_page-pc.scss */
.twpresent-into {
  width: 900px;
  margin: 0 auto;
}
/* line 1151, ../sass/_page-pc.scss */
.twpresent-into p {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
}

/* line 1157, ../sass/_page-pc.scss */
.camp-description {
  width: 800px;
  font-size: 90%;
  margin: 50px auto;
}
/* line 1161, ../sass/_page-pc.scss */
.camp-description p:nth-child(3) img {
  width: 300px;
  height: auto;
}

/* line 1167, ../sass/_page-pc.scss */
.sub-content_wrapper {
  height: 100%;
  width: 100%;
}

/* line 1172, ../sass/_page-pc.scss */
.sub-content {
  margin: 0 auto;
  width: 860px;
}

/* line 1177, ../sass/_page-pc.scss */
.article-cont {
  border: 3px solid #fff;
  margin: 0 auto;
  padding: 26px;
  color: #fff;
  line-height: 1.7;
  height: 800px;
  overflow-y: scroll;
}
/* line 1186, ../sass/_page-pc.scss */
.article-cont ol {
  padding-left: 30px;
  list-style-type: decimal;
}

/* line 1191, ../sass/_page-pc.scss */
.article-cont-s {
  border: 3px solid #fff;
  margin: 0 auto;
  padding: 26px;
  color: #fff;
  line-height: 1.7;
  height: auto;
}
/* line 1199, ../sass/_page-pc.scss */
.article-cont-s p {
  margin-bottom: 10px;
}
/* line 1202, ../sass/_page-pc.scss */
.article-cont-s ol {
  padding-left: 20px;
  list-style-type: decimal;
}

/* line 1207, ../sass/_page-pc.scss */
.applyrules-tittle {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 40px 0 10px 0;
}

/* line 1213, ../sass/_page-pc.scss */
.camp-page-title {
  text-align: center;
  padding: 0 0 30px 0;
}

/* line 1219, ../sass/_page-pc.scss */
#cboxClose {
  background: url(../img/pc/btn-closed.png) no-repeat left top !important;
  background-size: contain !important;
  text-indent: -9999px;
  height: 50px  !important;
  width: 50px !important;
}

/*============================
utility
============================*/
/* line 1229, ../sass/_page-pc.scss */
.ut-hidden {
  visibility: hidden;
}

/* line 7, ../sass/_inquiry-pc.scss */
.pageTitle-billing, .pageTitle-change, .pageTitle-game, .pageTitle-gameRequest, .pageTitle-rule, .pageTitle-error {
  color: #fff;
  font-weight: bold;
  font-size: 200%;
  text-shadow: 1px 2px 3px #808080;
  overflow: hidden;
  padding: 30px 20px;
  margin: 0 auto;
  margin: 0 auto 20px auto;
}

/*========================
inquiry(フォーム部分)
============================*/
/* line 22, ../sass/_inquiry-pc.scss */
.inquiry-section {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 50px;
  padding: 40px 0;
}

/* line 30, ../sass/_inquiry-pc.scss */
.breadcrumbs {
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 50px 0;
  width: 920px;
}
/* line 36, ../sass/_inquiry-pc.scss */
.breadcrumbs li {
  display: inline-block;
  list-style: none;
}
/* line 39, ../sass/_inquiry-pc.scss */
.breadcrumbs li a {
  border-bottom: 1px solid #fff;
}
/* line 41, ../sass/_inquiry-pc.scss */
.breadcrumbs li a:hover {
  border: none;
}
/* line 45, ../sass/_inquiry-pc.scss */
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
/* line 50, ../sass/_inquiry-pc.scss */
.breadcrumbs li:last-child::after {
  content: none;
}

/* line 57, ../sass/_inquiry-pc.scss */
.pageTitle-billing, .pageTitle-change, .pageTitle-game, .pageTitle-gameRequest, .pageTitle-rule, .pageTitle-error {
  text-align: center;
}

/* line 61, ../sass/_inquiry-pc.scss */
.inquiry-form {
  color: #fff;
  margin: 0 auto;
}

/* line 65, ../sass/_inquiry-pc.scss */
.attention-txt {
  font-size: 100%;
  color: #FF0004;
  line-height: 1.5;
  float: left;
  padding: 3px;
}

/* line 75, ../sass/_inquiry-pc.scss */
.form-attention-txt {
  border: 2px dotted #fff;
  width: 543px;
}

/* line 79, ../sass/_inquiry-pc.scss */
.cautionMark {
  float: left;
  padding-top: 14px;
  margin-right: 50px;
}

/* line 84, ../sass/_inquiry-pc.scss */
.attention-cont {
  width: 900px;
  height: 186px;
  padding: 20px 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
}

/* line 92, ../sass/_inquiry-pc.scss */
.inquiry-table {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  table-layout: fixed;
}
/* line 100, ../sass/_inquiry-pc.scss */
.inquiry-table th {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 20px;
  text-align: left;
  width: 30%;
}
/* line 108, ../sass/_inquiry-pc.scss */
.inquiry-table td {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 3px solid #fff;
  padding: 20px;
  width: 70%;
}
/* line 114, ../sass/_inquiry-pc.scss */
.inquiry-table select,
.inquiry-table input[type="text"],
.inquiry-table textarea {
  border: 2px solid #ccc;
  padding: 5px;
}
/* line 120, ../sass/_inquiry-pc.scss */
.inquiry-table .nest-table {
  border: 2px solid #fff;
  margin-bottom: 10px;
  width: 80%;
}
/* line 124, ../sass/_inquiry-pc.scss */
.inquiry-table .nest-table th,
.inquiry-table .nest-table td {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 8px;
  vertical-align: middle;
}
/* line 132, ../sass/_inquiry-pc.scss */
.inquiry-table .nest-table th {
  font-size: 14px;
  width: 20%;
}
/* line 136, ../sass/_inquiry-pc.scss */
.inquiry-table .nest-table td {
  width: 80%;
}

/* line 141, ../sass/_inquiry-pc.scss */
.pb {
  margin-bottom: 10px;
}

/* line 144, ../sass/_inquiry-pc.scss */
.submit-btn {
  display: block;
  height: 65px;
  width: 110px;
  margin: 0 auto;
  background: url(../img/pc/btn_send.png) no-repeat left top;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}

/* line 154, ../sass/_inquiry-pc.scss */
.att-no {
  margin-top: 10px;
}

/* line 157, ../sass/_inquiry-pc.scss */
.box4Center-linkText {
  margin-bottom: 10px;
  display: block;
}

/* line 161, ../sass/_inquiry-pc.scss */
.form-inputArea {
  width: 543px;
}

/* line 165, ../sass/_inquiry-pc.scss */
.req-item {
  color: #e60012;
  font-weight: bold;
}

/*-------------------------------
▼ modalCSS ▼
---------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 8, ../sass/_modal.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 17, ../sass/_modal.scss */
#cboxWrapper {
  max-width: none;
}

/* line 21, ../sass/_modal.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 27, ../sass/_modal.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 31, ../sass/_modal.scss */
#cboxContent {
  position: relative;
}

/* line 35, ../sass/_modal.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 40, ../sass/_modal.scss */
#cboxTitle {
  margin: 0;
}

/* line 44, ../sass/_modal.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 52, ../sass/_modal.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 56, ../sass/_modal.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 65, ../sass/_modal.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 74, ../sass/_modal.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 85, ../sass/_modal.scss */
#cboxOverlay {
  background: #57545C;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 91, ../sass/_modal.scss */
#colorbox {
  outline: 0;
}

/* line 95, ../sass/_modal.scss */
#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

/* line 100, ../sass/_modal.scss */
.cboxIframe {
  background: #fff;
}

/* line 104, ../sass/_modal.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/*#cboxLoadedContent{background:#000; padding:1px;}*/
/* line 114, ../sass/_modal.scss */
#cboxLoadingOverlay {
  background: #000;
}

/* line 118, ../sass/_modal.scss */
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

/* line 125, ../sass/_modal.scss */
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 133, ../sass/_modal.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  /*background:url(../img/controls.png) no-repeat 0 0;*/
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 147, ../sass/_modal.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 151, ../sass/_modal.scss */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

/* line 156, ../sass/_modal.scss */
#cboxPrevious:hover {
  background-position: 0px -25px;
}

/* line 160, ../sass/_modal.scss */
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

/* line 165, ../sass/_modal.scss */
#cboxNext:hover {
  background-position: -25px -25px;
}

/* line 169, ../sass/_modal.scss */
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

/* line 174, ../sass/_modal.scss */
#cboxClose:hover {
  background-position: -50px -25px;
}

/* line 178, ../sass/_modal.scss */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

/* line 182, ../sass/_modal.scss */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

/* line 187, ../sass/_modal.scss */
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

/* line 191, ../sass/_modal.scss */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

/* line 196, ../sass/_modal.scss */
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.news-list {
  border-bottom: 1px solid #fff;
  padding: 5px 0 7px;
}

.news-label {
  float: left;
  height: 23px;
  width: 87px;
  text-indent: -9999px;
  font-size: 0;
}

.news-date {
  color: #00fff0;
  float: left;
  padding: 3px 2px 10px 0;
}

.news-label.label_news {
 	background: url(../img/pc/btn_notice.png) no-repeat left top;
	background-size: 100% 100%;
}
.news-label.label_media {
  background: url(../img/pc/btn_media.png) no-repeat left top;
}
.news-label.label_maintenance {
  background: url(../img/pc/btn_maintenance.png) no-repeat left top;
}
/*---------------------------------
▲ modalCSS ▲
---------------------------------*/

.btn-sticky {
	display: inline-block;
	width: 100%;
	padding: 0.5em 1em;
	text-decoration: none;
	text-align: left;
	font-size: 30px;
	background: #696969;
	border-left: solid 6px #808080;
	color: #ffffff;
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}


