@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :topics.css
 style info :トピックスのスタイル
=================================================================== */
/* ==========================================================
    HIDDEN
  ========================================================== */
@media screen and (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}
/* ==========================================================
    BASE
  ========================================================== */
body {
  background: url(../../image/topics/bg.gif) repeat 0 0;
}

@media screen and (max-width: 750px) {
  img {
    width: 100%;
    height: auto;
  }
}

/* ==========================================================
    HEADER
  ========================================================== */
header {
  background: #fff;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 751px) {
  header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  header {
    margin-bottom: 3vw;
  }
}
header .inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 950px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    padding: 2vw 0;
  }
}
header .inner .logo {
  position: absolute;
}
@media screen and (min-width: 751px) {
  header .inner .logo {
    top: 10px;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  header .inner .logo {
    width: 14%;
    top: 2vw;
    left: 1vw;
  }
}
@media screen and (max-width: 750px) {
  header .inner .btn {
    margin: 0 auto;
    width: 50%;
  }
}
header .bnr {
  width: 100%;
  text-align: center;
  background: #1e1010;
}

/* ==========================================================
    CONTENT
  ========================================================== */
#content {
  text-align: center;
}
#content .inner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #content .inner {
    width: 950px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner {
    width: 96%;
  }
}
@media screen and (min-width: 751px) {
  #content .inner h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner h1 {
    margin-bottom: 3vw;
  }
}
#content .inner #navi {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content .inner #navi {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner #navi {
    margin-bottom: 1vw;
  }
}
#content .inner #navi li {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #content .inner #navi li {
    width: 15.6%;
  }
}
@media screen and (min-width: 751px) {
  #content .inner .bnrBest {
    padding-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner .bnrBest {
    width: 98%;
    padding-top: 3vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 751px) {
  #content .inner h2 {
    margin: 0 0 10px 6px;
    width: 110px;
  }
  #content .inner h2 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #content .inner h2 {
    margin: 0 0 1vw 0.8vw;
    width: 18%;
  }
}
#content .inner .box {
  text-align: left;
  border-top: solid 2px #fff;
  border-bottom: solid 1px #dcdcdc;
}
@media screen and (min-width: 751px) {
  #content .inner .box {
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  #content .inner .box {
    padding: 2vw 0;
  }
}
@media screen and (min-width: 751px) {
  #content .inner .box ul {
    width: 960px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner .box ul {
    width: 102%;
    margin-right: -2%;
  }
}
#content .inner .box ul li {
  float: left;
}
@media screen and (min-width: 751px) {
  #content .inner .box ul li {
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 750px) {
  #content .inner .box ul li {
    width: 48%;
    margin: 0 2% 1.4vw 0;
  }
}
#content .inner .box ul li.clear {
  clear: both;
}
@media screen and (max-width: 750px) {
  #content .inner .box ul li.wImg {
    width: 98%;
  }
}
#content .inner #webService,
#content .inner #event,
#content .inner #game {
  border-top: none;
}
#content .inner #event,
#content .inner #game {
  border-top: solid 2px #fff;
}
#content .inner #picup {
  text-align: left;
  border-top: solid 2px #fff;
}
@media screen and (min-width: 751px) {
  #content .inner #picup {
    padding: 10px 0 30px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner #picup {
    padding: 1vw 0 3vw;
  }
}
#content .inner #picup ul {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #content .inner #picup ul {
    width: 950px;
    margin-right: -12px;
    padding: 12px 0 0 12px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner #picup ul {
    width: 100%;
    margin-right: -1%;
    padding: 1vw 0 0 1%;
  }
}
#content .inner #picup ul li {
  float: left;
}
@media screen and (min-width: 751px) {
  #content .inner #picup ul li {
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 750px) {
  #content .inner #picup ul li {
    width: 49%;
    margin: 0 1% 1vw 0;
  }
}
@media screen and (max-width: 750px) {
  #content .inner #picup ul li.newRecruit {
    width: 99%;
    margin: 0 0 1vw 0;
  }
}

/* ==========================================================
    FOOTER
  ========================================================== */
footer {
  background-color: #fff;
  text-align: center;
  clear: both;
}
@media screen and (min-width: 751px) {
  footer {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 2vw;
  }
}
footer .pageTop {
  border-bottom: solid 1px #d9d9d9;
}
@media screen and (min-width: 751px) {
  footer .pageTop {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  footer .pageTop {
    margin-bottom: 2vw;
  }
}
footer .pageTop a {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  footer .pageTop a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  footer .pageTop a {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 750px) {
  footer .pageTop a img {
    width: 12%;
  }
}
@media screen and (max-width: 750px) {
  footer .btn {
    margin: 0 auto;
    width: 50%;
  }
}
footer small {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  footer small {
    padding-top: 14px;
  }
}
@media screen and (max-width: 750px) {
  footer small {
    padding-top: 2vw;
  }
}

.musashiBox {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
}
@media screen and (min-width: 751px) {
  .musashiBox {
    width: 950px;
  }
}
@media screen and (max-width: 750px) {
  .musashiBox {
    width: 98.2%;
  }
}
.musashiBox li {
  float: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 750px) {
  .musashiBox li {
    width: 49.4% !important;
  }
}

@media screen and (min-width: 751px) {
  .topBox {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .topBox {
    margin-bottom: 1vw;
  }
}

@media screen and (min-width: 751px) {
  .musashiAnime {
    margin: 0 0px 22px 7px !important;
  }
}

@media screen and (min-width: 751px) {
  .ambassador {
    margin: 0 !important;
  }
}

.line {
  clear: both;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  -webkit-box-shadow: 0 2px 0 #fff;
          box-shadow: 0 2px 0 #fff;
}
@media screen and (min-width: 751px) {
  .line {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .line {
    margin-bottom: 3vw;
  }
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-top: solid 2px #fff;
  border-bottom: solid 1px #dcdcdc;
}
.flexBox .box {
  border: none !important;
}
@media screen and (min-width: 751px) {
  .flexBox .box {
    width: 465px;
  }
}
@media screen and (max-width: 750px) {
  .flexBox .box {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  .flexBox .box h2 {
    width: 36% !important;
  }
}
@media screen and (max-width: 750px) {
  .flexBox .box ul li {
    width: 100% !important;
  }
}