@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

/*body{display: none;}*/
#HEADER {
	background: #fff;
	position: absolute;
	top: 0;
}

#HEADER ul.NAVI li a span {
	color: #6C543F;
	letter-spacing: 0px;
}

#HEADER ul.NAVI li a:link {
	border-bottom: 3px solid rgb(249, 247, 247);
	text-decoration: none;
}

#HEADER ul.NAVI li a:visited {
	border-bottom: 3px solid rgb(249, 247, 247);
	text-decoration: none;
}

#HEADER ul.NAVI li a:hover {
	border-bottom: 3px solid #6C543F;
	text-decoration: none;
}

#HEADER ul.NAVI li a:active {
	border-bottom: 3px solid #6C543F;
	text-decoration: none;
}

rgb(249, 247, 247) #HEADER ul.NAVI li a.H_HOME {
	border-bottom: 3px solid #6C543F;
}

#HEADER ul.NAVI li a.H_HOME:link {
	border-bottom: 3px solid #6C543F;
}

#HEADER ul.NAVI li a.H_HOME:visited {
	border-bottom: 3px solid #6C543F;
}

.sidr ul li a.sidr-class-H_HOME {
	background-color: #dab554;
}

#HEADER a.A_LOGO span {
	letter-spacing: 0px;
}

.MAIN {
	width: 100%;
}

.MAIN .SHEET {
	padding: 0;
	overflow: visible;
}

.TOP {
	position: absolute;
	top: 30px;
	right: 20px;
	float: right;
}

.IMAGE {
	margin: 0 0 0 0px;
}

.TOP_SP {
	display: none;
}


/*特徴*/
.MAIN {
	width: 100%;
	background:#5F8358;
	color: #fff;
	margin: 0;
	padding: 10px;
	padding-top: 25px;
	padding-top: 36px;
	padding-bottom: 20px;
}

.MAIN .HOUSE_NAME {
	width: 100%;
	font-size: 36px;
	display: inline-block;
	text-align: center;
	margin: 0 0 5px 0;
	line-height: 42px;
	letter-spacing: 2px;
}

.MAIN .sen {
	width: 1px;
	height: 60px;
	background: #fff;
	margin: auto 0;
}

.MAIN strong {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	margin-bottom: :5px;
	letter-spacing: 0.1em;
}

.MAIN span {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	margin: 0 0 30px 0;
}

.MAIN ul {
	width: 960px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 0 auto;
	margin-top: 10px;
}

.MAIN ul li {
	width: 30%;
	color: #fff;
	padding: 20px;
	font-size: 17px;
	text-align: center;
	line-height: 25px;
	letter-spacing: 1px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.MAIN ul li.taishin {
	padding-top: 30px;
}

.MAIN ul li strong {
	font-size: 17px;
	background-size: 100%;
}

.MAIN ul li strong {
	font-size: 35px;
	width: 50px;
	padding-top: 3px;
}

.CONCEPT {
	text-align: center;
	line-height: 32px;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 40px;
}

.CONCEPTS {
	text-align: center;
}

.CONCEPTS strong {
	font-size: 23px;
	letter-spacing: 3px;
	color: #6C543F;
	font-weight: bold;
}

.border-radius {
	position: absolute;
	width: 319px;
	-ms-filter: blur(6px);
	filter: blur(6px);
	height: 120px;
	display: flex;
	align-items: center;
}

.radius {
	width: 100px;
	height: 100px;
	line-height: 200px;
	background-color: green;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background: white;
	opacity: 0.2;
	margin: 0 auto;
}


/*リンク*/
.LINK {
	width: 960px;
	height: auto;
	display: flex;
	margin: 5px auto 100px auto;
	position: relative;
	overflow: visible;
}

.mt {
	margin-top: 70px;
}

.LINK:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.LINK:nth-child(2n) {
	flex-direction: row;
}

.LINK_IN {
	width: 600px;
	overflow: visible;
}

.LINK_IN h3 {
	margin: 50px 30px 20px 30px;
	font-size: 25px;
	letter-spacing: 0.1em;
}

.LINK_IN_TEXT {
	width: 460px;
	height: 150px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 100;
	padding: 35px 50px 10px 50px;
}

.LINK_IN_TEXT2 {
	width: 460px;
	height: 150px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 100;
	padding: 35px 50px 10px 50px;
	right: 0;
}

.LINK_IN_TEXT .text {
	font-size: 12px;
	line-height: 1.7em;
}

.LINK_IN_TEXT2 .text {
	font-size: 12px;
	line-height: 1.7em;
}

.LINK_IN strong {
	font-size: 20px;
}

.BUTTON a {
	width: 250px;
	color: #000;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: .08rem;
	padding: 10px 0 10px 29px;
	text-decoration: none;
	font-family: "Libre Baskerville", serif;
	background-repeat: no-repeat;
	transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	margin: 0px 0 0 0;
}

.BUTTON a:hover {
	color: #775f54;
}

.BUTTON a:hover:before,
.BUTTON a:hover:after {
	background-color: #775f54;
}

.BUTTON a:hover:before {
	right: 18px;
}

.BUTTON a:hover:after {
	right: 19px;
	width: 81px;
}

.BUTTON a:before,
.BUTTON a:after {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	background-color: #000;
	transition: all .35s;
}

.BUTTON a:before {
	height: 1px;
	width: 12px;
	right: 28px;
	transform: rotate(45deg);
}

.BUTTON a:after {
	height: 1px;
	width: 71px;
	right: 29px;
	margin-top: 4px;
}

br.SP {
	display: none;
}

.mt {
	margin-top: 70px;
}

/*ニュース*/
#PAGE .NEWS {
	width: 898px;
	padding: 40px 30px 40px 30px;
	background: none;
	border: 0px solid #000;
	margin: 50px auto 0 auto;
}

