/* <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=3d50a683c86fed692c38a9e0bb3242') 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> */
/********************
デフォルト定義
********************/
html,
body {
	background: #fefefe;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	color: #444444;
	letter-spacing: 1px;
	font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
a {
	color: #444;
}
a:hover {
	color: #444;
}
a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	color: #454545;
}
h1,h2,h3,h4,h5,h6 {
	color: #444;
	line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #444;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #444;
}
.entry-content a, .entry-content p a {
	text-decoration: underline;
	color: #7c9dec;
}
.entry-content a:hover, .entry-content p a:hover {
	text-decoration: underline;
	color: #7c9dec;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
}
*::selection {
	background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}
/********************
アニメーション定義
********************/
@keyframes RightToLeft {
 0% {
  transform: translateX(40px);
 }
}
@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-30px);
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
}
}
@keyframes fadeHeader {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
}
}
@keyframes anim1 {
  0% { height: 60px; }
  100% { height: 40px; }
}
@keyframes anim2 {
  0% { height: 40px; }
  100% { height: 60px; }
}
@keyframes anim3 {
  0% { width: 200px; height: 40px; }
  100% { width: 100px; height: 20px; }
}
@keyframes anim4 {
  0% { width: 100px; height: 20px; }
  100% { width: 200px; height: 40px; }
}
/********************
ヘッダーエリア
********************/
/*既存ヘッダー*/
#blog-title{display:none;}
/* NEWヘッダー */
#new-blog-title {
    width: 100%;
    height: 80px;
    top: 0;
    /*overflow: hidden;*/
    display: table;
    margin: 0 0 0rem 0;
    background: #fff;
    color: #fff;
    position: fixed;
    z-index: 15;
    transition: .4s;
    background-image: linear-gradient(to right, rgba(235, 155, 189, .8), rgba(126, 209, 230, .8));
    animation: slideDown 1.5s ease 0s 1 normal;
} 
/* ヘッダーインナー */
#new-blog-title #new-blog-title-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
/* ヘッダー、タイトル、h１ */
#new-blog-title #new-title a {
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.0em;
    font-family: 'Nico Moji';
}
#new-blog-title #new-title a img {
    height: 60px;
    transition: .4s;
}
/* ヘッダー、タイトル、h２ */
#new-blog-title-content #new-blog-description {
    font-size: 80%;
    letter-spacing: 1.5px;
    margin-top: -5px;
    transition: .4s;
    color: #fff;
    font-weight: 600;
}
/* ヘッダー、スクロールで可変するために付与するクラス */
.header-animation {
  height: 45px!important;
  /*background: #fbfbf0!important;*/
  box-shadow: 0px 1px 3px #676F74!important;
}
.header-animation h1 a {
    /*color: #676F74!important;*/
    font-size: 38px!important;
}
.header-animation h1 a img {
    height: 40px!important;
    padding-top: 5px;
}
.header-animation #new-blog-title-content #new-blog-description {
  display:none;
}
/*ハンバーガーメニュー*/
#nav-drawer {
    position: absolute;
    width: 30px;
    top: 35%;
    left: 3%;
    transition: .4s;
}
.header-animation #nav-drawer {
    top: 20%;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 45px;
  height: 40px;
  vertical-align: middle;
  padding: 3px;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 5px;/*線の太さ*/
  width: 33px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -10px;
  transition: .4s;
}
.header-animation #nav-drawer #nav-open span:before {
  bottom: -9px;
}
#nav-open span:after {
  bottom: -20px;
  transition: .4s;
}
.header-animation #nav-drawer #nav-open span:after {
  bottom: -18px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fefefe;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px){
	#nav-content {
	max-width: 400px;
	}
}
#nav-content .hatena-module-body {
width: 100%;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*中身タイトル＆閉じるボタン*/
.drawer__title {
 position: relative;
 padding: 25px;
 font-size: 25px;
 font-weight: bold;
 text-align: center;
 letter-spacing: 2px;
 color: #676F74;
}
.drawer__title .close {
 display: inline-block;
 padding: 15px 10px;
}
.drawer__title .close span {
 height: 30px;
 margin: 0 20px 0 7px;
}
.drawer__title .close span:before {
 left: -13px;
 width: 30px;
}
.close {
 display: none;
 position: absolute;
 z-index: 999999;
 top: 5px;
 right: auto;
 left: 30px;
 padding: 0 15px 10px;
 cursor: pointer;
 -webkit-animation: animScale 2s ease 0s 1 normal;
   animation: animScale 2s ease 0s 1 normal;
}
.close span {
 display: inline-block;
 position: relative;
 width: 3px;
 height: 45px;
 margin: 0 20px 0 7px;
 padding: 0;
 background: #676F74;
 transition: .3s ease-in-out; 
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.close span:before {
 display: block;
 position: absolute;
 top: 50%;
 left: -20px;
 width: 45px;
 height: 3px;
 margin-top: -2px;
 background: #676F74; 
 content: "";
}
/*検索窓*/
/*ヘッダー検索*/
#header-search {/*全体*/
  position: absolute;
  top: 25%;
  right: 3%;
  transition: .4s;
}
@media screen and (max-width: 480px){
#header-search {
  display: ;
}
}
.header-animation #header-search {
  top: 1%;
}
.header-search-icon:after {
    content: "\f01a";
    font-family: blogicon;
    position: absolute;
    right: 0;
    height: 2rem;
    width: 3rem;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    transform: rotateY( 180deg );
    transition: .4s;
}
.header-animation .header-search-icon:after {
  font-size: 1.8rem;
}
#header-search input[type="text"] {/*入力部分スタイリング。width: 0px;にしておく*/
  height: 50px;
  font-size: 20px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}
