/* <system section="theme" selected="10257846132690957889"> */
@charset "UTF-8";
/**!
  Theme Border
  Theme URI: https://blog.hatena.ne.jp/-/store/theme/10257846132690957889
  Responsive: yes
  Author: Askthewind’s diary
  Description: レスポンシブデザインに対応したはてなブログ用デザインテーマです。
  License: Released under the GPL.
*/

/* ==========================================================================
/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
/* Vendor Prefix and IE other than text-size-adjust CSS that removed
/* Document
   ========================================================================== */
/**
 * 1. line-heightを1.15で設定。
 * 2. iOSで向きが変わってもフォントサイズが調整されないようにする。
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100% /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * bodyのマージンを取り除く。
 */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0
}

/**
/* Chrome、Firefox、Safariで、sectionとarticleコンテキスト内のh1要素の
/* フォントサイズとマージンを修正する。
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0
}

/* Grouping content
   ========================================================================== */
/**
 * 1. preのmonospaceのフォントサイズがが縮小されるのを正しい表示に修正する。
 * 2. preのフォントサイズを1emで調整する。
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Chrome、Edge、Opera、Safariでtext-decorationを正しい表示に修正する。
 */
/**
 * Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; 
  text-decoration: underline dotted 
}

/**
 * Chrome、Edge、Safariでフォントの太さを調整する。
 */
/**
 * Add the correct font weight in Chrome, Edge,and Safari.
 */
b,
strong {
  font-weight: bolder
}

/**
 * 1. code,kbd,sampのmonospaceのフォントサイズがが縮小されるのを正しい表示に修正する。
 * 2. code,kbd,sampのフォントサイズを1emで調整する。
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em /* 2 */
}

/**
 * smallのフォントサイズを80%で調整する。
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%
}

/**
 * sub,supがline-heightに影響を与えないようにする。
 * 
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}

/* Forms
   ========================================================================== */
/**
 * button,input,optgroup,select,textareaのフォントスタイルを設定。
 */
/**
 * Change the font styles in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 100%; 
  line-height: 1.15;
}

/**
 * 開発者がfieldsetをゼロにしたときの挙動をpadding: 0で制御する。
 */
/**
 * Remove the padding so developers are not caught out when they zero out
 * `fieldset` elements in all browsers.
 */
legend {
  padding: 0
}

/**
 * Chrome、Firefox、Opera用にprogressをvertical-align: baselineで設定。
 */
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline
}

/* Interactive
   ========================================================================== */
/**
 * summaryをdisplay: list-itemで設定。
 */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item
}

/* End normalize.css v8.0.1
   ========================================================================== */

/* HTML Structure 外枠行順 */
/* @container > container-inner >
====================================== */

/* blog-title */
/* top-editarea */
/* top-box */
/* content > content-inner( 2カラム wrapper - box2 ) */
/* bottom-editarea */

/* containerと同じ外枠 */
/* footer > footer-inner( address - p ) */

/* CSS Document */
/* @*,html,body
====================================== */

*,*:before,*:after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
	background-color: hsla(0,0%,0%,0);
	color: hsl(0, 0%, 25%);
	font-family: Roboto,Arial,sans-serif;
	font-size: 1rem;
	line-height: 1.5
}

/* @a keyword h*
====================================== */

a {
	color: hsl(0, 0%, 47%);
	text-decoration: none
}

a:hover {
	color: hsl(0, 0%, 27%);
	transition: all .3s
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: hsl(0, 0%, 13%);
    line-height: 1.3
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: hsl(0, 0%, 13%);
    transition: all .6s
}

/* @b strong
====================================== */

b {
    background: linear-gradient(transparent 60%, hsla(0, 100%, 50%, .5) 60%)
}

strong {
    background: linear-gradient(transparent 70%, hsla(25, 100%, 50%, .5) 70%)
}

/* @canvas,svg,select,textarea
====================================== */

canvas,svg,select,textarea {
	max-width: 100%
}

svg {
    fill: currentColor
}

/* @blogicon-* lg
====================================== */

[class*=blogicon-] {
    display: inline-block;
    fill: currentColor;
    font-family: blogicon;
    font-style: normal;
	font-variant: normal;
    font-weight: 400;
	line-height: 1;
	text-rendering: auto
}

[class*=blogicon-].lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -10%
}

/* フッター以外の全体外枠 */
/* @container
====================================== */

#container {
    overflow-wrap: break-word
}

/* ヘッダー */
/* ブログタイトル ブログ説明文 */
/* @blog-title
====================================== */

#blog-title {
	text-align: center
}

@media (min-width: 768px) {
	#blog-title {
		padding: 35px 0
	}
}

.page-entry #blog-title {
	margin-bottom: 0
}

/* @blog-title-inner
====================================== */

#blog-title-inner {
    margin: 0 auto;
    width: 90vw
}

@media (min-width: 992px) {
    #blog-title-inner {
        max-width: 1200px
    }
}

/* @title,,blog-description
====================================== */

#title {
	font-size: 1.8rem;
	padding: 0 calc(10px + .4rem)	
}

#title a {
	color: hsl(0, 0%, 13%);
    display: inline-block
}

#title a:first-letter {
	color: hsl(210, 67%, 44%)
}

#title a:hover {
	color: hsl(0, 0%, 13%);
    display: inline-block
}

#title a:hover:first-letter {
	color: hsl(210, 67%, 34%)
}

#blog-description {
	color: hsl(0, 0%, 25%);
	font-size: .7rem;
	font-weight: 400;
	padding: 0 calc(10px + .4rem)
}

@media (min-width: 768px) {
	#title,#blog-description {
		padding: 0 2%
	}
}

@media (min-width: 992px) {
	#title,#blog-description {
    	padding: 0
	}
	#title {
		font-size: 2rem
	}
}

@media (max-width: 767px) {
    #blog-description {
        display: none
    }
}

/* @header-image-enable
====================================== */

