<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 共通 */
body {
  color: #404040;
  background: white;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.mw {
  max-width: 1280px;
  width: 86%;
  margin: 0 auto;
}

.breadcrumbs {
	line-height: 1.5;
}

.pc {
  display: block !important;;
}

.sp {
  display: none !important;
}

.mr5 {
  margin-right: 5px;
}

.mb0 {
  margin-bottom: 0 !important;
}

iframe.wp-embedded-content {
  margin-bottom: 10px;
}

figcaption {
  font-size: 14px;
}

/* メディアクエリ*/
@media (max-width: 768px) {
  .pc {
    display: none !important;;
  }

  .sp {
    display: block !important;;
  }
}
/* グリッドレイアウト */
/* レスポンシブ(PCファースト) */
/* メディアクエリ*/
/* 検索フォーム */
/* ヘッダー */
/* レスポンシブ(PCファースト) */
/* メディアクエリ*/
/* トップページ */
/* レスポンシブ(PCファースト) */
.side__flex {
  display: flex;
  justify-content: space-between;
}

main {
  width: 70%;
}

.breadScrap {
  font-size: 14px;
  margin-top: 30px;
}
.breadScrap__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadScrap__list__item {
  position: relative;
  margin-top: 5px;
}
.breadScrap__list__item + .breadScrap__list__item {
  margin-left: 15px;
}
/* .breadScrap__list__item + .breadScrap__list__item::before {
  content: "&gt;";
  position: absolute;
  left: -10px;
  top: -2px;
} */
.breadScrap__list__mark {
  margin: 0 15px;
}
.breadScrap__list__item__link {
  text-decoration: none;
}
.breadScrap__list__item--active {
  color: #E57A7A;
}
.article__ttl {
  margin: 56px 0 0 3%;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}

.article__ttl a {
  text-decoration: underline;
  color: #0069c2;
}

.cat {
  margin: 33px 0 0 3%;
  font-size: 14px;
}
.cat__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2%;
}
.cat__list__item {
  padding-right: 2%;
  padding-top: 2%;
}
.cat__list__item__link {
  padding: 4px 13px;
  border-radius: 30px;
/* 	color: #fff; */
}
.cat__list__item__link--area {
  background: #e5f8fc;
	background-color: #fff;
	border: 1px solid #ffc396;
}
.cat__list__item__link--big {
  background: #ffe6e6;
}
.cat__list__item__link--small {
  background: #fff4cb;
}

.kariImg {
  width: 60%;
  position: relative;
  top: -3.5px;
}

.timeSns {
  display: flex;
  /*justify-content: space-between;*/
  margin: 36px 3% 0 3%;
}
.timeSns__time {
  display: flex;
}
.timeSns__time__left {
  position: relative;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.timeSns__time__left::before {
  content: "";
  position: absolute;
  left: -22px;
  width: 19px;
  height: 19px;
  background-image: url(../img/time_hoso.png);
  background-size: cover;
}
.timeSns__time__right {
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.timeSns__time__right::before {
  content: "";
  position: absolute;
  left: -22px;
  width: 19px;
  height: 19px;
  background-image: url(../img/reload_hoso.png);
  background-size: cover;
}
.timeSns__sns__list {
  display: flex;
  font-size: 9px;
  font-weight: bold;
  justify-content: flex-end;
}
.timeSns__sns__list__item {
  color: white;
  width: 16%;
}
.timeSns__sns__list__item + .timeSns__sns__list__item {
  margin-left: 2%;
}
.timeSns__sns__list__item__link {
  border-radius: 3px;
}
.timeSns__sns__list__item__link--linkCopy {
  position: relative;
  padding: 5px 4px 5px 24px;
  background: #ff9800;
  color: #FFF;
  font-weight: bold;
}
.timeSns__sns__list__item__link--linkCopy::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 16px;
  height: 15px;
  background-image: url(../img/linkCopy.png);
  background-size: cover;
}

.article__text {
  margin: 50px 3% 0 3%;
  line-height: 30px;
}

.main-img {
  text-align: center;
}

#toc_container {
  margin-top: 30px;
}

