@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;
  max-width: 100%;
}
address,caption,cite,code,dfn,em,th,var{
  font-style:normal;
  font-weight:normal;
}
/*
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
*/
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 {
  color: #8d8d8d;
}
::-moz-placeholder {
  color: #8d8d8d;
}
:-moz-placeholder {
  color: #8d8d8d;
}
/*
------------------------------------------------------
clearfix
-------------------------------------------------------
*/
.clearfix{
  _height: 1px;
  min-height: 1px;
  /*\*//*/height:auto;overflow:hidden;/**/
}
.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 .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 {margin-bottom: 45px;}
.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;
}
/* [PC] 基本レイアウト(大枠)用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 {
  position: relative;
  color: #2a2928;
  min-width:1222px;
}
/*
a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.60;
}
*/
.global-container a {
  color: #2169c2;
  text-decoration: none;
}
/*
------------------------------------------------------
フォント
------------------------------------------------------
*/
.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;
}
/*
------------------------------------------------------
グローバルナビ上部
------------------------------------------------------
*/
.lb-opened .globalnavi1 .navi-wrap > ul,
.lb-opened .globalnavi1 .navi-wrap > .sub,
.lb-opened .globalnavi1 .navi-wrap > .search,
.lb-opened .globalnavi1 .navi-wrap > .logo {
  opacity: 0.6;
}
.lb-opened .globalnavi2 .navi-wrap > .search {
  opacity: 0.6;
}
/*新メニュー*/
.globalnavi1 {
  width: 100%;
  background-color: #1a1b1d;
  color: #fff;
  font-size: 81%;
  min-width: 1222px;
  position: relative;
}
.globalnavi1 .navi-wrap{
  position:static;
  width: 1222px;
  margin: 0 auto;
}
.globalnavi1 .logo {
  display: none;
}
.globalnavi1 li {
  margin-right: 1px;
  float: left;
}
.globalnavi1 li a {
  display: block;
  padding: 9px 19px 7px;
  color: #fff;
  text-decoration: none;
  font-size: 100%;
}
.globalnavi1 li a.gold {
  color:#ebce63;
}
.globalnavi1 li.charges {
  float:right;
}
.globalnavi1 li.charges a {
  background-color:#c6ad54;
  color:#111;
}
.globalnavi1 li.charges :hover {
  background-color: #d3bd6e;
}
.globalnavi1 li a:hover,
.globalnavi1 li .current {
  color: #000;
  background-color: #e7e9ec;
}
.globalnavi1 li a.gold:hover {
  color: #111;
  background-color: #d3bd6e;
}
.globalnavi1 li.unit a::after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    position: relative;
    top: -2px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid;
}
.globalnavi1 ul li.unit > ul.sub.current {
  display: flex;
  justify-content: center;
}
.globalnavi1 ul li.unit > ul.sub li a::after{
  content: none;
}
.globalnavi1 .sub{
  display:none;
  position:absolute;
  top:36px;
  left:0px;
  width:100%;
  color: #000;
  background-color: #e7e9ec;
  z-index:10;
}
.globalnavi1 .sub a{
  display:block;
  margin:0px;
  padding:13px 16px 12px 16px;
  color:#000;
}
.globalnavi1 .sub a:first-child {
  padding:13px 16px 12px 12px;
}
.globalnavi1 .sub a:hover {
  padding-bottom:9px;
  border-bottom:3px solid #999;
}
.globalnavi1 .search {
  float:right;
  top: 3px;
  right: 6px;
  width: 38px;
  height: 25px;
  line-height: 25px;
  padding: 7px 0;
  text-align: center;
  cursor: pointer;
  margin-top: 3px;
}
.globalnavi1 .search.current,
.globalnavi1 .search:hover {
  background-color: #4e4f51;
  border-radius: 2px;
}
/* グローバルナビ上部｜検索エリア */
.globalnavi1 .word-search {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 20;
  width: 100%;
  padding-top: 6px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 1182px 0 no-repeat;
  display: none;
}
.globalnavi1 .word-search .box-wrap {
  position: relative;
  padding: 39px 21px 24px 13px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}