/* ヘッダ画像を設定したとき */
/* 画像とテキストを表示 */
/* 画像だけ表示  */

.header-image-enable #blog-title,
.header-image-only #blog-title {
    margin: 0 auto 2em;
    padding: 0
}

.header-image-enable #blog-title #blog-title-inner, 
.header-image-only #blog-title #blog-title-inner {
    background-size: cover;
    height: 20vw!important;
    max-height: 200px;
	display: flex;
	align-items: center
}

.header-image-enable #blog-title-content,
.header-image-only #blog-title-content {
	margin: 0 .625em
}

/* レイアウト 2カラム */
/* @content
====================================== */

#content {
   margin: 0 auto;
   padding: 30px 0;
   width: 90vw
}

@media (min-width: 992px) {
	#content {
		max-width: 1200px
	}
}

/* @content-inner
====================================== */

#content-inner {
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 1fr)
}

@media(min-width: 992px) {
    #content-inner {
        grid-template-columns: minmax(0, calc(72% - 56px)) 1fr
    }
}

/* @box2,box1
====================================== */

#box2 {
    overflow-wrap: anywhere
}

#box1 {
    display: none
}

/* @box2 box2-inner
====================================== */

@media (min-width: 576px) and (max-width: 991px) {
	#box2 #box2-inner {
	    display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px
	}
}

/* ブログタイトル ブログ説明文下 */
/* content枠最下部 */
/* @top-editarea,bottom-editarea
====================================== */

#top-editarea,#bottom-editarea {
	font-size: .9rem;
    width: 90vw
}

#top-editarea {
	margin: 0 auto 1em
}

#bottom-editarea {
    margin: 0 auto
}

@media (min-width: 992px) {
	#top-editarea,#bottom-editarea {
		max-width: 1200px
	}
}

/* ブログタイトル ブログ説明文下 */
/* @top-box
====================================== */

#top-box {
	border: 1px solid hsl(0, 0%, 87%);
    margin: 0 auto;
    width: 90vw
}

@media(max-width: 767px) {
    #top-box {
	    display: none
    }
}

@media (min-width: 992px) {
	#top-box {
		max-width: 1200px
	}
}

/* @breadcrumb
====================================== */

.breadcrumb {
    font-size: .9rem;
    margin-left: 1em;
    padding: .9rem 0
}

.page-entry .breadcrumb {
	margin-bottom: 0
}

.breadcrumb a {
	color: hsl(225, 6%, 13%) 
}

.breadcrumb a:hover {
	color: hsl(0, 0%, 46%)
}

.breadcrumb-gt:nth-last-of-type(2),
.breadcrumb-child:last-of-type {
	display: none
}

.breadcrumb-link span::before,
.breadcrumb-child span::before {
	font-family: "blogicon";
	vertical-align: 0
}

.breadcrumb-link span::before {
	content: "\f017"  
}

.breadcrumb-child span::before {
	content: "\f04a";
	letter-spacing: .25em
}

/* ポスト メインカラム */
/* @entry
====================================== */

.entry {
	margin-bottom: 4rem;
	position: relative
}

/* @entry-header
====================================== */

.entry-header {
	border-bottom: 3px solid hsl(210, 14%, 97%);
	margin-bottom: 2rem;
	padding-top: 1rem
}

/* @date date-last-updated
====================================== */

.date {
	color: hsl(0, 0%, 46%);
	font-size: .8rem;
	margin-bottom: .9375rem
}

.date a {
	color: hsl(0, 0%, 46%);
	transform: none
}

@media (min-width: 768px) {
	.date {
		font-size: .85rem
	}
}

.date a::before {
	content: "\f043";
	font-family: "blogicon";
    height: 13px;
	margin-right: .075em;
	vertical-align: middle;
    width: 13px
}

.date-last-updated .blogicon {
	color: hsl(0, 100%, 80%);
    vertical-align: -10%
}

/* @entry-title
====================================== */

.entry-title { 
    display: inline-block;
	font-size: 1.3rem;
	margin: 0 0 1.25rem;
    word-break: break-all
}

.entry-title a {
	color: hsl(0, 0%, 13%);
    display: inline-block;
}

.entry-title a:first-letter {
	color: hsl(210, 67%, 44%)
}

.entry-title a:hover {
	color: hsl(225, 6%, 13%)
}

.entry-title a:hover:first-letter {
	color: hsl(210, 67%, 34%)
}

/* @categories
====================================== */

.categories {
	margin: .625rem 0
}

.categories a {
	background: hsl(32, 39%, 57%) linear-gradient(hsl(32, 39%, 57%),hsl(32, 39%, 56%));
	border-radius: 8px;
	color: hsl(0, 0%, 100%);
	cursor: default;
	display: inline-block;
	font-size: .8125rem;
	font-weight: 700;
	margin: .2em .2em .4em;
	min-width: 54px;
	padding: .5em
}

.categories a::before {
	content: "\f04a";
	font-family: "blogicon";
	letter-spacing: .3em
}

.categories a:hover {
	background: hsl(32, 39%, 55%) linear-gradient(hsl(32, 39%, 55%),hsl(32, 39%, 54%));
	box-shadow: 0 1px 1px hsla(0,0%,0%,.1)
}

/* @entry-header-menu
====================================== */

/* 編集ボタン */

.entry-header-menu {
	position: absolute;
	top: 0;
	right: 0
}

.entry-header-menu a {
    background-color: hsla(0, 0%, 0%, .8);
    border-radius: 4px;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.4;
    overflow: hidden;
    padding: .125em .5em;
    text-align: center;
    transition: all .2s
}

.entry-header-menu a::before {
	content: "\f010";
	font-family: "blogicon";
	font-size: .875rem;
	letter-spacing: .3em
}

.entry-header-menu a:hover {
    background-color: hsla(0, 0%, 0%, .9);
}

/* @entry-content p a
====================================== */

.entry-content {
	line-height: 1.7
}

