/* <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=4d776f2b7a248fe0227f52f5e9d786') 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="fff"> */

body {
    background-color: #ffffff;
    font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

html, body {
    background-color: #ffffff;
    font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

body p {
 line-height: 1.4446;
 letter-spacing: 0.1em;
}
/* </system> */

.entry-content p {
    font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 12pt;
    line-height: 1.7em;
    margin: 1.4em 0.6em;
}

::selection {
  color: #ffffff;
  background: #7DD1E4;
}
::-moz-selection {
  color: #ffffff;
  background: #7DD1E4;
}

/*はてなニックネーム下線なし*/
.hatena-id-link,.comment-user-id{
    text-decoration:none;
}

/*HTMLサイドバーフォローボタン*/
#profile-follow {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 0;
    margin-bottom: 20px;
}
.profile-hatena {
    border-right: 1px solid #dcdcdc;
    padding: 15px 0 13px;
    font-size: 15px;
    display: inline-block;
    width: calc(33%);
    text-align: center;
}

.profile-hatena::before {
    margin: -5px 0 0;
    font-size: 25px;
    content: "\f000";
    display: inline-block;
    font-family: blogicon;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 7px;
}
.profile-twitter {
    padding: 15px 0 13px;
    border-right: 1px solid #dcdcdc;
    font-size: 15px;
    display: inline-block;
    width: calc(33%);
    text-align: center;
}
.profile-twitter::before {
    margin: -5px 0 0;
    font-size: 25px;
    content: "\f035";
    display: inline-block;
    font-family: blogicon;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 7px;
}
.profile-feedly {
    padding: 15px 0 13px;
    font-size: 15px;
    display: inline-block;
    width: calc(32.5%);
    text-align: center;
}
.profile-feedly::before {
    margin: -5px 0 0;
    font-size: 25px;
    content: "\f04e";
    display: inline-block;
    font-family: blogicon;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 7px;
}
#profile-follow a {
    color: #dcdcdc;
}

.profile-hatena,.profile-twitter,.profile-feedly{
    transition: 0.3s ease;
}
.profile-hatena:hover,.profile-twitter:hover,.profile-feedly:hover{
    color: #19CF86;
    transition: all 0.3s;
}

.profile-img img{
    float: none;
    margin: 20px auto 20px;
    display: block;
    border-radius: 50% !important;
}

.page-entry .entry-content img{
    display: block;
    margin: 0 auto;
}

.page-index .archive-entries {
    margin-top: 210px;
}
.page-index .archive-entries:before {
    content: '#new_available';
    color: #888;
    position: absolute;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: -60px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.archive-entries {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 1156px;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
}
.page-archive .archive-entries .archive-entry, .archive-entries .list-entry-article {
    width: 362px;
    margin-bottom: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px #7CE694;
    -moz-box-shadow: 0px 0px 5px #7CE694;
    box-shadow: 0px 0px 5px #7CE694;
    border-radius: 4px;
    transition: 0.4s ease;
    animation: fadeIn .7s ease 0s 1 normal;
}
.archive-entries .list-entry-article {
  height:392px;
  margin-right: 34px;
}
/*
.archive-entries .list-entry-article:before {
  content: 'こちらはスポンサーリンクです。';
  font-size: 72%;
  color: #666;
  margin-top: 50px;
  display: inline-block;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
*/

.page-archive .archive-entries .archive-entry:hover, .archive-entries .list-entry-article:hover{
    -webkit-box-shadow: 0px 0px 30px #7CE694;
    -moz-box-shadow: 0px 0px 30px #7CE694;
    box-shadow: 0px 0px 30px #7CE694;
}
.page-archive .archive-entry:not(:nth-child(3n)) {
    margin-right: 3%;
}
.page-archive .archive-entries .archive-entry .archive-entry-header {
    padding: 0 1em;
    margin-top: -23px;
}
@media screen and (min-width: 768px){
	.page-archive .archive-entries .archive-entry .archive-entry-header {
		height: 95px;
	}
}
.page-archive .archive-entries .archive-entry .archive-entry-body {
    display: none;
}
.page-archive .entry-title {
    margin: 0 auto;
    font-size: 1.2rem;
}
.entry-thumb-link:before {
    content: none;
}
.page-archive .entry-thumb {
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: cover;
    float: none;
    margin: 0;
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 85%, 0 92%);
    clip-path: polygon(0 0%, 100% 0, 100% 85%, 0 92%);
    border-radius: 4px;
}
.page-archive .entry-thumb img {
	    -webkit-clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 0px));
    clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 0px));
}

