@charset "UTF-8";

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
ol,ul {list-style:none;}

body{font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
html{font-size: 62.5%;}
ul{list-style: none; }

a {
  color:#333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

.search__form {
  display: block;
}
.search__form-sp {
  display: none;
}

.search__form {
  position:relative;
  width:250px;
}

.search__form:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position:absolute;
  top:8px;
  left:218px;
  color:#808080;
  font-size:1.6rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/*フォーム全体*/
.search__form .search{
  position:relative;
  height:30px;
}

/*検索ボックス*/
#textfield{
  position:absolute;
  padding:0 10px;
  top:0;
  left:0;
  outline:0;/*クリック時の青い枠線消す*/
  width:200px;
  height:30px;
  font-size: 1.4rem;
  border:1px solid #ddd;
  border-right:none;
  border-radius:2px 0 0 2px;
  background:#fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
/*検索ボタン*/
#submitbtn{
  cursor: pointer;
  width:50px;
  height:30px;
  position:absolute;
  left:200px;
  top:0;
  color:#808080;
  font-weight:bold;
  font-size:1.2rem;
  border-radius:0 2px 2px 0;
  border:1px solid #ddd;
  background:#fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
/*検索ボタンマウスオーバー時*/
#submitbtn:hover{
  color:#666;
}


/**** Start of "Micro cf" ****/

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }


/* --------------------------------------------------------
  ヘッダ
-------------------------------------------------------- */
header {
  position:relative;
  z-index: 2;
}

.contentHeader {
  position: relative;
  width:100%;
}

.commonHeader {
  position: relative;
  width:100%;
  height:90px;
  border-bottom:1px solid #ddd;
  background:rgba(255,255,255,1);
  transform: translate(0,0);
  webkit-transform: translate(0,0);
  transition: 0.5s;
  z-index: 2;
  box-sizing: border-box;
}

.commonHeader.fixed {
  position: fixed;
  top:-100px;
  left:0;
  height:50px;
  background:rgba(255,255,255,0.95);
  transform: translate(0,100px);
  webkit-transform: translate(0,100px);
  transition: 0.5s;
}

.commonHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin:0 auto;
  width:1400px;
  height:100%;
  box-sizing: border-box;
}

.globalNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width:100%;
}

.globalNavi a {
  display:block;
}

.siteLogo {
  width:200px;
  line-height:0;
}

.siteLogo img {
  width:100%;
  height:auto;
}

.globalNavi nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: flex-end; */
  flex-wrap: wrap;
  margin-top:-10px;
  width:calc(100% - 240px - 250px);
}

.globalNavi nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top:10px;
  margin-right:20px;
}

.globalNavi nav > div:last-child {
  margin-right:0;
  padding-right:0;
  border:none;
}

.globalNavi nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  padding-left:20px;
  color:#444;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.globalNavi nav a:before {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position:absolute;
  top:50%;
  left:0;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
  transform: translate(0, -50%);
}

.globalNavi nav a:hover {
  color:#e5004f;
  text-decoration: underline;
}

.globalNavi nav .sns-container a:hover {
  text-decoration: none;
}

.globalNavi nav .sns-container a + a {
  margin-left:10px;
}

.globalNavi nav .sns-container a img {
  height:30px;
}

.commonHeader.fixed .globalNavi {
  width:100%;
  justify-content: space-between;
}

.commonHeader.fixed .siteLogo {
  width: 120px;
}

.logoNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position:relative;
  margin:-10px auto 0;
  padding:15px 0;
  max-width:1400px;
  width:100%;
  background:#fff;
  box-sizing: border-box;
  z-index: 0;
}

.logoNav .logoNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;  
  margin-top:10px;
  width:170px;
  border-left:1px solid #ccc;
  box-sizing: border-box;
}

.logoNav .logoNav__list:last-child {
  border-right:1px solid #ccc;
  box-sizing: border-box;
}

.walkerLogo {
  display: inline-block;
}

.walkerLogo:hover {
  opacity: 0.8;
}

.walkerLogo img {
  width: 115px;
  height: auto;
}

.hero {
  position: relative;
  width:100%;
  height:40.31vw;
  overflow: hidden;
  z-index: 0;
}

.hero .slideBg {
  width:100%;
  height:100%;
}