.entry-content p {
	line-height: 1.8
}

@media (min-width: 768px) {
	.entry-content {
		line-height: 1.8
	}
	.entry-content p {
        line-height: 2
	}
}

.entry-content a {
	overflow-wrap: anywhere
}

/* @entry-content img,video
====================================== */

.entry-content img,
.entry-content video {
    height: auto;
    max-width: 100%
}

.entry-content img {
    border: 1px solid hsl(0, 0%, 82%);
    box-shadow: 0 6px 6px -6px hsl(0,0%,80%)
}

/* @entry-content h*
====================================== */

.entry-content h1 {
	border-bottom: 5px solid hsla(170, 100%, 32%, .95);
    display: inline-block;
    font-size: 1.7rem;
    margin: 1.5em 0;
	padding: .1em 0 .2em 1.8em;
	position: relative
}

.entry-content h1::before,
.entry-content h1::after {
	background-color: hsla(170, 100%, 32%, .95);
	border-radius: 100%;
	content: "";
	position: absolute
}

.entry-content h1::before {
	height: 18px;
	top: .2em;
	left: .2em;
	width: 18px
}

.entry-content h1::after {
	height: 13px;
	top: .7em;
	left: .9em;
	width: 13px
}

.entry-content h2 {
	border-top: 3px solid hsl(13, 90%, 71%);
	border-bottom: 3px solid hsl(13, 90%, 71%);
	font-size: 1.5rem;	
	margin: 1.5em 0;
	padding: .8em 0 .8em 1.8em;
	position: relative
}

.entry-content h2::before,
.entry-content h2::after {
	background-color: hsl(13, 90%, 71%);
	content: "";
	position: absolute
}

.entry-content h2::before {
	height: 12px;
	top: .5em;
	left: .5em;
	transform: rotate(45deg);
	width: 12px
}

.entry-content h2::after {
	height: 8px;
	top: 1.1em;
	left: .2em; 
	transform: rotate(15deg); 
	width: 8px
}

/* 見たまま編集 大見出し */

.entry-content h3 {
	border-bottom: 3px solid hsl(185, 100%, 43%);
	font-size: 1.5rem;	
	margin: 1.5em 0;
	padding: .4em 0 .8em 1.7em;
	position: relative
}

.entry-content h3::before,
.entry-content h3::after {
	background-color: hsl(185, 100%, 43%);
	content: "";
	position: absolute
}

.entry-content h3::before {
	height: 12px;
	top: .5em;
	left: .5em;
	transform: rotate(45deg);
	width: 12px
}

.entry-content h3::after {
	height: 8px;
	top: 1.1em;
	left: .2em;
	transform: rotate(15deg); 
	width: 8px
}

/* 見たまま編集 中見出し */

.entry-content h4 {	
	border-bottom: double 5px hsl(0, 100%, 80%);
	font-size: 1.5rem;
    margin: 1.5em 0;
	padding-bottom: .8em
}

/* 見たまま編集 小見出し */

.entry-content h5 {
	border-bottom: dashed 3px hsl(35, 100%, 74%);
	font-size: 1.5rem;
    margin: 1.5em 0;
	padding-bottom: .8em
}

.entry-content h6 {
    border-bottom: dotted 3px hsl(150, 100%, 98%);
	font-size: 1.5rem;
    margin: 1.5em 0;
    padding-bottom: .8em
}

/* @entry-see-more
====================================== */

/* 見たまま編集 続きを読む */

a.entry-see-more {
	background: hsl(188, 93%, 43%) 
		linear-gradient(hsl(188, 93%, 43%),hsl(188, 93%, 41%));
	border-radius: 4px;
	box-shadow: 0 3px 0 hsla(0, 0%, 0%, .01);
	color: hsl(0, 0%, 100%);
	display: inline-block;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin-top: 1em;
	text-align: center;
	text-shadow: 0 1px 1px hsla(0, 0%, 0%, .1);
	transition: all .4s;
	width: 200px
}

a.entry-see-more:hover {
	opacity: .87
}

/* @entry-content table-of-contents
====================================== */

/* 見たまま編集 目次 */

.entry-content ul.table-of-contents {
    background-color: hsl(38,100%,98%);
    border: solid 3px hsl(13,90%,71%);
    border-radius: 10px;
	color: hsl(0, 0%, 60%);
	font-size: .9rem;
	margin: 2.25em 0 0 0;
	padding: 1em 2.25em;
	position: relative
}

.entry-content ul.table-of-contents::before {
	color: hsl(197, 59%, 56%);
	content: "Contents";
	font-size: 1rem;
	font-weight: 700;
	padding: .625em 0;
    text-transform: uppercase
}

.entry-content ul.table-of-contents::after {
	color: hsl(0, 100%, 80%);
	content: "目次";
	font-weight: 700;
	font-size: 1rem;
	opacity: .75;
    position: absolute;
    top: 8px;
    right: 24px
}

.entry-content .table-of-contents a::after {
	display: none
}

.entry-content ul.table-of-contents li a,
.entry-content ul.table-of-contents li a:visited {
	color: hsl(0, 0%, 60%)
}

.entry-content ul.table-of-contents li a:hover {
	color: hsl(0, 0%, 53%)
}

.entry-content ul.table-of-contents li {
	line-height: 1.5;
	list-style-type: none;
	margin: .3125em 0 .625em .375em;
	padding: 0;
	position: relative
}

.entry-content ul.table-of-contents li::before {
	color: hsl(197, 59%, 56%);
	content: "\f727";
	font-family: blogicon;
	position: absolute;
	left: -1.2em
}

.entry-content ul.table-of-contents li ul li::before {
	color: hsl(0, 100%, 80%)
}

.entry-content ul.table-of-contents li ul li ul li::before {
	color: hsla(170, 100%, 32%, .95)
}

.entry-content ul.table-of-contents li ul li ul li ul li::before {
	color: hsl(35, 100%, 74%)
}

