/* Layout */
#wrapper {
	width: auto;
}
div.inner-block,
div.cautionTitle,
p.caution {
	width: 860px;
	margin: 0 auto;
}
div.cautionTitle,
p.caution,
#footer {
	display: none;
}

div.content-block.inner-block {
	width: auto;
}
div.content-block.inner-block *,
#wrapper,
#content {
	font-family: 'Noto Sans JP', sans-serif;
}
#wrapper,
#content {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
div.page-story {
	display: flex;
	align-items: start;
	justify-content: center;
}
div.body-area * {
/*
	font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
*/
}
div.body-area {
	width: 860px;
}
div.side-area {
	width: 234px;
	margin-left: 30px;

	div.search-area {
		height: 25px;
		margin-bottom: 5px;

		form {
			height: 100%;

			div.search-inner {
				height: 100%;

				div.input {
					height: 100%;

					&.image {
						display: flex;
						align-items: center;
						justify-content: center;
						width: 23px;
						height: 100%;

						input[type="image"] {
							padding: 0;
							border: none;
							border-radius: 0;
							box-shadow: none;
						}
					}
					&.text {
						flex: 1;

						input[type="text"] {
							width: 100%;
							padding: 3px;
							border-radius: 3px;
							border: solid 1px #aaa;
							box-sizing: border-box;
						}
					}
				}
			}
		}
	}

	div.theme-area {
		#theme-check-id {
			display: none;

			&:checked ~ div.theme-list-area {
					height: auto;
				}
			}
		}
		div.theme-title-area {
			justify-content: space-between;
			background: linear-gradient(to bottom, #ffffff 0%, #c5c5c5 100%);

			font-size: 100%;
			font-weight: bold;
			color: #535F66;
			margin: 4px 0px 0px 0px;
			padding: 8px 8px 8px 10px;
			border-style: solid;
			border-width: 1px 1px 0 1px;
			border-color: #cdcdcd;
			border-radius: 10px 10px 0 0;
			box-shadow: 1px 1px 1px #888;

			div.theme-title-str {
				font-size: 100%;
			}
			div.theme-title-all {
				label {
					display: block;
					font-size: 80%;
					cursor: pointer;

					&:hover {
						color: #ff9c3d;
					}
				}
			}
		}
		div.theme-list-area {
			box-sizing: border-box;
			border-style: solid;
			border-width: 0 1px;
			border-color: #cdcdcd;
			background-color: #f1f1f1;
			box-shadow: 1px 1px 1px #888;

			padding: 0 5px;
			height: 347px;
			background: #fff;
			overflow-y: hidden;

			div.theme-item {
				text-align: center;
				padding: 5px 0 0 0;

				a {
					display: block;
					color: #3192ba;
					padding: 5px 0;
					background-color: #eaeaea;
					font-weight: bold;
					text-decoration: none;

					&:hover {
						color: #ff9c3d;
					}
				}
			}
		}
		div.theme-bottom-area {
			height: 14px;
			margin-bottom: 10px;
			background-color: #fff;
			border-style: solid;
			border-width: 0 1px 1px 1px;
			border-color: #cdcdcd;
			border-radius: 0 0 10px 10px;
			box-shadow: 1px 1px 1px #888;
		}
	}

	div.recommend-rank-area {
		div.recommend-rank-title-area {
			justify-content: space-between;
			background: linear-gradient(to bottom, #ffffff 0%, #c5c5c5 100%);

			font-size: 100%;
			font-weight: bold;
			color: #535F66;
			margin: 4px 0px 0px 0px;
			padding: 8px 8px 8px 10px;
			border-style: solid;
			border-width: 1px 1px 0 1px;
			border-color: #cdcdcd;
			border-radius: 10px 10px 0 0;
			box-shadow: 1px 1px 1px #888;

			div.recommend-rank-title-str {
				font-size: 100%;
			}
			div.recommend-rank-title-all {
				font-size: 80%;
				cursor: pointer;

				&:hover {
					color: #ff9c3d;
				}
			}
		}
		div.recommend-rank-list-area {
			box-sizing: border-box;
			border-style: solid;
			border-width: 0 1px;
			border-color: #cdcdcd;
			background-color: #f1f1f1;
			box-shadow: 1px 1px 1px #888;

			padding: 0 5px;

			div.recommend-rank-item {
				padding: 5px 0 0 0;

				border-style: dotted;
				border-width: 0 0 2px 0;
				border-color: #aaa;

				div.recommend-rank-item-title-area {
					align-items: start;

					div.recommend-rank-item-title-rank {
						width: 35px;

						font-weight: bold;
						color: #ff6501;
						width: 35px;
						text-align: center;

						img {
						}
					}
					div.recommend-rank-item-title-str {
						flex: 1;

						a {
							text-decoration: none;
							word-break: break-all;
							font-weight: bold;
							color: #3192ba;
							line-height: 1.5em;

							&:hover {
								color: #ff9c3d;
							}
						}
					}
				}
				div.recommend-rank-item-image-area {
					aspect-ratio: 2 / 1;

					a {
						img {
							width: 100%;
							height: 100%;
						}

						&:hover {
							opacity: 0.7;
						}
					}
				}
				div.recommend-rank-item-desc-area {
					padding: 5px;
					font-size: 90%;
				}
			}
		}
		div.recommend-rank-bottom-area {
			height: 14px;
			margin-bottom: 7px;
			background-color: #f1f1f1;
			border-style: solid;
			border-width: 0 1px 1px 1px;
			border-color: #cdcdcd;
			border-radius: 0 0 10px 10px;
			box-shadow: 1px 1px 1px #888;
		}
	}
}
#container #header div.inner {
	display: none;
}

