@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	font-size: 62.5%;
	font-feature-settings : "palt";
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 2;
	color: #0d0d0d;
	word-wrap: break-word;
	overflow-wrap: break-word;

	/* 游ゴシックベース */
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a[href] {
	color: #0d0d0d;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	a[href].a_reverse:hover,
	.a_reverse a[href]:hover {
		text-decoration: underline;
	}
}
a[href^="http"],
a[href^="mailto:"] {
	display: inline-block;
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
}

button {
	cursor: pointer;
}
iframe {
	max-width: 100%;
	vertical-align: middle;
}

.hidden {
	display: none;
}
.slick-slider * {
	outline: none;
}
@media screen and (max-width: 768px) {
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}


/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (min-width: 769px), print {
	.pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.pc_hidden {
		position: relative;
		overflow: hidden;
		display: block;
		height: 0;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	td.sp, th.sp {
		display: table-cell !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
	.sps_non {
		display: none !important;
	}
}

/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
	*[data-label] img {
		display: none !important;
	}
	*[data-label]::before {
		content: attr(data-label);
	}
	*[data-label-r]::after {
		display: block;
		content: attr(data-label-r);
	}
}
@media screen and (min-width: 371px) {
	*[data-label-r].spl_r_inline::after {
		display: inline;
	}
}


/* transition
============================================================================================================ */
@media screen and (min-width: 769px) {
	a[href],
	a[href]::before,
	a[href]::after,
	button,
	.basic_trs,
	.basic_trs::before,
	.basic_trs::after,
	.basic_trs *,
	.basic_trs *::before,
	.basic_trs *::after {
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
}


/* font family
============================================================================================================ */
.ff_min {
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: normal;
}
.ff_en {
	font-family: 'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue', 'Gothic A1', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
}
.ff_en.l {
	font-weight: 300;
}
.ff_en.b {
	font-weight: 800;
}
.ff_roboto {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
}


/* font
============================================================================================================ */
.fwb {
	font-weight: bold;
}
.fwn {
	font-weight: normal;
}
@media screen and (min-width: 769px), print {
	.fz_l_block {
		font-size: 1.6rem;
	}
}

/* display
============================================================================================================ */
.db {
	display: block;
}
.dib {
	display: inline-block;
}


/* color
============================================================================================================ */
.bg_gray {
	background-color: #f7f7f7;
}

/* position
============================================================================================================ */
.pos-r {
	position: relative;
}

/* hover
============================================================================================================ */
@media screen and (min-width: 769px), print {
	a.hv_wh,
	button.hv_wh,
	a .hv_wh,
	.hv_wh a {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
	}
	a.hv_wh::after,
	button.hv_wh::after,
	a .hv_wh::after,
	.hv_wh a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0);
		-webkit-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
		z-index: 3;
	}
	a[href].hv_wh:hover::after,
	button.hv_wh:hover::after,
	a[href]:hover .hv_wh::after,
	.hv_wh a[href]:hover::after {
		background-color: rgba(255,255,255,0.3);
	}
	a[href].hv_wh.a20:hover::after,
	button.hv_wh.a20:hover::after,
	a[href]:hover .hv_wh.a20::after,
	.hv_wh.a20 a[href]:hover::after {
		background-color: rgba(255,255,255,0.2);
	}
	a[href].hv_wh.a10:hover::after,
	button.hv_wh.a10:hover::after,
	a[href]:hover .hv_wh.a10::after,
	.hv_wh.a10 a[href]:hover::after {
		background-color: rgba(255,255,255,0.1);
	}

	a[href] .hv_op {
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	a[href].hv_op:hover,
	a[href]:hover .hv_op,
	.hv_op a[href]:hover {
		opacity: 0.7;
	}
	a[href].hv_op.a20:hover,
	a[href]:hover .hv_op.a20,
	.hv_op.a20 a[href]:hover {
		opacity: 0.8;
	}
	a[href].hv_op.a10:hover,
	a[href]:hover .hv_op.a10,
	.hv_op.a10 a[href]:hover {
		opacity: 0.9;
	}

	a[href] .hv_zoom {
		-webkit-transition: -webkit-transform 0.3s, opacity .3s;
		-o-transition: -o-transform 0.3s, opacity .3s;
		transition: transform 0.3s, opacity .3s;
		-webkit-transform: scale(1.01);
		-ms-transform: scale(1.01);
		-o-transform: scale(1.01);
		transform: scale(1.01);
	}
	a[href]:hover .hv_zoom {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}



/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: -70px;
}
.target.pt {
	top: -100px;
}
@media screen and (max-width: 768px) {
	.target {
		top: -60px;
	}
	.target.pt {
		top: -80px;
	}
}
@media screen and (max-width: 370px) {
	.target {
		top: -50px;
	}
	.target.pt {
		top: -70px;
	}
}




/* w
============================================================================================================ */
.w {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
}
.w::after {
	content: ""; display: table; clear: both;
}
.mw {
	min-width: 1100px;
}
@media screen and (max-width: 768px) {
	.w {
		padding: 0;
		width: auto !important;
		max-width: none !important;
	}
	.mw {
		min-width: 0;
	}
}


/* spパディング
============================================================================================================ */
@media screen and (max-width: 768px) {
	.sp_pd {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.sp_full {
		margin-left: -25px !important;
		margin-right: -25px !important;
	}
}
@media screen and (max-width: 370px) {
	.sp_full {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.sp_pd {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}


/* header
============================================================================================================ */
@media screen and (min-width: 769px), print {
	#header {
		position: fixed;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		height: 100px;
		background-color: #fff;
		border-left: 20px solid #333;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		z-index: 1000;
	}
	#header .logo {
		position: absolute;
		top: 50%;
		left: 35px;
		margin-top: -20px;
	}

	#header nav {
		position: relative;
		float: right;
		padding-right: 205px;
	}
	#header nav li {
		position: relative;
		float: left;
		overflow: hidden;
	}
	#header nav a {
		position: relative;
		display: table;
		margin: auto;
		height: 100px;
		padding: 0 25px;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.4;
		color: #000;
	}
	#header nav a > * {
		display: table-cell;
		vertical-align: middle;
	}
	#header nav a::after {
		content: "";
		position: absolute;
		right: 1px;
		left: 1px;
		bottom: 0;
		border-bottom: 5px solid #1a1a1a;
		-webkit-transition: -webkit-transform .2s;
		-o-transition: -o-transform .2s;
		transition: transform .2s;
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
	}
	#header nav a:hover::after,
	#header nav a.current::after {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

}
@media print {
	#header {
		position: absolute;
	}
}