/* @entry-content blockquote
====================================== */

/* 見たまま編集 引用 */

.entry-content blockquote {
	border: solid 2px hsl(0, 0%, 93%);
	border-radius: 5px;
	color: hsl(0, 0%, 27%);
	font-style: italic;
	margin: 0 0 1.25em;
	padding: 3.125em .625em;
	position: relative
}

@media (min-width: 1200px) {
	.entry-content blockquote {
		padding: .625em 3.125em
	}
}

.entry-content blockquote::before,
.entry-content blockquote::after {
	color: hsl(187, 43%, 63%);
	content: "\f704";
	display: inline-block;
	font-family: "blogicon";
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	vertical-align: middle
}

.entry-content blockquote::before {
	top: 20px;
	left: 15px
}

.entry-content blockquote::after {
	right: 15px;
	bottom: 20px;
	transform: rotate(180deg)
}

.entry-content blockquote p {
	margin: .625em 0;
	padding: 0;
	line-height: 1.7
}

.entry-content blockquote cite {
	color: hsl(0, 0%, 53%);
	display: block;
	font-size: .9rem
}

/* @entry-content ul ol dd
====================================== */

/* 見たまま編集箇条書き 番号付きリスト */

.entry-content ul,
.entry-content ol,
.entry-content dd {
	margin-bottom: 1em;
	padding: 0
}

@media (min-width: 1200px) {
	.entry-content ul,
	.entry-content ol,
	.entry-content dd {
		margin-left: 1.5em
	}
}

.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
	margin-bottom: 0
}

/* @entry-content pre code
====================================== */

/* 整形済みテキスト */

.entry-content pre,
.entry-content code,
.entry-content pre.code,
.entry-content pre > code {
	font-family: "SF Mono","Courier New","Ubuntu Mono",monospace,sans-selif
}

.entry-content pre {
	background-color: hsl(210, 17%, 98%);
	border: 4px solid hsl(0, 0%, 93%);
	font-size: 1rem;
	line-height: 1.3;
	padding: 1.875em .9375em;
    position: relative
}

.entry-content code {
    background-color: hsla(210, 17%, 98%, .9);
	border: 1px solid hsla(0, 0%, 93%, .9);
    border-radius: 4px;
    padding: .0625em .25em
}

.entry-content pre.code,
.entry-content pre > code {
    font-size: 1rem;
    white-space: pre
}

.entry-content pre.code::before,
.entry-content pre > code::before {
	background-color: hsl(0, 100%, 80%);
	color: hsl(0, 0%, 100%);
	padding: 0 .8em;
	position: absolute;
	top: 0;
	left:0
}

.entry-content pre.code::before {
	content: attr(data-lang)
}

.entry-content pre > code::before {
	content: "Code"
}

/* @entry-content table
====================================== */

/* はてな表記モードで表を使う場合 */

.entry-content table {
	border-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	font-size: .8rem;
	margin-bottom: 1em;
	overflow: auto
}

@media (min-width: 1200px) {
	.entry-content table {
		font-size: .9rem
	}
}

.entry-content table th,
.entry-content table td {
	border: 1px solid hsl(0, 0%, 87%);
	padding: .3125em .625em
}

.entry-content table th {
	background: hsla(213, 71%, 92%, .95) 
		linear-gradient(hsla(212, 74%, 95%, .95),hsla(213, 71%, 92%, .95));
	box-shadow: 0 1px 0 hsla(0, 0%, 100%, .8) inset
}

.entry-content table th:first-child {
	border-radius: 6px 0 0 0
}

.entry-content table th:last-child {
	border-radius: 0 6px 0 0
}

.entry-content table th:only-child {
	border-radius: 6px 6px 0 0
}

.entry-content table tr:last-child td:first-child {
	border-radius: 0 0 0 6px
}

.entry-content table tr:last-child td:last-child {
	border-radius: 0 0 6px 0
}

.entry-content table tr:last-child td:only-child {
	border-radius: 0 0 6px 6px
}

/* @entry-content hr
====================================== */

/* HTML編集で<hr />を使う場合 */

.entry-content hr {
    border: 0;
    border-top: 8px dotted hsla(0, 0%, 50%, .75);
    margin: 4.375em auto;
    width: 50%
}

/* @entry-content hatena-asin-detail
====================================== */

.entry-content .hatena-asin-detail {
	border-radius: .2em;
    display: inline-block;
	position: relative
}

.entry-content .hatena-asin-detail::before {
	color: hsl(36, 100%, 50%);
	content: "\f034";
	font-family: blogicon;
	font-size: 2.5rem;
	position: absolute;
	right: 12px;
	bottom: -6px
}

.entry-content .hatena-asin-detail.hatena-rakuten-detail::before {
	color: hsl(0, 100%, 37%);
	content: "\f722"
}

/* @entry-content cite hatena-citation 
====================================== */

.entry-content cite.hatena-citation a::before {
	content: "\f009";  	
	font-family: "blogicon";
	letter-spacing: .3em;
	line-height: 1;
	vertical-align: middle
}

/* ポスト下 */
/* @entry-footer social-buttons
====================================== */

.entry-footer .social-buttons {
	margin-top: 1em;
	margin-bottom: 1em
}

/* @entry-footer-section
====================================== */

.entry-footer-section,
.entry-footer-section a {
	color: hsl(0, 0%, 46%);
	font-size: .9rem
}

/* @hatena-star-container
====================================== */

.entry-footer .hatena-star-container {
    background-color: hsl(0, 0%, 99%);
    border-radius: 8px;
    margin: 1.5em 0;
    padding: 1em
}

.entry-footer .hatena-star-container::before {
    content: "記事が面白かったら★をクリック！（連打できます）";
    display: block;
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: .5em
}

/* @ad-online-afc
====================================== */

.ad-online-afc .yads_ad .yads_ad_title,
.touch-afc-block .google_afc_blocklink .visible_url a {
    overflow-wrap: anywhere
}