.header-animation #header-search input[type="text"] {
  height: 40px;
}
#header-search input[type="text"]:focus:hover {
  border-bottom: 2px solid #fff;
}
#header-search input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  border: 2px solid #fff;
  cursor: text;
  color: #fff;
  background: #fff;
  background-image: linear-gradient(to right, rgba(235, 155, 189, .7), rgba(126, 209, 230, .7));
  margin-right:50px;
}
#header-search input[type="submit"] {/*アイコン部分*/
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}
#header-search input[type="submit"]:hover {
  opacity: 0.8;
}
/* ヘッダーメニュー */
.menu a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration:none;
  height: 33px;
  text-align: center;
  box-sizing: border-box;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.menu {
  display: inline-block;
}
.about {
	position: absolute;
    top: 35%;
    right: 28%;
    transition: .4s;
}
.header-animation .about {
    top: 24%;
}
.contact {
	position: absolute;
    top: 35%;
    right: 14%;
    transition: .4s;
}
.header-animation .contact {
    top: 24%;
}
.custom {
	position: absolute;
    top: 35%;
    left: 14%;    
    transition: .4s;
}
.header-animation .custom {
    top: 24%;
}
.blog {
	position: absolute;
    top: 35%;
    left: 26%;    
    transition: .4s;
}
.header-animation .blog {
    top: 24%;
}
/* ホバーアニメーション（下線） */
.underline {
  position: relative;
}
.underline:hover,
.underline:focus,
.underline:active {
  cursor: pointer;
}
.underline:after {/*疑似要素とアニメーション設定を加えてwidthを0にしておく*/
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  background-color: #fff;
  width: 0;
  transition: width .4s;
}
.underline:hover:after,
.underline:focus:after,
.underline:active:after {/*ホバーしたら100%の位置まで伸びる*/
  width: 100%;
}
/********************
メイン
********************/
.page-index #content-inner {
    margin-top: 200px;
}
/**********トップページ**********/
.archive-entries {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 1140px;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
}
.page-index .archive-entries:before {
    content: '- 新着記事 -';
    color: #444;
    font-size: 2.0rem;
    font-style: oblique;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
    position: absolute;
    margin-top: -60px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.page-archive .archive-entries .archive-entry {
    width: 357px;
    margin-bottom: 50px;
    background: #fff;
    -webkit-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);
    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);
    border-radius: 4px;
    transition: 0.4s ease;
    animation: fadeIn .7s ease 0s 1 normal;
}
.page-archive .archive-entries .archive-entry:hover{
    -webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}
.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: 200px;
    background-position: center;
    background-size: cover;
    float: none;
    margin: 0;
    -webkit-clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 20px));
    clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 20px));
    border-radius: 4px;
}
.page-archive .archive-entries .archive-entry .categories {
    font-size: 0.9rem;
    font-style: oblique;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.page-archive .archive-entries .archive-entry .categories a {
    margin-right: 0;
    display: inline-block;
    padding: 4px 8px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(255,255,255,0);
    line-height: 1.2;
    transition: 0.3s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
}
/*.page-archive .archive-entries .archive-entry .categories a:hover {
    -webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}*/
/*日付*/
.page-archive .date a {
    color: #999;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
}
/*カテゴリーページ*/
.archive-header-category .archive-heading::before {
	display:none;
}
.archive-header-category {
	margin: 0 0 3em;
}
.archive-header-category .archive-heading {
    display: inline-block;
    padding: 10px 50px;
    border: 0px solid #333;
    position: relative;
    min-width: 300px;
}
.page-archive .archive-heading {
    margin: 30px 0;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    font-style: oblique;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
}
@media screen and (min-width: 768px){
	.page-archive .archive-heading {
		font-size: 2.5rem;
	}
}
/**********記事ページ**********/
#wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
/*パンくずリスト*/
#top-box {
    margin-bottom: 0; 
    margin: 1em auto;
    margin-top: 100px;
}
@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: left;
	}
}
.entry-header {
    padding-bottom: 0;
    margin: 0 auto;
    margin-bottom: 0em;
    border-bottom: 0px solid #ddd;
    position: relative;
    width: 750px;
}
/*日付*/
.entry-date{color:#888;font-weight:700;margin:0 0 0.5em 0;}
.entry-date a{display:inline-block;color:#888;}
.entry-date:before{content:"\f043";font-family:blogicon;}
.page-index .entry-date{font-size:12px;margin:64px 0 0 0;}
.page-entry .entry-date,.page-preview .entry-date{padding:42px 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:hover {
	
}

.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: 'Tag:';
    margin-right: 2px;
}
.page-entry .entry-categories:before, .page-preview .entry-categories:before{content:"\f013";font-family:blogicon;}
/*記事タイトル*/
.page-entry .entry-title {
    font-size: 2.0rem;
    line-height: 1.3;
    font-weight: 600;
    animation: RightToLeft 1s cubic-bezier(.24, .56, .47, .91) 0s 1 normal;
}
/*記事本文*/
.entry-content {
    padding: 1em 0 2em;
    margin-bottom: 50px;
    font-size: 17px;
    width: 750px;
    margin: 0 auto;
}
/* 記事内、見出し */
.entry-content h2{    
    background: #7ED1E6;
    color: #fff;
    border-bottom: 5px solid #7ED1E6;
    letter-spacing: 0px;
    padding: 0.5em 4% 5px 3%;
    margin: 1em -2% 1em -2%;
    font-size: 1.8rem;
    line-height: 1.2;
    position: relative;
    position: -webkit-sticky;
    position: relative;
    font-weight: 600;
}
.entry-content h2::before{display:block;}
.entry-content h3 {
    font-size: 1.6rem;
    padding: 0.5rem;
    border-left: 5px solid #7ED1E6;
    margin: 1.5em 0 1em 0;
    color: #676F74;
    font-weight: 600;
}
.entry-content h3:after {
	display: none;
}
.entry-content h4 {
    font-size: 1.4rem;
    padding: 1em 0 0 0;
    margin: 0 0 .5em 0;
    color: #676F74;
    font-weight: 600;
}
.entry-content h4::before {
    content: '\f029';
    font-family: blogicon;
    width: 0;
    height: 0;
    margin: 0;
    margin-right: .5em;
    color: #7ED1E6;
    position: relative;
    display: initial;
    background: none;
}
/*目次*/
.entry-content .table-of-contents {
    padding: 1em 1em 1em 2em;
    margin: 1.5em 0;
    border: 1px solid #ddd;
}
/* 記事内、名前とID */
.entry-footer-section {
    display: none;
}

/* 記事下、フォローエリア */
.iine{
    display: -webkit-flex;
    display: flex;
    margin: 0 0 2em 0;
    position: relative;
}
@media screen and (min-width: 768px) {
	.iine{
		-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
	}
}
.iine-l{
    color: transparent;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.iine-l:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(51,51,51,.7);
}
.iine-r{
    width: 100%;
    background: transparent;
    color: #fff;
    padding: 4em 1em;
    text-align: center;
    z-index: 10;
}
.iine-icon{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 480px){
	.iine-icon {
		width: 100%;
	}
}
.iine-icon a{
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    margin:1rem 0;
    padding:0.3rem 0 0.45rem 0;
    width:32%;
    font-weight: 600;
    border-radius: 4px;
}
.iine-hatenablog{
    background: #444;
}
.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: 1.2rem;
    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;
    display: none;
}
.iine-1{
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}
.iine-2{
    font-size: 0.8rem;
}
/*フッター*/
.entry-footer {
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 768px){
.entry-footer .hatena-star-container {
	width: 750px;
	margin: 0 auto;
}
.entry-footer .comment-box {
	width: 750px;
    margin: 0 auto;
}
}
.entry-footer .sns-btn__title {
	color: #fff;
}
.entry-footer .sns-btn__title:before {
	background-color: #fff;
}
.entry-footer .sns-btn__title:after {
	background-color: #fff;
}
/*ページャー*/
.pager {
    display: block;
    max-width: 1140px;
    margin: 50px auto;
}
.pager .pager-next a,
.pager .pager-prev a {
	display: inline-block;
	background-color: #fff;
	background-image: linear-gradient(to right, rgba(235, 155, 189, .9), rgba(126, 209, 230, .9));
	padding: 10px 50px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	transition: 0.3s ease;
	-webkit-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);
    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);
    border-radius: 4px;
    border:0px solid #fff;
    margin-bottom: 1rem;
}
.pager .pager-prev a {
	background-image: linear-gradient(to left, rgba(235, 155, 189, .9), rgba(126, 209, 230, .9));
}
.pager-arrow {
	display: none;
}

