/* template */
:root {
  --btn: #2cb696;
  --amazon: #FF9901;
  --rakuten: #c20004;
  --link: #1967d2;
  --main: #a1d8db;
  --light: #e0eaeb;
  --logo: url(/common_img/header-logo.png);
  --dash: 1px dashed #ddd !important;
  --fzss: 12px;
  --fzs: 14px;
  --fzl: 16px;
  --fzll: 18px;
}

/* 表示 */
.mtop0 {
  margin-top: 0 !important;
}
.mtop5 {
  margin-top: 5px !important;
}
.mtop10 {
  margin-top: 10px !important;
}
.mtop20 {
  margin-top: 20px !important;
}
.mtop30 {
  margin-top: 30px !important;
}
.mtop50 {
  margin-top: 50px !important;
}
.mbtm5 {
  margin-bottom: 5px !important;
}
.mbtm10 {
  margin-bottom: 10px !important;
}
.mbtm20 {
  margin-bottom: 20px !important;
}
.mbtm30 {
  margin-bottom: 30px !important;
}
.mbtm50 {
  margin-bottom: 50px !important;
}
.fz-ss {
  font-size: var(--fzss)!important;
}
.fz-s {
  font-size: var(--fzs)!important;
}
.fz-l {
  font-size: var(--fzl)!important;
}
.fz-ll {
  font-size: var(--fzll)!important;
}
.small {
  font-size: 80%;
}
.text-center {
  text-align: center;
}
.center-block {
  margin: auto;
}
.hidden {
  display: none;
}

@media (min-width: 800px) {
  .visible-xs {
    display: none;
  }

  .hidden-xs {
    display: block;
  }
}

@media (max-width: 800px) {
  .visible-xs {
    display: block;
  }

  .hidden-xs {
    display: none;
  }
}

/* ヘッダー */
.header .header-in, .logo-image {
  background: #fafafa !important;
  width: 100%;
}

.logo-text {
  padding: 5px;
}

.site-name {
  display: block;
  width: 100%;
  height: 3rem;
}

.site-name, .site-name:hover {
  background: var(--logo) center left 5% / contain no-repeat;
}

.site-name-text {
  opacity: 0;
}
.header div.header-in {
  min-height: auto;
}

/* フッター */
.footer {
  background: #fafafa !important;
  width: 100%;
}

.footer-in.wrap {}

/* nav */
@media (max-width: 500px) {
 .single-post .navi {
		display:none;
	}
}
.navi-in>ul li {
  height: 5rem;
  line-height: 5rem;
  position: relative;
}

.navi-in>ul li:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 5px;
  width: 80%;
  border-width: 0;
  background-image: linear-gradient(-45deg,
    var(--light) 0px, var(--light) 2px, transparent 2px, transparent 4px,
    var(--light) 4px, var(--light) 6px, transparent 6px, transparent);
  background-size: 6px 6px;
}

.recommended {
  /* display: none; */
  margin-top: 0;
}

.notice-area-wrap {
  display: none;
}

.notice-area {
  background: #555;
}

.notice-area:after {
  content: "Youtube";
}

.appeal {
  display: none;
}

.appeal .appeal-content:after {
  content: "hello";
}

.carousel {
  display: none !important;
}

@media (max-width:834px) {
  .recommended {
    /* display: none; */
  }

  #navi .navi-in>.menu-mobile {
    margin: 0.5rem;
  }

  #navi .navi-in>.menu-mobile li {
    height: 3rem;
    /* line-height: 3rem; */
    width: calc(100%/3)!important;
  }

  #navi .navi-in>.menu-mobile li a {
    font-size: var(--fzss)!important;
  }

  .navi-in>ul li:after {
    bottom: 12%;
    width: 90%;
    height: 4px;
  }
}

@media (min-width:800px) {
  .navi-in>ul li:hover {
    opacity: 0.7;
  }

  #navi .navi-in {
    margin: 1rem auto;
  }

  #navi .navi-in li {
    width: calc(100%/6);
  }
}

/* side */
.sidebar h3 {
  padding: 0 8px !important;
  margin: 4rem 0 1rem !important;
  background: none!important;
  border-bottom: 3px solid var(--light);
  border-radius: 0;
}

.widget-entrycard, .widget-entry-card, .rect-vertical-card .related-entry-card-title {
  font-size: var(--fzs) !important;
  line-height: 1.5;
}

.search-edit, input[type="text"], select#archives-dropdown-2 {
  border: 1px solid #eee;
  border-radius: 0;
  font-size: var(--fzs);
}