/* ポスト下 関連記事 */
/* @main entry-footer-modules
====================================== */

@media (min-width: 480px) and (max-width: 767px) {
	#main .entry-footer-modules .hatena-module {
		padding-top: 1em
	}
	#main .entry-footer-modules .hatena-urllist {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
	#main .entry-footer-modules .hatena-urllist li {	
		border: 1px solid hsl(0, 0%, 95%);
		border-radius: 2px;
		margin-bottom: 1em;
		padding: 1em;
		width: 100%
	}
	#main .entry-footer-modules .hatena-urllist li:nth-of-type(n+2) {
		width: 49%
	}
	#main .entry-footer-modules .urllist-title-link {
		font-size: .875rem;
		padding-bottom: .5em
	}
	#main .entry-footer-modules .urllist-entry-body {
		overflow: hidden
	}	
}

@media (min-width: 1200px) {
	#main .entry-footer-modules .hatena-module {
		padding-top: 1em
	}
	#main .entry-footer-modules .hatena-urllist {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
	#main .entry-footer-modules .hatena-urllist li {
		border: 1px solid hsl(0, 0%, 95%);
		border-radius: 2px;
		margin-bottom: 1em;
		padding: 1em;
		width: 100%
	}
	#main .entry-footer-modules .hatena-urllist li:nth-of-type(n+2) {
		width: 49%
	}
	#main .entry-footer-modules .urllist-title-link {
		font-size: .875rem;
		padding-bottom: .5em
	}
	#main .entry-footer-modules .urllist-entry-body {
		overflow: hidden
	}
}

/* コメント欄 */
/* @comment
====================================== */

.comment-box {
	margin: 1em 0
}

.page-index .comment-box {
    display: none
}

.comment-box .comment {
	font-size: .875rem;
	line-height: 1.7;
	list-style: none;
	margin: 0 0 1.875em 0;
	padding: 0	
}

@media (min-width: 768px) {
	.comment-box .comment {
		font-size: .9375rem
	}
}

.comment-box .entry-comment {
	background: linear-gradient(-155deg,hsla(0, 0%, 0%, 0) 1.5em, hsl(0, 0%, 99%) 0%);
	border-radius: 6px;
	box-shadow: 10px 10px 32px -15px hsla(0, 0%, 0%, .25);
	margin-bottom: .75em;
	padding: .625em 1.25em .625em 3.75em;
	position: relative
}

.comment-box .entry-comment::after {
	background: linear-gradient(to left bottom,
		hsla(0, 0%, 0%, 0) 50%,
		hsla(0, 0%, 0%, .1) 0%,
		hsla(0, 0%, 0%, .2)
	);
	border-bottom-left-radius: 6px;
	box-shadow: -.2em .2em .3em -.1em hsla(0, 0%, 0%, .15);
	content: "";
	height: 3.5493em;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-1.89424em) rotate(-40deg);
	transform-origin: bottom right;
	width: 1.65507em
}

.comment-box .read-more-comments {
	padding: 10px 0
}

.comment-box .hatena-id-icon {
	border-radius: 3px;
	height: 50px !important;	
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important
}

.comment-user-name {
	font-weight: 700;
	margin: 0 0 .4em 0	
}

.comment-content {
	color: hsl(0, 0%, 25%);
	font-size: .85rem;
	margin: 0 0 .4em 0
}

.comment-content p {
	margin: 0 0 .6em 0
}

.comment-content img {
	height: auto
}

.comment-metadata {
	color: hsl(0, 0%, 53%);
	font-size: .8rem;
	margin: 0	
}

.comment-metadata a {
	color: hsl(0, 0%, 53%)
}

.leave-comment-title {
	border: 1px solid hsl(0, 0%, 78%);
	border-radius: .5em;
	color: hsl(0, 0%, 46%);
	font-size: .85rem;
	font-weight: 700;
	margin-top: 1em;
	padding: .6em 1em
}

.comment-box .leave-comment-title::before {	 
	content: "\f024";
	font-family: "blogicon";
	letter-spacing: .3em
}

.leave-comment-title:hover {
	color: hsl(225, 6%, 13%) 
}

/* ページ送りナビ */
/* @pager 
====================================== */

.pager {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    gap: 8px;
    margin: 1.5em
}

@media (min-width: 768px) {
	.pager {
		flex-direction: row
	}
}


.pager>* {
    flex: 1
}

.pager .pager-next a,.pager .pager-prev a {
    background-color: hsla(0, 0%, 0%, 0);
	border: 1px solid hsl(0, 0%, 87%);
	border-radius: 4px;
    color: hsl(0, 0%, 50%);
    cursor: pointer;
    display: block;
    font-size: .975rem;
    font-weight: 500;
    line-height: 1.4;
    padding: .75em 1.5em .5em;
    text-align: center;
    text-overflow: ellipsis;
    transition: all .25s;
    overflow: hidden;
    white-space: nowrap
}

@media(min-width: 768px) {
    .pager .pager-next a,.pager .pager-prev a {
        font-size: .975rem;
        padding: 1em 1.5em .75em
    }
}

.pager .pager-next a:hover,.pager .pager-prev a:hover {
    background-color: hsla(0, 0%, 99%, .9);
    border: 1px solid hsl(0, 0%, 99%);
    color: hsl(0,0%,48%)
}

/* サイドカラム */
/* @hatena-module
====================================== */

.hatena-module {
	color: hsl(0, 0%, 46%);
	font-size: .85rem;
	margin-bottom: 3em;
	padding: 0 .4em
}

@media (min-width: 768px) {
	.hatena-module {
		font-size: .9rem;
		padding: 0
	}
}

/* @hatena-module-title
====================================== */

.hatena-module-title {
	border-bottom: 3px solid hsl(222, 66%, 30%);
    display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	padding-bottom: .2em
}

.hatena-module-title a {
	color: hsl(0, 0%, 46%)
}

