/* <system section="theme" selected="26006613463452396"> */
@charset "UTF-8";
/*
  Author: くうく堂
  Responsive: yes
*/
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/***********************************
*         初期化
************************************/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/***********************************
*         全体設定
************************************/
*,
::after,
::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;/* 10px */
}
body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.7rem;
	text-align: left;
	word-wrap:break-word;
	overflow-wrap:break-word;
	font-weight: 500;
	line-height: 1.5;
	text-spacing: .2em;
	min-width: 960px;
	color: #454545;
	background: white;
}
a{
	text-decoration: none;
	color: #ff9c91;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
	max-height:calc(66vw);
}
strong{
	font-weight: bold;
}

#blog-title-inner,
#content-inner,
.breadcrumb-inner,
#global-menu,
#bottom-editarea{
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	min-width: 960px;
}

@media ( max-width : 768px ) {
	body{
		min-width: 0;
		font-size:1.6rem;
	}
	#blog-title-inner,
	#content-inner,
	.breadcrumb-inner,
	#global-menu,
	#bottom-editarea{
		width: 96%;
		min-width: 0;
	}
}
@media ( max-width : 480px ) {
	#content-inner{
		width: 100%;
	}
	#content-inner .archive-entries,
	#content-inner .pager,
	#content-inner #box1-inner,
	#content-inner #box2-inner{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
}


/***********************************
*        2カラム
************************************/
#content-inner{
	display: flex;
}
#wrapper{
	margin-right: 70px;
	width: calc(100% - 400px);
	flex-shrink: 0;
}
#box2{
	width: 330px;
	flex-shrink: 0;
}

@media ( max-width : 768px ) {
	#content-inner{
		display: block;
	}
	#wrapper{
		margin-right: 0;
		width: 100%;
	}
	#box2{
		width: 100%;
	}
}

/***********************************
*         ヘッダー
************************************/
#globalheader-container{
	background-color: transparent;
	color: #999;
}
#blog-title{
	padding-top: 4em;
	padding-bottom: 6em;
	text-align: center;
	box-shadow: 0 -2px 2px -2px #777 inset;
	color: #454545;
}
#blog-title-content{
	display: table;
	background: #fffdf9;
	margin: 0 auto;
	padding: 0 1em;
	border: solid 2px #454545;
	box-shadow: 0 0 0 2px white, 1px 1px 2px 1px #454545;
}
#title{
	display: table;
	margin: 0 auto 2rem auto;
	padding: 6rem 3rem 2rem 3rem;
	font-size: 1.9rem;
	border-bottom: double 3px #454545;
}
#title a{
	color: inherit;
}
#blog-description{
	padding: 2rem;
	padding-top: 0;
	font-size: 1.28rem;
}

#blog-title + #content:before{
	content : "";
	display: block;
	width: 100%;
	height: 2em;
	border-top: 1px solid white;
	box-shadow: 0 -2px 2px -2px #777 inset;
	background-size: 25px 25px;
	background-color: #ffe3ed;
	background-image: linear-gradient(-45deg, #ffd5d5 25%, transparent 25%,
		transparent 50%, #ffd5d5 50%, #ffd5d5 75%,
		transparent 75%, transparent);
}

/***********************************
*       グローバルメニュー
************************************/
#top-editarea{
	border-top: 1px solid white;
	box-shadow: 0 -2px 2px -2px #777 inset;
	background-size: 25px 25px;
	background-color: #ffe3ed;
	background-image: linear-gradient(-45deg, #ffd5d5 25%, transparent 25%,
		transparent 50%, #ffd5d5 50%, #ffd5d5 75%,
		transparent 75%, transparent);
}
#global-menu{
	overflow-x: scroll;
	-ms-overflow-style:none;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #ff9c91;
}
#global-menu::-webkit-scrollbar{
	display:none;
}
#global-menu a{
	color: inherit;
}
#global-menu li{
	list-style: none;
	display: inline-block;
	margin-right: 2em;
}
#global-menu li:last-child{
	margin-right: 0;
}

@media ( max-width : 480px ) {
	#global-menu{
		font-size: 1.4rem;
	}
}

/***********************************
*         ぱんくずリスト
************************************/
#top-box{
	background: #ffe3ed;
	border-top: 1px solid white;
	box-shadow: 0 -2px 2px -2px #777 inset;
	background-size: 25px 25px;
	background-color: #beebe9;
	background-image: linear-gradient(-45deg, #e6f8f9 25%, transparent 25%,
		transparent 50%, #e6f8f9 50%, #e6f8f9 75%,
		transparent 75%, transparent);
}

