/*------------------------------------------------------------------------------

Theme Name: Eri Okamoto Thema
Author: Shimizu [ bran-new-days.com ]
Description: 2022/9/21

------------------------------------------------------------------------------*/

/* /////////////////////////////////////////////////////////////////////////////

 全体 style

///////////////////////////////////////////////////////////////////////////// */

/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500&display=swap');

:root {
	--color-text      : #333;
	--color-body      : #FFF;

	--color-primary   : #84cabb;
	--color-secondary : #7babef;
	--color-tertiary  : #e56b8b;

	--color-line      : #22ba4f;
	--color-fb        : #315096;
	
	--color_white     : #FFF;
	--color_pgray     : #EEE;
	--color_lgray     : #DDD;
	--color_gray      : #666;
	--color_dark      : #222;
	--color_lred      : #f4dada;
	--color_dred      : #C00;

	--layer_dark      : rgba(0,0,0,.7);
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html {
	font-size: 16px;
}

body {
	overflow: hidden;
	position: relative;
	left: 0;
	word-wrap: break-word;
	color: var(--color-text);
	font-size: 1rem;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.6;
	background-color: var(--color-body);
	background-attachment: fixed;
}

a {
	color: var(--color-text);
	text-decoration: underline;
}

a:hover {
	color: var(--color-primary);
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.font_gothic {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.vibtn {
	position: absolute;
	visibility: hidden;
}

/* iframeのレスポンシブ */
.youtube_container {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* /////////////////////////////////////////////////////////////////////////////

 layout

///////////////////////////////////////////////////////////////////////////// */

.wrapper {
	position: relative;
}
.side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.contents_wrapper {
	clear: both;
	min-height: 100dvh;
}
.main_contents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

@media only screen and (min-width: 769px) {
	.side {
		overflow-x: hidden;
		overflow-y: auto;
	    width: 20%;
		height: 100vh;
	}
	.contents_wrapper {
	    margin-left: 20%;
	}
}
@media only screen and (min-width: 1100px) {
	.side {
		position: fixed;
		top: 0;
		left: 0;
		width: 260px;
	}
	.contents_wrapper {
		margin-left: 260px;
	}
	.main_contents {
		padding: 40px;
	}
}


/*------------------------------------------------------------------------------

 side

------------------------------------------------------------------------------*/

/* burger
------------------------------------------------------------- */

.burger_btn_area {
	position: relative;
}
.burger_btn_area .layer {
	position: absolute;
}
input[type="checkbox"]#burger_btn {
	position: absolute;
	visibility: hidden;
	bottom: 0;
}

.burger_content {
	overflow-x: hidden;
	overflow-y: auto;
	background-color: var(--color_white);
}
.burger_content .logo {
	margin-bottom: 10px;
}
.burger_content .logo a {
	display: block;
	font-size: min(1.75rem,8vw);
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-decoration: none;
	transition:all 300ms 0ms ease;
}
.burger_content .bnavi {
	margin-bottom: 30px;
}
.burger_content .bnavi a {
	display: block;
	height: auto;
	padding: 12px 0;
	text-decoration: none;
	line-height: 1.5;
}
.burger_content .bnavi a b {
	display: inline-block;
	margin-right: .5em;
}
.burger_content .bnavi a span {
	display: block;
	color: var(--color-primary);
	font-size: .8125rem;
}

@media only screen and (max-width: 768px) {
	.burger_btn_area {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
	}
	/* ハンバーガーメニュー */
	.burger_open_btn {
		position: absolute;
		top: 7px;
		right: 5px;
		display: block;
		width: 40px;
		height: 40px;
		z-index: 2147483647;
	}
	.burger_open_btn span {
		position: relative;
		display: block;
		width: 30px;
		height: 2px;
		margin: 19px auto 0;
		background-color: var(--color_dark);
		transition: 0.4s;
	}
	.burger_open_btn span::before ,
	.burger_open_btn span::after {
		position: absolute;
		content: '';
		left: 0;
		width: 30px;
		height: 2px;
		background-color: var(--color_dark);
		transition: 0.4s;
	}
	.burger_open_btn span::before {
		top: -10px;
	}
	.burger_open_btn span::after {
		bottom: -10px;
	}
	/* ハンバーガーメニューを変形 */
	input[type="checkbox"]#burger_btn:checked + .burger_open_btn span {
		background: transparent;
	}
	input[type="checkbox"]#burger_btn:checked + .burger_open_btn span::before {
		top: 25%;
		transform: rotate(45deg);
	}
	input[type="checkbox"]#burger_btn:checked + .burger_open_btn span::after {
		bottom: 25%;
		transform: rotate(-45deg);
	}
	/* レイヤー */
	input[type="checkbox"]#burger_btn:checked ~ .layer {
		position: fixed;
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		top: 0;
		right: 0;
		visibility: visible;
		z-index: 2147483645;
	}
	/* メニューを格納 */
	.burger_content {
		position:fixed;
		top:0;
		right: -85%;
		width: 80%;
		height: 100%;
		padding: 15px;
		transition: 0.1s ease-in-out;
	}
	/* メニューオープン時 */
	input[type="checkbox"]#burger_btn:checked ~ .burger_content {
		overflow:scroll;
		-webkit-overflow-scrolling:touch;
		z-index: 2147483646;
		right: 0;
	}
}
@media only screen and (min-width: 769px) {
	.burger_content {
		padding: 40px 30px;
	}
	.burger_content .logo a {
		font-size: min(1.75rem,2.5vw);
	}
}
@media only screen and (min-width: 959px) {
	.burger_content {
		padding: 40px 40px;
	}
}