@media screen and (min-width: 768px){
	.pager .pager-next a:hover,
	.pager .pager-prev a:hover{
		background-color: #fff;
		color: #fff;
		-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
	}

}
/* 記事内、画像センター */
.page-entry .entry-content img{
    display: block;
    margin: 0 auto;
}
/* 斜体を太字 */
em {
font-weight:bold;
font-style: normal;
}
/* 記事内、テーブル */
.entry-content table {
	display: inline-table;
}
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-size:18px;
}

table.type06 th {
  width: ;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}
table.type06 td {
  width: ;
  padding: 10px;
  vertical-align: top;
}

tr:nth-child(even) {
  background: #d9d9d9;
}
/* 記事内、BOX */
ul.table-of-contents{border:1px solid #EB9BBD;padding:1.2em 1em 1em 2em;margin:0.5em 0 2em 0;position:relative;}
ul.table-of-contents li{font-size:90%;margin-bottom:0;}
ul.table-of-contents li a{text-decoration:none;}
ul.table-of-contents ul ul{display:none;}
ul.table-of-contents:before{content:"目次";display:inline-block;position:absolute;top:-0.6em;left:0.5em;background:#EB9BBD;padding:0 0.5em;font-weight:700;color:#fff;}

.entry-content ul li::before {
    content: '\25CF';
}
.entry-content ul li::before, .entry-content ul ul li::before {
    color: #EB9BBD;
    font-size: 1px;
    margin-right: 0.1rem;
    position: relative;
    top: -0.2em;
}
/*記事内、強調*/
.entry-content b, .entry-content strong {
	background: linear-gradient(transparent 75%, #EB9BBD 0);
}

/**********aboutページ**********/
/*aboutページ、ラッパー*/
.page-about #wrapper {
width: 750px;
}
@media screen and (max-width: 1200px){
.page-about #wrapper {
    width: 100%;
}
}
/*aboutページ、背景*/
.page-about .entry-inner {
    background: ;
    padding: 2em 0em 0em;
    margin-top: -40px;
    position: relative;
}
@media screen and (max-width: 480px){
.page-about .entry-inner {
    background: ;
    padding: 0em 0em 0em;
    margin: 0px auto 3em;
    width: ;
}
}
.page-about .entry-content {
	    padding: 5em 0 2em;
}
/*aboutページ、h1、タグみたいに*/
.page-about .entry-content .entry-categories {
    position: absolute;
    top: 0.9em;
    left: -10px;
    z-index: 2;
    display: inline-block;
    background: #7ED1E6;
    padding: .4em .8em .2em;
    font-size: 11px;
    transform: rotate(-5deg);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    animation: slideDown 1.5s ease 0s 1 normal;
    color: #fff;
    display: none;
}
.page-about .entry-content .entry-categories h1 {
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.page-about .entry-content h2 {
    border-bottom: 5px solid #7ED1E6;
    text-align: center;
}
.page-about .entry-content h3 {
    border-left: 5px solid #7ED1E6;
}
.page-about .entry-content .profile-center {
	    width: auto;
}
.about-blog {
	color: #EB9BBD;
    font-size: 17.5px;
    font-weight: 600;
    text-align: center;
    padding: 2em 1.5em;
    margin: 0 2em;
    border-radius: 5px;
    border: 2px solid #EB9BBD;
}
/* 主なカテゴリーエリア */
.page-about .entry-content .widget-menu {
    text-align: center;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    background: none;
}
.page-about .entry-content .widget-menu li {
    float: left;
    width: 50%;
    border: solid 2px #676F74;
    font-size: 20px;
    vertical-align: middle;
    background: #fefefe;
    list-style-type: none;
    padding: 10px;
}
.page-about .entry-content .widget-menu li:hover{
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
    transform: translateY(-3px);
    transition: 0.3s;
    background: rgba(238,238,238,.4);
}
.page-about .entry-content .widget-menu li:nth-child(even) {
border-left: solid 0px #676F74;
}
.page-about .entry-content .widget-menu li:last-child, .page-about .entry-content .widget-menu li:nth-last-child(2) {
border-top: 0;
}
.page-about .entry-content .widget-menu .fa {
display: none;
font-size: 3em;
} 
/*aboutページ、フォローボタンまわり*/
.page-about .entry-content ul li::before, .entry-content ul ul li::before {
    display: none;
}
.page-about .entry-content .sns-btn__title:before, .page-about .entry-content .sns-btn__title:after {
    width: 45px;
}
/*aboutページ、デフォdl*/
.page-about .entry-content dl {
    text-align: center;
    margin: 0;
}
/*aboutページ、デフォdt*/
.page-about .entry-content dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    color: #676F74;
    margin-bottom: 15px;
    border-bottom: 0px solid #ddd;
}
/*aboutページ、デフォdd→吹き出し風*/
.page-about .entry-content 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;
    border: solid 3px #676F74;
    box-sizing: border-box;
    border-radius: 10px;
}
.page-about .entry-content dd:before{
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}
.page-about .entry-content dd:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #676F74;
 	z-index: 1;
}
/*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,
.about-subscription-count:after {
 display: inline-block;
 position: absolute;
 top: 50%;
 width: 20px;
 height: 3px;
 border-radius: 3px;
 background-color: #676F74;
 content: "";
}
.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);
}
/********************
サイドバー
********************/
#box2 {
    width: 100%;
    background-color: #eee;
    color: #444;
    -webkit-clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
}
#box2-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	margin: auto;
	padding: 30px 0 30px;
	padding-top: ;
}
#box2 img {
    max-width: 100%;
    height: auto;
    -webkit-clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 20px));
    clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 20px));
}
.hatena-module {
    font-size: 1rem;
    width: 100%;
    margin: 0% 0;
    padding: 0;
    text-align: center;
}
.hatena-module-title {
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
    border-bottom: 0px solid #ddd;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #444;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
}
@media screen and (min-width: 768px){
.hatena-module-title {
	font-size: 2.0rem;
    font-style: oblique;
    margin-top: 15px;
    margin-bottom: 15px;
}
}
.hatena-module-body {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}
.hatena-module-body .hatena-urllist {
    /*overflow-x: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*white-space: nowrap;*/
}
.hatena-module-body .hatena-urllist li {
    padding: 0px 0 0;
    background: #fff;
    margin: 10px;
    text-align: center;
    display: inline-block;
    word-break: break-all;
}
.hatena-module-body .hatena-urllist li .urllist-item-inner {
    display: block;
    width: 270px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    position: relative;
    line-height: 1.5;
    -webkit-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);
    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);
    border-radius: 4px;
    transition: 0.3s ease;
}
.hatena-module-body .hatena-urllist li .urllist-item-inner:hover{
    -webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}
