/* <system section="theme" selected="8599973812338184712"> */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
/*
  Theme: takotako
  Author: tako3ch
  Responsive: yes
  Description:
	チェケラッチョ
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* prettier-ignore */
* {padding: 0;margin: 0;box-sizing: border-box;}
html,
body {
	background: #fff 0 0;
	color: #333;
}
/* prettier-ignore */
address,blockquote,caption,cite,code,dd,dt,em,h1,h2,h3,h4,h5,h6,input,li,p,pre,select,small,strong,td,textarea,th {font-size: 100%;font-weight: inherit;font-style: inherit;}
li,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
caption,
th {
	text-align: left;
}
fieldset {
	border: 0;
}
a {
	text-decoration: none;
	color: inherit;
	transition: 0.7s ease;
}
img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
}
br {
	letter-spacing: 0;
}
button,
input:not([type='checkbox']):not([type='radio']),
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
a:hover {
	text-decoration: none;
}
/* prettier-ignore */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
/*============================ #ここから詳細 ============================*/
html,
body {
	background: #f9f8eb;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック',
		Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
a {
	color: #333;
}
a:hover {
	color: #fba848;
}
a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	color: #454545;
}
h1,h2,h3,h4,h5,h6 {
	color: #333;
	line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #fba848;
}
*::selection {
	background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
/*============================ #ヘッダ（グローバルヘッダ） ============================*/
#globalheader-container {
	background-color: #454545;
	color: #fff;
}
/*============================ #container ============================*/
#container {
	width: 100%;
}
#content-inner {
	flex-direction: column;
	align-items: center;
}
.page-index #content-inner{
	margin-top: 50px;
}
#wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#box2 {
	width: 100%;
	background-color: #333;
	color: #fff;
}
#box2-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	width: 1200px;
	margin: auto;
	padding: 30px 0 30px;
}
.hatena-module {
	font-size: 1rem;
	width: 22%;
	margin-right: 4%;
}
.hatena-module:nth-child(4n) {
	margin-right: 0px;
}
/*============================ #header ============================*/
.entries-access-ranking-item-inner {
    display: flex;
    align-items: stretch;
}
@media screen and (min-width: 768px){
	.entries-access-ranking-image-link {
	    width: 35%;
	}
	.entries-access-ranking-title {
	    width: 65%;
	    font-size: 13px;
	    padding-left: 5px;
	}

}

/*.hatena-module-entries-access-ranking {
    width: 48%;
    margin-right: 0;
}*/
/* ---------------------- option ---- */
.entries-access-ranking-image-link {
	transition: 0.7s ease;
}
.entries-access-ranking-image-link:hover {
	opacity: 0.7;
}
/*============================ #ヘッダ ============================*/
#blog-title {
	margin: 0;
	text-align: center;
	padding: 0;
}
#title a {
	color: #454545;
}
#blog-description {
	color: #fff;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
	margin: 0 0 2em;
}
.header-image-enable #blog-title #blog-title-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 350px;
	background-size: cover;
	background-position: center !important;
	/*background-attachment: fixed;*/
}
.header-image-enable #blog-title-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header-image-enable #blog-title #title a {
	color: #fff;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}
/*============================ #タイトル下HTML ============================*/
#top-editarea {
	margin-bottom: 1em;
}
/*============================ #タイトル下にメニュー ============================*/
.lcl-topnav {
   width: 100%;
}
@media screen and (min-width: 768px){
	.lcl-topnav {
		max-width: 1200px;
		margin: 30px auto;
	}
	.lcl-topnav-item:not(:last-child){
		/*margin-right: 10px;*/
	}
}
.lcl-topnav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9rem;
}
.lcl-topnav__link{
	padding: 0 15px;
	color: #444;
	letter-spacing: 0.05em;
}