@media screen and (min-width: 769px) {
	/* height low
	------------------------------------------------------------- */
	body.move #header,
	body.move #header nav a {
		-webkit-transition: height 0.4s;
		-o-transition: height 0.4s;
		transition: height 0.4s;
	}
	body.scroll #header,
	body.scroll #header nav a {
		height: 70px;
	}
	body.scroll #header {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
		box-shadow: 0 0 10px rgba(0,0,0,.1);
	}

}

@media screen and (max-width: 768px) {
	#header .logo {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background-color: #fff;
		border-left: 10px solid #333;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		font-weight: bold;
		z-index: 8500;
	}
	#header .logo a {
		display: inline-block;
		padding: 20px 15px;
		line-height: 1;
	}
	#header .logo a img {
		width: 80px;
	}

	#header .nav_btn {
		position: fixed;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		background-color: #333;
		z-index: 9000;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		height: 60px;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 26px;
		margin-top: -1px;
		margin-left: -13px;
		border-top: 2px solid #fff;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}

	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}

	#header nav {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		max-height: calc(100vh - 60px);
		padding: 30px 0;
		background-color: rgba(51,51,51,.9);
		-webkit-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		-o-transform: translateY(-110%);
		transform: translateY(-110%);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		z-index: -1;
	}

	/* open */
	#header.open nav {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
	/* showed */
	#header.showed nav {
		-webkit-transition: -webkit-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
		z-index: 8400;
	}

	#header nav > ul > li > a {
		position: relative;
		display: block;
		padding: 15px;
		font-size: 1.4rem;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
	}

}
@media screen and (max-width: 370px) {
	#header .logo {
		border-left-width: 5px;
	}
	#header .logo a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#header .nav_btn {
		width: 50px;
		height: 50px;
	}
	#header .nav_btn a {
		height: 50px;
	}
	#header nav {
		top: 50px;
		max-height: calc(100vh - 50px);
	}
}



/* footer
============================================================================================================ */
#footer {
	position: relative;
	margin-top: 100px;
	background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
	#footer {
		margin-top: 50px;
		font-size: 1.2rem;
	}
}


/* ページトップ
------------------------------------------------------------- */
#pagetop {
	position: fixed;
	overflow: hidden;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 1000;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333333;
	border: 2px solid #333333;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, background .2s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out, background .2s ease-in-out;
	transition: transform 0.3s ease-in-out, background .2s ease-in-out;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
#pagetop a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -3px 0 0 -4px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: scaleY(.8) rotate(45deg);
	-ms-transform: scaleY(.8) rotate(45deg);
	-o-transform: scaleY(.8) rotate(45deg);
	transform: scaleY(.8) rotate(45deg);
}
#pagetop.abs {
	position: absolute;
	top: -50px;
	bottom: auto;
}
#pagetop.show a {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
@media print {
	#pagetop {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	#pagetop a:hover {
		background-color: #fff;
	}
	#pagetop a:hover::before {
		border-color: #333333;
	}
}
@media screen and (max-width: 768px) {
	#pagetop {
		display: none;
	}
}