.side h4 {
	margin-bottom: 10px;
	padding: 4px 4px 10px;
	border-bottom: 2px solid var(--color_lgray);
	font-weight: bold;
}

.side .wiget_box div {
	margin-bottom: 20px;
}

.side .wiget_box ul {
	margin-left: 10px;
	font-size: .875rem;
}

.side .tagcloud {
	margin-left: 10px;
}

.side .tagcloud a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: 14px !important;
	font-weight: bold;
	vertical-align: middle;
}
.side .tagcloud a::before {
	content: '#';
}


/* -----------------------------------------------------------------------------

 .footer

----------------------------------------------------------------------------- */

.footer {
	position: relative;
}
.footer_inner {
	padding: 40px 20px;
}

.copy_area {
	font-size: .875rem;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.copy_area span {
		display: none;
	}
}
@media only screen and (min-width: 769px) {
	.contents_wrapper {
		position: relative;
		padding-bottom: 100px;
	}
	.footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}


/* page top
-----------------------------------------------------------*/

.page_top_fx {
	position: fixed;
	overflow: hidden;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}
.page_top_fx a {
	display: block;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50vw;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2036%2020%22%20height%3D%2220%22%20viewBox%3D%220%200%2036%2020%22%20width%3D%2236%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m35.6%2018.1c0%20.5-.2.9-.5%201.3-.7.7-1.8.7-2.5%200l-14.8-15.2-14.8%2015.2c-.7.7-1.8.7-2.5%200s-.7-1.8%200-2.5l16.1-16.4c.7-.7%201.8-.7%202.5%200l16%2016.4c.3.3.5.8.5%201.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') rgba(0,0,0,0.3)  50% 45% no-repeat;
	background-size: 40% auto;
	text-indent: 100%;
	white-space: nowrap;
}


/* /////////////////////////////////////////////////////////////////////////////

 メインコンテンツ

///////////////////////////////////////////////////////////////////////////// */

/* パンくず
-----------------------------------------------------------*/

.breadcrumb {
	margin: 20px auto;
	color: var(--color_gray);
	font-size: .875rem;
}
.breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 0;
}

@media only screen and (min-width: 769px) {
	.breadcrumb {
		margin: 40px auto;
	}
}


/* ページネーション/ページャー
-----------------------------------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: .875rem;
	line-height: 1.2;
}
.pagination span,
.pagination a {
	width: auto;
	margin-right: 4px;
	padding: 6px 8px 5px 8px;
	border-radius: 4px;
}
.pagination a {
	display: inline-block;
	border: 1px solid var(--color_lgray);
	text-decoration: none;
}
.pagination a:hover {
	color: var(--color_white);
	background-color: var(--color_pgray);
}
.pagination span {
	display: none;
}
.pagination .current {
	display: inline-block;
	padding: 6px 8px 5px 8px;
	border: 1px solid var(--color_pgray);
	background-color: var(--color_pgray);
}


/* sns
-----------------------------------------------------------*/

ul.sns_list {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 12px 20px;
	padding-left: 0;
	line-height: 1;
}
ul.sns_list li {
	margin: 0 8px;
	list-style-type: none;
}