.breadcrumb{
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 0 !important;
	font-weight: bold;
	color: #50b6bb;
}
.breadcrumb-inner{
}
.breadcrumb-gt{
	margin: 0;
}
.breadcrumb a{
	color: inherit;
}
.breadcrumb-inner>*:first-child:before{
	font-family: 'FontAwesome';
	content: "\f015";
}

@media ( max-width : 480px ) {
	.breadcrumb{
		font-size: 1.4rem;
	}
}

/***********************************
*
*         エントリー
*
************************************/
#content{
	background: white;
}
#content-inner{
	padding-top: 4em;
	padding-bottom: 4em;
}
.page-index .entry{
	margin-bottom: 14em;
}
@media ( max-width : 768px ) {
	#content-inner{
		padding-top: 0;
	}
	.entry{
		padding-top: 4em;
	}
}

/***********************************
*        記事ヘッダー
************************************/
.entry-header{
	font-weight: bold;
	margin-bottom: 4em;
}
.entry-header a{
	color: inherit;
}
.date .hyphen{
	display: none;
}
.date .date-year:after,
.date .date-month:after{
	content:".";
}
.date a:before{
	font-family: 'FontAwesome';
	content: "\f017";
}
.entry-header .date{
	position: relative;
	text-align: center;
	line-height: 1;
}
.entry-header .date:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.entry-header .date a{
	background: white;
	display: table;
	padding: 0 2em;
	margin: -.52em auto 0 auto;
	padding-bottom: .52em;
}

