@charset "UTF-8";
* ul {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

body {
  background: #ffffff;
}

.wrap{ position: relative; background:  url(../img/bg.jpg) no-repeat  center top;}

body .header {
  overflow: hidden;
  position: relative;
  z-index: 14;
  height: 980px;
}

body .header #g_menu {
  position: relative;
  background: url(../img/top_menu.png), rgba(0,0,0,.5);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0;
  padding: 0;
  z-index: 14;
}

body .header #g_menu > ul {
  background-image: url(../img/top_menu_on.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  justify-content: center;
  width: 996px;
  margin: 0 auto;
}

body .header #g_menu > ul > li {
  width: 166px;
  height: 60px;
}

body .header #g_menu > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

body .header #g_menu > ul > li #news_menu_sub,
body .header #g_menu > ul > li #support_menu_sub {
  width: 166px;
  position: absolute;
  overflow: hidden;
  z-index: 1000;
  background-color: #2b2b2b;
}

body .header #g_menu > ul > li #news_menu_sub li,
body .header #g_menu > ul > li #support_menu_sub li {
  font-size: 90%;
  text-align: center;
  padding: 7px 0;
}

body .header #g_menu > ul > li #news_menu_sub li a,
body .header #g_menu > ul > li #support_menu_sub li a {
  font-weight: bold;
  color: #fff;
}

body .header .gamement {
  position: absolute;
  left: 50%;
  z-index: 13;
  margin-left: -520px;
  margin-top: 426px;
  display: block;
  width: 278px;
  height: 206px;
  background-image: url(../img/game_repair.png);
  /*filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));*/
  opacity: 1;
}

body .header .gamestart2,
body .header .gamestart {
  position: absolute;
  left: 50%;
  z-index: 13;
  margin-left: -520px;
  margin-top: 399px;
  display: block;
  width: 278px;
  height: 206px;
  background-image: url(../img/start.png);
  /*filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));*/
  opacity: 1;
}

body .header .gamestart2:hover,
body .header .gamestart:hover {
  margin-top: 378px;
  background-image: url(../img/start_on.png);
  /*filter: drop-shadow(3px 3px 3px transparent);*/
}

body .header .gamestart a {
  display: block;
  height: 100%;
  width: 100%;
}
body .header .gamelogin {
  position: absolute;
  left: 50%;
  z-index: 13;
  margin-left: -520px;
  margin-top: 379px;
  display: block;
  width: 279px;
  height: 282px;
  background-image:url(../img/game_login.png);
  /*filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));*/
  opacity: 1;
}

body .header .gamelogin:hover {
  margin-top: 378px;
  background-image:url(../img/game_login_on.png);
  /*filter: drop-shadow(3px 3px 3px transparent);*/
}

body .header .gamelogin a {
  display: block;
  height: 100%;
  width: 100%;
}
body .header .gamerepair {
  position: absolute;
  left: 50%;
  z-index: 13;
  margin-left: -520px;
  margin-top: 379px;
  display: block;
  width: 279px;
  height: 282px;
  background-image:url(../img/game_repair.png);
  /*filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));*/
  opacity: 1;
}

body .header .gamerepair a {
  display: block;
  height: 100%;
  width: 100%;
}

body .header > img,
body .header .bg_chara,
body .header #pv {
  position: absolute;
  left: 50%;
  z-index: 13;
}

body #top_title {
  overflow: hidden;
  width: 100%;
  height: 905px;
  position: absolute;
  top: 60px;
}

body #top_title > img,
body #top_title .bg_chara,
body #top_title #pv {
  position: absolute;
  left: 50%;
  z-index: 13;
}

body #top_title #title {
  margin-left: -143px;
  margin-top: 277px;
  /*! width:289px; */
  /*! height:189px; */
}

body #top_title #copy {
  margin-left: 386px;
  margin-top: 67px;
  display: none;
}

body #top_title #pv {
  display: block;
  width: 150px;
  height: 125px;
  background: url(../img/pv.png) no-repeat;
  margin-left: 225px;
  margin-top: 345px;
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);*/
  text-indent: -9999px;
  z-index: 9999;
}

body #top_title #c1 {
  background: url("../img/c1.png") top left no-repeat;
  width: 640px;
  height: 479px;
  margin-left: -80px;
  margin-top: 290px;
  z-index: 12;
  animation-delay: 0s;
}

body #top_title #c2 {
  background: url("../img/c2.png") top left no-repeat;
  width: 581px;
  height: 835px;
  margin-left: 205px;
  margin-top: 10px;
  z-index: 11;
  animation-delay: 0.15s;
}

body #top_title #c3 {
  background: url("../img/c3.png") top left no-repeat;
  width: 640px;
  height: 833px;
  margin-left: -260px;
  margin-top: -150px;
  z-index: 10;
  animation-delay: 0.3s;
}

