@charset "utf-8";
/*
------------------------------------------------------
初期設定 
-------------------------------------------------------
*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
}
body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅",
    Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  line-height: 1.6;
}
img {
  border: 0;
  vertical-align: bottom;
  height: auto;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
input,
label,
select,
textarea {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅",
    Verdana, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder {
  color: #8d8d8d;
}
/*
------------------------------------------------------
clearfix
-------------------------------------------------------
*/
.clearfix {
  _height: 1px;
  min-height: 1px;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
/* ajax */
.hidden {
  display: none !important;
}
.block {
  display: block !important;
}
/*
------------------------------------------------------
lozad
-------------------------------------------------------
*/
.lozad {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.lozad[data-loaded="true"] {
  opacity: 1;
}
/*
------------------------------------------------------
余白
------------------------------------------------------
*/
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45,
.mb50 {
  margin-bottom: 45px;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.fs14 {
  font-size: 14px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs20 {
  font-size: 20px !important;
}
.central {
  clear: both;
  text-align: center !important;
}
.central:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
/* [SP] 基本レイアウト(大枠)用CSS */
/*
プロパティは常に同じ順序で並べる。
1.位置情報系(position, top, right, z-index, display, float等)
2.サイズ(width, height, padding, margin)
3.文字系(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)
5.その他(animation, transition等)
*/
/*
------------------------------------------------------
フォント
------------------------------------------------------
*/
body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Verdana, sans-serif;
}
/*
@font-face {
  font-family: "Oswald";
  src: url("/common/numberweb/v4/font/Oswald-Regular.woff2") format("woff2");
}
*/
.font-oswald {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.font-mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*
------------------------------------------------------
headerエリア
------------------------------------------------------
*/
.global-header {
  position: sticky;
  top: 0;
  z-index: 1;
  transform: translateY(0);
}
.global-header .global-header-wrap {
  padding: 9px 8px 7px;
  background-color: #000;
}
.global-header .logo {
  text-align: center;
}
.global-header .logo img {
  width: 149px;
  height: auto;
}
.global-header.fix-header-menu {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
  transform: translateY(-88px);
  transition: all 0.6s;
}
.global-header.fix-header-menu-active {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
  transform: translateY(0);
  transition: all 0.6s;
}
.global-header .secondary-navs {
  display: block;
  background: #1e1e1e;
}
.global-header .olympic {
  display: block;
  background: #7c6b2f;
}
.global-header .secondary-navs-inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
.global-header .secondary-navs-inner .arrow {
  margin: 12px 2px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 11px;
}
.global-header .secondary-navs-inner .left-arrow {
  position: absolute;
  left: 0;
}
.global-header .secondary-navs-inner .right-arrow {
  position: absolute;
  right: 0;
}
.global-header .secondary-navs .secondary-navs-inner .categories {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
}
.global-header .secondary-navs .secondary-navs-inner .categories .category {
  display: flex;
  align-items: center;
  background: #1e1e1e;
}
.global-header .secondary-navs .secondary-navs-inner .categories .category a {
  color: #ffffff;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: bold;
  padding: 0 7px 1px 7px;
  margin: 8px 0;
  border-right: 1px solid #575757;
  background: #1e1e1e;
}
.global-header .secondary-navs .secondary-navs-inner .categories .category a.pickup-keyword-item {
  background: #434344;
  padding: 5px;
  border-radius: 10px;
  margin-left: 5px;
}
.global-header
  .secondary-navs
  .secondary-navs-inner
  .categories
  .category:last-child
  a {
  border-right: none;
}
.global-header .olympic .secondary-navs-inner .categories .category {
  background: #7c6b2f;
}
.global-header .olympic .secondary-navs-inner .categories .category a {
  border-right: 1px solid #978441;
  background: #7c6b2f;
}
.global-header
  .secondary-navs
  .secondary-navs-inner
  .categories
  .category.category-color01 {
  background: #97873d;
}
.global-header
  .secondary-navs
  .secondary-navs-inner
  .categories
  .category.category-color01
  a {
  background: #97873d;
  border-right: 0;
}
.global-header
  .secondary-navs
  .secondary-navs-inner
  .categories
  .category:has(+ .category-color01)
  a {
  border-right: 0;
}
/*
------------------------------------------------------
メニューボタン
------------------------------------------------------
*/
.fixed-navi-button {
  left: 10px;
  width: 46px;
  height: 39px;
  z-index: 20000001;
  width: 46px;
  height: 39px;
  border-radius: 2px;
  background-color: rgba(62, 62, 62, 0.85);
}
.mm-blocker-cover + .fixed-navi-button {
  position: fixed;
}
.global-header .global-header-wrap {
  position: relative;
}
.global-header .fixed-navi-button {
  position: absolute;
  top: 8px;
  background-color: inherit;
}
.global-header .signup {
  position: absolute;
  right: 15px;
  top: 17px;
}
.global-header .signup a {
  background-color: #b09c37;
  color: #000;
  padding: 5px 10px;
  font-size: 70%;
  border-radius: 3px;
  text-decoration: none;
}
.global-header .schedule  {
    color: #b09c37;
    font-size: 8.5px;
    text-align: center;
    margin-top: 5px;
    margin-right: 15px;
}
.fixed-navi-button.ua-apple {
  bottom: 40px;
}
.fixed-navi-button a {
  display: block;
  width: 48px;
  height: 43px;
  color: #fff;
  text-decoration: none;
}
.fixed-navi-button .text {
  line-height: 0;
  position: absolute;
  top: 27px;
  left: 8px;
}
.fixed-navi-button .text img {
  width: 30px;
  height: auto;
}
.fixed-navi-button .default-button span {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 30px;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
}
.fixed-navi-button .default-button span:before,
.fixed-navi-button .default-button span:after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  line-height: 1px;
  content: "　";
  background-color: #fff;
}
.fixed-navi-button .default-button span:before {
  top: -6px;
}
.fixed-navi-button .default-button span:after {
  bottom: -6px;
}
.fixed-navi-button .close-button span {
  position: absolute;
  top: 19px;
  left: 8px;
  width: 30px;
  height: 1px;
  line-height: 1px;
  background-color: #fff;
  opacity: 0;
}
.fixed-navi-button .close-button span:before {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1px;
  content: "　";
  background-color: #fff;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.global-header .fixed-navi-button .default-button span,
.global-header .fixed-navi-button .default-button span:before,
.global-header .fixed-navi-button .default-button span:after,
.global-header .fixed-navi-button .close-button span,
.global-header .fixed-navi-button .close-button span:before {
  background-color: #999;
}
/* アニメーション */
.animated {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-default {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
@-webkit-keyframes closeAnime {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes closeAnime {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes openAnime {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes openAnime {
  0% {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.openAnime {
  -webkit-animation-name: openAnime;
  animation-name: openAnime;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*
------------------------------------------------------
sns部品
------------------------------------------------------
*/
/* 記事上部用SNSエリア */
.single-sns-01 {
  position: relative;
  clear: both;
  margin: 0 0 8px;
  overflow: hidden;
}
.single-sns-01 ul {
  position: relative;
  float: left;
  left: 50%;
}
.single-sns-01 li {
  position: relative;
  left: -50%;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 8px 8px 0;
}
.single-sns-01 .sns-button-facebook,
.single-sns-01 .sns-button-twitter,
.single-sns-01 .sns-button-gplusone {
  width: 75px;
}
.single-sns-01 .sns-button-line,
.single-sns-01 .sns-button-pocket {
  width: 90px;
}
.single-sns-01 .sns-button-hatena {
  margin-left: 0;
}
/* 記事下部用SNSエリア */
.single-sns-02 h5 {
  padding-bottom: 3px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.5px;
  color: #7b7b7b;
  border-bottom: 1px solid #d0d0d0;
}
.single-sns-02 {
  clear: both;
  overflow: hidden;
  padding: 10px 0 35px;
  background-color: #efefef;
  margin: 0 calc(50% - 50vw);
}
.single-sns-02 ul {
  position: relative;
  float: left;
  left: 50%;
  display: flex;
  width: 80%;
  text-align: center;
}
.single-sns-02 li {
  position: relative;
  left: -50%;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
}
.single-sns-02 .sns-button-twitter {
  width: 25%;
  text-align: center;
}
.single-sns-02 span.sns_twitter_horizontal {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  color: #000;
}
.single-sns-02 .sns-button-line {
  width: 25%;
}
.single-sns-02 span.sns_line_horizontal {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  color: #02c755;
}
.single-sns-02 .sns-button-line img {
  width: 32px !important;
}
.single-sns-02 .sns-button-facebook {
  width: 25%;
}
.single-sns-02 span.sns_facebook_horizontal {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  color: #4267b2;
}
.single-sns-02 .sns-button-facebook img,
.single-sns-02 .sns-button-twitter img,
.single-sns-02 .sns-button-hatena img {
  width: 32px !important;
}
.single-sns-02 .sns-button-gplusone {
  width: 75px;
}
.single-sns-02 .sns-button-hatena {
  width: 25%;
}
.single-sns-02 span.sns_hatena_horizontal {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  color: #01a5de;
}
.single-sns-02 .sns-button-pocket {
  width: 90px;
}
/*
------------------------------------------------------
ランキング
------------------------------------------------------
*/
/* サイドエリア｜ニューススタイル2（SNSランキング） */
.side-news-style2 {
  padding: 5px;
  color: #fff;
  background-color: #010101;
  margin: 7px 0 8px;
}
.side-news-style2 .box-wrap {
  padding: 30px 0 23px;
  border: 2px solid #4d4d4d;
}
.side-news-style2 h3 {
  position: relative;
  margin-bottom: 22px;
  line-height: 1.3;
  font-size: 32.5px;
  letter-spacing: 3px;
  text-align: center;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/news-style2_bg01.png)
      5% 30px no-repeat,
    url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/news-style2_bg02.png)
      95% 30px no-repeat;
  background-size: 68px auto, 68px auto;
}
.side-news-style2 h3 span {
  display: block;
  line-height: 1.1;
  font-size: 20px;
  letter-spacing: 6px;
}
.side-news-style2 h4 {
  position: relative;
  margin-bottom: 22px;
  line-height: 1.3;
  font-size: 32.5px;
  letter-spacing: 3px;
  text-align: center;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/news-style2_bg01.png)
      5% 10px no-repeat,
    url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/news-style2_bg02.png)
      95% 10px no-repeat;
  background-size: 68px auto, 68px auto;
}
.side-news-style2 .border {
  position: absolute;
  top: 92px;
  left: 135px;
  width: 20px;
  height: 1px;
  line-height: 1px;
  background-color: #7b7b7c;
}
.side-news-style2 input[type="radio"] {
  display: none;
}
.side-news-style2 .tab_area {
  position: relative;
  font-size: 0;
  margin: 0;
  text-align: center;
}
.side-news-style2 .tab_area label {
  width: 70px;
  margin: 0;
  display: inline-block;
  padding: 4px 0;
  color: #999;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
}
.side-news-style2 .panel_area {
  margin-top: 22px;
  width: 100%;
}
.side-news-style2 .tab_panel {
  width: 100%;
}
.side-news-style2 .tab_area label.is-selected {
  background: #000;
  color: #cfaf3f;
  border-bottom: 2px solid #b8a359;
  margin-bottom: -2px;
}
.side-news-style2 .panel_area .tab_panel ul {
  width: 100%;
  margin: 0 auto;
}
.side-news-style2 .panel_area .tab_panel li {
  position: relative;
  min-height: 36px;
  padding: 0 0 0 39px;
  margin-bottom: 15px;
  font-size: 13.5px;
  clear: both;
}
.side-news-style2 .panel_area .tab_panel li:after {
  position: absolute;
  top: 0;
  left: 10px;
  width: 35px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-style: italic;
  color: #b8a359;
}
.side-news-style2 .panel_area .tab_panel li:nth-child(1):after {
  padding-left: 5px;
  content: "1";
}
.side-news-style2 .panel_area .tab_panel li:nth-child(2):after {
  content: "2";
}
.side-news-style2 .panel_area .tab_panel li:nth-child(3):after {
  content: "3";
}
.side-news-style2 .panel_area .tab_panel li:nth-child(4):after {
  content: "4";
  color: #cdcdcd;
}
.side-news-style2 .panel_area .tab_panel li:nth-child(5):after {
  content: "5";
  color: #cdcdcd;
}
.side-news-style2 .panel_area .tab_panel li a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding-right: 10px;
}
.side-news-style2 .panel_area .tab_panel li a:hover {
  text-decoration: underline;
}
.side-news-style2 .panel_area .tab_panel li a img {
  float: left;
  width: 80px;
  margin: 0 10px 10px 0;
}
.side-news-style2 .ranking-more {
  font-size: 81%;
  text-align: center;
}
.side-news-style2 .ranking-more a {
  color: #fff;
  padding: 7px 0;
  background-color: #222;
  display: block;
  margin: 0 20px 10px;
}
/*
------------------------------------------------------
サイドメニュー 開閉
------------------------------------------------------
*/
/* メニュー部分 */
.mm-menu {
  margin: 0;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 20000001;
  transition: 0.3s;
}
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20000001;
  width: 100%;
}
.mm-menu > .mm-panel .fixed-navi-button {
  top: 6px;
  background: #000000;
}
.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px 20px 18px;
}
/* NUMBER_DEV-616 SD：ハンバーガーメニュー、jsを使わずCSSだけで作り直したい */
#side-menu,
#side-menu-header {
  display: none;
}
#side-menu:checked ~ .mm-menu,
#side-menu-header:checked ~ .mm-menu {
  left: 0;
}
#side-menu-header:checked ~ .fixed-navi-button {
  display: none;
}
#side-menu-header:checked ~ .mm-page .global-header .fixed-navi-button,
#side-menu:checked ~ .mm-menu .mm-panel .fixed-navi-button {
  display: none;
}
#side-menu-header:checked ~ .mm-menu .fixed-navi-button {
  position: fixed;
  background-color: rgba(62, 62, 62, 0.85);
}
#side-menu-header:checked ~ .mm-page {
  z-index: unset;
}
#side-menu:checked ~ .fixed-navi-button .close-button > span,
#side-menu-header:checked
  ~ .mm-page
  .global-header
  .fixed-navi-button
  .close-button
  > span,