.sns_list a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.sns_list a span {
	display: inline-block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
	text-indent: -9999px;
}
.sns_list a em {
	display: block;
	margin-top: 8px;
	font-size: .875rem;
	font-weight: normal;
}
.sns_list a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.sns_list li.fb a span {
	background-image: url(./image/common/icon_sns_fb.svg);
}
.sns_list li.tw a span {
	background-image: url(./image/common/icon_sns_tw.svg);
}
.sns_list li.insta a span {
	background-image: url(./image/common/icon_sns_insta.svg);
}
.sns_list li.pin a span {
	background-image: url(./image/common/icon_sns_pin.svg);
}
.sns_list li.line a span {
	background-size: 100% auto;
	background-image: url(./image/common/icon_sns_line.svg);
}
.sns_list li.linesq a span {
	background-image: url(./image/common/icon_sns_linesq.svg);
}


/* ボタンボックス
-----------------------------------------------------------*/

.btn_box {
	clear: both;
	margin: 0;
	padding: 20px 0 30px;
	text-align: center;
}
.btn_box a {
	display: inline-block;
	width: 280px;
	max-width: 100%;
	margin-left: .5em;
	margin-right: .5em;
	padding: 10px 1.5em;
	border-radius: 50vh;
	background: ;
	background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	color: var(--color_white);
	font-size: 1.125rem;
	text-decoration: none;
}
.btn_box a:hover {
	opacity: .5;
}

/* LINE */
.btn_box.btn_line a {
	width: 360px;
	background: var(--color-line);
	color: var(--color_white);
}
.btn_box.btn_line a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 32px;
	height: 31px;
	background: url(./image/common/icon_sns_linewh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

/* TEL */
.btn_box.btn_tel a {
	padding: 10px 30px;
	background: var(--color-secondary);
	color: var(--color_white);
}
.btn_box.btn_tel a::before ,
.btn_box.btn_tel label::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 32px;
	height: 32px;
	background: url(./image/common/icon_tel03wh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

/* cal */
.btn_box.btn_cal a {
	padding: 10px 30px;
}
.btn_box.btn_cal a::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 32px;
	height: 32px;
	background: url(./image/common/icon_cale_wh.svg) no-repeat;
	background-size: cover;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.btn_box a:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 769px) {
	.btn_box a {

	}
}



/* animation parts
------------------------------------------------------------- */

/* fadein */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.fast {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 250ms;
}
.fadein.fast.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.left {
	opacity : 0;
	transform : translate(-100px, 0);
	transition : all 250ms;
}
.fadein.left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/* modal
------------------------------------------------------------- */

.modal_wrap input {
	display: none;
}
.modal_wrap label {
	text-decoration: none;
}
.modal_layer {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background-color: var(--layer_dark);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}
.modal_layer_close {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.modal_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 800px;
	max-height: 80%;
	transform: scale(0.3);
	transition: 0.25s;
}
.modal_close_button {
	position: fixed;
	cursor: pointer;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--color_dark);
	color: var(--color_white);
	font-size: 40px;
	line-height: 32px;
	text-align: center;
}

.modal_content_inner {
	padding: 25px 25px;
	background-color: var(--color_pgray);
	font-size: .875rem;
}
.modal_content h1 {
	margin-bottom: 20px;
	font-size: 1.125rem;
	text-align: center;
}
.modal_content h2 {
	margin-bottom: .75em;
}
.modal_content p {
	margin-bottom: 1em;
}

.modal_wrap input:checked + .modal_layer {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap input:checked + .modal_layer .modal_content {
	transform: scale(1);
}



/* /////////////////////////////////////////////////////////////////////////////

 投稿 post

///////////////////////////////////////////////////////////////////////////// */

/*------------------------------------------------------------------------------

 アーカイブ archive / blog

------------------------------------------------------------------------------*/

/* カテゴリ
-----------------------------------------------------------*/

.cate_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 30px;
}
.cate_list li {
	flex-grow: 0;
	width: 50%;
	padding: 0 5px 10px;
}
.cate_list a {
	display: block;
	padding: 5px;
	background-color: var(--color_lgray);
	color: var(--color-text);
	font-size: min(1rem,3.5vw);
	text-align: center;
	text-decoration: none;
}
.cate_list a:hover {
	opacity: .5;
}

