h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #fffed8;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  border: none;
  vertical-align: bottom
}

ol,
ul,
li {
  list-style: none;

  padding: 0;
  margin: 0;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  /* overflow-y: scroll; */
}

.clear {
  clear: both;
}

/* END CSS Initialization */

/*HTML5*/
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*ENDHTML5*/

body {
  background: url(../img/bg_repeat.jpg) repeat;
}

header {
  position: relative;
}

@media (min-width: 1279px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: 1280px;
  }

}

/* pc */

body .header {
  overflow: hidden;
  position: relative;
  z-index: 14;
  width: 100%;
  height: 960px;
}

body .header .gamestart2,
body .header .gamestart {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 13;
  margin-top: 212px;
  margin-left: -310px;
  display: block;
  width: 658px;
  height: 228px;
  background: url(../img/start_btn.png) no-repeat;
  background-size: 100%;
  transition: 0.5s ease;
  opacity: 1;
}

body .header .gamestart2 a,
.header .gamelogin a,
body .header .gamestart a,
body .header .game_advance a {
  display: block;
  height: 100%;
  width: 100%;
}

body .header .gamement {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 13;
  margin-top: 200px;
  margin-left: -310px;
  display: block;
  width: 658px;
  height: 228px;
  background: url(../img/btn_end.png) no-repeat;
  transition: 0.5s ease;
  opacity: 1;
}

body #top_title {
  overflow: hidden;
  width: 100%;
  height: 1070px;
  position: absolute;
  top: 0px;
  background: url(../img/bg.jpg) center top no-repeat;
  background-size: 100%;
}

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

body #top_title #title {
  width: 400;
  height: auto;
  left: 50%;
  top: 50px;
  position: absolute;
  margin-left: -610px;
}

body #top_title #copy {
  left: 50%;
  margin-left: -420px;
  top: 398px;
  width: 875px;
  position: absolute;
}

body main {
  position: relative;
  background: url(../img/ingame_bg2.jpg) no-repeat center top;
  background-size: cover;
  padding: 0;
}

body main #gameguide .toptitle>img {
  width: 1000px;
}

body main #world .toptitle>img {
  width: 800px;
}

body main .toptitle {
  text-align: center;
  margin: 40px 0;
}

/* swiper */
#gameguide .topguide-con {
  width: 100%;
  height: 590px;
}

.toptitle {
  text-align: center;
  margin-top: 2%;
}

.swiper-container {
  width: 100%;
  height: auto;
  max-width: 1050px;
}

.swiper-wrapper {
  height: 10%;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.65);
  opacity: 0.55;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(0.9);
  z-index: 10;
  opacity: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  transform: scale(0.5);
}

.swiper-button-prev {
  left: 10% !important;
  width: 125px !important;
}

.swiper-button-next {
  right: 10% !important;
  width: 125px !important;
}

#gameguide .topguide-con .swiper-container .swiper-wrapper div {
  background: rgba(0, 0, 0, 0);
}

.swiper-wrapper .swiper-slide img {
  width: 125%;
}

#world picture img {
  width: 65%;
  margin: 0 auto;
  margin-top: -109px;
}

.world-one {
  display: block;
}

.world-two {
  display: none;
}

/* spec */
body main #spec {
  background: #1f1f1f;
  border-top: 2px solid #eae1bf;
  height: 350px;
  width: 100%;
  margin: 40px auto 0;
  background-size: 100% auto;
}

#spec_box {
  width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

body main #spec #spec_wrapper {
  width: 600px;
  height: 300px;
  float: left;
}

body main #spec #spec_wrapper table {
  width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 16px;
  border-top: 1px solid #eae1bf;
  border: 1px solid #eae1bf;
}

body main #spec #spec_wrapper table tr {
  border: 1px solid #eae1bf;
}

body main #spec #spec_wrapper table tr th {
  font-weight: normal;
  width: 150px;
  padding: 10px;
  color: #eae1bf;
  border: 1px solid #eae1bf;
  text-align: center;
}

body main #spec #spec_wrapper table tr td {
  padding: 10px;
  color: #eae1bf;
}

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