#side-menu-header:checked ~ .mm-menu .fixed-navi-button .close-button > span {
  -webkit-animation-name: closeAnime;
  animation-name: closeAnime;
}
#side-menu:checked ~ .fixed-navi-button .default-button,
#side-menu-header:checked
  ~ .mm-page
  .global-header
  .fixed-navi-button
  .default-button,
#side-menu-header:checked ~ .mm-menu .fixed-navi-button .default-button {
  display: none;
}
#side-menu-header:checked ~ .drawer-overlay > .global-header.fix-header-menu,
#side-menu-header:checked ~ .drawer-overlay > .global-header.fix-header-menu {
  position: unset;
}
/* コンテンツ部分 */
.mm-page {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.mm-blocker-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
  -o-transition: -o-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
/* メニュー開閉時 */
.mm-opened {
  overflow: hidden;
  position: relative;
}
.mm-opened .mm-blocker-cover,
.mm-menu.mm-current {
  display: block;
}
.mm-opened body {
  overflow: hidden;
}
.mm-effect-slide-menu.mm-opening .mm-slideout {
  -webkit-transform: translate(214px, 0);
  -moz-transform: translate(213px, 0);
  -o-transform: translate(213px, 0);
  transform: translate(213px, 0);
}
.mm-effect-slide-menu.mm-opening .mm-blocker-cover {
  -webkit-transform: translate(212px, 0);
  -moz-transform: translate(212px, 0);
  -o-transform: translate(212px, 0);
  transform: translate(212px, 0);
  opacity: 0.8;
}
.mm-menu.mm-current {
  position: fixed;
}
.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-213px, 0, 0);
  -moz-transform: translate3d(-213px, 0, 0);
  -o-transform: translate3d(-213px, 0, 0);
  transform: translate3d(-213px, 0, 0);
}
.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
------------------------------------------------------
サイドナビ
------------------------------------------------------
*/
/* 新メニュー */
.global-side {
  width: 94%;
  padding: 0 3% 20px 3%;
  text-align: left;
  color: #fff;
  background-color: #1c1c1d;
}
.mm-menu > .mm-panel {
  width: 100%;
}
.global-side a {
  text-decoration: none;
  color: #fff;
}
.global-side img {
  height: auto;
}
.global-side .logo {
  padding: 25px 0 24px;
  text-align: center;
}
.global-side .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-side .home-button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
}
.global-side .home-button span {
  display: inline-block;
  padding: 2px 14px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/side_home_icon.png)
    right center no-repeat;
  background-size: 7px auto, 4px auto;
}
.global-side .memberbtn {
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.global-side .memberbtn .premier {
  width: 48.5%;
  margin: 0 3% 0 0;
}
.global-side .memberbtn .premier a {
  width: 100%;
  height: 34px;
  background: #192239;
  border: 1px solid #676767;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 2px;
}
.global-side .memberbtn .premier img {
  width: 140px;
  height: 16px;
}
.global-side .memberbtn .login {
  width: 48.5%;
  margin: 0;
}
.global-side .memberbtn .login a {
  width: 100%;
  height: 34px;
  background-color: #f0f1f2;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 2px;
}
.global-side p.login {
  text-align: center;
  margin-bottom: 15px;
}
.global-side p.login a {
  color: #c1a643;
  font-size: 14px;
}
.global-side .search-input {
  width: 228px;
  height: 25px;
  padding: 2px 0 2px 7px;
  margin: 20px auto;
  box-sizing: border-box;
  text-align: left;
  background-color: #333334;
}
.global-side .search-input form {
  height: 21px;
}
.global-side .search-input input[type="text"] {
  width: 195px;
  height: 22px;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
  color: #fff;
  border: 0;
  background: none;
}
.global-side .search-input input[type="search"] {
  width: 145px;
  height: 22px;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
  color: #fff;
  border: 0;
  background: none;
}
.global-side .search-input input[type="submit"],
.global-side .search-input input[type="reset"] {
  display: inline-block;
  width: 17px;
  height: 22px;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: -1000em;
  vertical-align: top;
  border: 0;
}
.global-side .search-input input[type="submit"] {
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/side_search_submit.png)
    0 0 no-repeat;
  background-size: 17px auto;
}
.global-side .search-input input[type="reset"] {
  display: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/side_search_reset.png)
    0 0 no-repeat;
  background-size: 17px auto;
}
.global-side .search-input.text-on input[type="submit"] {
  display: none;
}
.global-side .search-input.text-on input[type="reset"] {
  display: inline-block;
}
.global-side input::-webkit-input-placeholder,
.global-side input::-moz-placeholder {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #858586;
}
.global-side .login-link {
  margin-bottom: 20px;
}
.global-side .nsc li {
  font-size: 14px;
  margin-bottom: 5px;
  width: 44%;
  float: left;
  line-height: 1.4em;
  text-indent: -3.5%;
  margin-left: 3.5%;
  margin-right: 2%;
}
.global-side .nsc li a {
  padding-left: 10px !important;
}
.global-side li.small {
  font-size: 10px;
}
.global-side .link-style-01 li:last-child {
  margin-bottom: 0;
}
.global-side .link-style-01 li a {
  padding-left: 14px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon01.png)
    left center no-repeat;
  background-size: 4px auto;
}
.global-side .link-style-02 li {
  margin-bottom: 15px;
  font-size: 13.5px;
  letter-spacing: 1px;
}
.global-side .link-style-02 li:last-child {
  margin-bottom: 0;
}
.global-side .link-style-02 li a {
  display: inline-block;
  padding: 4px 14px 4px 0;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/link_icon01.png)
    right center no-repeat;
  background-size: 4px auto;
}
.global-side dl {
  margin-bottom: 50px;
}
.global-side dt {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 10.5px;
  letter-spacing: 1px;
  color: #999;
  border-bottom: 1px solid #49494a;
}
.global-side .nsc dt,
.global-side dt.gold {
  color: #c1a643;
  border-bottom: 1px solid #756a42;
  margin-bottom: 15px;
}
.global-side .nsc dt {
  font-size: 11.5px;
}
.global-side dt:after {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 10px;
  height: 1px;
  line-height: 1px;
  content: "　";
  background-color: #8a8a8a;
}
.global-side .nsc dt:after,
.global-side dt.gold:after {
  background-color: #aa9f77;
}
.global-side dd {
  margin-bottom: 35px;
}
.global-side dd figure {
  margin-bottom: 10px;
}
.global-side .sns-link {
  padding: 5px 0 0 34px;
}
.global-side .sns-link li {
  float: left;
  margin: 0 30px 15px 0;
}
.global-side .sns-link li:nth-child(3n) {
  margin-right: 0;
}
.global-side .sns-link li:nth-child(3n + 1) {
  clear: both;
}
.global-side .sns-link li:nth-last-of-type(1),
.global-side .sns-link li:nth-last-of-type(2),
.global-side .sns-link li:nth-last-of-type(3) {
  margin-bottom: 0;
}
.global-side .copyright {
  padding: 0 14px 20px 0;
  font-size: 9px;
  color: #a8a8a8;
  text-align: center;
}
.global-side #smp-nickname {
  font-size: 12px;
  color: #a58b2c;
  padding-bottom: 5px;
}
.global-side p.hakone {
  clear: both;
  font-size: 13.5px;
  text-align: center;
  width: 99%;
  margin-top: -13px;
}
.global-side p.hakone a {
  padding: 4px 3% 5px 3%;
  display: block;
}
.global-side ul.genre-navi {
  width: 100%;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-top: 0;
}
.global-side ul.genre-navi li {
  float: left;
  clear: both;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 13.5px;
  width: 49.8%;
  text-align: left;
}
.global-side ul.genre-navi li a {
  padding: 5px 0 5px 7%;
  display: block;
}
.global-side ul.genre-navi li a.gold {
  color: #e1c355;
}
.global-side ul.genre-navi li:first-child,
.global-side ul.genre-navi li:nth-child(2) {
  border-top: none;
}
.global-side ul.genre-navi li:nth-child(even) {
  clear: none;
  border-right: 0px solid #fff;
}
.global-side ul.genre-navi:first-child {
  border-bottom: none;
}
.global-side ul.genre-navi li.charges,
.global-side ul.genre-navi li.news {
  clear: both;
  border-top: 1px solid #333;
  border-right: none;
  font-size: 13.5px;
  width: 100%;
  text-align: center;
}
.global-side ul.genre-navi li.charges {
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
}
.global-side ul.genre-navi li.news {
  margin: 15px 0 0;
}
.global-side ul.genre-navi li.charges a,
.global-side ul.genre-navi li.news a {
  padding: 5px 0;
}
/*
------------------------------------------------------
ぱんくず
------------------------------------------------------
*/
.rcrumbs {
  margin-bottom: 8px;
  overflow: hidden;
}
.rcrumbs .rcrumbs-wrap {
  height: 16px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #efefef;
}
.rcrumbs ul {
  height: 16px;
}
.rcrumbs ul li {
  position: relative;
  float: left;
  height: 10px;
  line-height: 10px;
  padding: 4px 10px 3px 0;
  margin-right: 5px;
  font-size: 10px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/rcrumbs_next.png)
    right 0 no-repeat;
  background-size: auto 16px;
  overflow: hidden;
}
.rcrumbs ul li img {
  vertical-align: middle;
}
.rcrumbs ul li a {
  display: block;
  position: relative;
  height: 16px;
  float: left;
  color: #000;
  text-decoration: none;
}
.rcrumbs ul li span {
  display: block;
  overflow: hidden;
}
.rcrumbs ul li:first-child {
  padding-top: 4px;
  line-height: 9px;
  padding-left: 10px;
}
.rcrumbs ul li:first-child img {
  vertical-align: top;
}
.rcrumbs ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
.rcrumbs ul li .chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
  height: 16px;
  width: 8px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/rcrumbs_next.png)
    right 0 no-repeat;
  background-size: auto 16px;
}
/*
------------------------------------------------------
コンテンツエリア
------------------------------------------------------
*/
.global-container {
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/content_bg.png)
    0 0 repeat;
  background-size: 50px auto;
  padding-bottom: 10px;
}
.global-container a {
  color: #2169c2;
  text-decoration: none;
}
.main-article-inner {
  padding: 10px 8px;
  font-size: 13px;
  background-color: #fff;
}
.main-article-inner section {
  margin-bottom: 18px;
}
.main-article-inner a {
  color: #2169c2;
  text-decoration: none;
}
/*
------------------------------------------------------
タイトル
------------------------------------------------------
*/
/* h1タイトルスタイル1 */
.container-h1-style1 {
  position: relative;
  padding-bottom: 5px;
  margin: 0 8px 8px;
  font-weight: 300;
  font-size: 18.5px;
  border-bottom: 1px solid #aaacb0;
}
.container-h1-style1:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 29px;
  height: 1px;
  line-height: 1px;
  content: "　";
  background-color: #2a2928;
}
/* h1タイトルスタイル2 */
.container-h1-style2 {
  position: relative;
  line-height: 1.3;
  padding: 5px 0;
  margin: 0 8px 8px;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #aaacb0;
}
.container-h1-style2:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 29px;
  height: 1px;
  line-height: 1px;
  content: "　";
  background-color: #2a2928;
}
/* タイトルスタイル1 */
.container-title-style1 {
  line-height: 1.5;
  margin: 0 8px 5px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.5px;
}
/* 下層｜h2タイトル｜スタイル1 */
.container-h2-style1 {
  position: relative;
  padding: 4px 10px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  background-color: #202226;
}
/* 下層｜h3タイトル｜スタイル1 */
.container-h3-style1 {
  position: relative;
  padding: 0 0 2px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #aaacb0;
}
.container-h3-style1:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 11px;
  height: 1px;
  line-height: 1px;
  content: "　";
  background-color: #2a2928;
}
/* 関連キーワード */
.article-related-word {
  padding: 20px 15px 18px 15px;
}
.article-related-word dt {
  font-weight: bold;
  margin-bottom: 8px;
}
.article-related-word dd {
  display: inline;
}
.article-related-word dd a {
  background-color: #545558;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  padding: 6px 13px 4px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 6px;
}
.article-related-word dd a:link,
.article-related-word dd a:visited,
.article-related-word dd a:active {
  background-color: #545558;
  color: #fff;
}
.article-related-word dd a:hover {
  background-color: #000;
}
/*
------------------------------------------------------
記事リスト01
------------------------------------------------------
*/
/* 記事リスト01｜サイズ大 */
.news-box-01-b {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d8dbdf;
}
.news-box-01-b a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.news-box-01-b figure:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "　";
  background-color: rgba(0, 0, 0, 0);
}
.news-box-01-b figure img {
  width: 100%;
  height: auto;
}
.news-box-01-b .text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 8px 9px 8px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(20%, rgba(0, 0, 0, 0.2)),
    color-stop(60%, rgba(0, 0, 0, 0.4)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
}
.news-box-01-b h2 {
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 15.5px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media only screen and (max-device-width: 320px) {
  .news-box-01-b h2 {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.news-box-01-b .writer-name {
  line-height: 1.4;
  margin-bottom: -10px;
  font-size: 11px;
  letter-spacing: 1px;
}
.news-box-01-b .writer-name span {
  display: none;
  line-height: 1.2;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1px;
}
.news-box-01-b .other-data {
  line-height: 1.2;
  font-size: 9px;
  text-align: right;
  letter-spacing: 1px;
}
.news-box-01-b .other-data .category {
  display: inline-block;
  padding-right: 5px;
  margin-right: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.news-box-01-b .other-data .date {
  font-weight: 400;
  letter-spacing: 1px;
}
.other-data .pay {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  background-color: #998641;
  color: #fff;
}
/* 記事リスト01｜サイズ中 */
.news-box-01-m {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d8dbdf;
}
.news-box-01-m a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.news-box-01-m figure:after,
.news-box-01-m figure:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "　";
}
.news-box-01-m figure:after {
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(40%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.2))
  );
}
.news-box-01-m figure:before {
  background-color: rgba(0, 0, 0, 0);
}
.news-box-01-m figure img {
  width: 100%;
  height: auto;
}
.news-box-01-m .text-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 8px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(20%, rgba(0, 0, 0, 0.2)),
    color-stop(60%, rgba(0, 0, 0, 0.4)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
}
.news-box-01-m .column-name {
  line-height: 1.3;
  padding-left: 17px;
  margin-bottom: 3px;
  font-size: 9px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/title/article_category_icon.png)
    0 0 no-repeat;
  background-size: 14px auto;
}
.news-box-01-m h2,
.news-box-01-m h3,
.news-box-01-m h4 {
  position: relative;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.news-box-01-m .writer-name {
  line-height: 1.4;
  font-size: 11px;
  letter-spacing: 1px;
  width: 60%;
}
.news-box-01-m .writer-name span {
  display: none;
  line-height: 1.2;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1px;
}
.news-box-01-m .other-data {
  position: absolute;
  bottom: 9px;
  right: 8px;
  line-height: 1.2;
  font-size: 9px;
  text-align: right;
  letter-spacing: 1px;
  min-height:12px;
}
.news-box-01-m .other-data .category {
  display: inline-block;
  padding-right: 5px;
  margin-right: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.news-box-01-m .other-data .date {
  font-weight: 400;
  letter-spacing: 1px;
}
/* 記事リスト01｜サイズ小 */
.news-box-01-s {
  background-color: #000;
}
.news-box-01-s a {
  display: block;
  padding: 0 8px 6px;
  text-decoration: none;
  color: #fff;
}
.news-box-01-s figure {
  margin: 0 -8px 8px;
}
.news-box-01-s figure img {
  width: 100%;
  height: auto;
}
.news-box-01-s h2,
.news-box-01-s h3,
.news-box-01-s h4 {
  position: relative;
  min-height: 4.5em;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.news-box-01-s .column-name {
  padding-left: 17px;
  margin-bottom: 3px;
  font-size: 9px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/article_category_icon.png)
    0 0 no-repeat;
  background-size: 14px auto;
}
.news-box-01-s .text {
  position: relative;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 10.5px;
  font-weight: normal;
}
.news-box-01-s .text .highlight {
  display: inline-block;
  line-height: 1.2;
  padding: 0 2px;
  background-color: #fff452;
  color: #000;
}
.news-box-01-s .writer-name {
  line-height: 1.4;
  margin-bottom: 3px;
  font-size: 10px;
  letter-spacing: 1px;
}
.news-box-01-s .writer-name span {
  display: none;
  line-height: 1.2;
  font-size: 7.5px;
  font-weight: 400;
  letter-spacing: 1px;
}
.news-box-01-s .other-data {
  line-height: 1.2;
  font-size: 8px;
  text-align: right;
  letter-spacing: 1px;
  min-height:10px;
}
.news-box-01-s .other-data .category {
  display: inline-block;
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.news-box-01-s .other-data .date {
  letter-spacing: 1px;
  font-weight: 400;
}
/* 記事リスト01｜アニメーション */
.animate-default {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/*
------------------------------------------------------
キーワードプロフィール
------------------------------------------------------
*/
.container-h1-style3 { 
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 5px 10px;
}
.container-h1-style3 span.furigana {
  font-size: 12px;
  color: #707070;
}
/* プロフィール */
#kw-profile-title {
  font-size: 16px;
  background-color: #fff;
  padding: 20px 0 0 10px;
}
#kw-profile {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 5px 10px 20px;
}
#kw-profile div {
  display: flex;
}
#kw-profile img {
  width: 107px;
  height: 129px;
}
#kw-profile table {
  # border: 0.5px solid #707070;
  box-shadow: 0 0 0 0.5px #707070;
  margin-left: 10px;
  color: #000;
  width: 100%;
  font-size: 12.5px;
}
#kw-profile table tr:not(:last-child) {
  border-bottom: 1px solid #cdced2;
}
#kw-profile table th {
  background-color: #eee;
  padding: 0 5px;
}
#kw-profile table td {
  padding: 0 5px;
}
#kw-profile p {
  border: 0.5px solid #707070;
  padding: 10px;
  margin-top: 10px;
  color: #000;
  font-size: 12.5px;
}
#kw-profile table span.age {
  font-size: 11px;
}
/* ランキング */
#kw-ranking-title {
  font-size: 16px;
  background-color: #fff;
  padding: 20px 0 0 10px;
}
#kw-ranking {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 5px 10px 10px;
}
#kw-ranking img {
  width: 80px;
  height: 60px;
}
#kw-ranking .rank > span {
  font: italic normal normal 24px/24px "Oswald", "sans-serif";
  margin-right: 5px;
}
#kw-ranking .rank_1 {
  color: #D0B964;
}
#kw-ranking .rank_2 {
  color: #A4A4A4;
}
#kw-ranking .rank_3 {
  color: #CD906E;
}
#kw-ranking li {
  display: flex;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #cdced2;
}
#kw-ranking li:last-child {
  border-bottom: none;
}
#kw-ranking li a {
  display: flex;
  gap: 10px;
}
#kw-ranking .title {
  font-size: 14px;
  font-weight:bold;
  color: #000;
  line-height:1.5;
}
/* ギャラリー */
#kw-gallery-title {
  font-size: 16px;
  background-color: #fff;
  padding: 20px 0 0 10px;
}
#kw-gallery {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 5px 10px 20px;
}
#kw-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
#kw-images img {
  width: 115px;
  height: 77px;
}
#kw-gallery .photo-btn a {
  width: 75%;
  margin: 15px auto 0;
  padding: 8px;
  background-color: #353535;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 90%;
}
#kw-gallery .photo-btn a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/* 記事一覧 */
#kw-article-title {
  font-size: 16px;
  background-color: #fff;
  padding: 20px 0 0 10px;
}
#kw-article {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 5px 10px 20px;
}
#kw-article li {
  padding: 15px 0;
  border-bottom: 1px solid #cdced2;
  font-size: 14px;
}
#kw-article li a {
  color: #000;
}
#kw-article li:last-child {
  border-bottom: none;
}
#kw-article img {
  width: 110px;
  height: 83px;
}
#kw-article li .top-content {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  font-weight:bold;
  line-height:1.5;
}
#kw-article li .bottom-content {
  display: flex;
  justify-content: space-between;
  font-size: 70%;
  color: #707070;
}