.page-archive .date {
    position: absolute;
    top: 8px;
    left: 10px;
    bottom: auto;
    right: auto;
    z-index: 1;
}
.date a {
    color:#888;
    font-weight:700;
    margin: 0 0 0.5em 0;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    background-color: rgba(255,255,255,0);
    padding: 4px;
    border-radius: 0;
    vertical-align: middle;
}
.page-archive .date a {
    background-color: #ffffff;
    opacity: 0.6;
    color:#000000;
}
.page-archive .date a:hover {
    background-color: #1b1c1d;
    opacity: 1;
}
.entry-date a:before{
  color: #888;
  font-family:'Font Awesome 5 Free';
  content:"\f272";
  font-size: 14px;
  vertical-align: top;
  margin-right: 5px;
}

.page-archive .archive-entries .archive-entry .categories {
    position: absolute;
    top: 262px;
    left: 15px;
    bottom: auto;
    right: auto;
    z-index: 2;
}
.categories a{
    color:#888;
    font-weight:700;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    background-color: rgba(255,255,255,0);
    padding: 4px 0;
    border-radius: 0;
    vertical-align: middle;
    margin-right: 10px;
}

.categories a:before{
  color: #888;
  font-family:'Font Awesome 5 Free';
  content:"\f02b";
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 8px;
}

.page-archive .archive-entries .archive-entry .categories a:before{
    margin-left: 0px;
}

@media screen and (min-width: 768px){
	.pager .pager-next a:hover,
	.pager .pager-prev a:hover{
		background-color: #19CF86;
		color: #333;
	}
}

a:hover {
	color: #19CF86;
}

.categories a:hover {
	color: #19CF86;
}

.entry-categories a:hover {
	color: #19CF86 !important;
}

.date a:hover {
	color: #19CF86;
}

.entry-thumb-link:before {
	content: '';
}
@media screen and (min-width: 768px){
	.entry-thumb-link:hover::before {
		transform: scale(0);
	}
}

/*はてなスター*/
.page-index .hatena-star-add-button {
 display: none;
}
.page-index .hatena-star-user {
 display: none;
}
.page-index .hatena-star-star {
 display: none;
}
.page-index .hatena-star-inner-count {
 display: none;
}
.page-index .hatena-star-star-container {
 display: none;
}
/*はてなスター*/

.hatena-module-body a:hover {
	color: #19CF86;
}

.hatena-module-title a:hover {
	color: #19CF86;
}

.entry-content a {
	color: #00b76b;
}

.entry-content a:hover {
	color: #333;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #00b76b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    line-height: 1.28571429em;
	font-weight: 700;
}

.hatena-urllist li a:hover {
	color: #19CF86;
}

.search-module-input {
    color: #ffffff !important;
}

.hatena-module-search-box .search-module-button {
	width: 24px !important;
	height: 24px !important;
	margin-right: 5px !important;
	background: transparent
		url('https://cdn-ak.f.st-hatena.com/images/fotolife/s/shichihoda/20181113/20181113002332.png') no-repeat center !important;
	background-size: 20px 20px !important;
	border: none !important;
	outline: none !important;
	color: transparent !important;
	overflow: hidden !important;
	opacity: 0.5 !important;
	cursor: pointer !important;
}

