@charset "UTF-8";

#breadcrumb {
	margin-bottom: 0;
}
/*--------------------
メインコンテンツ
--------------------*/
#blog > #blogHeader {
	margin-bottom: 30px;
}
#blog > #blogHeader img {
	width: 100%;
}
#blog > .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#blog > .container:last-of-type {
	padding-bottom: 50px;
}
#blog .column01 {
	width: 72%;
	max-width: 900px;
	margin-bottom: 40px;
}
#blog .column02 {
	width: 27%;
	min-width: 300px;
	margin-left: 25px;
	position: sticky;
	top: 15px;
	margin-top: 30px;
}
#blog .column02 > section {
	margin-bottom: 35px;
}

/*--------------------
メインコンテンツ：記事レイアウト
--------------------*/

article {
	position: relative;
	padding-bottom: 40px;
}
article .entryHeader{
	margin: 60px 0 30px 0;
	padding: 15px 10px;
	position: relative;
}
article:after,
article .entryHeader:before,
article .entryHeader:after {
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: linear-gradient(to left, #b9a2e2 25%,transparent 25%) repeat-x;
	background-size: 10px 100%;
	position: absolute;
}
article .entryHeader:before {
	top: 0;
}
article:after,
article .entryHeader:after {
	bottom: 0;
}
article .entryHeader h1.entryTtl {
	font-size: 26px;
	color: #666666;
	font-weight: bold;
}
article .entryHeader .entryMeta {
	font-size: 13px;
	color: #888;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
article .entryHeader .entryMeta > div {
	margin-right: 15px;
	margin-top: 5px;
}
article .entryHeader .entryMeta > div:last-of-type {
	margin-right: 0;
}
article .entryHeader .entryMeta > div > svg {
	margin-right: .3em;
}

/*--- タグ ---*/

article .entryHeader .tag{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
article .entryHeader .tag > *{
	display: inline;
}
article .entryHeader .tag li{
	display: inline-block;
	text-indent: initial;
}
article .entryHeader .tag li:after{
	content:" , ";
}
article .entryHeader .tag li:last-of-type:after{
	content: "";
}
article .entryHeader .tag a {
	color: inherit;
}
article .entryHeader .tag a:hover {
	color: #705d92;
}

/*--- シェアボタン ---*/

article .entryHeader .share {
	display: flex;
	align-items: center;
}
article .entryHeader .share .shareTtl {
	margin-right: 0.5em;
}
article .entryHeader .share .shareTtl svg {
	margin-right: 0.3em;
}
article .entryHeader .share ul {
	display: flex;
	justify-content: center;
}
article .entryHeader .share li {
	margin-right: 5px;
}
article .entryHeader .share li:last-of-type {
	margin-right: 0;
}
article .entryHeader .share a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	font-size: 18px;
	border-radius: 50%;
	background: #ccc;
	color: #fff;
	transition: all 300ms ease-out;
}
article .entryHeader .share svg {
	transition: all 300ms ease-out;
}
article .entryHeader .share a:hover {
	opacity: .9;
}
article .entryHeader .share a:hover svg {
	transform:scale(1.1);
}
article .entryHeader .share a.facebook {
	background: #1877f2;
}
article .entryHeader .share a.twitter {
	background: #1DA1F2;
    background: #000;
}
article .entryHeader .share a.line {
	background: #00b900;
}
article .entryHeader span.deco,
article .entryHeader span.deco:before,
article .entryHeader span.deco:after {
	position: absolute;
	width: 30px;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #aaa;
	border-radius: 3px;
}
article .entryHeader span.deco:before,
article .entryHeader span.deco:after {
	content: "";
}
article .entryHeader span.deco {
	transform: rotate(90deg);
	top: -40px;
}
article .entryHeader span.deco:before {
	transform: translate(10px, -50px) rotate(38deg);
}
article .entryHeader span.deco:after {
	transform: translate(10px, 50px) rotate(-38deg);
}
article .entryHeader span.deco span:before,
article .entryHeader span.deco span:after {
	position: absolute;
	width: 25px;
	height: 2px;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	background: linear-gradient(to right, #aaa 25%,transparent 25%) repeat-x;
	background-size: 6px 100%;
	content: "";
	border-radius: 2px;
}
article .entryHeader span.deco span:before {
	transform: translate(4px, -25px) rotate(15deg);
}
article .entryHeader span.deco span:after {
	transform: translate(4px, 25px) rotate(-15deg);
}
article .entryContent {
	font-size: 14px;
	line-height: 1.6;
}
article .entryContent .block {
	max-width: 800px;
	margin: 0 auto 4em auto;
}
article .entryContent .block:last-of-type {
	margin: 0 auto;
}
article .entryContent .block:after {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
article .entryContent h2 {
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	padding: 6px 10px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #b9a2e2;
	border-left: 10px solid #b9a2e2;
}
article .entryContent figure {
	max-width: 600px;
	margin: 0 auto 2em auto;
	position: relative;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
article .entryContent figure.fl {
	float: left;
	margin: 0 2em 2em 0;
	width: 40%;
}
article .entryContent figure.fr {
	float: right;
	margin: 0 0 2em 2em;
	width: 40%;
}
article .entryContent figure img {
	width: 100%;
}
article .entryContent figure figcaption {
	background: rgba(255, 255, 255, .9);
	padding: 5px 10px;
	position: absolute;
	max-width: 80%;
	right: -10px;
	bottom: -10px;
	font-size: 13px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/*------ ページング ------*/

.pagination {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-top: 20px;
}
.pagination li {
	width: 48%;
}
.pagination a {
	display: flex;
	align-items: center;
	transition: .3s;
}
.pagination a:hover {
	color: #705d92;
}
.pagination .prev a {
	justify-content: flex-start;
}
.pagination .next a {
	justify-content: flex-end;
}
.pagination .prev svg {
	margin-right: 0.5em;
}
.pagination .next svg {
	margin-left: 0.5em;
}
.pagination svg {
	opacity: .8;
}
.pagination .disabled {
	visibility: hidden;
}

/*--------------------
サイド
--------------------*/

.column02 h3.ttl {
	color: #b9a2e2;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.column02 h3.ttl:before,
.column02 h3.ttl:after {
	content: "";
	width: 25%;
	height: 2px;
	display: block;
	background: linear-gradient(to left, #b9a2e2 25%,transparent 25%) repeat-x;
	background-size: 10px 100%;
}
.column02 a {
	transition: .3s;
}
.column02 a:hover {
	color: #705d92;
}

/*------ プロフィール ------*/

#profWrap img {
	/* width:100%; */
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 500ms ease-out;
}
#profWrap figure {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-top: 70%;
	background: rgba(0, 0, 0, .03);
	border: 1px solid rgba(0, 0, 0, .01);
	border-radius: 50%;
}
#profWrap figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	border-radius: 50%;
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
#profWrap .nameWrap {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #666;
	margin: 15px auto 0 auto;
}
#profWrap .job {
	width: 80%;
	color: #aaa;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#profWrap .job:before,
#profWrap .job:after {
	content: "";
	width: 22%;
	height: 2px;
	display: block;
	background: rgba(0, 0, 0, .1);
}
#profWrap .name {


	line-height: 1.4;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
#profWrap .name span {
	font-size: 50%;
	display: block;
	font-weight: normal;
	text-align: center;
	color: #aaa;
}
#profWrap .data {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	padding: 10px;
	position: relative;
	margin-top: 15px;
	float: right;
	width: 100%;
	box-sizing: border-box;
}
#profWrap .data:before,
#profWrap .data:after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: linear-gradient(to left, #b9a2e2 25%,transparent 25%) repeat-x;
	background-size: 10px 100%;
	position: absolute;
	left: 0;
}
#profWrap .data:before { top:0; }
#profWrap .data:after { bottom:0; }
#profWrap .data li {
	width: 48%;
	/* min-width: 200px; */
	margin: 1%;
}
#profWrap .data span {
	display: inline-block;
	width: 35%;
	min-width: 60px;
	color: #b9a2e2;
	font-weight: bold;
}
#profWrap .data dd {
	width: 35%;
}
#profWrap .profBtn {
	margin: 10px auto;
	display: flex;
	width: 85%;
	transform: none !important;
	border-radius: 20px;
	border: solid 1px #666;
	overflow: hidden;
}
#profWrap .profBtn li {
	width: 100%;
	height: auto;
	color: #777;
	font-size: 13px;
	position: relative;
	box-sizing: border-box;
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
	overflow: hidden;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#profWrap .profBtn li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	display: block;
	content: '';
	background: #b9a2e2;
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#profWrap .profBtn li:hover:before,
#profWrap .profBtn li:active:before {
	width: 100%;
}
#profWrap .profBtn li:hover {
	color: #fff;
}
#profWrap .profBtn li:first-of-type {
	border-right: solid 1px #777;
}
#profWrap .profBtn li:only-of-type {
	border-right: none;
}
#profWrap .profBtn a {
	position: relative;
	display: block;
	color: inherit;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 6px 0px;
	transition: none;
}
#profWrap .profBtn svg {
	margin-right: 0.4em;
}
#profWrap .snsCont {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 10px
}
#profWrap .snsCont li {margin: 0 8px;}
#profWrap .snsCont li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	font-size: 23px;
	border-radius: 50%;
	background: #ccc;
	color: #fff;
	transition: all 300ms ease-out;
}
#profWrap .snsCont li a svg {
transition: all 300ms ease-out;
}
#profWrap .snsCont li a:hover {
	opacity:.9;
}
#profWrap .snsCont li a:hover svg {
	transform:scale(1.1);
}
#profWrap .snsCont li a:hover {
}
#profWrap .snsCont li a.facebook {
	background: #1877f2;
}
#profWrap .snsCont li a.twitter {
	background: #1DA1F2;
}
#profWrap .snsCont li a.line {
	background: #00b900;
}
#profWrap .snsCont li a.instagram {
	background: #D93177;
	background:
		radial-gradient(circle farthest-corner at 32% 106%,
		rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%),
		linear-gradient(135deg, rgb(35, 75, 215) 12%,rgb(195, 60, 190) 58%);
}