/* @hatena-module-title::before
====================================== */

.hatena-module-title::before {
	color: hsl(222, 66%, 30%);
	font-family: "blogicon"	
}

.hatena-module-profile .hatena-module-title::before {
	content: "\f016"
}

.hatena-module-search-box .hatena-module-title::before {
	content: "\f01a"
}

.hatena-module-recent-entries .hatena-module-title::before {
	content: "\f031"
}

.hatena-module-archive .hatena-module-title::before {
	content: "\f039"
}

.hatena-module-links .hatena-module-title::before {
	content: "\f042"
}

.hatena-module-related-entries .hatena-module-title::before {
	content: "\f013"
}

.hatena-module-entries-access-ranking .hatena-module-title::before {
	content: "\f050"
}

.hatena-module-category .hatena-module-title::before {
	content: "\f022"
}

.hatena-module-recent-comments .hatena-module-title::before {
	content: "\f01d"
}

.hatena-module-html .hatena-module-title::before {
	content: "\f710"
}

.hatena-module-circles  .hatena-module-title::before {
	content: "\f021"
}

.hatena-module-authors-list .hatena-module-title::before {
	content: "\f00b"
}

/* @hatena-module-title square
====================================== */

@media (min-width: 768px) and (max-width: 1199px) {
	.hatena-module .hatena-module-title {
		border-top: 3px solid hsl(185, 100%, 43%);
		border-bottom: 1px solid hsla(185, 100%, 43%, .7);
		display: block;
		font-size: 1.143em;	
		margin: 1.5em 0;
		padding: .4em 0 .2em 1.7em;
		position: relative
	}
	.hatena-module:first-of-type .hatena-module-title {
		margin-top: 0
	}
	.hatena-module .hatena-module-title::before,
	.hatena-module .hatena-module-title::after {
		background-color: hsl(185, 100%, 43%);
		content: "";
		position: absolute
	}
	.hatena-module .hatena-module-title::before {
		font-size: 1.143em;
		font-family: inherit;
		height: 9px;
		top: .5em;
		left: .5em;
		transform: rotate(45deg);
		width: 9px
	}
	.hatena-module .hatena-module-title::after {
		border: none;
		height:6px;
		top: 1.1em;
		left: .2em;
		transform: rotate(15deg);
		width: 6px
	}
}

/* @hatena-module-body
====================================== */

.hatena-module-body {
	border-top: 1px solid hsl(207, 14%, 85%);
	padding-top: 1.5em
}

@media (min-width: 768px) and (max-width: 1199px) {
	.hatena-module-body {
		border-top: none;
		padding-top: 0
	}
}

/* @hatena-module-profile profile-icon
====================================== */

.hatena-module-profile .profile-icon {
	border-radius: .5em;
	float: left;
	margin: 0 .625em .625em 0
}

@media (min-width: 768px) and (max-width: 1199px){
	.hatena-module-profile .profile-icon {
		border-radius: 50%	
	}
}

/* @hatena-module-profile id
====================================== */

.hatena-module-profile .id {
	display: block;
	font-weight: 700;
	margin-bottom: .5em
}

.hatena-module-profile .id a {
	color: hsl(0, 0%, 0%)
}

/* @profile-description p
====================================== */

.hatena-module-profile .profile-description p {
	margin-top: 0
}

/* @hatena-follow-button
====================================== */

.hatena-follow-button {
	color: hsl(0, 0%, 100%) !important;
	padding-bottom: .2em
}

.hatena-follow-button.unsubscribing,
.hatena-follow-button.subscribing {
	background-color: hsl(145, 64%, 40%);
	border: 1px solid hsl(145, 64%, 32%)
}

.hatena-follow-button.unsubscribing:hover,
.hatena-follow-button.subscribing:hover {
	background-color: hsla(145, 64%, 32%, .95);
	border: 1px solid hsl(145, 64%, 32%);
	color: hsl(0, 0%, 100%) !important
}

/* @hatena-urllist
====================================== */

.hatena-urllist {
	list-style: none;
	margin: 0;
	padding: 0
}

.hatena-urllist li {
	border-bottom: 1px solid hsl(0, 0%, 95%);
	font-size: .8rem;
	font-weight: 700;
	margin-top: .5em;
	padding: .5em 0
}

.hatena-urllist li a {
	color: hsl(213, 5%, 39%)
}

.hatena-urllist li a:hover {
	color: hsl(341, 81%, 49%)
}

/* @urllist-image
====================================== */   

.hatena-urllist li .urllist-image {
	border-radius: .5em
}

@media (min-width: 768px) and (max-width: 1199px){
	#box2 .hatena-urllist li .urllist-image {
		border-radius: 50%;
		width: 70px		
	}
}

/* @hatena-urllist urllist-title-link
====================================== */

.hatena-urllist li .urllist-title-link:hover {
	color: hsl(188, 93%, 43%)
}

#box2 .hatena-urllist li .urllist-title-link {
		font-size: 1rem /* .8125rem */
}

@media (min-width: 768px) and (max-width: 1199px){
	#box2 .hatena-urllist li .urllist-title-link {
		font-size: .75rem	
	}
}

/* @urllist-category-link
====================================== */  

.hatena-urllist .urllist-category-link {
	display: inline-block;
	font-size: .7rem;
	padding: .1em .3em
}

.hatena-urllist .urllist-category-link:first-of-type,
.hatena-urllist .urllist-category-link:nth-of-type(5n+1) {
	color: hsl(185, 99%, 27%) 
}

.hatena-urllist .urllist-category-link:nth-of-type(2),
.hatena-urllist .urllist-category-link:nth-of-type(5n+2) {
	color: hsl(326, 37%, 44%) 
}

.hatena-urllist .urllist-category-link:nth-of-type(3),
.hatena-urllist .urllist-category-link:nth-of-type(5n+3) {
	color: hsl(49, 89%, 33%) 
}

