:root { /* カラーの定義 */
  --main-color: #e74c3c;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
	display: none !important;
}

:where(html) {
	-webkit-text-size-adjust: none;
}

@supports not (min-block-size: 100dvb) {
	:where(html) {
		block-size: 100%;
	}
}

@media (prefers-reduced-motion: no-preference) {
	:where(html:focus-within) {
		scroll-behavior: smooth;
	}
}

:where(body) {
	block-size: 100%;
	line-height: 1.5;
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
    vertical-align: middle;
}

:where(textarea) {
	resize: vertical;
	resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
	cursor: pointer;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(button) {
	border-style: solid;
}

:where(a) {
    text-decoration: none;
    color: var(--main-color);
	text-underline-offset: 0.2ex;
}

:where(ul, ol) {
	list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

:where(img, picture, svg) {
	max-inline-size: 100%;
	block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}

:where(h1, h2, h3) {
	line-height: calc(1em + 0.5rem);
}

:where(hr) {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

:where(:focus-visible) {
	outline: 2px solid var(--focus-color, Highlight);
	outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	border: 0 !important;
}
/*====================================

    Theme Name: Reframe
    Theme URL: http://gadget-touch.info/
    Version: 1.1.3
    Author: Kato Mizuki

    ----------------------------------
        Color Settings
    ----------------------------------

    Main     : #fefefe;
    Accent   : #e74c3c;

    ----------------------------------
        font
    ----------------------------------

    "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;

    ----------------------------------
        Structure
    ----------------------------------

    1. リセット
    2. 全体的なレイアウト
    3. ヘッダー
    4. div.Main
    5. 個別記事
    6. フッター
    7. メディアクエリ
        7.1 400px~
        7.2 640px~
        7.3 768px~
        7.4 900px~
        7.5 1400px~

    ----------------------------------
        Change Log
    ----------------------------------
    2023.05.07: Ver.1.0
    2023.05.08: Ver.1.0.1
    * .is-style-alartにスタイルを追加
    * おすすめ/マガジンリストのmarginを調整
    2023.05.14: Ver.1.0.2
    * おすすめ/マガジンリストの横スクロールバーにスタイルを追加
    2023.05.25: Ver.1.0.3
    * 特集記事のリンクを「写真と日常」->「カメラと写真」に変更
    2023.06.01: Ver.1.0.4
    * セール期間中用の特集記事リンクを追加。通常は無効化しておく。
    2023.07.02: Ver.1.0.5
    * 検索結果からカスタム投稿タイプを除外。
    2025.01.11: Ver.1.1
    * phpのアップデートに合わせてページナビを再構築
    * 同様の理由により一部のfunctions.phpを修正
    2025.11.11: Ver.1.1.1
    * 特定のタグを付けた記事に対してAdsenseを表示しないように対応
    * 同様の理由により一部のfunctions.phpを修正
    2026.01.06: Ver.1.1.3
    * Pocketのサービス終了につきシェアボタンを撤去
    * シェアボタンの最適化

====================================*/

/*===============================

    1. Reset

================================*/

body {
  line-height: 1;
}

:root {
	--scroll-bar-width: 0px;
  --font-default: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  --font-masthead: 'Raleway', sans-serif;
  --main-color: #e74c3c;
  --main-color-hover: #bf2718;
  --main-bgcolor: #fefefe;
  --main-txtcolor: #333333;
  --masthead-titlegradient: linear-gradient(135deg, var(--main-color) 0%, #f79568 75%);
  --color-amazon: #f90;
  --color-rakuten: #bf0000;
  --color-yahoo: #FF0027;
  --color-docomo: #c03;
  --color-au: #eb5505;
  --color-sb: #949599;
  --color-line: #00B900;
  --color-twitter: #0F1419;
  --color-fb: #1777f2;
  --color-ig: linear-gradient(135deg, #427eff 0%, #f13f79 70%);
  --color-blue: #007EE5;
}

p,
.main-entry-body ul,
.main-entry-body ol {
  margin: 1.6em 0;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

hr {
  display: block;
  width: 90%;
  margin: 1em auto;
  padding: 0;
  border: none !important;
  border-top: 2px solid #ccc !important;
}

.cf {
  zoom: 1;
}

.cf::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/*===============================

    2. 全体的なレイアウト

================================*/

body {
  font-family: var(--font-default);
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 1.75px;
  color: var(--main-txtcolor);
  background: var(--main-bgcolor);
  font-kerning: auto;
  font-variant-ligatures: none;
}

body::before {
  background-image: url(https://gadget-touch.info/wp-content/themes/Reframe/img/wave_fhd.svg);
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50dvh;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 8px;
}

body::-webkit-scrollbar-track{
  background: #fafafa;
}

body.noScroll {
  overflow: hidden;
}

.header,
.main {
  max-width: 1400px;
  margin: 0 auto;
}

.main-entry {
  max-width: 900px;
  margin: 0 auto;
}


/*
    2.1 フルスクリーン用のレイアウト設定
================================*/

.post-template-single-fullwidth .main {
  max-width: 100vw;
}

.post-template-single-fullwidth .main-entry {
  max-width: 100vw !important;
}


/*===============================

    3. ヘッダー

================================*/

.header-logo-img {
  max-width: 400px;
  margin: 60px auto 20px;
  transition: height .6s cubic-bezier(0.215, 0.61, 0.355, 1), margin .6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .6s;
  transition-delay: .4s, .4s, 0s;
}

.header nav {
  height: 0;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
	transition: height .6s cubic-bezier(0.215, 0.61, 0.355, 1), margin .6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .6s;
  transition-delay: .4s, .4s, 0s;
}

.header nav ul {
  display: flex;
  margin: 0;
  line-height: 1.8;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
}

.header nav ul li {
  height: auto;
  display: flex;
}

.header nav ul li a {
  color: #444c5e;
  display: block;
  font-weight: 800;
  padding: .8em 1em;
  transition: all .2s;
}

.header nav ul li a:hover {
  color: var(--main-color);
}

.header nav ul li a::after {
  border-bottom: solid 4px var(--main-color);;
  margin-top: 7px;
  content: "";
  display: block;
  width: 0;
  transition: all .2s;
}

.header nav ul li a:hover::after {
  width: 100%;
}

.header nav ul .current-menu-item a {
  color: var(--main-color) !important;
}

.header nav ul .current-menu-item a::after {
  border-bottom: solid 4px var(--main-color) !important;
  width: 100% !important;
}

/* :::::: toggle button :::::: */
#drawer {
	display: none;
}

label.open,
label.close {
	cursor: pointer;
	position: fixed;
}

.open {
	z-index: 2;
	top: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: var(--main-color);;
  opacity: 80%;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0, 0);
}

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

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

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

.open::after {
	transform: translateY(8px);
}

.close {
	z-index: 1;
	inset: 0;
	pointer-events: none;
	transition: background .6s;
}

#drawer:checked + .open {
	background: #3c82e7;
}

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

#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}

#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}

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

/* :::::: drawer menu :::::: */
.header-drawer {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
  max-width: 344px;
  height: 100vh;
	margin: 0;
	padding: 100px 10px 10px 10px;
	box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior-y: contain;
	background: rgba(51,51,51,0.95);
	transform: translateX(100%);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-drawer h2 {
	color: #fff;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: center;
}

.header-drawer-search {
  display: flex;
  align-items: center;
  border-radius: 25px;
  overflow: hidden;
}

.header-drawer-search input {
  width: 250px;
  height: 45px;
  padding: 5px 15px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 1em;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.header-drawer-search input::placeholder {
  color: #767d83;
}

.header-drawer-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: var(--main-color);
  cursor: pointer;
}

.header-drawer-search button::after {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}

.header-drawer nav {
	margin-top: 40px;
}

.header-drawer li {
	line-height: 1.4;
}

.header-drawer li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}

.header-drawer a {
	display: block;
	padding: 1em 2em;
	color: #fff;
  font-weight: bold;
	transition: background .6s;
}

.header-drawer a:hover {
	background: rgb(51, 51, 51);
}

#drawer:checked ~ .header-drawer {
	transform: none;
}


/*===============================

    4. div.Main

================================*/

/*
    4.0 記事レイアウト
================================*/


.main-entries-list {
  display: grid;
  padding: 0 6vw;
  gap: 40px;
  margin-bottom: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.main-entries-list article,
.main-pickups article,
.entry-related-inner article {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  max-width: 380px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
	transition: opacity 0.5s;
}

.main-entries-list article a,
.main-pickups article a {
  color: var(--main-color);
}

.article-a {
  display: block;
  flex-grow: 1;
  font-size: 100%;
}

.article-a:hover h2,
.article-a:hover span {
  color: var(--main-color);
}

.article-a:hover img {
  transform: scale(1.2);
}

.article-thumb {
  overflow: hidden;
  margin: 0;
}

.article-a img {
  display: block;
  transition: all .3s;
}

.article-title {
  display: block;
  padding: 15px;
  color: var(--main-txtcolor);
  line-height: 1.5;
  transition: all .3s;
  font-size: 100%;
}

.article-meta {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: 0.8em;
  padding: 10px 15px;
  border-top: 1px solid #e6e6e6;
  color: #797979;
}

.article-meta i {
  font-size: 1em;
}

.article-meta-cat {
  margin-left: 5px;
}

.article-meta-cat::before {
  content: "/ ";
}

.article-meta-cat a:hover {
  text-decoration: underline;
}

.main-aside-title,
.entry-related-title,
.aboutblog-masthead,
.entry-writer-name {
  display: block;
  max-width: fit-content;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 700;
  font-size: 2.2em;
  background-color: var(--main-color);
  background-image: var(--masthead-titlegradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.main-entries .main-aside-title {
  margin: 0 0 10px 3vw;
}


/*
    4.1 ページナビゲーション
================================*/

.main-entries-nav {
  width: 100%;
  margin: 0 auto;
}

.main-nav-container {
  max-width: 400px;
  margin: 0 auto 40px auto;
  line-height: 15px;
  display: flex;
  justify-content: space-around;
}

.main-nav-container span,
.main-nav-container a {
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: normal;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  color: var(--main-color);
  transition: all 0.3s;
}

.main-nav-container span.dots {
	color: var(--txt-color);
}

.main-nav-container a:hover {
  color: #fff;
  background: var(--main-color);
  transform: scale(1.2);
}

.main-nav-container .current {
  padding: 10px;
  color: #fff;
  background: var(--main-color);
  transform: scale(1.2);
}


/*
    4.2 人気・おすすめ記事
================================*/
.main-aside {
  margin: 0 0 20px 3vw;
}

.main-ad {
  display: block;
  margin: 20px 0 !important;
}

.main-ad-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-pickups,
.main-stories {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.main-pickups::-webkit-scrollbar,
.main-stories::-webkit-scrollbar {
  height: 5px;
}

.main-pickups::-webkit-scrollbar-thumb,
.main-stories::-webkit-scrollbar-thumb {
  background: var(--masthead-titlegradient);
  border-radius: 8px;
}

.main-pickups::-webkit-scrollbar-track,
.main-stories::-webkit-scrollbar-track {
  background: #fafafa;
}

.main-pickups article,
.main-stories div {
  margin: 0 20px 20px 0;
  flex: 0 0 90%;
  max-width: 320px;
  background-color: #fff;
}

.main-pickups article:first-of-type {
  margin: 0 20px 20px 20px;
}
.main-stories div:first-of-type {
  margin: 10px 20px 20px 20px;
}

.main-stories div {
  margin: 10px 20px 20px 0;
  max-width: 250px;
  background-color: transparent;
}

.main-stories div img {
  transition: all 0.3s;
}

.main-stories div a:hover img {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
  transform: translateY(-5px);
}

.stories-desc,
.stories-title {
  display: block;
}

.stories-desc {
  display: block;
  padding: 20px 0 5px 0;
  margin: 0 0 0 2px;
  line-height: 1;
  font-size: 12px;
}

.stories-title {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  padding-top: 7px;
}

.main-aside-btn {
  display: block;
  font-size: 18px;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  font-weight: 800;
  padding: 13px;
  transition: all .3s;
  border-radius: 30px;
}

.main-aside-btn:hover {
  color: #fff;
  background: var(--main-color-hover);
}

/*
    4.3 Masthead
================================*/

.main-aside-about {
  margin: 0 0 20px 0;
}

.main-aboutblog,
.main-entry-writer {
  max-width: 900px;
  margin: 0 auto;
  padding: 6vw;
  border-radius: 25px;
}

.aboutblog-masthead {
  font-weight: 800;
  font-size: 28px;
  margin: 0 auto 10px auto;
}

.aboutblog-masthead span {
  display: inline-block;
}

.aboutblog-desc {
  display: block;
}

.aboutblog-buttons {
  display: grid;
  max-width: 650px;
  gap: 20px;
  margin: 20px auto 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.aboutblog-search {
  display: flex;
  max-width: 650px;
  align-items: center;
  overflow: hidden;
  border: 2px solid #dfe1e5;
  border-radius: 25px;
  margin: 40px auto 0;
  height: 0;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  transition-delay: .4s, .4s, 0s;
  transition: height .6s cubic-bezier(0.215, 0.61, 0.355, 1), margin .6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .6s;
}

.aboutblog-search:hover {
  border: 2px solid var(--main-color);
  /* box-shadow: 0 1px 6px rgb(32 33 36 / 28%); */
}

.aboutblog-search::before {
  width: 45px;
  height: 15px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%23e74c3c%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}

.aboutblog-search input {
  width: 600px;
  height: 50px;
  padding: 5px 25px 5px 0;
  border: none;
  box-sizing: border-box;
  outline: none;
}

/*===============================

    5. 個別記事

================================*/

/*
    5.0 個別記事レイアウト
================================*/

.main-entry-container {
  padding: 1vw 6vw 30px;
  margin: 20px 0;
  background: rgba(255,255,255,0.65);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

body.archive .main-entry-container {
  margin: 0 0 60px 0;
}

.main-entry-footer {
  margin-top: 20px;
}

.type-page .main-entry-body {
  margin-bottom: 60px;
}

.entry-body-advertise {
  margin: 40px 0;
}

.post-template-single-fullwidth .main-entry-container {
  max-width: 100% !important;
  margin: 20px auto;
  padding: 1vw 6vw;
  background: none !important;
  background: rgba(255,255,255,0.65) !important;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.post-template-single-fullwidth .main-entry-container > * {
  max-width: 900px;
  margin: 0 auto;
}


/*
    5.1 個別記事ヘッダー
================================*/
.main-entry-header {
  position: relative;
  display: flex;
  flex-direction : column;
  margin-bottom: -1.5em;
}

.entry-header-category {
  position: absolute;
  margin-top: -20px;
}

.entry-header-category a {
  display: inline-block;
  padding: 5px 15px;
  color: #333;
  background: rgba(255,255,255,0.85);
  border: solid 1px #e9eff3;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s;
}

.entry-header-category a:hover {
  color: #fff;
  background: var(--main-color);;
}

.entry-header-title {
  font-size: 18px;
  margin-top: 40px;
}

body.archive .entry-header-title {
  margin: 40px 0;
}

.entry-header-meta {
  margin: 10px 0 20px;
  font-size: 12px;
  line-height: 2;
}

.entry-header-time {
  display: inline-block;
}

.entry-header-time i {
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.header-time-mod:before {
  content: "/";
  margin: 0 7px 0 3px;
}

.entry-header-share,
.entry-footer-share {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.entry-header-share li,
.entry-footer-share li {
  margin: 0;
  padding: 0;
  flex-basis: calc(100% / 4.4);
  text-align: center;
  font-size: 22px;
}

.entry-header-share a,
.entry-footer-share a {
  height: 40px;
  line-height: 2;
  margin: 0 auto;
  background-color: #fff;
  border: solid 2px #e9eff3;
  color: var(--main-txtcolor);
  border-radius: 15px;
  transition: all .2s;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry-header-share a svg {
  height: 25px;
  width: 25px;
}

.entry-header-share a:hover svg,
.entry-footer-share a:hover svg  {fill: #fff;}

.entry-share-twi a:hover {background-color: var(--color-twitter);}
.entry-share-fb a:hover {background-color: var(--color-fb);}
.entry-share-htn a:hover {background-color: #008fde;}
.entry-share-ril a:hover {background-color: #ef3f56;}
.entry-share-line a:hover {background-color: var(--color-line);}

/*
    5.2 TOCプラグイン
================================*/
#toc_container {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  border: solid 2px #e9eff3;
}

#toc_container .toc_title {
  position: relative;
  margin: 0 0 10px 0 !important;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 1.5em;
  background-color: var(--main-color);
  background-image: var(--masthead-titlegradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#toc_container .toc_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: var(--masthead-titlegradient);
}

#toc_container ul,
#toc_container ol {
  margin: 0;
}

#toc_container ul li {
  position: relative;
  margin-bottom: 0 !important;
  padding-left: 35px;
}

#toc_container ul li:before {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 8px;
  height: 8px;
  content: "";
  vertical-align: bottom;
  border-radius: 25px;
  background-color: var(--main-color);;
}

#toc_container ul li ul li:before {
 background-color: #ef8b80;
}

.toc_list li {
  list-style: none;
}

.toc_list li ul li:last-child {
  border-bottom: none;
}

.toc_list li ul li span {
  margin-right: 30px;
}

.toc_list span {
  margin: 0 20px 0 10px;
}

.toc_list li a {
  display: block;
  padding: 2px 0 2px 0;
  color: var(--main-txtcolor);
}

.toc_list li a:hover {
  text-decoration: none;
  color: var(--main-color);;
}


/*
    5.3 基本的な装飾
================================*/

.main-entry-body p {
  max-width: 800px;
  margin: 1.5em auto;
} /* 要確認 */

.main-entry-body a:hover {
  text-decoration: underline;
}

.main-entry-body h2 {
  font-size: 20px;
  position: relative;
  padding: .5em 1.2em;
  color: #333333;
}

.main-entry-body h2::before,
.main-entry-body h2::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: '';
}

.main-entry-body h2::before {
  top: calc(50% - 3px);
  left: 0;
  border: 2px solid var(--main-txtcolor);
}

.main-entry-body h2::after {
  top: calc(50% + 3px);
  left: 5px;
  border: 2px solid var(--main-color);
}

.main-entry-body h3 {
  font-size: 18px;
  margin: 2em 0 15px 0;
  padding: 5px 0;
  border-bottom: 3px solid;
  border-image: var(--masthead-titlegradient);
  border-image-slice: 1;
}

.main-entry-body h4 {
  font-size: 16px;
  margin: 2em 0 15px 0;
  padding: 5px 0;
  border-bottom: 3px solid var(--main-txtcolor);
}

.main-entry-body .text-marker {
  background: linear-gradient(to top, #eaeb16 40%, transparent 40%);
  font-weight: bold;
}

.main-entry-body img {
  max-width: 100%;
  margin: 2em auto;
}

body.archive .main-entry-body img {
  margin: 0;
}

.main-entry-body .size-wide-image,
.main-entry-body .size-full-image {
	margin: 0 -6vw 0 -6vw;
}

.post-template-single-fullwidth .size-full-image {
	margin-right: calc(50% - 50vw + var(--scroll-bar-width) / 2);
	margin-left: calc(50% - 50vw + var(--scroll-bar-width) / 2);
}

.post-template-single-fullwidth .size-full-image img {
	width: calc(100vw - var(--scroll-bar-width));
}

.main-entry-body img.size-screenshot,
.main-entry-body img.size-vertical,
.main-entry-body figure.size-screenshot,
.main-entry-body figure.size-vertical {
  max-width: 70%;
  margin: 2em auto;
}

.main-entry-body .wp-caption-text,
.wp-block-image figcaption {
  font-style: italic;
  font-size: 12px;
  text-align: center;
  margin: 1em auto 1.5em auto;
}

/* メリット・デメリット */
.main-entry-body .has-background {
  margin: 1.5em 0;
  padding: 1vw 3vw;
  border-radius: 15px;
}

.main-entry-body .has-background p {
  margin: 1em auto 1em auto;
}

.main-entry-body .has-background p+ul,
.main-entry-body .has-background p+ol {
  margin: 0 auto 1em auto;
}

.main-entry-body .has-merit-background-color {
  background: #cef0ea;
  color: #004034; 
  border: solid 2px rgba(0,64,52,.5);
}

.main-entry-body .has-demerit-background-color {
  background: #ffdddd;
  color: #880101; 
  border: solid 2px rgba(136,1,1,.5);
}

.main-entry-body .has-lightgray-background-color {
  background: #fefefe;
  border: solid 2px #e9eff3;
}

.main-entry-body .has-darkgray-background-color {
  background: #f8f8f8;
  border: solid 2px #e9eff3;
}

/* リスト */
.main-entry-body ul,
.main-entry-body ol {
  max-width: 800px;
  margin: 1.5em auto;
}

.main-entry-body ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 35px;
}

.main-entry-body .has-merit-background-color li:before {
  background-color: #004034;
}

.main-entry-body .has-demerit-background-color li:before {
  background-color: #880101;
}

.main-entry-body li:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  content: "";
  vertical-align: bottom;
  border-radius: 25px;
  background-color: var(--main-color);
}

.main-entry-body ul.blocks-gallery-grid,
.main-entry-body ul.wp-block-gallery {
  max-width: 100%;
  margin: 0 auto;
}

.main-entry-body ul.blocks-gallery-grid li,
.main-entry-body ul.wp-block-gallery li {
  padding-left: 0;
}

.main-entry-body ul.blocks-gallery-grid li img,
.main-entry-body ul.wp-block-gallery li img {
  margin: 0 auto;
}

.main-entry-body ul.blocks-gallery-grid li:before,
.main-entry-body ul.wp-block-gallery li:before {
  position: static;
  content: none;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.main-entry-body ol {
  counter-reset: li-single;
}

.main-entry-body ol li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 45px;
}

.main-entry-body ol li:before {
  font-size: 15px;
  line-height: 1.7;
  position: absolute;
  top: 1px;
  left: 10px;
  width: 26px;
  height: 26px;
  content: counter(li-single);
  counter-increment: li-single;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: var(--main-color);;
}

/* 追記 */
.main-entry-body .post-script,
.main-entry-body .is-style-alart {
  padding: 10px;
  color: #d1475e;
  background: #fdf7f8;
  box-shadow: inset 1px 1px 0 #e996a4, inset -1px -1px 0 #e996a4;
}

/* 引用 */
.main-entry-body blockquote:before {
  display: inline-block;
  position: absolute;
  left: 1.5em;
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23b3b3b3%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}

.main-entry-body blockquote {
  position: relative;
  margin: 20px auto;
  max-width: 800px;
  padding: 20px;
  border-radius: 15px;
  background: var(--main-bgcolor);
  border: solid 1px #e9eff3;
}

.main-entry-body blockquote p {
  margin: 2.5em auto 1.5em auto;
}

.main-entry-body blockquote .cite {
  margin-bottom: 0;
  padding-top: .8rem;
  color: #737373;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

/* コード */
.main-entry-body code {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: #06c;
  font-family: "Courier New", Monaco, Courier, Mono-Space, monospace;
  margin: 0 3px;
  padding: 0 5px;
  vertical-align: top;
  white-space: nowrap;
}

.b_articleBody__table,
.wp-block-table table {
  border-top: 1px solid #f08c82;
  border-right: 1px solid #f08c82;
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.b_articleBody__table th,
.wp-block-table th,
.wp-block-table th,
.is-style-specs table tr td:first-child {
  background-color: #fadcd9;
}

.b_articleBody__table th,
.b_articleBody__table td,
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #f08c82 !important;
  padding: 8px 10px !important;
}

.b_articleBody__table tr th:first-of-type,
.b_articleBody__table tr td:first-of-type {
  white-space: nowrap;
}

/* リンク */
.main-entry-body .via-link a:before {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2215%22%20height%3D%2215%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23e74c3c%22%20d%3D%22M15.3%208.7c2.8%202.8%202.8%207.3%200%2010.1l-3.1%203.1c-2.8%202.8-7.3%202.8-10.1%200s-2.8-7.3%200-10.1l1.7-1.7c.5-.5%201.3-.2%201.3.5%200%20.8.2%201.7.5%202.5.1.3%200%20.6-.2.8l-.6.6c-1.3%201.3-1.4%203.5-.1%204.8%201.3%201.3%203.5%201.3%204.8%200l3.1-3.1c1.3-1.3%201.3-3.5%200-4.8-.2-.2-.3-.3-.5-.4-.2-.1-.3-.4-.3-.6%200-.5.2-1%20.5-1.4l1-1c.3-.3.7-.3%201-.1.4.2.7.5%201%20.8zm6.6-6.6c-2.8-2.8-7.3-2.8-10.1%200L8.7%205.2C6%208%205.9%2012.5%208.7%2015.3c.3.3.6.6%201%20.8.3.2.7.2%201-.1l1-1c.4-.4.6-.9.5-1.4%200-.2-.1-.5-.3-.6-.1-.1-.3-.2-.5-.4-1.3-1.3-1.3-3.5%200-4.8l3.1-3.1c1.3-1.3%203.5-1.3%204.8%200%201.3%201.3%201.3%203.5-.1%204.8l-.6.6c-.2.2-.3.5-.2.8.3.8.4%201.6.5%202.5%200%20.7.8%201%201.3.5l1.7-1.7c2.8-2.8%202.8-7.3%200-10.1z%22%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E');
}

.main-entry-body .via-link a {
  display: block;
  box-sizing: border-box;
  max-width: 700px;
  margin: 1.6em auto;
  padding: 10px 20px;
  border-radius: 15px;
  background: #fff;
  border: solid 2px #e9eff3;
}


.main-entry-body .via-link a:hover,
.sh-box a:hover {
  text-decoration: none;
  background: #fceceb;
}

/* 埋め込みレスポンシブ */
.main-entry-body .embed-container {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
}

.main-entry-body .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.main-entry-body .twitter .twitter-tweet,
.wp-block-embed-twitter .twitter-tweet {
  margin: 1.6em auto !important;
}

/* 白背景ボックス */
.main-entry-body .entry-body-whitebox {
  margin: 20px auto;
  max-width: 700px;
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  border: solid 2px #e9eff3;
}

.main-entry-body .entry-body-borderbox {
  border: solid 1px var(--main-color);;
  max-width: 700px;
  margin: 0 auto;
}

.main-entry-body .body-borderbox-title {
  background: var(--main-color);;
  color: #fff;
  font-weight: 800;
  padding: 5px 20px;
}

.main-entry-body .body-borderbox-inner {
  padding: 20px;
}

.main-entry-body .entry-body-whitebox span,
.main-entry-body .body-borderbox-inner span {
  display: block;
  margin-bottom: 10px;
}

.main-entry-body .entry-body-whitebox > ul,
.main-entry-body .entry-body-whitebox > ol,
.main-entry-body .body-borderbox-inner > ul,
.main-entry-body .body-borderbox-inner > ol {
  margin: 0 auto;
}

.entry-body-hdnbox {
  margin: 1.6em 0;
}

.entry-body-hdnbox label {
  display: block;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background: var(--main-color);;
  color: #fff;
  cursor :pointer;
}

.entry-body-hdnbox label:hover {
  background: var(--main-color-hover);
}

.entry-body-hdnbox input {
  display: none;
}

.entry-body-hdnbox .hdnbox {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.entry-body-hdnbox input:checked ~ .hdnbox {
  padding: 1.6em 0 0;
  height: auto;
  opacity: 1;
}

/*
    5.4 各種購買リンク
================================*/
.kaerebalink-box,
.booklink-box,
.rinker-box,
.ah-box,
.sh-box a {
  line-height: 1.5rem;
  display: flex;
  overflow: hidden;
  max-width: 700px;
  margin: 20px auto 20px auto;
  padding: 20px;
  border-radius: 15px;
  background: var(--main-bgcolor);
  justify-content: space-evenly;
  flex-wrap: wrap;
  border: solid 2px #e9eff3;
  box-sizing: border-box;
}

.kaerebalink-box,
.booklink-box {
  justify-content: space-evenly;
}

.ah-image,
.ah-image-media {
  flex-basis: 35%;
}

.kaerebalink-image,
.booklink-image,
.rinker-image {
  flex-basis: 60%;
}

.kaerebalink-image img,
.booklink-image img,
.ah-image-media img,
.rinker-image img,
.ah-image img,
.sh-image img {
  margin: 0 auto 20px !important;
}

.ah-info {
  flex-basis: 61%;
}

.kaerebalink-info,
.booklink-info,
.rinker-detail,
.sh-detail {
  flex-basis: 100%;
}

.sh-detail-il:before,
.sh-detail-el:before {
  display: block;
  font-size: 10px;
  color: #f8f8f8;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  width: 8em;
  box-sizing: border-box;
}

.sh-detail-il:before {
  background: var(--main-color);;
  content: '関連記事';
}

.sh-detail-el:before {
  background: var(--main-txtcolor);
  content: '外部リンク';
}

.sh-title {
  font-size: 14px;
}

.sh-excerpt {
  display: none;
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.1rem;
  color: var(--main-txtcolor);
}

.sh-url:before {
  font-size: 10px;
  color: #f8f8f8;
  font-weight: 400;
  text-align: center;
  margin-right: 10px;
  padding: 5px;
  width: 6em;
  background: var(--main-txtcolor);
  content: 'URL';
  box-sizing: border-box;
}

.sh-url {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  color: var(--main-txtcolor);
  overflow: hidden;
}

.kaerebalink-name a,
.booklink-info a,
.rinker-title a,
.ah-info a {
  font-size: 14px;
  line-height: 1.7;
}

.kaerebalink-powered-date,
.booklink-powered-date,
.kaerebalink-powered-date a,
.booklink-powered-date a,
.kaerebalink-detail,
.booklink-detail,
.rinker-brand,
.rinker-price,
.rinker-release,
.rinker-date,
.ah-cat,
.ah-price {
  font-size: 12px;
}

.rinker-link {
  margin-top: 10px;
}

.rinker-link img {
    display: none !important;
}

.shoplinkamazon,
.shoplinkkindle,
.shoplinkrakuten,
.link-amazon,
.link-rakuten,
.link-rakuten-ichiba,
.link-yahoo,
.link-freelink1,
.link-freelink2 {
  margin: 5px 10px;
}

.shoplinkamazon a,
.shoplinkkindle a,
.shoplinkrakuten a,
.ah-link a,
.link-amazon a,
.link-rakuten a,
.link-rakuten-ichiba a,
.link-yahoo a,
.link-freelink1 a,
.link-freelink2 a {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
}

/* ボタンのデザイン */

.entry-body-btn a,
.wp-block-button a {
  display: block;
  box-sizing: border-box;
  max-width: 700px;
  border-radius: 25px !important;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  background: var(--main-color);;
}

.entry-body-btn a:hover,
.wp-block-button a:hover {
  background: var(--main-color-hover);
}

.wp-block-buttons .wp-block-button {
  display: inline !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.is-style-outline a {
  color: var(--main-color) !important;
}

.shoplinkamazon a,
.shoplinkkindle a,
.link-amazon a,
.entry-body-btn a[href*="amazon.co.jp"],
.entry-body-btn a[href*="amzn.to"],
.wp-block-button a[href*="amazon.co.jp"],
.wp-block-button a[href*="amzn.to"] {
  background: var(--color-amazon);
}

.shoplinkamazon a:hover,
.shoplinkkindle a:hover,
.link-amazon a:hover,
.entry-body-btn a[href*="amazon.co.jp"]:hover,
.entry-body-btn a[href*="amzn.to"]:hover,
.wp-block-button a[href*="amazon.co.jp"]:hover,
.wp-block-button a[href*="amzn.to"]:hover {
  background: #b36b00;
}

.shoplinkrakuten a,
.link-rakuten a,
.link-rakuten-ichiba a,
.entry-body-btn a[href*="rakuten.co.jp"],
.wp-block-button a[href*="rakuten.co.jp"] {
  background: var(--color-rakuten);
}

.shoplinkrakuten a:hover,
.link-rakuten a:hover,
.link-rakuten-ichiba a:hover,
.entry-body-btn a[href*="rakuten.co.jp"]:hover,
.wp-block-button a[href*="rakuten.co.jp"]:hover {
  background: #730000;
}

.link-yahoo,
.btn-yahoo a,
.is-style-btn-yahoo a {
  background: var(--color-yahoo);
}

.link-yahoo a:hover,
.btn-yahoo a:hover,
.is-style-btn-yahoo a:hover  {
  background: #b3001b;
}

.link-freelink2 a {
  background: #0097ab;
}

.link-freelink2 a:hover {
  background: #00535f;
}

.btn-docomo a,
.is-style-btn-docomo a {
  background: var(--color-docomo);
}

.btn-docomo a:hover,
.is-style-btn-docomo a:hover {
  background: #800020;
}

.btn-au a,
.is-style-btn-au a {
  background: var(--color-au);
}

.btn-au a:hover,
.is-style-btn-au a:hover {
  background: #a03a03;
}

.btn-sb a,
.is-style-btn-sb a {
  background: var(--color-sb);
}

.btn-sb a:hover,
.is-style-btn-sb a:hover {
  background: #6e6f73;
}

.btn-black a,
.is-style-btn-black a {
  background: #3d3d3d;
}

.btn-black a:hover,
.is-style-btn-black a:hover {
  background: #000;
}

.btn-green a,
.is-style-btn-green a {
  background: var(--color-line);
}

.btn-green a:hover,
.is-style-btn-green a:hover {
  background: #006d00;
}

.btn-blue a,
.is-style-btn-blue a {
  background: var(--color-blue);
}

.btn-blue a:hover,
.is-style-btn-blue a:hover {
  background: #005499;
}


.ah-link {
  padding: 20px 10px 0;
  flex-basis: 100%;
}

.ah-link a:before {
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased;
  content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2215%22%20height%3D%2215%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.3%208.7c2.8%202.8%202.8%207.3%200%2010.1l-3.1%203.1c-2.8%202.8-7.3%202.8-10.1%200s-2.8-7.3%200-10.1l1.7-1.7c.5-.5%201.3-.2%201.3.5%200%20.8.2%201.7.5%202.5.1.3%200%20.6-.2.8l-.6.6c-1.3%201.3-1.4%203.5-.1%204.8%201.3%201.3%203.5%201.3%204.8%200l3.1-3.1c1.3-1.3%201.3-3.5%200-4.8-.2-.2-.3-.3-.5-.4-.2-.1-.3-.4-.3-.6%200-.5.2-1%20.5-1.4l1-1c.3-.3.7-.3%201-.1.4.2.7.5%201%20.8zm6.6-6.6c-2.8-2.8-7.3-2.8-10.1%200L8.7%205.2C6%208%205.9%2012.5%208.7%2015.3c.3.3.6.6%201%20.8.3.2.7.2%201-.1l1-1c.4-.4.6-.9.5-1.4%200-.2-.1-.5-.3-.6-.1-.1-.3-.2-.5-.4-1.3-1.3-1.3-3.5%200-4.8l3.1-3.1c1.3-1.3%203.5-1.3%204.8%200%201.3%201.3%201.3%203.5-.1%204.8l-.6.6c-.2.2-.3.5-.2.8.3.8.4%201.6.5%202.5%200%20.7.8%201%201.3.5l1.7-1.7c2.8-2.8%202.8-7.3%200-10.1z%22%2F%3E%0A%20%20%20%20%3C%2Fsvg%3E');
}

.ah-link a {
  max-width: 70%;
  margin: 0 auto;
  padding: 10px;
  background: var(--main-color);;
}

.ah-link a:hover {
  background: var(--main-color-hover);
}

.ah-image img {
  border-radius: 20px;
}

.gist-meta img {
  display: none;
}


/*
    5.5 記事フッター
================================*/

.entry-footer-stories a {
  font-size: 12px;
  margin: 10px 10px 0 0;
  display: inline-block;
  padding: 5px 15px;
  color: var(--main-txtcolor);
  background: rgba(255,255,255,0.85);
  border: solid 2px #e9eff3;
  border-radius: 30px;
  font-weight: 400;
  transition: all 0.3s;
}

.entry-footer-stories a.tag-recommend {
  display: none;
}

.entry-footer-stories a:before {
  content: "#";
}

.entry-footer-stories a:hover {
  color: #fff;
  background: var(--main-color);;  
}

.main-entry-related {
  margin-bottom: 20px;
}

.post-template-single-fullwidth .main-entry-related {
  max-width: 900px;
  margin: 0 auto;
}

.entry-related-title {
  margin: 40px 0 20px 20px;
}

.entry-related-inner {
  display: grid;
  padding: 0 20px;
  gap: 20px;
  margin-bottom: 40px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.entry-related-inner article {
  max-width: 350px;
}

.entry-related-inner .article-meta-cat {
  display: none;
}

.entry-footer-advertise {
  margin-top: 20px;
}

/*
    5.6 著者情報
================================*/

.main-entry-writer {
  margin-top: 40px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
  padding: 2em;
  border-radius: 25px;
}

.entry-writer-image {
  display: flex;
  align-items: center;
  flex-basis: 30%;
}

.entry-writer-image img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
}

.entry-writer-info {
  flex-basis: 65%;
}

.entry-writer-name {
  font-family: var(--font-default);
  margin: 10px auto 0;
  font-size: 2em;
}

.entry-writer-desc {
  margin: 0.5em 0 1.6em 0;
}

.entry-writer-sns {
  display: flex;
  justify-content: center;
  gap: 0 15px;
}

.entry-writer-sns a {
  transition: all 0.3s;
}

.entry-writer-sns a:hover {
  box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
  transform: translateY(-5px);
}

.writer-sns-twitter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: var(--color-twitter);
}

.writer-sns-twitter path {
  fill: #fff;
}

.writer-sns-ig {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: none;
  border-radius: 50%;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: var(--color-ig) no-repeat;
}

/*===============================

    6. フッター

================================*/

.footer {
  width: 100%;
  margin-top: 40px;
  padding: 40px 8vw 20px;
  background-color: rgba(255,255,255,0.6);
  color: var(--main-txtcolor);
}

/* 新デザイン

.footer {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
  padding: 2em;
  border-radius: 25px;
}
*/

.footer a {
  color: var(--main-txtcolor);
}

.footer-inner {
  max-width: 1400px;
  margin: 20px auto;
}

.footer-social {
  margin-top: 20px;
}

.footer-social {
  display: flex;
  justify-content: space-evenly;
}

.footer-social div {
  height: fit-content;
  font-size: 24px;
  text-align: center;
}

.footer-social div svg {
  margin: 0 auto;
}

.footer-social div a:hover path {
  fill: #818181;
}

.footer-social-rss svg {
  margin-top: 2px !important;
}

.menu-footer-navi-container ul li {
  margin-top: 5px;
  display: block;
  text-align: center;
}

.menu-footer-navi-container ul li a:hover {
  text-decoration: underline;
}

.footer small {
  display: block;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fcfcfc;
  text-align: center;
  font-size: 12px;
}

.footer small span {
  display: inline-block;
}

/*===============================

    7. メディアクエリ

================================*/

@media screen and (min-width: 400px) {
  .header-logo-img {
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 450px) {
  .sh-box a {
    justify-content: space-between;
  }

  .sh-image,
  .rinker-image {
    flex-basis: 30%;
  }

  .sh-detail,
  .rinker-detail {
    flex-basis: 65%;
  }

  .sh-image img,
  .rinker-image img {
    margin: 0 auto !important;
  }

  .rinker-box {
    justify-content: space-between;
  }
}

@media screen and (min-width: 640px) {
  .aboutblog-masthead {
    font-size: 2.5em;
  }

  .aboutblog-desc {
    text-align: center;
  }

  .sh-excerpt {
    display: block;
  }

  .main-entry-writer {
    display: flex;
    justify-content: space-between;
  }

  .entry-writer-name {
    margin: 0;
  }
  
  .entry-writer-sns {
    justify-content: normal;
  }
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
  }

  .header nav {
		height: 70px;
		margin-top: 0;
    opacity: 100%;
    pointer-events: auto;
		transition-delay: 0s, 0s, .4s;
  }

  .open {
    transform: translate(0, -150%);
  }

  #drawer:checked + .open {
    transform: translate(250px, 0);
  }

  .main-aside-title,
  .main-entries .main-aside-title {
    margin: 0 3vw;
    font-size: 2.5em;
  }

  .main-aside {
    margin: 0 0 20px 0;
  }

  .main-aside-about {
    margin: 0 3vw 20px 3vw;
  }

  .main-aboutblog {
    padding: 3vw 6vw;
  }

  .main-pickups,
  .main-stories {
    margin: 0 3vw;
    justify-content: space-between;
  }

  .main-stories div {
    max-width: 290px;
  }

  .aboutblog-search {
    height: 50px;
    margin-top: 20px;
    opacity: 1;
    pointer-events: all;
    transition-delay: 0s, 0s, .4s;
    transition: all 0.3s;
  }

  .main-entries-list {
    padding: 0 40px;
  }

  .archive .main > div:first-child,
  .search .main > div:first-child {
    margin-top: 20px;
  }

  .entry-header-title {
    font-size: 26px;
  }

  .entry-header-meta {
    font-size: 14px;
  }

  .entry-header-share a,
  .entry-footer-share a {
    height: 50px;
    line-height: 2.5;
  }

  .main-entry-container {
    background: rgba(255,255,255,1);
    padding: 0 30px 30px;
  }

  .post-template-single-fullwidth .main-entry-container {
    padding: 0 30px 30px;
  }

  .main-entry-body .size-wide-image,
  .post-template-default .size-full-image {
    margin: 0 -30px 0 -30px;
  }

  .main-entry-body .video-container {
    margin: 0;
  }

  .footer {
    padding: 40px;
  }

  .footer-inner {
    display: flex;
    justify-content: space-between;
  }

  .footer-inner:first-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid #fcfcfc;
  }

  .footer-desc {
    padding: 0;
    flex-basis: 70%;
  }

  .footer-social {
    margin-top: 0;
    padding: 0;
    flex-basis: 30%;
  }

  .menu-footer-navi-container {
    flex: 1;
  }

  .menu-footer-navi-container ul li {
    display: inline-block;
    margin-right: 10px;
  }

  .footer small {
    padding-top: 0;
    margin-top: 7px;
    border-top: none;
  }
}

@media screen and (min-width: 900px), print {
  .main-aboutblog {
    padding: 0;
  }

  .post-template-single-fullwidth .main-entry-container > * {
    padding: 0 30px;
  }

  .post-template-default .main-entry-container,
  .page-template-default .main-entry-container,
  body.archive .main-entry-container {
    border-radius: 15px;
  }

  .entry-related-title {
    margin: 40px 0 20px 0;
  }

  .entry-related-inner {
    padding: 0;
  }
}

@media screen and (min-width: 1400px), print {
  .main-pickups {
    margin: 0;
    overflow-x: hidden;
  }

  .main-entries-list {
    padding: 0;
  }

  .main-stories {
    margin: 0;
  }

  .main-aside-title,
  .main-entries .main-aside-title {
    margin: 0 1vw;
  }
}