body main #spec #spec_wrapper p {
  color: #eae1bf;
  display: block;
  border: 1px solid #eae1bf;
  border-top: none;
  padding: 10px;
}

.icon {
  width: 270px;
}

.icon img {
  width: 100%;
  border: 2px solid #eae1bf;
  margin-left: 0.4rem;
  min-width: 226px;
  border-radius: 15px;
  margin-top: 10px;
}

.company_info {
  background: #fff;
  padding: 20px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company_info img {
  width: 186px;
  height: 69px;
}

.company_info div {
  margin: 0px 0px 0px 40px;
}

.company_info ul {
  margin-bottom: 0px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}

.company_info ul li a {
  color: #007bff;
  background-color: transparent;
}

.company_info ul li a:hover {
  color: #005ec2;
  background-color: transparent;
}

.company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}

.company_info p {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  color: #000;
}

/* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â§Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«Ãƒâ€šÃ‚Â¯ */
@media screen and (max-width:415px) {
  body .header {
    height: 505px;
  }

  body main {
    background: url(../img/sp/bg2.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    padding: 0;
  }

  body .header .gamestart2,
  body .header .gamestart {
    top: 82% !important;
    left: 15% !important;
    margin-top: 0;
    margin-left: 0;
    width: 68%;
    height: 100px;
    background: url(../img/start_btn.png) no-repeat;
    background-size: 100%;
    transition: 0.5s ease;
    opacity: 1;
  }

  body .header .gamement {
    top: 76% !important;
    left: 15% !important;
    margin-top: 0;
    margin-left: 0;
    width: 70%;
    height: 100px;
    background: url(../img/btn_end.png) no-repeat;
    background-size: 100%;
    transition: 0.5s ease;
    opacity: 1;
  }

  body #top_title {
    margin-top: 0px;
    padding-top: 10px;
    background: url(../img/sp/sp_bg.jpg) center top no-repeat;
    background-size: 100%;
  }

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

  body #top_title #title {
    margin-left: 0;
    left: 1% !important;
    top: 1% !important;
    margin-top: 0;
    margin-right: 4rem;
    padding: 0;
    width: 40% !important;
  }

  body #top_title #copy {
    width: 86%;
    left: 6% !important;
    margin-left: 0;
    top: 19% !important;
  }

  body main {
    position: relative;
  }

  /*topstory*/
  body main .topstory .topprize {
    width: 1000px;
    margin: 0 auto;
  }

  body main .toptitle {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 8%;
  }

  body main #world .toptitle {
    margin-top: 15%;
  }

  body main .topstory .topstory-con {
    padding-top: 0;
    padding-bottom: 0;
    background: url(../img/word_bg.png) no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: 234px;
  }

  body main .topstory .topstory-con>img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  body main #gameguide .toptitle>img {
    width: 100%;
  }

  body main #world .toptitle>img {
    width: 80%;
  }

  #world picture img {
    width: 90%;
    margin-top: 0;
  }

  #gameguide .topguide-con {
    width: 100%;
    height: 400px;
  }

  #gameguide .topguide-con .swiper-container {
    width: 100%;
    height: 488px;
    max-width: 1050px;
  }

  .swiper-container .swiper-wrapper {
    height: 86%;
  }

  .swiper-wrapper .swiper-slide img {
    width: 266%;
  }

  #gameguide .topguide-con .swiper-button-prev {
    left: 0 !important;
    position: absolute;
    width: 60px;
    top: 41%;
  }

  #gameguide .topguide-con .swiper-button-next {
    right: 0% !important;
    position: absolute;
    width: 60px;
    top: 41%;
  }

  .swiper-container {
    width: 100%;
    height: auto;
    max-width: 1050px;
  }

  .world-one {
    display: none;
  }

  .world-two {
    display: block;
  }

  /* spec */
  body main #spec {
    background: #1f1f1f;
    border-top: 2px solid #f3eca9;
    height: 710px;
    margin: 0 auto;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 15px;
  }

  #spec_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  body main #spec #spec_wrapper {
    width: 100%;
    padding: 0 5px;
  }

  body main #spec .spec_wrapper .inner {
    width: 1000px;
    height: 328px;
    position: relative;
    overflow: hidden;
  }

  body main #spec #spec_wrapper table {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    border-top: 1px solid #eae1bf;
    border: 1px solid #eae1bf;
  }

  body main #spec #spec_wrapper table tr {
    border: 1px solid #eae1bf;
  }

  body main #spec #spec_wrapper table tr th {
    font-weight: normal;
    width: 150px;
    padding: 8px;
    color: #eae1bf;
    border: 1px solid #eae1bf;
    text-align: center;
  }

  body main #spec #spec_wrapper table tr td {
    padding: 8px;
    color: #eae1bf;
  }

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

  .icon {
    width: 270px;
    margin-top: 107px;
  }

  body main #spec #spec_wrapper p {
    width: 90%;
    color: #eae1bf;
    display: block;
    margin: 0 auto;
    border: 1px solid #eae1bf;
    border-top: none;
    padding: 10px 0px;
  }
}

