@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");

.cmn-ff-ns {
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb {
  display: none;
}

.column-list-breadcrumbs {
  background: #ddd;
  display: flex;
  align-items: center;
  padding: 10px;
}

.column-list-breadcrumbsInner {
  text-align: left;
  width: 100%;
}

.column-list-breadcrumbs-element {
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
}

.column-list-breadcrumbs-element:nth-child(n + 2) {
  margin-left: 1.3vw;
}

.column-list-breadcrumbs-element:nth-child(n + 2):before {
  content: "/";
  display: inline-block;
  margin-right: 1.3vw;
}

.column-list-cat__contents {
  max-width: 100%;
  margin: 0 auto;
}

.column-list-cat__contents-box {
  max-height: none;
  width: 100%;
  margin: 20px auto 0;
  padding-bottom: 80px;
}

.column-list-cat__main {
  max-width: 100%;
  margin: 0 auto;
}

.column-list-cat__main-contents {
  padding-top: 70px;
}

.column-list-cat__main-contents__articlearea {
  margin-bottom: 20vw;
}

.column-list-cat__main-contents__articleareaIn {
  max-width: 100%;
  margin: 0 8vw;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .column-list-cat__main-contents__articleareaIn {
    padding: 0 20px;
  }

  .column-list-cat__main-contents__rankingArticlearea {
    padding: 0 20px;
  }
}

.column-list-cat__main-contents__articlearea-postnum {
  text-align: right;
}

.column-list-cat__main-contents__articlearea-ttl {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 0.9;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 3.3vw;
  padding-bottom: 20px;
  position: relative;
  text-indent: -0.5em;
}

.column-list-cat__main-contents__articlearea-ttl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 15%;
  content: "";
  display: inline-block;
  background: #ced1da;
}

.column-list-cat__main-contents__articlearea-postnum {
  padding-bottom: 2.6vw;
  color: #777;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 300;
}

.column-list-cat__main-contents__articlearea-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  flex-wrap: wrap;
  margin: 0 auto 10.6vw !important;
  transition: all 0.2s ease;
}

.column-list-cat__main-contents__articlearea-list.is-change {
  opacity: 0;
}

.column-list-cat__main-contents__articlearea-item + .column-list-cat__main-contents__articlearea-item {
  margin-left: 0;
}

.column-list-cat__main-contents__articlearea-item {
  width: 100%;
  display: inline-block;
  list-style-type: none !important;
}

.column-list-cat__main-contents__articlearea-item:nth-child(n + 2) {
  margin-top: 6.6vw;
}

.column-list-cat__main-contents__articlearea-item-img {
  margin-bottom: 8px;
}

.column-list-cat__main-contents__articlearea-item-img img {
  width: 100%;
  height: auto;
}

.column-list-cat__main-contents__articlearea-item-date {
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  color: #888888;
}

.column-list-cat__main-contents__articlearea-item-ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin-bottom: 14px;
  margin-top: 0;
}

.column-list-cat__main-contents__articlearea-item-text {
  margin: 0 0 0.6vw !important;
  color: #888888;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  font-weight: 300;
}

.column-list-cat__main-contents__articlearea-item-tagitem {
  list-style-type: none !important;
  display: inline-block;
  margin-right: 5%;
}

.column-list-cat__main-contents__articlearea-item-tagitem a {
  color: #005bac;
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
  text-decoration: underline;
}

.column-list-cat__main-contents__articlearea-item-tagitem a:before {
  content: "#";
  color: #005bac;
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
  font-family: "Noto Sans CJK JP";
  display: inline;
  vertical-align: middle;
  font-weight: 300;
}

.column-list-cat__main-contents__articlearea-item-taglist {
  margin: 0 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.column-list-cat__main-contents__rankingArticlearea {
  padding-top: 9.3vw;
  background: #eee;
}

.column-list-cat__main-contents__rankingArticlearea-ttl {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.column-list-cat__main-contents__rankingArticlearea-ttl:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 6%);
  height: 2px;
  width: 12%;
  content: "";
  display: inline-block;
  background: #ced1da;
}

.column-list-cat__main-contents__rankingArticlearea-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  flex-wrap: wrap;
  margin: 0 7.3vw !important;
  counter-reset: ranking;
}

