@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	height: 800px;
	overflow: hidden;
	background: #a08266;
	padding-top: 100px;
	font-size: 0;
	color: #fff;
	position: relative;
	z-index: 0;
}

#main:before {
	content: '';
	width: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.18);
	position: absolute;
	top: 0;
	left: 0;
	animation: before 0.75s 1.0s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes before {
	0% {
		width: 0;
	}
	100% {
		width: calc(50% - 350px);
	}
}

#main figure {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#main figure img {
	max-width: 400%;
	height: 1000px;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
	z-index: -1;
}

#main .container {
	display: flex;
	align-items: center;
	height: 700px;
	padding-left: 45px;
	text-align: left;
	position: relative;
	z-index: 1;
}

#main .container:after,
#main .container:before {
	content: '';
	width: 1px;
	height: 0;
	background: #fff;
	position: absolute;
	left: 58px;
	animation: cbefore 0.75s 1.4s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

#main .container:after {
	bottom: 0;
}

#main .container:before {
	top: 0;
}

#main h2 {
	line-height: 1.9;
	position: relative;
	z-index: 2;
}

#main h2 .ja {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.4em;
}

#main h2 .en {
	display: block;
	overflow: hidden;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.2em;
}

#main h2 .grow {
	display: block;
	opacity: 0;
	transform: translateY(105%) translateZ(0);
}

#main.effected .grow {
	opacity: 1;
	transform: translateZ(0);
}

#main.effected .ja .grow {
	transition: transform 0.95s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}

#main.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}

/* ---------------------------------------------------------
	CSS Document t_logo
--------------------------------------------------------- */

#t_logo {
	margin-top: -120px;
	margin-bottom: 50px;
	text-align: right;
}

#t_logo img {
	height: 240px;
	opacity: 0;
	transform: translateY(50%);
}

#t_logo.effected img {
	animation: vlogo 1.2s 1.0s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ---------------------------------------------------------
	CSS Document effect
--------------------------------------------------------- */

#top .effect {
	transform: translateY(20px);
	opacity: 0;
}

#top .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

#top [data-delay="500"].effected {
	animation-delay: 0.5s;
}

#top [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#top [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#top [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#top [data-delay="1300"].effected {
	animation-delay: 1.3s;
}

@keyframes effect {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#top .h3.effected .line {
	animation-delay: 0.1s;
}

#top .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#top .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

/* ---------------------------------------------------------
	CSS Document rent
--------------------------------------------------------- */

#rent {
	margin-bottom: 80px;
	position: relative;
}

#rent .container {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to bottom, #675638 0%, #55472d 100%);
	color: #fff;
}

#rent h2 {
	width: 100%;
	padding: 0.5em 0 80px;
	background: url(../top/btn.svg) no-repeat bottom / 50px 50px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 60px;
	letter-spacing: 0;
	line-height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

#rent h2 i {
	display: inline-block;
	vertical-align: top;
	width: 72px;
	height: 72px;
	overflow: hidden;
	margin: 4px;
	background: #fff;
	color: #55472d;
}

#rent .section {
	width: 610px;
	margin-left: -120px;
	position: relative;
}

#rent .section {
	width: 610px;
	margin-right: -120px;
	position: relative;
}

#rent figure {
	width: 610px;
	height: 300px;
	overflow: hidden;
}

#rent figure img {
	max-width: 400%;
	height: 320px;
	transition: .4s;
}

#rent .section:hover figure img {
	transform: scale(1.1, 1.1);
}

#rent .en {
	margin-bottom: 5px;
	font-family: 'Allura', cursive;
	font-size: 30px;
	line-height: 1;
}

#rent .en:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 71px;
	height: 1px;
	margin-left: 10px;
	background: #fff;
}

#rent .row {
	text-align: left;
	white-space: nowrap;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

#rent .access {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.2em;
	line-height: 1;
}

#rent .access i {
	font-size: 48px;
}

#rent .name {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

#rent .name a {
	text-decoration: none;
	color: #fff;
}

#rent .name a:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin-bottom: 180px;
}

#flow .container {
	position: relative;
	z-index: 0;
}

#flow figure {
	width: 1440px;
	height: 600px;
	overflow: hidden;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#flow figure img {
	max-width: 400%;
	height: 800px;
	transform: translateY(-80px);
	position: relative;
}

#flow .section {
	width: 600px;
	height: 600px;
	overflow: hidden;
	margin: 0 120px 0 auto;
	background: #000;
	text-align: left;
	color: #fff;
	transform: translateY(10%);
}