.globalnavi1 .word-search .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}
.globalnavi1 .word-search .search-area {
  text-align: center;
}
.globalnavi1 .word-search .search-area input[type=text] {
  width: 505px;
  height: 41px;
  padding: 8px 16px 6px;
  margin-left: 6px;
  font-size: 120%;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background-color: #fff;
  border: 0;
}
.globalnavi1 .word-search .search-area input[type=search] {
  width: 505px;
  height: 41px;
  padding: 8px 16px 6px;
  margin-left: 6px;
  font-size: 120%;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background-color: #fff;
  border: 0;
}
.globalnavi1 .word-search .search-area input[type=submit] {
  width: 130px;
  height: 40px;
  padding: 4px 5px 3px 52px;
  margin-left: 6px;
  font-size: 115%;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-align: left;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/header_search_submit_bg.png) 24px 10px no-repeat #3c3c3c;
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}
.globalnavi1 .word-search .search-area input[type=submit]:hover {
  background-image: url(https://number.ismcdn.jp/common/numberweb/v4/images/header_search_submit_bg_on.png);
  background-color: #000;
}
.globalnavi1 .word-search .attention-word {
  padding: 27px 0 0 227px;
  margin-top: 35px;
  font-size: 105%;
  color: #000;
  border-top: 1px solid #a3a3a3;
}
.globalnavi1 .word-search .attention-word dt {
  padding-top: 6px;
  letter-spacing: 1px;
  float: left;
}
.globalnavi1 .word-search .attention-word dd {
  margin-left: 130px;
}
.globalnavi1 .word-search .attention-word dd a {
  display: inline-block;
  padding: 6px 13px 4px;
  margin-right: 7px;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  background-color: #545558;
}
.globalnavi1 .word-search .attention-word dd a:hover {
  background-color: #000;
}
/* グローバルナビ上部｜スクロール時 */
.globalnavi1-scroll .logo {
  float: left;
  padding-top: 14px;
  margin-right: 15px;
  display: none;
}
.globalnavi1-scroll .logo a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.globalnavi1-scroll li a {
  padding: 16px 16px;
}
.globalnavi1-scroll .search {
  top: 6px;
}
/*
------------------------------------------------------
グローバルナビ下部
------------------------------------------------------
*/
.globalnavi2 {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#dd000000,EndColorStr=#dd000000);
  background-color: transparent;
}
.globalnavi2:not(:target){
    filter: none;
}
.globalnavi2 .navi-wrap {
  position: relative;
  width: 1212px;
  padding: 0 0 12px;
  margin: 0 auto;
  font-size: 75%;
}
.globalnavi2 ul {
  float: right;
}
.globalnavi2 li {
  float: left;
  margin-left: 25px;
  line-height: 20px;
}
.globalnavi2 li a {
  color: #ddd;
  text-decoration: none;
}
.globalnavi2 li a:hover {
  color: #b8b8b8;
}
.globalnavi2 li a:hover {
  text-decoration: underline;
}
.globalnavi2 .link-icon1 a {
  padding-left: 12px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon1.png) 0 5px no-repeat;
}
.globalnavi2 .link-icon2 a {
  padding-right: 12px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon2.png) right 5px no-repeat;
}
.globalnavi2 .link-icon3 a {
  padding-left: 12px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon3.png) 0 6px no-repeat;
}
/* グローバルナビ下部｜ログイン */
.globalnavi2 .navi-login {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 20;
  width: 325px;
  padding-top: 6px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 250px 0 no-repeat;
  display: none;
}
.globalnavi2 .navi-login .login-wrap {
  padding: 23px 20px 8px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
}
.globalnavi2 .navi-login input[type="text"],
.globalnavi2 .navi-login input[type="password"] {
  width: 265px;
  padding: 4px 10px;
  border: 0;
  background-color: #fff;
  -webkit-appearance: none;
}
.globalnavi2 .navi-login input[type="submit"] {
  border: 0;
  display: block;
  width: 285px;
  height: 41px;
  text-indent: -9999px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi2_login_button_02.png) 0 0 no-repeat;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
}
.globalnavi2 .navi-login input[type="submit"]:hover {
  background-position: 0 -41px;
}
.globalnavi2 .navi-login ul {
  margin-bottom: 10px;
  float: none;
  border: 3px double #998641;
  padding: 15px 0 13px 0;
  background-color: rgba(255,255,255,0.6);
}
.globalnavi2 .navi-login .category-list {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}
.globalnavi2 .navi-login .category-list li {
  margin-left: 10px;
  display: block;
  float: none;
}
.globalnavi2 .navi-login dd {
  margin-bottom: 15px;
  clear: both;
}
.globalnavi2 .navi-login dd a {
  background: rgba(0, 0, 0, 0) url("https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png") no-repeat scroll 0 4px;
  color: #000;
  padding-left: 13px;
  text-decoration: none;
}
.globalnavi2 .navi-login dd a:hover {
  text-decoration: underline;
}
.globalnavi2 .navi-login .lost-pass {
  margin-bottom: 30px;
  font-size: 91%;
  text-align: right;
}
.globalnavi2 .navi-login .lost-pass a {
  color: #000;
}
.globalnavi2 .navi-login .lost-pass a:hover {
  text-decoration: none;
}
.globalnavi2 .navi-login .registration {
  text-indent: -9999px;
  overflow: hidden;
}
.globalnavi2 .navi-login .registration a {
  border: 0;
  display: block;
  width: 285px;
  height: 41px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi2_login_button_02.png) -285px 0 no-repeat;
  overflow: hidden;
}
.globalnavi2 .navi-login .registration a:hover {
  background-position: -285px -41px;
}
/* グローバルナビ｜検索ボタン移動 */
.globalnavi2 .search {
  width: 60px;
  height: 25px;
  line-height: 27px;
  padding: 7px 2px 7px 0;
  text-align: center;
  cursor: pointer;
  color:#fff;
  margin-top: -9px;
  font-size:13px;
}
.globalnavi2 .search.current,
.globalnavi2 .search:hover {
  background-color: #4e4f51;
  border-radius: 2px;
}
.globalnavi2 .word-search {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 20;
  width: 100%;
  padding-top: 6px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 1182px 0 no-repeat;
  display: none;
}
.globalnavi2 .word-search .box-wrap {
  position: relative;
  padding: 39px 21px 24px 13px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}