/*============================ #パンくず（カテゴリー、記事ページで表示されます） ============================*/
#top-box {
    margin-bottom: 30px;
}
.breadcrumb {
	font-size: 0.8rem;
}
.breadcrumb-inner,
.breadcrumb-inner a {
    color: #888;
}
@media screen and (min-width: 768px) {
	.page-archive .breadcrumb,
	.page-entry .breadcrumb {
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
	}
}
/*============================ #entry/記事ページ ============================*/
.entry {
	position: relative;
	margin-bottom: 4em;
}
.entry-header {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.date {
	margin-bottom: 0.5em;
	font-size: 0.9rem;
}
.date a {
	color: #999;
}
.entry-title {
	margin: 0.3em auto 1em;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt' 1;
}
/* ---------------------- option ---- */
.page-entry .entry-title{
	font-size: 2.8rem;
	line-height: 1.3;
}
/* ---------------------- option ---- */
.categories {
	font-size: 0.9rem;
	position: absolute;
	top: 8px;
	left: 15px;
	z-index: 2;
}
.categories a {
	margin-right: 0.5em;
	display: inline-block;
	padding: 3px 10px;
	font-size: 13px;
	background-color: #fba848;
	color: #fff;
	line-height: 1.2;
}
.entry-categories.categories {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 20px;
}
.entry-categories.categories::before {
	content: 'Tag:';
	margin-right: 5px;
}
/* 「編集する」ボタン */
.entry-header-menu {
	position: absolute;
	top: 0;
	right: 0;
}
.entry-header-menu a {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #fba848;
}
/*============================ #記事内の書式 ============================*/
.entry-content {
	padding: 0 150px;
	margin-bottom: 50px;
	font-size: 1.1rem;
}
.entry-content img,
.entry-content video {
	max-width: 100%;
	height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1em 0 0.8em 0;
}
.entry-content h1 {
	font-size: 1.5rem;
}
.entry-content h2 {
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 2em;
}
.entry-content h3 {
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt' 1;
	position: relative;
	width: 100%;
	padding: 10px 15px;
	font-weight: 500;
	margin-top: 2em;
}
.entry-content h3:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	display: block;
	background: linear-gradient(90deg, #fba848 120px, #fba848 0%, #ccc 0%, #ccc);
}
.entry-content h4 {
	font-size: 1.4rem;
	position: relative;
	padding-left: 20px;
	font-weight: 500;
	margin-top: 2em;
}
.entry-content h4:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 95%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	background-color: #fba848;
}
.entry-content h5 {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 2em;
}
.entry-content h5::before {
	content: '■';
	position: relative;
	display: inline-block;
	color: #fba848;
	margin-right: 10px;
}
.entry-content h6 {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2em;
}
/* ---------------------- option ---- */
.entry-content p:not(:last-child) {
	margin-bottom: 1em;
}
/* ---------------------- option ---- */
.entry-content ul,
.entry-content ol,
.entry-content dd {
	margin: 0 0 15px;
	padding: 15px;
	background-color: #eee;
}
.entry-content ul li{
	padding-left: 1em;
	text-indent: -0.5em;
}
.entry-content ul li:before {
	content: '・';
	color: #fba848;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.entry-content ol {
	list-style-type: decimal;
}
.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 table {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1em;
	margin-bottom: 1em;
	width: 100%;
	overflow: auto;
	display: block;
	font-size: 0.8rem;
}
.entry-content table th,
.entry-content table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.entry-content table th {
	background: #f5f5f5;
}
.entry-content blockquote {
	border: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 40px 20px 20px 35px;
}
.entry-content blockquote::before {
	content: '“';
	font-size: 60px;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 1;
}
.entry-content blockquote p:first-child {
	margin-top: 0;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
/* ---------------------- option ---- */
.entry-content b,
.entry-content strong{
	display: inline;
	position: relative;
	background: linear-gradient(transparent 60%, #ffff66 60%);

}
/* ---------------------- option ---- */
.entry-content a {
	color: #fba848;
}
.entry-content a:hover {
	color: #333;
}
/* ---------------------- option ---- */
.entry-content pre,
.entry-content code {
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace,
		sans-serif;
}
.entry-content pre {
	background: #f5f5f5;
	border: none;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	line-height: 1.3;
	font-size: 0.8rem;
	padding: 15px 20px;
}
.entry-content pre > code {
	margin: 0;
	padding: 0;
	white-space: pre;
	border: none;
	background-color: transparent;
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace,
		sans-serif;
}
.entry-content code {
	font-size: 90%;
	margin: 0 2px;
	padding: 0px 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
}
.entry-content hr {
	width: 50%;
	border: 0;
	border: none;
	border-top: 1px solid #ddd;
	margin: 2em auto;
}
.entry-content .table-of-contents {
	padding: 1em 1em 1em 2em;
	margin: 1em 0;
	border: 1px solid #ddd;
}
/* ---------------------- instagram ---- */
.entry-content a[href^='https://www.instagram.com'].http-image {
	border: 1px solid #ddd;
}
.entry-content a[href^='https://www.instagram.com'] {
	width: 550px;
	display: block;
	margin: auto;
	border: 1px solid #ddd;
	padding: 20px;
}
/* ---------------------- twitter ---- */
.twitter-tweet {
	margin: auto;
}
/*============================ #kerruba ============================*/
.hatena-asin-detail,
.itunes-embed {
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #eee;
}
@media screen and (min-width: 768px){
	.hatena-asin-detail-info {
	    padding-left: 112px;
	}
}
/*============================ #flickrrrrrr ============================*/
iframe.flickr-embed-frame {
	margin: 0 auto !important;
	display: block;
}
[class*='flickr-wrp-']{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*横写真*/
.flickr-wrp-landscape {
    padding-top: 66.6992188%;
}
/*縦写真*/
.flickr-wrp-portrait {
	padding-top: 104.948755%;
	width: 70%;
	margin: auto;
}
[class*=flickr-wrp-] iframe.flickr-embed-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}


/* ---------------------- option ---- */

/* 記事下 */
.entry-footer .social-buttons {
	margin-bottom: 1em;
}

.entry-footer-section {
	color: #999;
	font-size: 0.9rem;
}

.entry-footer-section a {
	color: #999;
}

/* コメント */
.comment-box {
	margin: 1em 0;
}
.comment-box .comment {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.7;
	font-size: 0.85rem;
}
.comment-box .entry-comment {
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.comment-box .entry-comment:first-child {
	border-top: 1px solid #ddd;
}
.comment-box .read-more-comments {
	padding: 10px 0;
}
.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important;
	height: 50px !important;
	border-radius: 3px;
}

.comment-user-name {
	margin: 0 0 0.4em 0;
	font-weight: bold;
}

.comment-content {
	margin: 0 0 0.4em 0;
	word-wrap: break-word;
	color: #454545;
	font-size: 0.85rem;
}

.comment-content p {
	margin: 0 0 0.6em 0;
}

.comment-metadata {
	color: #999;
	margin: 0;
	font-size: 0.8rem;
}

.comment-metadata a {
	color: #999;
}

.leave-comment-title {
	padding: 0.6em 1em;
	font-size: 0.85rem;
	border: 1px solid #ddd;
}

/*============================ #header ============================*/
.pager {
	display: block;
	max-width: 1300px;
	margin: 50px auto;
}
.pager .pager-next {
	float: right;
	text-align: right;
	width: 45%;
}
.pager .pager-prev {
	float: left;
	text-align: left;
	width: 45%;
}
.pager .pager-next a,
.pager .pager-prev a {
	display: inline-block;
	background-color: #333;
	padding: 15px 55px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	transition: 0.6s ease;
	border:1px solid #333;
}
.pager:after {
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	clear: both;
	content: '.';
}
.pager .pager-next a::after {
	content: '>';
	display: inline-block;
	position: relative;
	top: -1px;
	padding-left: 8px;
}
.pager .pager-prev a::before {
	content: '<';
	padding-right: 8px;
	display: inline-block;
	position: relative;
	top: -1px;
}
@media screen and (min-width: 768px){
	.pager .pager-next a:hover,
	.pager .pager-prev a:hover{
		background-color: #fff;
		color: #333;
	}

}
/*============================ ============================*/
/*============================ #サイドバーモジュール ============================*/
/*============================ ============================*/
.hatena-module-title {
	margin-bottom: 0.6em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ddd;
	font-size: 1rem;
	font-weight: bold;
}
.hatena-module-title a {
	color: #fff;
}
/*============================ #プロフィール ============================*/
.hatena-module-profile .profile-icon {
	float: left;
	margin: 0 10px 10px 0;
}
.hatena-module-profile .id {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.hatena-module-profile .profile-description p {
	margin-top: 0;
}
/*============================ #urllist ============================*/
.hatena-urllist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hatena-urllist li {
	padding: 4px 0 0;
}
.hatena-urllist li:last-child {
	padding-bottom: 0;
}
.hatena-urllist li a {
	transition: 0.3s ease;
}
.hatena-urllist li a:hover {
	color: #fba848;
}
.hatena-urllist .urllist-category-link {
	font-size: 0.7rem;
	padding: 0.1em 0.3em;
}
.hatena-urllist .urllist-date-link a {
	color: #fff;
	font-size: 1rem;
	line-height: 1.2;
}
.hatena-urllist .urllist-entry-body {
	margin-top: 0.3em;
}
.hatena-module-body a {
	color: #fff;
}

/*============================ #Search ============================*/
.hatena-module-search-box .search-form {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hatena-module-search-box .search-module-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	padding: 5px;
	color: #454545;
	background: none;
	border: none;
	outline: none;
	height: 20px;
}
.hatena-module-search-box .search-module-button {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: transparent
		url('https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=b55d01c69f780f5ff608dea0716a54') no-repeat center;
	background-size: 20px 20px;
	border: none;
	outline: none;
	color: transparent;
	overflow: hidden;
	opacity: 0.5;
	cursor: pointer;
}
.hatena-module-search-box .search-module-button:hover {
	opacity: 0.85;
}
/*============================ #Aboutページ ============================*/
.page-about .entry-content dt {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.5em;
}
.page-about .entry-content dd {
	margin-left: 0;
	margin-bottom: 2em;
}
/*============================ #Archive ============================*/
.archive-entries {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	max-width: 1200px;
	margin: auto;
	width: 100%;
	flex-wrap: wrap;
}
.archive-entry-header {
	order: 1;
	margin-bottom: 15px;
}
.archive-header-category {
	text-align: center;
	margin: 7em 0;
}
/* ---------------------- option ---- */
.archive-header-category .archive-heading{
	margin-bottom: 20px;
	font-size: 1.5rem;
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #333;
	letter-spacing: 0.1em;
	position: relative;
	min-width: 300px;
}
.archive-header-category .archive-heading::before{
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	display: inline-block;
	background-color: #fba848;
	bottom: -1px;
	right: 0;
	left: 0;
	margin: auto;
}
/* ---------------------- option ---- */
.page-archive .archive-heading{
	margin: 30px 0;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: underline;
}

/* ---------------------- option ---- */
.page-archive .archive-entry {
	line-height: 1.3;
	width: calc((100% - 4%) / 3);
	display: flex;
	flex-direction: column;
	position: relative;
}
.page-archive .archive-entry:not(:nth-child(3n)) {
	margin-right: 2%;
}
.page-archive .archive-entries .archive-entry {
	margin-bottom: 60px;
}
.entry-thumb-link {
	display: block;
	width: 100%;
	order: 0;
	margin-bottom: 15px;
	position: relative;
}
.entry-thumb-link:before {
	content: 'more';
	width: 93%;
	height: 91%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.81);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	transform: scale(0);
	transition: 0.4s ease;
	z-index: 2;
}
@media screen and (min-width: 768px){
	.entry-thumb-link:hover::before {
		transform: scale(1);
	}
}

.archive-entry-body {
	order: 1;
	margin-top: auto;
}
/**/
.page-archive .entry-title {
	margin: 0.3em auto;
}
.page-archive .entry-thumb {
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	float: none;
	margin: 0;
}
.entry-title-link {
	transition: 0.3s ease;
}
.page-archive .entry-description {
	display: none;
}
.page-archive .social-buttons {
	display: block;
	margin-top: 0.3em;
}
/*============================ #footer ============================*/
#footer {
	margin-top: 2em;
	padding-bottom: 2rem;
	text-align: center;
	font-size: 0.8rem;
	color: #999;
}
#footer a {
	color: #999;
}
#footer p {
	margin: 0.5em auto;
}
/*============================ #header ============================*/
#google_afc_user_container_0 {
	text-align: center;
}
.ad-block {
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
	margin: 0 50px;
}
.ad-block--center {
	/*justify-content: center;*/
}
/*============================ #シェアボタン ============================*/
.sharebtn {
	margin: 30px auto;
	padding: 15px;
}
.sharebtn-inner {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
}
.sharebtn-inner a {
	position: relative;
	width: 15%;
	height: 40px;
	line-height: 1em;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	width: calc(100% / 4);
	display: flex;
	align-items: center;
	justify-content: center;
}