#flow .row {
	width: 600px;
	height: 600px;
	padding: 50px 70px;
	background: #a08266;
	position: relative;
	z-index: 0;
}

#flow .row:before {
	content: '';
	width: 90px;
	height: 310px;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#flow h2 {
	margin-bottom: 40px;
	padding: 20px 0 15px;
	background: #a08266;
	transition: .4s;
}

#flow .row:hover,
#flow .row:hover h2 {
	background: #745e4b;
}

#flow h2 .ja {
	display: block;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
}

#flow h2 .ja:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin: 25px 0 20px;
	background: #fff;
}

#flow h2 .en {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

#flow p {
	margin-left: 50px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.1em;
}

#flow li a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../top/btn.svg) no-repeat bottom / 50px 50px;
	font-size: 0;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

#flow li a:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document list
--------------------------------------------------------- */

#list .flex {
	display: flex;
	flex-wrap: wrap;
}

#list .entries {
	width: 370px;
	margin-right: 45px;
	margin-bottom: 3%;
}

#list .entries:nth-of-type(3n) {
	margin-right: 0;
}

#list .entries:hover {
	opacity: 0.6;
}

#list .entries figure {
	height: 370px;
	overflow: hidden;
}

#list .entries figure img {
	transition: .4s;
}

#list .entries:hover figure img {
	transform: scale(1.1, 1.1);
}

#list .entries dl {
	width: 86%;
	margin-top: -30px;
	padding: 15px 50px 0 0;
	background: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}

#list .entries dl:before {
	content: '';
	width: 38px;
	height: 38px;
	border: solid 1px #55472e;
	position: absolute;
	bottom: 0;
	right: 0;
}

#list .entries dl:after {
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: solid 1px #55472e;
	border-right: solid 1px #55472e;
	transform: rotate(45deg);
	position: absolute;
	bottom: 13px;
	right: 17px;
}

#list .entries dt {
	margin-bottom: 0.7em;
}

#list .entries dt a {
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #55472e;
}

#list .entries dt .new {
	margin-right: 0.5em;
	padding: 0 0.2em;
	background: #ec3b04;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
}

#list .entries dt a:hover {
	opacity: 1;
}

#list .more {
	margin-bottom: 120px;
}

#list .more a {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 60px;
	border-radius: 60px;
	background: #65472e;
	text-decoration: none;
	line-height: 60px;
	color: #fff;
	position: relative;
}

#list .more a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

/* ---------------------------------------------------------
	CSS Document agent
--------------------------------------------------------- */

#agent {
	margin-bottom: 180px;
	padding-top: 160px;
	position: relative;
	z-index: 0;
}

#agent .bg {
	height: 1300px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#agent .bg img {
	max-width: 400%;
	height: 1400px;
	transform: translateY(-80px);
	position: relative;
}

#agent .container {
	width: 1440px;
	position: relative;
	z-index: 0;
}

#agent .container {
	width: 1440px;
	position: relative;
	z-index: 0;
}

#agent h2 {
	margin-bottom: 40px;
	padding: 20px 0 15px;
	background: #a08266;
	white-space: nowrap;
	transition: .4s;
}

#agent h2 .ja {
	display: block;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
}

#agent h2 .ja:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin: 25px 0 20px;
	background: #fff;
}

#agent h2 .en {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

#agent p {
	text-align: justify;
	font-size: 14px;
}

#agent li a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../top/btn.svg) no-repeat bottom / 50px 50px;
	font-size: 0;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

#agent li a:hover {
	opacity: 1;
}

/* agent_02 */
#agent #agent_02 {
	margin-bottom: 160px;
}

#agent #agent_02 figure {
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#agent #agent_02 figure img {
	width: 100%;
	transform: translateY(-80px);
	position: relative;
}

#agent #agent_02 .section {
	width: 600px;
	height: 680px;
	overflow: hidden;
	margin-left: 120px;
	background: #000;
	text-align: left;
	color: #fff;
	transform: translateY(10%);
}

#agent #agent_02 .row {
	width: 600px;
	height: 680px;
	padding: 50px 70px;
	background: #a08266;
	position: relative;
	z-index: 0;
}

#agent #agent_02 .row:before {
	content: '';
	width: 90px;
	height: 310px;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* agent_03 */
#agent #agent_03.container {
	display: flex;
	width: 1200px;
}

#agent #agent_03 figure {
	height: 300px;
	overflow: hidden;
}

#agent #agent_03 figure img {
	max-width: 400%;
	height: 400px;
	transform: translateY(-80px);
	position: relative;
}