.globalnavi2 .word-search .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}
.globalnavi2 .word-search .search-area {
  text-align: center;
}
.globalnavi2 .word-search .search-area input[type=text] {
  width: 505px;
  height: 41px;
  padding: 8px 16px 6px;
  margin-left: 6px;
  font-size: 120%;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background-color: #fff;
  border: 0;
}
.globalnavi2 .word-search .search-area input[type=search] {
  width: 505px;
  height: 41px;
  padding: 8px 16px 6px;
  margin-left: 6px;
  font-size: 120%;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background-color: #fff;
  border: 0;
}
.globalnavi2 .word-search .search-area input[type=submit] {
  width: 130px;
  height: 40px;
  padding: 4px 5px 3px 52px;
  margin-left: 6px;
  font-size: 115%;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-align: left;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/header_search_submit_bg.png) 24px 10px no-repeat #3c3c3c;
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}
.globalnavi2 .word-search .search-area input[type=submit]:hover {
  background-image: url(https://number.ismcdn.jp/common/numberweb/v4/images/header_search_submit_bg_on.png);
  background-color: #000;
}
.globalnavi2 .word-search .attention-word {
  padding: 27px 0 0 227px;
  margin-top: 35px;
  font-size: 105%;
  color: #000;
  border-top: 1px solid #a3a3a3;
}
.globalnavi2 .word-search .attention-word dt {
  padding-top: 6px;
  letter-spacing: 1px;
  float: left;
}
.globalnavi2 .word-search .attention-word dd {
  margin-left: 130px;
}
.globalnavi2 .word-search .attention-word dd a {
  display: inline-block;
  padding: 6px 13px 4px;
  margin-right: 7px;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  background-color: #545558;
}
.globalnavi2 .word-search .attention-word dd a:hover {
  background-color: #000;
}
.globalnavi2-scroll .search {
  top: 6px;
}
/* グローバルナビ｜新規会員登録・ログイン */
.globalnavi2 .signup {
}
.globalnavi2 .premier {
}
.globalnavi2 .login {
  margin-left: 12px;
}
.globalnavi2 .signup a {
  color:#000;
  background-color:#c6ad54;
  padding:7px 17px 6px 17px;
  border-radius:2px;
  margin-top: -5px;
  font-size: 110%;
}
.globalnavi2 .signup a:hover {
  color:#000;
  text-decoration:none;
  background-color:#e7d07e;
}
.globalnavi2 .premier a {
  position: relative;
  top: -12px;
  width: 87px;
  height: 44px;
  border-radius:2px;
  margin-top: -5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #192239;
  border: 1px solid #676767;
  /*background: linear-gradient(to bottom, #FFB300, #FA3283, #0080FF);
  background: -webkit-linear-gradient(top, #FFB300, #FA3283, #0080FF);
  background: -moz-linear-gradient(top, #FFB300, #FA3283, #0080FF);*/
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.globalnavi2 .premier a:hover {
  text-decoration:none;
  opacity: 0.8;
}
.globalnavi2 .login a {
  position: relative;
  top: -12px;
  width: 87px;
  height: 44px;
  color:#000;
  background-color:#f0f1f2;
  padding: 0;
  border-radius:2px;
  margin-top: -5px;
  font-size: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.globalnavi2 .login a:hover {
  text-decoration:none;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* グローバルナビ下部｜その他コンテンツ */
.lb-opened .globalnavi2 .top-navi {
  opacity: 0.6;
}
.globalnavi2 .other-contents {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 20;
  width: 100%;
  padding-top: 6px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 800px 0 no-repeat;
  display: none;
}
.globalnavi2 .other-contents .box-wrap {
  position: relative;
  padding: 37px 55px 35px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}
.globalnavi2 .other-contents .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}
.globalnavi2 .other-contents ul,
.globalnavi2 .other-contents li {
  float: none;
  padding: 0;
  margin: 0;
}
.globalnavi2 .other-contents .contents-1 {
  float: left;
  width: 696px;
  overflow: hidden;
}
.globalnavi2 .other-contents .contents-1 dd {
  width: 705px;
}
.globalnavi2 .other-contents .contents-2 {
  float: right;
  width: 383px;
}
.globalnavi2 .other-contents dt {
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 11px;
  font-size: 110%;
  font-weight: 300;
  color: #333;
  border-bottom: 1px solid #a3a3a3;
}
.globalnavi2 .other-contents dt .border {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 10px;
  height: 1px;
  line-height: 1px;
  background-color: #4e4e4e;
}
.globalnavi2 .other-contents dd {
  font-size: 100%;
}
.globalnavi2 .other-contents dd .link-list {
  padding-top: 9px;
}
.globalnavi2 .other-contents dd .link-list li {
  margin-bottom: 5px;
}
.globalnavi2 .other-contents dd .link-list li:last-child {
  margin-bottom: 0;
}
.globalnavi2 .other-contents dd .link-list a {
  color: #000;
  padding-left: 13px;
  text-decoration: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 4px no-repeat;
}
.globalnavi2 .other-contents dd .link-list a:hover {
  text-decoration: underline;
}
.globalnavi2 .other-contents dd .category-list {
  float: left;
  width: 220px;
  margin-right: 15px;
}
/*
------------------------------------------------------
グローバルナビ上部 マウスオーバー子カテゴリ表示時
------------------------------------------------------
*/
.lb-opened .globalnavi-child .navi-wrap > ul{
  opacity: 0.6;
}
.globalnavi-child{
  position: absolute;
  top:45px;
  width: 100%;
  height: 45px;
  background-color: #e7e9ec;
  color: #000;
  font-size: 81%;
  min-width:1222px;
  display: none;
}
.globalnavi-child .navi-wrap{
  position: relative;
  width: 1212px;
  margin: 0 auto;
}
.globalnavi-child li{
  margin-right: 1px;
  float: left;
}
.globalnavi-child li a{
  display: block;
  padding: 12px 15px;
  color: #000;
  text-decoration: none;
}
.globalnavi-child li a:hover,
.globalnavi-child li .current{
  color: #fff;
  background-color: #202226;
}
/*
------------------------------------------------------
グローバルナビ上部 マウスオーバーパネル表示時
------------------------------------------------------
*/
.lb-opened .globalnavi-panel .top-navi {
  opacity: 0.6;
}
.globalnavi-panel .panel-01 {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 20;
  width: 100%;
  //padding-top: 6px;
  //background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 800px 0 no-repeat;
  display: none;
}
.globalnavi-panel .panel-01 .box-wrap {
  position: relative;
  padding: 37px 55px 35px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}
.globalnavi-panel .panel-01 .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}
.globalnavi-panel .panel-01 ul,
.globalnavi-panel .panel-01 li {
  float: none;
  padding: 0;
  margin: 0;
}
.globalnavi-panel .panel-01 .contents-1 {
  float: left;
  width: 696px;
  overflow: hidden;
}
.globalnavi-panel .panel-01 .contents-1 dd {
  width: 705px;
}
.globalnavi-panel .panel-01 .contents-2 {
  float: right;
  width: 383px;
}
.globalnavi-panel .panel-01 dt {
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 11px;
  font-size: 110%;
  font-weight: 300;
  color: #333;
  border-bottom: 1px solid #a3a3a3;
}
.globalnavi-panel .panel-01 dt .border {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 10px;
  height: 1px;
  line-height: 1px;
  background-color: #4e4e4e;
}
.globalnavi-panel .panel-01 dd {
  font-size: 100%;
}
.globalnavi-panel .panel-01 dd .link-list {
  padding-top: 9px;
}
.globalnavi-panel .panel-01 dd .link-list li {
  margin-bottom: 5px;
}
.globalnavi-panel .panel-01 dd .link-list li:last-child {
  margin-bottom: 0;
}
.globalnavi-panel .panel-01 dd .link-list a {
  color: #000;
  padding-left: 13px;
  text-decoration: none;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/link_icon04.png) 0 4px no-repeat;
}
.globalnavi-panel .panel-01 dd .link-list a:hover {
  text-decoration: underline;
}
.globalnavi-panel .panel-01 dd .category-list {
  float: left;
  width: 220px;
  margin-right: 15px;
}
.globalnavi-panel .panel-02 {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 20;
  width: 100%;
  //padding-top: 6px;
  //background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg2.png) 800px 0 no-repeat;
  display: none;
}
.globalnavi-panel .panel-02 .box-wrap {
  position: relative;
  padding: 37px 55px 35px;
  font-size: 110%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_login_bg1.png) 0 0 repeat;
  overflow: hidden;
  _zoom: 1;
}
.globalnavi-panel .panel-02 .close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
}
.globalnavi-panel .panel-02 ul,
.globalnavi-panel .panel-02 li {
  float: none;
  padding: 0;
  margin: 0;
}
/* Numberサポーターズクラブ｜ナビメニュー */
.globalnavi2 .navi-login .nsc-menu-list {
  float: left;
  line-height: 25px;
  margin-left: 10px;
}
.globalnavi2 .navi-login .nsc-menu-list li {
  display: block;
  float: none;
  margin-left: 10px;
}
.globalnavi2 .navi-login .nsc-menu-list li.menu01 a {
  color: #998641;
  background: rgba(0, 0, 0, 0) url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon3.png) no-repeat scroll 0 6px;
  font-weight: bold;
  font-size: 13px;
}
.globalnavi2 .navi-login .nsc-menu-list li.menu02 {
  margin-left: 30px;
}
.globalnavi2 .navi-login .nsc-menu-logout {
  background-color: #aaa;
  padding: 6px 5px 5px 20px;
  margin: 20px -20px -10px;
  font-size: 12px;
}
.globalnavi2 .navi-login .nsc-menu-logout a {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0) url(https://number.ismcdn.jp/common/numberweb/v4/images/globalnavi1_link_icon3_white.png) no-repeat scroll 0 4px;
  padding-left: 10px;
}
/*
------------------------------------------------------
headerエリア
------------------------------------------------------
*/
.global-header {
  padding-top: 79px;
  background-color: #000;
}
.global-header .header-wrap {
  padding: 12px 0 12px;
  width: 1212px;
  margin: 0 auto;
}
.global-header .logo {
  float: left;
  padding: 22px 0 39px 17px;
}
.global-header .logo a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}