.column-list-cat__main-contents__rankingArticlearea-item + .column-list-cat__main-contents__rankingArticlearea-item {
  margin-left: 0;
}

.column-list-cat__main-contents__rankingArticlearea-item {
  width: 100%;
  display: flex;
  list-style-type: none !important;
  padding: 8vw 0;
  counter-increment: ranking;
}

.column-list-cat__main-contents__rankingArticlearea-item:nth-child(n + 2) {
  border-top: 1px solid #ccc;
}

.column-list-cat__main-contents__rankingArticlearea-item-img {
  width: 34%;
  margin-bottom: 8px;
}

.column-list-cat__main-contents__rankingArticlearea-item-img img {
  width: 100%;
  height: auto;
}

.column-list-cat__main-contents__rankingArticlearea-item-contents {
  width: 62%;
  margin-left: 4%;
}

.column-list-cat__main-contents__rankingArticlearea-item-date {
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  color: #888888;
}

.column-list-cat__main-contents__rankingArticlearea-item-ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  position: relative;
}

.column-list-cat__main-contents__rankingArticlearea-item-ttl:before {
  content: "";
  width: 13.3vw;
  height: 14.6vw;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: -4vw;
  left: 0;
}

.column-list-cat__main-contents__rankingArticlearea-item-ttl .text {
  position: relative;
  z-index: 10;
}

.column-list-cat__main-contents__rankingArticlearea-item-text {
  margin: 0 0 !important;
  color: #888888;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  font-weight: 300;
}

.column-list-cat__main-contents__rankingArticlearea-item-tagitem {
  list-style-type: none !important;
  display: inline-block;
  margin-right: 5px;
}

.column-list-cat__main-contents__rankingArticlearea-item-tagitem a {
  color: #888888;
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
}

.column-list-cat__main-contents__rankingArticlearea-item-tagitem a:before {
  content: "#";
  color: #195596;
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
  font-family: "Noto Sans CJK JP";
  font-style: italic;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-weight: 300;
}