/* Footer */
footer {
	background-color: #333;
	color: white;
	margin-top: 30px;
	padding: 80px 0 40px;

	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}

	.footer-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 40px;
		margin-bottom: 60px;
	}

	.footer-logo {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-size: 24px;
		color: white;
		margin-bottom: 20px;
	}

	.footer-about {
		color: rgba(255,255,255,0.7);
		margin-bottom: 20px;
	}

	.footer-social {
		display: flex;
		gap: 15px;

		a {
			background-repeat: no-repeat;
			background-position: center;
			background-size: 50%;

			&.twitter {
				background-image: url('../../../img/user/story/icon/twitter.svg');
			}
			&.facebook {
				background-image: url('../../../img/user/story/icon/facebook.svg');
			}
			&.instagram {
				background-image: url('../../../img/user/story/icon/instagram.svg');
			}
			&.youtube {
				background-image: url('../../../img/user/story/icon/youtube.svg');
			}
		}
	}

	.footer-social-link {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: rgba(255,255,255,0.1);
		display: flex;
		align-items: center;
		justify-content: center;
		color: white;
		text-decoration: none;
		transition: background-color 0.3s ease;
	}

	.footer-social-link:hover {
		background-color: #4A90E2;
	}

	.footer-heading {
		font-size: 18px;
		margin-bottom: 20px;
		font-weight: 700;
		color: white;

		background: none;
		margin-top: 0;
		padding: 0;
	}

	.footer-links {
		list-style: none;
	}

	.footer-link {
		margin-bottom: 10px;
	}

	.footer-link a {
		color: rgba(255,255,255,0.7);
		text-decoration: none;
		transition: color 0.3s ease;
	}

	.footer-link a:hover {
		color: white;
	}

	.footer-newsletter p {
		color: rgba(255,255,255,0.7);
		margin-bottom: 20px;
	}

	.footer-form {
		display: flex;
	}

	.footer-input {
		flex-grow: 1;
		padding: 10px 15px;
		border: none;
		border-radius: 5px 0 0 5px;
		font-family: inherit;
	}

	.footer-button {
		background-color: #4A90E2;
		color: white;
		border: none;
		width: 60px;
		padding: 0 15px;
		border-radius: 0 5px 5px 0;
		font-family: inherit;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	.footer-button:hover {
		background-color: #3A80D2;
	}

	.footer-bottom {
		text-align: center;
		padding-top: 40px;
		border-top: 1px solid rgba(255,255,255,0.1);
		color: rgba(255,255,255,0.5);
		font-size: 14px;
	}
}