.hero .slideBg img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.heroLogo {
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  width:22.5vw;
  line-height:0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.heroLogo img {
  width:100%;
  height:auto;
}

.canvas_container {
  pointer-events: none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:40.31vw;
  z-index: 1;
}

#animation_container {
  width:100% !important;
  height:100% !important;
}

#animation_container #canvas {
  width:100% !important;
  height:100% !important;
}

#animation_container #dom_overlay_container {
  width:100% !important;
  height:100% !important;
}

/* --------------------------------------------------------
  スライダー
-------------------------------------------------------- */

.articleSlider {
  display: none;
  position: relative;
  margin:-8vw auto 0;
  width:1440px;
  overflow: hidden;
  z-index: 0;
}
.articleSlider.swiper-initialized {
  display: block;
}

.articleSlider .articleData {
  position:relative;
}

.articleSlider .articleData a:not(.shareBtn) {
  display: block;
  position: relative;
}

.articleSlider .articleData a:not(.shareBtn):after {
  content:'';
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:5px solid;
  border-color: rgba(255,255,255,0);
  box-sizing: border-box;
  transition: 0.2s;
}

.articleSlider .articleData a:not(.shareBtn):hover:after {
  border-color: #fdc4b6;
}

.articleSlider .articleData__img:after {
  content:'';
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:5px solid #fff;
  box-sizing: border-box;
}

.articleSlider .articleData__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top:20px;
  font-size:2.4rem;
  font-weight:bold;
  line-height:1.2;
}


/* --------------------------------------------------------
  記事リスト
-------------------------------------------------------- */
.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .articleList:after {
  content: "";
  width:30%;
  height: 0;
}

.articleList .articleData {
  position:relative;
  margin-bottom:40px;
  width:30%;
}

.articleList .articleData a {
  display: block;
}

.articleList .articleData a:hover {
  opacity: 0.7;
}

.articleData__img {
  position: relative;
  padding-top: 56.25%;
  box-sizing: border-box;
  overflow: hidden;
}

.articleData__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: 0.5s;
}

/*.articleData a .articleData__img img {
  transform: scale(1);
  transition: 0.2s;
}*/

.articleData a:hover .articleData__img img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: 0.5s;
}

.articleData__info {
  padding:0 5px;
  background: #fff;
  box-sizing: border-box;
}

.articleSlider .articleData__info {
  padding:10px;
}

.articleData__infoTop {
  margin-top:0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.articleList .articleData__infoTop {
  margin-top:10px;
}

.articleData__label {
  display: inline-block;
  padding:4px 10px;
  color:#fff;
  font-size: 1.2rem;
  font-weight:bold;
  line-height:1;
}

.articleData__label.news {
  background:#f5587b;
}

.articleData__label.event {
  background:#8C489F;
}

.articleData__label.report {
  background:#EDB918;
}

.articleData__date {
  font-size:1.4rem;
}

.articleData__label + .articleData__date {
  margin-left:20px;
}

.articleData__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top:15px;
  font-size:1.8rem;
  font-weight:bold;
  line-height:1.2;
}

.categoryTitle {
  position:relative;
  margin-bottom:30px;
  padding-top:20px;
  /*padding-left:10px;*/
  color:#444;
  font-size:2.4rem;
  line-height:1;
  letter-spacing: 0.2rem;
  border-top:3px solid #eee;
  box-sizing: border-box;
}

.categoryTitle:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 150px;
  height: 3px;
  background:#f5587b;
}

.topNews .categoryTitle:first-letter {
  color:#f5587b;
}

.topEvent .categoryTitle:first-letter {
  color:#8C489F;
}

.topEvent .categoryTitle:before {
  background:#8C489F;
}

.articleData__label.gourmet {
  background:#39A0ED;
}

.topGourmet .categoryTitle:first-letter {
  color:#39A0ED;
}

.topGourmet .categoryTitle:before {
  background:#39A0ED;
}

.articleData__label.spot {
  background:#7BB31A;
}

.topSpot .categoryTitle:first-letter {
  color:#7BB31A;
}

.topSpot .categoryTitle:before {
  background:#7BB31A;
}

.articleData__label.live {
  background:#FE8402;
}

.topLive .categoryTitle:first-letter {
  color:#FE8402;
}