.hatena-module-body .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: 100px;
    font-size: 16px;
    font-weight: 500;
}
.hatena-module-body .hatena-urllist li .urllist-item-inner .bookmark-widget-counter {
    position: absolute;
    height: 15px;
    top: auto;
    bottom: 10px;
    right: 5px;
    left: auto;
    width: auto;
}
#box2 .hatena-module-body .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 {
	padding: 15px;
    padding-top: 0px;
    padding-bottom: 45px;
    width: 100%;
    margin: 0;
    background: ;
}
.page-entry .hatena-module-entries-access-ranking {
    background: #fff;
    -webkit-clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 40px,100% 0,100% 100%,0px 100%);
    margin-bottom: -20px;
    padding-top: 30px;
}
.hatena-module-entries-access-ranking .hatena-module-title {
	color: ;
	-webkit-text-fill-color: ;
}
@media screen and (min-width: 768px){
	.hatena-module-body .hatena-urllist .rank-5, .hatena-module-body .hatena-urllist .rank-6 {
		display: none;
	}
}
/*最新記事*/
.hatena-module-recent-entries {
        background: #eee;    
}
.hatena-module-recent-entries .hatena-module-title a {
    color: #444;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, .7), rgba(126, 209, 230, .7));
}
.hatena-module-body .hatena-urllist li .recent-entries-item-inner {
    width: 270px;
}
/* サイドバー、検索窓 */
.hatena-module-search-box .search-form{border:3px solid #e0e0e0;position:relative;overflow:hidden;line-height:3rem;}
.hatena-module-search-box .search-form:after{content:"\f01a";font-family:blogicon;position:absolute;right:0;height:2rem;width:3rem;text-align:center;font-size:1.5rem;line-height:3rem;}
.hatena-module-search-box .search-module-input{border:0px;width:calc(100% - 3rem);height:2rem;font-size:0.9rem;line-height:2rem;padding:0 0.5em;}
.hatena-module-search-box .search-module-button{background:rgba(255,255,255,0.1);border:0px;color:transparent;position:absolute;right:0;height:2rem;width:3rem;z-index:2;}
.hatena-module-search-box .search-module-button:hover{cursor:pointer;}
.hatena-module-search-box .search-result-form{height:2.3em;}
.hatena-module-search-box .search-result-input{height:2.3em!important;}
/*検索窓*/
.hatena-module-search-box .search-form:after {
  color: #aaa;
}
/* サイドバー、検索窓背景 */
.hatena-module-search-box input {
    background: none;
}
.hatena-module-search-box .search-module-button {
    background: rgba(255,255,255,0);
    border: 0px;
    color: transparent;
    position: absolute;
    right: 0;
    height: 3rem;
    width: 3rem;
    z-index: 2;
}
/* サイドバー、カテゴリ */
.widget-menu {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-menu li {
    float: left;
    width: 50%;
    border-bottom: solid 2px #fff;
    font-size: 18px;
    vertical-align: middle;
    background: #676F74;
    list-style-type: none;
    padding: 0px;
}
.widget-menu li:hover{
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
    transform: translateY(-3px);
    transition: 0.3s;
    background: rgba(238,238,238,.4);
}
.widget-menu li:nth-child(even) {
border-left: solid 2px #fff;
}
.widget-menu li:last-child, .widget-menu li:nth-last-child(2) {
border-bottom: 0;
}
.widget-menu li a {
	text-decoration: none;
	display:  block;
	padding: 10px;
}
.widget-menu li a:hover {
	text-decoration: none;
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
}
.widget-menu .fa {
display: none;
font-size: 3em;
} .widget .follow_btn {
margin-top: 0;
text-align: center;
}

/********************
フッター
********************/
/* フッター、おすすめ記事 */
.title-recommends {
    height: 90px;
    padding: 15px 0;
}
.title-recommends p {
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 0;
    font-size: 24px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: 600;
}
@media screen and (min-width: 768px){
	.title-recommends p {
		font-size: 2.0rem;
    font-style: oblique;
    margin-top: 25px;
    }
}
.recommends {
    margin: 0;
    width: 100%;
    height: 278px;
    overflow-y: hidden;
        margin-bottom: 10px;
}
@media screen and (min-width: 768px){
	.recommends {
		    margin-top: 25px;
		  }
}
.recommends .carousel {
    list-style-type: none;
    padding: 15px;
    padding-bottom: 20px;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0;
    background: #fff;
    background-image: linear-gradient(to right, rgba(235, 155, 189, .7), rgba(126, 209, 230, .7));
}
.recommends .carousel li {
    background: #fff;
    margin: 10px;
    text-align: center;
    display: inline-block;
    word-break: break-all;
}
.recommends .carousel li img {
	-webkit-clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 20px));
    clip-path: polygon(100% 100%,100% 0,0 0,0 calc(100% - 20px));
}
.recommends a.recommend-entry {
    display: block;
    width: 270px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    position: relative;
    line-height: 1.5;
    -webkit-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);
    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);
    border-radius: 4px;
    transition: 0.3s ease;
}
.recommends a.recommend-entry:hover {
    -webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
}
.recommend-title {
    display:flex ;
    padding: 0.5em 0.5em;
    word-break: break-all;
    width: 100%;
    white-space: normal;
    text-align: left;
    height: 85px;
}
/* フッター */
#bottom-editarea {
    width: 100%;
    margin: 0 auto;
    margin-top: -50px;
    background: #fff;
    background-image: linear-gradient(to right, rgba(235, 155, 189, .7), rgba(126, 209, 230, .7));
    padding: 0px;
    color: #fff;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
}
#footer {
    text-align: center;
    color: #fff;
    background: #676F74;
    width: 100%;
    margin: 0;
    padding: 2em 40px 1em 40px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 80%;
    color: #fff;
    border-top: 0px solid #95a5a6;
    -webkit-clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
}
#footer a {
    color: #fff;
}
#blog-title-content a {
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.0em;
    font-family: 'Nico Moji';
}
#footer-menu nav {
	margin: 10px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links ul li {
    display: inline-block;
    padding: 0 6px;
    font-size: 14.5px;
    box-sizing: border-box;
}
.copyright {
    font-size: 10px;
}
#bottom-editarea #footer .sns-btn__title {
	color: #fff;
}
#bottom-editarea #footer .sns-btn__title:before, .sns-btn__title:after {
	color: #fff;
}
/********************
その他装飾
********************/
/* ふわっとボタン */
.float-btn {
    display: inline-block;
    margin: .5em 0;
    padding: .4em 1.3em;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    vertical-align: middle;
    transition: .2s ease-in-out;
    background-color: #EB9BBD;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
}
.float-btn:hover {
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
    transform: translateY(-3px);
    transition: 0.3s;
    background: ;
}
/* 記事内、シェアボタン */
.sns-btn {
 margin: 0 auto;
 margin-bottom: 10px;
 text-align: center;
 width: 750px; 
}
@media screen and (max-width: 480px){
	.sns-btn {
		width: 100%;
	}
}
.entry-header-html .sns-btn {
    margin: 0;
    margin-left: 20px;
    margin-bottom: -50px;
    text-align: left;
    animation: slideDown 1.5s ease 0s 1 normal;
    transition: 0.3s ease;
    margin-top: 20px;
}
.sns-btn__title {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    margin-bottom: 15px;
    color: #676F74;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}
.sns-btn__title:before,
.sns-btn__title:after {
 display: inline-block;
 position: absolute;
 top: 50%;
 width: 20px;
 height: 3px;
 border-radius: 3px;
 background-color: #676F74;
 content: "";
}
.sns-btn__title:before {
 left: 0;
 -webkit-transform: rotate(50deg);
   transform: rotate(50deg);
}
.sns-btn__title:after {
 right: 0;
 -webkit-transform: rotate(-50deg);
   transform: rotate(-50deg);
}
.sns-btn ul {
padding: 0;
margin: 0;
}
.entry-footer-html .sns-btn ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
}
.sns-btn__item {
 display: inline-block;
 position: relative;
}
.entry-footer-html .sns-btn__item {
    display: flex;
    position: relative;
    width: 25%;
}
.sns-btn__item a {
 display: inline-block;
 width: 80px;
 height: 76px;
 margin: 6px 4px;
 padding: 10px 0;
 border-radius: 10px;
 background: ;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 transition: .3s ease-in-out;
}
.entry-header-html .sns-btn__item a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 6px 4px;
    padding: 15px 0px;
    border-radius: 50%;
    background: ;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    transition: .3s ease-in-out;
    -webkit-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);
    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);
}
.entry-footer-html .sns-btn__item a {
	 width: 100%;
	 height: 70px;
	 border-radius: 5px;
	 transition: .3s ease-in-out;
    -webkit-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);
    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);
}
.sns-btn__item a:hover {
 -webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
 text-decoration: none;
}
.sns-btn .sns-btn__item .fa {
  display: block;
  width: auto;
  height: auto;
  font-size: 35px;
  line-height: 1;
}
.tw a,
.tw .scc {
 color: #fff;
     background: #7dcdf7;
}
.fb a,
.fb .scc {
 color: #fff;
 background: #7c9dec;
}
.gplus a,
.gplus .scc {
 color: #fff;
     background: #ff7573;
}
.pkt a,
.pkt .scc {
 color: #fff;
     background: #f99593;
}
.hatebu a,
.hatebu .scc {
 color: #fff;
     background: #7cb1ec;
}
.line a {
 color: #fff;
     background: #8ed97a;
}

