@font-face {
  font-family: "ncommonJp";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "ncommonJp";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
@media screen and (min-width: 760px), print {
  .topics-articleFoot {
    padding-top: 42px;
  }
}
@media screen and (max-width: 759px) {
  .topics-articleFoot {
    padding: 49px 0;
  }
}
.topics-articleHead__sub {
  zoom: 1;
}
.topics-articleHead__sub:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 980px), print {
  .topics-articleHead__sub {
    padding: 28px 0 42px;
    border-top: 4px solid #e6e6e6;
    position: relative;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-articleHead__sub {
    padding-bottom: 42px;
    position: relative;
  }
}
@media screen and (max-width: 759px) {
  .topics-articleHead__sub {
    padding-bottom: 21px;
  }
}
.topics-articleHead__date {
  float: left;
  color: #e60012;
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .topics-articleHead__date {
    margin-right: 28px;
    font-size: 24px;
  }
}
@media screen and (max-width: 759px) {
  .topics-articleHead__date {
    margin-right: 21px;
    font-size: 18px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-articleHead__date {
    position: relative;
  }
  .topics-articleHead__date:before {
    content: '';
    position: absolute;
    top: -32px;
    right: 0;
    left: 0;
    height: 4px;
    background-color: #e60012;
  }
}
.topics-articleHead__category {
  float: left;
  color: #e60012;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.topics-articleHead__category span {
  font-weight: normal;
  color: #737373;
}
.topics-articleHead__category .topics-articleHead__category--border {
  border-left: 1px solid #d9d9d9;
  padding-bottom: 4px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 760px), print {
  .topics-articleHead__category {
    padding-top: 8px;
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 759px) {
  .topics-articleHead__category {
    padding-top: 7px;
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 10px;
    line-height: 18px;
  }
}
.topics-articleHead__main {
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .topics-articleHead__main {
    margin-top: -6px;
    margin-bottom: -6px;
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 759px) {
  .topics-articleHead__main {
    margin-top: -7px;
    margin-bottom: -7px;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 21px;
  }
}
.topics-articleHead__img {
  line-height: 0;
}
.topics-articleHead__img img {
  width: 100%;
}
.topics-authorArea {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
  .topics-authorArea {
    padding: 14px 0;
    border-top: 3px solid #e6e6e6;
  }
}
@media screen and (max-width: 759px) {
  .topics-authorArea {
    padding: 10px 14px;
    background-color: #f5f5f5;
  }
}
.topics-authorArea__text {
  display: table-cell;
  padding-right: 14px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.topics-authorArea__text > span {
  color: #737373;
}
.topics-authorArea__picWrap {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
@media screen and (min-width: 760px), print {
  .topics-authorArea__picWrap {
    width: 56px;
  }
}
@media screen and (max-width: 759px) {
  .topics-authorArea__picWrap {
    width: 49px;
  }
}
.topics-authorArea__pic {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #d9d9d9;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}
@media screen and (min-width: 760px), print {
  .topics-authorArea__pic {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 759px) {
  .topics-authorArea__pic {
    width: 49px;
    height: 49px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-detailGrid {
    zoom: 1;
  }
  .topics-detailGrid:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 760px), print {
  .topics-detailGrid {
    padding-top: 70px;
  }
}
@media screen and (max-width: 759px) {
  .topics-detailGrid {
    padding-top: 35px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-detailGrid__main {
    float: left;
    width: -webkit-calc(100% - 293px - 44px);
    width: -moz-calc(100% - 293px - 44px);
    width: calc(100% - 293px - 44px);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 44px;
    border-right: 1px solid #ededed;
  }
}
@media screen and (min-width: 980px), print {
  .topics-detailGrid__sub {
    float: right;
    width: 293px;
  }
}
.topics-fixedHead {
  height: 112px;
}
@media screen and (max-width: 759px) {
  .topics-fixedHead {
    display: none;
  }
}
.topics-fixedHead__inner {
  right: 0;
  left: 0;
  padding-top: 42px;
  background-color: #fff;
}
@media screen and (min-width: 980px), print {
  .topics-fixedHead.js-fixed .topics-fixedHead__inner {
    right: auto;
    left: auto;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-fixedHead--categories.js-fixed .topics-fixedHead__inner {
    width: -webkit-calc(100% - 40px * 2 - 244px - (48px - 36px));
    width: -moz-calc(100% - 40px * 2 - 244px - (48px - 36px));
    width: calc(100% - 40px * 2 - 244px - (48px - 36px));
    max-width: 864px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-fixedHead--categories.js-fixed .topics-fixedHead__inner {
    width: -webkit-calc(100% - 40px * 2 - 238px - (44px - 20px));
    width: -moz-calc(100% - 40px * 2 - 238px - (44px - 20px));
    width: calc(100% - 40px * 2 - 238px - (44px - 20px));
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-fixedHead--ranking {
    display: none;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-fixedHead--ranking.js-fixed .topics-fixedHead__inner {
    width: 244px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-fixedHead--ranking.js-fixed .topics-fixedHead__inner {
    width: 238px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-footer {
    border-top: 4px solid #e6e6e6;
    padding: 66px 0 98px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-footer {
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 759px) {
  .topics-footer {
    border-top: 4px solid #e6e6e6;
    padding-bottom: 49px;
  }
}
.topics-footerLinks {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .topics-footerLinks {
    font-size: 0;
    letter-spacing: -0.5em;
  }
}
@media screen and (min-width: 980px), print {
  .topics-footerLinks {
    margin-top: 42px;
    padding-top: 29px;
    background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
    background-image: -moz-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
    background-image: -o-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left top;
    -moz-background-size: 4px 1px;
      -o-background-size: 4px 1px;
         background-size: 4px 1px;
  }
}
@media screen and (max-width: 979px) {
  .topics-footerLinks {
    border-top: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-footerLinks {
    margin-top: 42px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 759px) {
  .topics-footerLinks {
    margin-top: 35px;
    padding-top: 21px;
  }
}
html[data-n_switch="yes"] .topics-footerLinks {
  border-top: none;
  margin-top: 0;
}
.topics-footerLinks__bt {
  width: 183px;
}
@media screen and (min-width: 760px), print {
  .topics-footerLinks__bt {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    margin-right: 57px;
  }
  .topics-footerLinks__bt:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -29px;
    bottom: 10px;
    width: 1px;
    background-image: -webkit-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: -moz-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: -o-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(to bottom, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-y;
    background-position: right top;
    -moz-background-size: 1px 3px;
      -o-background-size: 1px 3px;
         background-size: 1px 3px;
  }
}
@media screen and (max-width: 759px) {
  .topics-footerLinks__bt {
    margin: 0 auto 21px;
  }
}
.topics-footerLinks__link {
  line-height: 0;
}
@media screen and (min-width: 760px), print {
  .topics-footerLinks__link {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    padding-top: 15px;
  }
}
@media screen and (max-width: 979px) {
  .topics-gameSeriesSites {
    border-top: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-gameSeriesSites {
    padding: 42px 0;
  }
}
@media screen and (max-width: 759px) {
  .topics-gameSeriesSites {
    padding: 35px 0;
  }
}
.topics-gameSeriesSites__headline {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 980px), print {
  .topics-gameSeriesSites__headline {
    padding: 28px 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-gameSeriesSites__headline {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 759px) {
  .topics-gameSeriesSites__headline {
    padding-bottom: 21px;
    font-size: 18px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-gameSeriesSites__list {
    border: 2px solid #e6e6e6;
  }
}
@media screen and (max-width: 979px) {
  .topics-gameSeriesSites__list {
    zoom: 1;
  }
  .topics-gameSeriesSites__list:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 980px), print {
  .topics-gameSeriesSites__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-gameSeriesSites__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 32px;
    width: -webkit-calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
  }
  .topics-gameSeriesSites__item:not(:nth-child(-n+3)) {
    padding-top: 32px;
  }
  .topics-gameSeriesSites__item:nth-child(3n) {
    margin-right: 0;
  }
  .topics-gameSeriesSites__item:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 759px) {
  .topics-gameSeriesSites__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 14px;
    width: -webkit-calc((100% - 14px * (2 - 1)) / 2 - 0.1px);
    width: -moz-calc((100% - 14px * (2 - 1)) / 2 - 0.1px);
    width: calc((100% - 14px * (2 - 1)) / 2 - 0.1px);
  }
  .topics-gameSeriesSites__item:not(:nth-child(-n+2)) {
    padding-top: 14px;
  }
  .topics-gameSeriesSites__item:nth-child(2n) {
    margin-right: 0;
  }
  .topics-gameSeriesSites__item:nth-child(2n + 1) {
    clear: left;
  }
}
.topics-gameSeriesSites__item > a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}
.topics-gameSeriesSites__item > a > span {
  width: auto;
  height: auto;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 980px), print {
  .topics-gameSeriesSites__item > a {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 150ms linear;
       -moz-transition: opacity 150ms linear;
         -o-transition: opacity 150ms linear;
            transition: opacity 150ms linear;
  }
  .topics-gameSeriesSites__item > a:before {
    content: '';
    display: block;
    padding-bottom: 35%;
  }
  .topics-gameSeriesSites__item > a:hover,
  a:hover .topics-gameSeriesSites__item > a,
  button:hover .topics-gameSeriesSites__item > a,
  .ncommon-u-linkbox:hover .topics-gameSeriesSites__item > a {
    opacity: 0.7;
    -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -moz-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 979px) {
  .topics-gameSeriesSites__item > a {
    position: relative;
  }
  .topics-gameSeriesSites__item > a:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
  }
  .topics-gameSeriesSites__item > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid #ededed;
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
         -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
            transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  }
  .topics-gameSeriesSites__item > a:hover:after,
  a:hover .topics-gameSeriesSites__item > a:after,
  button:hover .topics-gameSeriesSites__item > a:after,
  .ncommon-u-linkbox:hover .topics-gameSeriesSites__item > a:after {
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (min-width: 760px), print {
  .topics-listContent {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 759px) {
  .topics-listContent {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 760px), print {
  .topics-listContent__pager {
    padding-top: 70px;
  }
}
@media screen and (max-width: 759px) {
  .topics-listContent__pager {
    margin-top: 42px;
    padding-top: 35px;
    background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: -moz-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: -o-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left top;
    -moz-background-size: 3px 1px;
      -o-background-size: 3px 1px;
         background-size: 3px 1px;
  }
}
.topics-listHeader {
  position: relative;
}
.topics-listHeader__titleText {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .topics-listHeader__titleText {
    padding: 70px 0;
  }
}
@media screen and (max-width: 759px) {
  .topics-listHeader__titleText {
    padding: 35px 0;
  }
}
.topics-listHeader__titleText > span {
  display: block;
}
@media screen and (min-width: 760px), print {
  .topics-listHeader__titleText > span {
    margin-top: -7px;
    margin-bottom: -7px;
    font-size: 36px;
    line-height: 50px;
  }
}
@media screen and (max-width: 759px) {
  .topics-listHeader__titleText > span {
    margin-top: -9px;
    margin-bottom: -9px;
    font-size: 24px;
    line-height: 42px;
  }
}
.topics-mainSlider {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .topics-mainSlider {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 759px) {
  .topics-mainSlider {
    margin-bottom: 48px;
    padding-bottom: 35px;
  }
}
.topics-mainSlider__headline {
  padding: 12px 0;
}
@media screen and (min-width: 760px), print {
  .topics-mainSlider__headline {
    display: none;
  }
}
.topics-mainSlider__headlineEn {
  color: #e60012;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.topics-mainSlider__headlineJp {
  color: #737373;
  font-size: 10px;
  font-weight: bold;
}
.topics-mainSlider__headlineJp:before {
  content: '/';
  padding: 0 0.5em;
}
@media screen and (min-width: 760px), print {
  .topics-mainSlider__innerW {
    width: 448px;
    margin-right: auto;
    margin-left: auto;
  }
}
.topics-mainSlider__clip {
  overflow: visible;
}
.topics-mainSlider__item {
  width: 100%;
}
@media screen and (min-width: 760px), print {
  .topics-mainSlider__item {
    margin-right: 8px;
  }
}
@media screen and (min-width: 760px), print {
  .topics-mainSlider__pager {
    margin-top: 20px;
  }
}
@media screen and (max-width: 759px) {
  .topics-mainSlider__pager {
    margin-top: 28px;
  }
}
.topics-mainSlider__pager .ncommon-pager__prev > i,
.topics-mainSlider__pager .ncommon-pager__next > i {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 760px), print {
  .topics-mainSlider__pager .ncommon-pager__nav--sliderBts {
    padding-top: 9px;
  }
}
.topics-pager {
  font-size: 0;
  letter-spacing: -0.5em;
  text-align: center;
}
.topics-pager__prev,
.topics-pager__nav,
.topics-pager__next {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: top;
}
.topics-pager__prev,
.topics-pager__next,
.topics-pager__numSet {
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.topics-pager__prev,
.topics-pager__next {
  width: 38px;
  height: 38px;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
          transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
.topics-pager__prev.is-hide,
.topics-pager__next.is-hide {
  visibility: hidden;
}
.topics-pager__prev:hover,
.topics-pager__next:hover {
  background-color: #f2f2f2;
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topics-pager__prev {
  background: url("../img/pager/bt-prev.svg") no-repeat center center;
  -moz-background-size: 6px auto;
    -o-background-size: 6px auto;
       background-size: 6px auto;
}
.topics-pager__next {
  background: url("../img/pager/bt-next.svg") no-repeat center center;
  -moz-background-size: 6px auto;
    -o-background-size: 6px auto;
       background-size: 6px auto;
}
.topics-pager__nav {
  zoom: 1;
}
.topics-pager__nav:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .topics-pager__nav {
    margin: 0 28px;
  }
}
@media screen and (max-width: 759px) {
  .topics-pager__nav {
    margin: 0 14px;
  }
}
.topics-pager__numSet {
  zoom: 1;
  float: left;
}
.topics-pager__numSet:after {
  content: "";
  display: block;
  clear: both;
}
.topics-pager__num {
  float: left;
  width: 40px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border-right: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
          transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
.topics-pager__num:last-child {
  border-right: none;
}
.topics-pager__num.is-current,
.topics-pager__num:hover {
  background-color: #f2f2f2;
  color: #b2b2b2;
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topics-pager__numSeparator {
  float: left;
  width: 1px;
  height: 16px;
  margin: 13px 14px 0;
  background-image: -webkit-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
  background-image: -moz-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
  background-image: -o-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
  background-image: linear-gradient(to bottom, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
  background-repeat: repeat-y;
  background-position: right top;
  -moz-background-size: 1px 3px;
    -o-background-size: 1px 3px;
       background-size: 1px 3px;
}
.topics-rankingBox {
  position: relative;
  background-color: #e6e6e6;
}
@media screen and (min-width: 980px), print {
  .topics-rankingBox {
    padding: 3px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-rankingBox {
    margin-bottom: 70px;
    padding: 42px 40px;
  }
}
@media screen and (max-width: 759px) {
  .topics-rankingBox {
    margin-bottom: 49px;
    padding: 14px 14px 35px;
  }
}
html[data-n_switch="yes"] .topics-rankingBox {
  margin-bottom: 0;
}
.topics-rankingBox__headline {
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #e60012;
}
[data-theme='ranking'] .topics-rankingBox__headline {
  color: #6ac0eb;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-rankingBox__headline {
    border-top: 6px solid;
    line-height: 56px;
    border-color: #e60012;
  }
  [data-theme='ranking'] .topics-rankingBox__headline {
    border-color: #6ac0eb;
  }
}
@media screen and (max-width: 759px) {
  .topics-rankingBox__headline {
    border-top: 4px solid;
    line-height: 66px;
    border-color: #e60012;
  }
  [data-theme='ranking'] .topics-rankingBox__headline {
    border-color: #6ac0eb;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-rankingList {
    zoom: 1;
    padding-top: 42px;
  }
  .topics-rankingList:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 759px) {
  .topics-rankingList {
    padding-top: 14px;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-rankingList {
    min-height: 1066px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-rankingList {
    min-height: 1049px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-rankingList {
    min-height: 470px;
  }
}
@media screen and (max-width: 759px) {
  .topics-rankingList {
    min-height: 723px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-rankingList__item:not(:first-child) {
    padding-top: 3px;
  }
}
@media screen and (max-width: 759px) {
  .topics-rankingList__item:not(:first-child) {
    margin-top: 1px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-rankingList__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 32px;
    width: -webkit-calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
  }
  .topics-rankingList__item:not(:nth-child(-n+3)) {
    padding-top: 42px;
  }
  .topics-rankingList__item:nth-child(3n) {
    margin-right: 0;
  }
  .topics-rankingList__item:nth-child(3n + 1) {
    clear: left;
  }
}
.topics-rankingSwitchNav {
  zoom: 1;
}
.topics-rankingSwitchNav:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 980px), print {
  .topics-rankingSwitchNav {
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 979px) {
  .topics-rankingSwitchNav {
    padding-top: 1px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-rankingSwitchNav__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 1px;
    width: -webkit-calc((100% - 1px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 1px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 1px * (3 - 1)) / 3 - 0.1px);
  }
  .topics-rankingSwitchNav__item:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .topics-rankingSwitchNav__item:nth-child(3n) {
    margin-right: 0;
  }
  .topics-rankingSwitchNav__item:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 979px) {
  .topics-rankingSwitchNav__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0px;
    width: -webkit-calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
  }
  .topics-rankingSwitchNav__item:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .topics-rankingSwitchNav__item:nth-child(3n) {
    margin-right: 0;
  }
  .topics-rankingSwitchNav__item:nth-child(3n + 1) {
    clear: left;
  }
  .topics-rankingSwitchNav__item:not(:last-child) {
    position: relative;
  }
  .topics-rankingSwitchNav__item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 11px;
    right: 0;
    bottom: 11px;
    width: 1px;
    background-image: -webkit-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: -moz-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: -o-linear-gradient(top, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(to bottom, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-y;
    background-position: right top;
    -moz-background-size: 1px 3px;
      -o-background-size: 1px 3px;
         background-size: 1px 3px;
  }
}
.topics-rankingSwitchNav__bt {
  display: block;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  color: #737373;
  font-weight: bold;
  text-align: center;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
          transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
.topics-rankingSwitchNav__bt:hover {
  background-color: #737373;
  color: #fff;
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topics-rankingSwitchNav__bt.js-active {
  cursor: default;
  background-color: #6ac0eb;
  color: #fff;
}
.topics-rankingSwitchNav__bt.js-active span:first-child {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #6ac0eb;
}
.topics-rankingSwitchNav__bt.js-active span:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.25);
}
@media screen and (min-width: 980px), print {
  .topics-rankingSwitchNav__bt {
    line-height: 42px;
    border-bottom: 1px solid #d9d9d9;
  }
  .topics-rankingSwitchNav__bt.js-active {
    border-bottom: none;
  }
}
@media screen and (max-width: 979px) {
  .topics-rankingSwitchNav__bt {
    line-height: 35px;
  }
  .topics-rankingSwitchNav__bt.js-active span:last-child {
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -4px;
    border-top: 4px solid #6ac0eb;
    border-right: 4px solid transparent !important;
    border-bottom: none !important;
    border-left: 4px solid transparent !important;
  }
  .topics-rankingSwitchNav__bt.js-active span:last-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    border-top: 4px solid rgba(0,0,0,0.25);
    border-right: 4px solid transparent !important;
    border-bottom: none !important;
    border-left: 4px solid transparent !important;
  }
}
.topics-recommend {
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .topics-recommend {
    margin-top: 70px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 759px) {
  .topics-recommend {
    padding-top: 49px;
  }
}
html[data-n_switch="yes"] .topics-recommend {
  display: none;
}
.topics-recommend__headline {
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .topics-recommend__headline {
    padding-bottom: 42px;
  }
  .topics-recommend__headline br {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .topics-recommend__headline {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-recommend__list {
    zoom: 1;
    padding-bottom: 98px;
  }
  .topics-recommend__list:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 979px) {
  .topics-recommend__list {
    font-size: 0;
    letter-spacing: -0.5em;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-recommend__list {
    margin: 0 -40px;
    padding: 0 40px 98px;
  }
}
@media screen and (max-width: 759px) {
  .topics-recommend__list {
    margin: 0 -14px;
    padding: 0 14px 49px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-recommend__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 20px;
    width: -webkit-calc((100% - 20px * (5 - 1)) / 5 - 0.1px);
    width: -moz-calc((100% - 20px * (5 - 1)) / 5 - 0.1px);
    width: calc((100% - 20px * (5 - 1)) / 5 - 0.1px);
  }
  .topics-recommend__item:not(:nth-child(-n+5)) {
    padding-top: 0px;
  }
  .topics-recommend__item:nth-child(5n) {
    margin-right: 0;
  }
  .topics-recommend__item:nth-child(5n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 979px) {
  .topics-recommend__item {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    float: none !important;
    white-space: normal;
  }
  .topics-recommend__item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-recommend__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 32px;
    width: -webkit-calc((100% - 32px * (3 - 1)) / 3);
    width: -moz-calc((100% - 32px * (3 - 1)) / 3);
    width: calc((100% - 32px * (3 - 1)) / 3);
  }
  .topics-recommend__item:not(:nth-child(-n+3)) {
    padding-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .topics-recommend__item {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 7px;
    width: -webkit-calc((100% - 7px * (2 - 1)) / 2);
    width: -moz-calc((100% - 7px * (2 - 1)) / 2);
    width: calc((100% - 7px * (2 - 1)) / 2);
  }
  .topics-recommend__item:not(:nth-child(-n+2)) {
    padding-top: 0;
  }
}
@media screen and (min-width: 760px), print {
  .topics-relatedKeywords {
    margin-top: 28px;
    padding: 24px 28px 16px;
    background-color: #f2f2f2;
  }
}
@media screen and (min-width: 980px), print {
  .topics-relatedKeywords {
    zoom: 1;
  }
  .topics-relatedKeywords:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 759px) {
  .topics-relatedKeywords {
    margin-top: 35px;
  }
}
.topics-relatedKeywords__headline {
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .topics-relatedKeywords__headline {
    font-size: 12px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-relatedKeywords__headline {
    float: left;
    line-height: 2;
  }
  .topics-relatedKeywords__headline:after {
    content: '：';
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-relatedKeywords__headline {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 759px) {
  .topics-relatedKeywords__headline {
    padding-bottom: 3px;
  }
}
.topics-relatedKeywords__list {
  zoom: 1;
}
.topics-relatedKeywords__list:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .topics-relatedKeywords__list {
    margin-right: -4px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-relatedKeywords__list {
    margin-left: 108px;
  }
}
@media screen and (max-width: 759px) {
  .topics-relatedKeywords__list {
    margin: 0 -12px;
  }
}
.topics-relatedKeywords__item {
  float: left;
}
@media screen and (min-width: 760px), print {
  .topics-relatedKeywords__item {
    padding: 0 4px 8px 0;
  }
  .topics-relatedKeywords__item > a {
    display: block;
    padding: 0 10px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff;
    font-size: 12px;
    line-height: 2;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.12);
       -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.12);
            box-shadow: 0 1px 0 rgba(0,0,0,0.12);
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
         -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
            transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  }
  .topics-relatedKeywords__item > a:hover,
  a:hover .topics-relatedKeywords__item > a,
  button:hover .topics-relatedKeywords__item > a,
  .ncommon-u-linkbox:hover .topics-relatedKeywords__item > a {
    -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #e60012;
  }
}
@media screen and (max-width: 759px) {
  .topics-relatedKeywords__item {
    padding: 18px 12px 0;
    line-height: 0;
  }
  .topics-relatedKeywords__item > a {
    display: inline-block;
    padding-left: 19px;
    font-size: 12px;
    line-height: 1;
    position: relative;
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
         -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
            transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
  }
  .topics-relatedKeywords__item > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: url("../img/relatedkeywords/icon.svg") no-repeat;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
  }
  .topics-relatedKeywords__item > a:hover {
    color: #e60012;
    -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.topics-relatedLinks {
  position: relative;
}
.topics-relatedLinks:after {
  content: '';
  position: absolute;
}
@media screen and (min-width: 760px), print {
  .topics-relatedLinks {
    padding: 28px;
    border: 2px solid #d9d9d9;
  }
  .topics-relatedLinks:after {
    top: -2px;
    left: 26px;
    width: 67px;
    height: 2px;
    background-color: #e60012;
  }
}
@media screen and (max-width: 759px) {
  .topics-relatedLinks {
    padding: 21px 18px;
    border: 3px solid #d9d9d9;
  }
  .topics-relatedLinks:after {
    top: -3px;
    left: 18px;
    width: 72px;
    height: 3px;
    background-color: #a6a6a6;
  }
}
html[data-n_switch="yes"] .topics-relatedLinks {
  display: none;
}
.topics-relatedLinks__headline {
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .topics-relatedLinks__headline {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 759px) {
  .topics-relatedLinks__headline {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 760px), print {
  .topics-relatedLinks__item:not(:first-child) {
    padding-top: 14px;
  }
}
@media screen and (max-width: 759px) {
  .topics-relatedLinks__item:not(:first-child) {
    padding-top: 18px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-search {
    zoom: 1;
  }
  .topics-search:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-search__section {
    padding: 42px 0;
  }
}
@media screen and (max-width: 759px) {
  .topics-search__section {
    padding: 35px 0;
  }
}
.topics-search__headline {
  font-weight: bold;
}
.topics-search__headline > span {
  font-size: 18px;
}
@media screen and (min-width: 760px), print {
  .topics-search__headline {
    padding-bottom: 28px;
    font-size: 12px;
  }
  .topics-search__headline > span {
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 759px) {
  .topics-search__headline {
    padding-bottom: 21px;
    font-size: 10px;
    text-align: center;
  }
  .topics-search__headline > span {
    display: block;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-search__keywordBox {
    padding: 16px;
    border: 2px solid #e6e6e6;
  }
}
.topics-search__keywordBox > form {
  line-height: 0;
}
@media screen and (min-width: 760px), print {
  .topics-search__keyword {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 759px) {
  .topics-search__keyword {
    margin-bottom: 14px;
  }
}
.topics-search__tags {
  zoom: 1;
  margin-right: -4px;
}
.topics-search__tags:after {
  content: "";
  display: block;
  clear: both;
}
.topics-search__tagWrap {
  float: left;
}
@media screen and (min-width: 760px), print {
  .topics-search__tagWrap {
    padding: 8px 4px 0 0;
  }
}
@media screen and (max-width: 759px) {
  .topics-search__tagWrap {
    padding: 7px 4px 0 0;
  }
}
.topics-search__tag {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  outline: 0;
  resize: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  border: none;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  padding: 0 10px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
          transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
.topics-search__tag::-ms-expand {
  display: none;
}
.topics-search__tag:hover,
a:hover .topics-search__tag,
button:hover .topics-search__tag,
.ncommon-u-linkbox:hover .topics-search__tag {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #e60012;
}
@media screen and (min-width: 980px), print {
  .topics-search__tag {
    height: 24px;
    background-color: #f2f2f2;
    font-size: 12px;
    line-height: 24px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.12);
       -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.12);
            box-shadow: 0 1px 0 rgba(0,0,0,0.12);
  }
}
@media screen and (max-width: 979px) {
  .topics-search__tag {
    height: 35px;
    border: 2px solid #e6e6e6;
    font-size: 12px;
    line-height: 31px;
  }
  .topics-search__tag:hover,
  a:hover .topics-search__tag,
  button:hover .topics-search__tag,
  .ncommon-u-linkbox:hover .topics-search__tag {
    border-color: #e60012;
  }
}
.topics-search__bts {
  zoom: 1;
  overflow: hidden;
  border: 2px solid #e6e6e6;
}
.topics-search__bts:after {
  content: "";
  display: block;
  clear: both;
}
.topics-search__btWrap {
  position: relative;
}
.topics-search__btWrap:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -1px;
  width: 1px;
  height: 200%;
  background-color: #e6e6e6;
}
.topics-search__btWrap:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #e6e6e6;
}
.topics-search__bt {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
  outline: 0;
  resize: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  border: none;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
     -moz-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
       -o-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
          transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear;
}
.topics-search__bt::-ms-expand {
  display: none;
}
.topics-search__bt:hover,
a:hover .topics-search__bt,
button:hover .topics-search__bt,
.ncommon-u-linkbox:hover .topics-search__bt {
  -webkit-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #e60012;
}
@media screen and (min-width: 980px), print {
  .topics-search--footer .topics-search__section {
    width: -webkit-calc((100% - 32px) * 0.5);
    width: -moz-calc((100% - 32px) * 0.5);
    width: calc((100% - 32px) * 0.5);
  }
  .topics-search--footer .topics-search__section:first-child {
    float: left;
  }
  .topics-search--footer .topics-search__section:last-child {
    float: right;
  }
}
@media screen and (max-width: 979px) {
  .topics-search--footer .topics-search__section:last-child {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-search--footer .topics-search__btWrap {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0px;
    width: -webkit-calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
  }
  .topics-search--footer .topics-search__btWrap:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .topics-search--footer .topics-search__btWrap:nth-child(3n) {
    margin-right: 0;
  }
  .topics-search--footer .topics-search__btWrap:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-search--footer .topics-search__btWrap {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0px;
    width: -webkit-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    width: -moz-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  }
  .topics-search--footer .topics-search__btWrap:not(:nth-child(-n+2)) {
    padding-top: 0px;
  }
  .topics-search--footer .topics-search__btWrap:nth-child(2n) {
    margin-right: 0;
  }
  .topics-search--footer .topics-search__btWrap:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-search--footer .topics-search__btWrap {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0px;
    width: -webkit-calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
  }
  .topics-search--footer .topics-search__btWrap:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .topics-search--footer .topics-search__btWrap:nth-child(3n) {
    margin-right: 0;
  }
  .topics-search--footer .topics-search__btWrap:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 759px) {
  .topics-search--footer .topics-search__btWrap {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0px;
    width: -webkit-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    width: -moz-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
    width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  }
  .topics-search--footer .topics-search__btWrap:not(:nth-child(-n+2)) {
    padding-top: 0px;
  }
  .topics-search--footer .topics-search__btWrap:nth-child(2n) {
    margin-right: 0;
  }
  .topics-search--footer .topics-search__btWrap:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 760px), print {
  .topics-search--footer .topics-search__bt {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 759px) {
  .topics-search--footer .topics-search__bt {
    height: 35px;
    line-height: 35px;
  }
}
html[data-n_switch="yes"] .topics-search--footer {
  display: none;
}
.topics-search--mini {
  margin-bottom: 28px;
  padding: 28px 0 30px;
  border-top: 4px solid #e6e6e6;
  background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -moz-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: -o-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left bottom;
  -moz-background-size: 4px 1px;
    -o-background-size: 4px 1px;
       background-size: 4px 1px;
}
@media screen and (max-width: 979px) {
  .topics-search--mini {
    display: none;
  }
}
.topics-search--mini .topics-search__headline {
  text-align: center;
}
.topics-search--mini .topics-search__btWrap {
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0px;
  width: -webkit-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  width: -moz-calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
}
.topics-search--mini .topics-search__btWrap:not(:nth-child(-n+2)) {
  padding-top: 0px;
}
.topics-search--mini .topics-search__btWrap:nth-child(2n) {
  margin-right: 0;
}
.topics-search--mini .topics-search__btWrap:nth-child(2n + 1) {
  clear: left;
}
.topics-search--mini .topics-search__bt {
  height: 42px;
  line-height: 42px;
}
@media screen and (min-width: 760px), print {
  .topics-search--middle {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 759px) {
  .topics-search--middle {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-search--middle .topics-search__keywordBox {
    zoom: 1;
  }
  .topics-search--middle .topics-search__keywordBox:after {
    content: "";
    display: block;
    clear: both;
  }
  .topics-search--middle .topics-search__keyword {
    float: left;
    width: -webkit-calc((100% - 32px) * 0.5);
    width: -moz-calc((100% - 32px) * 0.5);
    width: calc((100% - 32px) * 0.5);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topics-search--middle .topics-search__tags {
    float: right;
    width: -webkit-calc((100% - 32px) * 0.5);
    width: -moz-calc((100% - 32px) * 0.5);
    width: calc((100% - 32px) * 0.5);
    margin-top: -8px;
  }
}
@media screen and (max-width: 979px) {
  .topics-search--middle {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}
.topics-sideBox {
  background-color: #e6e6e6;
}
@media screen and (min-width: 980px), print {
  .topics-sideBox {
    position: relative;
    padding: 3px;
  }
  .topics-sideBox:first-child {
    margin-bottom: 28px;
  }
  .topics-sideBox:last-child {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-sideBox {
    padding-top: 42px;
    padding-bottom: 42px;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 44px;
    width: -webkit-calc((100% - 44px * (2 - 1)) / 2 - 0.1px);
    width: -moz-calc((100% - 44px * (2 - 1)) / 2 - 0.1px);
    width: calc((100% - 44px * (2 - 1)) / 2 - 0.1px);
  }
  .topics-sideBox:not(:nth-child(-n+2)) {
    padding-top: 0px;
  }
  .topics-sideBox:nth-child(2n) {
    margin-right: 0;
  }
  .topics-sideBox:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 759px) {
  .topics-sideBox {
    padding-top: 14px;
    padding-bottom: 35px;
  }
  .topics-sideBox:not(:first-child) {
    padding-top: 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-sideBox__wrap-tab {
    zoom: 1;
    background-color: #e6e6e6;
  }
  .topics-sideBox__wrap-tab:after {
    content: "";
    display: block;
    clear: both;
  }
}
html[data-n_switch="yes"] .topics-sideBox__wrap-tab {
  display: none;
}
.topics-sideBox__headline {
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #e60012;
}
[data-theme='ranking'] .topics-sideBox__headline {
  color: #6ac0eb;
}
@media screen and (min-width: 980px), print {
  .topics-sideBox__headline {
    line-height: 74px;
    margin-bottom: 3px;
  }
  .topics-sideBox__headline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 170px;
    height: 3px;
    margin-left: -85px;
    background-color: #e60012;
  }
  [data-theme='ranking'] .topics-sideBox__headline:before {
    background-color: #6ac0eb;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-sideBox__headline {
    border-top: 6px solid;
    line-height: 56px;
    border-color: #e60012;
  }
  [data-theme='ranking'] .topics-sideBox__headline {
    border-color: #6ac0eb;
  }
}
@media screen and (max-width: 759px) {
  .topics-sideBox__headline {
    border-top: 4px solid;
    line-height: 66px;
    border-color: #e60012;
  }
  [data-theme='ranking'] .topics-sideBox__headline {
    border-color: #6ac0eb;
  }
}
@media screen and (max-width: 979px) {
  .topics-sideBox__list {
    padding-top: 14px;
  }
}
.topics-sideBox__listItem {
  background-color: #fff;
}
.topics-sideBox__listItem:not(:last-child) {
  margin-bottom: 1px;
}
[data-browser="game"] .topics-recommend {
  margin-top: 0;
  border-top: none;
}
[data-browser="game"] .topics-recommend div {
  display: none;
}
.topics-snsBts {
  font-size: 0;
  letter-spacing: -0.5em;
  text-align: right;
}
@media screen and (min-width: 760px), print {
  .topics-snsBts {
    padding: 14px 0 42px;
  }
}
html[data-n_switch="yes"] .topics-snsBts,
html[data-n_switch="yes"] .topics-snsBts * {
  display: none;
}
@media screen and (max-width: 759px) {
  .topics-snsBts--head {
    padding: 21px 0 35px;
  }
}
@media screen and (max-width: 759px) {
  .topics-snsBts--foot {
    padding: 21px 0 49px;
  }
}
.topics-snsBts__item {
  color: #737373;
  line-height: 0;
}
.topics-snsBts__item:first-child {
  padding-right: 14px;
  line-height: 20px;
}
.topics-snsBts__item:last-child {
  padding-right: 0;
}
@media screen and (min-width: 760px), print {
  .topics-snsBts__item {
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    vertical-align: top;
    padding-right: 4px;
  }
}
@media screen and (max-width: 759px) {
  .topics-snsBts__item {
    display: inline-block;
    font-size: 10px;
    letter-spacing: normal;
    vertical-align: top;
    padding-right: 7px;
  }
}
@media screen and (max-width: 374px) {
  .topics-snsBts__item:first-child {
    display: block;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 759px) {
  .topics-topArticleList {
    font-size: 0;
    letter-spacing: -0.5em;
    margin: 0 -14px;
    padding: 0 14px 49px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media screen and (min-width: 760px), print {
  .topics-topArticleList__item:not(:first-child) {
    padding-top: 42px;
  }
}
@media screen and (max-width: 759px) {
  .topics-topArticleList__item {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 7px;
    width: -webkit-calc((100% - 7px * (2 - 1)) / 2);
    width: -moz-calc((100% - 7px * (2 - 1)) / 2);
    width: calc((100% - 7px * (2 - 1)) / 2);
    float: none;
    white-space: normal;
  }
  .topics-topArticleList__item:not(:nth-child(-n+2)) {
    padding-top: 0;
  }
  .topics-topArticleList__item:last-child {
    margin-right: 0;
  }
}
.topics-topContent__headline {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  background-color: #e60012;
}
[data-theme='ranking'] .topics-topContent__headline {
  background-color: #6ac0eb;
}
[data-theme='kids'] .topics-topContent__headline {
  background-color: #ebb400;
}
[data-theme='special'] .topics-topContent__headline {
  background-color: #ff550d;
}
@media screen and (min-width: 760px), print {
  .topics-topContent__headline {
    position: relative;
  }
  .topics-topContent__headline:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-color: #e60012;
    border-top: 7px solid #e60012;
    border-right: 7px solid transparent !important;
    border-bottom: none !important;
    border-left: 7px solid transparent !important;
  }
  [data-theme='ranking'] .topics-topContent__headline:after {
    border-color: #6ac0eb;
  }
  [data-theme='kids'] .topics-topContent__headline:after {
    border-color: #ebb400;
  }
  [data-theme='special'] .topics-topContent__headline:after {
    border-color: #ff550d;
  }
  .topics-fixedHead.js-fixed .topics-topContent__headline {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .topics-fixedHead.js-fixed .topics-topContent__headline:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #e60012;
    border-right: 8px solid transparent !important;
    border-bottom: none !important;
    border-left: 8px solid transparent !important;
    border-color: rgba(0,0,0,0.1);
  }
}
@media screen and (max-width: 759px) {
  .topics-topContent__headline {
    margin-bottom: 21px;
  }
}
.topics-topContent__sub {
  position: relative;
}
@media screen and (max-width: 979px) {
  .topics-topContent__sub {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }
}
.topics-topGrid {
  position: relative;
  zoom: 1;
}
.topics-topGrid:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 980px), print {
  .topics-topGrid__main {
    float: left;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-topGrid__main {
    width: -webkit-calc(100% - 244px - (48px - 36px));
    width: -moz-calc(100% - 244px - (48px - 36px));
    width: calc(100% - 244px - (48px - 36px));
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-topGrid__main {
    width: -webkit-calc(100% - 238px - (44px - 20px));
    width: -moz-calc(100% - 238px - (44px - 20px));
    width: calc(100% - 238px - (44px - 20px));
  }
}
@media screen and (min-width: 760px), print {
  .topics-topGrid__main {
    zoom: 1;
  }
  .topics-topGrid__main:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 980px), print {
  .topics-topGrid__sub {
    float: right;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-topGrid__sub {
    width: 244px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-topGrid__sub {
    width: 238px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-topGrid__sub.topics-topContent__sub {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 980px), print {
  .topics-topGrid__sub.topics-topContent__sub.js-fixed {
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-topGrid__sub.topics-topContent__sub.js-fixed {
    right: 50%;
    margin-right: -560px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-topGrid__sub.topics-topContent__sub.js-fixed {
    right: 40px;
  }
}
@media screen and (min-width: 980px), print {
  .topics-topGrid__mainInner {
    border-right: 1px solid #ededed;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-topGrid__mainInner {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 36px;
    width: -webkit-calc((100% - 36px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 36px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 36px * (3 - 1)) / 3 - 0.1px);
    padding-right: 36px;
  }
  .topics-topGrid__mainInner:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .topics-topGrid__mainInner:nth-child(3n) {
    margin-right: 0;
  }
  .topics-topGrid__mainInner:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-topGrid__mainInner {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 20px;
    width: -webkit-calc((100% - 20px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 20px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 20px * (3 - 1)) / 3 - 0.1px);
    padding-right: 20px;
  }
  .topics-topGrid__mainInner:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .topics-topGrid__mainInner:nth-child(3n) {
    margin-right: 0;
  }
  .topics-topGrid__mainInner:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .topics-topGrid__mainInner {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 32px;
    width: -webkit-calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
    width: -moz-calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
    width: calc((100% - 32px * (3 - 1)) / 3 - 0.1px);
  }
  .topics-topGrid__mainInner:not(:nth-child(-n+3)) {
    padding-top: 0px;
  }
  .topics-topGrid__mainInner:nth-child(3n) {
    margin-right: 0;
  }
  .topics-topGrid__mainInner:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px), print {
  [data-browser="game"] .topics-topGrid__main {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  [data-browser="game"] .topics-topGrid__main {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
  }
}
[data-browser="game"] .topics-topGrid__sub {
  display: none;
}
[data-browser="game"] .topics-fixedHead--categories.js-fixed .topics-fixedHead__inner {
  width: -webkit-calc(100%) !important;
  width: -moz-calc(100%) !important;
  width: calc(100%) !important;
  max-width: 1120px;
}
@media screen and (min-width: 760px), print {
  .topics-viewAllBtArea {
    padding: 70px 0 98px;
  }
}
@media screen and (min-width: 1200px), print {
  .topics-viewAllBtArea {
    margin-right: 36px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .topics-viewAllBtArea {
    margin-right: 20px;
  }
}
@media screen and (max-width: 759px) {
  .topics-viewAllBtArea {
    border-top: 1px solid #e6e6e6;
    padding: 21px 0 49px;
  }
}
.topics-fixedHead.js-fixed .topics-fixedHead__inner {
  z-index: 3;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 TOPICS は別ドメインなので、アイコン系のmixinを使用せず、共通クラスを呼ぶようにする
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