.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
  color: var(--link)!important;
  text-decoration: underline!important;
}

.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover {
  background-color: inherit;
  transition: none;
  color: var(--link);
}

.sidebar .tagcloud a {
  border-radius: 50rem;
  padding: 3px 15px;
  color: var(--link);
}

.sidebar .tagcloud a .fa-tag {
  display: none;
}

/* タグ 非表示 */
.sidebar .tagcloud a.tag-link-115, .sidebar .tagcloud a.tag-link-38 {
  display: none;
}

.tagcloud a:nth-child(n+23) {
  display: none;
}

/* プロフィール欄 */
.author-widget-name, .author-box p, .sidebar {
  line-height: 2.2!important;
  font-size: var(--fzs);
}

.nwa .author-box .author-thumb img {
  border-radius: 10rem;
}

.nwa .author-box {
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 1rem;
}

/* 固定ページ */
.page .main {
  padding: 1rem;
}

.page .sidebar {
  padding: 1rem;
}

.page .widget-entry-cards.ranking-visible .card-thumb::before {
  display: none;
}

.page .new .widget-entry-card-date.display-none, .popular .widget-entry-card-date.display-none, .home.page .new .post-date, .home.page .popular .post-date {
  display: block !important;
}

.popular-entry-card-snippet.card-snippet {
  display: none !important;
}

/* 記事サムネイル */
.card-large-image.large-thumb {
  display: flex !important;
  flex-flow: row wrap !important;
}

.large-thumb .a-wrap {
  width: calc(100%/2);
}

.large-thumb .a-wrap:nth-child(1) {
  width: calc(100%/2);
}

@media (min-width: 600px) {
  .large-thumb .a-wrap {
    width: calc(100%/3) !important;
  }

  .page .new .widget-entry-card-title.card-title, .page .popular .widget-entry-card-title.card-title {
    font-size: var(--fzll);
  }
}

@media (max-width: 500px) {
  .widget-entry-cards .a-wrap {
    padding: 5px;
  }

  .widget-entrycard, .widget-entry-card, .rect-vertical-card .related-entry-card-title {
    font-size: var(--fzss) !important;
    line-height: 1.5;
  }

  .card-large-image.large-thumb, .widget-entry-cards.no-icon.cf {
    margin: 0 -5px;
  }

  .recommended .navi-entry-cards {
    margin: 10px;
  }

  .sidebar .navi-entry-cards.widget-entry-cards.no-icon.card-large-image.large-thumb-on {
    margin: 0 -5px;
  }
}

/* フロント固定ページ */
.front-top-page header.article-header.entry-header {
  display: none;
}
.front-top-page .content {
  margin-top: 24px;
}
.home.page .entry-title {
  display: none;
}

.home.page .sns-share {
  display: none;
}

.sns-follow {
  display: none;
}

.home.page .post-date {
  display: none;
}

.home.page .post-update {
  display: none;
}

.home.page .author-info {
  display: none;
}

.home.page .entry-content {
  margin-top: -2rem;
}

.home.page .article h2 {
  margin: 1rem 0 !important;
}

/* main */
.a-wrap {
  padding: 0;
}

.a-wrap:hover, a:hover {
  background: inherit;
  opacity: 0.7;
  transition: inherit;
}

a:hover {
  color: var(--link);
}