.fa-hatebu:before {
 font-family: "Quicksand","Arial",sans-serif;
 font-size: 1.1em;
 font-weight: bold; 
 line-height: .9;
 content: "B!";
}
.entry-header-html .share_txt {
	display: none;
}
.entry-footer-html .share_txt {
	color: #fff;
}
/*****ここから会話のCSS*****/
.talk-wrap{
 display: block;
 clear: both;
 margin:0 auto 3px auto;
 }
.talk-wrap p{
 margin:0;
 }
 .left-icon{
 width: 100px;
 height: 100px;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 background: no-repeat;
 background-size: 100%;
 background-position: center;
 float:left;
 display:inline-block;
 box-shadow: 1px 1px 5px #aaa; /*左のアイコンの影の設定*/
 border: 3px solid #fff; /*左のアイコンの枠の設定*/
 margin-bottom: 10px;
 }
 .talk-left{
 float:right;
 position: relative;
 background: #fff; /*左の会話の背景色*/
 border: 2px solid #666;
 padding: 3%;
 border-radius: 10px;
 width: 80%;
 margin-top:10px;
 box-shadow: 1px 1px 5px #aaa; /*左の会話の影の設定*/
 margin-bottom: 10px;
 }
.talk-left:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-right-color: #666;
 position: absolute;
 left: -20px;
 top: 25%;
 margin-top: -9px;
}
.talk-left:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-right-color: #fff;
 position: absolute;
 left: -16px;
 top: 25%;
 margin-top: -8px;
}
 .right-icon{
    width: 100px;
    height: 120px;
    /* border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    background: no-repeat;
    background-size: 90%;
    background-position: center;
    float: right;
    display: inline-block;
    /* box-shadow: 1px 1px 5px #aaa; */
    /* border: 3px solid #FFF; */
    margin-bottom: 10px;
 }
 .talk-right{
 float:left;
 position: relative;
 background: #fff; /*右の会話の背景色*/
 border: 2px solid #666;
 padding: 3%;
 border-radius: 10px;
 width: 80%;
 margin-top:10px;
 box-shadow: 1px 1px 5px #aaa; /*右の会話の影*/
 margin-bottom:10px;
 margin-right: 10px;
 }
 .talk-right:before {
 content: "";
 display: inline-block;
 border: 10px solid transparent;
 border-left-color: #666;
 position: absolute;
 right: -20px;
 top: 25%;
 margin-top: -9px;
}
.talk-right:after {
 content: "";
 display: inline-block;
 border: 9px solid transparent;
 border-left-color: #fff;
 position: absolute;
 right: -16px;
 top: 25%;
 margin-top: -8px;
}
.talk-end{
 clear:both;
}
/*****レスポンシブ設定*****/
@media screen and (max-width: 480px){
 .left-icon{
 width: 80px;
 height: 80px;
 }
 .talk-left{
 width: 70%; 
 }
 .right-icon{
 width: 80px;
 height: 95px;
 }
 .talk-right{
 width: 70%; 
 }
 }
  /*SANGO風プロフィール*/