.sharebtn .hatena-bookmark-button {
	background: #00a4de;
}
.sharebtn .twitter-button {
	background: #55acee;
}
.sharebtn .facebook-button {
	background: #405ba7;
}
.sharebtn .pocket-button {
	background: #ee4256;
}
.sharebtn a:hover {
	opacity: 0.6;
}
@media screen and (min-width: 480px) {
	.line-hide {
		display: none;
	}
}
/* ---------------------- option ---- */
.followbtn {
	width: 100%;
	text-align: center;
	background: #eee;
	padding: 15px 0;
}
.follow-title {
	text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.content-inner-follow-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 15px auto 0;
	justify-content: space-between;
}
.followbtn a {
	height: 45px;
	line-height: 22px;
	font-size: 14px;
	text-decoration: none;
	width: calc((100% - 30px) / 4);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.followbtn .hatena {
	color: #3d3f44;
	border: 1px solid #3d3f44;
	background: #ffffff;
}
.followbtn .twitter {
	color: #00acee;
	border: 1px solid #00acee;
	background: #ffffff;
}
.followbtn .feedly {
	color: #70ca3b;
	border: 1px solid #70ca3b;
	background: #ffffff;
}
.followbtn .instagram {
	color: #70ca3b;
	border: 1px solid #3f729b;
	background: #ffffff;
}
.followbtn .hatena:hover {
	color: #ffffff;
	background: #3d3f44;
	transition: all 0.3s;
}
.followbtn .twitter:hover {
	color: #ffffff;
	background: #00acee;
	transition: all 0.3s;
}
.followbtn .feedly:hover {
	color: #ffffff;
	background: #70ca3b;
	transition: all 0.3s;
}
.followbtn .instagram:hover {
	color: #ffffff;
	background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
	transition: all 0.3s;
}
.text-small {
	font-size: 8px;
}

/*============================ #ヨメレバ・カエレバ（レスポンシブ） ============================*/
.booklink-box,
.kaerebalink-box {
	padding: 25px;
	margin-bottom: 10px;
	border: double #ccc;
	overflow: hidden;
	font-size: small;
}
.booklink-image,
.kaerebalink-image {
	margin: 0 15px 0 0;
	float: left;
	min-width: 160px;
	text-align: center;
}
.booklink-image img,
.kaerebalink-image img {
	margin: 0 auto;
	text-align: center;
}
.booklink-info,
.kaerebalink-info {
	margin: 0;
	line-height: 120%;
	overflow: hidden;
}
.booklink-name,
.kaerebalink-name {
	margin-bottom: 24px;
	line-height: 1.5em;
}
.booklink-powered-date,
.kaerebalink-powered-date {
	font-size: 8px;
	margin-top: 10px;
	font-family: verdana;
	line-height: 120%;
}
.booklink-detail,
.kaerebalink-detail {
	font-size: 12px;
}
.booklink-powered-date,
.kaerebalink-detail {
	margin-bottom: 15px;
}
.booklink-link2,
.kaerebalink-link1 {
	margin-top: 10px;
}
.booklink-link2 a,
.kaerebalink-link1 a {
	width: 30%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 2px 0 0;
	padding: 10px 1px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: 800;
	text-shadow: 1px 1px 1px #dcdcdc;
	font-size: 12px;
	color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover {
	opacity: 0.6;
}
.booklink-link2 a:active .kaerebalink-link1 a:active {
	position: relative;
	top: 1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a {
	color: #ff9901 !important;
	border: 1px solid #ff9901 !important;
}
.shoplinkrakuten a {
	color: #c20004 !important;
	border: 1px solid #c20004 !important;
}
.shoplinkkindle a {
	color: #007dcd !important;
	border: 1px solid #007dcd !important;
}
.shoplinkkakakucom a {
	color: #314995 !important;
	border: 1px solid #314995;
}
.shoplinkyahoo a {
	color: #7b0099 !important;
	border: 1px solid #7b0099 !important;
}
/*ここまでを変更*/
.shoplinkyahoo img {
	display: none;
}
.shoplinkyahoo a {
	font-size: 10px;
}
.booklink-footer {
	display: none;
}
/*============================ #header ============================*/
.hatena-module-profile .hatena-module-body{

}
.hatena-module-profile .profile-icon-link{
	display: block;
}
.hatena-module-profile .profile-icon {
    float: none;
    margin: 20px auto 20px;
    display: block;
    border-radius: 50%;
}
.hatena-module-profile .id {
    text-align: center;
}
/*============================ #header ============================*/
#breadcrumb {
    margin: 1em;
}

@media screen and (max-width: 767px) {
	/*============================ #SP ============================*/
	.header-image-enable #blog-title #blog-title-inner {
		height: 200px;
	}
	#main {
		padding: 0 15px;
	}
	#content-inner {
	    display: block;
	}
	#wrapper {
	    width: 100%;
	    max-width: 100%;
	    margin: auto;
	}
	.archive-entries {
	    display: block;
	    max-width: 100%;
	    margin: auto;
	    width: 100%;
	}
	.entry-title {
		font-size: 1.6rem;
	}
	.entry-content {
		padding: 0;
		font-size: 1rem;
	}
	.page-entry .entry-title {
	    font-size: 2rem;
	    line-height: 1.5;
	}
	/*============================ #header ============================*/
	.page-archive .archive-entry {
		width: calc(100%);
	}
	/*============================ #header ============================*/
	.archive-header-category{
		margin: 3em 0;
	}
	/*============================ #flickr ============================*/
	iframe.flickr-embed-frame {
		max-width: 100% !important;
	}
	/*============================ #header ============================*/
	.entry-content a[href^='https://www.instagram.com'] {
		width: 100%;
		padding: 15px;
	}

	/*============================ #header ============================*/
	#box2-inner {
		width: 100%;
		flex-direction: column;
		padding: 30px 15px 30px;
	}
	.hatena-module {
		font-size: 1rem;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	/* ---------------------- option ---- */
	#box2 .entries-access-ranking-image-link img {
		width: 100%;
		float: none;
	}

	/*============================ #header ============================*/
	.booklink-box,
	.kaerebalink-box {
		padding: 15px;
	}
	.booklink-image,
	.kaerebalink-image {
		width: 100px !important;
		min-width: initial;
	}
	.booklink-name > a,
	.kaerebalink-name > a {
		font-size: 15px;
		font-weight: bold;
	}
	.booklink-name,
	.kaerebalink-name {
		margin-bottom: 12px;
	}
	.booklink-powered-date,
	.kaerebalink-powered-date {
		margin-top: 5px;
	}
	.booklink-link2 a,
	.kaerebalink-link1 a {
		width: calc(100% - 4px);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin: 2px 0px;
		padding: 10px 0px;
	}

	/*============================ #header ============================*/
	.sharebtn {
		padding: 0;
	}
	.sharebtn-inner {
		width: 100%;
	}
	/*============================ #header ============================*/
	.followbtn {
	}
	.followbtn a {
		width: 100%;
		margin: 0 0 10px;
	}
	/*============================ #ページャー ============================*/
	.pager .pager-prev,
	.pager .pager-next {
		float: none;
		text-align: left;
		width: 100%;
	}
	.pager .pager-prev {
		display: block;
		margin-bottom: 20px;
	}
	.pager .pager-next a,
	.pager .pager-prev a {
		display: block;
		padding: 15px;
		font-size: 14px;
	}
	/*============================ #header ============================*/
	.breadcrumb-inner {
		padding: 0 15px;
		font-size: 11px;
	}
	/*============================ #header ============================*/
	.urllist-item-inner.entries-access-ranking-item-inner {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	.urllist-image-link.entries-access-ranking-image-link {
		width: 40%;
		display: inline-block;
	}
	.urllist-title-link.entries-access-ranking-title-link.urllist-title.entries-access-ranking-title {
		width: 55%;
		display: inline-block;
		font-size: 15px;
	}
	/*============================ #header ============================*/
	.hatena-module-category .hatena-urllist li {
		display: inline-block;
		margin-right: 0;
	}
	.hatena-module-category .hatena-urllist li::after{
		content: '/';
		position: relative;
		display: inline-block;
		margin: 0 5px;
	}
}
/* </system> */