.e-card-title {
  font-size: var(--fzl)!important;
  line-height: 1.4!important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.entry-card .cat-label {
  display: none;
}

.related-entry-heading, .comment-title {
  display: none;
}

@media (max-width: 700px) {
  .e-card-title {
    font-size: var(--fzss)!important;
  }
}

/* next comment */
.pagination-next-link, .comment-btn {
  border: 1px solid #888!important;
  font-size: 1em!important;
  color: #555!important;
  border-radius: 50rem;
  background: none!important;
}

.pagination .current {
  background-color: var(--light);
}

.page-numbers {
  border: none;
}

/* SNS */
.sns-buttons a {
  /* background: none; */
}

.bc-brand-color-white.sns-share a, .bc-brand-color-white.sns-follow a {
  border: none!important;
}

/* 投稿 */
/* .date-tags:after {
  content: "PRを含みます";
  margin-left: 2px;
  font-size: var(--fzss);
} */
.entry-card-snippet, .related-entry-card-snippet {
  line-height: 2;
  font-size: var(--fzs);
}

.related-entry-card-snippet.card-snippet.e-card-snippet {
  display: none;
}

.article p strong {
  background: linear-gradient(transparent 50%, #fff48f 50%);
}

.entry-title {
  padding: 1rem 0;
}

.entry-content ul, .entry-content ol {
  background: #fafafa !important;
  padding: 1rem 2rem !important;
}

.entry-content ol.toc-list {
  background: inherit !important;
}

.entry-content .toc {
  border: var(--dash);
  position: relative;
  display: block;
  text-align: center;
  border-right: none;
  border-left: none;
  padding-right: 0;
}

.entry-content .toc .toc-list {
  padding: 0 0.5rem !important;
  text-align: left;
  display: inline-block;
}

.entry-content .toc:after, header.article-header.entry-header:after {
  content: "\f103";
  font-family: Fontawesome;
  font-size: 2rem;
  color: var(--light);
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translate(-50%, 0);
}

.entry-content .toc-checkbox:checked+.toc-title::after {
  color: #aaa;
}

.article blockquote.wp-block-quote {
  border: var(--dash);
  font-size: var(--fzss);
  opacity: 0.8;
}

.article h2 {
  background: none!important;
  padding: 1rem!important;
  margin: 4rem -1rem 1rem !important;
  border-radius: 0;
  border-bottom: 5px solid var(--main);
}

.article h3 {
  border: none !important;
  padding: 0 !important;
  background: none !important;
  display: inline-flex;
}

.article h3:before {
  content: "\f0d7";
  margin: 0 0.25rem 0 0;
  font-family: Fontawesome;
}

.wp-block-image {
  text-align: center;
}

.eye-catch {
  width: 100%;
  margin: 0!important;
}

.eye-catch img {
  height: 13rem;
  object-fit: cover;
  width: 100%;
}

.eye-catch .cat-label, .related-entry-card .cat-label {
  display: none;
}

pre {
  border: none;
  padding: 1rem 2rem;
}

.pager-post-navi .card-thumb img {
  height: 4rem;
  object-fit: cover;
}

.video-container, .instagram-container, .facebook-container {
  width: 100%;
  max-width: 100%;
}

.wp-block-code {
  padding: 1rem;
  font-size: var(--fzs);
}

.cat-link:hover {
  color: #fff;
  background: #888;
}

.wp-block-quote {
  font-size: var(--fzs);
}

.instagram-media {
  margin: 2rem auto !important;
}

.Feedback, .SocialProof, .Caption, .Footer {
  display: none !important;
}

.article .center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article .center a {
  margin: 0 3px;
  text-decoration: none;
}

.article .center img {
  margin: auto;
}

.center:not([class*="logo"]) a[href*="rakuten"], .center:not([class*="logo"]) a[href*="amazon"] {
  text-decoration: none;
}
.center:not([class*="logo"]) a[href*="rakuten"]:after, .center:not([class*="logo"]) a[href*="amazon"]:after {
  content: ".";
  display: block;
  font-size: var(--fzs);
  opacity: 0;
}
.center:not([class*="logo"]) a[href*="rakuten"]:last-child:after, .center:not([class*="logo"]) a[href*="amazon"]:after,
.center:not([class*="logo"]) a[href*="daisonet"]:after {
  content: "出典：楽天市場";
  display: block;
  font-size: var(--fzs);
  text-align: right;
  font-weight: normal;
  color: #aaa;
  opacity: 1;
}
.center:not([class*="logo"]) a[href*="amazon"]:after {
  content: "出典：Amazon";
}
.center:not([class*="logo"]) a[href*="daisonet"]:after {
  content: "出典：daisonet.com";
}

.entry-content .wpulike:first-child {
  position: relative;
}
.entry-content .wpulike.wpulike-heart:first-child:after {
  content: "PRを含みます";
  font-size: var(--fzss);
  margin: 0 0 0 1rem;
  color: #777;
  position: absolute;
  right: 0;
}
.entry-content .wpulike.wpulike-heart:last-child:after {
  content: "←リアクションうれしいです！";
  font-size: var(--fzs);
  margin: 0 0 0 1rem;
  color: #aaa;
}
.entry-content .wpulike:first-child {
  margin: -4rem 0 1rem;
}

.wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.wp-block-image img {
  margin: auto;
}

.wp-block-image.trim img {
  height: 12rem;
  object-fit: cover;
}

.wp-block-image.mini img {
  max-width: 10rem;
}

.wp-block-image.zoom {
  overflow: hidden;
}

.wp-block-image.zoom img {
  transform: scale(2.0);
  height: 300px;
  object-fit: cover;
}

.wp-block-image.circle img {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  object-fit: cover;
}


.wp-block-image.multiply, .wp-block-image.light, .wp-block-image.color {
  position: relative;
}

.wp-block-image.multiply:after, .wp-block-image.light:after, .wp-block-image.color:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
  position: absolute;
  mix-blend-mode: multiply;
}

.wp-block-image.light:after {
  mix-blend-mode: soft-light;
}

.wp-block-image.color:after {
  mix-blend-mode: color;
}

.wp-block-image.ss {
  background-color: #fff;
  position: relative;
  padding: 0 0.5rem;
  background-image: linear-gradient(-45deg, #ffffff 25%, whitesmoke 25%, whitesmoke 50%, #ffffff 50%, #ffffff 75%, whitesmoke 75%, whitesmoke 100%);
  background-size: 10px 10px;
}

.wp-block-image.ss:after {
  content: "※スクショ";
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 10px;
  color: #aaa;
}

.wp-block-image.ss img {
  margin: 1rem auto;
  opacity: 0.9;
  max-width: 70%;
}

.entry-content .bold {
  font-weight: bold;
}

.wp-block-image.size-large.bang, .wp-block-image, .tiled-gallery__item {
  position: relative;
}

.wp-block-image.size-large.bang:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/wp-content/uploads/2021/12/bang.png) center / cover no-repeat;
  opacity: 0.5;
}