@media only screen and (min-width:370px) and (max-width:380px) {
  body main #spec {
    background: #1f1f1f;
    border-top: 2px solid #f3eca9;
    height: 676px;
    margin: 0 auto;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 15px;
  }

  #spec_box {
    width: 100%;
    margin: 0 auto;
    margin-top: -22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #gameguide .topguide-con {
    height: 442px;
  }

  .icon {
    margin-top: 96px;
  }
}

@media only screen and (min-width:410px) and (max-width:418px) {
  #gameguide .topguide-con .swiper-container {
    width: 100%;
    height: 570px;
    max-width: 1050px;
  }

  #gameguide .topguide-con {
    width: 100%;
    height: 468px;
  }

  body .header {
    height: 536px;
  }

  body .header .gamestart2,
  body .header .gamestart {
    top: 82% !important;
  }

  body main #spec {
    background: #1f1f1f;
    border-top: 2px solid #f3eca9;
    height: 690px;
    margin: 0 auto;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 20px;
  }

  #spec_box {
    width: 100%;
    margin: 0 auto;
    margin-top: -25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  body main #spec #spec_wrapper {
    width: 100%;
    padding: 0 5px;
    margin-top: -15px;
  }

  .icon {
    margin-top: 86px;
  }
}

@media only screen and (min-width:318px) and (max-width:322px) {
  body .header {
    overflow: hidden;
    z-index: 14;
    width: 100%;
    height: 414px;
  }

  body .header .gamestart2,
  body .header .gamestart {
    top: 83% !important;
    left: 15% !important;
    margin-top: 0;
    margin-left: 0;
    width: 68%;
    height: 100px;
    background: url(../img/start_btn.png) no-repeat;
    background-size: 100%;
    transition: 0.5s ease;
    opacity: 1;
  }

  body main #spec {
    background: #1f1f1f;
    border-top: 2px solid #f3eca9;
    height: 759px;
    margin: 0 auto;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 15px;
  }

  #gameguide .topguide-con .swiper-container {
    width: 100%;
    height: 441px;
    max-width: 1050px;
  }

  .swiper-wrapper .swiper-slide img {
    width: 270%;
  }

  #gameguide .topguide-con {
    width: 100%;
    height: 370px;
  }

  #spec_box {
    width: 100%;
    margin: 0 auto;
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  body main #spec #spec_wrapper {
    width: 100%;
    padding: 0 5px;
    margin-top: 0px;
  }

  .icon {
    margin-top: 168px;
  }
}

@media only screen and (min-width:380px) and (max-width:390px) {

  body .header .gamestart2,
  body .header .gamestart {
    top: 82% !important;
    width: 68%;
    background: url(../img/start_btn.png) no-repeat;
    background-size: 100%;
    transition: 0.5s ease;
    opacity: 1;
  }

  body main #world .toptitle {
    margin-top: 20%;
  }

  #spec_box {
    margin-top: -23px;
  }
}

@media only screen and (min-width:370px) and (max-width:380px) {
  body .header {
    height: 485px;
  }
}