.global-header .logo img.small {
  width:250px;
  height:39px;
}
/*
------------------------------------------------------
固定ナビ
------------------------------------------------------
*/
.fixed-navi {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  z-index: 20;
}
/*
------------------------------------------------------
ぱんくず
------------------------------------------------------
*/
.rcrumbs {
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/rcrumbs_bg.png) 0 0 repeat;
}
.rcrumbs .rcrumbs-wrap {
  width: 1212px;
  height: 26px;
  margin: 0 auto;
  overflow: hidden;
}
.rcrumbs ul {
  height: 26px;
}
.rcrumbs ul li {
  position: relative;
  float: left;
  padding-top: 1px;
  height: 25px;
  line-height: 25px;
  padding-right: 20px;
  margin-right: 10px;
  font-size: 75%;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/rcrumbs_next.png) right center no-repeat;
  overflow: hidden;
}
.rcrumbs ul li img {
  vertical-align: middle;
}
.rcrumbs ul li a {
  display: block;
  position: relative;
  height: 25px;
  float: left;
  color: #000;
  text-decoration: none;
}
.rcrumbs ul li a:hover {
  text-decoration: underline;
}
.rcrumbs ul li img {
  margin-top: 5px;
  vertical-align: top;
}
.rcrumbs ul li span {
  display: block;
  overflow: hidden;
}
.rcrumbs ul .first {
  height: 26px;
  line-height: 26px;
  padding-top: 0;
  padding-left: 15px;
}
.rcrumbs ul .last {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
.rcrumbs ul li .chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
  height: 26px;
  width: 20px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/rcrumbs_next2.png) right center no-repeat;
}
/*
------------------------------------------------------
スーパーバナー
------------------------------------------------------
*/
.pc-superbanner {
  background-color:#000;
  text-align:center;
  padding: 72px 0 17px 0;
}
/*
------------------------------------------------------
コンテンツエリア
------------------------------------------------------
*/
.container-wrap {
  width: 1212px;
  padding-bottom: 85px;
  margin: 0 auto;
}
/* 下層｜レイアウト */
.sub-container-main {
  padding: 15px 10px 0 10px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/sub_container_bg.png) 0 0 repeat;
}
.main-article {
  float: left;
  width: 904px;
}
.main-article-inner {
  padding: 40px 35px;
  background-color: #fff;
}
.main-article-inner section {
  margin-bottom: 35px;
}
.main-article a,.main-article-inner a {
  color: #2169c2;
  text-decoration: none;
}
.main-article-inner a:hover {
  color: #2ca7ed;
  text-decoration: underline;
}
.main-article-inner p,
.main-article-inner ul,
.main-article-inner dl {
  font-size: 93%;
}
/* 下層｜h1タイトル｜スタイル1 */
.container-h1-style1 {
  position: relative;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 225%;
  border-bottom: 1px solid #aaacb0;
}
.container-h1-style1 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}
/* 下層｜h1タイトル｜スタイル2 */
.container-h1-style2 {
  position: relative;
  padding: 8px 0 5px;
  margin-bottom: 16px;
  font-size: 162%;
  font-weight: normal;
  border-bottom: 1px solid #aaacb0;
}
.container-h1-style2 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 68px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}
.container-h1-style3 { 
  position: relative;
  padding: 8px 0 5px 50px; 
  margin-bottom: 16px;
  font-size: 162%;
  font-weight: normal;
  border-bottom: 1px solid #aaacb0;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/article_category_icon.png) 0 2px no-repeat;
}
.container-h1-style3 span.border {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 68px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}
.container-h1-style3 span.furigana {
  font-size: 16px;
  color: #707070;
}