.entry-header .entry-title{
	line-height: 1.5;
	font-size: 1.9rem;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
.categories{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.28rem;
	color: #777;
}
.categories a{
	margin-top: .1em;
	color: inherit;
	margin-left: .8em;
}
.categories:before{
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	content: "\f02b";
}
.categories a:first-child{
	margin-left: .5em;
}
.entry-header .categories{
	margin-bottom: 2em;
	justify-content: flex-end;
}
.entry-header-menu{
	position: fixed;
	left: 0;
	top: 50%;
	font-size: 1.8rem;
	height: 4em;
	width: 4em;
	line-height: 4em;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
	background: #777;
	color: white;
	box-shadow: 1px 1px 3px 0 #454545;
}

/***********************************
*        記事本文
************************************/
.entry-content{
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.8;
}
.entry-content video{
	max-width: 100%;
	height: auto;
}
.entry-content .table-of-contents{
	display: table;
	padding: 2em 2em 2em 3em;
	margin: 2em 0;
	color: #555;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.5rem;
	border: dashed 4px white;
	box-shadow: 0 0 0 4px #beebe9, 1px 1px 2px 3px #454545;
	background-size: 25px 25px;
	background-color: #beebe9;
	background-image: linear-gradient(-45deg, #e6f8f9 25%, transparent 25%,
		transparent 50%, #e6f8f9 50%, #e6f8f9 75%,
		transparent 75%, transparent);
}
.entry-content .table-of-contents:before{
	content:"\76EE\6B21";
	display: block;
	padding-bottom: .5em;
	padding-left: .3em;
}
.entry-content .table-of-contents li{
	list-style-type: decimal;
	padding-left: .3em;
}
.entry-content .table-of-contents a{
	color: inherit;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 1.8rem;
	margin-top: 3em;
	margin-bottom: 1em;
	line-height: 1.2;
}
.entry-content h1,
.entry-content h2,
.entry-content h3{
	font-size: 2.2rem;
	padding: .8em 1em;
	border: dashed 2px white;
	border-radius: 10px;
	box-shadow: 0 0 0 2px #ffe3ed, 1px 1px 2px 1px #454545;
	background-size: 25px 25px;
	background-color: #ffe3ed;
	background-image: linear-gradient(-45deg, #ffd5d5 25%, transparent 25%,
		transparent 50%, #ffd5d5 50%, #ffd5d5 75%,
		transparent 75%, transparent);
}
.entry-content h4{
	font-size: 1.9rem;
	border-bottom: double 3px #ffd5d5;
	padding: .5em 0;
}
.entry-content h4:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: .5em;
	color: #ffd5d5;
}
.entry-content h5:before{
	content: "-";
	display: inline-block;
	margin-right: .5em;
}
.entry-content p{
	margin-bottom: 1em;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

.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{
	font-size: 1.4rem;
	border-collapse: separate;
	border-spacing: 2px 2px;
	border:none;
}
.entry-content th{
	border:1px solid #ddd;
	padding: 5px 10px;
	border-radius: 3px;
	color: white;
	background: #777
}
.entry-content td{
	background: white;
	border:1px solid #ddd;
	padding: 5px 10px;
	border-radius: 3px;
}
.entry-content blockquote{
	background: #f5f5f5;
	padding: 2em;
	position: relative;
}
.entry-content blockquote:before{
	content:"\201D";
	position: absolute;
	font-size:400%;
	top: 0;
	left: 0;
	color: #ddd;
}
.entry-content pre,
.entry-content code{
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content pre{
	background: #454545;
	border: none;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	line-height: 1.3;
	font-size: 90%;
	padding: .5em;
	color: #e3e3e3;
}
.entry-content pre > code{
	margin: 0;
	padding: 0;
	white-space: pre;
	border: none;
	background-color: transparent;
}
.entry-content code{
	font-size: 90%;
	margin: 0 2px;
	padding: 0px 5px;
	background-color: #454545;
	color: #e3e3e3;
	border-radius: 3px;
}
.entry-content hr{
	width: 100%;
	border: 0;
	border: none;
	border-top: 1px solid #ddd;
	margin: 2em auto;
}

@media ( max-width : 768px ) {
	.entry{
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media ( max-width : 480px ) {
	.entry-header .entry-title{
		font-size: 1.8rem;
	}
	.entry-content h1,
	.entry-content h2,
	.entry-content h3{
		font-size: 1.9rem;
	}
}

/***********************************
*        記事フッター
************************************/
.entry-footer .social-buttons{
	margin-bottom: 1em;
}

.entry-footer-section{
	color: #999;
	font-size: 1.28rem;
	text-align: right;
}

.entry-footer-section a{
	color: #777;
}

/*------------------ コメント */
.comment-box{
	margin: 3em 0;
	font-size: 1.5rem;
}
.comment-box .comment{
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-box .entry-comment{
	padding: 1em 0 1em 70px;
	position: relative;
	margin-top: 1em;
}
.comment-box .read-more-comments{
	padding: 10px 0;
}
.comment-box .hatena-id-icon{
	position: absolute;
	top: 1em;
	left: 10px;
	width: 50px !important;
	height: 50px !important;
	border-radius: 3px;
}
.comment-user-name{
	margin: 0 0 .4em 0;
	font-weight: bold;
}
.comment-content{
	margin: 0 0 .4em 0;
	word-wrap: break-word;
}
.comment-content p{
	margin: 0 0 .6em 0;
}
.comment-metadata{
	color: #999;
	margin: 0;
	font-size: 1.28rem;
}
.comment-metadata a{
    color: inherit;
}
.leave-comment-title{
	display: table;
	padding: 1em 2em;
	margin: 0 auto;
	font-weight: bold;
	color: #555;
	border: dashed 4px white;
	border-radius: 3px;
	box-shadow: 0 0 0 4px #beebe9, 1px 1px 2px 3px #454545;
	background-size: 25px 25px;
	background-color: #beebe9;
	background-image: linear-gradient(-45deg, #e6f8f9 25%, transparent 25%,
		transparent 50%, #e6f8f9 50%, #e6f8f9 75%,
		transparent 75%, transparent);
}
.leave-comment-title:before{
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	content: "\f086";
}

/*------------------ nextprev */
.pager{
	margin: 4em 0;
	font-weight: bold;
}
.pager:after{
	content: "";
	visibility: hidden;
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
}
.pager a{
	color: inherit;
}
.pager-next,
.pager-prev{
	display: block;
	padding: .5em .5em 1em .5em;
	width: 49%;
	position: relative;
}
.pager-next:before{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: solid 6px #ffe3ed;
	border-right: solid 6px #ffe3ed;
	right: 0;
	bottom: -12px;
	transform: rotate(-45deg);
}
.pager-prev:before{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: solid 6px #beebe9;
	border-left: solid 6px #beebe9;
	left: 0;
	bottom: -12px;
	transform: rotate(45deg);
}
.pager-next{
	float: right;
	border-bottom: dotted 4px #ffe3ed;
}
.pager-prev{
	float: left;
	border-bottom: dotted 4px #beebe9;
}
@media ( max-width : 480px ) {
	.page-entry .pager-prev,
	.page-entry .pager-next{
		margin-top: 1em;
		margin-left: 1em;
		margin-right: 1em;
		float: none;
		width: auto;
	}
}

/***********************************
*         サイドバー
************************************/
.hatena-module{
	margin-bottom: 3em;
	margin-top: 3em;
	font-size: 1.5rem;
	background: white;
	font-weight: bold;
	padding: 0 1em 1em 1em;
	border-radius: 2px;
}
#box2 .hatena-module:first-child{
	margin-top: 0;
}
.hatena-module:before{
	content:"";
	display: block;
	width: 100%;
	height: 4px;
	border-top: double 4px #ddd;
}
.hatena-module-title{
	line-height: 1;
	font-size: 1.8rem;
	display: table;
	margin: -.52em auto 0 auto;
	color: #777;
	background: white;
	padding: 0 1em 1.02em 1em;
}
.hatena-module-title a{
	color: inherit;
}
@media ( max-width : 768px ) {
	#box2 .hatena-module:first-child{
		margin-top: 20px;
	}
}

/*------------------ プロフィール */
.hatena-module-profile .profile-icon{
	margin: 0 auto;
	border-radius: 6px;
	display: block;
	border: solid 1px #ddd;
}
.hatena-module-profile .profile-description{
	margin-top: 1em;
	margin-bottom: 1em;
}
.hatena-module-profile .id{
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
	text-align: center;
}
.hatena-follow-button-box{
	text-align: right;
}
.hatena-follow-button{
	float: none;
}
.hatena-follow-button-box .subscription-count-box{
	float: none;
	display: inline-block;
}

/*------------------ リンクリスト */
.hatena-urllist{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: .1px;
}
.hatena-urllist a{
	color: inherit;
}
.hatena-urllist li{
	margin: .5em 0;
}
.urllist-title-link{
	font-size: 100%;
}
.urllist-image{
	border-radius: 3px;
}
.hatena-module-links .hatena-urllist li:before{
	font-family: 'FontAwesome';
	content:"\f138";
	margin-left: .3em;
}

.hatena-urllist .urllist-category-link{
    font-size: .7rem;
    padding: .1em .3em;
}
.hatena-urllist .urllist-date-link a{
    color: #999;
}
.hatena-urllist .urllist-entry-body{
    margin-top: .3em;
}

.hatena-module-recent-entries li,
.hatena-module-related-entries li,
.hatena-module-entries-access-ranking li,
.hatena-module-recent-comments li{
	border-bottom: solid 1px #f6f5f5;
	padding: .5em 0;
}
.hatena-module-recent-entries li:last-child,
.hatena-module-related-entries li:last-child,
.hatena-module-entries-access-ranking li:last-child,
.hatena-module-recent-comments li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}


/*------------------ 検索 */
.search-result-form,
.hatena-module-search-box .search-form {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	display: flex;
	align-items: center;
}
.search-result-form .search-result-input,
.hatena-module-search-box .search-module-input{
	flex: 1 0;
	padding: 1em;
	background: none;
	border: none;
	outline: none;
	height: auto;
}
.search-result-form .search-result-button,
.hatena-module-search-box .search-module-button{
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
	background-size: 20px 20px;
	border: none;
	outline: none;
	color: transparent;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
	position: static;
}

/*------------------ カレンダー */
.archive-module-calendar .archive-module-calendar-selector{
	padding: .5em;
	border-radius: 3px;
}

/*------------------ カテゴリ */
.hatena-module-category .hatena-urllist{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.hatena-module-category .hatena-urllist li{
	margin: .3em .3em 0 0;
	border: solid 1px #ddd;
	padding: .1em .5em;
	border-radius: 3px;
}

/***********************************
*         about
************************************/
.page-about .entry-content dt{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: .5em;
}
.page-about .entry-content dd{
	margin-left: 0;
	margin-bottom: 2em;
}


/***********************************
*         アーカイブ
************************************/
.archive-header-category{
	margin-bottom: 0;
}

.archive-heading{
	text-align: center;
	padding: 1em;
	font-size: 1.9rem;
	border-bottom: double 4px #ddd;
}
.archive-header-category .archive-heading{
	margin: 0 auto;
	font-size: 1.9rem;
}

.page-archive .archive-entry{
	padding: 3.2rem 0;
	padding-right: 0;
	position: relative;
	min-height: calc(36px + 120px + 6.4rem);/*36px = 31.8px + 4.2px(1.7rem*0.5/2) */
	background: white;
}
.page-archive .archive-entry:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background-size: 25px 25px;
	background-color: #ffe3ed;
	background-image: linear-gradient(-45deg, #ffd5d5 25%, transparent 25%,
		transparent 50%, #ffd5d5 50%, #ffd5d5 75%,
		transparent 75%, transparent);
	border-radius: 2px;
}
.page-archive .archive-entry:first-child:before{
	content: none;
}
.page-archive .archive-entry-header{
	margin-right: calc(240px + 3.2rem);
}
.page-archive .categories{
	margin-right: calc(240px + 3.2rem);
	margin-top: 1em;
}
.page-archive .archive-entry-body{
	display: none;
}
.page-archive .entry-thumb-link{
	position: absolute;
	top: calc(3.2rem + 36px);
	right: 0;
	padding: 5px;
	background: #f6f5f5;
	box-shadow: -1px -1px 2px -1px #777 inset;
	border-radius: 3px;
}

.page-archive .archive-entry-header a{
	color: inherit;
}
.page-archive .entry-thumb{
	width: 230px;
	height: 110px;
	border-radius: 3px;
	margin-right: 0;
	float: none;
}
.page-archive .date{
	font-size: 1.28rem;
	margin-bottom: 1em;
}

@media ( max-width : 480px ) {
	.page-archive .archive-entry{
		min-height: calc(36px + 90px + 6.4rem);
	}
	.page-archive .archive-entry-header{
		margin-right: calc(90px + 1em);
	}
	.page-archive .categories{
		margin-right: calc(90px + 1em);
	}
	.page-archive .entry-thumb-link{
		right: 0;
	}
	.page-archive .entry-thumb{
		width: 80px;
		height: 80px;
	}
}

/***********************************
*         フッター
************************************/
#footer {
	margin-top: 2em;
	padding-bottom: 2rem;
	text-align: center;
	font-size: .8rem;
	color: #999;
}

#footer a {
	color: inherit;
}