/* contact
------------------------------------------------------------- */
#footer .contact {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#footer .contact a {
	position: relative;
	display: block;
	background-color: rgba(26,26,26,.9);
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.7;
	text-decoration: none;
}
#footer .contact a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: scaleX(.8) rotate(45deg);
	-ms-transform: scaleX(.8) rotate(45deg);
	-o-transform: scaleX(.8) rotate(45deg);
	transform: scaleX(.8) rotate(45deg);
}
#footer .contact a h1 span {
	display: block;
	font-size: 3.6rem;
	line-height: 1.4;
}
@media screen and (min-width: 769px), print {
	#footer .contact {
		padding: 150px 40px;
		background-image: url(../images/foot/contact_bg.jpg);
	}
	#footer .contact a {
		max-width: 1080px;
		margin: auto;
		padding: 40px 0;
	}
	#footer .contact a:hover {
		background-color: rgba(26,26,26,1);
	}
	#footer .contact a h1 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px) {
	#footer .contact {
		padding: 45px 0;
		background-image: url(../images/foot/contact_bg_sp.jpg);
	}
	#footer .contact a {
		padding: 30px 0 35px;
	}
	#footer .contact a::before {
		right: 20px;
	}
	#footer .contact a h1 {
		margin-bottom: 20px;
	}
	#footer .contact a h1 span {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 370px) {
	#footer .contact a::before {
		right: 15px;
	}
}


/* sns
------------------------------------------------------------- */
#footer .sns {
	color: #cccccc;
}
#footer .sns dt {
	font-size: 1.8rem;
	letter-spacing: 0;
}
#footer .sns li a {
	position: relative;
	display: block;
	padding: 10px 70px;
	text-decoration: none;
	color: #cccccc;
	border-bottom: 1px solid #333;
	font-size: 1.4rem;
	letter-spacing: 1px;
	font-weight: bold;
}
#footer .sns li a::before {
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#footer .sns li a.fb::before {
	background-image: url(../images/foot/ico_fb.png);
}
#footer .sns li a.ig::before {
	background-image: url(../images/foot/ico_ig.png);
}
#footer .sns .tel {
	font-size: 1.5rem;
	line-height: 1.8;
}
@media screen and (min-width: 769px), print {
	#footer .sns {
		padding: 60px 40px 65px;
	}
	#footer .sns > div {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		max-width: 1080px;
		justify-content: space-between;
		margin: auto;
	}
	#footer .sns dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	#footer .sns ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		padding-left: 10px;
	}
	#footer .sns li {
		width: 230px;
		margin-left: 40px;
	}
	#footer .sns li a:hover {
		color: #fff;
		border-bottom-color: #fff;
	}
	#footer .sns .tel {
		text-align: right;
	}
}
@media screen and (max-width: 768px) {
	#footer .sns {
		padding: 40px 0 30px;
	}
	#footer .sns dt {
		margin-bottom: 10px;
		text-align: center;
	}
	#footer .sns ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#footer .sns li {
		width: calc(50% - 10px);
	}
	#footer .sns li a {
		padding: 8px 0 8px 40px;
	}
	#footer .sns li a::before {
		left: 9px;
	}
	#footer .sns .tel {
		margin-top: 50px;
		text-align: center;
		font-size: 1.3rem;
		line-height: 2;
	}
	#footer .sns .tel a {
		font-size: 1.5rem;
		color: #cccccc;
	}
}
@media screen and (max-width: 370px) {
	#footer .sns li a {
		padding-left: 32px;
	}
	#footer .sns li a::before {
		left: 2px;
	}
}


/* copyright
------------------------------------------------------------- */
#footer small {
	display: block;
	padding: 10px;
	background-color: #262626;
	font-size: 1.3rem;
	color: #595959;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#footer small {
		padding: 15px 0;
		font-size: 1rem;
	}
}






/* container
============================================================================================================ */
#container {
	position: relative;
	padding-top: 100px;
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	#container {
		padding-top: 60px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 370px) {
	#container {
		padding-top: 50px;
	}
}