@media only screen and (min-width: 1040px) {
	.cate_list {
		margin: 0 -10px 40px;
	}
	.cate_list li {
		width: 33.33333%;
		padding: 0 10px 20px;
	}
	.cate_list a {
		padding: 10px;
	}
}

/* アーカイブ一覧表示 dl
-----------------------------------------------------------*/

.entry-explain_list dt {
	position: relative;
	clear: both;
	float: left;
	width: 120px;
}
.entry-explain_list dt img {
	width: 100%;
}
.entry-explain_list dd {
	min-height: 120px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 140px;
	border-bottom: 1px dotted var(--color_lgray);
}
.entry-explain_list dd:last-child {
	border-style: none;
}

/* cate */
.entry-explain_list dt .cate_box {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
.entry-explain_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 10px;
	background: var(--color-primary);
	color: var(--color_white);
	font-size: .75rem;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
}

/* tag */
.entry-explain_list .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: .875rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry-explain_list .tag_box a::before {
	content: '#';
}


/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry-vertical_list {
	margin-bottom: -20px;
}
.entry-vertical_list li {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom: 1px dotted var(--color_lgray);
}
.entry-vertical_list li:last-child {
	border-style: none;
}

/* cate */
.entry-vertical_list li .cate_box {
	float: right;
}
.entry-vertical_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 10px;
	background: var(--color-primary);
	color: var(--color_white);
	font-size: .75rem;
	text-decoration: none;
	line-height: 1.2;
	vertical-align: middle;
}

ul.entry-vertical_list a {
	display: block;
	text-decoration: none;
}
ul.entry-vertical_list h3 {
	text-decoration: underline;
}

.entry-vertical_list h3 {
	overflow: hidden;
	height: 1.4em;
	margin: 4px 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.entry-vertical_list .entry_info {
	margin-bottom: 8px;
	font-size: .875rem;
	line-height: 1.2;
}

/* tag */
.entry-vertical_list .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: .875rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry-vertical_list .tag_box a::before {
	content: '#';
}


/* アーカイブ一覧表示 block
-----------------------------------------------------------*/

.entry-card_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.entry-card_list li {
	flex-grow: 0;
	width: 50%;
}
.entry-card_list li > div {
	position: relative;
	padding: 0 10px 30px;
}

.entry-card_list a {
	display: block;
	text-decoration: none;
}

.entry-card_list .thumb {
	display: block;
	margin-bottom: 15px;
}
.entry-card_list .thumb img {
	width: 100%;
	height: auto;
}

.entry-card_list .cate_box {
	position: absolute;
	display: block;
	top: -2px;
	right: 8px;
}
.entry-card_list .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: var(--color-primary);
	color: var(--color_white);
	font-size: .75rem;
	text-decoration: none;
	vertical-align: middle;
}

.entry-card_list em {
	display: block;
	position: relative;
	overflow: hidden;
	height: 2.8em;
	margin: 8px 0 8px;
	line-height: 1.4;
}
.entry-card_list em::before ,
.entry-card_list em::after {
	position: absolute;
	background: var(--color_white);
}
.entry-card_list em::before {
	content: '\FF65\FF65\FF65';
	bottom: 0;
	right: 0;
	padding-left: 3px;
}
.entry-card_list em::after {
	content: '';
	width: 100%;
	height: 100%;
}