.entry-inner .entry-title {
    font-size: 19pt;
    padding: 0.1em;
    padding-bottom: 0px;
    position: relative;
    margin-bottom:0px;
}

.entry-inner .entry-title:after {
    content: "";
    display: block;
    height: 6px;
    margin: 6px 0 0 0;
    background-image:linear-gradient(to right, #7cfc00, #7ED1E6);
}

.archive-entry-header .entry-title {
    padding: 0.1em;
    position: relative;
    margin-top: 17px;
    font-size: 14pt;
    background-color: #ffffff;
}

.archive-entry-header .entry-title:after {
    content: "";
    display: block;
    height: 6px;
    margin: 6px 0 0 0;
    background-color:#ffffff;
}

.pager-arrow {
    display: none;
}

.entry-content {
    font-size: 12pt;
}

.entry-content .table-of-contents {
	padding: 2em 5em 2em 5em;
}

/*太文字マーカー*/
.entry-content strong {
    background: linear-gradient(transparent 65%, #ffff01 35%);
}

.entry-content {
    padding-bottom: 10px;
    border-bottom: 1px solid #ECEEF1;
}

/*引用*/
.entry-content blockquote {
    position: relative;
    padding: 16px 15px 16px 38px;
    box-sizing: border-box;
    font-style: italic;
    background: #f3f3f3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family:'Font Awesome 5 Free';
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #00b76b;
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
    font-weight: 900;
}

.entry-content blockquote:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #7ED1E6;
}

.entry-content blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*引用*/

.hatena-module-title {
    font-size: 16pt;
    text-align: center;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #7cfc00, #7ED1E6);
    border-image-slice: 1;
    padding-bottom: 16px;
}

.hatena-module-body {
    margin-top: 16px;
    margin-bottom: 38px;
}

.hatena-module-body a {
  font-size:15px;
}

.archive-header-category .archive-heading::before{
	background-image: linear-gradient(to right, #7cfc00, #7ED1E6);
}

.entry-content h1 {
    padding-left:10px;
    padding-top:14px;
    padding-bottom:10px;
    color: #000000;
    font-weight: bold;
    font-size: 20pt;
    background-image:linear-gradient(to right, #7cfc00, #7ED1E6);
}

.entry-content h1:before {
    content: '';
    margin-right: 14px;
}

.entry-content h2 {
    font-size: 19pt;
    font-weight: 700;
	letter-spacing: 0.1em;
	font-feature-settings: 'palt' 1;
	position: relative;
	width: 100%;
	padding: 10px 15px;
	margin-top: 2em;
	border-left: solid 8px #7cfc00;/*左線*/
}

.entry-content h2:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	display: block;
    background-image:linear-gradient(to right, #7cfc00, #7ED1E6);
}

.entry-content h3 {
    font-size: 16pt;
    font-weight:700;
    padding: 0.4em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 4px #7cfc00;/*左線*/
}

.entry-content h3:after {
	background: linear-gradient(90deg, #ccc 120px, #ccc 0%, #ccc 0%, #ccc);
}

.entry-content h4 {
    font-size: 16pt;
    font-weight:700;
    padding: 0.2em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 4px #7cfc00;/*左線*/
}

.entry-content h4:before {
	background-color: transparent;
}

#container {
    background-color: #fff;
}

#box2 {
    background-color: #1b1c1d;
}

/*シェアボタン*/
.shrbtn{
  padding:0;
  margin:15px 0;
  width: 100%;
  text-align:center;
  display: inline-flex;
}

.share_btn-top, .share_btn-bottom{
  display: inline-block;
  width: calc(100% / 5);
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color:#ffffff;
  border-radius:0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .3s;
  background:#ececec;
}

.share_btn-top:first-of-type, .share_btn-bottom:first-of-type{
  margin-left:0;
}

.share_btn-top:last-of-type, .share_btn-bottom:last-of-type{
  margin-right:0;
}

.share_btn-top, .share_btn-bottom {
    max-width: 100%; box-shadow: 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.share_btn-top:hover, .share_btn-bottom:hover {
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.3s; transition: all 0.3s;
    color: #ffffff; 
    top: -10px;
}

.share_btn-top .fa, .share_btn-bottom .fa {line-height:40px}
/*シェアボタン*/

/*パンくずリスト*/
#top-box {
    margin-bottom: 0; 
    margin: 1em auto;
    margin-top: 100px;
    max-width: 1024px;
}
@media screen and (min-width: 768px) {
	.page-archive .breadcrumb,
	.page-entry .breadcrumb {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
}
/*エントリーヘッダー*/
.entry-header {
    padding-bottom: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    border-bottom: 0px solid #ddd;
    position: relative;
    max-width: 1024px;
}
/*エントリーフッター*/
.entry-footer {
    padding-bottom: 0;
    margin: 0 auto;
    margin-bottom: 0em;
    border-bottom: 0px solid #ddd;
    position: relative;
    max-width: 1024px;
}
/*日付*/
.entry-date{color:#888;font-weight:700;margin:0 0 0.5em 0;}
.entry-date a{display:inline-block;color:#888;}
.page-index .entry-date{font-size:12px;margin:0px 0 0 0;}
.page-entry .entry-date,.page-preview .entry-date{padding:0px 0 0 0;}
/*カテゴリータグ*/
.entry-categories{padding:0 .8em;font-size:10px;}
.page-index .entry-categories{position:absolute;top:-200px;right:0;z-index:2;background:#eeff41;white-space:nowrap;max-width:349px;overflow:hidden;}
.page-index .entry-categories a{display:inline-block;color:#444;font-weight:bold;line-height:2;margin:0 0.2em;}
.page-entry .entry-categories {
    position: absolute;
    top: -20px;
    left: auto;
    right: 0;
    z-index: 2;
    display: inline-block;
    padding: .2em .8em .2em;
    font-size: 12px;
    animation: slideDown 1.5s ease 0s 1 normal;
    transition: 0.3s ease;
}

.page-entry .entry-categories, .page-preview .entry-categories a {
    color: #888;
}
.page-entry .entry-categories a, .page-preview .entry-categories a {
    display: inline-block;
    color: #888;
    font-weight: 700;
    margin-right: 0;
    padding: 0;
    font-size: 14px;
    background-color: rgba(255,255,255,0);
    line-height: 1.2;
}
.entry-categories.categories::before {
    content: '';
    margin-right: 2px;
}
.page-entry .entry-categories:before, .page-preview .entry-categories:before{
    content: "\00a0";
}

/* アプリーチ */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  border-radius: 10px;
  overflow: hidden;
  max-width: 480px;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach img {
  float: left;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.kaerebalink-name img , .kaerebalink-image > img{
    display: none;
}
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    border-radius: 10px;
    overflow: hidden;
    font-size:small;
    /*max-width: 720px;*/
}
.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;}
/*.shoplinkamazon a{background-color:#FF9901 !important;}
.shoplinkrakuten a{background-color:#c20004 !important;}
.shoplinkkindle a{background-color:#007dcd !important;}
.shoplinkkakakucom a{background-color:#314995 !important;}
.shoplinkyahoo a{background-color:#7b0099 !important;}*/
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}
.shoplinkrakuten img{display:none;}
.shoplinkamazon img{display:none;}
.shoplinkkindle img{display:none;}

@media screen and (max-width: 680px) {
.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;
}
}
/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/

/* シェア */
.iine{
    display: -webkit-flex;
    display: flex;
    margin: 0 0 1em 0;
}
.iine-l{
    width: 50%;
    color: transparent;
    background-size: cover;
    background-position: center center;
}
.iine-r{
    width: 50%;
    background: #777777;
    color: #fff;
    padding: 2em 1em;
    text-align: center;
}

.iine-icon{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.iine-icon a{
    color: #fff;
    font-size: 0.7rem;
    display: inline-block;
    margin:1rem 0;
    padding:0.3rem 0 0.45rem 0;
    width:32%;
    text-decoration:none;
}

.iine-hatenablog{
    background: #606060;
}
.iine-twitter{
    background:#1b95e0;
}
.iine-feedly{
    background:#2BB24C;
}
.iine-hatenablog:hover{
    background:#666;
}
.iine-twitter:hover{
    background:#31a3ea;
}
.iine-feedly:hover{
    background:#2ebc50;
}

.iine-icon a::before{
    font-family: blogicon;
    font-size: 0.9rem;
    margin: 0 0.2rem 0 0;
    position: relative;
    top: 0.15rem;
}
.iine-hatenablog::before{
    content: '\f000';
}
.iine-twitter::before{
    content: '\f035';
}
.iine-feedly::before{
    content: '\f04e';
}

.iine-0{
    font-weight:bold;
    margin:0 0 0.5rem 0;
}
.iine-1{
    font-size: 0.9rem;
}
.iine-2{
    font-size: 0.8rem;
}

@media screen and (max-width: 540px){
.iine-icon a{
    font-size: 0px;
    width:31%;
}
.iine-icon a::before{
    font-size: 1.2rem;
    margin: 0 0 0 0;
    top: 0rem;
}
.iine-0{
    font-size: 0px;
}
.iine-1{
    font-size: 0.8rem;
}
.iine-2{
    font-size: 0.7rem;
}
}

@media screen and (max-width: 1080px){
.iine-icon a{
    font-size: 0px;
    width:31%;
}
.iine-icon a::before{
    font-size: 1.2rem;
    margin: 0 0 0 0;
    top: 0rem;
}
.iine-0{
    font-size: 0px;
}
.iine-1{
    font-size: 0.8rem;
}
.iine-2{
    font-size: 0.7rem;
}
}

/*目次*/
 /* 目次に「目次」を追加 */
.table-of-contents:before{
    content: "目次";
    position: relative;
    font-size: 120%;
    font-weight: bold; /* 文字の太さ */
    top: -1em;
    left: -1.5em;
}

.table-of-contents {
    border: none;
    border-radius: 5px; /* 目次の枠の角の丸さを調節 */
    /*box-shadow: 0 3px 15px rgba(0,0,0,0.2);*/
    line-height: 1.7em;
    padding-top: 3em !important;
}

.table-of-contents a {
   color: #333;
}

.entry-content ul,
.entry-content ol,
.entry-content dd {
	margin: -1em 0 0 0;
	background-color: #eeeeee;
}

.entry-content ul li:before {
	color: #333;
}

.entry-content a:hover {
	color: #19CF86;
}
/*目次*/

/* 画像をマウスホバー*/
.entry-content img {
    max-width: 100%; box-shadow: 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.entry-content img:hover {
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all 0.3s; transition: all 0.3s;
}
/*画像をマウスホバー*/

/*YouTue用*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin-bottom: 1em;
}

.movie-wrap img  {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.movie-wrap div  {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.youtube {
    height: 0;
    overflow: hidden;
	display: inline-block;
	position: relative;
	overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
}

.movie-wrap:hover .youtube {
    /* ホバー時にボカシと明るさを調整する */
    filter: blur(8px) brightness(0.5);
    /* 境界線の見栄えを改善するために拡大も入れておく */
    transform: scale(1.1);
    transition: all 0.3s;
}

.movie-wrap:hover .effect-blur-over {
    opacity: 1.0;
    transform: scale(1.0);
}

.movie-wrap:hover {
	cursor: pointer;
}

.effect-blur-over {
    font-size: 2.5em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(1.2);
    color: white;
    text-shadow: 0 0 5px #000;
}

@media (max-width:540px) {
    .effect-blur-over {
        opacity: 1.0;
        transform: scale(1.0);
    }
}
/*YouTue用*/

/*カテゴリー*/
.hatena-breadcrumb-plus-toggle-button #closed-0 {
    color: #fff !important;
    font-size: 15px !important;
}
.hatena-breadcrumb-plus-child1 {
    margin-top: -3px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.hatena-breadcrumb-plus-child1 li {
    margin-top: 12px !important;
    margin-bottom: 4px !important;
    padding: 0px 0 !important;
    line-height: 16px !important;
}
.hatena-module-category ul li {
    display: block !important;
}
.hatena-module-category .hatena-urllist li::after{
	content: '';
	display: none;
}
.hatena-module-category .hatena-urllist li a {
    color: #fff !important;
}
.hatena-module-category .hatena-urllist li a::before{
  font-family:'Font Awesome 5 Free';
  content:'\f02b';
  color: #fff !important;
  font-weight: 900;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 8px;
}
.hatena-module-category .hatena-urllist li a:hover {
    color: #19CF86 !important;
}
/*カテゴリー*/

/*move-top*/
#page-top {
  position:fixed;
  bottom:0px;
  margin: 0;
  padding: 0;
  text-align:center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  opacity: 0;
  transition: .7s;
}
#page-top.showUp {
  opacity: 1;
  bottom:35px;
}
#move-page-top i{
  color: #888;
  font-size: 2.0em;
  background-image: linear-gradient(to right, #7ED1E6, #7cfc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor:pointer;
}
@media screen and (min-width: 767px) {
  #move-page-top i{
    font-size: 3.0em;
  }
}
@media only screen and (min-width: 1400px){
  #page-top{
    left: auto;
    right:50%;
    margin-right: -680px;
  }
  #move-page-top i{
    font-size: 4.0em;
  }
}
/*move-top*/

