@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, ol {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
}

/*------ CSS RESET ここまで ------*/
.sub-contents h2, header .header.logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.page-top {
  opacity: 0;
  transition: 0.5s;
}

.scroll-top {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: 0.5s;
}

/*コンテンツ全体レイアウト
----------------------------------*/
body {
  background: #fff url(../img/bodyBg.png) 0 0;
}

p {
  line-height: 1.75;
}

.innerWrapper {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.main-contents, .sub-contents {
  background: #fff;
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
  background: #fff;
}

.main-contents {
  width: 76.0416666667%;
  float: right;
}
@media screen and (max-width: 870px) {
  .main-contents {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .main-contents {
    float: none;
  }
}

.sub-contents {
  width: 23.9583333333%;
  float: left;
}
@media screen and (max-width: 870px) {
  .sub-contents {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  .sub-contents {
    float: none;
  }
}

.txt-shadow {
  text-shadow: 1px 1px 2px #333, -1px -1px 2px #333, 1px 0px 2px #333, -1px 0px 2px #333;
}

/*コンテンツ全体レイアウト ここまで
----------------------------------*/
/*headerレイアウト
----------------------------------*/
header {
  background: url(../img/headerBg.png) repeat-x 0 0;
  height: 90px;
}
header .innerWrapper {
  position: relative;
}
header .header.logo a {
  position: absolute;
  width: 498px;
  left: 0;
  top: 1.2em;
  background: url(../img/logo.png) no-repeat 0 0/contain;
  height: 50px;
}
@media screen and (max-width: 870px) {
  header .header.logo a {
    width: 100%;
    background: url(../img/logo.png) no-repeat center center/contain;
  }
}
header p {
  color: white;
  padding-bottom: 60px;
  line-height: 1.8;
  font-size: 0.8em;
}
@media screen and (max-width: 870px) {
  header p {
    padding: 0.2em;
    font-size: 0.4em;
    line-height: 1.3;
  }
}

/*headerレイアウト ここまで
----------------------------------*/
/*main-contentsレイアウト
----------------------------------*/
.main-contents .contens-box {
  padding: 0 1.5em;
}
.main-contents h2 {
  background: url(../img/titleBg.png) no-repeat 0 0/cover;
  color: white;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  padding-top: 15.2054794521%;
  position: relative;
}
.main-contents h2 span {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.main-contents p {
  margin-bottom: 1em;
}
.main-contents p.page-top {
  margin-bottom: 0;
}
.main-contents h3 {
  margin-bottom: 1em;
}
.main-contents section {
  margin-bottom: 1.5em;
}
.main-contents .page-top > p {
  background: #dcc098;
  padding: 0.5em;
  border-radius: 5px 5px 0 0;
  float: right;
  margin: 0;
}
.main-contents .page-top > p a {
  display: block;
  color: white;
}
.main-contents .page-top > p:hover {
  background: #e9d7be;
  cursor: pointer;
}

/* index.htmlのメインコンテンツ設定
-------------------------------------*/
.index .main-contents table, .index .main-contents th, .index .main-contents td {
  border-collapse: collapse;
  border: 1px solid #fff;
  background: #e9d7be;
  color: #000;
}
.index .main-contents th, .index .main-contents td {
  line-height: 1.75;
  font-size: 0.9em;
  padding: 0.5em;
}
.index .main-contents table {
  width: 100%;
}
.index .main-contents th {
  width: 20%;
}
.index .main-contents td {
  width: 80%;
}
.index .main-contents td > span {
  display: block;
}
.index .main-contents .caution th, .index .main-contents .caution td {
  line-height: 1.4;
}
.index .main-contents .caution th {
  width: 10px;
  font-size: 0.6em;
}

/* index.htmlのメインコンテンツ設定 ここまで
-------------------------------------*/
/* playing のメインコンテンツ設定
-------------------------------------*/
.playing .border-box {
  padding: 0 1.5em;
  margin-bottom: 0;
}
.playing .border-box .contens-box {
  padding: 1em;
  border: 1px solid rgb(194, 194, 194);
  border-bottom: none;
}
.playing .border-box .contens-box table, .playing .border-box .contens-box th, .playing .border-box .contens-box td {
  border-collapse: collapse;
  border: 1px solid rgb(194, 194, 194);
}
.playing .border-box .contens-box .inner-box {
  padding: 1em;
  border: 1px solid rgb(194, 194, 194);
}
.playing .border-box:last-of-type {
  margin-bottom: 1.5em;
}
.playing .border-box:last-of-type .contens-box {
  border-bottom: 1px solid rgb(194, 194, 194);
}
.playing .border-box h4 {
  margin-bottom: 1.5em;
}
.playing .border-box h5 {
  margin-bottom: 1em;
}
.playing .border-box h5 + p {
  text-indent: 1em;
  margin-bottom: 2.5em;
}
.playing .border-box h5 + p > span {
  display: block;
}
.playing .border-box h5:nth-of-type(2) + p {
  margin-bottom: 0;
}
.playing .install ul {
  list-style: disc;
  margin-bottom: 2.5em;
  padding: 1em;
}
.playing .install .uninstall ~ p {
  font-size: 0.9em;
}
.playing .install .uninstall ~ p > span {
  display: block;
}
.playing .gamestart ol {
  list-style: decimal;
  padding: 1em;
}
.playing .gamestart dt {
  margin-bottom: 0.5em;
  padding-top: 1em;
}
.playing .gamestart dd {
  line-height: 1.4;
}
.playing .install li, .playing .gamestart li {
  font-size: 0.9em;
  line-height: 1.75;
  margin-bottom: 0.5em;
}
.playing .install li > span, .playing .gamestart li > span {
  display: block;
}
.playing .inner-box p:first-of-type, .playing .inner-box h5 + p {
  text-align: center;
}
.playing .title th, .playing .title td {
  padding: 0.5em;
  font-size: 0.8em;
  line-height: 1.4;
}
.playing .title th {
  width: 30%;
  text-align: left;
}
.playing .title td > span {
  display: block;
}
.playing .adv .inner-box th, .playing .adv .inner-box td {
  padding: 0.5em;
  font-size: 0.8em;
  line-height: 1.4;
}
.playing .adv .inner-box th {
  width: 10%;
  text-align: center;
}
.playing .adv .inner-box th + td {
  text-align: center;
  width: 20%;
}
.playing .adv .inner-box td + td {
  width: 70%;
}
.playing .adv .inner-box td > span {
  display: block;
}
.playing .adv .inner-box td > img {
  width: 50%;
}
.playing .save-load h4 + p {
  text-align: center;
  margin-bottom: 2em;
}
.playing .save-load li {
  line-height: 1.75;
  margin-bottom: 1.5em;
}
.playing .save-load li:last-child {
  margin-bottom: 0;
}
.playing .save-load span {
  display: block;
}
.playing .save-load li > img {
  vertical-align: middle;
}
.playing .save-load ol {
  margin-bottom: 4em;
}
.playing .save-load ol:last-child {
  margin-bottom: 0;
}
.playing .backlog p:first-of-type {
  margin-bottom: 2em;
}
.playing .backlog li {
  line-height: 1.75;
  margin-bottom: 1.5em;
}
.playing .backlog li:last-child {
  margin-bottom: 0;
}
.playing .backlog li > span {
  display: block;
}
.playing .backlog li img {
  vertical-align: middle;
}
.playing .config table {
  margin-bottom: 2.5em;
  width: 100%;
}
.playing .config table th, .playing .config table td {
  line-height: 1.75;
  padding: 0.25em;
  box-sizing: border-box;
}
.playing .config table th {
  width: 30%;
}
.playing .config table td {
  width: 70%;
}
.playing .game-end li {
  line-height: 1.75;
}

/* playing のメインコンテンツ設定 ここまで
-------------------------------------*/
/* support のメインコンテンツ設定
-------------------------------------*/
.support .border-box section {
  padding: 1.5em 1em;
  border: 1px solid rgb(194, 194, 194);
  margin-bottom: 0;
}
.support .border-box section:not(:last-child) {
  border-bottom: none;
}
.support .border-box section h4 {
  margin-bottom: 1.5em;
}
.support .border-box section h4 + p {
  text-indent: 1em;
}
.support .border-box section dt, .support .border-box section dd {
  line-height: 1.75;
}
.support .border-box section dt {
  font-weight: bold;
}
.support .border-box section dd {
  margin-bottom: 1.5em;
  text-indent: 1em;
  font-size: 0.9em;
}
.support .border-box section dd:last-child {
  margin-bottom: 1em;
}
.support .border-box section dd > a {
  text-decoration: underline;
}
.support .border-box section table, .support .border-box section th, .support .border-box section td {
  border-collapse: collapse;
  border: 1px solid rgb(194, 194, 194);
}
.support .border-box section table {
  margin-bottom: 2.5em;
  width: 100%;
}
.support .border-box section table th, .support .border-box section table td {
  line-height: 1.75;
  padding: 0.25em;
  box-sizing: border-box;
}
.support .border-box section table th {
  width: 30%;
}
.support .border-box section table td {
  width: 70%;
  font-size: 0.9em;
  padding: 1em;
}
.support .border-box section table td > span {
  display: block;
  margin-bottom: 1em;
}
.support .border-box section table td strong {
  color: red;
}
.support .border-box section ol {
  list-style: decimal;
  padding: 1.5em;
}
.support .border-box section ol > li {
  line-height: 1.75;
  margin-bottom: 0.5em;
}
.support .border-box section ol ul > li {
  line-height: 1.7;
  font-size: 0.8em;
}

/* support のメインコンテンツ設定 ここまで
-------------------------------------*/
/*main-contentsレイアウト ここまで
----------------------------------*/
/*sub-contentsレイアウト
----------------------------------*/
.sub-contents {
  overflow: hidden;
}
.sub-contents a {
  color: black;
}
.sub-contents .nav-fix {
  position: fixed;
  top: 0;
  width: 230px;
}
.sub-contents .sp-nav {
  font-family: "Nico Moji";
  width: 55px;
  height: 55px;
  border-radius: 5px;
  background: rgb(255, 205, 98);
  color: white;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  display: none;
}
.sub-contents .sp-nav:hover {
  background: rgb(253, 145, 125);
  cursor: pointer;
}
@media screen and (max-width: 870px) {
  .sub-contents .sp-nav {
    position: fixed;
    bottom: 0;
    display: block;
  }
}
.sub-contents .nav {
  background: white;
}
@media screen and (max-width: 870px) {
  .sub-contents .nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 0.3s;
    z-index: 10;
  }
  .sub-contents .nav.draw {
    left: 0%;
    transition: 0.3s;
  }
}
.sub-contents .nav li {
  line-height: 55px;
  text-align: right;
  background: url(../img/navmenu.png) no-repeat right 0;
  box-sizing: border-box;
}
.sub-contents .nav li a {
  display: block;
  padding: 0 1.5em;
  border-bottom: #777 solid 1px;
  font-size: 0.8em;
}
.sub-contents .nav li:hover {
  background: #e9d7be;
}
.sub-contents .nav li:hover a {
  color: #777;
}
@media screen and (max-width: 870px) {
  .sub-contents .nav li {
    float: left;
  }
}
@media screen and (max-width: 870px) and (max-width: 732px) {
  .sub-contents .nav li {
    width: 33%;
    line-height: 45px;
  }
}
@media screen and (max-width: 870px) and (max-width: 639px) {
  .sub-contents .nav li {
    width: 50%;
    line-height: 55px;
  }
}
@media screen and (max-width: 870px) {
  .sub-contents .nav li a {
    text-align: center;
    padding: 0;
  }
}
.sub-contents .banner {
  padding: 0 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 870px) {
  .sub-contents .banner {
    float: left;
    width: 50%;
  }
}
.sub-contents .banner li {
  margin-bottom: 2em;
}
.sub-contents .parallel-info {
  width: calc(100% - 2em);
  margin: auto;
  padding: 1em;
  box-sizing: border-box;
  background: #E7EEF5 url(../img/sideBg.png) 0 0/contain no-repeat;
  border-radius: 5px;
}
@media screen and (max-width: 870px) {
  .sub-contents .parallel-info {
    float: left;
    width: 50%;
  }
}
.sub-contents .parallel-info h2 {
  text-indent: 0%;
  white-space: wrap;
  overflow: visible;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1em;
}
.sub-contents .parallel-info p {
  font-size: 0.5em;
}

/*sub-contentsレイアウト ここまで
----------------------------------*/
/*footerレイアウト
----------------------------------*/
footer {
  width: 100%;
  background: #e9d7be;
}
footer p {
  color: rgb(44, 44, 44);
  text-align: center;
  padding: 1em 0 4em;
}

/*footerレイアウト ここまで
----------------------------------*//*# sourceMappingURL=style.css.map */