/*
------------------------------------------------------
キーワードプロフィール
------------------------------------------------------
*/
/* プロフィール */
#kw-profile-title {
  font-size: 22px;
  margin-bottom: 5px;
}
#kw-profile {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 30px 60px;
}
#kw-profile div {
  display: flex;
}
#kw-profile img {
  width: 168px;
  height: 203px;
}
#kw-profile table {
  border: 0.5px solid #707070;
  margin-left: 20px;
  color: #000;
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
#kw-profile table tr:not(:last-child) {
  border-bottom: 1px solid #cdced2;
}
#kw-profile table th {
  background-color: #eee;
  padding: 0 20px;
}
#kw-profile table td {
  padding: 0 20px;
}
#kw-profile p {
  border: 0.5px solid #707070;
  padding: 10px;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
}
#kw-profile table span.age {
  font-size: 15px;
}
/* ランキング */
#kw-ranking-title {
  font-size: 22px;
  margin-bottom: 5px;
}
#kw-ranking {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 30px 60px;
}
#kw-ranking img {
  width: 120px;
  height: 90px;
}
#kw-ranking .rank > span {
  font: italic normal normal 36px/24px "Oswald", "sans-serif";
  margin-right: 10px;
}
#kw-ranking .rank_1 {
  color: #D0B964;
}
#kw-ranking .rank_2 {
  color: #A4A4A4;
}
#kw-ranking .rank_3 {
  color: #CD906E;
}
#kw-ranking li {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #cdced2;
}
#kw-ranking li:last-child {
  border-bottom: none;
}
#kw-ranking li a {
  display: flex;
  gap: 20px;
}
#kw-ranking li a:hover {
  text-decoration: underline;
  color: #000;
}
#kw-ranking .title {
  font-size: 19px;
  color: #000;
}
/* ギャラリー */
#kw-gallery-title {
  font-size: 22px;
  margin-bottom: 5px;
}
#kw-gallery {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 30px 40px;
}
#kw-images {
  display: flex;
  gap: 10px;
}
#kw-images img {
  width: 132px;
  height: 86px;
}
#kw-gallery .photo-btn a {
  width: 35%;
  margin: 15px auto 0;
  padding: 8px;
  background-color: #353535;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
#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);
}