/*ヘッダー*/
#toptitle {
    background-image:linear-gradient(to right, #7cfc00, #7ED1E6);
    line-height:1;
    width:100%;
    top:0;
    left:0;
    padding:0 0 0 0;
    position: fixed;
    z-index: 20;
    transition: 0.4s;
    animation: slideDown 1.5s ease 0s 1 normal;
}

.toptitle_animation {
    height: 40px!important;
    opacity: 0.8;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    top:0;
}

#toptitle img {
    height: 90px;
    width: auto;
    transition: 0.4s;
}

.toptitle_animation img {
    height: 40px !important;
}

#toptitle:before {
    value: "";
    display: block;
}
/*ヘッダー*/

/*編集ボタン*/
.entry-header-menu {
    top:-30px;
}
/*編集ボタン*/

@media screen and (max-width: 767px) {
    .page-index .archive-entries {
        margin-top: 180px;
    }
    .page-archive .archive-entries .archive-entry {
        margin-left: auto;
        margin-right: auto;
    }
    .archive-entries .list-entry-article {
        margin-left: auto;
        margin-right: auto;
    }
    .infeed_slot {
        margin-right: 0;
    }
    .table-of-contents:before{
        content: "目次";
        position: relative;
        font-size: 120%;
        font-weight: bold; /* 文字の太さ */
        top: -1em;
        left: -0.5em;
    }
    .entry-content .table-of-contents {
	    padding: 2em 3em 2em 3em;
    }
    #toptitle img {
        height: 60px;
    }
    .breadcrumb {
        margin-top: -30px;
    }
    .breadcrumb-inner {
		padding: 0 15px;
	}
}