body #top_title #login {
  font-size: 14px;
  background: url(../img/login_form_bg.png) no-repeat center bottom;
  border-radius: 4px;
  width: 256px;
  height: 265px;
  padding: 20px 24px;
  position: relative;
  top: 629px;
  left: 50%;
  margin-left: -505px;
  z-index: 100;
  /*ログイン状態*/
  color: #eee;
}

body #top_title #login input {
  /*border-radius: 4px;*/
  border: #2f3d65 1px solid;
  width: 203px;
  margin-bottom: 7px;
  padding-left: 5px;
}

body #top_title #login .submit,
body #top_title #login #touroku {
  text-align: center;
  background: #f4c954;
  width: 203px;
  height: 28px;
  border: none;
  border-radius: 4px;
  border-bottom: #c67d1b 2px solid;
  color: #ffffff;
  margin-bottom: 5px;
  padding-top: 3px;
  text-shadow: 1px 1px 1px rgba(213, 132, 26, 0.5);
  font-weight:bold;
}

body #top_title #login #touroku {
  display: block;
  background: #f4c954;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(213, 132, 26, 0.5);
  font-size:14px;
}

body #top_title #login a {
  color: #eee;
  text-decoration: underline;
  font-size: 10px;
}

body #top_title #login a:hover {
  text-decoration: none;
}

body #top_title #login p {
  text-align: right;
  margin-bottom: 2px;
}

body #top_title #login #oid {
  display: flex;
  justify-content: flex-end;
  width: 203px;
  margin-bottom: 5px;
}

body #top_title #login #oid span {
  font-size: 12px;
  font-weight: bolder;
  line-height: 35px;
  vertical-align: middle;
  margin-right: auto;
  color: #eee;
}

body #top_title #login #oid ul {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

body #top_title #login #oid ul li {
  margin: 0 3px;
}

/*body #top_title #login #oid ul li img {
  margin: 0 5px;
  width: 20px; height: 20px;
}*/

body #top_title #login .index_logged .top {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

body #top_title #login .index_logged .box {
  display: flex;
  justify-content: center;
}

body #top_title #login .index_logged .box .login_name_icn img {
  border-radius: 4px;
  border: #000 1px solid;
}

body #top_title #login .index_logged .box .login_name_box {
  text-align: left;
  padding-left: 10px;
}

body #top_title #login .index_logged .box .login_name_box p {
  text-align: left;
}

body #top_title #login .index_logged .box .login_name_box .login_name_01,
body #top_title #login .index_logged .box .login_name_box .login_buy {
  margin: 0 0 10px 0;
  background-color: #fff;
  /*border-radius: 4px;*/
  border: #2f3d65 1px solid;
  padding: 0 5px;
  color: #333;
}

body #top_title #login .index_logged .box .login_name_box .login_bk {
  text-align: center;
  background: #ffc807;
  width: 150px;
  height: 29px;
  border: none;
  border-radius: 4px;
  border-bottom: #48330c 2px solid;
  color: #ffffff;
  margin-top: 20px;
  padding-top: 3px;
}

body #top_title #login .index_logged .box .login_name_box .login_bk a {
  color: #fff;
  font-size: 12px;
}

body #top_title #login form input:nth-child(5) {
  width: 115px;
}

body #top_title .columnbanner {
  position: absolute;
  top: 629px;
  left: 50%;
  margin-left: -235px;
  width: 740px;
  height: 265px;
  background: #000;
  /*border-radius: 5px;*/
  z-index: 14;
  overflow: hidden;
}
body main{
	background:url(../img/main_bg.jpg) no-repeat center bottom;
}
body main #top_bn, body main #bottom_bn {
  /*! background-image:url(../img/bn_bg.jpg); */
  /*! background-repeat: no-repeat; */
  /*! background-position: center; */
  background-size: 100% 160px;
  height: 160px;
  width:100%;
  background: rgba(255,255,255,.6);
  box-shadow: 3px 0px 3px #000;
}

body main #top_bn ul, body main #bottom_bn ul {
  display: flex;
  justify-content: center;
}

body main #top_bn ul li, body main #bottom_bn ul li {
  width: 244px;
  margin: 35px 5px 0px 5px;
}

body main #top_bn ul li img, body main #bottom_bn ul li img {
  border-radius: 4px;
  /*border: #000 solid 1px;*/
}

body main #news {
  /*background: rgba(255, 255, 255, 0.8);*/
  overflow: hidden;
  padding-bottom: 40px;
}

body main #news #news_wrapper {
  width: 1008px;
  margin: 0 auto;
}

body main #news #news_wrapper #news_title {
  margin-top: 30px;
  clear: both;
  display: none;
}