#footer p {
	margin: .5em auto;
}

/* </system> */

/* <system section="background" selected="blur-04"> */
body{ background-image: url(https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/blur-02.jpg?version=8d0687dfdc18c82525300736db8bee); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; background-size: cover; }
/* </system> */


#blog-title{
height:250px;
padding-right: 25%;
}

@media screen and (max-width: 2300px) {
#main
{
width:80%;
margin-left:3%
}
}


@media screen and (max-width: 1500px) {
#main
{
width:80%;
margin-left:10%
}
}

@media screen and (max-width: 620px) {
#blog-title{
height:250px;
padding-right: 1%;
}
}




/*メニュー*/
body{
    margin: 0;
}
.menu-area .menu-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 55%;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #456785;
     z-index:10;
}
.menu-area .menu-btn span,
.menu-area .menu-btn span::before,
.menu-area .menu-btn span::after{
    display: block;
    width: 20px;
    height: 2px;
    transition: all .4s;
    background-color: #fff;
}
.menu-area .menu-btn span{
    position: relative;
}
.menu-area .menu-btn.active span{
    background-color: transparent;
}
.menu-area .menu-btn span::before,
.menu-area .menu-btn span::after{
    content: "";
    position: absolute;
    left: 0;
}
.menu-area .menu-btn span::before{
    top: 8px;
}
.menu-area .menu-btn.active span::before{
    top: 0;
    transform: rotate(45deg);
}
.menu-area .menu-btn span::after{
    bottom: 8px;
}
.menu-area .menu-btn.active span::after{
    bottom: 0;
    transform: rotate(-45deg);
}
.menu-area .menu-content{
    position: fixed;
    display: none;
    top: 40px;
    right: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    background-color: #456785;
    list-style: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
     z-index:10;
}
.menu-area .menu-content::-webkit-scrollbar {
    display:none;
}
.menu-area .menu-content li a{
    display: block;
    padding: 30px 15px;
    color: #fff;
    text-decoration: none;
}