.shrbtn-anime {
  -webkit-animation: poyon 0.8s linear 0s 1;
  animation: poyon 0.8s linear 0s 1;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-duration:4s;
  animation-duration:4s;
}
@-webkit-keyframes poyon {
  3%  { -webkit-transform: scale(1.1, .8); }
  6% { -webkit-transform: scale(.8, 1.1) translateY(-5px); }
  9% { -webkit-transform: scale(1, 1); }
}
@keyframes poyon {
  3%  { -webkit-transform: scale(1.1, .8); }
  6% { -webkit-transform: scale(.8, 1.1) translateY(-5px); }
  9% { -webkit-transform: scale(1, 1); }
}

.hatena-module:nth-child(4n) {
	margin-right: 4%;
}





/*aboutページ、デフォdl（プロフィール〜読者までを囲うエリア）*/
.page-about dl {
    text-align: center;
    margin: 0;
}
/*aboutページ、デフォdt（プロフィール等のタイトル）*/
.page-about dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    color: #676F74;
    margin-bottom: 15px;
}
/*aboutページ、デフォdd*/
.page-about dd {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0.5em auto 1.5em;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #676F74;
    font-size: 16px;
    background: #FFF;
    box-sizing: border-box;
}
/*aboutページ、読者数*/
.about-subscription-count {
 display: table;
 position: relative;
 padding: 0 30px;
 color: #676F74;
 font-size: 1.5em;
 font-weight: bold;
 line-height: 1;
 letter-spacing: 1px;
 margin: 12px auto;
}
.about-subscription-count:before {
 left: 0;
 -webkit-transform: rotate(50deg);
   transform: rotate(50deg);
}
.about-subscription-count:after {
 right: 0;
 -webkit-transform: rotate(-50deg);
   transform: rotate(-50deg);
}
/*aboutページ、読者アイコン（拡大＆円形＆ふわっとアニメーション）*/
.page-about .entry-content img.profile-icon {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin: 4px 4px;
    transition: .3s;
}
.page-about .entry-content img.profile-icon:hover {
    box-shadow: 0 10px 20px -4px rgba(0,0,0,.25);
    transform: translateY(-3px);
}