body main #news #news_wrapper #notice {
  background: url(../img/news_bg.png) no-repeat;
  width: 746px;
  height: 514px;
  float: left;
  margin-top: 10px;
  padding:10px 30px;
}

body main #news #news_wrapper #notice .notice_tabs_list ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-bottom:1px solid #dae0e8;
}

body main #news #news_wrapper #notice .notice_tabs_list ul li {
  /*background: #365c80;*/
  color: #231815;
  cursor: pointer;
  /*width: 124px;*/
 padding: 0px 20px;
  height: 30px;
  /*border-width: 1px 1px 1px 1px;*/
  /*border-color: #365c80;*/
  /*border-style: solid;*/
  margin-right: 2px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  transition: 0.5s ease-in;
  margin:15px 0px;
}

body main #news #news_wrapper #notice .notice_tabs_list ul li:hover {
  background: transparent;
  color: #cc503d;
}

body main #news #news_wrapper #notice .notice_tabs_list ul .active {
  /*border-width: 0px 0px 2px 0px;
  border-color: #cc503d;
  border-style: solid;*/
  background: #43020d;
  border-radius:8px 8px 0 0;
  color: #fff;
}

body main #news #news_wrapper #notice .notice_tabs_list ul li.active:hover {
  background: transparent;
}

body main #news #news_wrapper #notice .tabs {
  border-width: 0px 0px 0px 0px;
  border-color: #365c80;
  border-style: solid;
}

body main #news #news_wrapper #notice .tabs ul li {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  padding-bottom: 25px;
}

body main #news #news_wrapper #notice .tabs ul li ul li {
  /*background: url(../img/news_line.png) no-repeat center bottom;*/
  padding: 5px 10px 5px 20px;
  position: relative;
  display: block;
}

body main #news #news_wrapper #notice .tabs ul li ul li a{ color: #442709; padding-left:40px;}
body main #news #news_wrapper #notice .tabs ul li ul li a:hover{ color: #644847;}

body main #news #news_wrapper #notice .tabs ul li ul li .t1 {
  font-size: 14px;
}

body main #news #news_wrapper #notice .tabs ul li ul li .t3 {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}

body main #news #news_wrapper #notice .tabs ul li ul li .icon {
  width: 50px;
  height: 15px;
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
}

body main #news #news_wrapper #notice .tabs ul li ul li .ic_type20 {
  background-image: url(../img/label_news.png);
}

body main #news #news_wrapper #notice .tabs ul li ul li .ic_type21 {
  background-image: url(../img/label_event.png);
}

body main #news #news_wrapper #notice .tabs ul li ul li .ic_type22 {
  background-image: url(../img/label_update.png);
}

body main #news #news_wrapper #notice .tabs ul li ul li .ic_type23 {
  background-image: url(../img/label_mainte.png);
}

body main #news #news_wrapper #notice .tabs ul li .morebtn {
  margin-top: 10px;
  float: right;
  background: url(../img/more_btn.png) no-repeat;
  width: 84px;
  height: 23px;
  display: block;
}

body main #news #news_wrapper #notice .tabs ul li .morebtn a {
  /*display: block;
  height: 100%;
  background: #6a4a35;
  border-radius: 4px;
  border-top: 0px solid #6a4a35;
  border-bottom: 2px solid #48330c;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  transition: 0.5s ease-out;*/
 text-indent: -9999999px;
 display: block;
}

body main #news #news_wrapper #notice .tabs ul li .morebtn a:hover {
  /*color: #ffffff;
  background: #6a4a35;
  border-top: 2px solid #6a4a35;
  border-bottom: 0px solid #48330c;
  text-decoration: none;*/
}

body main #news #news_wrapper #twitter {
  background: url(../img/tw_bg.png) no-repeat;
  width: 252px;
  height: 501px;
  float: right;
  padding: 60px 20px 15px 20px;
  margin-top: 10px;
}

body main #news #news_wrapper #twitter .timeline-Header-title {
  font-size: 10px;
}

body main #bottom_bn {
  background-image: url(../img/line2.jpg), url(../img/line2.jpg), url(../img/bn_bg.jpg);
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-position: center top, center bottom, center center;
  background-size: auto, auto, cover;
}

body main #bottom_bn ul li {
  width: 240px;
  margin: 32px 10px 0px 10px;
}

body main #spec {
  /*background-image: url(../img/spec_bg.png);
  background-repeat: no-repeat, repeat;
  background-position: center center, left top;
  background-size: auto, cover;*/
  height: 300px;
  background: #ece2d8;
}

body main #spec #spec_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

body main #spec #spec_wrapper table {
  width: 800px;
  margin: 0 auto;
  font-size: 12px;
  background: rgba(255,255,255,0.5);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  /*! outline: 50px rgba(255,255,255,0.5) solid; */
}