/* Common */
a {
	text-decoration: none;
}
div.item-image {
	position: relative;
	aspect-ratio: 3 / 2;
}
div.item-image img,
div.item-image div.video {
	object-fit: cover;
}
div.item div.item-image div.video div.video-inner {
	height: 100%;
}
div.item div.item-image div.video div.video-inner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div.item div.item-image div.video div.sound {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMCA1MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMTExMTExO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoxNTtzdHJva2UtbGluZWpvaW46cm91bmQ7fS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMTExMTExO3N0cm9rZS13aWR0aDoyMDtzdHJva2UtbGluZWNhcDpyb3VuZDt9LnN0MntkaXNwbGF5Om5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEwO3N0cm9rZS1saW5lY2FwOnJvdW5kO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNjIuNiw5MS44bC0xMTQuNCw5OC45SDQwVjMxOGgxMDYuNmwxMTYsMTAwLjNWOTEuOHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMzIwLDE4NGMyOC40LDQzLjMsMjguNCw5OS40LDAsMTQyLjcgTTM2Ny4zLDEzNi43YzUyLDcwLjYsNTIsMTY2LjgsMCwyMzcuMyBNNDEwLjcsOTMuM2M3Niw5NC42LDc2LDIyOS40LDAsMzI0Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTM5OS42LDg4LjhsLTM0MiwzNDJjLTMuMywzLjMtOC43LDMuMy0xMiwwbC02LjctNi43Yy0zLjMtMy4zLTMuMy04LjcsMC0xMmwzNDItMzQyYzMuMy0zLjMsOC43LTMuMywxMiwwbDYuNyw2LjdDNDAyLjksODAsNDAyLjksODUuNSwzOTkuNiw4OC44eiIvPjwvc3ZnPg==);
}
div.item[data-video-sound="0"] div.item-image div.video div.sound {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwMCA1MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMTExMTExO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoxNTtzdHJva2UtbGluZWpvaW46cm91bmQ7fS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMTExMTExO3N0cm9rZS13aWR0aDoyMDtzdHJva2UtbGluZWNhcDpyb3VuZDt9LnN0MntzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MTA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI2Mi42LDkxLjhsLTExNC40LDk4LjlINDBWMzE4aDEwNi42bDExNiwxMDAuM1Y5MS44eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zMjAsMTg0YzI4LjQsNDMuMywyOC40LDk5LjQsMCwxNDIuNyBNMzY3LjMsMTM2LjdjNTIsNzAuNiw1MiwxNjYuOCwwLDIzNy4zIE00MTAuNyw5My4zYzc2LDk0LjYsNzYsMjI5LjQsMCwzMjQiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzk5LjYsODguOGwtMzQyLDM0MmMtMy4zLDMuMy04LjcsMy4zLTEyLDBsLTYuNy02LjdjLTMuMy0zLjMtMy4zLTguNywwLTEybDM0Mi0zNDJjMy4zLTMuMyw4LjctMy4zLDEyLDBsNi43LDYuN0M0MDIuOSw4MCw0MDIuOSw4NS41LDM5OS42LDg4Ljh6Ii8+PC9zdmc+);
}
div.item div.item-image div.video div.sound:hover {
	opacity: 0.7;
}
div.item div.item-image div.video div.icon-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
}
div.item div.item-image div.video div.icon-area div.icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: solid 2px #fff;
	box-sizing: border-box;
}
div.item div.item-image div.video div.icon-area div.icon:hover {
	border-color: #ff9c3d;
}
div.item div.item-image div.video div.icon-area div.icon:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;

	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 15px 0 15px 25px;
}
div.item div.item-image div.video div.icon-area div.icon:hover:before {
	border-color: transparent transparent transparent #ff9c3d;
}
div.item[data-video-state="1"] div.item-image div.video div.icon-area div.icon {
	display: none;
}
div.item div.item-image div.video div.progress-bar {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(0, 200, 255, 0.8);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 1.0s;
}
div.item[data-video-state="1"] div.item-image div.video div.progress-bar {
	display: block;
}
div.item[data-load-state="1"] div.item-image div.video div.progress-bar {
	transform: scaleX(1);
}
div.item[data-load-state="2"] div.item-image div.video div.progress-bar {
	display: none;
}