/* sideFixOpenhouse
============================================================================================================ */
@media print {
	#sideFixOpenhouse {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	#sideFixOpenhouse {
		position: fixed;
		right: 0;
		top: 150px;
		-webkit-transform: translateX(70px);
		-ms-transform: translateX(70px);
		-o-transform: translateX(70px);
		transform: translateX(70px);
		z-index: 1010;
	}
	#sideFixOpenhouse.show {
		-webkit-transition: -webkit-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	#sideFixOpenhouse.thide,
	#sideFixOpenhouse.bhide {
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transform: translateX(70px);
		-ms-transform: translateX(70px);
		-o-transform: translateX(70px);
		transform: translateX(70px);
	}
	#sideFixOpenhouse a {
		overflow: visible;
		position: relative;
		display: block;
		width: 65px;
		height: 260px;
		background-color: #2c4597;
		border: 5px solid #263f8f;
		border-right-width: 0;
		text-decoration: none;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 1px;
		font-weight: bold;
		color: #fff;
	}
	#sideFixOpenhouse a::after {
		right: -5px;
		top: -5px;
		bottom: -5px;
		left: -5px;
	}
	#sideFixOpenhouse a div {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 80px;
		background-position: 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#sideFixOpenhouse a > span {
		position: absolute;
		right: 50%;
		top: 10px;
		width: 1em;
		margin-right: -.5em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.ua_ie #sideFixOpenhouse a > span {
		margin-right: -.2em;
	}
	#sideFixOpenhouse a > span .ff_en {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#sideFixOpenhouse {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1010;
		-webkit-transform: translateY(80px);
		-ms-transform: translateY(80px);
		-o-transform: translateY(80px);
		transform: translateY(80px);
	}
	#sideFixOpenhouse.show {
		-webkit-transition: -webkit-transform .5s;
		-o-transition: -o-transform .5s;
		transition: transform .5s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	#sideFixOpenhouse.thide,
	#sideFixOpenhouse.bhide {
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transform: translateY(80px);
		-ms-transform: translateY(80px);
		-o-transform: translateY(80px);
		transform: translateY(80px);
	}
	#sideFixOpenhouse a {
		position: relative;
		display: table;
		width: 100%;
		height: 50px;
		padding-left: 90px;
		padding-right: 30px;
		background-color: #2c4597;
		text-decoration: none;
		font-size: 1.2rem;
		line-height: 1.3;
		color: #fff;
	}
	#sideFixOpenhouse a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: scaleX(.8) rotate(45deg);
		-ms-transform: scaleX(.8) rotate(45deg);
		-o-transform: scaleX(.8) rotate(45deg);
		transform: scaleX(.8) rotate(45deg);
	}
	#sideFixOpenhouse a div {
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		width: 70px;
		background-position: 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#sideFixOpenhouse a > span {
		display: table-cell;
		vertical-align: middle;
	}
	#sideFixOpenhouse a > span span {
		display: inline-block;
	}
	#sideFixOpenhouse a > span .ff_en {
		font-size: 1.5rem;
		margin-right: 10px;
	}
}






/* ===================================================================================================================

	パーツ

=================================================================================================================== */

/* y_line
============================================================================================================ */
.y_line {
	position: absolute;
	border-left: 1px solid #d9d9d9;
	z-index: 10;
}
.y_line::before,
.y_line::after {
	content: "";
	position: absolute;
	left: -3px;
	width: 5px;
	height: 5px;
	background-color: #d9d9d9;
	border-radius: 100%;
}
.y_line::before {
	top: -3px;
}
.y_line::after {
	bottom: -3px;
}
.y_line.t0 {
	top: 0;
}
.y_line.b0 {
	bottom: 0;
}
.y_line.op {
	opacity: .2;
}
@media screen and (min-width: 769px), print {
	.y_line {
		top: 100px;
		bottom: 100px;
		left: 50px;
	}
	.bdl_section .y_line {
		left: 30px;
	}
	.y_line.r {
		right: 50px;
		left: auto;
	}
	.y_line.tm {
		top: 50px;
	}
}
@media screen and (min-width: 1260px) {
	.y_line {
		left: calc((100vw - 1080px) / 4);
	}
	.y_line.r {
		right: calc((100vw - 1080px) / 4);
	}
	.bdl_section .y_line {
		left: calc((100vw - 1080px) / 4 - 20px);
	}
}
@media screen and (max-width: 768px) {
	.y_line {
		top: 50px;
		bottom: 50px;
		left: 20px;
	}
	.y_line.r {
		right: 20px;
		left: auto;
	}
	.bdl_section .y_line {
		left: 10px;
	}
	.y_line.tm {
		top: 25px;
	}
}
@media screen and (max-width: 370px) {
	.y_line {
		left: 12px;
	}
	.y_line.r {
		right: 12px;
	}
	.bdl_section .y_line {
		left: 7px;
	}
}




