@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
---------------------------------*/
/*---------------------------------
*placeholder*
---------------------------------*/
/* line 36, ../sass/_common-sp.scss */
body,
input,
select,
textarea, .sidr-ul {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","源ノ明朝","SourceHanSerif","SourceHanSerif-Regular","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* line 39, ../sass/_common-sp.scss */
.app-intro, .preRegist-bn, #tab-b1, #tab-b2, #tab-b3, .tab1, .storyArea,
.charaArea,
.howtoArea, .chara-content, .newsArea, .sub-btnLink, .rulesArea, .registArea, .qArea,
.aArea, .camp-preRegist-bn, .camp-period, .article-cont, .inquiry-section {
  background: url(../img/sp/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);
}

/* line 68, ../sass/_common-sp.scss */
.pageTitle-billingSP, .pageTitle-changeSP, .pageTitle-gameSP, .pageTitle-gameRequestSP, .pageTitle-ruleSP, .pageTitle-errorSP {
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  text-shadow: 1px 2px 3px #808080;
  overflow: hidden;
  padding: 20px 20px;
  margin: 0 auto;
}

/*---------------------------------
*common*
---------------------------------*/
/* line 81, ../sass/_common-sp.scss */
body,
input,
select,
textarea {
  font-weight: 500;
}

/* line 90, ../sass/_common-sp.scss */
html {
  overflow-x: hidden;
  font-size: 16px;
}

/* line 95, ../sass/_common-sp.scss */
body {
  background: #000;
}

/* line 99, ../sass/_common-sp.scss */
body,
input,
textarea,
select {
  color: #000;
}

/* line 106, ../sass/_common-sp.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 110, ../sass/_common-sp.scss */
img {
  vertical-align: middle;
}

/* line 113, ../sass/_common-sp.scss */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*---------------------------------
*for SP css*
---------------------------------*/
/* line 122, ../sass/_common-sp.scss */
html, body {
  width: 100%;
}

/* line 126, ../sass/_common-sp.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* line 132, ../sass/_common-sp.scss */
a {
  -webkit-tap-highlight-color: transparent;
}

/* line 136, ../sass/_common-sp.scss */
body {
  -webkit-text-size-adjust: 100%;
}

/*============================
contents
============================*/
/*---------------------------------
gnav
----------------------------------*/
/* line 147, ../sass/_common-sp.scss */
.gnav_sp {
  position: relative;
  width: 320px;
  margin: 0 auto;
}

/* line 152, ../sass/_common-sp.scss */
.gnav-menu {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 999;
  overflow: visible;
}
/* line 158, ../sass/_common-sp.scss */
.gnav-menu a {
  display: block;
}
/* line 161, ../sass/_common-sp.scss */
.gnav-menu img {
  width: 50px;
}

/* line 165, ../sass/_common-sp.scss */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset;
}

/* line 181, ../sass/_common-sp.scss */
.sidr.right {
  left: auto;
  right: -320px;
}

/* line 185, ../sass/_common-sp.scss */
.sidr-ul {
  display: block;
  height: 100%;
  border: 3px solid #fff;
  background-image: url(../img/sp/menu_akuta.png), url(../img/sp/menu-bk.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
  background-size: 52%, 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
}

/* line 197, ../sass/_common-sp.scss */
.sidr-ul li {
  float: left;
  width: 50%;
  overflow: hidden;
}
/* line 201, ../sass/_common-sp.scss */
.sidr-ul li:last-child {
  width: 100%;
  border-top: 3px solid #fff;
  text-align: center;
  font-size: 130%;
  vertical-align: middle;
  position: absolute;
  bottom: 0%;
}
/* line 209, ../sass/_common-sp.scss */
.sidr-ul li:last-child a {
  color: #fff;
  border: 0;
  padding: 12px 0 15px 0;
}
/* line 214, ../sass/_common-sp.scss */
.sidr-ul li:last-child a::before {
  content: "\00d7";
  color: #ff0004;
  font-weight: bold;
  font-size: 30px;
  vertical-align: middle;
  left: 106px;
  top: 5px;
}

/* line 226, ../sass/_common-sp.scss */
.sidr-ul li a {
  position: relative;
  color: #fff;
  display: block;
  padding: 12px 0px 12px 25px;
  border-bottom: 1px dotted #fff;
  border-right: 1px dotted #fff;
  font-size: 80%;
  overflow: hidden;
}
/* line 235, ../sass/_common-sp.scss */
.sidr-ul li a::before {
  content: url("../img/sp/sp-menu-arrow.png");
  width: 9px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 244, ../sass/_common-sp.scss */
.sidr form {
  margin: 0 15px;
}

/* line 247, ../sass/_common-sp.scss */
.sidr label {
  font-size: 13px;
}

/* line 250, ../sass/_common-sp.scss */
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}

/* line 276, ../sass/_common-sp.scss */
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

/* line 281, ../sass/_common-sp.scss */
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}

/* line 286, ../sass/_common-sp.scss */
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

/*---------------------------------
content
----------------------------------*/
/* line 295, ../sass/_common-sp.scss */
.l-content {
  padding: 45px 10px 0;
  margin: 0 auto;
  width: 320px;
}

/* line 301, ../sass/_common-sp.scss */
.twitter-cont {
  height: 294px;
  text-align: center;
  width: 100%;
}

/* line 307, ../sass/_common-sp.scss */
.twitter-title {
  padding: 10px 0;
}
/* line 309, ../sass/_common-sp.scss */
.twitter-title img {
  width: 97px;
}