@keyframes video-progress-bar {
	0% {
	}
	100% {
		transform: scaleX(1);
	}
}



/* Small Play Icon */
div.item[data-play-icon-small="1"] div.item-image div.video div.icon-area {
	left: 10px;
	top: auto;
	bottom: 10px;
	right: auto;
	width: 30px;
	height: 30px;
}
div.item[data-play-icon-small="1"] div.item-image div.video div.icon-area div.icon {
	width: 100%;
	height: 100%;
}
div.item[data-play-icon-small="1"] div.item-image div.video div.icon-area div.icon:before,
div.item[data-play-icon-small="1"] div.item-image div.video div.icon-area div.icon:after {
	content: "";
	position: absolute;
}
div.item[data-play-icon-small="1"][data-video-state="1"] div.item-image div.video div.icon-area:hover div.icon:before,
div.item[data-play-icon-small="1"][data-video-state="1"] div.item-image div.video div.icon-area:hover div.icon:after {
	background: #ff9c3d;
}
div.item[data-play-icon-small="1"] div.item-image div.video div.icon-area div.icon:before {
	left: 2px;
	border-width: 5px 0 5px 8px;
}
div.item[data-play-icon-small="1"][data-video-state="1"] div.item-image div.video div.icon-area div.icon {
	display: block;
}
div.item[data-play-icon-small="1"][data-video-state="1"] div.item-image div.video div.icon-area div.icon:before,
div.item[data-play-icon-small="1"][data-video-state="1"] div.item-image div.video div.icon-area div.icon:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	width: 3px;
	height: 40%;
	border: none;
	background: #fff;
}
div.item[data-play-icon-small="1"][data-video-state="1"] div.item-image div.video div.icon-area div.icon:before {
	left: -7px;
}
div.item[data-play-icon-small="1"][data-video-state="1"] div.item-image div.video div.icon-area div.icon:after {
	left: 7px;
}
div.item[data-play-icon-small="1"] div.item-image div.video div.sound {
	right: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
}
div.item[data-video-state="1"][data-play-hover="1"] div.item-image div.video div.icon-area {
	display: none;
}