.sidebar-profile {
    width: 100%;
    font-size: 1.2em;
    background-image: ;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 3% 1.7em 3em 1.7em;
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/a24o92/20180205/20180205153553.gif);
    padding-top: 52%;
}
/*土台の余白*/
div#custom_html-2 {
    padding: 0 !important;
}
/*画面横幅が575px以下のサイズ*/
@media only screen and (max-width: 575px){
.sidebar-profile {
   padding: 3% 1.7em 3em 1.7em;
       padding-top: 52%;
}
}
.profile-center{
   text-align: center;
   margin-bottom: 30px;
}
#footer .profile-center p {
	color: #fff;
    font-size: 17px;
    text-align: left;
}
@media screen and (min-width: 768px){
	#footer .profile-center p {
		font-size: 20px;
	}
}
/*プロフィール画像*/
.sidebar-profile .profileimg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 3px #EB9BBD;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
    transition: .2s ease-in-out;
}
.sidebar-profile .profileimg:hover {
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
    transform: translateY(-3px);
    transition: 0.3s;
    background: ;
}
#box2 .profileimg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 3px #EB9BBD;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
    transition: .2s ease-in-out;
}
#box2 .profileimg:hover {
    box-shadow: 0 10px 15px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
    transform: translateY(-3px);
    transition: 0.3s;
    background: ;
}
/*名前*/
.profile-name{
   font-size: 1.2em;
   font-weight: bold;
   color: #EB9BBD;
}
/*「詳しいプロフィールを見る」まわり*/
.profile-center.more{
   margin: 1em auto 1.5em;
    display: block;
    width: 280px;
    font-size: 17px;
    font-weight: 500;
}
.profile-center.more a{
   color: #fff;
}
/*
.profile-center.more:before{
   font-family:"FontAwesome";
   content:"\f138";
   color: #a2d7f3;
   font-size: 115%;
   padding-right: 0.8em;
}
*/
/*SNSアイコンリスト*/
ul.sns-follow {
   text-align: center;
   padding: 0;
   background: none;
}
ul.sns-follow li{
   display: inline-block;
   height: 45px;
   vertical-align: middle !important;
   margin-bottom: 0;
   padding: 0 5px 0 5px !important;
}
ul.sns-follow li a {
   display: block;
   width: 50px;
   height: 50px;
   border-radius: 50px;
   color: #FFFFFF;
}
ul.sns-follow li a:hover {
	color: #FFFFFF;
}
/*Twitterボタン*/
ul.sns-follow li.twitter-btn a{
   background: rgba(29,161,242,0.7);
   box-shadow: 0 2px 5px rgba(0,0,0,0.2);
   line-height: 47px;
   transition: .3s;
   font-size: 200%;
}
ul.sns-follow li.twitter-btn a:hover {
    opacity: 1;
    box-shadow: 0 10px 20px -4px rgba(0,0,0,.25);
    transform: translateY(-3px);
}
/*hatenaボタン*/
ul.sns-follow li.hatena-btn a{
   background: #444;
   box-shadow: 0 2px 5px rgba(0,0,0,0.2);
   line-height: 50px;
   transition: .3s;
   font-size: 200%;
}
ul.sns-follow li.hatena-btn a:hover {
    opacity: 1;
    box-shadow: 0 10px 20px -4px rgba(0,0,0,.25);
    transform: translateY(-3px);
}
/*Feedlyボタン*/
   ul.sns-follow li.feed-btn a{
   background: rgba(108,198,85,0.7);
   box-shadow: 0 2px 5px rgba(0,0,0,0.2);
   line-height: 47px;
   transition: .3s;
   font-size: 200%;
}
ul.sns-follow li.feed-btn a:hover {
    opacity: 1;
    box-shadow: 0 10px 20px -4px rgba(0,0,0,.25);
    transform: translateY(-3px);
}
@media screen and (min-width: 768px){
	#footer .profile-center {
    text-align: center;
    margin: 40px auto;
    margin-bottom: 30px;
    width: 850px;
}
.profile-pc {
	    display: flex;
    padding-top: 20px;
}
.profile-pcleft {
	width: 35%;
    border-right: 1px solid #ccc;
}
.profile-pcright {
	width: 62%;
    padding-top: 30px;
    margin-left: 60px;
}
.profile-center .more {
    margin: 1em auto 1.5em;
    display: block;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-left: 5%;
}
.profile-center ul.sns-follow {
    text-align: center;
    padding: 10px;
    background: none;
}
#footer .profile-center .sns-btn__title {
	display: none;
}

}