/* title
============================================================================================================ */
/* page_title */
.page_title {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	border-left: 20px solid #fff;
}
.page_title > * {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 360px;
	font-size: 6.4rem;
	color: #fff;
	line-height: 1;
}
.page_title.simple {
	background-color: #333333;
}
.page_title.simple > * {
	height: 210px;
	font-size: 4.2rem;
}

@media screen and (min-width: 769px), print {
}
@media screen and (max-width: 768px) {
	.page_title {
		border-left-width: 10px;
	}
	.page_title > * {
		height: 165px;
		padding-left: 30px;
		font-size: 3.2rem;
	}
	.page_title.simple > * {
		height: 95px;
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 370px) {
	.page_title {
		border-left-width: 5px;
	}
	.page_title > * {
		padding-left: 20px;
	}
}


/* l_title */
.l_title {
	margin-bottom: 60px;
	font-size: 3.6rem;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.l_title {
		margin-bottom: 25px;
		font-size: 3rem;
	}
}

/* en_b_title */
.en_b_title {
	margin-bottom: 40px;
	font-size: 4.2rem;
	line-height: 1.2;
	color: #cccccc;
}
@media screen and (max-width: 768px) {
	.en_b_title {
		margin-bottom: 30px;
		font-size: 2.5rem;
	}
}
.lead_title {
	margin-bottom: 40px;
	font-size: 3.2rem;
	line-height: 1.6;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.lead_title {
		margin-bottom: 25px;
		font-size: 2rem;
	}
}



/* basic_section
============================================================================================================ */
.basic_section {
	position: relative;
}
.basic_section.pd0 {
	padding-bottom: 0;
}
@media screen and (min-width: 769px), print {
	.basic_section {
		padding: 90px 20px 100px;
	}
}
@media screen and (max-width: 768px) {
	.basic_section {
		padding-top: 35px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 370px) {
}

/* bdl_section / bdr_section
============================================================================================================ */
.bdl_section {
	border-left: 20px solid #333;
}
.bdl_section.bdlw {
	border-left-color: #fff;
}
.bdr_section {
	border-right: 20px solid #333;
}
@media screen and (min-width: 769px), print {
	.basic_section.bdl_section {
		padding-left: 0;
	}
	.basic_section.bdr_section {
		padding-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.bdl_section {
		border-left-width: 10px;
	}
	.bdr_section {
		border-right-width: 10px;
	}
}
@media screen and (max-width: 370px) {
	.bdl_section {
		border-left-width: 5px;
	}
	.bdr_section {
		border-right-width: 5px;
	}
}


/* has_lead_block
============================================================================================================ */
.has_lead_block {
	position: relative;
	margin-bottom: 100px;
}
.has_lead_block > * {
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 769px), print {
	.has_lead_block {
		height: 1380px;
	}
	.has_lead_block::before,
	.has_lead_block::after {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		backface-visibility: hidden;
		background-attachment: fixed;
	}
	.os-iOS .has_lead_block::before,
	.os-iOS .has_lead_block::after ,
	.safari .has_lead_block::before,
	.safari .has_lead_block::after ,
	.os-android .has_lead_block::before,
	.os-android .has_lead_block::after {
		background-attachment: local;
	}
	.has_lead_block::before {
		top: 0;
		height: 700px;
	}
	.has_lead_block::after {
		bottom: 0;
		height: 680px;
	}
}
@media screen and (max-width: 768px) {
	.has_lead_block {
		margin-bottom: 50px;
	}
	.has_lead_block::after {
		content: "";
		display: block;
		height: 170px;
		background-position: 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
}



/* lead_section
============================================================================================================ */
.lead_section {
	position: relative;
}
.lead_section h1 {
	margin-bottom: 15px;
	font-size: 3.8rem;
	line-height: 1.4;
}
.lead_section .lead {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
}
.lead_section .para_section {
	margin-top: 60px;
}
@media screen and (min-width: 769px), print {
	.lead_section {
		font-size: 1.6rem;
	}
	.lead_section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 50%;
		min-width: 900px;
		background-color: #fff;
		margin-right: -300px;
	}
	.lead_section h1.m {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 768px) {
	.lead_section {
		background-color: #fff;
	}
	.lead_section h1 {
		font-size: 2rem;
	}
	.lead_section .lead {
		font-size: 1.6rem;
	}
	.lead_section .para_section {
		margin-top: 30px;
	}
}



/* para_section (paragraph section)
============================================================================================================ */
.para_section > * + * {
	margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
}



/* column_block
============================================================================================================ */
@media screen and (min-width: 769px), print {
	.column2_block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
	}
	.column2_block > * {
		width: 50%;
		padding: 0 20px;
	}
	.column2_block > *:nth-child(2) ~ * {
		margin-top: 70px;
	}
}
@media screen and (max-width: 768px) {
	.column2_block > * + * {
		margin-top: 35px;
	}
}

@media screen and (min-width: 769px), print {
	.column3_block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.column3_block > * {
		width: 33.33%;
		padding: 0 15px;
	}
	.column3_block > *:nth-child(3) ~ * {
		margin-top: 70px;
	}
}
@media screen and (max-width: 768px) {
	.column3_block > * + * {
		margin-top: 35px;
	}
}



/* flip_shadow
============================================================================================================ */
.flip_shadow {
	position: relative;
}
.flip_shadow::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	height: 80%;
	-webkit-box-shadow: 0 0 60px rgba(0,0,0,.1);
	box-shadow: 0 0 60px rgba(0,0,0,.1);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(4deg) skewX(10deg);
	-ms-transform: rotate(4deg) skewX(10deg);
	-o-transform: rotate(4deg) skewX(10deg);
	transform: rotate(4deg) skewX(8deg);
}
.flip_shadow > * {
	position: relative;
	background-color: #fff;
	padding: 0 40px 90px 0;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.flip_shadow {
		position: relative;
	}
	.flip_shadow::before {
		width: 80%;
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
		box-shadow: 0 0 30px rgba(0,0,0,.1);
	}
	.flip_shadow > * {
		padding: 0 15px 10px 0;
	}
}





/* box_btn
============================================================================================================ */
.box_btn,
a.box_btn,
a .box_btn {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	padding: 12px;
	background-color: #666666;
	border: 0;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
}
.box_btn.light {
	background-color: #f5f5f5;
	color: #333333;
}
@keyframes cmnbtnAnim01 {
	0% {
		transform-origin: right top;
		transform: scaleX(1.0);
	}
	100% {
		transform-origin: right top;
		transform: scaleX(0.0);
	}
}
@keyframes cmnbtnAnim01-ro {
	0% {
		transform-origin: left top;
		transform: scaleX(0.0);
	}
	100% {
		transform-origin: left top;
		transform: scaleX(1.0);
	}
}
@media screen and (min-width: 769px) {
	a.box_btn,
	button.box_btn,
	a .box_btn {
		position: relative;
	}
	a.box_btn:before,
	button.box_btn:before,
	a .box_btn:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		transition: 0.2s;
		animation: cmnbtnAnim01 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;
	}
	a.box_btn > *,
	button.box_btn > *,
	a .box_btn > * {
		position: relative;
		z-index: 1;
		transition: 0.2s;
	}
	a.box_btn:hover > *,
	button.box_btn:hover > *,
	a:hover .box_btn > * {
		letter-spacing: 0.5rem;
		transition: 1.0s;
	}
	a.box_btn:hover,
	button.box_btn:hover,
	a:hover .box_btn {
		color: #fff;
	}
	a.box_btn:hover:before,
	button.box_btn:hover:before,
	a .box_btn:hover:before,
	a:hover .box_btn:before {
		animation: cmnbtnAnim01-ro 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000) forwards;
	}

	.box_btn.m {
		padding: 15px;
		font-size: 1.5rem;
	}
	.box_btn.single {
		width: 280px;
		margin: auto;
	}
}
@media screen and (max-width: 768px) {
	.box_btn,
	a.box_btn,
	a .box_btn {
		padding: 15px 10px;
	}
}