/* line 315, ../sass/_common-sp.scss */
.sns-btns {
  margin-bottom: 30px;
}
/* line 317, ../sass/_common-sp.scss */
.sns-btns ul {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 323, ../sass/_common-sp.scss */
.sns-btns li {
  float: left;
  margin-right: 9px;
}
/* line 326, ../sass/_common-sp.scss */
.sns-btns li:last-child {
  margin-right: 0;
}
/* line 329, ../sass/_common-sp.scss */
.sns-btns li img {
  height: 25px;
}

/* line 335, ../sass/_common-sp.scss */
.app-intro {
  margin: 0 auto;
  width: 300px;
  margin-bottom: 30px;
  padding: 20px;
}

/* line 341, ../sass/_common-sp.scss */
.app-icon {
  float: left;
  margin-right: 15px;
}

/* line 346, ../sass/_common-sp.scss */
.app-img {
  width: auto;
  height: 90px;
}

/* line 350, ../sass/_common-sp.scss */
.app-text {
  color: #fff;
  overflow: auto;
}
/* line 353, ../sass/_common-sp.scss */
.app-text li {
  line-height: 1.65;
  font-size: 11px;
}

/*---------------------------------
foter
---------------------------------*/
/* line 364, ../sass/_common-sp.scss */
.l-footer {
  padding: 0 10px 20px;
  font-size: 14px;
  margin: 0 auto;
  width: 320px;
}

/* line 371, ../sass/_common-sp.scss */
.fotter-inner {
  color: #fff;
  font-size: 8px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

/* line 379, ../sass/_common-sp.scss */
.copyright-cont {
  width: 100%;
}

/* line 384, ../sass/_common-sp.scss */
.copyright-logo {
  margin-bottom: 15px;
}
/* line 386, ../sass/_common-sp.scss */
.copyright-logo li {
  text-align: center;
}
/* line 389, ../sass/_common-sp.scss */
.copyright-logo li:nth-child(1) {
  margin-bottom: 8px;
}
/* line 391, ../sass/_common-sp.scss */
.copyright-logo li:nth-child(1) img {
  width: 180px;
}
/* line 396, ../sass/_common-sp.scss */
.copyright-logo li:nth-child(2) img {
  width: 138px;
}

/* line 402, ../sass/_common-sp.scss */
.copyright-font {
  line-height: 1.65;
}

/* line 406, ../sass/_common-sp.scss */
.copyright-txt {
  line-height: 1.65;
  margin-bottom: 15px;
}

/* line 410, ../sass/_common-sp.scss */
.app {
  width: 300px;
  margin: 0 auto;
}
/* line 413, ../sass/_common-sp.scss */
.app li {
  display: inline;
}
/* line 416, ../sass/_common-sp.scss */
.app img {
  width: 49%;
  padding: 0 0 20px 0;
}

/* line 421, ../sass/_common-sp.scss */
.app-intro {
  width: 300px;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 429, ../sass/_common-sp.scss */
.app-icon {
  float: left;
}

/* line 432, ../sass/_common-sp.scss */
.appIntro-title {
  font-size: 8px;
  color: #fff;
  margin-bottom: 8px;
}

/* line 437, ../sass/_common-sp.scss */
.app-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 441, ../sass/_common-sp.scss */
.app-btns li:first-child {
  margin-right: 9px;
}
/* line 442, ../sass/_common-sp.scss */
.app-btns li a {
  display: block;
}

/*============================
teaser
============================*/
/* line 450, ../sass/_common-sp.scss */
.l-content.teaserContent {
  padding-top: 75px;
}

/*============================
index
============================*/
/*---------------------------------
main-vis
---------------------------------*/
/* line 13, ../sass/_page-sp.scss */
.main-vis {
  background: url(../img/sp/main-visual-teaser.png) no-repeat center top;
  background-size: contain;
  height: 344px;
  position: relative;
  margin: 0 auto;
  width: 320px;
}

.main-vis-april {
  background: url(../img/sp/main-visual-teaser-20180401.png) no-repeat center top;
  background-size: contain;
  height: 344px;
  position: relative;
  margin: 0 auto;
  width: 320px;
}

/*---------------------------------
l-wrapper
--------------------------------*/
/* line 25, ../sass/_page-sp.scss */
.l-wrapper {
  background: url(../img/sp/bk-top-content.jpg) no-repeat center top;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
  width: 320px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 36, ../sass/_page-sp.scss */
.preRegist-bn,
.campaign-bn,
.youtube-bn {
  margin: 0 auto;
  width: 300px;
  padding-bottom: 30px;
  margin: 0 auto;
}

/* line 43, ../sass/_page-sp.scss */
.preRegist-bn {
  padding: 20px 10px;
  margin-bottom: 30px;
}
/* line 47, ../sass/_page-sp.scss */
.preRegist-bn h2 {
  text-align: center;
  width: 80%;
  margin: 0 auto 10px auto;
}
/* line 52, ../sass/_page-sp.scss */
.preRegist-bn li {
  margin-bottom: 5px;
}
/* line 55, ../sass/_page-sp.scss */
.preRegist-bn li:nth-child(2) {
  float: left;
  width: 100%;
}
/* line 59, ../sass/_page-sp.scss */
.preRegist-bn li:last-child {
  float: right;
  width: 100%;
}

/*---btns---*/
/* line 67, ../sass/_page-sp.scss */
.btnArea-small {
  float: right;
}

/* line 71, ../sass/_page-sp.scss */
.btnLink-small {
  border: 1px solid #fff;
  color: #fff;
  display: table-cell;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  transition: 0.3s;
  padding-left: 20px;
  font-size: 14px;
}
/* line 62, ../sass/_common-sp.scss */
.btnLink-small:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 77, ../sass/_page-sp.scss */
.btnLink-middle {
  border: 1px solid #fff;
  color: #fff;
  display: table-cell;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  transition: 0.3s;
  padding-left: 20px;
}
/* line 62, ../sass/_common-sp.scss */
.btnLink-middle:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 82, ../sass/_page-sp.scss */
.btnLink {
  position: relative;
  padding: 0 20px;
}

/* line 86, ../sass/_page-sp.scss */
.triangle {
  margin-right: 10px;
  color: #fff;
}

/*---------------------------------
news
--------------------------------*/
/* line 93, ../sass/_page-sp.scss */
#tab {
  margin: 0 10px;
}

/* line 96, ../sass/_page-sp.scss */
#tab-head {
  overflow: hidden;
}

/* line 99, ../sass/_page-sp.scss */
#tab-head li {
  float: left;
}

/* line 102, ../sass/_page-sp.scss */
#tab-head li a {
  display: block;
  text-align: center;
  padding: 20px 10px;
}