/*記事内コード用アコーディオン*/
.accbox {
    margin: 2em auto;
    padding: 0;
    width: 80%;
    text-align: center;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 8px 12px;
    color: #fff;
    font-size: 1.2em;
    background: #EB9BBD;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}
/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}
/*ラベルホバー時*/
.accbox label:hover {
    opacity: 0.7;
}
/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}
.accbox .accshow p {
    margin: 15px 10px
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}

/* アプリーチ（ver.1.1） */
#appreach-box {
     border: 2px solid #F99695;
    border-radius: 10px;
    max-width: 600px;
}
#appreach-appname {
 font-weight: bold;
}
.appreach-links{
 margin-top: 10px;
}
.appreach-footer{
 margin-bottom: 0;
 line-height: 0;
}
/*画像に吹き出し*/
.fuki {
    display: table;
    margin-bottom: 0em;
    width: 100%;
}
.fuki-img {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 5px;
}
.fukidashi {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    position: relative;
}
.fukidashi-p {
    border: #F99695 solid 4px;
    position: relative;
    background: #fff;
    padding: 16px 10px;
    border-radius: 13px;
}
.fukidashi-p:before {
    border-right: 23px solid #F99695;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    content: '';
    position: absolute;
    left: -23px;
}
.fukidashi-p:after {
    content: '';
    position: absolute;
    border-right: 24px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    left: -17px;
}

/*スマホ時*/
@media screen and (max-width: 600px){
.fuki, .fuki-img, .fuki-img img, .fukidashi, .fukidashi-p {
display: block;
width: 100%;
}
.fuki-img {
   padding-right: 0;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
}
.fukidashi-p {
    border-radius: 6px;
    background: #fff;
    margin-top: 7px;
    border: solid 2px #F99695;
}
.fukidashi-p:before {
    border-bottom: 20px solid #F99695;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -40px;
    content: '';
    position: absolute;
    left: 40%;
}
.fukidashi-p:after {
    border-bottom: 20px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: '';
    position: absolute;
    left: 40%;
}
}
/*画像ふきだしend*/



/*
********************************
pop
********************************
*/
#pop{
  margin-top:200px;
  -webkit-animation-name:pop;
  -webkit-animation-property:-webkit-transform;
  -webkit-animation-duration:500ms;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-transform-origin:center bottom;
}
@-webkit-keyframes pop{
  0%{
  }
  25%{
    -webkit-transform:scale(.8,1.6);
  }
  100%{
    -webkit-transform:scaleX(1.2,.5);
  }
}
@media screen and (max-width: 767px) {
	#pop {
    margin-top: 100px;
    }
}
#popyoko{
  margin-top:;
  -webkit-animation-name:popyoko;
  -webkit-animation-property:-webkit-transform;
  -webkit-animation-duration:500ms;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-transform-origin:center bottom;
}
@-webkit-keyframes popyoko{
  0%{
  }
  25%{
    -webkit-transform:scale(1.6,.8);
  }
  100%{
    -webkit-transform:scaleX(1.2,.5);
  }
}
/*インフィード（PC）*/
.list-entry-article {
	height: 305px;
}