.toc {
  background: #fffee8;
  padding: 30px;
  display: inline-block;
  border-radius: 20px;
  margin: 50px 0 50px 3%;
  min-width: 430px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.toc__top {
  display: flex;
  align-items: center;
}
.toc__top__img {
  width: 52px;
}
.toc__top__ttl {
  color: #707070;
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
}
.toc__top__switch {
  margin-left: 15px;
  position: relative;
}
.toc__top__switch::before {
  content: "非表示";
  position: relative;
  top: 50%;
  color: white;
  font-size: 10px;
  background: #BFBFBF;
  border-radius: 40px;
  padding: 2px 15px;
  cursor: pointer;
}
.toc__top__switch.active::before {
  content: "表示";
}
.toc__top__switch:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.toc__text__box {
  margin-top: 15px;
  line-height: 28px;
}
.toc__text__box a {
  display: block;
}
.toc__text--bold {
  font-weight: bold;
}
.toc__text--bold + .toc__text--bold {
  margin-top: 5px;
}
.toc__text--normal {
  padding-left: 20px;
  /*margin: 5px 0;*/
}
.toc_anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

.article__contents {
  margin-top: 46px;
}
.article__contents p {
  line-height: 30px;
  margin: 10px 3% 0;
}
.blog-detail__body {
  margin-top: 50px;
}
.blog-detail__body h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  padding: 13px 0 20px 29px;
  background: #fff8f8;
  border-bottom: 5px solid #e57a7a;
  margin-top: 17px;
  margin-bottom: 29px;
	color: #404040;
}
.blog-detail__body h3:not(.toc h3):not(.another h3) {
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
  padding: 5px 0 5px 25px;
  border-left: 5px solid #e57a7a;
  margin-top: 17px;
  margin-bottom: 23px;
}
.blog-detail__body h4 {
  font-size: 23px;
  line-height: 34px;
  font-weight: normal;
  margin: 17px 0 0 3%;
}
.blog-detail__body h5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  margin: 17px 0 0 3%;
}
.blog-detail__body p:not(.toc p) {
  line-height: 30px;
  margin-bottom: 10px;
}

.blog-content a:not(.toc a, #toc_container a, .linkcard a, .another a, .wp-block-button__link) {
  text-decoration: underline;
  color: #0069c2;
}

.chat {
  padding: 33px 30px;
  background: #fff8f8;
  border-radius: 20px;
  margin-top: 56px;
}
.chat__box {
  display: flex;
  justify-content: space-between;
}
.chat__box--left .chat__box__user__imgBox {
  background: #bcecfa;
  border-radius: 50%;
}
.chat__box--left .chat__box__text {
  position: relative;
}
.chat__box--left .chat__box__text::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 20px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.chat__box--right .chat__box__user__imgBox {
  background: #ffb4d7;
  border-radius: 50%;
}
.chat__box--right .chat__box__text {
  position: relative;
}
.chat__box--right .chat__box__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 20px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.chat__box__user {
  width: 15%;
  text-align: center;
}
.chat__box + .chat__box {
  margin-top: 46px;
}
.chat__box__text {
  width: 80%;
  background: white;
  line-height: 30px;
  padding: 18px 14px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.another {
  display: flex;
  position: relative;
  height: 130px;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 26px;
  margin-bottom: 26px;
  border: 1px solid #bfbfbf;
  justify-content: space-between;
  font-family: "游ゴシック",sans-serif;
  font-weight:bold;
  box-shadow: 4px 4px 0px 0 rgb(233,233,233);
}
.another .link__100 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.another__box1 {
  width: auto;
  height: 96px;
  margin: 17px 19px;
}
.another__img {
  aspect-ratio: 3 / 2;
  height: 100%;
}
.another__box2 {
  width: 77%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.another__right__link {
  width: 124px;
  height: 30px;
  background-color: #fff8f8;
  border-radius: 100vh;
  color: #707070;
  text-align: center;
}
.font {
  font-size:14px;
  line-height: 20px;
}
.another__center__text {
  display: -webkit-box;
  font-size: 16px;
  line-height: 18px;
  color: #707070;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 65px;
  margin-right: 75px;
  margin-top: -5px;
}
.another__box3 {
  width: 5%;
  margin: 10px 0 10px;
  border-left: 1px dashed #bfbfbf;
}
.arrow_s {
  position: relative;
  display: inline-block;
  color:#bfbfbf;
  text-decoration: none;
  margin:auto;
}
.arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #bfbfbf;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.arrow_position {
  background-color: blue;
  margin-top: 60px;
  margin-left: 30%;
}

.sns {
  margin-top: 30px;
}
.sns__list {
  display: flex;
  font-size: 9px;
  font-weight: bold;
  justify-content: center;
}
.sns__list__item {
  color: white;
  width: 16%;
}
.sns__list__item + .sns__list__item {
  margin-left: 2%;
}
.sns__list__item__link {
  border-radius: 4px;
}
.sns__list__item__link--linkCopy {
  position: relative;
  padding: 5px 4px 5px 24px;
  background: #ff9800;
  color: #FFF;
  font-weight: bold;
  height: 20px;
}
.sns__list__item__link--linkCopy::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 16px;
  height: 15px;
  background-image: url(../img/linkCopy.png);
  background-size: cover;
}