/* line 107, ../sass/_page-sp.scss */
#tab-body {
  font-size: 80%;
  line-height: 1.65;
  width: 100%;
  min-width: 290px;
  top: -1px;
  z-index: -1;
}

/* line 115, ../sass/_page-sp.scss */
#tab-b1, #tab-b2, #tab-b3 {
  padding: 20px;
  color: #fff;
  overflow: hidden;
}

/* line 121, ../sass/_page-sp.scss */
#tab-b2,
#tab-b3 {
  display: none;
}

/* line 125, ../sass/_page-sp.scss */
.tab1 {
  color: #fff;
  border-right: 1px solid #fff;
}

/* line 130, ../sass/_page-sp.scss */
.tab1:last-child {
  border: none;
}

/* line 133, ../sass/_page-sp.scss */
.tab2 {
  background: #fff;
  color: #000;
}

/* line 137, ../sass/_page-sp.scss */
#tab-body dd {
  margin-bottom: 10px;
}

/* line 141, ../sass/_page-sp.scss */
.ico_info {
  background: url(../img/sp/btn_notice.png) no-repeat;
  background-position: 55pt 0;
  background-size: 80px 100%;
  padding: 5px 150px 5px 0;
}

/* line 147, ../sass/_page-sp.scss */
.ico_media {
  background: url(../img/sp/btn_media.png) no-repeat;
  background-position: 55pt 0;
  background-size: 80px 100%;
  padding: 5px 150px 5px 0;
}

/* line 153, ../sass/_page-sp.scss */
.ico_mainte {
  background: url(../img/sp/btn_maintenance.png) no-repeat;
  background-position: 55pt 0;
  background-size: 80px 100%;
  padding: 5px 150px 5px 0;
}

/*-----------------------------------
story/chara/howto
------------------------------------*/
/* line 162, ../sass/_page-sp.scss */
.storyArea,
.charaArea,
.howtoArea {
	margin: 0 auto;
	width: 300px;
	height: auto;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
/* line 171, ../sass/_page-sp.scss */
.storyArea h2,
.charaArea h2,
.howtoArea h2 {
  margin-left: 20px;
}
/* line 173, ../sass/_page-sp.scss */
.storyArea h2 img,
.charaArea h2 img,
.howtoArea h2 img {
  height: 50px;
}

/*stoty*/
/* line 180, ../sass/_page-sp.scss */
.storyArea {
  margin-top: 30px;
}
/* line 182, ../sass/_page-sp.scss */
.storyArea h2 {
  margin-bottom: 20px;
}

/* line 187, ../sass/_page-sp.scss */
.txtStory01 {
  margin-left: 10px;
  width: 280px;
}

/* line 192, ../sass/_page-sp.scss */
.txtStory02 {
  margin-left: 20px;
  margin-top: 10px;
  width: 280px;
}

/*chara*/
/* line 200, ../sass/_page-sp.scss */
.charaArea h2 {
  margin-bottom: 20px;
}

/* line 205, ../sass/_page-sp.scss */
.charaThumb-list {
  margin: 0 10px;
  overflow: hidden;
}
/* line 208, ../sass/_page-sp.scss */
.charaThumb-list li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 90px;
}
/* line 214, ../sass/_page-sp.scss */
.charaThumb-list li:nth-child(3) {
  margin-right: 0;
}

/* line 218, ../sass/_page-sp.scss */
.charaArea-btn {
  float: right;
  margin-right: 10px;
  margin-top: 20px;
}

/*howto*/
/* line 224, ../sass/_page-sp.scss */
.howtoArea {
  height: auto;
}
/* line 226, ../sass/_page-sp.scss */
.howtoArea h2 {
  margin-bottom: 20px;
}

/*============================
another(index以外)
============================*/
/*---------------------------------
header
---------------------------------*/
/* line 238, ../sass/_page-sp.scss */
.sub-vis {
  background: url(../img/sp/bk-subtop-content.jpg) no-repeat center top;
  background-size: contain;
  width: 320px;
  height: 213px;
  position: relative;
  margin: 0 auto;
}

/* line 246, ../sass/_page-sp.scss */
.sub-vis h1 {
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
}