/* table
============================================================================================================ */
/* basic_table */
.basic_table {
	width: 100%;
	line-height: 1.7;
}
.basic_table th {
	font-weight: bold;
}
.basic_table.fixed {
	table-layout: fixed;
}
.basic_table.center th,
.basic_table.center td {
	text-align: center;
}
.basic_table.th_center th {
	text-align: center;
}
.basic_table.td_center td {
	text-align: center;
}
@media screen and (min-width: 769px), print {
	.basic_table tr:nth-child(2n+1) {
		background-color: #f7f7f7;
	}
	.basic_table th,
	.basic_table td {
		padding: 20px;
	}
	.basic_table .w10 { width: 10%; }
	.basic_table .w12 { width: 12%; }
	.basic_table .w15 { width: 15%; }
	.basic_table .w18 { width: 18%; }
	.basic_table .w20 { width: 20%; }
	.basic_table .w25 { width: 25%; }
	.basic_table .w30 { width: 30%; }
	.basic_table .w35 { width: 35%; }
	.basic_table .w40 { width: 40%; }
	.basic_table .w45 { width: 45%; }
	.basic_table .w50 { width: 50%; }
	.basic_table .w55 { width: 55%; }
	.basic_table .w60 { width: 60%; }
}
@media screen and (max-width: 768px) {
	.basic_table,
	.basic_table thead,
	.basic_table tbody,
	.basic_table tr,
	.basic_table th,
	.basic_table td {
		display: block;
	}
	.basic_table th {
		padding: 10px;
		background-color: #f7f7f7;
		text-align: center;
	}
	.basic_table td {
		padding: 12px;
	}
}