.scroll-header {
  overflow: hidden;
  padding-bottom: 55%;
}
@media (min-width: 600px) {
  .scroll-header {
    padding-bottom: 50%;
  }
}
@media (min-width: 700px) {
  .scroll-header {
    padding-bottom: 45%;
  }
}
.scroll-header img {
  width: 100%;
  max-width: none;
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

/******************************スマホ******************************/
@media screen and (max-width: 767px) {
/*インフィード（SP）*/
.list-entry-article {
    height: 305px!important;
    margin-bottom: 10px!important;
}
.infeed_slot {
    width: 345px!important;
    height: 305px!important;
    margin-top: 0px!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-bottom: 0px!important;
}
/********************
ヘッダー
********************/
#new-blog-title #new-title a {
	font-size: 0;
}
#new-blog-title #new-title a img {
    height: 50px;
}
#new-blog-title #new-blog-description {
    font-size: 68%;
}
.menu {
	display: none;
}
/********************
メイン
********************/
.page-index #content-inner {
    margin-top: 150px;
}
.page-index .archive-entries:before {
    content: '- 新着記事 -';
    color: #444;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, rgba(235, 155, 189, 1), rgba(126, 209, 230, 1));
    position: absolute;
    margin-top: -35px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.page-archive .archive-entry:not(:nth-child(3n)) {
    margin-right: 0;
}
.page-archive .archive-entries .archive-entry {
	margin: 0 auto;
	margin-bottom: 30px;
}
.page-archive .entry-thumb {
	height: 190px;
}
.page-archive .entry-title {
    margin: 0 auto 15px;
    font-size: 1.2rem;
}
.entry-header {
    width: 100%;
}
.entry-content {
    width: 100%;
}
.entry-footer {
    width: 100%;
}
.entry-content h2 {
	font-size: 1.5rem;
}
.entry-content h3 {
	font-size: 1.5rem;
}
/*カテゴリーページ*/
.archive-header-category {
    margin: 0;
}
.pager {
    display: block;
    max-width: 1140px;
    margin: 0 auto 20px;
    text-align: center;
}
/*パンくずリスト*/
#top-box {
    margin: 0;
    margin-top: 80px;
    margin-bottom: 10px;
}
.page-entry .breadcrumb {
    margin-bottom: 0;
    padding: 5px 0;
    background: #efefef;
}
.page-entry .entry-title {
	font-size: 1.5rem;
}
.page-entry .entry-date, .page-preview .entry-date {
    padding: 10px 0 0 0;
}
.page-entry .entry-categories {
	top: -11px;
}
.entry-header-html .sns-btn {
	margin-left: 0;
	margin-bottom: -40px;
	animation: slideDown 1.5s ease 0s 1 normal;
    transition: 0.3s ease;
    margin-top: 20px;
}
.entry-header-html .sns-btn__item a {
	width: 50px;
    height: 50px;
    margin: 1px;
}
.sns-btn .sns-btn__item .fa {
	font-size: 25px;
}
.entry-footer-html .sns-btn__item a {
	height: 60px;
}
/* 記事下、フォローエリア */
.iine{
display: block;
background: #676F74;
}
.iine-l {
    width: 100%;
    height: 190px;
    color: transparent;
    background-size: cover;
    background-position: center center;
    background-color: #676F74;
    -webkit-clip-path: polygon(0 0%,100% 0,100% 85%,0 100%);
    clip-path: polygon(0 0%,100% 0,100% 85%,0 100%);
    background-attachment: unset;
}
.iine-l:before {
	background: rgba(51,51,51,.3);
}
.iine-r {
    width: 100%;
    background: #676F74;
    color: #fff;
    padding: 2em 0.5em;
    text-align: center;
}
.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: 1rem;
}
.iine-2{
    font-size: 0.7rem;
}
.about-blog {
	margin: 0;
}
/********************
サイドバー
********************/
#box2 {
    -webkit-clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
    padding: 5px 0 0;
}
.hatena-module-related-entries {
	padding: 0 10px;
}
.hatena-module-entries-access-ranking {
	padding: 5px 10px 35px;
}
.page-entry .hatena-module-entries-access-ranking {
	padding: 35px 10px 35px;
}
.hatena-module-body {
    width: 100%;
}
.hatena-module-body .hatena-urllist li {
    margin: 0 3px 20px;
}
.hatena-module-body .hatena-urllist li .urllist-item-inner {
    width: 175px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.hatena-module-body .hatena-urllist li .urllist-item-inner {
	width: 168px;;
}
.hatena-module-body .hatena-urllist li .entries-access-ranking-item-inner {
    width: 168px;
}
.hatena-module-body .hatena-urllist li .entries-access-ranking-item-inner a {
    width: 100%;
    display: block;
}
.hatena-module-body .hatena-urllist li .urllist-item-inner .urllist-title {
    padding: 0.2em 0.3em;
    height: 100px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
/********************
フッター
********************/
#bottom-editarea {
    width: 100%;
    margin: 0 auto;
    margin-top: -50px;
    background: #fff;
    background-image: linear-gradient(to right, rgba(235, 155, 189, .7), rgba(126, 209, 230, .7));
    padding: 0px;
    color: #fff;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
}
.title-recommends {
    height: 60px;
    padding: 15px 0;
    padding-top: 25px;
}
.recommends {
    margin: 15px auto;
    width: 100%;
    height: 278px;
    overflow-y: hidden;
}
.recommends .carousel {
    list-style-type: none;
    padding: 15px;
    padding-bottom: 20px;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0;
    background: none;
    background-image: none;
}
#footer {
	-webkit-clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 40px,100% 0,100% 100%,0 100%);
}
#footer .sns-btn__title:before, #footer .sns-btn__title:after {
	background-color: #fff;
}
.profile-center .more {
	display: block;
    margin: 1em auto 2em;
    font-size: 16px;
    width: 80%;
}

}/********************スマホ********************/