.wp-block-image:before, .tiled-gallery__item:before {
  content: "Don't use it";
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0,0,0,0);
  opacity: 0.2;
}

.article .author-info {
  display: none;
}

/* キャプション */
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .widget-entry-cards.large-thumb-on .card-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .3) 50%, transparent)!important;
  font-weight: bold;
  padding: 4px;
  top: 0;
}

/* アイキャッチデザイン */
header.article-header.entry-header {
  display: flex;
  flex-flow: column wrap;
  flex-direction: column-reverse;
  position: relative;
  margin: 0 -1rem 4rem;
}
h1.entry-title {
  font-size: var(--fzl);
  line-height: 1.5;
  padding: 1rem 1rem 2rem;
  background: whitesmoke;
  margin-top: 0;
  height: 100%;
}
.eye-catch-wrap {
  height: 100%;
  overflow: hidden;
  margin: 0!important;
}
.date-tags {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 700px) {
  header.article-header.entry-header {
    flex-flow: row nowrap;
    height: 12rem;
    flex-direction: row-reverse;
    margin: 0 auto 4rem;
  }
  h1.entry-title {
    width: 60%;
    font-size: 20px;
    height: 100%;
    word-break: keep-all;
  }
  .eye-catch-wrap {
    width: 40%;
    height: 100%;
  }
  .eye-catch img {
    height: 100%;
  }
  .article-header .display-none {
		display: block;
		background: #eee;
	}
	.article-header .display-none img {
		display: none;
	}
	.category .eye-catch-wrap {
		width: inherit;
	}
}

@media (max-width: 500px) {
  .content, .single-post .main {
    padding-top: 0;
    margin-top: 0!important;
  }
  .article {
    font-size: var(--fzs)!important;
  }
  .article h2 {
    font-size: var(--fzll)!important;
  }
  .article h3 {
    font-size: var(--fzl)!important;
  }

  .entry-content ul, .entry-content ol {
    font-size: var(--fzs)!important;
  }
}

@media (min-width: 500px) {
  .single-post .content-in {
    flex-flow: column wrap;
  }

  .single-post .main, .single-post .sidebar {
    margin: auto;
    width: 100%;
  }

  .eye-catch img {
    /* height: 30rem; */
    object-fit: cover;
  }

  .wp-block-image {
    /* background: #fafafa;
    padding: 1rem 0; */
  }

  .wp-block-image img {
    max-width: 70%;
  }

  .wp-block-image.zoom {
    max-width: 70%;
    margin: 1rem auto;
  }

  .wp-block-image.size-large.bang:after {
    width: 70%;
  }

  .new-entry-cards.widget-entry-cards.no-icon.cf.card-large-image.large-thumb-on {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }

  .article .widget-entry-cards.card-large-image .a-wrap {
    max-width: 100%;
    width: 50%;
  }

  .instagram-media {
    max-width: 50% !important;
  }

  .wp-block-image.trim img {
    height: 20rem;
  }

  .wp-block-image.circle img {
    width: 400px;
    height: 400px;
  }
  .article .center {
    flex-flow: column wrap;
  }
}

@media (min-width: 1000px) {
  .single-post .main, .single-post .sidebar {
    width: 70%;
  }
}

/* 自作関連記事 */
.related {
  position: relative;
  margin-top: 3rem;
}