body main #spec #spec_wrapper table tr {
  /*border-bottom: 1px solid #000;*/
}

body main #spec #spec_wrapper table tr th {
  font-weight: normal;
  width: 150px;
  padding: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

body main #spec #spec_wrapper table tr td {
  padding: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

body main #spec #spec_wrapper table tr:last-child {
  border: none;
}

body .footer {
  background: #ffffff;
  padding: 20px;
  position: relative;
}

body .footer .foot {
  z-index: 10000;
  display: flex;
  justify-content: center;
  font-size: 13px;
}

body .footer img {
  width: 186px;
  height: 69px;
}

body .footer div {
  margin: 10px 10px 10px 40px;
}

body .footer p {
  text-align: center;
  margin: 0px;
  line-height: 35px;
}

/* 2ndページ*/
.wrap_sp {
  background: url(../img/sc_chara_bg.jpg) no-repeat  center 0px;
}

.wrap_sp .header {
  height: 261px !important;
  width: 100%;
}

.wrap_sp .top_logo {
  margin: 5px auto 0 auto;
  width: 1000px;
  height: 187px;
  padding-left:30px;
}

.wrap_sp .top_logo a {
  background: url(../img/title.png) no-repeat;
  display: block;
  width: 285px;
  height: 187px;
}

.wrap_sp .pagecontent {
  width: 1000px;
  min-height: 580px;
  /*! background-image: url(../img/content_body.png); */
  /*! background-repeat: repeat-y; */
  /*! background-position: center center; */
  margin: 0 auto 50px auto;
}

.wrap_sp .pagecontent .subtitle .sp_page_right_top {
  font-size: 13px;
  text-align: right;
  padding: 10px 20px 0 0px;
  background: url(../img/content_body.png) center center repeat-y;
}

.wrap_sp .pagecontent #content_title {
  padding: 0;
  text-align: center;
  /*! filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); */
  background: url(../img/content_head.png) center top no-repeat;
  height: 86px;
  margin-bottom: 0;
}