/*------ 最新記事 ------*/

#newArticleWrap h3.ttl {
	padding-top: 25px;
}
#newArticleWrap h3.ttl span.deco {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 80%;
}
#newArticleWrap h3.ttl span.deco:before,
#newArticleWrap h3.ttl span.deco:after {
	content: "";
	width: 2px;
	height: 20px;
	background: #aaa;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#newArticleWrap h3.ttl span.deco:before {
	transform: translate(-35px, 0px) rotate(-25deg);
}
#newArticleWrap h3.ttl span.deco:after {
	transform: translate(35px, 0px) rotate(25deg);
}
#newArticleWrap li{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
#newArticleWrap a {
	display: flex;
	flex-wrap: wrap;
}
#newArticleWrap .date {
	width: 25%;
}
#newArticleWrap .entryTtl {
	width: 75%;
	font-size: 15px;
}

/*------ 月別アーカイブ・カテゴリー ------*/

#archiveWrap ul,
#tagWrap ul {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	justify-content: space-between;
}

#archiveWrap ul {
	padding-left: 1.4em;
	margin-bottom: 15px;
}
#archiveWrap ul li {
	margin: 5px 0;
	width: 50%;
}
#archiveWrap .year {
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 5px;
	width: 90%;
	margin: 0 auto;
}
#archiveWrap .year.open svg {
	transform: rotate(90deg);
}
#archiveWrap .year svg {
	font-size: 80%;
	margin-right: 1em;
	transition: .3s;
	opacity: .7;
}

#tagWrap ul li {
	margin: 5px 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#tagWrap ul li:nth-child(2n) {
	margin: 5px 0 5px 0;
}
#tagWrap svg {
	font-size: 80%;
	margin-right: 1em;
	opacity: .7;
}




article.archive li{
	border-bottom: 1px solid #eee;
}
article.archive a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}
article.archive .date {
	width: 10%;
}
article.archive .entryTtl {
	width: 90%;
	font-size: 15px;
}


.oldWrap {
	width: 90%;
	margin: 20px auto 0;
}
.old {
	font-size: 15px;
}

/*------ ボタン ------*/

#blog .btn {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	position: relative;
	display: table;
	box-sizing: border-box;
	color: #b9a2e2;
	border: solid 2px #b9a2e2;
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
	text-decoration: none;
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
	text-shadow: none;
}
#blog .btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	display: block;
	content: '';
	background: #b9a2e2;
	transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#blog .btn.prev:before {
	right: 0;
	left: auto;
}
#blog .btn:hover:before,
#blog .btn:active:before {
	width: 100%;
}
#blog .btn span {
	position: relative;
	display: block;
	padding: 12px;
}
#blog .btn:hover {
	color: #fff;
}