/* line 254, ../sass/_page-sp.scss */
.subvis-tittle {
  position: absolute;
  width: 320px;
  top: 160px;
  text-align: center;
}
/* line 259, ../sass/_page-sp.scss */
.subvis-tittle.inquiry05-subvisTittle {
  top: 141px;
}
/* line 261, ../sass/_page-sp.scss */
.subvis-tittle.inquiry05-subvisTittle img {
  height: 70px;
}
/* line 265, ../sass/_page-sp.scss */
.subvis-tittle.news-subvisTittle, .subvis-tittle.subvisTittle-contact, .subvis-tittle.subvisTittle-faq, .subvis-tittle.subvisTittle-rules, .subvis-tittle.subvisTittle-trade, .subvis-tittle.chara-subvisTittle {
  top: 156px;
  left: 0;
  right: 0;
  width: 55%;
  margin: 0 auto;
}
/* line 277, ../sass/_page-sp.scss */
.subvis-tittle.chara-subvisTittle {
  top: 157px;
  width: 70%;
}
/* line 281, ../sass/_page-sp.scss */
.subvis-tittle.subvisTittle-rules {
  width: 40%;
}
/* line 284, ../sass/_page-sp.scss */
.subvis-tittle.subvisTittle-privacy {
  top: 156px;
}
/* line 286, ../sass/_page-sp.scss */
.subvis-tittle.subvisTittle-privacy img {
  width: 90%;
}

/* line 291, ../sass/_page-sp.scss */
.page-top {
  background: url(../img/sp/bk-subbottom-content.jpg) no-repeat center top;
  background-size: contain;
  width: 320px;
  height: 140px;
  position: relative;
  margin: 0 auto;
}

/* line 299, ../sass/_page-sp.scss */
.page-top-mark {
  position: absolute;
  top: 25px;
  left: 130px;
}
/* line 303, ../sass/_page-sp.scss */
.page-top-mark img {
  height: 70px;
}

/*============================
chara
============================*/
/* line 310, ../sass/_page-sp.scss */
.more-bottom {
  z-index: 1;
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 320px;
  margin-left: -160px;
}
/* line 317, ../sass/_page-sp.scss */
.more-bottom img {
  height: 80px;
}