.wrap_sp .pagecontent .title_line {
  display: block;
  width: 881px;
  margin: 0 auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.wrap_sp .pagecontent .about {
  text-align: center;
}

.wrap_sp .pagecontent .spcontain {
  padding: 20px 50px 50px 50px;
  font-size: 14px;
  background: url(../img/content_body.png) center repeat-y;
  min-height: 500px;
}
.wrap_sp .pagecontent .spbottom {
  background: url(../img/content_foot.png) center top no-repeat;
  height: 21px;
}
.wrap_sp .pagecontent .spcontain .spcontainer .page_tit {
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_tit h3 {
  
  text-align: left;
  padding: 0px 5px 5px 10px;
  margin: 0;
  /*! background: #e8d6be; */
  margin: 20px auto;
  padding: 10px 20px 10px;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  border:none;
  background: url(../img/sp_guide_title.png) no-repeat;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_tit .pages_date {
  font-size: 12px;
  line-height: 17px;
  padding-right: 10px;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital {
  padding: 10px 10px 30px 10px;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital table {
  outline: #6b604c solid 1px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 80%;
  margin-bottom: 10px;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital table th,
.wrap_sp .pagecontent .spcontain .spcontainer .page_dital table td {
  border: 1px solid #834b21;
  padding: 0.5em;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital table th {
  background: #9c6e4b;
  color: #fff;
  font-size:14px;
  padding:10px 35px;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h1,
.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h2,
.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h4,
.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h5,
.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h6 {
  margin: 0 0 10px 0;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h1 {
  font-size: 160%;
  color: #482700;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h2 {
  font-size: 150%;
  color: #68450f;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h4 {
  font-size: 140%;
  color: #8a651f;
  text-shadow: none;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h5 {
  font-size: 130%;
  color: #a57e2c;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital h6 {
  font-size: 120%;
  color: #be8e22;
}

.wrap_sp .pagecontent .spcontain .spcontainer .page_dital strong {
  color: #e48208;
}

.wrap_sp .pagecontent .spcontain .spcontainer .back_btn a {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background: #f4c954;
  border-bottom: 2px solid #704d22;
  font-weight:bold;
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li {
  border-bottom: 1px solid #000;
  padding: 8px 10px 5px 148px;
  position: relative;
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li a{ color: #3c3c3c;}
.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li a:hover{ color: #007BFF;}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li .t1 {
  font-size: 14px;
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li .t3 {
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li .icon {
  width: 50px;
  height: 15px;
  display: block;
  position: absolute;
  top: 13px;
  left: 90px;
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li .ic_type20 {
  background-image: url(../img/label_news.png);
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li .ic_type21 {
  background-image: url(../img/label_event.png);
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li .ic_type22 {
  background-image: url(../img/label_update.png);
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.spnotice li .ic_type23 {
  background-image: url(../img/label_mainte.png);
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.guide_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.guide_list > li {
  border: 2px solid #2a0c00;
  margin: 10px;
  width: 200px;
  padding: 0;
  display: block;
  border-radius: 6px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  font-weight:bold;
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.guide_list > li a {
  display: block;
  text-align: center;
  padding: 3px 0;
}

.wrap_sp .pagecontent .spcontain .spcontainer ul.guide_list > li a:hover {
  background: #8f692a;
  color: #fff;
}

.wrap_sp .pagecontent .spcontain .spcontainer .sppagination {
  text-align: center;
  padding-top: 20px;
}

.caution {
  color: red;
}

/* コンタクトフォーム */
.cateBox_tb {
  border: #000 1px solid;
  width: 800px;
  margin: 0 auto 20px auto;
}

.cateBox_tb > tbody > tr > th {
  background: #51433a;
  color: #fff;
  padding: 5px 10px;
  border-bottom: #000 1px solid;
  width: 200px;
}

.cateBox_tb > tbody > tr > th:last-of-type {
  border-bottom: #000 1px solid;
}

.cateBox_tb > tbody > tr > td {
  padding: 5px 10px;
  border-bottom: #000 1px solid;
}

.sub_tb td {
  padding: 5px 10px 5px 0;
}

.formbt {
  text-align: center;
}

.formbt .submit,
.formbt .back_button {
  padding: 5px 10px;
}

.spcontact .formbt .submit_button {background:url(../img/confirm_btn.png) 0 0 no-repeat;width:180px;height:40px;border:0;cursor:pointer;margin-left:282px;}
.spcontact .formbt .back_button {background:url(../img/confirm_btnreturn.png) 0 0 no-repeat;width:180px;height:40px;border:0;cursor:pointer;margin-left:100px;}
.spcontact .formbt .send_button {background:url(../img/send_button.png) 0 0 no-repeat;width:180px;height:40px;border:0;cursor:pointer;margin-left:100px;}
.return_button {background:url(../img/confirm_btnreturn.png) 0 0 no-repeat;width:180px;height:40px;border:0;cursor:pointer;margin-left:100px;}

.histry_tb {
  border: #000 1px solid;
  width: 800px;
  margin: 0 auto 20px auto;
}

.histry_tb > tbody > tr > th {
  background: #ccc;
  color: #000;
  padding: 5px 10px;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}

.histry_tb > tbody > tr > td {
  padding: 5px 10px;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}

.histry_tb .hist_title {
  width: 500px;
}

/* 購入ページ */
h3 {
  background: #e8d6be;
  margin: 20px auto;
  padding: 10px 20px 10px;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  border:2px #8a7b68 solid;
}

h3:first-child {
  margin-top: 0;
}

h3 label {
  margin: 0;
}

#buy_links {
  margin-bottom: 10px;
}

#buy_links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#buy_links ul li {
  background: url(../img/buy_icon.png);
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
  display: block;
  width: 250px;
  height: 120px;
  margin: 10px;
  text-align: right;
  line-height: 1.3em;
}

#buy_links ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 21px 15px 0 0;
  font-weight: bold;
  color: #000;
}

/*banner css*/
.columnbanner {
  position: relative;
  width: 740px;
  height: 265px;
  margin-bottom: 10px;
  background: #555;
}

#slides li {
  display: block;
  float: left;
  width: 740px;
  height: 265px;
}

#slides li a img {
  width: 740px;
  height: 265px;
}

#dots {
  position: absolute;
  padding: 0 10px;
  bottom: 3px;
  right: 15px;
  z-index: 99;
}

#dots li {
  float: left;
  margin: 5px;
}

#dots li a {
  width: 10px;
  display: block;
  height: 10px;
  background-color: #fff;
  border-radius: 15px;
}

#dots li.act a {
  background-color: #e87013;
  border: 1px solid #ab4d04;
}

/* 登録完了ページ*/
@media screen and (min-width: 981px) {
  #comp_wrap {
    background: url(../img/comp_bg.png) no-repeat center top;
    min-width: 980px;
    min-height: 600px;
    height: calc(100vh - 191px);
  }
  #comp_wrap h1 {
    position: absolute;
    width: 374px;
    height: 142px;
    left: 50%;
    margin: 170px 0 0 -400px;
  }
  #comp_wrap #comp_txt {
    width: 700px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin: 400px 0 0 -350px;
  }
  .comp_footer {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
    position: relative;
  }
  .comp_footer .foot {
    z-index: 10000;
    display: flex;
    justify-content: center;
    font-size: 13px;
  }
  .comp_footer img {
    width: 186px;
    height: 69px;
  }
  .comp_footer div {
    margin: 10px 10px 10px 40px;
  }
  .comp_footer p {
    text-align: center;
    margin: 0px;
    line-height: 35px;
  }
}

#gameform #comp_wrap {
  background: url(../img/comp_bg.png) no-repeat -540px top;
}

@media screen and (max-width: 980px) {
  #comp_wrap {
    width: 100%;
    height: calc(100vh - 163px);
    min-width: auto;
    min-height: 450px;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: url(../img/comp_bg.png) no-repeat center 10px;
    background-size: auto 320px;
  }
  #comp_logo {
    top: 80px;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
  }
  #comp_txt {
    position: absolute;
    left: 50%;
    top: 190px;
    margin-left: -50%;
    width: 98%;
  }
  #comp_txt img {
    width: 100%;
  }
  .comp_footer {
    background: white;
    text-align: center;
    font-size: 12px;
    height: 163px;
    overflow: hidden;
  }
  .comp_footer div.foot {
    width: 100%;
    display: block;
    margin: 0;
  }
  .comp_footer .foot_con {
    padding: 0 10px;
  }
  .comp_footer p a {
    display: inline-block;
    text-align: center;
    padding: 5px;
  }
  .comp_footer p a a {
    display: block;
    height: 100%;
  }
  .comp_footer div.foot_con,
  .comp_footer .ingame_icon {
    margin: 0;
  }
  .comp_footer img {
    margin: 0 auto;
    display: block;
  }
  .comp_footer p {
    margin: 0;
    padding: 0px 0 10px 0;
  }
}

#plattop * {
  box-sizing: content-box;
}

#loader-bg {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

#loader-bg img {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

#tsutaya .header .gamement,
#tsutaya .header .gamestart2,
#tsutaya .header .gamestart {
  position: absolute;
  left: 50%;
  z-index: 13;
  margin-left: -520px;
  margin-top: 359px;
}

#tsutaya .header .gamestart2:hover,
#tsutaya .header .gamestart:hover {
  margin-top: 358px;
}

#tsutaya #top_title {
  height: 965px;
  top: 5px;
}