.column-list-cat__main-contents__rankingArticlearea-item-taglist {
  margin: 0 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.column-list-cat__main-contents__rankingArticlearea-item:first-child .column-list-cat__main-contents__rankingArticlearea-item-ttl:before {
  background: url(../../../images/static/column-list/column-list-num1.png) no-repeat center center;
  background-size: auto 100%;
}

.column-list-cat__main-contents__rankingArticlearea-item:nth-child(2) .column-list-cat__main-contents__rankingArticlearea-item-ttl:before {
  background: url(../../../images/static/column-list/column-list-num2.png) no-repeat center center;
  background-size: auto 100%;
}

.column-list-cat__main-contents__rankingArticlearea-item:nth-child(3) .column-list-cat__main-contents__rankingArticlearea-item-ttl:before {
  background: url(../../../images/static/column-list/column-list-num3.png) no-repeat center center;
  background-size: auto 100%;
}

.column-list-cat__main-contents__categoryList {
  padding-top: 12vw;
  margin-bottom: 19.3vw;
}

.column-list-cat__main-contents__categoryList-list {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 !important;
}

.column-list-cat__main-contents__categoryList-item {
  list-style: none !important;
}

.column-list-cat__main-contents__categoryList-item .btn {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 6vw 4vw;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: #555;
  position: relative;
}

.column-list-cat__main-contents__categoryList-item .btn:after {
  position: absolute;
  top: calc(50% - 5%);
  right: 11%;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 1px solid #555;
  border-top: 1px solid #555;
}

.column-list-cat__main-contents__categoryList-item:nth-child(odd) .btn {
  background: #eee;
}

.column-list-cat.is-beauty .is-beauty {
  display: none;
}

.column-list-cat.is-beauty .column-list-cat__main-contents__categoryList-item.is-beauty ~ li:nth-child(2n) .btn {
  background: #eee;
}

.column-list-cat.is-beauty .column-list-cat__main-contents__categoryList-item.is-beauty ~ li:nth-child(odd) .btn {
  background: #fff;
}

.column-list-cat.is-health .is-health {
  display: none;
}

.column-list-cat.is-health .column-list-cat__main-contents__categoryList-item.is-health ~ li:nth-child(2n) .btn {
  background: #eee;
}

.column-list-cat.is-health .column-list-cat__main-contents__categoryList-item.is-health ~ li:nth-child(odd) .btn {
  background: #fff;
}

.column-list-cat.is-children .is-children {
  display: none;
}

.column-list-cat.is-children .column-list-cat__main-contents__categoryList-item.is-children ~ li:nth-child(2n) .btn {
  background: #eee;
}

.column-list-cat.is-children .column-list-cat__main-contents__categoryList-item.is-children ~ li:nth-child(odd) .btn {
  background: #fff;
}

.column-list-cat.is-recipe .is-recipe {
  display: none;
}

.column-list-cat.is-recipe .column-list-cat__main-contents__categoryList-item.is-recipe ~ li:nth-child(2n) .btn {
  background: #eee;
}

.column-list-cat.is-recipe .column-list-cat__main-contents__categoryList-item.is-recipe ~ li:nth-child(odd) .btn {
  background: #fff;
}

.column-list-cat.is-niconico .is-niconico {
  display: none;
}

.column-list-cat.is-niconico .column-list-cat__main-contents__categoryList-item.is-niconico ~ li:nth-child(2n) .btn {
  background: #eee;
}

.column-list-cat.is-niconico .column-list-cat__main-contents__categoryList-item.is-niconico ~ li:nth-child(odd) .btn {
  background: #fff;
}

.column-list-cat.is-rohto-tushin .is-rohto-tushin {
  display: none;
}

.column-list-cat.is-rohto-tushin .column-list-cat__main-contents__categoryList-item.is-rohto-tushin ~ li:nth-child(2n) .btn {
  background: #eee;
}

.column-list-cat.is-rohto-tushin .column-list-cat__main-contents__categoryList-item.is-rohto-tushin ~ li:nth-child(odd) .btn {
  background: #fff;
}

.column-list-cat__main-contents__categoryList-nav {
  height: 0px;
  overflow: hidden;
  transition: height 0.4s ease;
}

.column-list-cat__main-contents__pager {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.column-list-cat__main-contents__pager_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #fff;
  color: #777;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
}

.column-list-cat__main-contents__pager_btn.is-current {
  background: #333333;
  color: #fff;
  border: 1px solid #333;
  box-sizing: border-box;
}

.column-list-cat__main-contents__pager_btn + .column-list-cat__main-contents__pager_btn {
  margin-left: 15px;
}

.column-list-cat__main-contents__pager_firstbtn .column-list-cat__main-contents__pager_btn {
  width: 44px;
  height: 44px;
  padding: 0 10px;
  font-size: 0.8rem;
}

.column-list-cat__main-contents__pager_lastbtn .column-list-cat__main-contents__pager_btn {
  width: 44px;
  height: 44px;
  padding: 0 10px;
  font-size: 0.8rem;
}

.column-list-cat__main-contents__pager_firstbtn + .column-list-cat__main-contents__pager_btn {
  margin-left: 15px;
}

.column-list-cat__main-contents__pager_btn + .column-list-cat__main-contents__pager_lastbtn {
  margin-left: 15px;
}

.column-list-cat-btn {
  width: 84.53vw;
  margin: 0 auto;
  text-align: center;
}

.column-list-cat-btn .btn {
  border: 1px solid #777;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  border-radius: 1.6vw;
  position: relative;
  color: #555;
  box-sizing: border-box;
}

.column-list-cat-btn .btn.is-category {
  width: 99%;
  background: #fff;
}

.column-list-cat-btn .btn:after {
  position: absolute;
  top: calc(50% - 5%);
  right: 11%;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.column-list-cat-btnwrap {
  box-sizing: border-box;
  margin: 0 8vw;
  border: 1px solid #ddd;
  border-radius: 1.6vw;
}

.column-list-cmn__main-contents__rankingArticlearea-ttl {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 0.9;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.column-list-cmn__main-contents__rankingArticlearea-ttl:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 6%);
  height: 2px;
  width: 12%;
  content: "";
  display: inline-block;
  background: #ced1da;
}

.column-list-cmn__main-contents__rankingArticlearea-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  flex-wrap: wrap;
  margin: 0 7.3vw !important;
  counter-reset: ranking;
}