.hatena-urllist .urllist-category-link:nth-of-type(4),
.hatena-urllist .urllist-category-link:nth-of-type(5n+4) {
	color: hsl(28, 53%, 39%)
}

.hatena-urllist .urllist-category-link:nth-of-type(5),
.hatena-urllist .urllist-category-link:nth-of-type(5n) {
	color: hsl(355, 52%, 60%)
}

.hatena-urllist .urllist-category-link::before {
	content: "\f04a";
	font-family: "blogicon";
	font-size: .85em;
	letter-spacing: .2em
}

.hatena-urllist .urllist-category-link:hover {
	opacity: .7
}

/* @urllist-date-link a
====================================== */  

.hatena-urllist .urllist-date-link a {
	color: hsl(0, 0%, 60%);
    display: inline-block;
	font-size: .75rem
}

.hatena-urllist .urllist-date-link a::before {
	content: "\f043";
	font-family: "blogicon";
	font-size: .95em;
	letter-spacing: .1em
}

/* @urllist-entry-body
====================================== */   

.hatena-module .urllist-entry-body {	
	margin-top: .3em
}

.hatena-module .hatena-urllist li:nth-of-type(n+2) .urllist-entry-body {
	display: none
}

/* @hatena-module-search-box
====================================== */

.search-form {
    background-color: hsl(0, 0%, 100%);
    border: 1px solid hsl(220, 10%, 89%);
    border-radius: 24px;
    box-shadow: 0 1px 6px hsl(0, 0%, 100%);
    padding: .5em 1em;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center
}

.search-form:hover {
    border-color: transparent;
	box-shadow: 0 1px 6px hsla(225, 6%, 13%, .28)
}

.search-form .search-module-input {
    background: none;
    border: none;
    color: hsl(0, 0%, 87%);
    line-height: 1.6;
    flex: 1;
    outline: none
}

.search-form .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=b6dfa13fdd3db0041337cff8e11dda) no-repeat center;
    background-size: 20px 20px;
    border:none;
    height:24px;
    margin: 0 0 0 auto;
    opacity: .5;
    text-indent: 200%;
    width: 24px
}

.search-form .search-module-button:hover {
    opacity: .85
}

/* @hatena-module-entries-access-ranking
====================================== */

#box2 .hatena-module-entries-access-ranking {
	counter-reset: rank
}

#box2 .hatena-module-entries-access-ranking .hatena-urllist li {
	border-bottom: none;
	margin: 1em 0 .5em;
	padding: 0;
	position: relative
}

#box2 .hatena-module-entries-access-ranking .hatena-urllist li::before {
	background-color: hsla(120, 100%, 50%, .95);
	border-radius: 50%;
	color: hsl(0, 0%, 100%);
	counter-increment: rank;
	content: counter(rank);
	display: block;
	font-size: .9rem;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;	
	text-align: center;
	width: 20px	
}

#box2 .hatena-module-entries-access-ranking .hatena-urllist li:first-of-type::before {
	background-color: hsla(51, 100%, 50%, .95)
}

#box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(2)::before {
	background-color: hsla(0, 0%, 75%, .95)
}

#box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(3)::before {
	background-color: hsla(30, 61%, 50%, .95) 
}

#box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(n+9)::before {
	background-color: hsla(0, 0%, 25%, .95) 
}

#box2 .hatena-module-entries-access-ranking .urllist-date-link,
#box2 .hatena-module-entries-access-ranking .urllist-title-link {
	margin-left: 1.5625em
}

#box2 .hatena-module-entries-access-ranking .urllist-title-link {
	display: inline-block
}

#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-date-link,
#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-title-link,
#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-date-link+.urllist-title-link {	
	margin-left: 0
}

#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-title-link,
#box2 .hatena-module-entries-access-ranking .urllist-image-link+.urllist-date-link+.urllist-title-link {	
	display: inline
}

/* @hatena-module-category
====================================== */

.hatena-module-category .hatena-urllist li {
    margin-top: 0;
    padding: 0
}
  
.hatena-module-category .hatena-urllist li a {
	display: block;
	padding: .5em
}

.hatena-module-category .hatena-urllist li a:hover {
	background-color: hsl(188, 93%, 43%);
	color: hsl(0, 0%, 100%)
}

/* @hatena-module-html
====================================== */

.hatena-module-html p {
	margin: 0
}

.hatena-module-html ul,
.hatena-module-html li {
	list-style: none
}

.hatena-module-html video,
.hatena-module-html iframe {
	max-width: 100%
}

.hatena-module-html video {
	height: auto
}

/* @hatena-module-circles
====================================== */

.hatena-module-circles .hatena-urllist li {
	border: 1px solid hsl(207, 14%, 85%);
	margin-top: 0;
	padding: 1em
}

.hatena-module-circles .hatena-urllist li:nth-of-type(n+2) {
	border-top: none
}

.hatena-module-circles .hatena-urllist li:hover {
	background-color: hsl(0, 0%, 97%)
}

.hatena-module-circles .hatena-urllist li:first-of-type a {
	color: hsl(349, 53%, 54%)
}

.hatena-module-circles .hatena-urllist li:nth-of-type(2) a {
	color: hsl(105, 100%, 20%)
}
  
.hatena-module-circles .hatena-urllist li:nth-of-type(3) a {
	color: hsl(195, 100%, 27%)
}

.hatena-module-circles .hatena-urllist li:nth-of-type(4) a {
	color: hsl(30, 100%, 22%) 
}

.hatena-module-circles .hatena-urllist li:nth-of-type(n+5) a {
	color: hsl(0, 22%, 58%) 
}

/* @circle-urllist circle-image
====================================== */

.hatena-module-body .circle-urllist .circle-image { 
	margin-left: .3125em
}

.hatena-module-body .circle-urllist li .circle-image {
	outline: 2px solid transparent
}

.hatena-module-body .circle-urllist li:hover .circle-image {
	outline: 2px solid hsl(0, 0%, 87%)
}