#tsutaya #top_title #title {
  margin-left: -510px;
  margin-top: 35px;
}

#tsutaya #top_title #copy {
  margin-left: 386px;
  margin-top: 67px;
}

#tsutaya #top_title #pv {
  margin-left: -430px;
  margin-top: 370px;
}

#tsutaya #top_title #c1 {
  background: url("../img/c1.png") top left no-repeat;
  width: 640px;
  height: 479px;
  margin-left: -80px;
  margin-top: 240px;
  z-index: 12;
}

#tsutaya #top_title #c2 {
  background: url("../img/c2.png") top left no-repeat;
  width: 581px;
  height: 835px;
  margin-left: 205px;
  margin-top: 10px;
  z-index: 11;
}

#tsutaya #top_title #c3 {
  background: url("../img/c3.png") top left no-repeat;
  width: 640px;
  height: 833px;
  margin-left: -260px;
  margin-top: -140px;
  z-index: 10;
}

#tsutaya #top_title #login {
  display: none;
}

#tsutaya #top_title .columnbanner {
  top: 700px;
  left: 50%;
  margin-left: -360px;
}

body #vecter #g_menu {
  background-image: url(../img/top_menu_vecter.png);
}

body #vecter #g_menu > ul {
  width: 830px;
}

body #tog #g_menu {
  background-image: url(../img/top_menu_tog.png);
}

body #tog #g_menu > ul {
  width: 830px;
}

.ss {
  border: 4px solid #48330c;
  border-radius: 10px;
  margin: 0 15px 10px 0;
  float: left;
  clear: both;
  height: 400px;
}

#guide_story {
  display: block;
  margin: 0 auto;
  padding-bottom:20px;
}

.caution {
  color: red;
}

.spcontain {
  overflow: hidden;
}

.block {
  overflow: hidden;
  clear: both;
  margin: 0 auto 20px auto;
  line-height: 1.8em;
  font-size: 90%;
  width: 100%;
}
.block img{
	/*max-width:800px;
	max-height:400px;
	padding-right:10px;*/
	padding-bottom:10px;
}

.guide_title {
  text-shadow: 2px 1px 0px rgba(255,255,255,.6);
  font-weight: bold;
}

.short {
  width: 80%;
  margin: 0 auto 20px auto;
}

dl {
  overflow: hidden;
}

dt {
  float: left;
}

.spcontact .list_tt li {
  overflow: hidden;
  border-bottom: 1px dashed #23170e;
  margin: 5px 0;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 15px;
  padding: 5px;
}

.spcontact .list_tt li a {
  overflow: hidden;
  vertical-align: middle;
}