/* <system section="background" selected="pattern-03"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pattern-03.png?version=b55d01c69f780f5ff608dea0716a54'); background-repeat: repeat; background-attachment: fixed; background-position:absolute; background-size: 84px 100px; } @media (-webkit-min-device-pixel-ratio: 2) { body {background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pattern-03@2x.png?version=b55d01c69f780f5ff608dea0716a54');} }
/* </system> */

span.author.vcard {

display:none;

}
#blog-title {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/b/brobroski/20180111/20180111214557.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center; /* 中央寄せ */
    height: 600px; /* 表示したい画像の高さ */
    margin: 0;
    padding: 0;
    width: 100%; /* 幅100%に */
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#title, #blog-description {
    margin: 0; /* 上下の余白をなくす */
    padding: 0;
}

/* スマホ用のスタイル */
@media only screen and (max-width: 768px) {
    #blog-title {
        background-size: cover; /* 画面幅に合わせて背景画像をカバー */
        height: 200px; /* スマホ時の高さ調整 */
        background-attachment: scroll; /* スクロールに変更 */
    }

    #title {
        font-size: 5vw; /* スマホ用にフォントサイズを相対サイズに変更 */
        white-space: nowrap;
        padding-top: 0; /* スマホ用に上からの位置調整 */
    }
  
    #blog-description {
        font-size: 3.5vw; /* スマホ用にフォントサイズを相対サイズに変更 */
        white-space: nowrap;
    }
}