.container-h1-style4 { 
  position: relative;
  padding: 8px 0 5px 50px; 
  margin-bottom: 16px;
  font-size: 162%;
  font-weight: normal;
  border-bottom: 1px solid #aaacb0;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/pr_category_icon.png) 0 2px no-repeat;
}
.container-h1-style4 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 68px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}
.container-h1-style5 {
  position: relative;
  padding: 8px 0 5px 50px; 
  margin-bottom: 16px;
  font-size: 162%;
  font-weight: normal;
  border-bottom: 1px solid #aaacb0;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/title/info_category_icon.png) 0 2px no-repeat;
}
.container-h1-style5 span {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 68px;
  height: 1px;
  line-height: 1px;
  background-color: #2a2928;
}
/* 下層｜h2タイトル｜スタイル1 */
.container-h2-style1 {
  position: relative;
  padding: 7px 13px 5px;
  margin-bottom: 20px;
  font-size: 112%;
  font-weight: normal;
  color: #fff;
  background-color: #202226;
}
/* 下層｜h3タイトル｜スタイル1 */
.container-h3-style1 {
  position: relative;
  padding: 0 0 4px;
  margin-bottom: 16px;
  font-size: 118%;
  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;
}
/* アンカーリンク先 */
.target-anchor {
  position: relative;
  top: -50px;
}
/*
------------------------------------------------------
サイドエリア
------------------------------------------------------
*/
/* サイドエリア｜基本構造 */
.side-news {
  width: 300px;
  float: right;
}
/*スクロール時固定表示用class 高速化対応の為空設定*/
.temp-sidebar-parent{
}
/* サイドエリア｜マガジン最新号 */
.magazine-box-style {
  padding: 2px;
  margin-bottom: 4px;
  color: #fff;
  background-color: #030303;
  border: 3px solid #3b3b3b;
}
.magazine-box-style .box-wrap {
  height: 319px;
  padding: 18px 19px 0;
  border: 1px solid #2e2e2e;
  overflow: hidden;
}
.magazine-box-style h3 {
  margin-bottom: 20px;
  font-size: 227%;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
.magazine-box-style h3 .font-oswald {
  letter-spacing: 2px;
}
.magazine-box-style h3 .short-text {
  display: block;
  font-size: 31%;
  font-weight: normal;
  letter-spacing: 2px;
}
.magazine-box-style h3 .short-text .border {
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: -2px 7px 0;
  line-height: 2px;
  vertical-align: middle;
  background-color: #7a7a7a;
}
.magazine-box-style .maglist {
  width: 270px;
}
.magazine-box-style .maglist li {
  float: left;
  width: 115px;
  margin: 0 20px 0 0;
  font-size: 75%;
  text-align: center;
}
.magazine-box-style li a {
  display: block;
  text-decoration: none;
  color: #fff!important;
}
.magazine-box-style figure,
.magazine-box-style .date {
  margin-bottom: 8px;
}
.magazine-box-style figure img {
  width: 100%;
  max-width: 113px;
  height: auto;
}
/*高速化対応の為設定*/
.magazine-box-style figure .ga_tracking img {
  width: 100%;
  max-width: 113px;
  height: auto;
}
.magazine-box-style .button {
  padding: 3px 5px;
  border: 1px solid #e6e6e6;
}
.magazine-box-style li a:hover .button {
  background-color: #fff;
  color: #000;
}
.magazine-box-style .box-wrap a.teiki {
  text-decoration : none;
}
.magazine-box-style .box-wrap .button-teiki {
  color:#fff;
  padding: 4px 0px 4px;
  text-align: center;
  font-size: 13px;
  background-color:#1f1f1f;
  margin: 10px 0px 15px;
}
.magazine-box-style .box-wrap a:link .button-teiki,
.magazine-box-style .box-wrap a:visited .button-teiki,
.magazine-box-style .box-wrap a:active .button-teiki {
  text-decoration : none;
}
.magazine-box-style .box-wrap a:hover .button-teiki {
  background-color: #fff;
  color: #000;
}
/* サイドエリア｜side-news-style1（レコメンド、インフォメーション） side-news-style3（PRTIMES等上部赤三角なし） */
.side-news-style1 {
  position: relative;
  margin-bottom: 4px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/news-style1_bg.png) center 4px no-repeat #fff;
}
.side-news-style3 {
  position: relative;
  padding-top: 1px;
  margin-bottom: 4px;
  background: center 4px no-repeat #fff;
}
.side-news-style1 h3,
.side-news-style3 h3 {
  padding: 25px 10px 23px 10px;
  line-height: 40px;
  font-size: 193%;
  font-weight: normal;
  text-align: center;
}
.side-news-style1 h3.servicemenu {
  padding: 25px 10px 23px 10px;
  line-height: 40px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
.side-news-style1 .border,
.side-news-style3 .border {
  position: absolute;
  top: 84px;
  left: 140px;
  width: 20px;
  height: 1px;
  line-height: 1px;
  background-color: #7f7f7f;
}
.side-news-style1 li,
.side-news-style3 li {
  border-top: 1px solid #d9d9d9;
  font-size: 81%;
}
.side-news-style1 li a,
.side-news-style3 li a{
  display: block;
  padding: 12px 17px;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  _zoom: 1;
}
.side-news-style1 li a:hover,
.side-news-style3 li a:hover {
  text-decoration: underline;
}
.side-news-style1 li figure,
.side-news-style3 li figure {
  float: left;
  width: 80px;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
}
.side-news-style1 li figure img,
.side-news-style3 li figure img {
  width: 80px;
  height: auto;
}
.side-news-style1 li p,
.side-news-style3 li p {
  margin-left: 90px;
  line-height: 1.5;
}
.side-news-style1 li.recommend,
.side-news-style1 li.information {
  position:relative;
}
.side-news-style1 li.recommend span.pr-mark,
.side-news-style1 li.information span.pr-mark {
  background-color:#ccc;
  color:#fff;
  display:block;
  position:absolute;
  bottom:15px;
  right:19px;
  font-size:10px;
  padding:0 5px;
}
/* サイドエリア｜ニューススタイル2（SNSランキング） */
.side-news-style2 {
  margin-bottom: 4px;
  color: #fff;
  border: 3px solid #2c2c2d;
  background-color: #232324;
}
.side-news-style2 .box-wrap {
  position: relative;
  padding-bottom: 12px;
  border: 1px solid #39393a;
}
.side-news-style2 h3 {
  padding: 20px 10px 15px;
  line-height: 40px;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/news-style2_bg.png) 5px 52px no-repeat;
}
.side-news-style2 h3 span {
  display: block;
  font-size: 62%;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 1.2;
}
.side-news-style2 h4 {
  padding: 27px 10px 20px;
  line-height: 40px;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  background: url(https://number.ismcdn.jp/common/numberweb/v4/images/top/news-style2_bg.png) 5px 35px no-repeat;
}
.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{
  font-size:0;
  margin:0 0 0 10px;
  position:relative;
  text-align:center;
}
.side-news-style2 .tab_area label{
  width:68px;
  margin:0;
  display:inline-block;
  padding:4px 0;
  color:#999;
  background:#232324;
  text-align:center;
  font-size:13px;
  cursor:pointer;
  transition:ease 0.2s opacity;
}
.side-news-style2 .tab_area label:hover{
  color: #cfaf3f;
}
.side-news-style2 .panel_area{
  margin-top:22px;
  width:100%;
  background:#232324;
}
.side-news-style2 .tab_panel {
  width:100%; 
}

.side-news-style2 .tab_area label.is-selected {background:#232324; color:#cfaf3f; border-bottom:2px solid #b8a359; margin-bottom:-2px;}
.side-news-style2 .panel_area .tab_panel li {
  position: relative;
  padding-left:30px;
  padding-right:10px;
  margin:0;
}
.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: 36px;
  letter-spacing: 0.5px;
  font-weight: 300;
  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 {
  padding-left: 5px;
  content: '2';
}
.side-news-style2 .panel_area .tab_panel li:nth-child(3):after {
  padding-left: 5px;
  content: '3';
}
.side-news-style2 .panel_area .tab_panel li:nth-child(4):after {
  padding-left: 5px;
  content: '4';
  color: #cdcdcd;
}
.side-news-style2 .panel_area .tab_panel li:nth-child(5):after {
  padding-left: 5px;
  content: '5';
  color: #cdcdcd;
}
.side-news-style2 .panel_area .tab_panel li a {
  display: block;
  padding: 0px 0px 20px 15px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  _zoom: 1;
  font-size: 81%;
}
.side-news-style2 .panel_area .tab_panel li a:hover {
  text-decoration: underline;
}
.side-news-style2 .ranking-more {
  font-size:81%;
  text-align:center;
}
.side-news-style2 .ranking-more a {
  color:#fff;
  padding:5px 0;
  background-color:#333;
  display:block;
  margin: 0 10px 10px;
}
.side-news-style2 .ranking-more a:hover {
  background-color:#555;
}

/* SNSエリア｜single-sns-01 single-sns-02 single-sns-03 */
/* 記事上部用SNSエリア */
.single-sns-01 {
  position: absolute;
  bottom: 1px;
  right: 10px;
  width: 650px;
  margin-bottom: 10px;
}
.single-sns-01 ul {
  float: right;
}
.single-sns-01 li {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 12px;
}
.single-sns-01 .sns_twitter_horizontal {
  position:relative;
  bottom:0;
}
.single-sns-01 .sns_twitter_horizontal a {
  position:relative;
  bottom:4px;
  font-size:10px;
  border:1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:1px 6px 0px;
  background-color:#fff;
  margin-left:2px;
}
.single-sns-01 .sns_twitter_horizontal a:before {
  content:"";
  display:inline-block;
  border:4px solid transparent;
  border-right-color:#777;
  position:absolute;
  left:-8px;
  top:40%;
  margin-top:-3px;
}
.single-sns-01 .sns_twitter_horizontal a:after {
  content:"";
  display:inline-block;
  border:3px solid transparent;
  border-right-color:#fff;
  position:absolute;
  left:-6px;
  top:40%;
  margin-top:-2px;
}
.single-sns-01 .sns-button-twitter {
　display: inline-block;
}
.single-sns-01 .sns-button-line {
}
.single-sns-01 .sns-button-line img {
  width: 90px;
}
.single-sns-01 .sns-button-gplusone {
  width: 80px;
}
.single-sns-01 .sns-button-pocket {
  width: 90px;
}
.single-sns-01 .sns-button-pinterest {
  width: 70px;
}
.article-top-02 .single-sns-01 {
  width: auto;
  position: inherit;
}
/* 記事下部用SNSエリア */
.single-sns-02 {
   position: relative;
   padding:10px 0 10px;
   clear: both;
}
.single-sns-02 h5 {
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 125%;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #7b7b7b;
  border-bottom: 1px solid #c4c4c4;
}
.single-sns-02 ul {
   position: relative;
   left: 50%;
   float: left;
}
.single-sns-02 li {
   position: relative;
   left: -50%;
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 12px;
}
.single-sns-02 .sns_twitter_horizontal {
  position:relative;
  bottom:0;
}
.single-sns-02 .sns_twitter_horizontal a {
  position:relative;
  bottom:5px;
  font-size:11px;
  border:1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding:3px 6px 2px;
  background-color:#fff;
  margin-left:2px;
}
.single-sns-02 .sns_twitter_horizontal a:before {
  content:"";
  display:inline-block;
  border:4px solid transparent;
  border-right-color:#777;
  position:absolute;
  left:-8px;
  top:40%;
  margin-top:-2px;
}
.single-sns-02 .sns_twitter_horizontal a:after {
  content:"";
  display:inline-block;
  border:3px solid transparent;
  border-right-color:#fff;
  position:absolute;
  left:-6px;
  top:40%;
  margin-top:-1px;
}
.single-sns-02 .sns-button-gplusone {
  width: 80px;
}
.single-sns-02 .sns-button-twitter {
  position: relative;
}
.single-sns-02 .sns-button-line {
}
.single-sns-02 .sns-button-line img {
  width: 90px;
}
.single-sns-02 .sns-button-pocket {
  width: 90px;
}
/* 記事上部用SNSエリア バルーン型 */
.single-sns-03 {
  float: right;
  bottom: 1px;
  right: 0;
  width: 350px;
  margin-top: 20px
}
.single-sns-03 ul {
  float: right;
}
.single-sns-03 li {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-left: 12px;
}
.single-sns-03 .sns-button-twitter {
  margin-right: 12px;
}
.single-sns-03 .sns-button-facebook {
}
.single-sns-03 .sns-button-facebook img {
  width: 70px;
}
.single-sns-03 .sns-button-twitter {
}
.single-sns-03 .sns-button-twitter img {
  width: 70px;
}
.single-sns-03 .sns-button-line {
}
.single-sns-03 .sns-button-line img {
  width: 90px;
}
.single-sns-03 .sns-button-gplusone {
  width: 80px;
}

.single-sns-03 .sns-button-hatena {
  margin-left: 0;
}
.single-sns-03 .sns-button-pocket {
  width: 90px;
}
.single-sns-03 .sns-button-pinterest {
  width: 50px;
  padding-top:40px;
}

/* キーワード表示部品 single archive pageで使用 */
.article-listkeyword-link {
  margin:10px 0px 10px 0px;
}
.article-listkeyword-link dl {
}
.article-listkeyword-link dt {
  font-weight:bold;
  margin-bottom:8px;
}
.article-listkeyword-link dd {
  display:inline;
}
.article-listkeyword-link dd a {
  background-color: #545558;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  padding: 6px 13px 4px;
  text-decoration: none;
  margin-bottom:6px;
}
.article-listkeyword-link dd a:hover {
  background-color: #000;
}
.article-listkeyword-link .alert a {
  background-color: red;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  padding: 6px 13px 4px;
  text-decoration: none;
  margin-bottom:6px;
}

/* [PC] 広告エリア用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（ヘッダー＆ヘッダー直下エリア
------------------------------------------------------
*/
.global-header .pc-superbanner {
  float: right;
}
/*
------------------------------------------------------
 aside（サイドバーエリア）
------------------------------------------------------
*/
/* サイドエリア｜バナー単体 */
.side-banner {
  background-color: transparent;
  margin-bottom: 4px;
  line-height: 0;
}
.side-banner-01 {
  background-color: transparent;
  margin-bottom: 4px;
  line-height: 0;
  width:100%;
  /*height:250px;*/
  height:auto;
}
.side-banner-02 {
  background-color: transparent;
  margin-bottom: 4px;
  line-height: 0;
}
.side-badge-banner {
  background-color: transparent;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 0;
}
/*
------------------------------------------------------
 [skin-top]トップページ
------------------------------------------------------
*/
.top-badge-banner{
  clear:both;
  margin:5px auto;
}
/*
------------------------------------------------------
 [skin-archive][skin-author]
競技カテゴリ・雑誌バックナンバー
著者リスト・著者別記事一覧
------------------------------------------------------
*/
.archive-middle-ad{
  clear:both;
  padding:20px 50px 0;
  text-align:center;
  background-color: #fff;
  margin-bottom: 5px;
}
/*
------------------------------------------------------
 [skin-single]
コラム・名言・雑誌目次
------------------------------------------------------
*/
/*記事下広告枠*/
.article-end-ad{
  clear:both;
  margin:10px 50px;
  text-align:center;
}
.article-end-ad ul{
  width:100%;
  list-style:none;
  padding-top:20px;
}
.article-end-ad li{
  width:50%;
  float:left;
  text-align:center;
}
/*記事下広告枠動画*/
#article-end-microad{
  clear:both;
  float:center;
  text-align:center;
  margin:35px auto 45px auto;
  width:100%;
}
/*double-rectangle*/
#common-bottom-ad{
  margin:20px 10px 60px 10px;
}
#common-bottom-ad .ad-bnr-box{
  width:50%;
}
#common-bottom-ad .left{
  float:left;
}
#common-bottom-ad .right{
  float:right;
}
/*
------------------------------------------------------
 [skin-page]上記以外
------------------------------------------------------
*/
.category-single .single-adds {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
}
/*
------------------------------------------------------
 スーパーバナーテスト
------------------------------------------------------
*/
.pc-superbanner-test {
  position:absolute;
  left:42.6%;
  top:90px;
}
/*
------------------------------------------------------
 UNRULY インリード広告の表示サイズ制限
------------------------------------------------------
*/
.unruly_in_article_placement {
  max-width: 500px !important;
  left: 122px !important;
}
@media screen and (max-width:640px){
.unruly_in_article_placement {
  max-width: 100% !important;
  left: 0 !important;
}
}