.breadcrumb-inner {
    color: #333 !important;
    font-size: 12pt;
    font-weight: 600;
}

.breadcrumb-inner a {
    color: #19CF86 !important;
    font-weight: 600;
    text-decoration: underline;
}

#bottom-box .breadcrumb-inner {
    width:100%;
    padding: 0 0px;
}

#privacypolicy-title{
display:block;
position:relative;
top:-100px;
left:-50px;
height:80px;
width:calc(100% + 100px);
background-color:#ffffff;
margin-bottom:-40px;
}
@media screen and (max-width: 767px) {
#privacypolicy-title{
left:0px;
width:100%;
margin-bottom:-80px;
}
}




/*人気記事*/
.hatena-module-entries-access-ranking, .hatena-module-related-entries {
    padding-top: 0px;
    padding-bottom: 45px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (min-width: 632px){
	.hatena-module-body .hatena-urllist .rank-5, .hatena-module-body .hatena-urllist .rank-6 {
		display: none;
	}
}

#box2 .hatena-module-entries-access-ranking, #box2 .hatena-module-related-entries {
    width: 100%;
}
#box2-inner .hatena-module-entries-access-ranking, #box2-inner .hatena-module-related-entries {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	margin: auto;
	padding-left: 0;
	padding-top: ;
}
#box2 .hatena-module-entries-access-ranking img, #box2 .hatena-module-related-entries img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 98%);
    clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 98%);
}
.hatena-module-entries-access-ranking .hatena-urllist li, .hatena-module-related-entries .hatena-urllist li {
    padding: 0px 0 0;
    background: #fff;
    margin: 10px;
    text-align: center;
    display: inline-block;
    word-break: break-all;
}