/* 文字色 */
a, .leave-comment-title, .hatena-module-title, .hatena-module-title a, .sns-twitter, .sns-facebook, .sns-bookmark, a.sns-bookmark:visited, .sns-googleplus, .sns-pocket, .sns-line, a.sns-link:hover {
    color: black;
}

.leave-comment-title {
    border: 1px solid #8fd3f4;
}


/* 見出し */
.entry-content h2 {
    position: relative;
    padding: 0.2em 0.5em;
    border-left: 8px solid #8fd3f4;
}

.entry-content h4 {
    position: relative;
    padding: .5em;
    color: #8fd3f4;
    border-top: 1px solid #8fd3f4;
    border-bottom: 1px solid #8fd3f4;
}

.entry-content h5 {
    position: relative;
    padding: .5em;
    color: #8fd3f4;
    border-left: 4px solid #8fd3f4;
}


 /*上に戻る*/
#page-top {
display:none;
position:fixed;
right:10px;
bottom:20px;
margin: 0;
padding: 0;
text-align:center;
}
#move-page-top{
color:rgba(246, 135, 116, 1);
text-decoration:none;
display:block;
cursor:pointer;
}
#move-page-top:hover{
color:rgba(0, 0, 0, 6);
}
@media only screen and (min-width: 400px){
#page-top{
right:50%;
margin-right: -450px;
}
}
 


/* 2018-06-02 */
/*
* 読者になるボタン
*/
.blog-controlls{display:none;}