.spcontact .list_tt li .icon {
  text-indent: -9999px;
  margin-top: 2px;
  display: inline-block;
  width: 50px;
  height: 15px;
}

.spcontact .list_tt li .ch01 {
  background: url(../img/iconch.jpg) 0 0 no-repeat;
  text-indent: -9999;
}

.spcontact .list_tt li .ch02 {
  background: url(../img/iconch.jpg) 0 -15px no-repeat;
  text-indent: -9999;
}

.spcontact .list_tt li .ch03 {
  background: url(../img/iconch.jpg) 0 -30px no-repeat;
  text-indent: -9999;
}

.spcontact .list_tt li .title {
  margin-left: 1em;
  vertical-align: bottom;
}

.spcontact .list_tt li .days {
  float: right;
  display: table-cell;
  color: black;
  vertical-align: middle;
}

#chara .spcontain {
  padding: 0;
}

#chara .back_btn {
  margin-bottom: 30px;
}

#character_body > div {
  position: relative;
  z-index: 1000;
  margin-top: 100px;
}

#character_body {
  position: relative;
  height: 600px;
  margin: 0px 8px 30px 8px;
  overflow: hidden;
}

#character_body #c_list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px auto 0 auto;
  position: relative;
  z-index: 100000;
}

#character_body #c_list li {
  margin: 0 10px;
}

#character_body #c_list li img {
  border: 3px solid #472600;
  border-radius: 100px;
  background: #ffffff;
  transition: 0.5s ease;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}

#character_body #c_list li img.active {
  border-color: #f1a808;
}

#character_body #c_list li img:hover {
  border-color: #f1a808;
}

#character_body > img {
  position: absolute;
  z-index: 4;
}

#character_body .chara_img {
  position: absolute;
}

#character_body .chara_text {
  font-size: 60%;
  background: rgba(0, 0, 0, 0.5) url(../img/teaser/ct_l.png) no-repeat top center;
  background-size: 300px auto;
  color: #ffffff;
  width: 300px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 15;
  margin-left: 60px;
  text-shadow: #000000 1px 1px 5px;
}

#character_body .chara_text p {
  text-align: center;
}

#character_body .chara_text .name {
  text-align: center;
  display: block;
  font-size: 24px;
  padding: 20px 0 0 0;
  font-weight: bold;
}

#character_body .chara_text .cv {
  display: inline-block;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  padding: 0px 10px 0px 0;
  line-height: 14px;
  vertical-align: middle;
}

#character_body .chara_text .text {
  display: block;
  font-size: 11pt;
  padding: 0px 1em 30px 1em;
  background: url(../img/teaser/ct_l.png) no-repeat center bottom;
  background-size: 300px auto;
}

#character_body #ct1 .chara_img {
  top: -120px;
  left: 50%;
  margin-left: -650px;
}

#character_body #ct2 .chara_img {
  top: -110px;
  left: 50%;
  margin-left: -750px;
}

#character_body #ct3 .chara_img {
  top: -250px;
  left: 50%;
  margin-left: -670px;
}

#character_body #ct4 .chara_img {
  top: -350px;
  left: 50%;
  margin-left: -550px;
}

#character_body #ct5 .chara_img {
  top: -200px;
  left: 50%;
  margin-left: -880px;
}

#character_body #ct6 .chara_img {
  top: -110px;
  left: 50%;
  margin-left: -450px;
}

#character_body #ct7 .chara_img {
  top: -180px;
  left: 50%;
  margin-left: -420px;
}

#character_body #ct8 .chara_img {
  top: -200px;
  left: 50%;
  margin-left: -580px;
}

#character_body #ct9 .chara_img {
  top: -150px;
  left: 50%;
  margin-left: -495px;
}

#character_body:before {
  content: "";
  position: absolute;
  background: url(../img/teaser/chara_bg.jpg) center center/cover no-repeat;
  width: 100%;
  height: 600px;
  z-index: 2;
  top: 0px;
}

#character_body:after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, white 0%, rgba(247, 242, 222, 0) 5%, rgba(247, 242, 222, 0) 95%, white 100%);
  width: 100%;
  height: 600px;
  z-index: 5;
  top: 0px;
}

.allow_l,
.allow_r {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  height: 104px;
  width: 64px;
  z-index: 100000;
  text-indent: -9999px;
}

.allow_l {
  background: url(../img/teaser/allow_l.png);
  left: 20px;
}

.allow_r {
  background: url(../img/teaser/allow_r.png);
  right: 20px;
}

.voice_btn {
  display: inline-block;
  text-decoration: none;
  color: rgba(152, 152, 152, 0.73);
  /*アイコン色*/
  width: 80px;
  height: 24px;
  line-height: 14px;
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
}