.main__ttl {
  text-align: center;
	position: relative;
}
.main__ttl__img {
  width: 7%;
}
.main__ttl__ttl {
  color: #404040;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  margin: 20px 0 60px 20px;
}
.main__ttl__ttl.top,
.popularity__ttl__ttl {
	display: inline-block;
}
.popularity__ttl__ttl.main__ttl__ttl,
.main__ttl__ttl__matome.main__ttl__ttl,
.popularity__ttl__ttl{
  margin-left:0;
}
.popularity__ttl__ttl.top::before,
.main__ttl__ttl__matome.top::before,
.popularity__ttl__ttl::before{
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	transform: translatex(-100%);
	background-image: url(../img/pencil.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 35px;
	height: 31px;
}
.main__ttl__ttl__matome.top::before {
	background-image: url(../img/matome-icon.png);
	width: 35px;
	height: 24px;
}
.main__ttl__ttl__gourmand.top::before {
	background-image: url(../img/top/fork.png);
	width: 29px;
	height: 36px;
	left: -15.5px;
}
.popularity__ttl__ttl.popularity__ttl__ttl2::before {
	background-image: url(../img/qurip.png);
}
.main__ttl__ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
  margin: auto;
  height: 3px;
  width: 70px;
  background: #404040;
}

.popularity {
  margin: 50px 3% 0;
}
.popularity__list {
  display: flex;
  flex-wrap: wrap;
}
.popularity__list__item {
  width: 31%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
}
.popularity__list__item__link {
	width: 100%;
}
.popularity__list__item:nth-of-type(3) {
  margin-right: 0;
}
.popularity__list__item:nth-of-type(6) {
  margin-right: 0;
}
.popularity__list__item:nth-of-type(n + 4) {
  margin-top: 30px;
}
.popularity__list__item__link__img {
  width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.popularity__list__item__link__ttl {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.popularity__list__item__link__text {
  margin-top: 5px;
  line-height: 26px;
}
.popularity__list__item__catTime {
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}
/* .popularity__list__item__catTime__cat {
  border: 1px solid #ffc396;
  padding: 5px 20px;
  border-radius: 20px;
  background: white;
} */
.popularity__list__item__catTime__time {
  font-size: 14px;
  padding: 5px 0;
}

.popularity.new {
  background: #fff8f8;
  padding: 50px 30px;
  margin-bottom: 62.8px;
  margin-left: 0;
    margin-right: 0;
}

.bottomMenu {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 10;
}
.bottomMenu__list {
  display: flex;
  align-items: center;
  text-align: center;
}
.bottomMenu__list__item {
  width: 25%;
}
.bottomMenu__list__item + .bottomMenu__list__item {
  border-left: 1px solid #404040;
}
.bottomMenu__list__item__link {
  width: 100%;
  padding: 10px 0;
}
.bottomMenu__list__item__link__img {
  width: 25%;
}
.bottomMenu__list__item__link__p {
  font-size: 10px;
  margin-top: 3px;
}
.bottomMenu__list__item:last-of-type .bottomMenu__list__item__link__img {
	opacity: 0.6;
}
.aligncenter{
  display:block;
  margin-left: auto;
    margin-right: auto;
}
/* メディアクエリ*/
@media (max-width: 768px) {
  .side__flex {
    display: block;
  }

  main {
    width: 100%;
  }

  .breadScrap {
    font-size: 12px;
  }

  .article__ttl {
    font-size: 24px;
    margin-left: 0;
    line-height: 36px;
  }

  .cat {
    font-size: 12px;
    margin-left: 0;
  }

  .kariImg {
    width: 67%;
  }

  .timeSns {
    display: block;
    margin-left: 0;
  }
  .timeSns__time {
    font-size: 10px;
  }
  .timeSns__time__right::before {
    left: -20px;
    width: 13px;
    height: 13px;
  }
  .timeSns__time__left::before {
    left: -20px;
    width: 13px;
    height: 13px;
  }
  .timeSns__sns {
    margin-top: 10px;
  }
  .article__text {
    margin-top: 20px;
  }

  .toc {
    margin-top: 20px;
    margin-left: 0;
    min-width: 100%;
    padding: 10px 10px 24px 10px;
  }
  .toc__top__img {
    width: 40px;
  }
  .toc__top__ttl {
    font-size: 20px;
    margin-left: 10px;
  }
  .toc__top__switch {
    margin-left: 10px;
  }

  .article__contents {
    margin-top: 30px;
  }
  .article__contents p {
    line-height: 28px;
    margin: 10px 3% 0;
  }
  .blog-detail__body h2 {
    font-size: 22px;
    line-height: 34px;
    padding: 10px 0 10px 20px;
  }
  .blog-detail__body h3 {
    font-size: 20px;
    line-height: 32px;
    padding: 3px 0 3px 15px;
  }
  .blog-detail__body h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .blog-detail__body h5 {
    font-size: 18px;
    line-height: 32px;
  }

  .chat {
    margin-top: 30px;
  }

  .another {
    display: flex;
    position: relative;
    height: 103px;
    width: auto;
    border: 1px solid #bfbfbf;
    margin: 26px 0 26px;
    justify-content: space-between;
    font-family: "游ゴシック",sans-serif;
    font-weight:bold;
    color: #707070;
    box-shadow: 4px 4px 0px 0 rgb(233,233,233);
  }
  .another .link__100 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .another__box1 {
    width: auto;
    height:82%;
    margin-top: 10px;
    margin-left:10px;
    margin-bottom: 10px;
  }
  .another__img {
    aspect-ratio: 3 / 2;
    height:100%
  }
  .another__box2 {
    width: 53%;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: -15px;
  }
  .another__right__link {
    width: 50%;
    height: 25px;
    background-color: #fff8f8;
    border-radius: 100vh;
    color: #707070;
    text-align: center;
  }
  .font {
    font-size:12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .another__center__text {
    display: -webkit-box;
    font-size: 14px;
    line-height: 24px !important;
    margin-bottom: 13px !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: -6px;
    width: 95%;
    height: 52px;
  }
  .another__box3 {
    width: 3%;
    margin: 5px 0 5px;
    border-left: 1px dashed #bfbfbf;
  }
  .arrow_s {
    position: relative;
    display: inline-block;
    color:#bfbfbf;
    text-decoration: none;
    margin:auto;
  }
  .arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #bfbfbf;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
  }
  .arrow_position {
    background-color: blue;
    margin-top: 55px;
    margin-left: 2px;
  }

  .main__ttl__img {
    width: 13%;
  }

  .main__ttl__ttl {
    font-size: 20px;
  }

  .popularity__list__item:nth-of-type(3) {
    margin-right: 3%;
  }

  .popularity__list__item {
    width: 47%;
    margin-right: 3%;
  }
  .popularity__list__item:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  .popularity__list__item__link__ttl {
    font-size: 15px;
  }
  .popularity__list__item__link__text {
    font-size: 15px;
  }
  .popularity__list__item__catTime__cat {
    font-size: 10px;
    padding: 5px 8px;
  }
  .popularity__list__item__catTime__time {
    font-size: 12px;
    margin-top: 3%;
  }
  .recommended__list__item__catTime__time {
    font-size: 12px;
    margin-top: 3%;
  }
  .recommended__list__item__catTime__cat {
    font-size: 10px;
    padding: 5px 8px;
  }

  .new {
    margin-bottom: 0;
  }
}
@media (max-width: 340px) {

  .another {
    display: flex;
    position: relative;
    height: 103px;
    width: auto;
    border: 1px solid #bfbfbf;
    margin: 26px 0 26px;
    justify-content: space-between;
    font-family: "游ゴシック",sans-serif;
    font-weight:bold;
    color: #707070;
    box-shadow: 4px 4px 0px 0 rgb(233,233,233);
  }
  .another .link__100 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .another__box1 {
    width: 40%;
    height:82%;
    margin-top: 10px;
    margin-left:10px;
    margin-bottom: 10px;
  }
  .another__img {
    aspect-ratio: 3 / 2;
    height:100%
  }
  .another__box2 {
    width: 40%;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
  }
  .another__right__link {
    width: 80%;
    height: 25px;
    background-color: #fff8f8;
    border-radius: 100vh;
    color: #707070;
    text-align: center;
  }
  .font {
    font-size:12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .another__center__text {
    font-size: 12px;
  }
  .another__box3 {
    width: 5%;
    margin: 5px 0 5px;
    border-left: 1px dashed #bfbfbf;
  }
  .arrow_s {
    position: relative;
    display: inline-block;
    color:#bfbfbf;
    text-decoration: none;
    margin:auto;
  }
  .arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #bfbfbf;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
  }
  .arrow_position {
    background-color: blue;
    margin-top: 55px;
    margin-left: 2px;
  }
}
/* サイドバー */
/* レスポンシブ(PCファースト) */
aside {
  width: 25%;
  padding-top: 50px;
}

.aside__ttl {
  text-align: center;
  margin-top: 50px;
}
.aside__ttl__img {
  width: 20%;
}
.aside__ttl__ttl {
  color: #404040;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  margin: 0 0 20px;
}
.aside__ttl__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 3px;
  width: 70px;
  background: #404040;
}
.ranking__ttl__ttl::before{
  content:"";
  background:url(../img/crown02.png);
  background-size:100% 100%;
  width:30px;
  height:30px;
  display:inline-block;
  position:relative;
  top:0.2em;
  margin-right:10px;
}
.recommended__ttl__ttl::before{
  content:"";
  background:url(../img/star.png);
  background-size:100% 100%;
  width:30px;
  height:29px;
  display:inline-block;
  position:relative;
  top:0.2em;
  margin-right:10px;
}
.keyword__ttl__ttl::before{
  content:"";
  background:url(../img/magnifier.png);
  background-size:100% 100%;
  width:28px;
  height:30px;
  display:inline-block;
  position:relative;
  top:0.2em;
  margin-right:10px;
}

.ranking__list__item + .ranking__list__item {
  margin-top: 10px;
  border-top: 1px dashed #BFBFBF;
  padding-top: 10px;
}
.ranking__list__item__link {
  display: flex;
}
.ranking__list__item__link__imgBox {
  position: relative;
  width: 38%;
  max-width:90px;
}
.ranking__list__item__link__imgBox__img {
  max-width: 90px;
	max-height: 90px;
}
.ranking__list__item__link__imgBox__rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}
.ranking__list__item__link__right {
  width: 75%;
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
}
.ranking__list__item__link__right__cat {
  padding: 5px 20px;
  border-radius: 20px;
	color: #fff;
	font-size: 12px;
  display: inline-block;
}
.ranking__list__item__link__right__cat.new,
.cat__list__item__link--area.new,
.popularity__list__item__catTime__cat.new,
.recommended__list__item__catTime__cat.new{
  background-color: #ea5532 !important;
  border: none !important;
  color: #fff !important;
	display: none;
}
.ranking__list__item__link__right__cat.area,
.cat__list__item__link--area.area,
.popularity__list__item__catTime__cat.area,
.recommended__list__item__catTime__cat.area{
  background-color: #AACF52 !important;
	border: none !important;
	color: #fff !important;
}
.ranking__list__item__link__right__cat.event,
.cat__list__item__link--area.event,
.popularity__list__item__catTime__cat.event,
.recommended__list__item__catTime__cat.event{
  background-color: #1FADA9 !important;
	border: none !important;
	color: #fff !important;
}
.ranking__list__item__link__right__cat.gourmand,
.cat__list__item__link--area.gourmand,
.popularity__list__item__catTime__cat.gourmand,
.recommended__list__item__catTime__cat.gourmand,
.ranking__list__item__link__right__cat.gourmet,
.cat__list__item__link--area.gourmet,
.popularity__list__item__catTime__cat.gourmet,
.recommended__list__item__catTime__cat.gourmet {
  background-color: #F78602 !important;
	border: none !important;
	color: #fff !important;
}
.ranking__list__item__link__right__cat.pr,
.cat__list__item__link--area.pr,
.popularity__list__item__catTime__cat.pr,
.recommended__list__item__catTime__cat.pr,
.ranking__list__item__link__right__cat.osusume,
.cat__list__item__link--area.osusume,
.popularity__list__item__catTime__cat.osusume,
.recommended__list__item__catTime__cat.osusume {
  background-color: #A64A97 !important;
	border: none !important;
	color: #fff !important;
}
.ranking__list__item__link__right__cat.tokushuu,
.cat__list__item__link--area.tokushuu,
.popularity__list__item__catTime__cat.tokushuu,
.recommended__list__item__catTime__cat.tokushuu {
  background-color: #E57A7A !important;
	border: none !important;
	color: #fff !important;
}
.ranking__list__item__link__right__cat.news,
.cat__list__item__link--area.news,
.popularity__list__item__catTime__cat.news,
.recommended__list__item__catTime__cat.news {
  background-color: #187FC4 !important;
	border: none !important;
	color: #fff !important;
}
.ranking__list__item__link__right__cat.otoku,
.cat__list__item__link--area.otoku,
.popularity__list__item__catTime__cat.otoku,
.recommended__list__item__catTime__cat.otoku {
  background-color: #E8C503 !important;
	border: none !important;
	color: #fff !important;
}
.ranking__list__item__link__right__cat.fudousan,
.cat__list__item__link--area.fudousan,
.popularity__list__item__catTime__cat.fudousan,
.recommended__list__item__catTime__cat.fudousan {
  background-color: #838175 !important;
	border: none !important;
	color: #fff !important;
}
.ranking__list__item__link__right__cat.matome,
.cat__list__item__link--area.matome,
.popularity__list__item__catTime__cat.matome,
.recommended__list__item__catTime__cat.matome {
  background-color: #838175 !important;
  border: none !important;
  color: #fff !important;
}
.popularity__list__item__catTime__cat,
.recommended__list__item__catTime__cat {
  font-size: 14px;
	margin-bottom: 3%;
}
.popularity__list__item__catTime a {
  border: 1px solid #ffc396;
  padding: 4px 13px;
  border-radius: 20px;
  background: white;
  /* 	color: #fff; */
}
.recommended__list__item__catTime a {
  border: 1px solid #ffc396;
  padding: 4px 13px;
  border-radius: 20px;
  background: white;
}
/*.matome {*/
/*	display: none;*/
/*}*/
.ranking__list__item__link__right__ttl {
  margin-top: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height:1.5;
}
.ranking__list__item__link__right__text {
  line-height: 22px;
  margin-top: 5px;
}