/*共通の読者ボタンの設定*/
.hatena-follow-button {
font-size:15px; /*文字の大きさ*/
border: 0px !important; /*枠線なし*/
width: 100px; /*ボタンの横幅*/
height: 80px; /*ボタンの縦幅*/
text-align: center; /*文字を左右の中心に*/
vertical-align: middle; /*文字を上下の中心に*/
padding: 2px 10px !important; /*上下に4px 左右に10pxの隙間*/
}
/*読者の人 通常時*/
.hatena-follow-button.subscribing {
box-shadow: 0 2px 4px rgba(0,0,0,.4); /*影をつける*/
background-color:white; /*ボタンの色*/
border: 1.2px solid #a9a9a9 !important; /*薄く枠線を描いてあります*/
}
/*読者の人 マウスを重ねたとき*/
.hatena-follow-button.subscribing.hover {
width:100px; /*調整のためいれてます*/
top: 2px; /*ボタンを下げる*/
box-shadow: none; /*影をなくす*/
}
/*読者じゃない人 通常時*/
.hatena-follow-button.unsubscribing {
color:white !important; /*文字の色*/
background: #84fab0; /*ボタンの色*/
box-shadow: 0 2px 4px rgba(0,0,0,.4); /*影をつける*/
}
/*読者じゃない人 マウスを重ねたとき*/
.hatena-follow-button.unsubscribing.hover{
background: :#F57A8F; /*ボタンの色*/
color : white !important; /*文字の色*/
margin-top: 2px; /*ボタンを下げる*/
box-shadow: none; /*影をなくす*/
}
.hatena-follow-button-box .subscription-count-box {
margin: 0 0 0 6px!important;
top:-2px;
}
/*読者人数の部分*/
.hatena-follow-button-box .subscription-count {
height: 26px;
line-height: 26px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:1px 10px 1px 10px;
}


/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #999;
box-shadow: 1px 1px 5px #aaa;
background-color: #fff;
z-index: 1;
}
.entry-content .l-fuki {
margin: 20px 20% 40px 0;
}
.entry-content .r-fuki {
margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
background-color: #fff;
z-index: 2;
}
.entry-content .l-fuki::before {
right: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
position: absolute;
content: "";
width: 100px;
height: 100px;
top: -10px;
border-radius: 40px;
border: 3px solid #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.entry-content .l-fuki::after {
right: -110px;
}
.entry-content .r-fuki::after {
left: -110px;
}
@media screen and (max-width: 620px) {
.entry-content .l-fuki,
.entry-content .r-fuki {
width: 70%
}
.entry-content .l-fuki {
margin-right: 30%;
}
.entry-content .r-fuki {
margin-left: 30%;
}
}
@media screen and (max-width: 478px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
width: 70px;
height: 70px;
border-radius: 30px;
}
.entry-content .l-fuki::after {
right: -84px;
}
.entry-content .r-fuki::after {
left: -84px;
}
}
.A1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140341.jpg);}
.A2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140346.jpg);}
.A3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140350.jpg);}
.A4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140354.jpg);}
.A5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140357.jpg);}
.A6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140402.jpg);}
.A7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140406.jpg);}
.A8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140410.jpg);}
.A9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140413.jpg);}
.A10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140417.jpg);}
.A11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140420.jpg);}
.A12::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140424.jpg);}
.A13::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140427.jpg);}
.A14::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140431.jpg);}
.A15::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140435.jpg);}
.A16::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140438.jpg);}
.A17::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140443.jpg);}
.A18::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140446.jpg);}
.A19::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140450.jpg);}
.A20::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140453.jpg);}
.A21::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140457.jpg);}
.A22::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140501.jpg);}
.A23::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140506.jpg);}
.A24::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140514.jpg);}
.A25::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140517.jpg);}
.A26::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220616/20220616071950.jpg);}

.Ma::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20210809/20210809170200.jpg);}

.a1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140521.jpg);}
.a2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140525.jpg);}
.a3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140530.jpg);}
.a4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140534.jpg);}
.a5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140538.jpg);}
.a6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140542.jpg);}
.a7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140545.jpg);}
.a8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140550.jpg);}
.a9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140555.jpg);}
.a10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140558.jpg);}
.a11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140602.jpg);}
.a12::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140606.jpg);}
.a13::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220615/20220615140609.jpg);}
.a14::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220616/20220616071957.jpg);}
.a15::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220709/20220709142336.jpg);}



.M1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231315.jpg);}
.M2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231324.jpg);}
.M3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231327.jpg);}
.M4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231331.jpg);}
.M5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231335.jpg);}
.M6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231340.jpg);}
.M7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231343.jpg);}
.M8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231348.jpg);}
.M9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231352.jpg);}
.M10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231356.jpg);}
.M11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231659.jpg);}
.M12::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220506/20220506231725.jpg);}
.M13::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830201929.jpg);}
.M14::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220510/20220510211130.jpg);}