/*
------------------------------------------------------
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:25px;
  line-height:1.05;
  padding:1px 0 15px;
  color:#ab941d;
}
.countdown-banner span.number {
  font-size:80px;
  padding-left:5px;
  vertical-align:-2px;
}
.countdown-banner span.catch {
  font-size:120%;
  color:#fff;
}
/*
------------------------------------------------------
中止のお知らせ：Number Do EKIDEN　Number Futsal Cup
------------------------------------------------------
*/
p.discontinued a {
  font-size:14px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  border-top:1px solid #555;
  border-bottom:1px solid #555;
  padding:12px 30px 10px 30px;
  display:block;
  margin:10px auto;
  width:850px;
  font-weight:normal;
}
p.discontinued a:hover {
  color:#fff;
  border-top:1px solid #555;
  border-bottom:1px solid #555;
}
/*
------------------------------------------------------
文藝春秋キャリア採用バナー
------------------------------------------------------
*/
.bunshun-recruit li {
  margin-bottom: 4px;
}
.bunshun-recruit img {
  width: 300px;
}
/*
------------------------------------------------------
年齢確認モーダル
------------------------------------------------------
*/
.age_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .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,.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;
}
/*
------------------------------------------------------
動画プレーヤー（右カラム）
------------------------------------------------------
*/
.mov-player_ttl {
  padding: 15px 0 15px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}

/*
------------------------------------------------------
ランキング共通パーツ
------------------------------------------------------
*/
.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;
}