#title, #title a {
    color: #fff; /* タイトル名の文字の色 */
    margin: 0;
    padding-top: 0; /* PC版での余白を調整 */
    text-align: center; /* タイトル名中央寄せ */
    font-size: 2.75em; /* PC版のフォントサイズを設定 */
    font-family: "Arial Narrow";
    font-style: italic;
}

#blog-description {
    color: #fff; /* 説明文の文字色 */
    font-size: 1.5em; /* PC版のフォントサイズを調整 */
}

span.author.vcard {
    display: none;
}

.nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex; /* フレックスボックスを使用 */
    flex-wrap: wrap; /* 行に収まりきらない場合は次の行に */
    justify-content: space-between; /* アイテムを等分に配置 */
}

.nav>ul>li {
    box-sizing: border-box;
    width: calc(100% / 9); /* PC表示で1行9列 */
    height: 50px;
    line-height: 50px;
    background: linear-gradient(#1a1a1a, #676767, #1a1a1a);
    border-left: 1px solid white;
    color: white;
    list-style-type: none;
    text-align: center;
    transition: box-shadow .3s ease-in-out;
}

.nav>ul>li:first-child {
    border-left: 0;
}

.nav>ul>li:hover {
    box-shadow: 0 0 50px 25px #1a1a1a inset;
}

.nav>ul>li>a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
}