.hatena-module-entries-access-ranking .hatena-urllist li .urllist-item-inner, .hatena-module-related-entries .hatena-urllist li .urllist-item-inner {
    display: block;
    border-radius: 4px;
}
.hatena-module-entries-access-ranking .hatena-urllist li, .hatena-module-related-entries .hatena-urllist li {
    width: 270px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px #7CE694;
    -moz-box-shadow: 0px 0px 5px #7CE694;
    box-shadow: 0px 0px 5px #7CE694;
    border-radius: 4px;
    transition: 0.4s ease;
    animation: fadeIn .7s ease 0s 1 normal;
}
.hatena-module-entries-access-ranking .hatena-urllist li:hover, .hatena-module-related-entries .hatena-urllist li:hover{
    -webkit-box-shadow: 0px 0px 30px #7CE694;
    -moz-box-shadow: 0px 0px 30px #7CE694;
    box-shadow: 0px 0px 30px #7CE694;
}
.hatena-module-entries-access-ranking .hatena-urllist li .urllist-item-inner .urllist-title, .hatena-module-related-entries .hatena-urllist li .urllist-item-inner .urllist-title {
    color: #444;
    display: flex;
    padding: 0.5em 0.5em;
    word-break: break-all;
    width: 100%;
    white-space: normal;
    text-align: left;
    height: 90px;
    font-size: 15px;
    font-weight: 500;
}
.hatena-module-entries-access-ranking .hatena-urllist li .urllist-item-inner .urllist-title:hover, .hatena-module-related-entries .hatena-urllist li .urllist-item-inner .urllist-title:hover {
    color: #19CF86;
}