.related:before {
  content: "＼ 合わせて読みたい ／";
}

/* ブログカード */
.blogcard-wrap {
  margin: 1rem 0!important;
  width: 100%!important;
  font-weight: bold;
}

.blogcard-wrap .blogcard {
  border: var(--dash);
  padding: 1rem;
}

a .blogcard-snippet, .blogcard-wrap .blogcard-footer {
  font-weight: normal;
  display: none;
}

.blogcard-wrap:not([href*="smart-slow"]):not([href*="amazon.co.jp"]):not([href*="rakuten.co.jp"]):not([href*="palcloset"]):not([href*="ayuramen"]):not([href*="youtube.com"]):not([href*="apps.apple.com"]):not([href*="store.line.me"]) .blogcard-thumbnail {
  display: none;
  /* ブログカードテキストのみ */
}

.blogcard-wrap:not([href*="smart-slow"]):not([href*="amazon.co.jp"]):not([href*="rakuten.co.jp"]):not([href*="palcloset"]):not([href*="ayuramen"]):not([href*="youtube.com"]):not([href*="apps.apple.com"]):not([href*="store.line.me"]) .blogcard-content {
  min-height: auto;
  /* ブログカードテキストのみの高さ */
}

.blogcard-wrap:not([href*="smart-slow"]):not([href*="amazon.co.jp"]):not([href*="rakuten.co.jp"]):not([href*="palcloset"]):not([href*="smartslow"]) .blogcard-content {
  display: flex;
  align-items: center;
  margin-left: 0;
}


.blogcard-wrap:not([href*="smart-slow"]):not([href*="palcloset"]) .blogcard-title:after {
  content: "\f08e";
  font-family: Fontawesome;
  margin-left: 5px;
}

.blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"]) {
  position: relative;
  padding-top: 2rem;
  margin-top: -1rem;
}

.blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"]) .blogcard-title {
  color: var(--link);
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: underline;
}

.blogcard-wrap[href*="palcloset"][title*="エラー"] {
  display: none;
}


@media (max-width: 800px) {
  .blogcard-wrap .blogcard-snippet {
    display: none;
  }
}

/* ブログカード追加 */
.blogcard-wrap .blogcard, .text+.blogcard {
  border: none;
  background: whitesmoke;
  padding: 12px;
  border-radius: 0;
}

.blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"])::before {
  content: "こちらもおすすめ";
  position: absolute;
  color: #fff;
  background: #666;
  padding: 1px 5px;
  top: 15px;
  left: 9px;
  z-index: 1;
  font-size: var(--fzss);
  font-weight: bold;
}
.blogcard-shortcode-wrap + .blogcard-shortcode-wrap .blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"])::before {
  display: none;
}
.blogcard-shortcode-wrap + .blogcard-shortcode-wrap .blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"]) {
  padding-top: 1rem;
}

.blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"]) .blogcard-title {
  font-size: var(--fzs);
}

a .blogcard-snippet {
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #555;
}

/* ブログカード特別 */
.blogcard-wrap[href*="amazon.co.jp"] .blogcard-content, .blogcard-wrap[href*="rakuten.co.jp"] .blogcard-content, .blogcard-wrap[href*="palcloset"] .blogcard-content, .blogcard-wrap[href*="smartslow"] .blogcard-content {
  overflow: inherit;
  margin-bottom: 1rem;
}

.blogcard-wrap[href*="amazon.co.jp"] .blogcard-title, .blogcard-wrap[href*="rakuten.co.jp"] .blogcard-title, .blogcard-wrap[href*="palcloset"] .blogcard-title, .blogcard-wrap[href*="smartslow"] .blogcard-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blogcard-wrap:not([href*="smart-slow"]):not([href*="amazon.co.jp"]):not([href*="rakuten.co.jp"]):not([href*="palcloset"]):not([href*="smartslow"]) .blogcard-title {
  margin-bottom: 0;
}

.blogcard-wrap[href*="amazon.co.jp"] .blogcard-content:after, .blogcard-wrap[href*="rakuten.co.jp"] .blogcard-content:after, .blogcard-wrap[href*="smartslow"] .blogcard-content:after, .blogcard-wrap[href*="palcloset"] .blogcard-content:after  {
  content: "Amazonで見る";
  color: #fff;
  background: var(--btn);
  display: block;
  padding: 18px 8px;
  text-align: center;
  border-radius: 10rem;
  font-weight: bold;
  margin-top: 10px;
}