.column-list-cmn__main-contents__rankingArticlearea-item + .column-list-cmn__main-contents__rankingArticlearea-item {
  margin-left: 0;
}

.column-list-cmn__main-contents__rankingArticlearea-item {
  width: 100%;
  display: flex;
  list-style-type: none !important;
  padding: 8vw 0;
  counter-increment: ranking;
}

.column-list-cmn__main-contents__rankingArticlearea-item:nth-child(n + 2) {
  border-top: 1px solid #ccc;
}

.column-list-cmn__main-contents__rankingArticlearea-item-img {
  width: 34%;
  margin-bottom: 8px;
}

.column-list-cmn__main-contents__rankingArticlearea-item-img img {
  width: 100%;
  height: auto;
}

.column-list-cmn__main-contents__rankingArticlearea-item-contents {
  width: 62%;
  margin-left: 4%;
}

.column-list-cmn__main-contents__rankingArticlearea-item-date {
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
  font-style: italic;
  color: #888888;
}

.column-list-cmn__main-contents__rankingArticlearea-item-ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  position: relative;
}

.column-list-cmn__main-contents__rankingArticlearea-item-ttl:before {
  content: "";
  width: 13.3vw;
  height: 14.6vw;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: -4vw;
  left: 0;
}

.column-list-cmn__main-contents__rankingArticlearea-item-ttl .text {
  position: relative;
  z-index: 10;
}

.column-list-cmn__main-contents__rankingArticlearea-item-text {
  margin: 0 0 !important;
  color: #888888;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  font-weight: 300;
}

.column-list-cmn__main-contents__rankingArticlearea-item-tagitem {
  list-style-type: none !important;
  display: inline-block;
  margin-right: 5px;
}

.column-list-cmn__main-contents__rankingArticlearea-item-tagitem a {
  color: #005bac;
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
  text-decoration: underline;
}

.column-list-cmn__main-contents__rankingArticlearea-item-tagitem a:before {
  content: "#";
  color: #195596;
  font-size: 11px;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 300;
  font-family: "Noto Sans CJK JP";
  display: inline;
  vertical-align: middle;
  font-weight: 300;
}