.entry-card_list em.one_line {
	height: 1.4em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-card_list .entry_info {
	height: 1.2em;
	margin-bottom: 8px;
	font-size: .875rem;
	line-height: 1.2;
}
.entry-card_list .entry_txt {
	display: block;
	height: 5em;
	font-size: .875rem;
	line-height: 1.4;
}
@media only screen and (min-width: 769px) {
	.entry-card_list {
		margin: 0 -15px;
	}
	.entry-card_list li {
		width: 25%;
	}
	.entry-card_list li > div {
		padding: 0 15px 30px;
	}
	.entry-card_list .cate_box {
		right: 13px;
	}
}


/* portfolio
-----------------------------------------------------------*/

.portfolio_area {
	max-width: 960px;
	margin: 0 auto;
}
.portfolio-card_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.portfolio-card_list li {
	flex-grow: 0;
	width: 33.33333%;
}
.portfolio-card_list li.oblong {
	width: 50%;
}
.portfolio-card_list li.wide {
	width: 66.6666666%;
}
.portfolio-card_list li > div {
	position: relative;
	padding: 0 5px 10px;
}
.portfolio-card_list .thumb {
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 133.33333%;
}
.portfolio-card_list li.oblong .thumb {
	padding-top: 68.75%;
}
.portfolio-card_list li.wide .thumb {
	padding-top: 65.5%;
}
.portfolio-card_list .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


/*------------------------------------------------------------------------------

 記事 single / page

------------------------------------------------------------------------------*/

.page_content ,
.entry_content {
	line-height: 1.8;
}

.entry_title {
	margin-bottom: 20px;
	padding: 10px 8px;
	border-bottom: 1px solid var(--color_lgray);
	font-size: 140%;
	text-align: left;
	line-height: 1.8;
}


/* title 下
-----------------------------------------------------------*/

.entry_content .entry_info {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: .875rem;
}
.entry_content .entry_info p {
	margin: 0;
}
.entry_content .cate_box {
	float: left;
}
.entry_content .cate_box a {
	display: inline-block;
	margin: 0 0 2px 0;
	padding: 4px 15px;
	background: var(--color-primary);
	color: var(--color_white);
	text-decoration: none;
	vertical-align: middle;
}

.entry_content .data_box {
	padding: 0 8px;
	text-align: right;
}
.entry_content .data_box span {
	display: inline-block;
}

.entry_content .tag_box a {
	display: inline-block;
	margin: 0 2px 0 0;
	font-size: .875rem;
	font-weight: bold;
	vertical-align: middle;
}
.entry_content .tag_box a::before {
	content: '#';
}


/* 汎用
-----------------------------------------------------------*/

.page_content p ,
.entry_content p {
	margin-bottom: 1.6em;
}

.page_content hr ,
.entry_content hr {
	margin-bottom: 1.6em;
	margin-bottom: 1.6em;
}


/* 記事内見出し ----------------------------- */

.page_content h2 ,
.entry_content h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 110%;
}
.page_content h3 ,
.entry_content h3 {
	margin-bottom: 20px;
	font-size: 110%;
}
.page_content h4,
.entry_content h4 {
	margin-bottom: 15px;
}
.page_content h5 ,
.entry_content h5 {
	margin-bottom: 15px;
}
.page_content h6,
.entry_content h6 {
	margin-bottom: 10px;
}


/* テーブル ----------------------------- */

.page_content table ,
.entry_content table {
	min-width: 70%;
	margin: 10px 0 30px 10px;
	border-collapse: collapse;
	text-align: left;
}
.page_content table th ,
.entry_content table th {
	padding: 10px;
	border: 1px solid var(--color_lgray);
	font-weight: bold;
}
.page_content table td ,
.entry_content table td {
	padding: 10px;
	border: 1px solid var(--color_lgray);
}


/* リスト ----------------------------- */