.blogcard-wrap[href*="rakuten.co.jp"] .blogcard-content:after {
  content: "楽天で見る";
}

.blogcard-wrap[href*="smartslow"] .blogcard-content:after {
  content: "Youtubeで見る";
}

.blogcard-wrap[href*="palcloset"]:not([href*="smartslow"]) .blogcard-content:after {
  content: "3COINS で見る";
}


/* ラベルなし */
p.none+.blogcard .blogcard-wrap::before {
  display: none;
}

/* テキストのみ */
.text+.blogcard {
  margin-top: -2rem;
}

.text+.blogcard .blogcard-thumbnail {
  display: none;
  width: inherit;
}

.text+.blogcard .blogcard-content {
  min-height: inherit;
  margin-left: inherit;
}

.text+.blogcard .blogcard-snippet, .text+.blogcard .blogcard-footer {
  display: none;
}

.text+.blogcard .blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"]) {
  margin: 0!important;
  padding: 0;
  background: none;
  color: var(--link);
  font-size: var(--fzss);
  line-height: 1.6;
  text-decoration: underline;
  text-align: center;
}

.text+.blogcard .blogcard-wrap[href*="smart-slow"] .blogcard-title {
  margin-bottom: 0;
}

.text .blogcard-wrap[href*="smart-slow"]::before, .text+.blogcard .blogcard-wrap[href*="smart-slow"]::before {
  display: none;
}

@media (min-width: 900px) {
  .blogcard-wrap .blogcard {
    padding: 16px;
  }

  .blogcard-wrap[href*="smart-slow"] .blogcard-title, .text+.blogcard .blogcard-wrap[href*="smart-slow"]  {
    font-size: var(--fzl)!important;
  }

  a .blogcard-snippet{
    font-size: var(--fzs);
  }

  .blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"]) .blogcard-snippet {
    display: block;
  }
}