.topLive .categoryTitle:before {
  background:#FE8402;
}

.articleData__label.planning {
  background:#936A4A;
}

.topPlanning .categoryTitle:first-letter {
  color:#936A4A;
}

.topPlanning .categoryTitle:before {
  background:#936A4A;
}

.articleData__label.column {
  background:#c450a0;
}

.topColumn .categoryTitle:first-letter {
  color:#c450a0;
}

.topColumn .categoryTitle:before {
  background:#c450a0;
}

.articleData__label.books {
  background:#13C4A3;
}

.topBooks .categoryTitle:first-letter {
  color:#13C4A3;
}

.topBooks .categoryTitle:before {
  background:#13C4A3;
}


.articleData__label.report {
  background:#EDB918;
}

.topReport .categoryTitle:first-letter {
  color:#EDB918;
}

.topReport .categoryTitle:before {
  background:#EDB918;
}


.topSengoku .categoryTitle:first-letter {
  color:#f5587b;
}
/* --------------------------------------------------------
  メイン
-------------------------------------------------------- */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position:relative;
  margin:80px auto 0;
  width:1400px;
  box-sizing: border-box;
}

body:not(#top) main {
  margin-top:20px;
}

.main__inner {
  width:calc(100% - 340px);
}

.main__inner section + section {
  margin-top:80px;
}

.ads {
  position:relative;
  width:300px;
}

.ads .ads__inner {
  margin:0 auto;
  width:300px;
  transform: translate(0,0);
  webkit-transform: translate(0,0);
  transition: 0.5s;
  z-index: 1;
}

.ads .ads__inner.fixed {
  position: fixed;
  /*top:-1900px;
  transform: translate(0,calc(100vh - 200px));
  webkit-transform: translate(0,0);*/
  /*transform: translate(0,-100%);*/
  /*top:-100%;
  transform: translate(0,calc(100vh - 200px));
  webkit-transform: translate(0,calc(100vh - 200px));*/
  /*transform: translate(0,-100%);
  webkit-transform: translate(0,-100%);*/
  /*top:-100%;
  transform: translate(0,0);
  webkit-transform: translate(0,0);*/
  /*top:-100%;*/
  transform: translate(0,calc(100vh - 260px));
  webkit-transform: translate(0,calc(100vh - 260px));
  transition: 0.5s;
}

.ads-item {
  width:100%;
  height:250px;
  background:#eee;
}

.ads-item + .ads-item {
  margin-top:60px;
}

.ads-item + section {
  margin-top:40px;
}

.ads section + section {
  margin-top:60px;
}

.shareBtn {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
}

.shareBtn img {
  width: 100%;
  height: auto;
}

.articleSlider .shareBtn {
  top: -12px;
  right: 8px;
}

.andMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  width:400px;
  height:40px;
  color:#333;
  font-size:1.4rem;
  line-height:1;
  border:1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
}

.andMore:before {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
}

.andMore:hover {
  color:#fff;
  border:1px solid #e5004f;
}

.topNews .andMore:hover {
  border-color:#f5587b;
  background:#f5587b;
}

.topEvent .andMore:hover {
  border-color:#8C489F;
  background:#8C489F;
}

.topGourmet .andMore:hover {
  border-color:#39A0ED;
  background:#39A0ED;
}

.topSpot .andMore:hover {
  border-color:#7BB31A;
  background:#7BB31A;
}

.topLive .andMore:hover {
  border-color:#FE8402;
  background:#FE8402;
}

.topPlanning .andMore:hover {
  border-color:#936A4A;
  background:#936A4A;
}

.topColumn .andMore:hover {
  border-color:#c450a0;
  background:#c450a0;
}

.topBooks .andMore:hover {
  border-color:#13C4A3;
  background:#13C4A3;
}

.topReport .andMore:hover {
  border-color:#EDB918;
  background:#EDB918;
}

.andMore:hover:before {
  color:#fff;
}

/* --------------------------------------------------------
  Walker系共用CSS
-------------------------------------------------------- */
.latestNews-item{
  margin-bottom: 30px;
}

.latestNews-item h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  color:#444;
  font-size: 1.6rem;
  line-height: 100%;
  background: #fff;
  box-sizing: border-box;
}

.latestNews-item h2:before {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f09e";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 2.0rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
}