#PAGE .NEWS h2 {
	width: 870px;
	float: left;
	clear: none;
	margin: 0px 0 10px 0;
	color: #6C543F;
}

#PAGE .NEWS .PHOTO {
	float: right;
	margin: 0 0 30px 0;
}

#PAGE .NEWS ul {
	width: 270px;
	float: right;
}

#PAGE .NEWS ul li {
	width: 270px;
	float: left;
	margin-bottom: 10px;
}

#PAGE .NEWS ul li a {
	width: 270px;
	height: 50px;
	float: left;
	background: #36322f;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
}

#PAGE .NEWS ul li a:hover {
	background: #5e5b59;
}

#PAGE .NEWS ul li a:active {
	background: #5e5b59;
}

#PAGE .NEWS dl {
	width: 870px;
	float: left;
	clear: none;
	font-size: 14px;
	line-height: 1.5em;
	border-bottom: 1px dotted #ccc;
}

#PAGE .NEWS dl dt {
	width: 20%;
	float: left;
	padding: 10px 0;
}

#PAGE .NEWS dl dt em {
	width: 30px;
	background: #ff7800;
	color: #fff;
}

#PAGE .NEWS dl dt em {
	float: right;
	margin: 0 20px 0 5px;
	padding: 2px 5px 1px 5px;
	font-size: 10px;
	background: #f90;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1.5em;
}

#PAGE .NEWS dl dd {
	width: 80%;
	float: right;
	padding: 10px 0;
}

#PAGE .NEWS dl dd strong {
	font-weight: bold;
	color: #ff0000;
}

#PAGE .NEWS dl dd a {
	text-decoration: underline;
}

#PAGE .NEWS dl dd a:hover {
	opacity: 0.7;
}

#PAGE .NEWS dl dd a:active {
	text-decoration: none;
}

#PAGE .SHEET h2.OH {
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	letter-spacing: 0.2em;
	font-weight: 700;
	color: #e63c15;
}


/*トップ画像*/
#PAGE .PHOTO_WRAP {}

#PAGE .PHOTO_WRAP span {
	color: #795C3A;
	font-size: 25px;
	letter-spacing: 0.1em;
}

#PAGE .PHOTO_WRAP img {
	bottom: 0%;
	left: 4%;
	z-index: 100;
}

#PAGE .PHOTO_WRAP .imgphoto img {
	width: 100%;
	bottom: 0%;
	left: 4%;
	z-index: 100;
}


#PAGE .PHOTO_WRAP .top_copy {
	width: 345px;
	position: absolute;
	left: 12vw;
	top: 20vw;
}

#PAGE .PHOTO_WRAP .top_copy img {
	width: 100%;
}

#PAGE .PHOTO_WRAP .top_debut {
	width: 30vw;
	top: 9vw;
	right: -31vw;
}

#PAGE .PHOTO_WRAP .top_debut img {
	width: 100%;
}

#PAGE .imgphoto {
	margin-top: 155px;
	position: relative;
}

#PAGE .imgphoto_text {
	position: absolute;
	top: 8vw;
	left: 5vw;
	font-size:3vw;
	letter-spacing:4px;
	line-height: 5vw;
	color:#fff;
}

#PAGE .SHEET h2 strong {
	width: 100%;
	float: left;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
}

#PAGE .PHOTO_WRAP a.A_RESERVE {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#PAGE .PHOTO_WRAP a.A_RESERVE:hover {
	opacity: 0.7;
}

#PAGE .PHOTO_WRAP a.A_RESERVE2 {
	position: absolute;
	right: 30px;
	top: 25px;
}

#PAGE .PHOTO_WRAP a.A_RESERVE2:hover {
	opacity: 0.7;
}