@media only screen and (min-width:415px) and (max-width:450px) {
  body .header {
    height: 554px;
  }

  body main {
    background: url(../img/sp/bg2.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    padding: 0;
    margin-top: -44px;
  }

  body .header .gamestart2,
  body .header .gamestart {
    top: 82% !important;
    left: 15% !important;
    margin-top: 0;
    margin-left: 0;
    width: 68%;
    height: 100px;
    background: url(../img/start_btn.png) no-repeat;
    background-size: 100%;
    transition: 0.5s ease;
    opacity: 1;
  }

  body .header .gamement {
    top: 76% !important;
    left: 15% !important;
    margin-top: 0;
    margin-left: 0;
    width: 70%;
    height: 100px;
    background: url(../img/btn_end.png) no-repeat;
    background-size: 100%;
    transition: 0.5s ease;
    opacity: 1;
  }

  body #top_title {
    margin-top: 0px;
    padding-top: 10px;
    background: url(../img/sp/sp_bg.jpg) center top no-repeat;
    background-size: 100%;
  }

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

  body #top_title #title {
    margin-left: 0;
    left: 1% !important;
    top: 1% !important;
    margin-top: 0;
    margin-right: 4rem;
    padding: 0;
    width: 40% !important;
  }

  body #top_title #copy {
    width: 86%;
    left: 6% !important;
    margin-left: 0;
    top: 19% !important;
  }

  body main {
    position: relative;
  }

  /*topstory*/
  body main .topstory .topprize {
    width: 1000px;
    margin: 0 auto;
  }

  body main .toptitle {
    text-align: center;
    margin: 18% 0 10px 0;
  }

  body main .topstory .topstory-con {
    padding-top: 0;
    padding-bottom: 0;
    background: url(../img/word_bg.png) no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: 234px;
  }

  body main .topstory .topstory-con>img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  body main #gameguide .toptitle>img {
    width: 88%;
  }

  body main #world .toptitle>img {
    width: 80%;
  }

  #world picture img {
    width: 90%;
    margin-top: 0;
  }

  #gameguide .topguide-con {
    width: 100%;
    height: 400px;
  }

  #gameguide .topguide-con .swiper-container {
    width: 100%;
    height: 488px;
    max-width: 1050px;
  }

  .swiper-container .swiper-wrapper {
    height: 86%;
  }

  .swiper-wrapper .swiper-slide img {
    width: 266%;
  }

  #gameguide .topguide-con .swiper-button-prev {
    left: 0 !important;
    position: absolute;
    width: 60px;
    top: 41%;
  }

  #gameguide .topguide-con .swiper-button-next {
    right: 0% !important;
    position: absolute;
    width: 60px;
    top: 41%;
  }

  .swiper-container {
    width: 100%;
    height: auto;
    max-width: 1050px;
  }

  .world-one {
    display: none;
  }

  .world-two {
    display: block;
  }

  /* spec */
  body main #spec {
    background: #1f1f1f;
    border-top: 2px solid #f3eca9;
    height: 710px;
    margin: 0 auto;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 15px;
  }

  #spec_box {
    width: 100%;
    margin: 0 auto;
    /* margin-top: 30px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  body main #spec #spec_wrapper {
    width: 100%;
    padding: 0 5px;
  }

  body main #spec .spec_wrapper .inner {
    width: 1000px;
    height: 328px;
    position: relative;
    overflow: hidden;
  }

  body main #spec #spec_wrapper table {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    border-top: 1px solid #eae1bf;
    border: 1px solid #eae1bf;
  }

  body main #spec #spec_wrapper table tr {
    border: 1px solid #eae1bf;
  }

  body main #spec #spec_wrapper table tr th {
    font-weight: normal;
    width: 150px;
    padding: 8px;
    color: #eae1bf;
    border: 1px solid #eae1bf;
    text-align: center;
  }

  body main #spec #spec_wrapper table tr td {
    padding: 8px;
    color: #eae1bf;
  }

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

  .icon {
    width: 270px;
    margin-top: 72px;
  }

  body main #spec #spec_wrapper p {
    width: 90%;
    color: #eae1bf;
    display: block;
    margin: 0 auto;
    border: 1px solid #eae1bf;
    border-top: none;
    padding: 10px 0px;
  }
}