.latestNews-item .latestNews__inner {
  width: 100%;
  box-sizing: border-box;
}

.latestNews-item .latestNews__inner .latestNews__list li {
  margin-bottom: 15px;
}

.latestNews-item .latestNews__inner .latestNews__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.latestNews-item .latestNews__inner .latestNews__list li a:hover {
  opacity:0.7;
}

.latestNews-item .latestNews__inner .latestNews__list li a figure {
  position:relative;
  width: 100px;
  height: 75px;
  overflow: hidden;
}

.latestNews-item .latestNews__inner .latestNews__list li a figure:before {
  content:'';
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:1px solid #ddd;
  box-sizing: border-box;
}

.latestNews-item .latestNews__inner .latestNews__list li a figure img {
  width: 100px;
  height: 75px;
  object-fit: cover;
}

.latestNews-item .latestNews__inner .latestNews__list li a p {
  width: calc(100% - 110px);
  color: #555;
  font-size: 1.2rem;
  line-height: 120%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.ranking-item h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  color:#444;
  font-size: 1.6rem;
  line-height: 100%;
  box-sizing: border-box;
}

.ranking-item h2:before {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f201";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 2.0rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
}

.ranking-item .ranking__inner {
  width: 100%;
  box-sizing: border-box;
}

.ranking-item .ranking__inner .ranking__list li {
  margin-bottom: 20px;
}

.ranking-item .ranking__inner .ranking__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left:30px;
  box-sizing: border-box;
}

.ranking-item .ranking__inner .ranking__list li a:hover {
  opacity:0.7;
}

.ranking-item .ranking__inner .ranking__list li a:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top:50%;
  left:0;
  padding:1px 0 0 1px;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height:1;
  background: #555;
  border-radius: 11px;
  box-sizing: border-box;
  transform: translate(0, -50%);
}

.ranking-item .ranking__inner .ranking__list li:nth-child(1) a:before {
  content:'1';
  background:#CDBB79;
}

.ranking-item .ranking__inner .ranking__list li:nth-child(2) a:before {
  content:'2';
  background:#a1a499;
}

.ranking-item .ranking__inner .ranking__list li:nth-child(3) a:before {
  content:'3';
  background:#b9a795;
}

.ranking-item .ranking__inner .ranking__list li:nth-child(4) a:before {
  content:'4';
  background:#a1d4e2;
}

.ranking-item .ranking__inner .ranking__list li:nth-child(5) a:before {
  content:'5';
  background:#a3d39c;
}

.ranking-item .ranking__inner .ranking__list li a figure {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.ranking-item .ranking__inner .ranking__list li a figure:before {
  content:'';
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:1px solid #ddd;
  box-sizing: border-box;
}

.ranking-item .ranking__inner .ranking__list li a figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.ranking-item .ranking__inner .ranking__list li a p {
  width: calc(100% - 60px);
  color: #555;
  font-size: 1.2rem;
  line-height: 120%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

span.tag {
    background: #000;
    color: #fff !important;
    display: inline-block;
    padding: 2px 5px;
    font-size: 86% !important;
    margin: 0px 5px 5px 0px;
}

/* --------------------------------------------------------
  latestSpecial
-------------------------------------------------------- */
aside .latestSpecial-item {
  margin-bottom: 30px;
  width: 300px;
  background:#fff;
  /*border:1px solid #ddd;*/
  box-sizing: border-box;
}

aside .latestSpecial-item h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom:15px;
  /*padding:10px 10px;*/
  width:100%;
  color:#444;
  font-size: 1.6rem;
  line-height:100%;
  background: #fff;
  box-sizing: border-box;
}

aside .latestSpecial-item h2:before {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-top:2px;
  margin-right:5px;
  color:#444;
  font-size:2.0rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
}

aside .latestSpecial-item .latestNews__inner {
  /*padding:10px;*/
  width:100%;
  box-sizing: border-box;
}

aside .latestSpecial-item .latestNews__inner .latestNews__list {
  
}

aside .latestSpecial-item .latestNews__inner .latestNews__list li {
  margin-bottom:15px;
}

aside .latestSpecial-item .latestNews__inner .latestNews__list li:last-child {
  margin-bottom:0;
}

aside .latestSpecial-item .latestNews__inner .latestNews__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
}