#agent #agent_03 .section {
	width: 600px;
	height: 300px;
	overflow: hidden;
	background: #000;
	text-align: left;
	color: #fff;
}

#agent #agent_03 .row {
	width: 600px;
	height: 300px;
	padding: 50px 70px;
	background: #a08266;
	position: relative;
	z-index: 0;
}

#agent #agent_03 .row:before {
	content: '';
	width: 90px;
	height: 250px;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#agent .row:hover,
#agent .row:hover h2 {
	background: #745e4b !important;
}

/* ---------------------------------------------------------
	CSS Document info
--------------------------------------------------------- */

#info {
	margin-bottom: 100px;
}

#info .container {
	display: flex;
	justify-content: space-between;
}

#news {
	width: 840px;
	text-align: left;
}

#news .caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

#news h2 .en {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 0.1em;
	line-height: 48px;
}

#news h2 .ja {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 48px;
}

#news .more a {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 36px;
	border-radius: 36px;
	background: #65472e;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	color: #fff;
	position: relative;
}

#news dl {
	display: flex;
	line-height: 30px;
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}

#news dl:hover {
	opacity: 0.6;
}

#news dt {
	width: 130px;
	font-weight: 500;
	color: #a08266;
}

#news dd {
	flex: 1;
}

#news dd a {
	text-decoration: none;
	color: #2f2823;
}

#news dd a:hover {
	opacity: 1;
}

#line {
	padding: 30px 50px;
	background: #f9f9f9;
}

#line .caption {
	margin-right: 0.5em;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #40b649;
}

#line .caption img {
	height: 50px;
	margin-right: 10px;
}

#line .caption span {
	display: inline-block;
	vertical-align: top;
}

#line figure img {
	height: 180px;
}

/* ---------------------------------------------------------
	CSS Document owner
--------------------------------------------------------- */

#owner {
	padding: 80px 0;
	background: #f9f9f9;
}

#owner .h3 h3 {
	background: #f9f9f9;
}

#owner .container {
	display: flex;
	justify-content: space-between;
	width: 1020px;
}

#owner .find:hover {
	opacity: 0.6;
}

#owner figure {
	width: 300px;
	height: 300px;
	padding-top: 70px;
	border-radius: 100%;
	background: #fff;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #ff8827;
}

#owner figure img {
	height: 120px;
	transition: .4s;
}

#owner .find:hover img {
	transform: scale(1.1, 1.1);
}

#owner figcaption {
	margin-top: 25px;
}

#owner figcaption a {
	text-decoration: none;
	color: #ff8827;
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document resident
--------------------------------------------------------- */

#resident {
	margin-bottom: 130px;
	padding: 80px 0;
	background: #eff0f2;
}

#resident .h3 h3 {
	background: #eff0f2;
}

#resident .container {
	display: flex;
	justify-content: space-between;
	width: 1020px;
}

#resident .find:hover {
	opacity: 0.6;
}

#resident figure {
	width: 300px;
	height: 300px;
	padding-top: 70px;
	border-radius: 100%;
	background: #fff;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #73a4a0;
}

#resident figure img {
	height: 120px;
	transition: .4s;
}

#resident .find:hover img {
	transform: scale(1.1, 1.1);
}

#resident figcaption {
	margin-top: 25px;
}

#resident figcaption a {
	text-decoration: none;
	color: #73a4a0;
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document recruit
--------------------------------------------------------- */

#recruit .container {
	height: 300px;
	overflow: hidden;
	padding: 50px 70px;
	background: #040700;
	text-align: left;
	color: #fff;
	position: relative;
	z-index: 0;
}

#recruit .container:before {
	content: '';
	width: 90px;
	height: 250px;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#recruit .container:hover,
#recruit .container:hover h2 {
	background: #2f1f00 !important;
}

#recruit figure {
	width: 940px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: .4s;
	transform-origin: center left;
}

#recruit .container:hover figure {
	transform: scale(1.03, 1.03);
}

#recruit figure img {
	width: 100%;
	transform: translateY(-80px);
	position: relative;
}

#recruit h2 {
	width: 100px;
	margin-bottom: 40px;
	padding: 20px 0 15px;
	background: #040700;
	white-space: nowrap;
	transition: .4s;
}

#recruit h2 .ja {
	display: block;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1;
}

#recruit h2 .ja:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin: 25px 0 20px;
	background: #fff;
}

#recruit h2 .en {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

#recruit li a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../top/btn.svg) no-repeat bottom / 50px 50px;
	font-size: 0;
	position: absolute;
	bottom: 20px;
	left: 180px;
}

#recruit li a:hover {
	opacity: 1;
}