.voice_btn span {
  line-height: 24px;
  vertical-align: middle;
}

.voice_btn:hover {
  color: rgba(152, 152, 152, 0.73);
  text-decoration: none;
}

.voice_btn:active {
  /*押したとき*/
  background-image: linear-gradient(#efefef 0%, #d6d6d6 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: none;
}

.f {
  background: url(../img/icon_f.png) no-repeat left top;
  line-height: 30px;
  padding: 0px 30px 0px 40px;
  display: inline-block;
  margin-bottom: 5px;
}

.q {
  background: url(../img/icon_q.png) no-repeat left top;
  line-height: 30px;
  display: inline-block;
  padding: 0px 30px 0px 40px;
  margin:5px 0px;
}
.a {
  background: url(../img/icon_a.png) no-repeat left top;
  line-height: 30px;
  display: inline-block;
  padding: 0px 30px 0px 40px;
  margin:5px 0px;
}

.faq_block {
  border-radius: 6px;
  padding: 10px;
  background: #e8d6be;
  color: #231815;
  font-size: 18px;
  border:2px #8a7b68 solid;
}
a{color:#442709;}
.spcontain .spcontainer .block table {
  outline: #6b604c solid 1px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 80%;
  margin-bottom: 10px;
}

.spcontain .spcontainer .block table th,
.spcontain .spcontainer .block table td {
  border: 1px solid #6b604c;
  padding: 0.5em;
  font-size:13px;
}

.spcontain .spcontainer .block table th {
  background: #51433a;
  color: #fff;
  font-size:14px;
  padding:10px 35px 10px 35px;
}
.wrap_sp .pagecontent .spcontain .spcontainer .main{
	width:900px;
	margin:0 auto;
	position:relative;
	padding:20px 15px;
	}
.wrap_sp .pagecontent .spcontain .spcontainer .clearfix{
	display:block;
	}
	
.wrap_sp .pagecontent .spcontain .spcontainer dl dt {
    float: left;
    background: #ffca70;
    width: 140px;
    margin: 7px 0px 0px 20px;
    line-height:32px;
    font-weight: bold;
	text-align:center;
	color:#000;
	}
.wrap_sp .pagecontent .spcontain .spcontainer dl dd{
	margin-left:155px;
	padding:10px 20px;
	}	
.wrap_sp .pagecontent .spcontain .spcontainer dl .wh50 input{
	width:50px;
	}
.wrap_sp .pagecontent .spcontain .spcontainer dl dd input{
	width:500px;
	}
	
.wrap_sp .pagecontent .spcontain .spcontainer .contact_text {
    color: #666;
    border: 1px solid #fff8dc;
    width: 450px;
    height: 200px;
    padding: 2px;
	}
	
.wrap_sp .pagecontent .spcontain .spcontainer .contact_bt {
    text-align: right;
    width: 900px;
    padding-right: 50px;
    margin: 10px 0px;
	}
.chara_tit{padding:5px 10px;}
.chara_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}	
.chara_list li{
	margin:10px;
	width:124px;
}
.chara_list li p { text-align:center;}
.wjjs_mod1 .wjjs_tx{
	display:block;
	float:left;
	max-width:280px;
}
.wjjs_mod1 img {float:left;}
.wjjs_mod1 .rt{width:421px; position:absolute; left:52%; background:rgba(255,255,255,.6); padding:0 10px;}

.rt{/*float:right;*/}
.wjjs_js1{
	padding:10px 0;
	border-bottom:1px solid #1f1f1f;
}
.wjjs_js1 p , .wjjs_js2 p , .wjjs_js3 p {
	font-size:14px;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
.wjjs_js1 p span{
	font-size:24px;
	font-weight:bold;
}
.wjjs_js2{
	padding:10px 10px;
	border-bottom:1px solid #1f1f1f;
	background:#e8d6be;
}
.wjjs_js3{
	padding:10px 0;
}
.bs{
	font-size:24px;
	font-weight:bold;
}
.wj_sp{padding-right:40px;}
.wj_b{
	font-size:14px; 
	font-weight:bold;
	box-shadow:none!important;
	outline:none!important;
}
.wj_b th,.wj_b td{
	background:none!important;
	border:none!important;
	color:#000!important;
	padding:0px 30px 0px 0px !important;
}
.js3_tit{
	font-size:18px;
	font-weight:bold;
	color:#a20303;
}
.wjjs_js3 strong{
	font-size:15px;
}
.chara_t{
	font-size:16px;
	margin:0 auto;
	font-weight:bold;
	text-align:center;
		}
.chara_sss{color:#8c7602;}
.chara_ss{color:#ae1916;}
.chara_s{color:#8b4306;}
.chara_a{color:#51058c;}
.chara_b{color:#0967a9;}