.column-list-cmn__main-contents__rankingArticlearea-item-taglist {
  margin: 0 0 5px !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .column-list-breadcrumbs {
    padding: 25px;
  }

  .column-list-breadcrumbsInner {
    max-width: 960px;
    margin: 0 auto;
  }

  .column-list-breadcrumbsInner a:hover {
    text-decoration: underline;
  }

  .column-list-breadcrumbs-element {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 300;
  }

  .column-list-breadcrumbs-element:nth-child(n + 2) {
    margin-left: 12px;
  }

  .column-list-breadcrumbs-element:nth-child(n + 2):before {
    margin-right: 12px;
  }

  .column-list-cat {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .column-list-cat__contents {
    margin: 0 auto;
  }

  .column-list-cat__contents-box {
    max-height: none;
    max-width: 960px;
    margin: 20px auto 0;
    padding-bottom: 80px;
  }

  .column-list-cat__main {
    margin: 0 auto;
  }

  .column-list-cat__main-contents__articlearea {
    margin-bottom: 95px;
  }

  .column-list-cat__main-contents__articleareaIn {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-list-cat__main-contents__articlearea-postnum {
    text-align: right;
  }

  .column-list-cat__main-contents__articlearea-ttl {
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-weight: 600;
  }

  .column-list-cat__main-contents__articlearea-ttl:after {
    left: 0;
    height: 2px;
    width: 5%;
  }

  .column-list-cat__main-contents__articlearea-postnum {
    padding-bottom: 14px;
    color: #777;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 300;
  }

  .column-list-cat__main-contents__articlearea-list {
    display: flex;
    max-width: 960px;
    justify-content: center;
    align-items: flex-start;
    padding: 0 !important;
    margin: 0 auto 50px !important;
    min-height: 560px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .column-list-cat__main-contents__articlearea-list {
    margin: 0 2% !important;
  }
}

@media screen and (min-width: 768px) {
  .column-list-cat__main-contents__articlearea-item {
    width: 31% !important;
    margin-left: 2.2%;
    display: inline-block;
    list-style-type: none !important;
  }

  .column-list-cat__main-contents__articlearea-item-img {
    margin-bottom: 15px;
  }

  .column-list-cat__main-contents__articlearea-item-img img {
    width: 100%;
    height: auto;
  }

  .column-list-cat__main-contents__articlearea-item-date {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    color: #000;
  }

  .column-list-cat__main-contents__articlearea-item-ttl {
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    font-weight: 500;
    color: #333;
  }

  .column-list-cat__main-contents__articlearea-item-text {
    margin: 0 0 20px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 300;
  }

  .column-list-cat__main-contents__articlearea-item-tagitem {
    list-style-type: none !important;
  }

  .column-list-cat__main-contents__articlearea-item-tagitem a {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
  }

  .column-list-cat__main-contents__articlearea-item-taglist {
    padding: 0 !important;
  }

  .column-list-cat__main-contents__articlearea-item-tagitem {
    display: inline-block;
  }

  .column-list-cat__main-contents__articlearea-item + .column-list-cat__main-contents__articlearea-item {
    margin-top: 0;
    margin-left: 3%;
  }

  .column-list-cat__main-contents__articlearea-item:nth-child(n + 4) {
    margin-top: 50px !important;
  }

  .column-list-cat__main-contents__articlearea-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }

  .column-list-cat__main-contents__rankingArticlearea {
    padding-top: 55px;
  }

  .column-list-cat__main-contents__rankingArticlearea-ttl {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
  }

  .column-list-cat__main-contents__rankingArticlearea-ttl:after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    height: 2px;
    width: 60px;
    content: "";
    display: inline-block;
    background: #ced1da;
  }

  .column-list-cat__main-contents__rankingArticlearea-list {
    max-width: 780px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 !important;
    flex-wrap: wrap;
    margin: 0 auto !important;
    counter-reset: ranking;
  }
}

@media screen and (min-width: 768px) and (max-width: 795px) {
  .column-list-cat__main-contents__rankingArticlearea-list {
    margin: 0 2% !important;
  }
}

@media screen and (min-width: 768px) {
  .column-list-cat__main-contents__rankingArticlearea-item + .column-list-cat__main-contents__rankingArticlearea-item {
    margin-left: 0;
  }

  .column-list-cat__main-contents__rankingArticlearea-item {
    width: 100%;
    display: flex;
    list-style-type: none !important;
    padding: 30px 0;
    counter-increment: ranking;
  }

  .column-list-cat__main-contents__rankingArticlearea-item:nth-child(n + 2) {
    border-top: 1px solid #ccc;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-img {
    width: 48%;
    margin-bottom: 8px;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-img img {
    width: 100%;
    height: auto;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-contents {
    width: 50%;
    margin-left: 4%;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-date {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 300;
    font-style: italic;
    color: #888888;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-ttl {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: 500;
    color: #000;
    margin-top: 0;
    padding-top: 30px;
    position: relative;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-ttl:before {
    content: "";
    width: 75px;
    height: 70px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -20px;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-ttl .text {
    position: relative;
    z-index: 10;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-text {
    margin: 0 0 !important;
    color: #888888;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 300;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-tagitem {
    list-style-type: none !important;
    display: inline-block;
    margin-right: 10px;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-tagitem a {
    color: #888888;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 300;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-tagitem a:before {
    content: "#";
    color: #195596;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 300;
    font-family: "Noto Sans CJK JP";
    font-style: italic;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
    font-weight: 300;
  }

  .column-list-cat__main-contents__rankingArticlearea-item-taglist {
    margin: 0 0 5px !important;
    padding: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .column-list-cat__main-contents__pager {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .column-list-cat__main-contents__pager_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    color: #777;
    font-size: 1.1rem;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.4s ease;
  }

  .column-list-cat__main-contents__pager_btn.is-current {
    background: #333333;
    color: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
  }

  .column-list-cat__main-contents__pager_btn:hover {
    background: #333333;
    color: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
  }

  .column-list-cat__main-contents__pager_btn:hover.is-current {
    background: #fff;
    color: #777;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  .column-list-cat__main-contents__pager_btn + .column-list-cat__main-contents__pager_btn {
    margin-left: 15px;
  }

  .column-list-cat__main-contents__pager_firstbtn .column-list-cat__main-contents__pager_btn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .column-list-cat__main-contents__pager_lastbtn .column-list-cat__main-contents__pager_btn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .column-list-cat__main-contents__pager_firstbtn + .column-list-cat__main-contents__pager_btn {
    margin-left: 15px;
  }

  .column-list-cat__main-contents__pager_btn + .column-list-cat__main-contents__pager_lastbtn {
    margin-left: 15px;
  }

  .column-list-cat__main-contents__categoryList {
    border-bottom: none;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 75px;
    z-index: 10;
    position: relative;
  }

  .column-list-cat__main-contents__categoryList .column-list-cat-btn {
    display: none;
  }

  .column-list-cat__main-contents__categoryList-nav {
    height: auto;
  }

  .column-list-cat__main-contents__categoryList-list {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto !important;
    list-style: none !important;
    padding: 0 !important;
    background: #fff;
    border-radius: 10px 10px 0 0;
  }

  .column-list-cat__main-contents__categoryList-item {
    list-style: none !important;
    padding: 0 0px;
    width: 100%;
    position: relative;
  }

  .column-list-cat__main-contents__categoryList-item:before {
    width: 1px;
    height: 16px;
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    background: #ced1da;
  }

  .column-list-cat__main-contents__categoryList-item:first-child:before {
    display: none;
  }

  .is-beauty .column-list-cat__main-contents__categoryList-item.is-health:before {
    display: none;
  }

  .column-list-cat__main-contents__categoryList-item .btn {
    display: flex !important;
    text-align: center;
    width: 100%;
    height: 70px;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 500;
    border-bottom: 0px solid transparent;
    transition: all 0.4s ease;
  }

  .column-list-cat__main-contents__categoryList-item .btn:after {
    display: none;
  }

  .column-list-cat__main-contents__categoryList-item .btn:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .column-list-cat__main-contents__categoryList-item .btn {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 500;
  }
}

@media screen and (min-width: 768px) {
  .column-list-cat__main-contents__categoryList-item:nth-child(odd) .btn {
    background: transparent;
  }

  .column-list-cat.is-beauty .is-beauty {
    display: none;
  }

  .column-list-cat.is-beauty .column-list-cat__main-contents__categoryList-item.is-beauty ~ li:nth-child(2n) .btn {
    background: transparent;
  }

  .column-list-cat.is-beauty .column-list-cat__main-contents__categoryList-item.is-beauty ~ li:nth-child(odd) .btn {
    background: transparent;
  }

  .column-list-cat.is-health .is-health {
    display: none;
  }

  .column-list-cat.is-health .column-list-cat__main-contents__categoryList-item.is-health ~ li:nth-child(2n) .btn {
    background: transparent;
  }

  .column-list-cat.is-health .column-list-cat__main-contents__categoryList-item.is-health ~ li:nth-child(odd) .btn {
    background: transparent;
  }

  .column-list-cat.is-children .is-children {
    display: none;
  }

  .column-list-cat.is-children .column-list-cat__main-contents__categoryList-item.is-children ~ li:nth-child(2n) .btn {
    background: transparent;
  }

  .column-list-cat.is-children .column-list-cat__main-contents__categoryList-item.is-children ~ li:nth-child(odd) .btn {
    background: transparent;
  }

  .column-list-cat.is-recipe .is-recipe {
    display: none;
  }

  .column-list-cat.is-recipe .column-list-cat__main-contents__categoryList-item.is-recipe ~ li:nth-child(2n) .btn {
    background: transparent;
  }

  .column-list-cat.is-recipe .column-list-cat__main-contents__categoryList-item.is-recipe ~ li:nth-child(odd) .btn {
    background: transparent;
  }

  .column-list-cat.is-niconico .is-niconico {
    display: none;
  }

  .column-list-cat.is-niconico .column-list-cat__main-contents__categoryList-item.is-niconico ~ li:nth-child(2n) .btn {
    background: transparent;
  }

  .column-list-cat.is-niconico .column-list-cat__main-contents__categoryList-item.is-niconico ~ li:nth-child(odd) .btn {
    background: transparent;
  }

  .column-list-cat.is-rohto-tushin .is-rohto-tushin {
    display: none;
  }

  .column-list-cat.is-rohto-tushin .column-list-cat__main-contents__categoryList-item.is-rohto-tushin ~ li:nth-child(2n) .btn {
    background: transparent;
  }

  .column-list-cat.is-rohto-tushin .column-list-cat__main-contents__categoryList-item.is-rohto-tushin ~ li:nth-child(odd) .btn {
    background: transparent;
  }

  .column-list-cat-btnwrap {
    max-width: 1000px;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .column-list-cat-btnwrap {
    margin: 0 2%;
  }
}

@media screen and (min-width: 768px) {
  .column-list-cmn__main-contents__rankingArticlearea-ttl {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 30px;
    position: relative;
  }

  .column-list-cmn__main-contents__rankingArticlearea-ttl:after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    height: 2px;
    width: 60px;
    content: "";
    display: inline-block;
    background: #ced1da;
  }

  .column-list-cmn__main-contents__rankingArticlearea-list {
    max-width: 780px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 !important;
    flex-wrap: wrap;
    margin: 0 auto !important;
    counter-reset: ranking;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item + .column-list-cmn__main-contents__rankingArticlearea-item {
    margin-left: 0;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item {
    width: 100%;
    display: flex;
    list-style-type: none !important;
    padding: 30px 0;
    counter-increment: ranking;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item:nth-child(n + 2) {
    border-top: 1px solid #ccc;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-img {
    width: 48%;
    margin-bottom: 8px;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-img > a {
    transition: all 0.4s ease;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-img > a:hover {
    opacity: 0.6;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-img img {
    width: 100%;
    height: auto;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-contents {
    width: 50%;
    margin-left: 4%;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-contents > a {
    transition: all 0.4s ease;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-contents > a:hover {
    opacity: 0.6;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-date {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 300;
    font-style: italic;
    color: #888888;
    margin-left: 10px;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-ttl {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 500;
    color: #000;
    margin-top: 0;
    padding-top: 18px;
    padding-left: 10px;
    position: relative;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-ttl:before {
    content: "";
    width: 75px;
    height: 70px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -20px;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-ttl .text {
    position: relative;
    z-index: 10;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-text {
    margin: 0 0 0 10px !important;
    color: #888888;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 300;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-tagitem {
    list-style-type: none !important;
    display: inline-block;
    margin-right: 10px;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-tagitem a {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 300;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-tagitem a:before {
    content: "#";
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 300;
    font-family: "Noto Sans CJK JP";
    vertical-align: baseline;
    font-weight: 300;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-tagitem a:hover {
    text-decoration: underline;
  }

  .column-list-cmn__main-contents__rankingArticlearea-item-taglist {
    margin: 0 0 5px 10px !important;
    padding: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 900px) {
  .column-list-cat__contents {
    max-width: 900px;
    margin: 0 auto;
  }

  .column-list-cat__contents-box {
    max-height: none;
    margin: 20px auto 0;
    padding-bottom: 80px;
  }

  .column-list-cat__main {
    margin: 0 auto;
  }

  .column-list-cat__main-contents__articlearea-ttl {
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .column-list-cat__main-contents__articlearea-list {
    display: flex;
    align-items: flex-start;
    padding: 0 !important;
  }

  .column-list-cat__main-contents__articlearea-item-tagitem {
    list-style-type: none !important;
    margin-right: 10px;
  }

  .column-list-cat__main-contents__articlearea-item-tagitem a {
    font-size: 1rem;
  }

  .column-list-cat__main-contents__articlearea-item-taglist {
    padding: 0 !important;
  }

  .column-list-cat__main-contents__articlearea-item-tagitem {
    display: inline-block;
  }

  .column-list-cat__main-contents__articlearea-item + .column-list-cat__main-contents__articlearea-item {
    margin-left: 3.2%;
  }
}

.column-list-cat__main-contents__articlearea-item-contents .external h3 span:after {
  content: "\E906";
  color: #1b7ed6;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