/* Flick */
div.pointer-area {
	position: absolute;
	bottom: 10px;
	width: 100%;

	div.pointer {
		text-align: center;

		div.pointer-inner {
			display: inline-flex;
			align-items: center;

			div {
				width: 6px;
				height: 6px;
				display: inline-block;
				background: #111;
				background: -webkit-gradient(linear,center top,center bottom,from(#111),to(#111));
				background: -moz-linear-gradient(top,#111,#111);
				-webkit-box-shadow: 0 0.1em 0 0 rgba(255, 255, 255, 0.4);
				-mox-box-shadow: 0 0.1em 0 0 rgba(255, 255, 255, 0.4);
				box-shadow: 0 0.1em 0 0 rgba(255, 255, 255, 0.4);
				-webkit-border-radius: 100%;
				-moz-border-radius: 100%;
				border-radius: 100%;
				opacity: .7;
				margin: 0 1px;
			}

			div.current {
				background:#fff;
				background:-webkit-gradient(linear,center top,center bottom,from(#fff),to(#fff));
				background:-moz-linear-gradient(top,#fff,#fff);
				opacity:1;
				-webkit-box-shadow:0 0 0.2em rgba(255,255,255,0.6);
				-mox-box-shadow:0 0 0.2em rgba(255,255,255,0.6);
				box-shadow:0 0 0.2em rgba(255,255,255,0.6)
			}
		}
	}
}



/* Post Date */
div.post-date-area {
	min-height: 67px;
	margin-bottom: 10px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.036852240896358524) 0%, rgba(255,255,255,1) 100%);

	div.post-date {
		width: 40px;
		height: 55px;
		text-align: center;
		text-transform: uppercase;
		margin-right: 10px;
/*
	color: #ffffff;
	background-color: #000000;
*/
		padding-top: 9px;
		color: #000;
		margin-left: 5px;
		font-family: "Trebuchet MS", Verdana;
		font-size: 12px;
		line-height: 15px;
		font-weight: bold;

		background-image: url('../../../img/user/story/icon/icon_calender.png');
		background-repeat: no-repeat;
		background-position: left top;

		span {
			margin-bottom: 2px;
			display: block;
			font-family: "Trebuchet MS", Verdana;
			font-size: 20px;
			line-height: 26px;
			font-weight: bold;
		}
	}

	div.post-title-area {
		flex: 1;

		h1 {
			color: #08131a;
			font-size: 1.5rem;
			font-weight: bold;
			font-family: 'M PLUS Rounded 1c', sans-serif;
			height: auto;
			line-height: normal;
			margin: 0;
			padding: 0;
			border: none;
			background: transparent;
			word-break: break-all;
		}

		div.tag-list {
			font-size: 90%;

			a {
				margin-left: 5px;
				color: #333;

				&:hover {
					color: #09c;
				}
			}
		}
	}
}



/* Main Image */
div.main-image-area {
	position: relative;
	height: 384px;
	margin-bottom: 15px;
	overflow: hidden;

	div.main-image-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 300%;
		height: 100%;

		display: flex;
		align-items: start;

		div.item {
			width: 100%;
			height: 100%;

			div.image {
				width: 100%;
				height: 100%;

				img {
					width: 100%;
					height: 100%;
				}
			}
		}
	}
	div.image-area {
		height: 100%;
	}
}



/* Large Image */
div.photo-icon-area {
	margin-top: 30px;
	font-size: 120%;
	font-weight: bold;
	color: #09c;
}


/* Post Block */
div.post-block-area {
	width: 860px;
	margin: 0 auto;
}
div.post-block {
	padding: 3px 0;

	&[data-post-block-kind="img_1"] div.post-block-content div.post-block-col div.image-area div.image-inner div.image img {
	    width: 100%;
		height: 384px;
	    object-fit: cover;

	}
	&[data-post-block-kind="img_2"],
	&[data-post-block-kind="img_3"] {
		div.post-block-content {
			display: flex;
			align-items: start;
			justify-content: center;
			gap: 45px 1%;
			margin-top: 10px;

			img {
				width: 100%;
				aspect-ratio: 3 / 2;
				object-fit: cover;
			}

			div.explain {
				font-size: 90%;
			}
		}
		&[post-block-kind-option-info-aspect_ratio="9_16"] div.post-block-content img {
			aspect-ratio: 9 / 16;
		}
	}

	div.post-block-content {
		div.post-block-col {
			width: 100%;

			div.title {
				font-weight: bold;
			}
			div.explain {
				white-space: pre-line;
			}
			h2 {
				background: none;
				margin: 0;
				padding: 0;
			}
			div.author {
				margin-top: 20px;
				text-align: right;
			}
			div.link-text-url {
				a {
					color: #09c;

					&:hover {
						color: #ff9c3d;
					}
				}
			}
		}
	}
	&[data-post-block-kind="photo_tag"] div.post-block-content div.post-block-col {
		color: #09c;
		font-weight: bold;
		font-size: 140%;
	}

	/* Editor */
	&[data-post-block-kind="editor"] {
		div.post-block-content {
			div.post-block-col {
				width: 100%;

				div.explain {
					h2 {
						background: none;
						margin: 0;
						padding: 0;
					}

					h3 {
						font-size: 1.2rem;
					}

					blockquote {
						border-left: 4px solid #ccc;
						margin-left: 1.5rem;
						padding-left: 1rem;
					}

					strong {
						font-weight: bold;
					}

					a {
						color: #09c;

						&:hover {
							color: #ff9c3d;
						}
					}
				}
			}
		}
	}
}




/*
 * House Contact
 */
div.house-contact-area {
	margin: 20px 0 30px 0;

	div.house-contact-border {
		border-top: solid 1px #ccc;
	}

	div.house-contact-inner {
		height: 225px;
		margin-top: 20px;
		margin-bottom: 50px;
		padding: 10px;
		border: solid 1px #ccc;
		background: #eee;
		box-sizing: border-box;

		div.image {
			height: 100%;
			aspect-ratio: 3 / 2;
			position: relative;

			a {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				text-align: center;

				&:before {
					content: "";
					display: none;
					position: absolute;
					top: 5px;
					right: 5px;
					width: 88.75px;
					height: 30px;
					background-image: url('./images/house/new_open_icon.png');
					background-repeat: no-repeat;
					background-position: left top;
					background-size: 266.25px 30px;
				}

				img {
					height: 100%;
				}
			}
		}

		&[data-room-status="3"] {
			div.image {
				a {
					&:before {
						display: block;
						background-position: -177.5px 0;
					}
				}
			}
		}
		div.content {
			flex: 1;
			padding: 10px 30px 10px 40px;
			line-height: normal;
			box-sizing: border-box;

			div.house-name-area {
				font-size: 120%;
				font-weight: bold;

				span.house-name-title {
					color: #0bb1e1;
					padding-right: 20px;
				}
			}

			table {
				width: 100%;

				th {
					text-align: left;
					width: 100px;
					background: transparent;
				}
				th,
				td {
					padding: 0;
				}
				td.button {
					padding-top: 10px;
					text-align: right;

					a {
						text-decoration: none;

						div.contact-button-area {
							display: inline-block;

							div.contact-button {
								display: inline-block;
								width: auto;
								padding-left: 50px;
								padding-right: 50px;
							}
						}
					}
					img {
						width: auto;
					}
				}
			}
		}
	}
}

div.contact-button-area {
	.contact-button {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 6px;
		color: #fff;
		font-size: 140%;
		font-weight: bold;
		border-radius: 5px;
		text-decoration: none;
		text-align: center;

		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);

		box-shadow: 1px 1px 3px #888;
		-moz-box-shadow: 1px 1px 3px #888;
		-webkit-box-shadow: 1px 1px 3px #888;
	}
	input.contact-button {
		cursor: pointer;
		border: none;
		-webkit-appearance: none;
	}
	.contact-button-mgt10 {
		margin-top: 10px;
	}
	.contact-button:active {
		position:relative;
		top: 1px;
		left: 1px;

		box-shadow: 0px 0px 0px #aaa;
		-moz-box-shadow: 0px 0px 0px #aaa;
		-webkit-box-shadow: 0px 0px 0px #aaa;
	}
	.contact-button-blue {
		background: #2dbae9; /* Old browsers */
		background: -moz-linear-gradient(top,  #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#179ce0), color-stop(51%,#1180b7), color-stop(100%,#1180b7), color-stop(100%,#1180b7)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* IE10+ */
		background: linear-gradient(to bottom, #179ce0 48%,#1180b7 51%,#1180b7 100%,#1180b7 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#179ce0', endColorstr='#1180b7',GradientType=0 ); /* IE6-9 */

		&:hover {
			background: #2dbae9; /* Old browsers */
			background: -moz-linear-gradient(top,  #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#2dbae9), color-stop(51%,#1ba5da), color-stop(100%,#1ba5da), color-stop(100%,#1ba5da)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* IE10+ */
			background: linear-gradient(to bottom, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbae9', endColorstr='#1ba5da',GradientType=0 ); /* IE6-9 */
		}
		&:active {
			background: #2dbae9; /* Old browsers */
			background: -moz-linear-gradient(top,  #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#2dbae9), color-stop(51%,#1ba5da), color-stop(100%,#1ba5da), color-stop(100%,#1ba5da)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* IE10+ */
			background: linear-gradient(to bottom, #2dbae9 48%,#1ba5da 51%,#1ba5da 100%,#1ba5da 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbae9', endColorstr='#1ba5da',GradientType=0 ); /* IE6-9 */
		}
	}
}

/* Contact Button */
div.contact-button-area {
	.contact-button-blue {
		background: linear-gradient(to bottom, #ff9c3d 50%,#ef8b2a 50%,#fb830f 100%,#f98b21 100%);

		&:hover,
		&:active {
			background: linear-gradient(to bottom, #ffbc5d 50%,#ffab4a 50%,#fba32f 100%,#f9ab41 100%);
		}
	}
	.contact-button-gray {
		background: #a3a3a3; /* Old browsers */
		background: -moz-linear-gradient(top,  #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#a3a3a3), color-stop(51%,#999999), color-stop(100%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* IE10+ */
		background: linear-gradient(to bottom, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#999999',GradientType=0 ); /* IE6-9 */

		&:hover {
			background: #a3a3a3; /* Old browsers */
			background: -moz-linear-gradient(top,  #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#a3a3a3), color-stop(51%,#999999), color-stop(100%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* IE10+ */
			background: linear-gradient(to bottom, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
		}
		&:active {
			background: #a3a3a3; /* Old browsers */
			background: -moz-linear-gradient(top,  #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#a3a3a3), color-stop(51%,#999999), color-stop(100%,#999999), color-stop(100%,#999999)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* IE10+ */
			background: linear-gradient(to bottom, #a3a3a3 48%,#999999 51%,#999999 100%,#999999 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
		}
	}
}

/* Related Article */
div.related-article-area {
	margin: 30px 0;

	div.related-article-title {
		font-weight: bold;
		border-bottom: solid 1px #aaa;
	}
	div.related-article-content {
		div.related-article-item {
			height: 150px;
			margin-top: 15px;

			div.related-article-item-image {
				width: 30%;
				height: 100%;

				a {
					display: block;
					height: 100%;

					img {
						width: 100%;
						height: 100%;
					}
				}
			}
			div.related-article-item-info {
				flex: 1;
				height: 100%;
				margin-left: 15px;

				div.related-article-item-title {
					font-weight: bold;

					a {
						color: #09c;
						text-decoration: none;

						&:hover {
							color: #ff9c3d;
							text-decoration: underline;
						}
					}
				}
				div.related-article-item-explain {
				}
			}
		}
	}
}





/* Post Read Progress Header */
div.post-readprogress-header {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	z-index: 100;

	div.post-readprogress-header-inner {
		position: relative;
		height: 50px;

		div.post-readprogress-header-center {
			position: relative;
			width: 50%;
			height: 100%;
			margin: 0 auto;

			div.post-readprogress-header-txt {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 100%;
				font-weight: bold;
				font-size: 130%;
				color: #555;

				div.post-readprogress-header-read {
					margin-left: 5px;
				}

			}

			div.post-readprogress-header-txt,
			progress {
				position: absolute;
				left: 0;
				top: 0;
				height: 100%;
			}

			progress {
				width: 100%;
				-webkit-appearance: none;
				-moz-appearance: none;
				border: none;
			}

		}

		div.post-readprogress-header-right {
			position: absolute;
			top: 0;
			right: 50px;
			height: 100%;
			display: flex;
			align-items: center;

			div.post-readprogress-header-right-icon {
				width: 30px;
				height: 30px;
				cursor: pointer;

				&:before,
				&:after {
					content: "";
				}

				&:before,
				&:after,
				div.post-readprogress-header-right-icon-inner {
					position: absolute;
					left: 0;
					right: 0;
					top: 24px;
					width: 90%;
					height: 2px;
					margin: 0 auto;
					background: #333;
				}

				&:before {
					top: 16px;
				}
				&:after {
					top: 32px;
				}

				&:hover:before,
				&:hover:after,
				&:hover div.post-readprogress-header-right-icon-inner {
					background: #09c;
				}
			}
		}
	}
}

body {
	&[data-post-readprogress-state="1"] div.post-readprogress-header,
	&[data-post-readprogress-state="2"] div.post-readprogress-header {
		display: block;
	}
	::-webkit-progress-bar {
		background-color: transparent;
	}
	::-webkit-progress-value {
		background-color: #eee;
	}

	&[data-post-readprogress-state="0"] div.post-readprogress-header {
		display: none;
	}
	&[data-post-readprogress-state="2"] div.post-readprogress-header div.post-readprogress-header-inner div.post-readprogress-header-center {
		display: none;
	}
	&[data-post-readprogress-state="1"] #header {
		display: none;
	}
}



div.post-readprogress-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 630px;
	height: 100%;
	background: #f3f3f3;
	z-index: 100;
	transform: translateX(630px);
	transition: transform 0.2s;

	div.post-readprogress-menu-close {
		position: absolute;
		top: 50px;
		right: 50px;
		width: 20px;
		height: 20px;
		cursor: pointer;

		&:before,
		&:after {
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 90%;
			height: 2px;
			margin: auto;
			background: #333;
		}

		&:before {
			transform: rotate(45deg);
		}
		&:after {
			transform: rotate(-45deg);
		}
		&:hover:before,
		&:hover:after {
			background: #ff9c3d;
		}
	}

	div.post-readprogress-menu-inner {
		padding: 120px 25px 25px 25px;
		text-align: center;
		font-size: 160%;

		ul {
			list-style-type: none;

			li {
				margin-top: 25px;

				&:first-of-type {
					margin-top: 0;
				}

				a {
					color:#000;
					text-decoration: none;
					font-weight: bold;

					&:hover {
						color:#09C;
						text-decoration: underline;
					}
				}
			}
		}
	}
}

div.page-story {
	transition: transform 0.2s;
}
body[data-post-readprogress-menu="1"] {
	div.page-story {
		transform: translateX(-630px);

		div.post-readprogress-header {
			display: none;
		}
	}
	div.post-readprogress-menu {
		transform: translateX(0);
	}
}

/* Preview */
div.preview-area {
	display: none;
}






@media screen and (max-width: 768px) {
	div.inner-block,
	div.body-area,
	div.post-block-area {
		width: auto;
	}

	div.post-readprogress-menu {
		width: 230px;
		transform: translateX(230px);

		div.post-readprogress-menu-inner {
			font-size: 130%;

			ul {
				li {
					margin-top: 15px;
				}
			}
		}
	}
	body[data-post-readprogress-menu="1"] div.page-story {
		transform: translateX(-230px);
	}

	div.page-story {
		display: block;
		color: #08131a;

		div.body-area {
			div.inner-block {
				padding: 0 15px;
			}

			/* Post Date */
			div.post-date-area {
				div.post-date {
				}

				div.post-title-area {
					flex: 1;

					h1 {
						font-size: 1.1rem;
					}
					div.tag-list {
						font-size: 0.9rem;
					}
				}
			}

			div.main-image-area {
				aspect-ratio: 2 / 1;
				height: auto;
				padding: 0;
			}

			div.post-block-area {
				padding: 0 15px;

				div.post-block-inner {
					div.post-block-content {
						display: block;

						div.post-block-col {
							margin-top: 10px;

							&:first-child {
								margin-top: 0;
							}
						}
					}
				}
			}

			div.house-contact-area {
				padding: 10px;
				font-size: 90%;

				div.house-contact-inner {
					display: block;
					height: auto;

					div.content {
						margin-top: 5px;
						padding: 0;

						table {
							tbody {
								tr {
									td.button {
										a {
											div.contact-button-area {
												display: block;

												div.contact-button {
													display: block;
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}

			/* Related Article */
			div.related-article-area {
				div.related-article-title {
					font-weight: bold;
					border-bottom: solid 1px #aaa;
				}
				div.related-article-content {
					div.related-article-item {
						display: block;
						height: auto;
						margin-top: 15px;

						div.related-article-item-image {
							width: 100%;
							height: calc(100% - 20px);

							a {
								display: block;
								height: 100%;

								img {
									width: 100%;
									height: 100%;
									object-fit: cover;
								}
							}
						}
						div.related-article-item-info {
							margin-left: 0;

							div.related-article-item-title {
								a {
									color: #555;
								}
							}
							div.related-article-item-explain {
								display: none;
							}
						}
					}
				}
			}
		}
		div.side-area {
			display: none;
		}
	}

	#header,
	div.cautionTitle,
	p.caution,
	#footer {
		display: none;
	}

	/* Footer */
	footer {
		.footer-grid {
			grid-template-columns: 1fr;
		}
	}
}
