@charset "UTF-8";

/*@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");*/
/*========================================================
	Foundation
========================================================*/
/* 
	Base setting
--------------------------------------------------------*/
/*_全体設定_*/
.fs-l-pageMain {
  margin-left: auto;
  margin-right: auto;
}

.contents-wrap {
  background-color: #fff;
  color: #000;
  font-family: メイリオ, "ＭＳ Ｐゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Osaka, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.26;
  letter-spacing: 0.04em;
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.contents-wrap * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents-wrap img {
  max-width: 100%;
  height: auto;
  outline: none;
  border: none;
  margin: 0 0 5px;
  padding: 0;
  vertical-align: bottom;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.contents-wrap input {
  margin: 0;
  padding: 0;
  min-height: 0;
  border-radius: 0;
}

.contents-wrap figure {
  position: relative;
  overflow: hidden;
}

.contents-wrap a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.contents-wrap a:link,
.contents-wrap a:visited {
  text-decoration: none;
  color: #000;
}

.contents-wrap a:hover,
.contents-wrap a:active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
  text-decoration: none;
  color: inherit;
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

/*__align__*/
.txt-ctr {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-0 {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

/*========================================================
   Layout
========================================================*/
/* 
	Globalnavi
--------------------------------------------------------*/
/*___Style for PC___*/
.contents-wrap .contents-gnav {
  margin-top: 20px;
}

.contents-wrap .contents-gnav .search-box .tag-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15px;
  margin-bottom: 20px;
}

.contents-wrap .contents-gnav .search-box .tag-area ul {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents-wrap .contents-gnav .search-box .tag-area ul li a {
  background: #e9e9e9;
  margin-left: 6px;
  min-width: 102px;
  padding: 6px 10px;
}

.contents-wrap .contents-gnav .search-box .tag-area ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
}

.contents-wrap .contents-gnav .search-box .search-area {
  width: 300px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}

.contents-wrap .contents-gnav .search-box .search-area input {
  color: #000;
  border: 1px solid #0c0104;
  font-size: 13px;
  min-height: unset;
  line-height: 18px;
  padding: 5px 7px;
}

.contents-wrap .contents-gnav .search-box .search-area input:placeholder {
  color: #b3b3b3;
  line-height: 16px;
  padding: 0;
}

.contents-wrap .contents-gnav .search-box .search-area input:focus {
  border-color: #000280;
  -webkit-box-shadow: inset 0px 0px 2px #000280;
  box-shadow: inset 0px 0px 2px #000280;
}

.contents-wrap .contents-gnav .search-box .search-area .searchsubmit {
  border: none;
  margin: 0;
  padding: 0;
  width: 23px;
  height: 23px;
  background: url("https://www.tanabesports.com/article/img/icon-search@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
  bottom: 3px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.contents-wrap .contents-gnav .search-box .search-area .searchsubmit:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

.contents-wrap .contents-gnav .g-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #696969;
}

.contents-wrap .contents-gnav .g-list ul li {
  width: calc(95% / 9);
  height: 38px;
}

.contents-wrap .contents-gnav .g-list ul li a {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border: 1px solid #696969;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  white-space: nowrap;
}

.contents-wrap .contents-gnav .g-list ul li a.current,
.contents-wrap .contents-gnav .g-list ul li a:hover {
  color: #fff;
  background-color: #ff822f;
  border-color: #ff822f;
  font-size: 15px;
  padding: 5px;
  height: 54px;
  margin-top: -16px;
}

.contents-wrap .contents-gnav .g-list ul li h1 {
  line-height: 1;
}

/* 
	Common
--------------------------------------------------------*/
/*
	  Bread Crumb
------------------------*/
.pankuzu-list {
  font-size: 21px;
  line-height: 1.26;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

.pankuzu-list a {
  color: #000 !important;
}

.pankuzu-list a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
  text-decoration: none;
}

/*_タイトル関連_*/
.contents-wrap .ttl-article-small,
.contents-wrap .ttl-movie-small {
  border-bottom: 1px solid #696969;
  margin-bottom: 14px;
  text-indent: 45px;
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.contents-wrap .ttl-article-small {
  background: url("https://www.tanabesports.com/article/img/icon-article@2x.png") no-repeat left top 4px;
  background-size: 36px 25px;
}

.contents-wrap .ttl-movie-small {
  background: url("https://www.tanabesports.com/article/img/icon-movie@2x.png") no-repeat left top 4px;
  background-size: 35px 23px;
}

.contents-wrap .ttl-article-large,
.contents-wrap .ttl-movie-large {
  text-align: center;
  margin-bottom: 42px;
}

.contents-wrap .ttl-article-large span,
.contents-wrap .ttl-movie-large span {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
}

.contents-wrap .ttl-article-large span {
  background: url("https://www.tanabesports.com/article/img/icon-article@2x.png") no-repeat left center;
  background-size: 53px 37px;
  text-indent: 60px;
}

.contents-wrap .ttl-movie-large span {
  background: url("https://www.tanabesports.com/article/img/icon-movie@2x.png") no-repeat left center;
  background-size: 43px 29px;
  text-indent: 50px;
}

/*_カテゴリ名_*/
.contents-wrap .cat-name {
  font-size: 14px;
  line-height: 1;
  padding: 3px 10px;
  margin-right: 4px;
  background: #e9e9e9;
  min-width: 80px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}

.cat-name2 {
  display: none;
}

/*_NEWマーク_*/
.contents-wrap .new-mark figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 60px;
  background: url("https://www.tanabesports.com/article/img/icon-new@2x.png") no-repeat left top;
  background-size: contain;
  z-index: 2;
}

/*_ランキングマーク_*/
.contents-wrap .rank-mark {
  position: relative;
}

.contents-wrap .rank-mark:before {
  content: "";
  width: 43px;
  height: 34px;
  position: absolute;
  top: -23px;
  left: 0;
  z-index: 2;
}

.contents-wrap .rank-mark.rank-01:before {
  background: url("https://www.tanabesports.com/article/img/icon-rank-01@2x.png") no-repeat top left;
  background-size: contain;
}

.contents-wrap .rank-mark.rank-02:before {
  background: url("https://www.tanabesports.com/article/img/icon-rank-02@2x.png") no-repeat top left;
  background-size: contain;
}

.contents-wrap .rank-mark.rank-03:before {
  background: url("https://www.tanabesports.com/article/img/icon-rank-03@2x.png") no-repeat top left;
  background-size: contain;
}

.contents-wrap .rank-mark.rank-04:before {
  background: url("https://www.tanabesports.com/article/img/icon-rank-04@2x.png") no-repeat top left;
  background-size: contain;
  width: 34px;
  top: -17px;
}

.contents-wrap .rank-mark.rank-05:before {
  background: url("https://www.tanabesports.com/article/img/icon-rank-05@2x.png") no-repeat top left;
  background-size: contain;
  width: 34px;
  top: -17px;
}

/*_ボタンスタイル01_*/
.contents-wrap .btn-style-01 {
  display: block;
  font-size: 19px;
  font-weight: normal;
  color: #000;
  border: 1px solid #696969;
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 10px auto;
}

.contents-wrap .btn-style-01:hover {
  background-color: #ff822f;
  border-color: #ff822f;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}

/*_ページ内リンクリスト_*/
.contents-wrap .pagelink-list {
  border-bottom: 1px solid #696969;
  margin-bottom: 15px;
  margin-top: 50px;
}

.contents-wrap .pagelink-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 61px;
  margin-bottom: 6px;
}

.contents-wrap .pagelink-list ul li {
  width: calc(100% / 4);
  position: relative;
}

.contents-wrap .pagelink-list ul li a {
  font-size: 15px;
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 14px;
}

.contents-wrap .pagelink-list ul li a:before {
  content: "〉";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  position: absolute;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.contents-wrap .pagelink-list ul li a:after {
  content: "";
  display: block;
  background: #696969;
  width: 1px;
  height: 100%;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.contents-wrap .pagelink-list ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
}

.contents-wrap .pagelink-list ul li a:hover:before {
  -webkit-transform: rotate(90deg) translateX(5px);
  transform: rotate(90deg) translateX(5px);
}

.contents-wrap .pagelink-list ul li:last-of-type a:after {
  display: none;
}

.contents-wrap .pagelink-list .ttl-article img {
  width: 25px;
  height: 18px;
  margin-right: 3px;
}

.contents-wrap .pagelink-list .ttl-movie img {
  width: 25px;
  height: 16px;
  margin-right: 7px;
}

/*_SPフッター前スライダー_*/
.sp-btm-slider {
  width: 100%;
  margin: 20px auto 40px;
}

.sp-btm-slider .ttl {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  width: calc(608 / 628 * 100%);
  margin: 0 auto;
  text-indent: 5px;
  padding-bottom: 3px;
  border-bottom: 3px solid #000280;
  color: #000;
}

/*
	  Pager Style
------------------------*/
.blog-pager .wp-pagenavi {
  clear: both;
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px;
}

.blog-pager .wp-pagenavi a,
.blog-pager .wp-pagenavi span {
  font-size: 18px;
  color: #696969;
  text-decoration: none;
  margin-left: 12px;
  text-align: center;
  font-weight: normal;
}

.blog-pager .wp-pagenavi span.current,
.blog-pager .wp-pagenavi a:hover {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-pager .wp-pagenavi span.extend {
  border: none;
}

.blog-pager .wp-pagenavi .first,
.blog-pager .wp-pagenavi .last,
.blog-pager .wp-pagenavi .previouspostslink,
.blog-pager .wp-pagenavi .nextpostslink {
  background: #e9e9e9;
  border-radius: 50%;
  color: #000;
  width: 36px;
  height: 36px;
  line-height: 34px;
}

.blog-pager .wp-pagenavi .first:hover,
.blog-pager .wp-pagenavi .last:hover,
.blog-pager .wp-pagenavi .previouspostslink:hover,
.blog-pager .wp-pagenavi .nextpostslink:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transform: none;
  transform: none;
}

.blog-pager .wp-pagenavi .last {
  padding-left: 3px;
}

.blog-pager .wp-pagenavi .nextpostslink {
  padding-left: 5px;
}

.pager-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-single li {
  width: 100%;
  max-width: 220px;
  min-height: 50px;
  margin: 2px;
}

.pager-single a {
  background-image: -webkit-gradient(linear, left top, right top, from(#3431a2), to(#1b1a64));
  background-image: linear-gradient(90deg, #3431a2 0%, #1b1a64 100%);
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-single a .prev-arrow,
.pager-single a .next-arrow {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 1px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.pager-single a .prev-arrow {
  right: 10%;
}

.pager-single a .next-arrow {
  left: 10%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pager-single a.to-list {
  background: #fff;
  border: 1px solid #ccc;
  color: #4839bd;
}

/* 
	Wordpress misc
--------------------------------------------------------*/
/*詳細ページまわり抜粋*/
.blog-single-contents p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both;
  overflow: hidden;
  line-height: 1.5;
  font-size: 1rem;
  /*20220223 fix  0.9rem to 1.5rem*/
}

.blog-single-contents strong {
  font-weight: bold;
}

.blog-single-contents cite,
.blog-single-contents em,
.blog-single-contents i {
  font-style: italic;
}

.blog-single-contents big {
  font-size: 131.25%;
}

.blog-single-contents ins {
  background: #ffc;
  text-decoration: none;
}

.blog-single-contents blockquote {
  font-style: italic;
  padding: 03em;
}

.blog-single-contents blockquotecite,
.blog-single-contents blockquoteem,
.blog-single-contents blockquotei {
  font-style: normal;
}

.blog-single-contents pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}

.blog-single-contents abbr,
.blog-single-contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.blog-single-contents sup,
.blog-single-contents sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

.blog-single-contents sup {
  bottom: 1ex;
}

.blog-single-contents sub {
  top: 0.5ex;
}

.blog-single-contents img {
  margin-bottom: 10px;
  font-size: inherit;
}

.blog-single-contents img.size-auto,
.blog-single-contents img.size-full,
.blog-single-contents img.size-large,
.blog-single-contents img.size-medium,
.blog-single-contents .attachment img {
  max-width: 100%;
  height: auto;
}

.blog-single-contents .alignleft,
.blog-single-contents img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.blog-single-contents .alignright,
.blog-single-contents img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.blog-single-contents .aligncenter,
.blog-single-contents img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-contents img.alignleft,
.blog-single-contents img.alignright,
.blog-single-contents img.aligncenter {
  margin-bottom: 12px;
}

.blog-single-contents table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}

.blog-single-contents table th,
.blog-single-contents caption {
  border-width: 0 1px 1px 0;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}

.blog-single-contents table td {
  border-width: 0 1px 1px 0;
  padding: 7px;
  vertical-align: baseline;
}

.blog-single-contents__itemList {
  width: 90%;
  margin: 60px auto 80px;
  display: flex;
}

.blog-single-contents__itemList figure {
  width: 90%;
}

.blog-single-contents__itemList a {
  background: #f0793f;
  width: 316px;
  height: 51px;
  display: block;
  margin: 30px auto;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 51px;
  padding: 0 30px;
  background-image: url("https://www.tanabesports.com/article/img/icon-cart@2x.png"), url("https://www.tanabesports.com/article/img/icon-arrow-circle@2x.png");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: left 30px center, right 30px center;
  text-align: center;
}

.blog-single-contents__itemList p {
  text-align: left;
}

.blog-single-contents__itemList a:visited {
  color: #fff;
}

.blog-single-contents__itemList a:hover {
  background-position: left 30px center, right 20px center;
}

.blog-single-contents__itemCategory {
  background-color: #000280;
  width: 97%;
  padding: 0 0 0 2%;
  line-height: 2 !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  font-weight: bold;
}

/* 
	TopPage
--------------------------------------------------------*/
/*共通article-block*/
.contents-wrap .article-block *,
.contents-wrap .article-block02 * {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.contents-wrap .article-block a:hover,
.contents-wrap .article-block02 a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}

.contents-wrap .article-block figure:hover img,
.contents-wrap .article-block02 figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

.contents-wrap .article-block figure:hover:before,
.contents-wrap .article-block02 figure:hover:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

.contents-wrap .article-block .txt-area:hover,
.contents-wrap .article-block02 .txt-area:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}

/* 謎設定??? inline-blockの隙間消し*/
/* .contents-wrap .article-block .txt-area,
.contents-wrap .article-block02 .txt-area {
	font-size: 0;
} */

.contents-wrap .article-block .txt-area p,
.contents-wrap .article-block02 .txt-area p {
  font-size: 15px;
}

.contents-wrap .article-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents-wrap .article-block .inner {
  margin-bottom: 55px;
}

.contents-wrap .article-block figure {
  width: calc(470 / 978 * 100%);
  height: 280px;
  overflow: hidden;
}

.contents-wrap .article-block figure img {
  width: 100%;
}

.contents-wrap .article-block .txt-area {
  width: calc(470 / 978 * 100%);
}

.contents-wrap .article-block .ttl-article-small,
.contents-wrap .article-block .ttl-movie-small {
  /*text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  */
  line-height: 1.3;
}

.contents-wrap .article-block02 .article-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents-wrap .article-block02 .article-block-list:after {
  content: "";
  display: block;
  width: 30%;
}

.contents-wrap .article-block02 .article-block-list li {
  width: calc(310 / 978 * 100%);
  margin-bottom: 50px;
  position: relative;
}

.contents-wrap .article-block02 .article-block-list li figure {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.contents-wrap .article-block02 .article-block-list li figure img {
  width: 100%;
}

.contents-wrap .article-block02 .article-block-list li .ttl-s {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

/*共通article-blockのトップページのみの指定*/
.contents-wrap .top-article-block {
  padding-top: 34px;
  padding-bottom: 120px;
  border-bottom: 1px solid #696969;
}

.contents-wrap .top-article-block .ttl {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}

.contents-wrap .top-article-block .inner {
  margin-bottom: 80px;
}

.contents-wrap .top-article-block .inner:last-of-type {
  margin-bottom: 0;
}

.contents-wrap .top-article-block.top-article-block-01 {
  padding-bottom: 80px;
}

.contents-wrap .top-article-block.top-article-block-01 .ttl {
  margin-bottom: 50px;
}

.contents-wrap .top-article-block.article-block02 {
  padding-bottom: 50px;
}

.contents-wrap .top-article-block.article-block02 .ttl {
  margin-bottom: 50px;
}

.contents-wrap .top-article-block.ranking {
  border-bottom: none;
}

/* 
	SubPages
--------------------------------------------------------*/
/*タブ切り替え*/
.contents-wrap .tab-list {
  margin: -1px 0 0 0;
}

.contents-wrap .tab-list .b-tab {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.contents-wrap .tab-list .b-tab li {
  list-style: none;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: calc(100% / 3);
  background: #e9e9e9;
  font-size: 18px;
  text-align: center;
  padding: 27px 10px;
  border-left: 1px solid #696969;
  border-bottom: 1px solid #696969;
  border-top: 1px solid #696969;
}

.contents-wrap .tab-list .b-tab li:last-child {
  border-right: 1px solid #696969;
}

.contents-wrap .tab-list .b-tab li img {
  width: 25px;
  height: 18px;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -3px;
  line-height: 25px;
}

.contents-wrap .tab-list .b-tab li.select {
  background: #fff;
  border-bottom: none;
}
.contents-wrap .tab-content {
  list-style: none;
  padding: 70px 25px;
}

.contents-wrap .tab-content .hide {
  display: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* .contents-wrap .tab-content figure {
  width: calc(376 / 928 * 100%);
  height: auto;
} */

/* .contents-wrap .tab-content .txt-area {
  width: calc(470 / 928 * 100%);
} */

.contents-wrap .tab-content .blog-pager {
  margin-top: 100px;
}

.contents-wrap .tab-content .ttl-s {
  text-overflow: ellipsis;
  /*overflow: hidden;
  white-space: nowrap;
  */
  line-height: 1.3;
  border-bottom: 1px solid #696969;
  margin-bottom: 14px;
  text-indent: 45px;
  font-size: 25px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.contents-wrap .tab-content .movie-box .ttl-s {
  background: url("https://www.tanabesports.com/article/img/icon-movie@2x.png") no-repeat left top 4px;
  background-size: 35px 23px;
}

.contents-wrap .tab-content .article-box .ttl-s {
  background: url("https://www.tanabesports.com/article/img/icon-article@2x.png") no-repeat left top 4px;
  background-size: 36px 25px;
}

/*ランキング一覧*/
.pagelink-list.ranking-list ul li {
  width: calc(100% / 2);
}

.pagelink-list.ranking-list {
  margin-top: 15px;
}

.pagelink-list.ranking-list ul li a {
  font-size: 18px;
}

.pagelink-list.ranking-list ul li a:before {
  bottom: -4px;
}

.pagelink-list.ranking-list .ttl-article img {
  width: 36px;
  height: 25px;
  margin-right: 9px;
}

.pagelink-list.ranking-list .ttl-movie img {
  width: 34px;
  height: 22px;
  margin-right: 15px;
}

.article-block02.ranking-article-block:first-of-type {
  padding-bottom: 20px;
  margin-bottom: 90px;
  border-bottom: 1px solid #696969;
}

.article-block02.ranking-article-block .ttl {
  margin: 40px auto 80px;
}

.article-block02.ranking-article-block .article-block-list li.rank-01,
.article-block02.ranking-article-block .article-block-list li.rank-02 {
  width: calc(469 / 978 * 100%);
}

.article-block02.ranking-article-block .article-block-list li.rank-01:before,
.article-block02.ranking-article-block .article-block-list li.rank-02:before {
  width: 65px;
  height: 51px;
  top: -37px;
  left: 0;
}

/*検索結果*/
.search-result-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 35px auto 50px;
}

/*詳細ページ*/
.blog-single {
  margin: 20px auto;
  max-width: 900px;
  color: #444;
  font-size: 17px;
}

.blog-single .single-tn {
  width: 100%;
}

.blog-single-contents {
  width: 90%;
  margin: 0 auto;
}

/*20220220 added nkt------*/

/*block*/
.blog-single-contents .blog-single-contents__paragraph {
  display: block;
  margin: 2em auto;
}

.blog-single-contents .blog-single-contents__paragraphLv2 {
  display: block;
  margin: 0 auto 100px;
}

.blog-single-contents .blog-single-contents__paragraphLv2.blog-single-contents__paragraphLv2__arranged {
  border: solid 1px #e7e7e7;
}

.blog-single-contents .blog-single-contents__paragraphLv2.blog-single-contents__paragraphLv2__arranged img {
  margin: 0 !important;
}

.blog-single-contents__paragraphLv2__leadSentence {
  padding: 1em;
}

.blog-single-contents .blog-single-contents__paragraphLv3 {
  display: block;
  margin: 60px auto 60px;
}

.blog-single-contents .blog-single-contents__paragraphLv3.blog-single-contents__paragraphLv3__arranged {
  display: block;
  margin: 0;
  padding: 1em;
}

.blog-single-contents .blog-single-contents__paragraphLv3 h3 {
  text-indent: 0.5em;
}

.blog-single-contents .blog-single-contents__paragraphLv4 {
  display: block;
  margin: 50px auto 100px;
}

.blog-single-contents .blog-single-contents__paragraphLv4 h4 {
  text-indent: 1em;
  font-weight: bold;
}

.blog-single-contents .blog-single-contents__bg01 {
  padding: 0.7em 1em;
  border-radius: 0.7em;
  background: #ececea;
}

.blog-single-contents .blog-single-contents__bg02 {
  padding: 0.7em 1em;
  border-radius: 0.7em;
  background: #fff3d9;
}

.blog-single-contents .blog-single-contents__borderedBlock {
  padding: 0.7em;
  border: solid 1px #000;
  border-radius: 0.7em;
}

.blog-single-contents .blog-single-contents__borderedBlockNotice {
  padding: 0.7em;
  border: solid 1px red;
  border-radius: 0.7em;
}

.blog-single-contents .blog-single-contents__coloredBlock {
  padding: 0.7em;
  border-radius: 0.7em;
}

.blog-single-contents .blog-single-contents__coloredBlock__lightGrey {
  padding: 0.7em;
  border-radius: 0.7em;
  background-color: #eaeaea;
}

.blog-single-contents .blog-single-contents__coloredBlock > section {
  margin: 0;
}

.blog-single-contents .blog-single-contents__flexSwitch__duo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.blog-single-contents .blog-single-contents__flexSwitch__duo > * {
  margin: 0 auto 1em;
  width: 48%;
}

/*list*/
.blog-single-contents section ul li,
.blog-single-contents section ol li {
  font-size: 1rem;
}

.blog-single-contents .blog-single-contents__markedList {
  padding: 1em 2em;
  list-style-type: disc;
}

.blog-single-contents .blog-single-contents__oneLineDL60P {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  font-size: 1rem;
}

.blog-single-contents .blog-single-contents__oneLineDL60P dt {
  display: table;
  margin-bottom: 0.7em;
  width: 30%;
}

.blog-single-contents .blog-single-contents__oneLineDL60P dd {
  display: table;
  margin-bottom: 0.7em;
  width: 70%;
}

.blog-single-contents .blog-single-contents__oneLineDL60P dt span {
  display: table-cell;
  vertical-align: middle;
}

.blog-single-contents .blog-single-contents__oneLineDL60P dd span {
  display: table-cell;
  vertical-align: middle;
}

.blog-single-contents .blog-single-contents__nestedDL {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.blog-single-contents .blog-single-contents__nestedDL dt {
  display: block;
  width: 30%;
}

.blog-single-contents .blog-single-contents__nestedDL dd {
  display: block;
  width: 70%;
}

.blog-single-contents .blog-single-contents__verticalDL {
  padding: 1em;
  font-size: 1rem;
}

.blog-single-contents .blog-single-contents__verticalDL dt {
  margin-bottom: 0.7em;
  font-weight: bold;
}

.blog-single-contents .blog-single-contents__verticalDL dd {
  margin-bottom: 1.5em;
}

/*table*/
.blog-single-contents__table {
  margin: 1em 0 !important;
}

.blog-single-contents__table tbody tr * {
  font-size: 0.8rem;
}

.blog-single-contents__table tbody tr th {
  border: solid 1px #ccc;
  border-width: 1px 0 0 1px;
  background: #777777;
  font-size: 0.8rem;
  color: #fff;
}

.blog-single-contents__table tbody tr:last-child th {
  border-width: 1px 0 1px 1px;
}

.blog-single-contents__table tbody tr td {
  border: solid 1px #ccc;
  border-width: 1px 1px 0 0;
  vertical-align: middle;
  font-size: 0.8rem;
}

.blog-single-contents__table tbody tr:last-child td {
  border-width: 1px 1px 1px 0;
}

/*text*/

.blog-single-contents .blog-single-contents__txtEmphasisThick {
  font-weight: bold;
}

.blog-single-contents .blog-single-contents__txtEmphasisNotice {
  font-weight: bold;
  color: red;
}

.blog-single-contents .blog-single-contents__txtEmphasisNoticeLv2 {
  font-weight: bold;
  color: red;
}

.blog-single-contents .blog-single-contents__txtEmphasisLarge {
  font-size: 1.7rem;
  font-weight: bold;
}

.blog-single-contents .blog-single-contents__txtEmphasisLink {
  text-decoration: underline !important;
  font-weight: bold;
  color: #003399 !important;
}

/*button*/
.blog-single-contents .blog-single-contents__btnCentered {
  display: block;
  margin: 1em auto 2em;
  padding: 1em 2em;
  width: 80%;
  background: #f0793f;
  text-align: center;
  font-size: 1.2rem;
  color: #fff !important;
}

.blog-single-contents .blog-single-contents__btnCentered::after {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
}

.blog-single-contents .blog-single-contents__btnCentered:hover {
  opacity: 0.75;
}

/*------20220220 added nkt*/

/*20214010nkt------*/
.blog-single-contents.colorPage {
  padding: 1em;
}

/*------20214010nkt*/

.blog-single-contents .blog-single-ttl,
.blog-single-contents h1 {
  margin: 15px auto;
  font-size: 32px;
  border-bottom: 2px solid #000280;
  padding-bottom: 10px;
  font-weight: bold;
}

.blog-single-contents h2 {
  font-size: 24px;
  margin: 1.5% 0 1% 0;
  color: #000280;
  border-left: 5px solid #000280;
  padding-left: 10px;
  padding-top: 5px;
  font-weight: bold;
}

.blog-single-contents h3 {
  font-size: 20px;
  margin: 1.5% 0 1% 0;
  color: #000280;
  font-weight: bold;
}

.blog-single-contents h4 {
  font-weight: bold;
}

/*
.blog-single-contents img {
    margin-top: 70px;
}
*/

.blog-single-contents .movie-wrap {
  /*margin-top: 70px;*/
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  /*margin-bottom: 10px;*/
  margin-bottom: 30px;
  border-image-source: url("https://www.tanabesports.com/s/img/film.gif");
  border-image-repeat: repeat;
  border-image-width: 25px;
  border-image-slice: 33%;
  border-bottom: 24px solid;
  border-top: 24px solid;
  background-color: #000;
}

.movie-wrap p {
  padding: 30px 0;
}

.blog-single-contents .movie-wrap iframe,
.blog-single-contents .movie-wrap object,
.blog-single-contents .movie-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-single-contents .blog-single-ttl + img,
.blog-single-contents .blog-single-ttl + .movie-wrap {
  margin-top: 0;
}

.blog-single-contents img + .movie-wrap,
.blog-single-contents .movie-wrap + img {
  margin-top: 20px;
}

.blog-single-contents .single-link-area {
  width: 90%;
  margin: 60px auto 80px;
}

.blog-single-contents .single-link-area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

.blog-single-contents .single-link-area ul li figure {
  width: 40%;
}

.blog-single-contents .single-link-area ul li .txt-area {
  width: 60%;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  padding-top: 60px;
}

.blog-single-contents .single-link-area ul li .txt-area b {
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: 100%;
}

.blog-single-contents .single-link-area ul li .txt-area a {
  background: #f0793f;
  width: 316px;
  height: 51px;
  display: block;
  margin: 30px auto;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 51px;
  padding: 0 30px;
  background-image: url("https://www.tanabesports.com/article/img/icon-cart@2x.png"), url("https://www.tanabesports.com/article/img/icon-arrow-circle@2x.png");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: left 30px center, right 30px center;
}

.blog-single-contents .single-link-area ul li .txt-area a:hover {
  background-position: left 30px center, right 20px center;
}

.single-ranking-block {
  border-top: 1px solid #696969;
}

.single-ranking-block .ttl {
  font-size: 35px;
  margin: 10px auto 70px;
  font-weight: bold;
  text-align-last: center;
}

/*20210408-nkt--------*/
.blog-single-contents h2.heading2-alt1 {
  margin: 0;
  margin-bottom: 1em;
  color: #000;
  border-left: none;
  padding-left: none;
  padding-top: none;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.blog-single-contents h2.heading2-alt1:first-child {
  padding-top: 20px !important;
}

/*3カラムの画像*/
.blog-single-contents .card3Column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 45px;
  width: 100%;
}

.blog-single-contents .card3Column li {
  display: block;
  margin-bottom: 2em;
  width: 30.3%;
}

.blog-single-contents .card3Column li a {
  position: relative;
  display: block;
  padding-top: 100%;
  border: solid 1px #eaeaea;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.blog-single-contents .card3Column li a + p {
  display: none;
}

.blog-single-contents .card3Column li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.blog-single-contents .card3Column figure {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-single-contents .card3Column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-single-contents .card4to6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  padding: 1em;
  background: #fff;
}

.blog-single-contents .card4to6 > *:first-child {
  width: 40%;
}

.blog-single-contents .card4to6 > *:nth-child(2) {
  width: 50%;
}

.blog-single-contents .card4to6 > *:nth-child(2) h3 {
  font-size: 3em;
  font-weight: bold;
  color: #000;
}

.blog-single-contents .card4to6 img {
  width: 100%;
}

/*折り畳みリスト*/
.blog-single-contents .foldingList > li {
  padding: 0.5em;
  border-top: solid 1px #000;
}

.blog-single-contents .foldingList > li:last-child {
  border-bottom: solid 1px #000;
}

.blog-single-contents .foldingList .foldingList__anchors {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.blog-single-contents .foldingList .foldingList__anchors::before {
  content: "・";
}

.blog-single-contents .foldingList .foldingList__heading {
  width: 50%;
  font-weight: bold;
}

.blog-single-contents .foldingList .foldingList__switch {
  position: relative;
  padding-right: 4em;
  width: 50%;
  text-align: right;
}

.foldingList__switch::after {
  content: "";
  position: absolute;
  right: 1.5em;
  z-index: 1;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.blog-single-contents .foldingList .foldingList__Inner {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.blog-single-contents .foldingList .foldingList__Inner.is-listOpen {
  min-height: 400px;
}

.blog-single-contents .foldingList .foldingList__exit {
  margin: 0 auto 45px;
  text-align: center;
}

.foldingList__exit li {
  display: block;
  margin: 1em auto;
  border: solid 2px #000;
  padding: 0.5em;
  max-width: 60%;
  background: #fff;
}

.foldingList__exit li::after {
  content: "";
  display: block;
}

.foldingList__exit li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.foldingList__exit li a span {
  position: relative;
}

.foldingList__exit li a span::after {
  display: inline;
  content: "";
  right: -2em;
  position: absolute;
  border-top: 10px solid #aa222200;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b3282800;
  border-left: 15px solid #9ae8f5;
}

.blog-single-contents .foldingList .foldingList__relative {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
}

.foldingList__relative li {
  padding: 1em;
  border: solid 2px #000;
  width: 48%;
  background: #fff;
  text-align: center;
}

.foldingList__relative li a {
  position: relative;
}

.foldingList__relative li a span::after {
  display: inline;
  content: "";
  right: -2em;
  position: absolute;
  border-top: 10px solid #aa222200;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b3282800;
  border-left: 15px solid #000000;
}

/*--------20210408~ nkt*/

/*20200824岩橋追加分*/
.wp_cnt {
  max-width: 978px;
  width: 100%;
  text-align: center;
}

.wp_cnt h3 {
  box-sizing: inherit;
  font-size: x-large;
  font-weight: 600;
  margin: 1.5% 0 1% 0;
  color: #000000;
  padding-top: 5px;
}

.wp_cnt img {
  width: 70%;
  max-width: 978px;
  margin-bottom: 20px;
}

.wp_cnt p {
  font-size: 1em !important;
  box-sizing: inherit;
  position: relative;
  margin: 0 auto;
  line-height: inherit;
}

.wp_cnt a {
  background: #f0793f;
  width: 670px;
  display: block;
  margin: 30px auto;
  color: #fff !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px 45px;
  background-image: url("https://www.tanabesports.com/article/img/icon-cart@2x.png"), url("https://www.tanabesports.com/article/img/icon-arrow-circle@2x.png");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: left 30px center, right 30px center;
  text-align: center;
}

.wp_btn {
  background: #f0793f;
  font-size: 18px;
  text-align: center;
  width: 80%;
  height: 51px;
  display: block;
  margin: 0 auto 30px;
  color: #fff !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px 30px;
  background-image: url("https://www.tanabesports.com/article/img/icon-arrow-circle@2x.png");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: right 80px center;
}

.wp_btn2 {
  font-size: 1.2em !important;
  box-sizing: inherit;
  position: relative;
  margin: 0 auto;
  line-height: inherit;
  display: block;
  color: #000 !important;
  border: solid 1px #000;
  background-color: #fff;
  width: 70% !important;
  text-align: center;
  padding: 10px;
  margin: 0 auto 30px !important;
  text-decoration: none;
}

.wp_mokuji {
  border: 1px dashed #ccc;
  padding: 0;
}

.wp_mokuji p {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 1em 0 0 !important;
}

.wp_mokuji ol {
  width: 100%;
  padding: 15px 40px;
  margin: 0 0 1.5em;
  /*0 to 0 0 1.5 em 20220220fixed nkt */
  font-size: 14px;
  font-weight: bold;
  list-style: square inside;
}

.wp_mokuji li {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
  width: 100%;
  margin: 0 !important;
  line-height: 1.5;
}

.wp_mokuji li:last-child {
  border-bottom: none;
}
.wp_mokuji a {
  text-decoration: none;
  color: #666;
}

/*20200831岩橋追加分*/

.wp_top_ban {
  max-width: 978px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.wp_top_ban ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  max-width: 978px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.wp_top_ban li {
  max-width: 24%;
  width: 100%;
}

.wp_pc {
  margin: 10px 0;
}

.wp_sp {
  display: none;
}

/*20200910西岡追加分*/
.comb p {
  float: left;
}

.obi-blue {
  background-color: #2cbfdf;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem !important;
}

.obi-navy {
  background-color: #000280;
  width: 97%;
  padding: 0 0 0 2%;
  line-height: 2 !important;
  color: #fff;
  font-size: 1.2rem !important;
  font-weight: bold;
}

/*utility 20210410*/
.u-block__mb0 {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.u-block__pb1em {
  padding-bottom: 1em !important;
  padding: 0 0 1em 0 !important;
}

.u-block__pb2em {
  padding-bottom: 2em !important;
  padding: 0 0 2em 0 !important;
}

.u-block__w50p {
  width: 50% !important;
}

.u-block__w60p {
  width: 60% !important;
}

.u-block__w100p {
  width: 100% !important;
}

.u-block__inline * {
  display: inline-block !important;
}

/*20210527岩橋追加分*/

.con_ski_2c {
  max-width: 978px;
  width: 100%;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.con_ski_2c li {
  width: 49%;
  background: #fff;
  margin-bottom: 120px;
  position: relative;
  text-align: center;
}

.con_btn a:link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.item_title {
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #666;
}

.item_text {
  line-height: 1.3 !important;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

.con_btn {
  line-height: 4 !important;
  width: 90%;
  margin: 0 auto;
  background-color: #f0793f;
  text-align: center;
  padding: 0;
  display: block !important;
  position: absolute;
  bottom: -70px;
  left: 5%;
}

/*202300507 add iwa*/

.con_table_list {
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  max-width: 978px;
  min-width: 480px;
}

.con_table_list table {
  width: 100%;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}

.con_table_list tr {
  height: 24px;
}
.con_table_list th {
  height: 24px;
  text-align: center !important;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  background-color: #e9e9e7;
  padding: 1%;
}
.con_table_list_wt14 {
  width: 14%;
}

.con_table_list td {
  height: 24px;
  text-align: center;
  border: 1px solid #777;
}
.con_table_list span {
  margin: auto;
  display: block;
  width: 50%;
  color: #fff;
  font-size: 0.5em;
  display: block;
  background-color: #ff0004;
}

.contents-wrap .postDate {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
.contents-wrap .postDate::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://skier.itembox.design/item/img/icon/clock-solid.svg");
}

/* end */
/*__display__*/
.sp-only {
  display: none;
}
.pc-only {
  display: inline-block;
}
.u-block__pc {
  display: block;
}
.u-block__sp {
  display: none;
}

/* new article*/
.article-wrap figure {
  text-align: center;
}
.article-wrap section {
  display: block;
  margin: 0 auto 100px;
}
.article-wrap .boxh2,
.article-wrap .boxh3 {
  margin: 0 auto 60px;
}
.article-wrap .boxh4 {
  margin: 0 auto 40px;
}
.article-wrap .boxh2 h2:not(:first-of-type),
.article-wrap .boxh3 h3:not(:first-of-type),
.article-wrap .boxh4 h4:not(:first-of-type) {
  margin-top: 40px;
}

.article-wrap section .box-s {
  margin-bottom: 30px;
}
.article-wrap section .box-m {
  margin-bottom: 40px;
}
.article-wrap section .box-l {
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .contents-wrap .contents-gnav .g-list ul li {
    width: calc(97% / 9);
  }

  .contents-wrap .contents-gnav .g-list ul li a {
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .contents-wrap .contents-gnav .g-list ul li a.current,
  .contents-wrap .contents-gnav .g-list ul li a:hover {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  .contents-wrap {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
  .u-block__sp {
    display: block;
  }
  .u-block__pc {
    display: none;
  }
  .contents-wrap {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .contents-wrap img {
    width: 100%;
  }
  /*___Style for SP___*/
  .contents-wrap .contents-gnav {
    padding-bottom: 3px;
    line-height: 1;
    /*20220227 fix nkt*/
    /*margin-top: 8px;*/
    position: relative;
  }

  .contents-wrap .contents-gnav:after {
    content: "";
    display: block;
    background: #ffdf5e;
    height: 3px;
    width: calc(608 / 628 * 100%);
    margin: auto;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
  }

  .contents-wrap .contents-gnav .sp-ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px 0 10px;
  }

  .contents-wrap .contents-gnav .sp-ttl-box .sp-page-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-right: auto;
  }

  .contents-wrap .contents-gnav .sp-ttl-box .search-trigger {
    background: url("https://www.tanabesports.com/article/img/btn-search@2x.png") no-repeat left bottom;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
  }

  .contents-wrap .contents-gnav .sp-ttl-box .menu-trigger {
    display: block;
    background: url("https://www.tanabesports.com/article/img/btn-menu@2x.png") no-repeat left bottom;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }

  /*閉じるボタン*/
  .contents-wrap .contents-gnav .search-close,
  .contents-wrap .contents-gnav .menu-close {
    background: url("https://www.tanabesports.com/article/img/icon-close.png") no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 30px;
  }

  .contents-wrap .contents-gnav .menu-close {
    right: 6px;
  }

  /*メニューオープン時の背景*/
  .contents-wrap .contents-gnav .menu-bg,
  .contents-wrap .contents-gnav .search-bg {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 120vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .contents-wrap .contents-gnav .menu-bg.nav-active,
  .contents-wrap .contents-gnav .search-bg.nav-active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }

  /*検索ボックス*/
  .search-box {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    z-index: 1001;
    background: #e9e9e9;
    padding: 35px 10px 12px;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 3px);
  }

  .search-box.nav-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
  }

  .search-box .tag-area {
    margin: 10px auto;
    width: 90%;
    max-width: 500px;
    font-size: 0;
  }

  .search-box .tag-area p {
    font-size: 11px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: inline-block;
    width: 68px;
  }

  .search-box .tag-area ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 80px);
  }

  .search-box .tag-area ul li a {
    margin: 0 3px 3px 0;
    min-width: 47px;
    padding: 3px 4px;
    font-size: 11px;
    background: #fff;
    display: block;
    text-align: center;
  }

  .search-box .tag-area ul li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    zoom: 1;
  }

  .search-box .search-area {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
  }

  .search-box .search-area input {
    color: #000;
    border: 1px solid #0c0104;
    font-size: 11px;
    min-height: unset;
    line-height: 1;
    padding: 5px 7px;
  }

  .search-box .search-area input:placeholder {
    color: #b3b3b3;
  }

  .search-box .search-area input::-webkit-input-placeholder {
    padding-top: 0.5em;
  }

  .search-box .search-area input:focus {
    border-color: #000280;
    -webkit-box-shadow: inset 0px 0px 2px #000280;
    box-shadow: inset 0px 0px 2px #000280;
  }

  .search-box .search-area .searchsubmit {
    border: none;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url("https://www.tanabesports.com/article/img/icon-search@2x.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 3px;
    bottom: 4px;
  }

  .search-box .search-area .searchsubmit:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    zoom: 1;
  }

  /*20210331-nkt*/
  .search-box__arrange {
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 100%;
    /*20220227 fix nkt*/
    /*padding: 35px 0 0;*/
    padding: 0;
    width: 100%;
  }

  .search-box__arrange .search-area {
    position: relative;
    width: 95%;
    max-width: 500px;
    margin: 0 auto 10px;
  }

  .search-box__arrange .search-area input {
    color: #000;
    border: 1px solid #0c0104;
    font-size: 11px;
    min-height: unset;
    line-height: 1;
    padding: 5px 7px;
  }

  .search-box__arrange .search-area .searchsubmit {
    border: none;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url("https://www.tanabesports.com/article/img/icon-search@2x.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 3px;
    bottom: 4px;
  }

  .search-box__arrange .tag-area {
    margin: 5px auto;
    width: 95%;
    max-width: 500px;
  }

  .search-box__arrange .tag-area ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
  }

  .search-box__arrange .tag-area ul li a {
    margin: 0 3px 3px 0;
    min-width: 47px;
    padding: 3px 4px;
    font-size: 11px;
    background: #e9e9e9;
    display: block;
    text-align: center;
  }

  /*メニュー*/
  .contents-wrap .contents-gnav .g-list {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    z-index: 1001;
    background: #e9e9e9;
    padding: 50px 0 37px;
    position: absolute;
    width: 100%;
    left: 0;
    /* top: calc(100% + 3px); */
    top: 72%;
  }

  .contents-wrap .contents-gnav .g-list.nav-active {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
  }

  .contents-wrap .contents-gnav .g-list ul {
    width: calc(492 / 628 * 100%);
    margin: 0 auto;
    overflow-y: auto;
    height: 60vh;
    max-height: 430px;
    display: block;
    border: none;
  }

  .contents-wrap .contents-gnav .g-list ul li {
    display: block;
    width: 100%;
    height: auto;
  }

  .contents-wrap .contents-gnav .g-list ul li a {
    border: none;
    margin-bottom: 2%;
    background-color: #fff;
  }

  .contents-wrap .contents-gnav .g-list ul li a.current,
  .contents-wrap .contents-gnav .g-list ul li a:hover {
    margin-top: 0;
    height: auto;
    padding: 14px 6px;
    background-color: #ff822f;
  }

  .contents-wrap .contents-gnav .g-list ul li.pc-only {
    display: none;
  }

  .contents-wrap .contents-gnav .g-list ul li a {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    color: inherit;
    line-height: 1;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 14px 6px;
    /* border-bottom: 1px solid #696969; */
    background: url("https://www.tanabesports.com/article/img/icon-menu-arrow.png") no-repeat right 15px center;
    background-size: 5px 12px;
    background-color: #fff;
  }

  /* .contents-wrap .contents-gnav .g-list ul li:last-of-type a {
		border: none;
	} */

  .contents-wrap .contents-gnav .g-list ul li h1 {
    line-height: 1;
  }

  html.nav-active {
    overflow: hidden;
    height: 100%;
  }

  .fs-c-breadcrumb {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.26;
    letter-spacing: 0.04em;
    margin: 0 !important;
  }

  .fs-c-breadcrumb li {
    font-size: 9px;
  }

  .fs-c-breadcrumb a,
  .fs-c-breadcrumb span {
    font-size: 9px;
  }

  .fs-c-breadcrumb a {
    text-decoration: underline;
    color: #000 !important;
  }

  .fs-c-breadcrumb a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    zoom: 1;
  }

  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    padding: 0;
  }

  .contents-wrap .ttl-article-small,
  .contents-wrap .ttl-movie-small {
    margin-bottom: 7px;
    text-indent: 22px;
    font-size: 13px;
    padding: 3px 0 3px 0;
  }

  .contents-wrap .ttl-article-small {
    background: url("https://www.tanabesports.com/article/img/icon-article.png") no-repeat left top 2px;
    background-size: 19px 13px;
  }

  .contents-wrap .ttl-movie-small {
    background: url("https://www.tanabesports.com/article/img/icon-movie.png") no-repeat left top 3px;
    background-size: 18px 12px;
  }

  .contents-wrap .ttl-article-large,
  .contents-wrap .ttl-movie-large {
    text-align: center;
    margin-bottom: 42px;
  }

  .contents-wrap .ttl-article-large span,
  .contents-wrap .ttl-movie-large span {
    font-size: 18px;
  }

  .contents-wrap .ttl-article-large span {
    background: url("https://www.tanabesports.com/article/img/icon-article.png") no-repeat left center;
    background-size: 18px 13px;
    text-indent: 22px;
  }

  .contents-wrap .ttl-movie-large span {
    background: url("https://www.tanabesports.com/article/img/icon-movie.png") no-repeat left center;
    background-size: 21px 14px;
    text-indent: 25px;
  }

  .contents-wrap .cat-name {
    font-size: 10px;
    padding: 2px 5px;
    margin-right: 2px;
    min-width: 58px;
    margin-bottom: 5px;
  }
  .contents-wrap .new-mark figure:before {
    width: 34px;
    height: 29px;
    background: url("https://www.tanabesports.com/article/img/icon-new.png") no-repeat left top;
    background-size: contain;
  }

  .contents-wrap .rank-mark:before {
    width: 31px;
    height: 25px;
    top: -15px;
  }

  .contents-wrap .rank-mark.rank-02:before,
  .contents-wrap .rank-mark.rank-03:before {
    left: 3px;
  }

  .contents-wrap .rank-mark.rank-04:before,
  .contents-wrap .rank-mark.rank-05:before {
    width: 17px;
    height: 17px;
    top: -8px;
  }

  .contents-wrap .btn-style-01 {
    font-size: 10px;
    width: 183px;
    height: 29px;
    line-height: 29px;
  }

  .contents-wrap .pagelink-list {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .contents-wrap .pagelink-list ul {
    height: 25px;
    margin-bottom: 3px;
  }

  .contents-wrap .pagelink-list ul li {
    min-width: 50px;
  }

  .contents-wrap .pagelink-list ul li a {
    font-size: 10px;
    text-align: center;
    padding: 7px 2px;
    white-space: nowrap;
  }

  .contents-wrap .pagelink-list ul li a:before {
    bottom: -1px;
    font-size: 6px;
  }

  .contents-wrap .pagelink-list ul li a:hover:before {
    -webkit-transform: rotate(90deg) translateX(2px);
    transform: rotate(90deg) translateX(2px);
  }

  .contents-wrap .pagelink-list .ttl-article img {
    width: 10px;
    height: 7px;
    margin-right: 2px;
    vertical-align: baseline;
  }

  .contents-wrap .pagelink-list .ttl-movie img {
    width: 11px;
    height: 7px;
    margin-right: 2px;
    vertical-align: baseline;
  }

  .blog-pager .wp-pagenavi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: -12px;
  }

  .blog-pager .wp-pagenavi a,
  .blog-pager .wp-pagenavi span {
    margin-left: 12px;
    font-size: 10px;
  }

  .blog-pager .wp-pagenavi .first,
  .blog-pager .wp-pagenavi .last,
  .blog-pager .wp-pagenavi .previouspostslink,
  .blog-pager .wp-pagenavi .nextpostslink {
    width: 18px;
    height: 18px;
    line-height: 16px;
  }

  .blog-pager .wp-pagenavi .last {
    padding-left: 2px;
  }

  .blog-pager .wp-pagenavi .nextpostslink {
    padding-left: 2px;
  }

  /* .blog-single-contents p {
    font-size: 1.5rem;
  } */

  .blog-single-contents__itemList {
    display: block;
  }
  .blog-single-contents__itemList a {
    /* font-size: 1.5rem; */
    width: 100%;
    height: 45px;
    margin: 20px auto 0;
    line-height: 45px;
  }

  .blog-single-contents__itemList p {
    padding: 0;
  }

  .blog-single-contents__itemList a,
  .blog-single-contents p {
    font-size: 14px;
  }

  .contents-wrap .article-block .txt-area p,
  .contents-wrap .article-block02 .txt-area p {
    font-size: 12px;
  }

  .contents-wrap .article-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contents-wrap .article-block figure {
    width: calc(240 / 628 * 100%);
    height: auto;
    margin-right: 8px;
    margin-left: 4px;
  }

  .contents-wrap .article-block .txt-area {
    width: calc(370 / 628 * 100%);
  }

  .contents-wrap .article-block02 .article-block-list:after {
    width: 50%;
  }

  .contents-wrap .article-block02 .article-block-list li {
    margin-bottom: 15px;
    width: calc(299 / 628 * 100%);
  }

  .contents-wrap .article-block02 .article-block-list li figure {
    margin-bottom: 8px;
  }

  .contents-wrap .article-block02 .article-block-list li .ttl-s {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .contents-wrap .article-block02.ranking li {
    width: calc(297 / 628 * 100%);
  }

  .contents-wrap .article-block02.ranking .rank-01 {
    width: calc(541 / 628 * 100%);
    max-width: 100%;
    margin: 0 auto 25px;
  }

  .contents-wrap .article-block02.ranking .rank-01 .txt-area {
    padding: 0 10px;
  }

  .contents-wrap .top-article-block {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .contents-wrap .top-article-block .ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .contents-wrap .top-article-block .inner {
    margin-bottom: 30px;
  }

  .contents-wrap .top-article-block.top-article-block-01 {
    padding-top: 8px;
    padding-bottom: 30px;
  }

  .contents-wrap .top-article-block.top-article-block-01 .inner a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: calc(470 / 628 * 100%);
  }

  .contents-wrap .top-article-block.top-article-block-01 figure {
    width: 100%;
    margin: 0 0 14px 0;
  }

  .contents-wrap .top-article-block.top-article-block-01 .txt-area {
    width: 100%;
  }

  .contents-wrap .top-article-block.top-article-block-01 .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .contents-wrap .top-article-block.article-block02 {
    padding-bottom: 23px;
  }

  .contents-wrap .top-article-block.article-block02 .ttl {
    margin-bottom: 9px;
  }

  .contents-wrap .top-article-block.ranking .ttl {
    margin-bottom: 30px;
    margin-top: 5px;
  }

  .contents-wrap .tab-list {
    margin-top: 20px;
  }

  .contents-wrap .tab-list .b-tab li {
    font-size: 10px;
    padding: 5px;
    border-top: 1px solid #696969;
  }

  .contents-wrap .tab-list .b-tab li img {
    display: none;
  }

  .contents-wrap .tab-content {
    padding: 25px 0;
  }

  .contents-wrap .tab-content .inner {
    margin-bottom: 32px;
  }

  .contents-wrap .tab-content figure {
    width: calc(240 / 628 * 100%);
  }

  .contents-wrap .tab-content .txt-area {
    width: calc(377 / 628 * 100%);
  }

  .contents-wrap .tab-content .ttl-s {
    margin-bottom: 6px;
    text-indent: 22px;
    font-size: 13px;
    padding: 0 0 5px 0;
  }

  .contents-wrap .tab-content .movie-box .ttl-s,
  .contents-wrap .tab-content .article-box .ttl-s {
    background-size: 18px 12px;
    background-position: left top 2px;
  }

  .contents-wrap .tab-content .blog-pager {
    margin-top: 35px;
  }

  /*コンテンツ一覧*/
  .contents-wrap .tab-content.contents-list {
    padding: 17px 0 30px;
  }

  .contents-wrap .tab-content.contents-list .article-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contents-wrap .tab-content.contents-list .article-block .inner {
    margin-bottom: 27px;
  }

  .contents-wrap .tab-content.contents-list .article-block a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contents-wrap .tab-content.contents-list .article-block figure {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }

  .contents-wrap .tab-content.contents-list .article-block .ttl-s {
    font-size: 13px;
    margin-bottom: 3px;
    background: none;
    text-overflow: unset;
    overflow: unset;
    white-space: normal;
    border-bottom: none;
    text-indent: 0;
    padding: 0;
  }

  .contents-wrap .tab-content.contents-list .article-block .txt-area {
    width: 100%;
    text-align: justify;
  }

  .contents-wrap .tab-content.contents-list .article-block .ttl-movie-small,
  .contents-wrap .tab-content.contents-list .article-block .ttl-article-small {
    background: none;
    text-overflow: unset;
    text-indent: 0;
    overflow: unset;
    white-space: normal;
  }

  .contents-wrap .tab-content.contents-list .article-block .cat-name2 {
    color: #fff;
    background: #000;
    font-size: 10px;
    padding: 2px 5px;
    min-width: 57px;
    display: inline-block;
    text-align: center;
    margin-left: 3px;
  }

  .contents-wrap .tab-content.contents-list .article-block .movie-box .cat-name2 {
    background: #f30000;
  }

  .contents-wrap .tab-content.contents-list .blog-pager {
    margin-top: 0px;
  }

  .pagelink-list.ranking-list ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .article-block02.ranking-article-block {
    margin-bottom: 25px;
  }

  .article-block02.ranking-article-block:first-of-type {
    padding-bottom: 15px;
    border-bottom: 1px solid #696969;
  }

  .article-block02.ranking-article-block .ttl {
    margin: 15px auto 20px;
  }

  .article-block02.ranking-article-block .article-block-list li.rank-01 {
    width: calc(541 / 628 * 100%);
  }

  .blog-single-contents .blog-single-contents__paragraphLv2 {
    margin: 0 auto 100px;
  }

  .blog-single-contents .blog-single-contents__paragraphLv3 {
    margin: 40px auto 40px;
  }

  .blog-single-contents .blog-single-contents__paragraphLv4 {
    margin: 40px auto 80px;
  }

  .blog-single-contents .blog-single-contents__flexSwitch__duo {
    flex-direction: column;
  }

  .blog-single-contents .blog-single-contents__flexSwitch__duo > * {
    width: 100%;
  }

  .blog-single-contents section ul li,
  .blog-single-contents section ol li {
    font-size: 1.5rem;
  }

  .blog-single-contents .blog-single-contents__oneLineDL60P {
    width: 100%;
    font-size: 1.5rem;
  }

  .blog-single-contents .blog-single-contents__nestedDL {
    width: 85%;
    font-size: 1.5rem;
  }

  .blog-single-contents .blog-single-contents__verticalDL {
    font-size: 1.5rem;
  }

  .blog-single-contents__table tbody tr * {
    font-size: 1.5rem;
  }

  .blog-single-contents__table tbody tr th {
    font-size: 1.5rem;
  }

  .blog-single-contents__table tbody tr td {
    font-size: 1.5rem;
  }

  .blog-single-contents .blog-single-contents__btnCentered {
    color: #fff !important;
  }

  .blog-single-contents h2.heading2-alt1 {
    font-size: 1.2em;
  }

  .blog-single-contents .card4to6 > *:nth-child(2) h3 {
    font-size: 1.1em;
  }

  .foldingList__exit li {
    max-width: 80%;
  }

  .foldingList__exit li a span {
    display: inline-block;
    font-size: 0.7em;
  }

  .foldingList__exit li a span::after {
    right: -1.7em;
    position: absolute;
    border-top: 5px solid #aa222200;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b3282800;
    border-left: 8px solid #9ae8f5;
  }

  .foldingList__relative li a span {
    font-size: 0.7em;
  }

  .foldingList__relative li a span::after {
    right: -1.5em;
    bottom: 0.5em;
    border-top: 5px solid #aa222200;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b3282800;
    border-left: 8px solid #000;
  }

  .blog-single {
    margin: 15px auto;
    max-width: 95%;
    font-size: 15px;
  }

  .blog-single-contents {
    width: 100%;
  }

  .blog-single-contents .blog-single-ttl,
  .blog-single-contents h1 {
    font-size: 2.2rem;
    /*20220223 fix 1.1rem to 2.2rem*/
    font-weight: bold;
  }

  .blog-single-contents h2 {
    font-size: 2rem;
    /*20220223 fix 15px to 2rem*/
    font-weight: bold;
  }

  .blog-single-contents h3 {
    font-size: 1.7rem;
    /*20220223 fix 14px to 1.5rem*/
    font-weight: bold;
  }

  .blog-single-contents img {
    margin-top: 45px;
  }

  .blog-single-contents img:first-of-type {
    margin-top: 0;
  }

  .blog-single-contents img + .movie-wrap,
  .blog-single-contents .movie-wrap + img {
    margin-top: 10px;
  }

  .blog-single .single-link-area {
    margin: 40px auto 20px;
  }

  .blog-single .single-link-area ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-single .single-link-area ul li:last-of-type {
    margin-bottom: 0;
  }

  .blog-single .single-link-area ul li figure {
    width: 100%;
  }

  .blog-single .single-link-area ul li .txt-area {
    width: 100%;
    font-size: 15px;
    padding-top: 20px;
  }

  .blog-single .single-link-area ul li .txt-area a {
    font-size: 1.5rem;
    /*20220223 fix  0.9rem to 1.5rem*/
    width: 100%;
    height: 45px;
    margin: 20px auto 0;
    line-height: 45px;
    background-image: url("https://www.tanabesports.com/article/img/icon-cart@2x.png"), url("ttps://www.tanabesports.com/article/img/icon-arrow-circle@2x.png");
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: left 30px center, right 30px center;
  }

  .blog-single .single-link-area ul li .txt-area a:hover {
    background-position: left 30px top 6px, right 20px top 7px;
  }

  .single-ranking-block .ttl {
    font-size: 17px;
    margin: 35px auto 20px;
  }

  .wp_cnt {
    max-width: 750px;
    width: 100%;
    text-align: center;
  }

  .wp_cnt h3 {
    box-sizing: inherit;
    margin: 1.5% 0 1% 0;
    color: #444;
    padding-top: 5px;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    line-height: 1.4;
  }

  .wp_cnt img {
    width: 100%;
    max-width: 978px;
    margin-bottom: 20px;
  }

  .wp_cnt p {
    font-size: 4vw !important;
    box-sizing: inherit;
    position: relative;
    margin: 0 auto;
    line-height: 6vw;
  }

  .wp_cnt a {
    font-size: 14px;
    /*20220223 fix  0.9rem to 1.5rem*/
    width: 100%;
    padding: 15px 40px;
    background-image: url("https://www.tanabesports.com/article/img/icon-cart@2x.png"), url("https://www.tanabesports.com/article/img/icon-arrow-circle@2x.png");
    background-position: left 15px center, right 15px center;
  }

  .wp_btn {
    font-size: 1.5rem;
    font-size: 14px;
    /*20220223 fix  1rem to 1.5rem*/
    width: 100%;
    margin: 20px auto 0;
    background-size: 19px 19px;
    background-position: right 5% center;
    padding: 10px 30px;
    display: block;
  }

  .wp_mokuji {
    width: 100%;
  }

  .wp_mokuji p {
    font-size: 1rem;
  }

  .wp_mokuji ol {
    padding: 5% 8%;
    margin: 0;
    font-size: 0.8rem;
  }

  .wp_mokuji li {
    padding: 2% 0;
    font-size: 1.5rem;
    /*20220223 add font-size*/
  }
  .wp_top_ban li {
    max-width: 49%;
  }

  .wp_sp {
    margin: 10px 0;
  }

  .wp_pc {
    display: none;
  }

  /*20200910西岡追加分*/
  .comb p {
    float: left;
  }
  /*20220227 add nkt*/
  .con_btn {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 350px) {
  .contents-wrap .pagelink-list ul li {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }

  .contents-wrap .pagelink-list ul li:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