/* ul / ol
============================================================================================================ */
.slash_li li {
	display: inline-block;
	margin-right: .1em;
}
.slash_li li::after {
	content: "/";
	padding-left: .5em;
}
.slash_li li:last-child::after {
	content: none;
}

.dot_li > li {
	position: relative;
	padding-left: 1em;.
}
.dot_li > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.parentheses_li > li {
	position: relative;
	padding-left: 2.2em;
}
.parentheses_li > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.parentheses_li_h > li {
	position: relative;
	padding-left: 1.6em;
}
.parentheses_li_h > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.num_li {
	margin-left: 1.8em;
	list-style: decimal;
}
.alphabet_li {
	margin-left: 1.8em;
	list-style: lower-latin;
}

.mt_li > li + li {
	margin-top: .5em;
}



/* .wp-pagenavi
============================================================================================================ */
.wp-pagenavi {
	margin-top: 70px;
	text-align: center;
	font-weight: bold;
}
.wp-pagenavi > * {
	line-height: 1;
	margin: 0 5px 5px;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	position: relative;
	display: inline-block;
	width: 40px;
	background-color: #f5f5f5;
	line-height: 40px;
	color: #1a1a1a;
	font-size: 1.5rem;
	text-decoration: none;
}
.wp-pagenavi .current {
	color: #fff;
	background-color: #1a1a1a;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: auto;
	padding: 0 15px;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #1a1a1a;
	border-right: 2px solid #1a1a1a;
	-webkit-transform: scaleX(.8) rotate(45deg);
	-ms-transform: scaleX(.8) rotate(45deg);
	-o-transform: scaleX(.8) rotate(45deg);
	transform: scaleX(.8) rotate(45deg);
}
.wp-pagenavi .previouspostslink {
	padding-left: 30px;
}
.wp-pagenavi .previouspostslink::before {
	right: auto;
	left: 10px;
	-webkit-transform: scaleX(.8) rotate(225deg);
	-ms-transform: scaleX(.8) rotate(225deg);
	-o-transform: scaleX(.8) rotate(225deg);
	transform: scaleX(.8) rotate(225deg);
}
.wp-pagenavi .nextpostslink {
	padding-right: 30px;
}
@media screen and (min-width: 769px), print {
	.wp-pagenavi a:hover {
		color: #fff;
		background-color: #1a1a1a;
	}
	.wp-pagenavi .previouspostslink:hover::before,
	.wp-pagenavi .nextpostslink:hover::before {
		border-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	.wp-pagenavi {
		margin: 40px 0 0;
	}
	.wp-pagenavi > * {
		margin: 0 2px 5px;
	}
	.wp-pagenavi a,
	.wp-pagenavi .current {
		width: 34px;
		line-height: 34px;
		font-size: 1.3rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		padding: 0 10px;
	}
	.wp-pagenavi .previouspostslink {
		padding-left: 20px;
	}
	.wp-pagenavi .previouspostslink::before {
		left: 8px;
	}
	.wp-pagenavi .nextpostslink {
		padding-right: 20px;
	}
	.wp-pagenavi .nextpostslink::before {
		right: 8px;
	}
	.wp-pagenavi .extend {
		font-size: 1rem;
	}
}
@media screen and (max-width: 370px) {
	.wp-pagenavi a,
	.wp-pagenavi .current {
		width: 32px;
		line-height: 32px;
	}
	.wp-pagenavi .extend {
		display: none;
	}
}


/* .cmnAnim01
============================================================================================================ */
[data-pararax01] {
	position: relative;
}
[data-pararax01] > span {
	display: inline-block;
	position: relative;
}
[data-pararax01] > span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc(0% - 10px);
	right: calc(100% + 10px);
	bottom: 0;
	background-color: #1a1a1a;
}
[data-pararax01][data-pararax01-type01] > span:after {
	background-color: #ffffff;
}
[data-pararax01][data-pararax-active] > span:after {
	transition:
		left 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0.2s,
		right 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0.0s
	;
	left: calc(100% + 10px);
	right: calc(0% - 10px);
}
[data-pararax01][data-pararax-active][data-pararax-remove] > span:after {
	display: none;
}
[data-pararax01] > span > span {
	display: inline-block;
	position: relative;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
}
.ie [data-pararax01] > span > span {
	opacity: 0;
}
[data-pararax01][data-pararax-active] > span > span {
	transition:
		left 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0.2s,
		right 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0.0s,
		-webkit-clip-path 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0.1s,
		clip-path 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0.1s
	;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}