.K1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221453.jpg);}
.K2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221457.jpg);}
.K3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221501.jpg);}
.K4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221505.jpg);}
.K5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221509.jpg);}
.K6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221512.jpg);}
.K7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221516.jpg);}
.K8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221519.jpg);}
.K9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221523.jpg);}
.K10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221526.jpg);}
.K11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221530.jpg);}

.K01::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221534.jpg);}
.K02::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221537.jpg);}
.K03::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221541.jpg);}
.K04::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221544.jpg);}
.K05::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221548.jpg);}
.K06::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221552.jpg);}
.K07::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221555.jpg);}
.K08::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221559.jpg);}
.K09::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221602.jpg);}
.K010::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221619.jpg);}
.K011::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221632.jpg);}

.k1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221640.jpg);}
.k2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221652.jpg);}
.k3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221658.jpg);}
.k4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221711.jpg);}
.k5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221723.jpg);}
.k6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221731.jpg);}
.k7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221738.jpg);}
.k8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221748.jpg);}
.k9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221756.jpg);}
.k10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221810.jpg);}
.k11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220623/20220623221816.jpg);}




.D1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161426.jpg);}
.D2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161607.jpg);}
.D3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161610.jpg);}
.D4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161615.jpg);}
.D5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161618.jpg);}
.D6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161622.jpg);}
.D7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161626.jpg);}
.D8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161631.jpg);}
.D9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161635.jpg);}
.D10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161639.jpg);}

.d1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161643.jpg);}
.d2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161647.jpg);}
.d3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161651.jpg);}
.d4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161655.jpg);}
.d5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161659.jpg);}
.d6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161703.jpg);}
.d7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161707.jpg);}
.d8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161710.jpg);}
.d9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161714.jpg);}
.d10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220627/20220627161718.jpg);}
.d11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220728/20220728144030.jpg);}




.H1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212701.jpg);}
.H2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212706.jpg);}
.H3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212710.jpg);}
.H4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212715.jpg);}
.H5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212719.jpg);}
.H6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212723.jpg);}
.H7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212727.jpg);}
.H8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212731.jpg);}
.H9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212735.jpg);}
.H10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212740.jpg);}
.H11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212745.jpg);}
.H12::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829212750.jpg);}
.H13::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220829/20220829214827.jpg);}
.H14::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195138.jpg);}
.H15::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195142.jpg);}
.H16::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195146.jpg);}
.H17::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195150.jpg);}
.H18::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195155.jpg);}
.H19::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195159.jpg);}
.H20::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195203.jpg);}
.H21::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195207.jpg);}
.H22::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195212.jpg);}
.H23::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195216.jpg);}
.H24::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220830/20220830195220.jpg);}





.Y1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142555.jpg);}
.Y2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142558.jpg);}
.Y3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142602.jpg);}
.Y4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142605.jpg);}
.Y5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142609.jpg);}
.Y6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142613.jpg);}
.Y7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142617.jpg);}
.Y8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142621.jpg);}
.Y9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142624.jpg);}
.Y10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142628.jpg);}
.Y11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142632.jpg);}
.Y12::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142636.jpg);}
.Y13::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142639.jpg);}
.Y14::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142643.jpg);}
.Y15::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107142646.jpg);}
.Y16::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107205327.jpg);}
.Y17::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230107/20230107205331.jpg);}


.y1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135607.jpg);}
.y2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135614.jpg);}
.y3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135618.jpg);}
.y4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135621.jpg);}
.y5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135625.jpg);}
.y6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135628.jpg);}
.y7::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135632.jpg);}
.y8::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135635.jpg);}
.y9::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135639.jpg);}
.y10::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135645.jpg);}
.y11::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135649.jpg);}
.y12::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135653.jpg);}
.y13::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135656.jpg);}
.y14::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135659.jpg);}
.y15::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135703.jpg);}
.y16::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135751.jpg);}
.y17::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20230506/20230506135755.jpg);}




.DKAKUTA::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220502/20220502205218.jpg);}
.DA::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220502/20220502205733.jpg);}
.DM::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220502/20220502205752.jpg);}
.DK::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220502/20220502205748.jpg);}
.DD::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20220502/20220502205757.jpg);}
.AD::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/r/rightuncle/20231112/20231112212726.jpg);}



.クラス名2::after {background-image:url(画像のURL);}
.クラス名2::after {background-image:url(画像のURL);}
.クラス名2::after {background-image:url(画像のURL);}
.クラス名2::after {background-image:url(画像のURL);}
.クラス名2::after {background-image:url(画像のURL);}
.クラス名2::after {background-image:url(画像のURL);}