/* @archive-module-button
====================================== */

.archive-module-button {
	color: hsl(35, 84%, 62%)
}

/* @archive-module-months
====================================== */

ul.archive-module-months li a {
	display: block;
	overflow: hidden;
	padding-left: 1.25em;
	position: relative;
}

ul.archive-module-months li a::before {
	border-color: transparent transparent transparent hsl(188, 93%, 43%);
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: calc(-6px + 50%);
	left: -7px;
	transition: left .35s;
	width: 0
}

ul.archive-module-months li a:hover::before {
	left: 8px
}

/* @archive-module-calendar
====================================== */

.hatena-module .archive-module-calendar,
.hatena-module .archive-module-calendar a {
	color: hsl(0, 0%, 46%)
}

.hatena-module .archive-module-calendar a {
	text-decoration: underline
}

.hatena-module .calendar-sunday,
.hatena-module .archive-module-calendar-week td:first-of-type,
.hatena-module .archive-module-calendar-week td:first-of-type a {
	color: hsl(16, 100%, 50%)
}

.hatena-module .calendar-saturday,
.hatena-module .archive-module-calendar-week td:nth-of-type(7),
.hatena-module .archive-module-calendar-week td:nth-of-type(7) a {
	color: hsl(188, 100%, 50%)
}

.hatena-module .archive-module-calendar a:hover,
.hatena-module .archive-module-calendar-week td:first-of-type a:hover,
.hatena-module .archive-module-calendar-week td:nth-of-type(7) a:hover {
	opacity: .7
}

/* @recent-comments
====================================== */

.recent-comments,
.recent-comments .user-id img {
    overflow-wrap: anywhere
}

/* aboutページ編集 */
/* @page-about entry-content dt dd
====================================== */

.page-about .entry-content dt {
	border-bottom: 1px solid hsl(0, 0%, 87%);
	font-weight: 700;	
	margin-bottom: .5em
}

.page-about .entry-content dd {
	margin-bottom: 2em;
	margin-left: 0
}

/* アーカイブページ */
/* @page-archive content
====================================== */

.page-archive #content {
        padding-top: .9375em
}

@media (min-width: 768px) {
	.page-archive #content {
		padding-top: 1.875em
	}
}

/* @page-archive wrapper
====================================== */

@media (min-width: 768px) {
	.page-archive #wrapper {
		border: none
	}
}
	
/* @page-archive top-box
====================================== */

.page-archive #top-box {
	border: none
}

/* @archive-header-category
====================================== */

.archive-header-category {
	margin-bottom: 1.5em
}

/* @archive-heading
====================================== */

.archive-header-category .archive-heading {
	margin: 1.75em 0 0
}

.archive-header-category .archive-heading::before {
	content: "Category:";
	margin: 0 .2em 0 1em
} 

h2.archive-heading {
    font-size: 1.3rem;
	margin: 1.75em 0 1em 1em
}

/* @page-archive archive-entry
====================================== */

.page-archive .archive-entry {
	background-color: hsl(0, 0%, 100%);
	border: 1px solid hsl(0, 0%, 87%);
	border-radius: 4px;
	box-shadow: 0 0 4px hsl(0, 0%, 94%);
	line-height: 1.6;
	margin-bottom: 1em;
	padding: 2%;
    word-break: break-all
}

/* @page-archive entry-title
====================================== */

.page-archive .entry-title {
	font-size: 1.125rem;
	margin: 0
}

/* @page-archive entry-thumb 
====================================== */

.page-archive .entry-thumb {
	border-radius: .5em
}

@media(max-width: 767px) {
    .page-archive .entry-thumb {
        margin-right: 6%
    }
}

/* @page-archive date
====================================== */

.page-archive .date {
	color: hsl(0, 0%, 46%);  
	font-size: .75rem;
	font-weight: 700;
	margin: 0;
	padding: .25em 0;
	position: relative;
	z-index: 0
}

.page-archive .date::after {
	content: "";
	display: block;
	height: 4px;
	background: linear-gradient(to right,hsl(36, 100%, 50%),transparent)
}

.page-archive .date a,
.page-archive .date a:hover  {
	color: hsl(0, 0%, 46%);
	padding-left: 0
}

.page-archive .date .hyphen { 
	display: none
}

.page-archive .date .date-year::after, 
.page-archive .date .date-month::after { 
	content: "."
}

/* @page-archive categories
====================================== */

.page-archive .categories {
	margin: .5em 0 .75em
}

.page-archive .categories a {
	padding: .1em .2em
}

.page-archive .categories a::before {
	font-size: .875rem
}

/* @page-archive entry-description
====================================== */

.page-archive .entry-description {
	color: hsl(213, 5%, 39%);
	font-weight: 600;
	font-size: .8rem;
	margin: 0
}

@media(max-width: 767px) {
    .page-archive .entry-description {
        padding: 0 6% 2%
    }
}

/* @page-archive social-buttons 
====================================== */

.page-archive .social-buttons {
	display: block;
	margin-top: 0
}

/* @page-archive span highlight
====================================== */

.page-archive span.highlight {
	background-color: hsla(41, 100%, 48%, .15);
	border: 1px solid hsla(41, 100%, 48%, .16);
	color: hsl(41, 100%, 48%);
	line-height: 1;
	padding: 0    
}

/* @archive-entry-tags-wrapper
====================================== */

@media(max-width: 767px) {
    .page-archive .archive-entry-tags-wrapper {
        display: none
    }
}

/* フッター */
/* @footer
====================================== */

#footer {
	color: hsl(213, 5%, 39%);
	font-size: .8rem;
	padding: 1em 20px;
	text-align: center	
}

#footer a {
	color: hsl(213, 5%, 39%)
}

#footer p {
	margin: .5em auto
}

#footer address img {
    display: inline-block
}

/* @footer End
====================================== */

/* End system
   ========================================================================== */
/* </system> */