.recommended {
  background: #FAF7F2;
  padding: 30px 10px 20px;
  margin-top: 20px;
}
.recommended__ttl {
  margin-top: 0;
}
.recommended__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 13px;
}
.recommended__list__item {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.recommended__list__item:nth-of-type(n + 3) {
  margin-top: 25px;
}
.recommended__list__item__link__ttl {
  margin-top: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 10px;
  line-height:1.5;
}
.recommended__list__item__link__text {
  line-height: 26px;
  margin-top: 10px;
}
.recommended__list__item__catTime {
  display: flex;
  font-size: 10px;
  align-items: center;
  justify-content: space-between;
	flex-wrap: wrap;
  margin-top: auto;
}
.recommended__list__item__catTime__cat {
  border: 1px solid #ffc396;
  padding: 5px 15px;
  border-radius: 20px;
  background: white;
  font-size: 12px;
}
.recommended__list__item__link__img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}

.keyword__list {
  display: flex;
  flex-wrap: wrap;
}
.keyword__list__item {
  margin-right: 5%;
  margin-top: 10px;
}
.keyword__list__item__link {
  padding: 4px 6px 4px 30px;
  border: 1px solid #707070;
  border-radius: 5px;
  position: relative;
}
.keyword__list__item__link::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 15px;
  height: 15px;
  background-image: url(../img/keywordTag.png);
  background-size: cover;
}