/* line 321, ../sass/_page-sp.scss */
.chara-content {
  margin: 0 auto;
  width: 300px;
  margin: 30px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
/* line 328, ../sass/_page-sp.scss */
.chara-content h2 {
  margin-left: 20px;
  margin-bottom: 20px;
}
/* line 331, ../sass/_page-sp.scss */
.chara-content h2 img {
  height: 50px;
}

/* line 336, ../sass/_page-sp.scss */
.chara-content ul {
  overflow: hidden;
}

/* line 339, ../sass/_page-sp.scss */
.chara-content li {
  float: left;
  width: 95px;
  margin: 0 2px;
}

/*============================
chara-info
============================*/
/* line 347, ../sass/_page-sp.scss */
.chara-info {
  position: relative;
  width: 300px;
  height: 550px;
  margin: 0 auto;
  padding: 30px 10px 0 10px;
}
/* line 353, ../sass/_page-sp.scss */
.chara-info h2 {
  position: relative;
}
/* line 356, ../sass/_page-sp.scss */
.chara-info dl, .chara-info ul {
  font-size: 98%;
  position: absolute;
  left: 10%;
  top: 20%;
  width: 250px;
  margin: 0 auto;
  line-height: 1.5;
  color: #fff;
  text-shadow: 4px -1px 8px #000000,5px 0px 8px #000000,3px -2px 8px #000000,4px -1px 8px #000000,4px -1px 8px #000000,4px -1px 8px #000000;
}
/* line 367, ../sass/_page-sp.scss */
.chara-info dt {
  font-size: 100%;
  margin-bottom: 15px;
}
/* line 371, ../sass/_page-sp.scss */
.chara-info dd, .chara-info li {
  font-size: 70%;
}

/* line 375, ../sass/_page-sp.scss */
.chara-voice {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
/* line 379, ../sass/_page-sp.scss */
.chara-voice li {
  float: left;
  margin-right: 15px;
}
/* line 383, ../sass/_page-sp.scss */
.chara-voice img {
  height: 35px;
}

/* line 387, ../sass/_page-sp.scss */
.navbar {
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
}
/* line 391, ../sass/_page-sp.scss */
.navbar li {
  float: left;
  margin-right: 3px;
}
/* line 395, ../sass/_page-sp.scss */
.navbar li:last-child {
  float: right;
  margin-right: 0;
}
/* line 399, ../sass/_page-sp.scss */
.navbar img {
  height: 65px;
}

/*============================
news
============================*/
/* line 406, ../sass/_page-sp.scss */
.newsArea {
  margin: 0 auto;
  width: 300px;
  margin-top: 30px;
  overflow: hidden;
}

/* line 412, ../sass/_page-sp.scss */
.news-text {
  font-size: 80%;
  line-height: 1.65;
  padding: 20px;
  color: #fff;
  overflow: hidden;
}
/* line 418, ../sass/_page-sp.scss */
.news-text dt {
  margin-top: 15px;
}
/* line 421, ../sass/_page-sp.scss */
.news-text dt:first-child {
  margin-top: 0;
}
/* line 424, ../sass/_page-sp.scss */
.news-text dd {
  margin-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
/* line 429, ../sass/_page-sp.scss */
.news-text dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 434, ../sass/_page-sp.scss */
.news-info-text {
  font-size: 80%;
  line-height: 1.65;
  padding: 20px;
  color: #fff;
  overflow: hidden;
}
/* line 440, ../sass/_page-sp.scss */
.news-info-text dt:nth-child(2) {
  padding-top: 5px;
  font-size: 130%;
  margin-bottom: 15px;
}
/* line 445, ../sass/_page-sp.scss */
.news-info-text dd {
  padding-bottom: 16px;
}
/* line 446, ../sass/_page-sp.scss */
.news-info-text dd h2 {
  font-size: 105%;
  line-height: 1.5;
  padding-bottom: 10px;
}
/* line 451, ../sass/_page-sp.scss */
.news-info-text dd h3 {
  font-size: 100%;
}

/* line 458, ../sass/_page-sp.scss */
.sub-btnLink {
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
/* line 467, ../sass/_page-sp.scss */
.sub-btnLink:hover {
  opacity: 0.7;
  border: 2px solid #fff;
}

/* line 472, ../sass/_page-sp.scss */
.sub-navbar {
  display: table;
  width: 320px;
  margin: 0 auto;
  padding: 30px 0;
}
/* line 477, ../sass/_page-sp.scss */
.sub-navbar li {
  display: table-cell;
  text-align: center;
}
/* line 481, ../sass/_page-sp.scss */
.sub-navbar li:last-child {
  margin-right: 0;
}

/*============================
privacy,trade,rules
============================*/
/* line 489, ../sass/_page-sp.scss */
.rulesArea {
  margin: 0 auto;
  width: 300px;
  margin-bottom: 50px;
  padding: 10px;
  color: #fff;
}
/* line 495, ../sass/_page-sp.scss */
.rulesArea address {
  font-style: normal;
}
/* line 498, ../sass/_page-sp.scss */
.rulesArea ol {
  list-style: none;
}
/* line 500, ../sass/_page-sp.scss */
.rulesArea ol span {
  padding-right: 5px;
}
/* line 503, ../sass/_page-sp.scss */
.rulesArea ol li {
  margin-bottom: 8px;
  line-height: 1.5;
}
/* line 508, ../sass/_page-sp.scss */
.rulesArea ul {
  list-style: disc;
  padding-left: 20px;
}
/* line 512, ../sass/_page-sp.scss */
.rulesArea .rules-addressArea {
  list-style: none;
}
/* line 515, ../sass/_page-sp.scss */
.rulesArea p {
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 12px;
}

/* line 521, ../sass/_page-sp.scss */
.rules-info-text {
  overflow: hidden;
  line-height: 1.8;
  font-size: 12px;
}
/* line 526, ../sass/_page-sp.scss */
.rules-info-text dt, .rules-info-text h2 {
  font-size: 130%;
  font-weight: bold;
}
/* line 530, ../sass/_page-sp.scss */
.rules-info-text dd {
  padding-left: 10px;
  padding-bottom: 20px;
}
/* line 534, ../sass/_page-sp.scss */
.rules-info-text p {
  padding-bottom: 16px;
}
/* line 537, ../sass/_page-sp.scss */
.rules-info-text ol {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: decimal;
}
/* line 541, ../sass/_page-sp.scss */
.rules-info-text ol ul {
  list-style: normal;
}
/* line 545, ../sass/_page-sp.scss */
.rules-info-text .prohibition {
  padding-bottom: 0px;
}

/*============================
regist(事前登録)
============================*/
/* line 552, ../sass/_page-sp.scss */
.registArea {
  margin: 0 auto;
  width: 300px;
  margin: 30px auto;
  overflow: hidden;
}

/* line 558, ../sass/_page-sp.scss */
.regist-cont_input {
  width: 280px;
  font-size: 90%;
  padding: 10px;
  margin: 20px auto;
  display: block;
  text-align: center;
}

/* line 566, ../sass/_page-sp.scss */
.regist-cont_mailbtn {
  width: 250px;
  margin: 5px auto;
  display: block;
  text-align: center;
}

/* line 572, ../sass/_page-sp.scss */
.regist-cont_mailbtn:last-child {
  margin-bottom: 30px;
}

/* line 575, ../sass/_page-sp.scss */
.regist-text {
  font-size: 85%;
  color: #fff;
  width: 250px;
  margin: 15px auto 0 auto;
  line-height: 1.5;
}

/* line 582, ../sass/_page-sp.scss */
.regist-attention {
  width: 300px;
  color: #fff;
  line-height: 1.65;
  margin: 0 auto 30px auto;
}
/* line 587, ../sass/_page-sp.scss */
.regist-attention h1 {
  font-size: 110%;
  margin-bottom: 10px;
  text-align: center;
}
/* line 592, ../sass/_page-sp.scss */
.regist-attention p {
  font-size: 75%;
}

/* line 596, ../sass/_page-sp.scss */
.registration {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
/* line 600, ../sass/_page-sp.scss */
.registration h2 {
  font-size: 120%;
  margin-bottom: 20px;
}
/* line 604, ../sass/_page-sp.scss */
.registration p {
  font-size: 80%;
}
/* line 607, ../sass/_page-sp.scss */
.registration li {
  display: inline;
}
/* line 610, ../sass/_page-sp.scss */
.registration img {
  width: 45%;
  padding: 20px 0;
}

/*============================
inquiry(お問い合わせ)
============================*/
/* line 618, ../sass/_page-sp.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: 300px;
  overflow: hidden;
  color: #000;
  padding: 20px;
  margin: 30px auto 0 auto;
}
/* line 626, ../sass/_page-sp.scss */
.inquiry-before-Area h1 {
  font-size: 130%;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
}
/* line 631, ../sass/_page-sp.scss */
.inquiry-before-Area p {
  font-size: 85%;
  line-height: 1.5;
  padding: 20px 0;
}
/* line 636, ../sass/_page-sp.scss */
.inquiry-before-Area p:last-child {
  padding-bottom: 0;
}
/* line 639, ../sass/_page-sp.scss */
.inquiry-before-Area a::before {
  content: "\003e";
  color: #FF0004;
  position: absolute;
  top: 0;
  left: 20px;
}

/* line 647, ../sass/_page-sp.scss */
.inquiry-before-btn {
  position: relative;
  width: 200px;
  font-size: 120%;
  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 664, ../sass/_page-sp.scss */
.inquiryArea {
  width: 300px;
  overflow: hidden;
  color: #000;
  margin: 20px auto;
  padding: 20px;
}
/* line 670, ../sass/_page-sp.scss */
.inquiryArea h1 {
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
  margin-bottom: 20px;
}
/* line 677, ../sass/_page-sp.scss */
.inquiryArea a::before {
  content: "\003e";
  color: #FF0004;
  position: absolute;
  top: 16px;
  left: 10px;
}

/* line 685, ../sass/_page-sp.scss */
.inquiry-btn {
  position: relative;
  width: 260px;
  background-color: #fff;
  margin: 15px auto;
  display: block;
  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);
}
/* line 697, ../sass/_page-sp.scss */
.inquiry-btn p {
  font-size: 90%;
  color: #000;
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding: 15px 10px 15px 25px;
}

/* line 705, ../sass/_page-sp.scss */
.inquiry-text {
  width: 300px;
  color: #fff;
  margin: 0 auto 30px auto;
}
/* line 709, ../sass/_page-sp.scss */
.inquiry-text dt {
  font-size: 130%;
  margin-bottom: 20px;
}
/* line 714, ../sass/_page-sp.scss */
.inquiry-text dd {
  font-size: 80%;
  margin-bottom: 20px;
  line-height: 1.5;
}

/*============================
faq(よくある質問)
============================*/
/* line 724, ../sass/_page-sp.scss */
.qArea,
.aArea {
  margin: 0 auto;
  width: 300px;
  margin: 30px auto;
  overflow: hidden;
  padding: 30px 20px;
}

/* line 732, ../sass/_page-sp.scss */
.qArea {
  list-style-type: decimal;
  color: #fff;
}
/* line 735, ../sass/_page-sp.scss */
.qArea h2 {
  font-size: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin: 50px auto 15px auto;
  color: #fff;
}
/* line 742, ../sass/_page-sp.scss */
.qArea h2:first-child {
  margin: 0 auto 15px auto;
}
/* line 745, ../sass/_page-sp.scss */
.qArea a {
  color: #fff;
}
/* line 748, ../sass/_page-sp.scss */
.qArea ol {
  padding-left: 15px;
}
/* line 751, ../sass/_page-sp.scss */
.qArea li {
  margin: 20px auto;
  line-height: 1.5;
  font-size: 80%;
}

/* line 757, ../sass/_page-sp.scss */
.aArea {
  color: #fff;
}
/* line 759, ../sass/_page-sp.scss */
.aArea h2 {
  width: 260px;
  font-size: 100%;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 10px 0;
  margin-bottom: 16px;
  color: #fff;
}
/* line 768, ../sass/_page-sp.scss */
.aArea h3 {
  font-size: 85%;
  line-height: 1.5;
}
/* line 772, ../sass/_page-sp.scss */
.aArea h4 {
  font-size: 80%;
  line-height: 1.5;
  padding-bottom: 16px;
}
/* line 777, ../sass/_page-sp.scss */
.aArea dt {
  font-size: 90%;
}
/* line 780, ../sass/_page-sp.scss */
.aArea dt:first-child {
  margin-top: 20px;
}
/* line 783, ../sass/_page-sp.scss */
.aArea dd {
  line-height: 1.5;
}
/* line 787, ../sass/_page-sp.scss */
.aArea p {
  font-size: 75%;
  padding-bottom: 16px;
  line-height: 1.5;
}

/* line 793, ../sass/_page-sp.scss */
.faq_q {
  background: url(../img/sp/inquiry_q.png) no-repeat 0 2px;
  background-size: 15px 15px;
  padding-left: 22px;
  margin-bottom: 20px;
}

/* line 799, ../sass/_page-sp.scss */
.faq_a {
  background: url(../img/sp/inquiry_a.png) no-repeat 0 2px;
  background-size: 15px 15px;
  padding-left: 22px;
  margin-bottom: 10px;
}

/* line 805, ../sass/_page-sp.scss */
.link_pagetop {
  width: 70px;
  margin-left: auto;
}

/* line 809, ../sass/_page-sp.scss */
.link_pagetop_text {
  font-size: 70%;
  color: #f69d9d;
}

/* line 813, ../sass/_page-sp.scss */
.a_border {
  width: 260px;
  margin: 16px auto;
}

/* line 817, ../sass/_page-sp.scss */
.faqborder {
  width: 300px;
  border: none;
  border-bottom: 1px dashed #fff;
  margin: 70px auto;
}

/*============================
regist-camp(事前登録キャンペーン)
============================*/
/* line 827, ../sass/_page-sp.scss */
.camp-vis {
  background: url(../img/sp/regist-camp-top.png) no-repeat center top;
  background-size: contain;
  width: 320px;
  height: 130px;
  position: relative;
  margin: 0 auto;
}

/* line 835, ../sass/_page-sp.scss */
.camp-title {
  width: 300px;
  margin: 0px auto;
  padding: 30px 0;
}

/* line 840, ../sass/_page-sp.scss */
.camp-preRegist-bn {
  margin: 0 auto;
  width: 300px;
  padding: 40px 10px;
  margin-bottom: 100px;
}
/* line 845, ../sass/_page-sp.scss */
.camp-preRegist-bn h2 {
  text-align: center;
  margin-bottom: 20px;
}
/* line 849, ../sass/_page-sp.scss */
.camp-preRegist-bn li {
  width: 320px;
  float: left;
  margin-right: 10px;
}
/* line 854, ../sass/_page-sp.scss */
.camp-preRegist-bn li:last-child {
  margin: 0;
}

/* line 858, ../sass/_page-sp.scss */
.camp-box {
  margin: 0 auto;
  width: 300px;
  margin-bottom: 50px;
}
/* line 861, ../sass/_page-sp.scss */
.camp-box h2 {
  text-align: center;
  margin: 50px 0 10px 0;
}
/* line 865, ../sass/_page-sp.scss */
.camp-box p {
  width: 280px;
  color: #fff;
  font-size: 75%;
  text-align: center;
  margin: 0 auto 20px auto;
  line-height: 1.5;
}

/* line 875, ../sass/_page-sp.scss */
.stepup-cont li {
  position: relative;
  padding: 5px 0;
  text-align: center;
  width: 300px;
}

/* line 882, ../sass/_page-sp.scss */
.preregister-stamp {
  background: url(../img/sp/preregister-stamp.png) no-repeat;
  display: inline-block;
  position: absolute;
  height: 90px;
  width: 90px;
  background-size: 100%;
  top: -15px;
  right: 0px;
}

/* line 892, ../sass/_page-sp.scss */
.autographs {
  width: 300px;
  margin: 0 auto;
}

/* line 896, ../sass/_page-sp.scss */
.autographs-into {
  height: 220px;
  width: 150px;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
/* line 902, ../sass/_page-sp.scss */
.autographs-into li {
  padding: 10px 0;
  position: relative;
}
/* line 905, ../sass/_page-sp.scss */
.autographs-into li img {
  width: 80%;
  height: 80%;
}

/* line 911, ../sass/_page-sp.scss */
.autographs-stamp {
  background: url(../img/sp/autographs-stamp.png) no-repeat;
  display: inline-block;
  position: absolute;
  height: 50%;
  width: 100%;
  background-size: 50%;
  top: -20px;
  left: -7px;
}

/* line 921, ../sass/_page-sp.scss */
.camp-period {
  width: 300px;
  margin: 0 auto 30px auto;
  border: 3px solid #fff;
}
/* line 926, ../sass/_page-sp.scss */
.camp-period h3 {
  color: #000;
  font-size: 110%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
/* line 933, ../sass/_page-sp.scss */
.camp-period p {
  font-size: 80%;
  padding: 10px;
  margin: 0 auto;
}

/* line 939, ../sass/_page-sp.scss */
.camp-buttons {
  width: 300px;
  margin: 0 auto 50px auto;
}
/* line 942, ../sass/_page-sp.scss */
.camp-buttons li {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s;
  border: 2px solid #fff;
  font-weight: bold;
  width: 80%;
  margin: 0 auto 20px auto;
  padding: 10px 0;
}

/* line 955, ../sass/_page-sp.scss */
.twpresent-into {
  width: 300px;
  margin: 0 auto;
}
/* line 958, ../sass/_page-sp.scss */
.twpresent-into dt {
  padding: 10px 0;
}
/* line 961, ../sass/_page-sp.scss */
.twpresent-into dt img {
  width: 100%;
  height: 100%;
}
/* line 965, ../sass/_page-sp.scss */
.twpresent-into dd {
  text-align: center;
  margin-bottom: 30px;
}

/* line 970, ../sass/_page-sp.scss */
.camp-description {
  width: 300px;
  font-size: 90%;
  margin: 20px auto;
}
/* line 974, ../sass/_page-sp.scss */
.camp-description p {
  margin: 5px auto;
  font-size: 80%;
}
/* line 978, ../sass/_page-sp.scss */
.camp-description p:first-child img {
  width: 40%;
}
/* line 981, ../sass/_page-sp.scss */
.camp-description img {
  width: 70%;
}

/* line 986, ../sass/_page-sp.scss */
.sub-content_wrapper {
  height: 95%;
  width: 95%;
}

/* line 991, ../sass/_page-sp.scss */
.sub-content {
  margin: 0 auto;
  width: 280px;
}

/* line 995, ../sass/_page-sp.scss */
.applyrules-tittle {
  font-size: 90%;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 20px 0 5px 0;
}

/* line 1001, ../sass/_page-sp.scss */
.article-cont {
  border: 3px solid #fff;
  margin: 0 auto;
  padding: 26px;
  color: #fff;
  line-height: 1.7;
  height: auto;
  overflow-x: scroll;
}
/* line 1010, ../sass/_page-sp.scss */
.article-cont p {
  margin-bottom: 10px;
  font-size: 75%;
}
/* line 1014, ../sass/_page-sp.scss */
.article-cont ol {
  padding-left: 20px;
  font-size: 75%;
  list-style-type: decimal;
}

/* line 1022, ../sass/_page-sp.scss */
.camp-page-title {
  text-align: center;
  padding: 0 0 30px 0;
}
/* line 1025, ../sass/_page-sp.scss */
.camp-page-title img {
  height: 36px;
}

/* line 1031, ../sass/_page-sp.scss */
#cboxClose {
  background: url(../img/pc/btn-closed.png) no-repeat left top !important;
  background-size: contain !important;
  text-indent: -9999px;
  height: 25px  !important;
  width: 25px !important;
  top: -30px;
}

/*============================
utility
============================*/
/* line 1043, ../sass/_page-sp.scss */
.ut-hidden {
  visibility: hidden;
}

/*-------------------------------
▼ 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;
}

/*---------------------------------
▲ modalCSS ▲
---------------------------------*/
/*============================
inquiry（フォーム部分）
============================*/
/*============================
inquiry（フォーム部分）
============================*/
/* line 15, ../sass/_inquiry-sp.scss */
.inquiry-section {
  margin: 0 auto;
  width: 300px;
  margin-bottom: 50px;
  font-size: 12px;
}

/* line 22, ../sass/_inquiry-sp.scss */
.breadcrumbs {
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  margin: 0 auto;
  width: 300px;
  padding-top: 10px;
}
/* line 29, ../sass/_inquiry-sp.scss */
.breadcrumbs li {
  display: inline-block;
  list-style: none;
  padding-bottom: 10px;
}
/* line 33, ../sass/_inquiry-sp.scss */
.breadcrumbs li a {
  border-bottom: 1px solid #fff;
}
/* line 35, ../sass/_inquiry-sp.scss */
.breadcrumbs li a:hover {
  border: none;
}
/* line 39, ../sass/_inquiry-sp.scss */
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
/* line 44, ../sass/_inquiry-sp.scss */
.breadcrumbs li:last-child::after {
  content: none;
}

/* line 49, ../sass/_inquiry-sp.scss */
.mb20 {
  padding: 3px;
  border: solid 1px #333;
}

/* line 53, ../sass/_inquiry-sp.scss */
.clearfix {
  margin-bottom: 10px;
}

/* line 56, ../sass/_inquiry-sp.scss */
.input-mail {
  margin-bottom: 10px;
}

/* line 59, ../sass/_inquiry-sp.scss */
.submit-btn {
  display: block;
  height: 50px;
  width: 100px;
  margin: 0 auto;
  background: url(../img/sp/btn_send.png) no-repeat left top;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}

/* line 70, ../sass/_inquiry-sp.scss */
.input-short {
  width: 35%;
  padding: 0;
}

/* line 74, ../sass/_inquiry-sp.scss */
.form-inputArea {
  width: 100%;
}

/* line 78, ../sass/_inquiry-sp.scss */
.form-inputDetail {
  margin-bottom: 10px;
  height: 120px;
  resize: vertical;
}

/* line 83, ../sass/_inquiry-sp.scss */
.input-full {
  width: 100%;
}

/* line 86, ../sass/_inquiry-sp.scss */
.pb {
  padding-bottom: 10px;
}

/* line 89, ../sass/_inquiry-sp.scss */
.pb20 {
  padding-bottom: 20px;
}

/* line 93, ../sass/_inquiry-sp.scss */
.pageTitle-billingSP, .pageTitle-changeSP, .pageTitle-gameSP, .pageTitle-gameRequestSP, .pageTitle-ruleSP, .pageTitle-errorSP {
  text-align: center;
  font-size: 18px;
}

/* line 98, ../sass/_inquiry-sp.scss */
.pageTitle-errorSP {
  padding: 30px 10px;
}

/* line 101, ../sass/_inquiry-sp.scss */
.inquiry-form {
  color: #fff;
  margin: 0 auto;
  padding-bottom: 10px;
}

/* line 106, ../sass/_inquiry-sp.scss */
.inquiry-table {
  width: 300px;
  table-layout: fixed;
  margin: 0 auto 10px;
  width: 300px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
/* line 114, ../sass/_inquiry-sp.scss */
.inquiry-table th,
.inquiry-table td {
  line-height: 1.2;
}
/* line 118, ../sass/_inquiry-sp.scss */
.inquiry-table th {
  background: url(../img/sp/block-bk.png) left top;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: block;
}
/* line 125, ../sass/_inquiry-sp.scss */
.inquiry-table td {
  background: #000;
  padding: 10px;
  display: block;
}
/* line 130, ../sass/_inquiry-sp.scss */
.inquiry-table select,
.inquiry-table input[type="text"],
.inquiry-table textarea {
  border: 2px solid #ccc;
  padding: 5px;
}
/* line 136, ../sass/_inquiry-sp.scss */
.inquiry-table .nest-table {
  border: 2px solid #fff;
  margin-bottom: 10px;
  width: 100%;
}
/* line 140, ../sass/_inquiry-sp.scss */
.inquiry-table .nest-table th,
.inquiry-table .nest-table td {
  background: transparent;
  border: none;
  display: block;
  display: table-cell;
  padding: 2px;
  vertical-align: middle;
}
/* line 150, ../sass/_inquiry-sp.scss */
.inquiry-table .nest-table th {
  font-size: 11px;
  width: 22%;
}
/* line 154, ../sass/_inquiry-sp.scss */
.inquiry-table .nest-table td {
  width: 78%;
}

/* line 160, ../sass/_inquiry-sp.scss */
.req-item {
  color: #e60012;
  font-weight: bold;
}

/* line 164, ../sass/_inquiry-sp.scss */
.attention-txt {
  color: #FF0004;
  line-height: 1.5;
  padding: 3px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 176, ../sass/_inquiry-sp.scss */
.cautionMark {
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  width: 70px;
}

/* line 183, ../sass/_inquiry-sp.scss */
.link-btn {
  background: #fff;
  border-radius: 5px;
  color: #705d4e;
  font-weight: normal;
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}


/*20180516 OverWrite CSS*/
.subvis-tittle.subvisTittle-rules {
    width: 90%;
}
.subvis-tittle.news-subvisTittle,.subvis-tittle.subvisTittle-contact {
    width: 70%;
}