.A1kotei{
 position:fixed;
 top:  5%;
 left: 2px;
 z-index:9;
 width:7%;
}

.A1kotei .active {
 position:fixed;
 top:  5%;
 left: 2px;
 z-index:9;
 width:7%;
 opacity: 0;
}

.A1kotei:hover .active {
  opacity: 1;
}


.Y1kotei{
 position:fixed;
 top:  34%;
 left: 8px;
 z-index:9;
 width:6%;
}

.Y1kotei .active {
 position:fixed;
 top:  34%;
 left: 8px;
 z-index:9;
 width:6%;
 opacity: 0;
}

.Y1kotei:hover .active {
  opacity: 1;
}



.D1kotei{
 position:fixed;
 top:  67%;
 left: 2px;
 z-index:10;
 width:8%;
}

.D1kotei .active {
 position:fixed;
 top:  67%;
 left: 2px;
 z-index:10;
 width:8%;
 opacity: 0;
}

.D1kotei:hover .active {
  opacity: 1;
}



.K1kotei{
 position:fixed;
 top:  65%;
 right: 31%;
 z-index:10;
 width:6%;
}

.K1kotei .active {
position:fixed;
 top:  65%;
 right: 31%;
 z-index:10;
 width:6%;
  opacity: 0;
}

.K1kotei:hover .active {
  opacity: 1;
}


.H1kotei{
 position:fixed;
 top:  33%;
 right: 31%;
 z-index:10;
 width:6%;
}

.H1kotei .active {
position:fixed;
 top:  33%;
 right: 31%;
 z-index:10;
 width:6%;
  opacity: 0;
}

.H1kotei:hover .active {
  opacity: 1;
}


.M1kotei{
  position: fixed;
 top:10px;
 right: 30%;
 z-index:9;
 width:7%;
}

.M1kotei .active {
 position: fixed;
 top:10px;
 right: 30%;
 z-index:9;
 width:7%;
  opacity: 0;
}

.M1kotei:hover .active {
  opacity: 1;
}


@media screen and (max-width: 620px) {
.A1kotei {
 position:fixed;
 top:  10%;
 left: 2px;
 z-index:10;
 width:11%;
 }
 
 .A1kotei .active {
 position:fixed;
 top:  10%;
 left: 2px;
 z-index:11;
 width:11%;
  opacity: 0;
}

.A1kotei:hover .active {
  opacity: 1;
}
}


@media screen and (max-width: 620px) {
.Y1kotei {
 position:fixed;
 top:  31%;
 left: 6px;
 z-index:10;
 width:9%;
 }
 
 .Y1kotei .active {
 position:fixed;
 top:  31%;
 left: 6px;
 z-index:11;
 width:9%;
  opacity: 0;
}

.Y1kotei:hover .active {
  opacity: 1;
}
}



@media screen and (max-width: 620px) {
.D1kotei {
 position:fixed;
 top:  65%;
 left: 2px;
 z-index:10;
 width:12%;
 }
 
 .D1kotei .active {
 position:fixed;
 top:  65%;
 left: 2px;
 z-index:11;
 width:12%;
  opacity: 0;
}

.D1kotei:hover .active {
  opacity: 1;
}
}


@media screen and (max-width: 620px) {
.K1kotei {
 position:fixed;
 top:  65%;
 right: 2px;
 z-index:10;
 width:9%;
}

 .K1kotei .active {
 position:fixed;
 top:  65%;
 right: 2px;
 z-index:11;
 width:9%;
  opacity: 0;
}

.K1kotei:hover .active {
  opacity: 1;
}
}

@media screen and (max-width: 620px) {
.H1kotei {
 position:fixed;
 top:  30%;
 right: 2px;
 z-index:10;
 width:9%;
}

 .H1kotei .active {
 position:fixed;
 top:  30%;
 right: 2px;
 z-index:11;
 width:9%;
  opacity: 0;
}

.H1kotei:hover .active {
  opacity: 1;
}
}




@media screen and (max-width: 620px) {
.M1kotei {
 position:fixed;
 top:  10%;
 right: 2px;
 z-index:10;
 width:10%;
 }
 
.M1kotei .active {
 position:fixed;
 top:  10%;
 right: 2px;
 z-index:11;
 width:10%;
  opacity: 0;
}

.M1kotei:hover .active {
  opacity: 1;
}
}

/*640pxまでの幅に適応*/
@media screen and (max-width: 640px) {
#main{ width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
#main-inner{
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
#wrapper{
  width: 100%;
  overflow: hidden;
}
}