.page_content ul ,
.entry_content ul {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.page_content ul li ,
.entry_content ul li {
	list-style-type: disc;
}

.page_content ol ,
.entry_content ol {
	margin-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
.page_content ol li ,
.entry_content ol li {
	list-style-type: decimal;
}


/* 画像 ------------------------------- */

/* 投稿画像 */
img.size-full ,
img.size-large {
	margin-bottom: 10px;
}
.image_iblock {
	display: inline-block;
	margin: 10px 10px 20px;
	font-size: .75rem;
	vertical-align: top;
}
.image_iblock .wp-caption {
	position: relative;
	max-width: 100%;
	height: auto;
}
.image_iblock .wp-caption-text {
	position: absolute;
	bottom: -10px;
	width: 100%;
	margin-bottom: 0;
	padding: 5px;
	background: var(--layer_dark);
	color: var(--color_white);
	text-align: center;
}
.image_iblock .wp-caption-text a,
.image_iblock .wp-caption-text {
	font-size: 100%;
	color: var(--color_white);
}


/* 画像位置 */

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* SNS share
-----------------------------------------------------------*/

.share_area {
	max-width: 600px;
	margin: 20px auto;
}
 
.share_list {
	display: flex;
}
.share_list li {
	width: 25%;
	padding: 2px;
}
.share_list li span {
	display: none;
}
.share_list li a {
	display: block;
	padding: 2px;
	border-radius: 50vh;
	color: var(--color_white);
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.share_list li a:hover {
	opacity: .8;
}
.share_list li i {
	margin-right: .3em;
}
.share_list .tweet a {
	background: #55acee;
}
.share_list .line a {
	background: var(--color-line);
}
.share_list .facebook a {
	background: var(--color-fb);
}
.share_list .hatena a {
	background: #008fde;
}
.fa-hatena:before {
	font-family: Verdana;
	font-weight: bold;
	content: 'B!';
}


/* PREV NEXT
-----------------------------------------------------------*/

.p_navi {
	margin-bottom: 40px;
	padding: 20px 0;
	border-top: 1px solid var(--color_lgray);
	border-bottom: 1px solid var(--color_lgray);
	font-size: .875rem;
}
.p_navi .prev {
	float: right;
	width: 50%;
	text-align: right;
}
.p_navi .prev div {
	padding: 0 15px 0 10px;
}
.p_navi .prev img {
	float: right;
	width: 100px;
	margin-left: 15px;
}

.p_navi .next {
	float: left;
	width: 50%;
}
.p_navi .next div {
	padding: 0 10px 0 15px;
	border-right: 1px solid var(--color_lgray);
}
.p_navi .next img {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.p_navi a {
	display: block;
	text-decoration: none;
}
.p_navi a span {
	display: block;
}
.p_navi a em {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	background: var(--color_lgray);
	color: var(--color_white);
}
.p_navi a b {
	display: block;
	font-weight: normal;
}
.p_navi a:hover em {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media only screen and (min-width: 769px) {
	.share_area {
		margin: 40px auto;
	}
	.share_list li span {
		display: inline-block;
	}	
	.image_iblock {
		width: 44%;
		width: auto;
	}
}


/* /////////////////////////////////////////////////////////////////////////////

 ページ

///////////////////////////////////////////////////////////////////////////// */

/* タイトル
-----------------------------------------------------------*/

/* title */
.title_block {
	margin-bottom: 20px;
	text-align: center;
}
.title_block h1 {
	line-height: 1.4;
}
.title_block h1 .en {
	display: block;
	font-size: min(2rem,8em);
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.title_block h1 .ja {
	display: block;
	color: var(--color-primary);
	font-size: min(.875rem,3em);
}
@media only screen and (min-width: 769px) {
	.title_block {
		margin-bottom: 40px;
	}
}


/* テキスト
-----------------------------------------------------------*/

.text_block {
	line-height: 2;
}
.text_block p {
	margin-bottom: 1.8em;
}
.text_block p:last-child {
	margin-bottom: .4em;
}

.marker__txt {
	display: inline;
}
.marker__txt.yw {
	background: #faf6c6;
}
.marker__txt.ywh {
	background: linear-gradient(transparent 50%, #faf6c6 0%);
}

.color__rd {
	color: #C00;
}


/* table
------------------------------------------------------------- */

.tbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid var(--color_lgray);
}
.tbl th {
	padding: 15px 10px;
	border-bottom: 1px solid var(--color_lgray);
	text-align: center;
	white-space: nowrap;
}
.tbl td {
	padding: 15px 10px;
	border-bottom: 1px solid var(--color_lgray);
}

@media only screen and (max-width: 768px) {
	.tbl tr ,.tbl th,.tbl td{
		display: block;
	}
	.tbl th {
		padding-bottom: 0;
		border-bottom: none;
		text-align: left;
	}
	.tbl td {
		padding-top: 5px;
	}
}


/* 画像関係
-----------------------------------------------------------*/

.fig_block img {
	border-radius: 20px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -5px 20px;
}
.fig_list li {
	flex-grow: 0;
	width: 50%;
	padding: 0 5px 10px;
}
.fig_list.sepa01 li {
	width: 100%;
}
@media only screen and (min-width: 769px) {
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.fig_list {
		margin: 0 -10px;
	}
	.fig_list li {
		padding: 0 10px 20px;
	}
	.fig_list.sepa01 li {
		width: 70%;
	}
	.fig_list.sepa02 li {
		width: 50%;
	}
	.fig_list.sepa03 li {
		width: 33.33333%;
	}
	.fig_list.sepa04 li {
		width: 25%;
	}
}

/* -----------------------------------------------------------------------------

 .navi

----------------------------------------------------------------------------- */

.navi-card_list li {
	margin-bottom: 20px;
}
.navi-card_list a {
	position: relative;
	overflow: hidden;
	display: block;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}
.navi-card_list a:hover img {
	opacity: 1;
}
.navi-card_list .fig_box {
	position: relative;
	padding-top: 55%;
}
.navi-card_list .fig_box::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.navi-card_list .fig_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.navi-card_list a:hover .fig_box img {
	transform: scale(1.2);
	transition: 300ms;
}
.navi-card_list .text_box {
	position: relative;
	padding: 15px 10px;
	background-color: var(--color_pgray);
	font-size: min(1.5rem,6vw);
}
.navi-card_list .text_box h2 b {
	display: inline-block;
	font-weight: 500;
	vertical-align: middle;
}
.navi-card_list .text_box h2 span {
	display: inline-block;
	margin-left: 1em;
	font-size: min(.875rem,4vw);
	font-weight: normal;
	vertical-align: middle;
}
.navi-card_list .text_box h2 span::before ,
.navi-card_list .text_box h2 span::after {
	content: '-';
}

@media only screen and (min-width: 769px) {
	.navi-card_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 -15px;
	}
	.navi-card_list li {
		width: 50%;
		margin-bottom: 30px;
		padding: 0 15px;
	}
}


/* -----------------------------------------------------------------------------

 portfolio

----------------------------------------------------------------------------- */

.portfolio_block:not(:last-child) {
	margin-bottom: 40px;
}
.portfolio_block h2 {
	margin-bottom: 30px;
	font-size: min(1.5rem,7em);
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}


/* -----------------------------------------------------------------------------

 privacy

----------------------------------------------------------------------------- */

.privacy_area > p {
	margin-bottom: 1.5em;
}

.privasy_block {
	margin-bottom: 2.5em;
}
.privasy_block h2 {
	margin-bottom: 1em;
}
.privasy_block p {
	margin-bottom: 1.5em;
	font-size: .875rem;
}
.privasy_block h3 {
	margin-bottom: .5em;
}
.privasy_block h3 ~ p {
	margin-left: 1.5em;
}

.privasy_block ul {
	padding-left: 1.5em;
}
.privasy_block li {
	text-indent: -1.5em;
}
.privasy_block ul li {
	list-style-type: none;
}


/* -----------------------------------------------------------------------------

 contact

----------------------------------------------------------------------------- */

/* contact form
------------------------------------------------------------- */

.form_info {
	max-width: 800px;
	margin: 0 auto 20px;
}
.form_info > p {
	margin-bottom: 20px;
}
.form_info .privacy_area {
	overflow-y: auto;
	height: 140px;
	padding: 20px;
	margin-bottom: 20px;
	font-size: .875rem;
	border: 1px solid var(--color_lgray);
}
.form_info .privacy_area p {
	margin-bottom: 1.6em;	
}

.contact_txt {
	max-width: 800px;
	margin: 0 auto 40px;
}
.contact_txt .catch {
	margin-bottom: 20px;
	font-weight: bold;
}


/* step
------------------------------------------------------------- */

.page_content ul.form_step {
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 40px;
	padding-left: 0;
	background: var(--color-primary);
	font-size: 100%;
}
.page_content ul.form_step li {
	float: left;
	width: 34%;
	list-style-type: none;
}
.page_content ul.form_step li:first-child {
	width: 32%;
}
.form_step em {
	position: relative;
	display: block;
	padding: 10px 0 10px 25px;
	background: var(--color_pgray);
	font-size: .875rem;
	text-align: center;
	text-decoration: none;
}
.form_step em span {
	display: block;
}
.form_step li:first-child em {
	padding-left: 20px;
}
.form_step em::after,
.form_step em::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -45px;
	border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 30px solid;
	right: -30px;
}
.form_step em::after {
	z-index: 2;
	border-left-color: var(--color_pgray);
}
.form_step em::before {
	border-left-color: var(--color_white);
	right: -32px;
	z-index: 1;
}
.form_step li:last-child::before ,
.form_step li:last-child::after {
	content: normal;
}

/* class:active型 */
.form_step .active {
	color: var(--color_white);
	font-weight: bold;
	background: none;
}
.form_step .active::after {
	z-index: 2;
	border-left-color: var(--color-primary);
}

/* ラッパーで判断するが型 */
.mw_wp_form_input .form_step li:nth-child(1) em ,
.mw_wp_form_confirm .form_step li:nth-child(2) em ,
.mw_wp_form_complete .form_step li:nth-child(3) em {
	color: var(--color_white);
	font-weight: bold;
	background: none;
}
.mw_wp_form_input .form_step li:nth-child(1) em::after ,
.mw_wp_form_confirm .form_step li:nth-child(2) em::after ,
.mw_wp_form_complete .form_step li:nth-child(3) em::after {
	border-left-color: var(--color-primary);
}

/* form
------------------------------------------------------------- */

.form_box {
	max-width: 840px;
	margin: 0 auto 20px;
	border-top: 1px solid var(--color_lgray);
}
.form_box dt {
	padding: 10px 10px 5px;
}
.form_box dt em {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 8px;
	border-radius: 2px;
	background: var(--color_lred);
	color: var(--color_dred);
	font-size: .75rem;
	font-weight: normal;
	line-height: 1.4;
	white-space: nowrap;
}
.form_box dd {
	padding: 0 10px 10px;
	border-bottom: 1px solid var(--color_lgray);
}

.form_box input[type="text"] ,
.form_box input[type="email"] ,
.form_box textarea {
	border: 1px solid var(--color_lgray);
	border-radius: 4px;
}
.form_box input[type="text"] ,
.form_box input[type="email"] {
	max-width: 100%;
}
.form_box textarea {
	width: 100%;
}
.form_btn_box {
	text-align: center;
}
::placeholder{
	color: var(--color_gray);
}

.form_btn_box .btn_confm {
	position: relative;
	display: inline-block;
	width: 80%;
}
.mw_wp_form_confirm .form_btn_box .btn_confm {
	display: none;
}
.form_btn_box .btn_confm::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-top: solid 2px var(--color_white);
	border-right: solid 2px var(--color_white);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 99999;
}

.form_btn_box input {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 16px 10px;
	border: none;
	border-radius: 50vh;
	background: var(--color-primary);
	color: var(--color_white);
	font-size: 1.125rem;
}
.form_btn_box button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 45%;
	margin: auto 4px;
	padding: 16px 10px;
	border-radius: 50vh;
	border: none;
	background: var(--color-primary);
	color: var(--color_white);
	font-size: 1.125rem;
}
.form_btn_box input:hover ,
.form_btn_box button:hover {
	opacity: .5;
}
.form_btn_box button.back {
	background: var(--color_lgray);
}
.form_btn_box button.back::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-bottom: solid 2px var(--color_white);
	border-left: solid 2px var(--color_white);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form_btn_box button.send::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border: 0px;
	border-top: solid 2px var(--color_white);
	border-right: solid 2px var(--color_white);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
	/* contact ----------------------- pc */
	.form_info {
		margin-bottom: 40px;
	}
	.form_step em {
		padding: 20px 15px 20px 45px;
		font-size: 1rem;
	}
	.form_step em span {
		display: inline-block;
	}
	.form_box dt {
		padding: 20px 20px 5px;
	}
	.form_box dd {
		padding: 0 20px 20px;
	}
	.form_btn_box .btn_confm {
		width: auto;
		min-width: 30%;
	}
	.form_btn_box button {
		width: 45%;
		width: auto;
		min-width: 30%;
	}
}

/* venobox
-----------------------------------------------------------*/

.vbox-overlay {
	z-index: 2147483647 !important;
}
.vbox-container {
	overflow-y: hidden !important;
}
.vbox-close {
	top: 1em !important;
	right: 1em !important;
}

.vbox-container img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	height: auto;
}

/* Safari用ハック
_::-webkit-full-page-media, _:future, :root .vbox-container img {
	width: auto;
} */

/* /////////////////////////////////////////////////////////////////////////////

 汎用CSS

///////////////////////////////////////////////////////////////////////////// */

/* テキスト関係 --------------------- */

.attention { /* 注意色(基本赤) */
	color: var(--color_dred);
}

.bold {
	font-weight: bold;
}

.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


/* テキスト位置設定 ---------------- */

.entry_content p.center ,
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* マージン関係 ------------------- */

.m0 {
	margin: 0;
}

.m10 {
	margin: 10px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mB5 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mR5 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mL5 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL20 {
	margin-left: 20px;
}

.mRL10 {
	margin: auto 10px;
}

/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.pT5 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pRL10 {
	padding: auto 10px;
}

/* フロート関係 ------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear,
.clearBoth {
	clear: both;
}

.clearfix {
	/zoom : 1; /* IE6-7 */
}
.clearfix:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}


@media only screen and (max-width: 768px) {
	.sp_hide {
		display: none;
	}
	.sp_center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
@media only screen and (min-width: 769px) {
	.pc_hide {
		display: none;
	}
	.pc_center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