#box2 .hatena-module-entries-access-ranking .hatena-urllist li .urllist-item-inner .bookmark-widget-counter img, #box2 .hatena-module-related-entries .hatena-urllist li .urllist-item-inner .bookmark-widget-counter img {
	    -webkit-clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 0px));
    clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 0px));
}

.urllist-with-thumbnails li .urllist-image {
    margin: 0;
    float: none;
}

.hatena-module-entries-access-ranking .hatena-module-title, .hatena-module-related-entries .hatena-module-title {
    width:100%;
}

@media screen and (max-width: 767px) {
.ad-entry-bottom {
    -webkit-justify-content:center;justify-content:center;
}
.bottom-ad-center {
    display:none !important;
}
.bottom-ad-right {
    display:none !important;
}
.hatena-module-body .hatena-module-entries-access-ranking .hatena-urllist li .urllist-item-inner, .hatena-module-body .hatena-module-related-entries .hatena-urllist li .urllist-item-inner {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.hatena-module-body .hatena-urllist li .entries-access-ranking-item-inner a, .hatena-module-body .hatena-urllist li .related-entries-item-inner a {
    width: 100%;
    display: block;
}
.hatena-module-body .hatena-module-entries-access-ranking .hatena-urllist li .urllist-item-inner .urllist-title, .hatena-module-body .hatena-module-related-entries .hatena-urllist li .urllist-item-inner .urllist-title {
    padding: 0.2em 0.3em;
    height: 100px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
}
@media screen and (max-width: 631px) {
.hatena-module-entries-access-ranking .hatena-urllist li, .hatena-module-related-entries .hatena-urllist li {
    width: 168px;
}
.hatena-module-body .hatena-module-entries-access-ranking .hatena-urllist li .urllist-item-inner, .hatena-module-body .hatena-module-related-entries .hatena-urllist li .urllist-item-inner {
	width: 168px;
}
.hatena-module-body .hatena-urllist li .entries-access-ranking-item-inner, .hatena-module-body .hatena-urllist li .related-entries-item-inner {
    width: 168px;
}
.hatena-module-entries-access-ranking .hatena-urllist li .urllist-item-inner .urllist-title, .hatena-module-related-entries .hatena-urllist li .urllist-item-inner .urllist-title {
    height: 110px;
}
}

.entries-access-ranking-image-link:hover {
	opacity: 1;
}

.hatena-module:nth-child(5n) {
	margin-right: 0px;
}

.hatena-module-entries-access-ranking .hatena-module-body ul, .hatena-module-related-entries .hatena-module-body ul {
  width:1200px;
}
@media screen and (max-width: 1199px) {
.hatena-module-entries-access-ranking .hatena-module-body ul, .hatena-module-related-entries .hatena-module-body ul {
  width:100%;
}