/* スマホ用スタイル */
@media only screen and (max-width: 768px) {
    .nav>ul>li {
        width: calc(100% / 3); /* スマホ表示で3行3列 */
    }
}


.affiliate-container {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

.affiliate-button {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.amazon-button {
    background-color: #ff9900;
    color: black !important;
}

.rakuten-button {
    background-color: #e60012;
    color: white !important;
}

/* スマホ用スタイル */
@media only screen and (max-width: 600px) {
    .affiliate-container {
        padding: 10px;
    }

    .affiliate-button {
        width: 100%;
        font-size: 16px;
        line-height: 50px;
    }
}

/* スマホ版の記事ページの下部に表示されるはてなのIDを非表示にする */
.entry-footer .hatena-id {
    display: none;
}

img, iframe {
    width: 100%; /* 必要に応じて適切な幅を指定 */
    height: auto; /* 高さを自動で調整 */
    display: block; /* ブロック要素として表示 */
}

@font-face {
    font-family: 'YourFont';
    src: url('yourfont.woff2') format('woff2'),
         url('yourfont.woff') format('woff');
    font-display: swap;
}

body {
    overflow-anchor: none; /* スクロール位置の固定 */
}

@media only screen and (max-width: 768px) {
    .header-image {
        width: 100%;
        height: auto;
        max-width: 100%; /* 縦横比を保ちながら幅いっぱいに表示 */
    }
}

@media only screen and (max-width: 768px) {
    #title {
        font-size: 18px; /* 必要に応じて調整 */
        white-space: nowrap;
    }
  
    #blog-description {
        font-size: 14px; /* 必要に応じて調整 */
        white-space: nowrap;
    }
}