.round {
	width: 11vw;
	height: 11vw;
	line-height: 200px;
	background-color: #FAF1D8;
	border-radius: 50%;
	color: #FAF7EF;
	text-align: center;
	position: absolute;
	left: 5vw;
	top: 18vw;
}


/*トップ文字*/
#PAGE .eachTextAnime span {
	opacity: 0;
}

#PAGE .PHOTO_WRAP p.eachTextAnime {
	width: 370px;
	color: rgb(249, 247, 247);
}

#PAGE .PHOTO_WRAP .eachTextAnime.appeartext span {
	animation: text_anime_on 1s ease-out forwards;
	font-size: 33px;
	line-height: 63px;
	letter-spacing: 13px;
}

@keyframes text_anime_on {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#PAGE img.SP {
	display: none;
}

img.SP {
	display: none;
}

h2.SP {
	display: none;
}

img.MAIN_SP {
	display: none;
}

img.MAIN_PC {
	display: block;
}

small.SMALL_CAUTION {
	width: 95%;
	float: left;
	clear: none;
	margin: 0 0 0 2.5%;
}

a.MODELHOUSE:hover {
	opacity: 0.7;
}

br.sp {
	display: none;
}

/* トップ文字追加 */
.top_tytle2 { position: absolute;
    top: 34vw;
    left: 5vw;
    color: #fff;
    font-size: 1.5vw;
	letter-spacing: 3px;
	display:block;
	line-height: 3vw;
}
@media screen and (max-width: 640px) {
	.top_tytle2 { display:none;}
}

/*ボタン*/
.toiawase {
	width: 600px;
	margin: 50px auto;
}

.toiawase ul {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.toiawase a {
	margin: auto 8px;
}

.toiawase li.RE {
	padding: 20px 100px;
	background: #8A3727;
	font-size: 18px;
	color: #fff;
	padding: 20px 95px;
}

.toiawase li.RE:hover {
	opacity: 0.7;
}

.concept_button li.RE {
	padding: 20px 100px;
	background: linear-gradient(180deg, rgba(129, 185, 104, 1) 0%, rgba(99, 141, 81, 1) 100%);
	font-size: 18px;
	color: #fff;
}

/*フェードイン*/
.fadein {
	opacity: 0.1;
	transform: translate(0, 50px);
	transition: all 500ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.arrow_r {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
}

.arrow_r:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px white;
	border-right: solid 2px white;
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -4px;
	transform: rotate(45deg);
}


.SP {
	display: none;
}

.PC {
	display: block;
}

@media screen and (max-width: 640px) {




	#HEADER h1 {
		margin-top: 0px; display:none; 
	}
	.YOKOKU_MATOME{display: flex;flex-direction: row;align-items: center;background: red;justify-content: center;padding: 5px 0; }

	#HEADER {
		background: initial;
		position: initial;
		margin-top: -385px;
	}

	/*トップ画像*/
	#PAGE .IMAGE {
		width: 100%;
		display: block;
		float: left;
		clear: none;
		padding: 0;
	}

	#PAGE img.PHOTO {
		width: 100%;
		float: left;
		clear: none;
	}

	#PAGE .TOP {
		width: 100%;
		display: block;
	}

	#PAGE .TOP_SP {
		width: 100%;
		display: inline;
	}

	#PAGE .top_copy {
		width: 80vw;
		top: 32vw;
		left: 0;
		padding: 0 10vw;
	}

	#PAGE .PHOTO_WRAP p.eachTextAnime {
		width: 59vw;
	}

	#PAGE .PHOTO_WRAP {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 510px;
	}

	#PAGE .PHOTO_WRAP {
		background-image: url(../img/top1_new_sp.jpg);
		display: flex;
		justify-content: center;
		align-items: center;
		height: 520px;
		background-size: cover;
	}


	#PAGE .PHOTO_WRAP .top_debut {
		width: 65vw;
		top: 35vw;
		right: -14vw;
	}


	/*リンク*/
	#PAGE .LINK {
		flex-direction: column-reverse;
		margin-bottom: 250px;
	}

	#PAGE .LINK .photo {
		width: 95vw;
	}

	#PAGE .LINK .photo img {
		width: 100%;
	}

	#PAGE .LINK_IN h3 {
		margin: -170px 30px 20px 0px;
	}

	#PAGE .LINK_IN strong {
		font-size: 18px;
	}

	#PAGE .LINK_IN_TEXT {
		width: 79vw;
		padding: 8vw;
		margin-top: 100px;
	}

	#PAGE .LINK_IN_TEXT2 {
		width: 79vw;
		padding: 8vw;
		margin-top: 100px;
		left: 0;
	}

	#PAGE .LINK_IN_TEXT .text {
		margin-bottom: 0px;
	}

	/*ニュース*/
	#PAGE .NEWS {
		width: 100%;
		padding-top: 10px;
		background: none;
		padding: 0%;
		border: 0px solid #ccc;
		margin: 20px 0 0 0;
	}

	#PAGE .NEWS h2 {
		width: 100%;
		margin: 10px 0;
	}

	#PAGE .NEWS .PHOTO {
		display: none;
	}

	#PAGE .NEWS ul {
		width: 100%;
		float: right;
		margin-top: 10px;
	}

	#PAGE .NEWS ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	#PAGE .NEWS ul li a {
		width: 100%;
		height: 50px;
		float: left;
		background: #36322f;
		color: #fff;
		font-size: 15px;
		line-height: 50px;
		text-align: center;
	}

	#PAGE .NEWS ul li a:hover {
		background: #5e5b59;
	}

	#PAGE .NEWS ul li a:active {
		background: #5e5b59;
	}

	#PAGE .NEWS dl {
		width: 100%;
	}

	#PAGE .NEWS dl dt {
		width: 100%;
		float: left;
		padding-bottom: 0px;