aside .latestSpecial-item .latestNews__inner .latestNews__list li a:hover {
  opacity: 0.7;
}

aside .latestSpecial-item .latestNews__inner .latestNews__list li a figure {
  position:relative;
  width:100px;
  height:75px;
  overflow: hidden;
}

aside .latestSpecial-item .latestNews__inner .latestNews__list li a figure:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

aside .latestSpecial-item .latestNews__inner .latestNews__list li a figure img {
  width:100px;
  height:75px;
  object-fit: cover;
}

aside .latestSpecial-item .latestNews__inner .latestNews__list li a p {
  width:calc(100% - 110px);
  color:#555;
  font-size: 1.2rem;
  line-height:120%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* --------------------------------------------------------
  archive
-------------------------------------------------------- */
#archiveList {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
}

#archiveList .btn__todaysNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin:0 auto 60px;
  width:60%;
  height:40px;
  color:#fff;
  font-size:1.4rem;
  background:#444;
  text-align: center;
  border-radius: 20px;
}

#archiveList .btn__todaysNews:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top:20px;
  right:15px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
}

#archiveList .btn__todaysNews i {
  margin-right:5px;
}

#archiveList .archiveList__table {
  margin-bottom:60px;
}

#archiveList .archiveList__table h2 {
  margin-bottom:20px;
  font-size:1.6rem;
}

#archiveList .archiveList__table h2 i {
  margin-right:5px;
}

#archiveList .archiveList__table .table__inner {
  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;
  margin-bottom:30px;
}

#archiveList .archiveList__table .table__inner > .table__row {
  width:48%;
}

#archiveList .archiveList__table .table__inner > .table__row:after {
  content:'';
  display: block;
  margin-bottom:15px;
  padding-bottom: 15px;
  width:100%;
  height:1px;
  border-bottom:1px solid #eee;
  box-sizing: border-box;
}

#archiveList .archiveList__table .table__inner > .table__row:nth-last-of-type(1):after, #archiveList .archiveList__table .table__inner > .table__row:nth-last-of-type(2):after {
  border:none;
}

#archiveList .archiveList__table .archiveList__table--year {
  display: inline-block;
  margin-bottom:10px;
  padding:2px 15px;
  font-size: 1.6rem;
  color:#fff;
}

#archiveList .archiveList__table .archiveList__table--month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

#archiveList .archiveList__table .archiveList__table--month li {
  margin-right:15px;
  padding-right:15px;
  line-height:130%;
  border-right:1px solid #ccc;
}

#archiveList .archiveList__table .archiveList__table--month li a:hover {
  text-decoration: underline;
}

#archiveList .archiveList__table .archiveList__table--month li:last-child {
  margin-right:0;
  padding-right:0;
  border:none;
}

#archiveList .btm_banners {
  overflow: hidden;
  margin: 0 auto;
}

#archiveList .btm_banners .ad-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#archiveList .btm_banners .ad-list li {
  margin-right:30px;
}

#archiveList .btm_banners .ad-list li:last-child {
  margin-right:0;
}

/* --------------------------------------------------------
  フッタ
-------------------------------------------------------- */
footer {
  position: relative;
  margin-top:100px;
  width:100%;
  z-index: 1;
}

.body-inner + footer {
  margin-top:0;
}

footer p {
  color:#fff;
}

footer ul > li {
  display: inline-block;
  margin-right:15px;
  padding-right:15px;
  font-size:1.2rem;
  border-right:1px solid #ccc;
}

footer ul > li:last-child {
  margin-right:0;
  padding-right:0;
  border-right:none;
}

footer .footer__inner--top {
  margin:0 auto;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  width:100%;
  text-align: center;
  background: #222;
  box-sizing: border-box;
}

footer .footer__inner--top a {
  color:#fff;
}

footer .footer__inner--top a:hover {
  text-decoration: underline;
}

footer .footer__inner--bottom {
  margin:0 auto;
  padding:30px;
  width:100%;
  text-align: center;
  background: #000;
  box-sizing: border-box;
}

footer .footer__inner--bottom a {
  color:#fff;
}

footer .footer__inner--bottom a:hover {
  text-decoration: underline;
}

footer .footerLink__list--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom:20px;
}

footer .footerLink__list--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footerLink__list--center a i {
  margin-right:5px;
}