/*
------------------------------------------------------
マガジン最新号
------------------------------------------------------
*/
.magazine-box-style {
  padding: 5px;
  color: #fff;
  background-color: #010101;
}
.magazine-box-style .box-wrap {
  padding: 20px 25px;
  border: 2px solid #4d4d4d;
}
.magazine-box-style h3 {
  margin-bottom: 17px;
  text-align: center;
  line-height: 1.3;
}
.magazine-box-style h3 span:nth-of-type(1) {
  line-height: 1.2;
  font-size: 32.5px;
  font-weight: 300;
  letter-spacing: 2px;
}
.magazine-box-style h3 span:nth-of-type(2) {
  position: relative;
  display: inline-block;
  font-size: 11.5px;
  font-weight: normal;
  letter-spacing: 1.5px;
}
.magazine-box-style h3 span:nth-of-type(2):before,
.magazine-box-style h3 span:nth-of-type(2):after {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 1px;
  line-height: 1px;
  content: "　";
  background-color: #717171;
}
.magazine-box-style h3 span:nth-of-type(2):before {
  left: -20px;
}
.magazine-box-style h3 span:nth-of-type(2):after {
  right: -16px;
}
.magazine-box-style ul {
  overflow: hidden;
}
.magazine-box-style li {
  float: left;
  width: 45%;
  text-align: center;
}
.magazine-box-style li:nth-child(even) {
  float: right;
}
.magazine-box-style li a {
  display: block;
  color: #fff !important;
  text-decoration: none;
}
.magazine-box-style figure {
  margin-bottom: 8px;
}
.magazine-box-style figure img {
  width: 100%;
  max-width: 115px;
  height: auto;
}
.magazine-box-style .date {
  margin-bottom: 8px;
  font-size: 12px;
}
.magazine-box-style .date span {
  font-size: 14px;
  letter-spacing: 3px;
}
.magazine-box-style .button {
  padding: 6px 5px;
  font-size: 12px;
  border: 1px solid #fff;
}
.magazine-box-style .button-teiki {
  color: #fff;
  padding: 6px 0px 6px;
  text-align: center;
  font-size: 13px;
  background-color: #222222;
  margin: 10px 0px 0px;
}
.magazine-box-style a:link .button-teiki,
.magazine-box-style a:visited .button-teiki,
.magazine-box-style a:active .button-teiki {
  text-decoration: none;
}
/* [SP] 広告エリア用CSS */
/*
プロパティは常に同じ順序で並べる
1.位置情報系(position, top, right, z-index, display, float等)
2.サイズ(width, height, padding, margin)
3.文字系(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)
5.その他(animation, transition等)
*/
/*
------------------------------------------------------
 header（ヘッダー＆ヘッダー直下エリア
------------------------------------------------------
*/
/*
------------------------------------------------------
 [skin-top]トップページ バナー単体
------------------------------------------------------
*/
.container-banner-01,
.container-banner-02,
.container-banner-03 {
  background-color: #fff;
  text-align: center;
}
.container-banner-01,
.container-banner-02 {
  padding: 10px 0;
}
.container-banner-02 {
  margin: 0 auto;
  min-height: 320px;
}
.container-banner-02,
.container-banner-03 {
  display: block;
}
.container-banner-03 {
  padding: 0 0 18px;
}
.container-banner-01 img,
.container-banner-02 img,
.container-banner-03 img {
  width: 100%;
  height: auto;
}
/*
------------------------------------------------------
 [skin-archive][skin-author]
競技カテゴリ・雑誌バックナンバー
著者リスト・著者別記事一覧
------------------------------------------------------
*/
/*
------------------------------------------------------
 [skin-single]
コラム・名言・雑誌目次
------------------------------------------------------
*/
/*記事下広告*/
.article-end-ad {
  clear: both;
  margin: 10px auto 10px 10px;
  text-align: center;
}
/*
------------------------------------------------------
 [skin-page]上記以外
------------------------------------------------------
*/
/*
------------------------------------------------------
Number1000号カウントダウンバナー
------------------------------------------------------
*/
.countdown-banner {
  background-color: #000;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding: 1px 0 16px;
  color: #ab941d;
}
.countdown-banner span.number {
  font-size: 35px;
  padding-left: 2px;
  vertical-align: -2px;
  font-weight: bold;
}
.countdown-banner span.catch {
  font-size: 17px;
  color: #fff;
}
/*
------------------------------------------------------
中止のお知らせ：Number Do EKIDEN　Number Futsal Cup
------------------------------------------------------
*/
.kokuchi-box {
  background-color: #000;
  padding-bottom: 10px;
}
p.discontinued a {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 7px 10px 6px 10px;
  font-weight: normal;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  width: 90%;
  margin: 0 auto;
}
/* 記事リスト01｜READ MORE */
.more-news-box {
  display: none;
}
/* 記事リスト01｜READ MORE ボタン */
/* by JB 記事一覧へを追加 */
.news-more-button,
.list-button {
  margin: 20px;
  padding: 20px 16px 20px 5px;
  border-radius: 2px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  background-color: #292a2a;
}
.news-more-button span,
.list-button span {
  display: inline-block;
  padding: 0 26px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sp/more_button_icon.png)
    right center no-repeat;
  background-size: 18px auto;
}
.list-button {
  display: none;
  padding: 13px 16px 20px 5px;
}
.list-button span {
  background: #292a2a
    url(https://number.ismcdn.jp/common/numberweb/v4/images/top/more_button_icon2_cur.png)
    right center no-repeat;
  font-size: 18px;
}
.list-button a,
.list-button a:visited,
.list-button a:hover {
  color: #fff;
}

.news-more-button + .list-button {
  padding: 0;
}
.news-more-button + .list-button a {
  width: 100%;
  height: 55px;
  display: block;
  position: relative;
}
.news-more-button + .list-button a span {
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  top: 0;
  padding: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  line-height: 1.3;
  background: #292a2a
    url(https://number.ismcdn.jp/common/numberweb/v4/images/top/more_button_icon2_cur.png)
    right 50px center no-repeat;
}
/*
------------------------------------------------------
年齢確認モーダル
------------------------------------------------------
*/
.age_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  color: #333;
  text-align: center;
}
.age_popup.is_show {
  opacity: 1;
  visibility: visible;
}
.age_popup .age_popup_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 345px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 14px;
  z-index: 10;
  box-sizing: border-box;
}
.age_popup .close_button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.age_popup .age_popup_black {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.age_popup .title {
  font-size: 22px;
  font-weight: bold;
}
.age_popup .title:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  display: block;
  margin: 6px auto 15px;
}
.age_popup .text_first {
  font-size: 12px;
  color: #707070;
  margin-bottom: 20px;
}
.age_popup .text_sec {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.age_popup .flex {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.age_popup .button {
  display: inline-block;
  width: 110px;
  height: 40px;
  border-radius: 30px;
  cursor: pointer;
}
.age_popup .button span {
  padding: 6px 20px;
  display: block;
  line-height: 0.9;
  font-weight: bold;
}
.age_popup .button span small {
  font-size: 70%;
  font-weight: normal;
}
.age_popup .yes.button {
  background: #000;
  color: #fff;
}
.age_popup .no.button {
  background: #fff;
  border: solid 1px #000;
  text-decoration: none;
}
.age_popup .no.button a {
  color: #000;
}
body.age_popup_open {
  height: 100vh;
  overflow-y: hidden;
}
/*
------------------------------------------------------
footeroverlay
------------------------------------------------------
*/
.ad-overlay {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483646;
  text-align: center;
}

/*
------------------------------------------------------
ランキング共通パーツ
------------------------------------------------------
*/
.m-ranking-select{
  position: relative;
}
.m-ranking-select__current{
  position: relative;
  margin: 0 auto 20px;
  padding: 9px 0;
  width: 215px;
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-align: center;
  background: #fff;
  border: solid 1px #707070;
}
.m-ranking-select__current:hover{
  cursor: pointer;
}
.m-ranking-select__current:before, .m-ranking-select__current:after{
  content: '';
  position: absolute;
  top: 46%;
  right: 20px;
  width: 8px;
  height: 3px;
  background: #cfaf3f;
  transform: rotate(45deg) translateY(-50%);
}
.m-ranking-select__current:after{
  right: 14px;
  transform: rotate(-45deg) translateY(-50%);
}
.m-ranking-pulldown{
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5px 0;
  width: 215px;
  height: 400px;
  font-size: 15px;
  line-height: 1.25;
  color: #000;
  background: #fff;
  border: solid 1px #707070;
  transform: translateX(-50%);
  overflow-y: scroll;
  display: none;
  z-index: 10;
}
.m-ranking-pulldown_list{
  position: relative;
  padding: 5px 20px 5px 30px;
}
.m-ranking-pulldown_list:hover{
  color: #000;
  background: #e7e9ec;
  cursor: pointer;
}
.m-ranking-pulldown_list.--children{
  padding-left: 45px;
}
.m-ranking-pulldown_list.--grandchildren{
  padding-left: 60px;
}
.m-ranking-pulldown_list.is-current:before, .m-ranking-pulldown_list.is-current:after{
  content: '';
  position: absolute;
  top: 46%;
  left: 10px;
  width: 8px;
  height: 3px;
  background: #cfaf3f;
  transform: rotate(45deg) translateY(-50%);
}
.m-ranking-pulldown_list.is-current:after{
  left: 16px;
  width: 12px;
  transform: rotate(-45deg) translateY(-50%);
}
.m-rankings{
  position:relative;
}

/*
------------------------------------------------------
loading
------------------------------------------------------
*/
.m-loading-wrap{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  z-index: 10;
  transition: all 0.5s;
  display: none;
}
.m-loading-wrap__col{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    transform: translate(-50%, -50%);
  }

@keyframes loadingclear {
  0% {
  opacity: 1;
  }
  98% {
    opacity: 0;
  } 
  100% {
    visibility: hidden;
    display: none;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.m-loading-ball-scale-multiple {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 4px;
}
.m-loading-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.m-loading-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.m-loading-ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}