padding-top: 15px;
	}

	#PAGE .NEWS dl dd {
		width: 100%;
	}

	#PAGE img.SP {
		width: 90%;
		float: left;
		clear: none;
		display: block;
		margin: 15px 0 0 5%;
	}

	.SHEET h2 strong {
		line-height: 2em;
	}

	.SHEET h2.OH {
		font-size: 1.4em;
		letter-spacing: 0.2em;
		font-weight: 700;
		color: #e69015;
	}

	.imgphoto {}


	/*特徴*/
	.MAIN {
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.MAIN .SHEET {
		width: 100%;
		padding: 0;
		overflow: visible;
	}

	.MAIN .HOUSE_NAME {
		font-size: 5vw;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}

	.MAIN ul {
		display: block;
		width: 100%;
		border: 0.5px solid white;
		width: 90vw;
	}

	.MAIN ul li {
		width: 100%;
		padding: 10px 0 3px 0px;
	}

	.MAIN ul li.taishin {
		padding: 10px 0 10px 0px;
	}

	img.MAIN_PC {
		display: none;
	}

	img.MAIN_SP {
		width: 100%;
		float: left;
		clear: none;
		display: block;
	}

	small.SMALL_CAUTION {
		width: 95%;
		float: left;
		clear: none;
		margin: 0 0 0 2.5%;
	}

	br.sp {
		display: block;
		line-height: 38px;
	}


	/*トップ画像*/
	#PAGE .PHOTO_WRAP strong {
		width: 100vw;
		letter-spacing: -0px;
		font-size: 20px;
	}


	/*トップ文字*/
	#PAGE .PHOTO_WRAP .eachTextAnime.appeartext span {
		font-size: 20px;
		letter-spacing: 9px;
		line-height: 34px;
	}

	#PAGE .PHOTO_WRAP .top_copy {
		width: 95vw;
		position: absolute;
		left: 16vw;
		top: 35vw;
	}

	#PAGE .round {
		width: 37vw;
		height: 37vw;
		top: 30vw;
		background-color: #FAF1D8;
	}


	.CONCEPTS strong {
		line-height: 35px;
	}

	.concept_button {
		width: 100%;
		margin-top: 10px;
	}

	.CONCEPTS {
		text-align: center;
	}

	.toiawase {
		width: 100%;
	}

	.toiawase li.RE {
		margin: 7px 0px;
		padding: 20px 95px;
	}

	.toiawase ul {
		display: block;
		text-align: center;
	}

	.CONCEPT {
		line-height: 36px;
	}

	.arrow_r {
		padding-left: 0px;
	}

	.toiawase li.short {
		padding: 20px 70px;
	}

	.PC {
		display: none;
	}

	.SP {
		display: block;
	}

	#PAGE .PHOTO_WRAP .sp_svg {
		position: absolute;
		width: 110vw;
		top: 37vw;
	}


	@media screen and (max-width: 375px) {
		#PAGE .PHOTO_WRAP p.eachTextAnime {
			width: 62vw;
		}

		#PAGE .imgphoto {}

		#PAGE .PHOTO_WRAP .top_copy {
			top: 38vw;
		}

		#PAGE .round {
			top: 35vw;
		}

	}

	@media screen and (max-width: 320px) {
		#PAGE .PHOTO_WRAP p.eachTextAnime {
			width: 75vw;
		}

		#PAGE .round {
			top: 39vw;
		}

		#PAGE .PHOTO_WRAP .top_copy {
			top: 46vw;
			left: 13vw;
		}

		#PAGE .imgphoto {
			top: 163vw;
		}

	}


}

/* パース追加 */
.perth {
	width: 40%;
	margin: 0 auto;
  }
  
  .perth img{width:100%;}
  
  @media screen and (max-width: 740px) {
	.perth {
	  width: 90%; margin-bottom:10px; 
	}
	.perth_small { line-height: 1.7em; }
  }