.search {
  margin-top: 80px;
}

/* メディアクエリ*/
@media (max-width: 768px) {
  aside {
    width: 100%;
    padding: 0;
  }

  .aside__ttl__img {
    width: 13%;
  }

  .aside__ttl__ttl {
    font-size: 20px;
  }

  .ranking__list__item__link__imgBox {
    width: 35%;
  }

  .ranking__list__item__link__imgBox__img {
    max-width: 100%;
	  width: 100%;
  }

  .ranking__list__item__link__right {
    width: 75%;
    font-size: 14px;
  }

  .ranking__list__item__link__imgBox__rank {
    width: 33%;
  }

  .search {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .ranking__list__item__link__right__cat,
  .popularity__list__item__catTime__cat {
    font-size: 12px;
  }
}

.head-content {
  margin-top: 20px;
  margin-bottom: 29px;
  padding: 10px;
}
.head-content-list {
  display:flex;
  margin: 0 3% 0 0;
}
.head-content-list li {
  margin-right: 5px;
  font-size: 0.6rem;
}
.sns-btn-list {
  flex-wrap: wrap;
  margin-top: -1.5%;
}
.sns-btn {
  margin-top: 1.5%;
}
.head-content-list li:last-child {
  margin-right: 0;
}
.head-content-list:first-child {
  margin-bottom: 10px;
}
.fa { margin-right: 5px; }
.sns-count {
  position: relative;
  padding: 2px 4px;
  color: #555;
  font-size: 12px;
  border-radius: 2px;
  background: #fff;
  line-height: 1;
}
.sns-count::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -3px;
  border: 3px solid transparent;
  border-right: 3px solid #fff;
}
.btn-twitter{
  background: #55acee;
}
.btn-facebook{
  background: #3b5998;
}
.btn-hatena{
  background: #008FDE;
}
.btn-hatena svg {
  fill: #fff;
  height: 15px;
  margin-right: 5px;
}
.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: white;
  text-align: center;
  border-radius: 3px;
  padding: 2px 2px 2px 5px;
}
.btn-text {
  margin-right: 5px;
}

@media screen and (min-width: 978px) {
  .head-content {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    padding: 0;
  }
  .head-content-list:first-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .head-content {
    padding: 0;
  }
  .head-content-list {
    margin-left: 3%;
  }
}
.category-label {
  margin-right: 2%;
}
.category-label:last-child {
  margin-left: auto;
  margin-top: 10px;
}
/* フッター */
/* レスポンシブ(PCファースト) */
/* メディアクエリ*/
@media screen and (max-width: 768px) {
  .head-content {
    margin-bottom: 9px;
  }
  .blog-detail__body {
    margin-top: 20px;
  }
  .toc {
    margin-bottom: 25px;
  }
}

.main__ttl__ttl__pickup.top::before {
	width: 32px;
	height: 32px;
	background-image: url(../img/icon_pickup.png);
}</pre></body></html>