footer .footerLink__list--bottom {
  display: inline-block;
  padding-top: 10px;
  margin-bottom:10px;
}

footer .footerLink__color_white {
  color: white;
}

footer .footerLink__another‐site {
  padding-top: 10px;
  margin-bottom: 10px;
}

footer .copyright {
  font-size:1.2rem;
  text-align: center;
}

/* --------------------------------------------------------
  ページTOP
-------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index:1;
}

#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor:pointer;
  width:80px;
  height:80px;
  color:#fff;
  font-size:1.4rem;
  line-height:110%;
  font-weight: bold;
  background:#e5004f;
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
}

#page-top a:before {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-top:-8px;
  margin-bottom: 2px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

#page-top a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------
  ハンバーガーナビ
-------------------------------------------------------- */
#nav-tgl {
  display: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.nav-tgl-btn {
  display:none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}

.drawer-open {
  z-index: 2;
  width: 60px;
  height: 60px;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer-open::before,
.drawer-open::after {
  content: "";
}

.drawer-open span,
.drawer-open::before,
.drawer-open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 25%;
  width: 50%;
  border-bottom: 2px solid #e5004f;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer-open::before {
  transform: translateY(-10px);
}

.drawer-open::after {
  transform: translateY(10px);
}

.drawer-close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}

#nav-tgl:checked+ .drawer-open::before, #nav-tgl:checked+ .drawer-open::after {
  border-bottom: 2px solid #fff;
}

#nav-tgl:checked+.drawer-open {
  background: #e5004f;
  transform: translateX(0);
}

#nav-tgl:checked+.drawer-open span {
  transform: scaleX(0);
}

#nav-tgl:checked+.drawer-open::before {
  transform: rotate(45deg);
}

#nav-tgl:checked+.drawer-open::after {
  transform: rotate(-45deg);
}

#nav-tgl:checked~.drawer-close {
  pointer-events: auto;
  background: rgba(0, 0, 0, .5);
}

.content-wrapper {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-tgl:checked~.content-wrapper {
  transform: translateX(-250px);
}

/* メニューデザイン */
.drawer-menu {
  z-index: 999;
  position: fixed;
  top: 60px;
  right: 0;
  width:90%;
  height:calc(100vh - (60px));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background:#fff;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}



#nav-tgl:checked~.drawer-menu {
  transform: none;
}

.drawer-menu > ul {
  padding-bottom:30px;
  box-sizing: border-box;
}
.search__form-sp{
  margin: 0 auto;
}

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown.open>.drawer-dropdown-menu {
  display: block;
}

.drawer-menu li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding:15px 4vw;
  width: 100%;
  color:#333;
  font-size:1.6rem;
  font-weight: bold;
  line-height:160%;
  border-bottom:1px solid #ccc;
  box-sizing: border-box;
}

.drawer-menu li > a:hover {
  text-decoration: none;
}

.drawer-menu li > p {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding:15px 4vw;
  width: 100%;
  color:#333;
  font-size:1.6rem;
  font-weight: bold;
  line-height:160%;
  border-bottom:1px solid #ccc;
  box-sizing: border-box;
}

.drawer-menu li > p:hover {
  text-decoration: none;
}

.drawer-menu li > a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drawer-menu li > a:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.drawer-menu li > p:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.drawer-menu li > p.open:after {
  content: "\f068";
}

.drawer-dropdown-menu > li > a {
  font-size:1.4rem;
  background:#eee;
}

.drawer-nav .formContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 4vw;
  width: 100%;
  box-sizing: border-box;
}

.drawer-nav .formContainer .txtBoxSize {
  width:200px;
  border:1px solid #ddd;
}

.drawer-nav .formContainer a {
  color: #333;
}

/*
エリアLWの連載目次様ページャー
*/

#toc   .pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin:30px 0;
}

#toc  .pages .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#toc  .pages .pagination li {
  margin-right: 10px;
}

#toc  .pages .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:30px;
  height:30px;
  font-size:1.6rem;
  line-height:100%;
  background: #eee;
  border-radius: 15px;
}

#toc  .pages .pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:30px;
  height:30px;
  font-size:1.6rem;
  line-height:100%;
  background: #eee;
  border-radius: 15px;
}