@media (max-width: 600px) {
  .blogcard-wrap[href*="smart-slow"]:not([href*="palcloset"]) .blogcard-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

/* 吹き出し */
.fukidashi {
  background: var(--light);
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  width: 80%;
  margin-left: 20%;
  font-size: var(--fzs);
}

.fukidashi:before {
  position: absolute;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(/wp-content/uploads/2020/12/image.jpg) center / contain no-repeat;
  left: -25%;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 10rem;
  z-index: -2;
}

.fukidashi:after {
  position: absolute;
  content: "\f04b";
  font-family: Fontawesome;
  color: var(--light);
  top: 50%;
  left: -5%;
  transform: translate(0, -50%) rotate(-180deg);
  font-size: 2rem;
  z-index: -1;
}

@media (min-width: 600px) {
  .fukidashi {
    width: 90%;
    margin-left: 10%;
    font-size: var(--fzl);
  }

  .fukidashi:before {
    left: -11%;
    top: 50%;
  }

  .fukidashi:after {
    top: 50%;
    left: -1%;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .fukidashi:before {
    width: 4rem;
    height: 4rem;
  }
}

/* チェックリスト */
.article .check {
  list-style-type: none;
  background: #f2f7f9 !important;
  padding: 1rem !important;
}

.article .check li:before {
  content: "\f046";
  margin-right: 0.5rem;
  font-family: Fontawesome;
  color: #8ac8cb;
  vertical-align: middle;
  font-size: 120%;
  line-height: 0;
}

/* 矢印 */
.article .arrow-down {
  text-align: center;
}

.article .arrow-down:after {
  content: "\f103";
  font-family: Fontawesome;
  font-size: 2rem;
  color: var(--light);
}

/* 絵文字 */
.article .emoji {
  text-align: center;
  font-size: 4rem;
  display: block;
  background: whitesmoke;
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, #f4f7f8 5px, #f4f7f8 10px);
  margin: 0 auto 1rem;
  font-weight: bold;
  color: var(--main);
  text-shadow: 5px 5px 0 #fff;
}
.article .emoji.good:after {
  content: "👍 good!";
}
.article .emoji.shape {
  color: transparent;
  text-shadow: 0 0 0 var(--main);
}

/* btn */
.article .btn {
  background: var(--btn);
  text-align: center;
  width: 100%;
  border-radius: 50rem;
  padding: 1rem 0;
}

.article .btn a {
  text-decoration: none;
  color: #fff;
  font-size: var(--fzl);
}

.link-bg, .amazon-sale, .room, .blogmura, .affi-text {
  background: whitesmoke;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
}

.link-bg a, .amazon-sale a, .room a, .blogmura a, .affi-text a {
  display: inline-block;
  width: 100%;
  font-size: var(--fzs);
}

.amazon-sale {
  background: #333E48;
}

.amazon-sale a {
  text-decoration: none;
  color: #FF9900;
}

.room a:after {
  content: "";
  display: block;
  width: 80%;
  height: 4rem;
  margin: auto;
  background: url(/wp-content/uploads/2021/07/myroom_banner.png) center / contain no-repeat;
}

.blogmura a {
  text-decoration: none;
}

.link-bg a[href*="amazon"]:before {
  content: "Amazonで";
}
.link-bg a[href*="amazon"]:after {
  content: "を見る";
}
.link-bg a[href*="rakuten"]:before {
  content: "楽天で";
}
.link-bg a[href*="rakuten"]:after {
  content: "を見る";
}

.logo.link-bg a[href*="amazon"]:before,
.logo.link-bg a[href*="amazon"]:after,
.logo.link-bg a[href*="rakuten"]:before,
.logo.link-bg a[href*="rakuten"]:after {
  display: none;
}

@media (min-width: 800px) {
  .article .btn a {
    font-size: var(--fzs);
  }
  .link-bg a {
    font-size: var(--fzl);
  }
  .room a:hover:after {
    opacity: 0.7;
  }
}

/* カテゴリー */

.category-content .eye-catch {
  background-image: linear-gradient(-45deg, #ffffff 25%, #ccc 25%, #ccc 50%, #ffffff 50%, #ffffff 75%, #ccc 75%, #ccc 100%);
  background-size: 10px 10px;
}

.category-content .eye-catch img {
  height: 10rem;
  opacity: 0.7;
}

.cats-btn {
  margin-top: -1rem;
  text-align: right;
}

.cats-btn a {
  text-decoration: none;
}

.cats-btn a:after {
  content: "\f101";
  margin: 0 5px;
  font-family: Fontawesome;
}

/* rinker 商品リンク */
.entry-content ul.yyi-rinker-links {
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  flex-flow: row nowrap !important;
  padding: 0 !important;
  margin-top: 1rem !important;
}

div.yyi-rinker-contents {
  border: var(--dash) !important;
  box-shadow: none !important;
  border-right: none !important;
  border-left: none !important;
}

div.yyi-rinker-contents div.yyi-rinker-box {
  padding: 1rem 0!important;
}

div.yyi-rinker-contents div.yyi-rinker-detail {
  padding-left: 0 !important;
}

div.yyi-rinker-contents div.yyi-rinker-info {
  padding-left: 1rem !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
  border-radius: 10rem !important;
  width: 100% !important;
  text-align: center !important;
  box-shadow: none !important;
  margin: 2px !important;
  margin: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
  opacity: 0.7 !important;
  box-shadow: none !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink,
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink,
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
  background: none !important;
  text-align: left !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
  color: var(--link) !important;
  background: whitesmoke;
  padding: 5px !important;
  font-size: 18px !important;
  box-shadow: 0px -2px 0px rgb(120 120 120 / 20%) inset !important;
  border-radius: 50rem;
  text-align: center;
  height: inherit !important;
  line-height: 36px !important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
  background: none !important;
}

div.yyi-rinker-contents div.yyi-rinker-title a {
  font-size: var(--fzl);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

div.yyi-rinker-contents .price-box {
  display: none !important;
  display: block !important;
}

div.yyi-rinker-contents.price-on .price-box {
  display: block !important;
}

div.yyi-rinker-contents .price-box .price_at, div.yyi-rinker-contents .price-box .price_at+span {
  display: none !important;
}

div.yyi-rinker-contents.yyi-rinker-no-item div.yyi-rinker-image {
  /* width: 30% !important;
  background: url(/wp-content/uploads/2021/07/no-photo.jpg) center / cover no-repeat !important; */
  display: none;
}
div.yyi-rinker-contents.yyi-rinker-no-item div.yyi-rinker-info {
  width: 100%;
  padding-left: 0!important;
}

@media (max-width:900px) {
  .yyi-rinker-box {
    /* flex-flow: column wrap; */
  }

  .yyi-rinker-img-m .yyi-rinker-image, div.yyi-rinker-contents div.yyi-rinker-info {
    width: 100% !important;
  }

  .yyi-rinker-img-m .yyi-rinker-image {
    min-width: 100px!important;
  }

  .entry-content ul.yyi-rinker-links {
    flex-flow: column wrap !important;
  }

  div.yyi-rinker-contents ul.yyi-rinker-links li {
    margin-bottom: 5px !important;
  }

  .entry-content ul.yyi-rinker-links, div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0 !important;
    font-size: 16px !important;
  }

  div.yyi-rinker-contents div.yyi-rinker-title a {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  div.yyi-rinker-contents div.yyi-rinker-image {
    width: 20% !important;
  }

  div.yyi-rinker-contents.yyi-rinker-no-item div.yyi-rinker-image {
    /* width: 100% !important;
    height: 8rem; */
    display: none;
  }

  div.yyi-rinker-contents.price-on .price-box .price_at, div.yyi-rinker-contents.price-on .price-box .price_at+span {
    display: none !important;
  }

  div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:after,
  div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:after,
  div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:after {
    content: "はこちら" !important;
  }
}

/* affitag */
.affitag {
  display: flex;
  align-items: center;
  border: var(--dash);
  padding: 1rem;
  margin: 1rem auto;
  border-right: none;
  border-left: none;
}

.affitag a {
  font-weight: bold;
}

.affitag .link:nth-child(1) {
  width: 30%;
}

.affitag .link:nth-child(2) {
  margin-left: 1rem;
  width: 70%;
}

.affitag .link:nth-child(1) img:nth-child(1) {
  /* width: 100%; */
  margin: auto;
  display: block;
}

.affitag .link:nth-child(2) a {
  text-decoration: none;
  padding: 3rem 0 6rem;
}

.affitag a:hover img, .affitag .link:nth-child(2) a:hover:after {
  opacity: 0.7;
}

.affitag .link a+img, .affi-text a+img {
  display: block;
}

.affitag .link:nth-child(2) a:after, .affi-text a:after {
  content: " 詳しくはこちら ";
  display: block;
  color: var(--link);
  text-align: center;
  font-weight: bold;
}
.affitag .link:nth-child(2) a:after {
  content: "詳しくはこちら";
  color: #fff;
  background: var(--btn);
  padding: 18px 8px;
  border-radius: 10rem;
  margin-top: 10px;
}

/* @media (min-width: 700px) {
  .affitag .link:nth-child(2) a:after {
    content: "詳しくはこちら";
    color: #fff;
    background: var(--btn);
    padding: 18px 8px;
    border-radius: 10rem;
    margin-top: 10px;
  }

} */

@media (max-width: 700px) {
  /* .affitag {
    flex-flow: column;
    flex-direction: column-reverse;
  }

  .affitag .link:nth-child(1) {
    width: 100%;
  }

  .affitag .link:nth-child(2) {
    width: 100%;
    margin-left: 0;
    text-align: center;
  } */

  .affitag .link:nth-child(2) a {
    text-decoration: none;
  }

  /* .affitag .link:nth-child(2) a:after {
    display: none;
  } */

  /* 詳しくはこちら */
}

/* コンテンツブロッカー対策 */
.affitag {
  position: relative;
  overflow: hidden;
  min-height: 5rem;
}

.affitag:after {
  content: "正しく表示するにはコンテンツブロッカーをOFFにしてください";
  position: absolute;
  z-index: -2;
  font-size: var(--fzs);
  color: #aaa;
  top: 6px;
  left: 4px;
}

.affitag .link {
  position: relative;
}

.affitag .link:after {
  content: "";
  display: block;
  width: 200%;
  height: 300%;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -20px;
  background: #fff;
}

/* affi-bnr */
.affi-bnr {
  text-align: center;
}

.affi-bnr a img {
  width: 100%;
  margin: auto;
}

.affi-bnr a:hover img {
  opacity: 0.7;
}

@media (min-width: 700px) {
  .affi-bnr a img {
    max-width: 600px;
  }
}

/* adsense */
.ad-label {
  font-size: var(--fzs);
}

.article .ad-label:before {
  content: "（記事は下へ続きます）";
  display: block;
  color: #aaa;
}

.article .article-footer .ad-label:before, .home.page .ad-label:before {
  display: none;
}

.ad-area {
  overflow: visible;
}

/* アプリーチ */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
  border: var(--dash) !important;
  border-right: none !important;
  border-left: none !important;
}

.appreach:after {
  content: "";
  display: block;
  clear: both;
}

.appreach p {
  margin: 0;
}

.appreach a:after {
  display: none;
}

.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}

.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}

.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}

.appreach__name {
  font-size: var(--fzl);
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}

.appreach__info {
  font-size: 12px !important;
}

.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}

.appreach__posted a {
  margin-left: 0.5em;
}

.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}

.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}

.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}

.appreach__star__base {
  position: absolute;
  color: #737373;
}

.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}