.ie [data-pararax01][data-pararax-active] > span > span {
	opacity: 1;
}
[data-pararax02]{
	position: relative;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 150%, 0% 150%);
}
.ie [data-pararax02]{
	opacity: 0;
}
[data-pararax02][data-pararax-active] {
	transition:
		-webkit-clip-path 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000),
		clip-path 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000),
		opacity 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000)
	;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}
.ie [data-pararax02][data-pararax-active] {
	opacity: 1;
}
[data-pararax03] > span{
	color: #C9C9C9;
	transition-duration: 0.6s;
}
[data-pararax03][data-pararax03-type01] > span{
	color: #3D3D3D;
}
[data-pararax03][data-pararax-active] > span {
	color: inherit;
}
[data-pararax04] {
	opacity: 0;
}
[data-pararax04][data-pararax-active] {
	opacity: 1;
	transition: 1.0s;
}
[data-pararax05] .bar {
	position: absolute;
	background-color: #d9d9d9;
	transition: background-color 0.2s, top 1.6s cubic-bezier(0.630, 0, 0.355, 1), left 1.6s cubic-bezier(0.630, 0, 0.355, 1), bottom 1.6s cubic-bezier(0.630, 0, 0.355, 1), right 1.6s cubic-bezier(0.630, 0, 0.355, 1);
}
[data-pararax05] .bar.top {
	left: -1px;
	right: 100%;
	height: 1px;
	top: -1px;
}
[data-pararax05][data-pararax-active] .bar.top {
	right: -1px;
}
[data-pararax05] .bar.bottom {
	left: 100%;
	right: -1px;
	height: 1px;
	bottom: -1px;
}
[data-pararax05][data-pararax-active] .bar.bottom {
	left: -1px;
}
[data-pararax05] .bar.right {
	top: -1px;
	bottom: 100%;
	width: 1px;
	right: -1px;
}
[data-pararax05][data-pararax-active] .bar.right {
	bottom: -1px;
}
[data-pararax05] .bar.left {
	top: 100%;
	bottom: -1px;
	width: 1px;
	left: -1px;
}
[data-pararax05][data-pararax-active] .bar.left {
	top: -1px;
}
[data-pararax05] .ball {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #d9d9d9;
	border-radius: 100%;
	transition: background-color 0.2s, top 1.6s cubic-bezier(0.630, 0, 0.355, 1), left 1.6s cubic-bezier(0.630, 0, 0.355, 1), bottom 1.6s cubic-bezier(0.630, 0, 0.355, 1), right 1.6s cubic-bezier(0.630, 0, 0.355, 1);
}
[data-pararax05] .ball.tl {
	top: 100%;
	left: -3px;
}
[data-pararax05][data-pararax-active] .ball.tl {
	top: -3px;
}
[data-pararax05] .ball.tr {
	top: -3px;
	right: 100%;
}
[data-pararax05][data-pararax-active] .ball.tr {
	right: -3px;
}
[data-pararax05] .ball.br {
	bottom: 100%;
	right: -3px;
}
[data-pararax05][data-pararax-active] .ball.br {
	bottom: -3px;
}
[data-pararax05] .ball.bl {
	bottom: -3px;
	left: 100%;
}
[data-pararax05][data-pararax-active] .ball.bl {
	left: -3px;
}
[data-pararax06] {
	opacity: 0;
}
[data-pararax06][data-pararax-active] {
	opacity: 1;
	transition: 2.0s cubic-bezier(0.345, 0.000, 0.625, 0.995);
}
[data-pararax-inview] {
	position: absolute!important;
	top: 30vh!important;
	bottom: 30vh!important;
	left: 0!important;
	right: 0!important;
	margin: auto!important;
	height: auto!important;
	width: 0!important;
	pointer-events: none!important;
	opacity: 0!important;
}
.ie [data-pararax-inview] {
	position: relative!important;
	top: auto!important;
	bottom: auto!important;
	left: 0!important;
	right: 0!important;
	margin: 0!important;
	height: 0!important;
	width: 0!important;
	pointer-events: none!important;
	opacity: 0!important;
}
@media screen and (max-width: 768px) {
	[data-pararax-inview] {
		top: 15vh!important;
		bottom: 15vh!important;
	}
}

[data-anim01] {
	transition: 3.0s cubic-bezier(0.640, 0.855, 0.735, 1.000);
}
[data-anim01][data-anim01-active] {
	top: 50%!important;
	bottom: 50%!important;
}

[data-anim02] {
	transition: 3.0s cubic-bezier(0.640, 0.855, 0.735, 1.000);
}
[data-anim02][data-anim02-active] {
	left: 50%!important;
	right: 50%!important;
}