#toc  .pages .pagination li:first-child a {
  margin-right: 20px;
  width:auto;
  background: none;
  border-radius: none;
}

#toc  .pages .pagination li:last-child a {
  margin-right: 0;
  margin-left: 20px;
  width:auto;
  background: none;
  border-radius: none;
}

#toc article section .pages .pagination .previousOff {
  display: none;
}

#toc article section .pages .pagination .active span {
}

#toc article section .pages .pagination .next a {
}


/* --------------------------------------------------------
  レスポンシブ
-------------------------------------------------------- */
@media screen and (min-width: 1921px) {
}

@media screen and (max-width: 1540px) {
  .articleSlider {
    width: 92%;
  }
}

@media screen and (max-width: 1440px) {
  .commonHeader__inner {
    width: 96%;
  }
  
  .logoNav {
    width: 96%;
  }
  
  .siteLogo {
    width: 140px;
  }
  
  .globalNavi nav {
    width:calc(100% - 180px - 250px);
    justify-content: flex-start;
  }

  main {
    width: 96%;
  }
}

@media screen and (max-width: 1200px) {
  .globalNavi nav {
    justify-content: flex-start;
  }
  #archiveList .btm_banners .ad-list li {
    margin-right:0;
    margin-bottom:20px;
    width:100%;
    text-align: center;
  }
  #archiveList .btm_banners .ad-list li:last-child {
    margin-bottom:0;
  }
  .pages {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pages .pages__inner {
    margin-top:30px;
    width:100%;
  }
}

@media screen and (max-width: 1100px) {
  .commonHeader {
    width: 1100px;
  }
  .commonHeader__inner {
    padding:0 2%;
    width: 1100px;
  }
  .logoNav {
    width: 100%;
  }
  .hero {
    width: 1100px;
  }
  
  .articleSlider {
    width: 1000px;
  }
  
  main {
    padding:0 2%;
    width: 1100px;
  }
}

@media screen and (max-width: 980px) {
  #archiveList .archiveList__table .table__inner > .table__row {
    width: 100%;
  }
  
  #archiveList .archiveList__table .table__inner > .table__row:nth-last-of-type(2):after {
    content:'';
    display: block;
    margin-bottom:20px;
    padding-bottom: 20px;
    width:100%;
    height:1px;
    border-bottom:1px solid #eee;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {

  .search__form {
    display: none;
  }
  .search__form-sp {
    display: block;
    position: relative;
    padding-bottom:30px;
  }

  .nav-tgl-btn {
    display: block;
  }
  .commonHeader {
    width: 100%;
  }
  .commonHeader {
    position: fixed;
    top:0;
    left:0;
    height:60px;
    z-index: 2;
  }
  
  .commonHeader__inner {
    padding:0;
    width: 94%;
  }
  .logoNav {
    display:none;
  }
  
  .walkerLogo {
    height: auto;
  } 
  .walkerLogo img {
    height: 24px;
  }
  
  .globalNavi nav, .topBanner {
    display:none;
  }

  .articleSlider {
    width: 86%;
  }
  
  .articleSlider .articleData {
    padding: 0 10px;
  }
  .hero {
    width: 100%;
  }
  .heroLogo {
    display:none;
  }
  
  .articleData__infoTop {
    margin-top: 0;
  }
  
  main {
    margin-top:40px;
    padding:0;
    width:94%;
  }
  
  .main__inner {
    width: 100%;
  }
  
  .main__inner section + section {
    margin-top: 60px;
  }
  
  .articleList .articleData {
    margin-bottom: 20px;
    width: 48%;
  }

  .ads {
    margin-top:60px;
    width: 100%;
  }

  #page-top {
    bottom: 10px;
    right: 10px;
  }
  
  #page-top.bottomed {
    bottom: 200px;
    transition: 0.5s;
  }
}

@media screen and (max-width: 480px) {
  .articleSlider {
    width: 94%;
  }
  
  .slick-dots {
    bottom: -50px;
  }
  
  main {
    width: 90%;
  }
  
  .articleData__label {
    display: inline-block;
    padding: 4px 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    background: #293462;
  }
  
  .articleData__label + .articleData__date {
    margin-left: 10px;
  }
  
  .andMore {
    width: 94%;
  }
}

@media screen and (max-width: 320px) {

}
