﻿/* -----------------------------------------------------------
        reset
-------------------------------------------------------------- */
html {
  overflow-x: auto;
  overflow-y: scroll;
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,div,dl,dt,dd,
form,img,hr,table,tr,td,
br,em,figure {
  margin: 0px;
  padding: 0px;
  border: none;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  font-size: 1.6rem;
}

ul,ol,dl {
  list-style: none;
}
p.img{
	line-height: 1;
}
@media screen and (max-width: 768px) {
	
  img {
    height: auto;
    margin: 0 auto;
  }

}

/* -----------------------------------------------------------
        body
-------------------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
	font-weight: 500;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	min-width: 1300px;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#wrapper.no_bg {
	background: none;
}

#wrapper.form_page {
	background-position: center 200px;
}

p {
	font-size: 1.6rem;
	line-height: 1.7;
}
p.txt{
	line-height: 2.5;
}
#wrapper {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

#main {
	display: block;
}


:root{
	--main-color :var(--gold01);
	--main-color-txt:var(--gold03);
	--cv-color:var(--khaki);

	--gray:#707070;
	--beige01:#F1EFEB;
	--beige02:#E6D7BE;
	--beige03:#EBE6D7;
	--beige04:#F6F6F4;
	--gold01:#A5915A;
	--gold02:#726145;
	--gold03:#C5940C;
	--khaki:#70683B;
	/* font */
	--quicksand: "Quicksand", serif;
	--lato: 'Lato', sans-serif;
	--rubik: 'Rubik', sans-serif;
    --basefont-en: "Cormorant Garamond", serif;
	--basefont-jp: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
	
	body {
		min-width: inherit;
	}

	#wrapper {
		min-width: 100%;
		background-position: center 140px;
		background-size: 100% auto;
	}

	#wrapper.form_page {
		background-position: center 130px;
	}

	*:focus {
		outline: none !important;
	}

	a.anchor {
		margin-top: -100px;
		padding-top: 100px;
	}
	p.txt{
		line-height: 1.8;
	}
	/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}

	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}

	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}

}

/* -----------------------------------------------------------
        link
-------------------------------------------------------------- */
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}

a,
a::before ,
a:hover {
	transition: 0.5s;
}

a.anchor {
	margin-top: -100px;
	padding-top: 100px;
	display: block;
}

::-moz-selection {
	color: #fff;
	background: #656f72;
}

/* 電話リンク PC:OFF */
a[href^="tel:"] {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	a:link,
	a:visited {
		transition: 0;
	}

	/* 電話リンク SP:ON */
	a[href^="tel:"] {
		pointer-events: inherit;
	}
}

@media screen and (max-width: 768px) {
	a:link,
	a:visited {
		transition: 0;
	}
}

/* -----------------------------------------------------------
        clear
-------------------------------------------------------------- */
.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	clear: both;
	font-size: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	zoom: 1;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* -----------------------------------------------------------
        Frame
-------------------------------------------------------------- */

.inner {
	margin: 0 auto;
	width: 1200px;
}

/*	 template */
.contents {
	padding: 100px 0;
}

@media screen and (max-width: 768px) {
	
	.inner {
/*
		max-width: 100%;
		min-width: 100%;
*/
		width: 100%;
	}
	
	.contents {
		padding: 0;
	}

	.wrap10 {
		padding: 0 10px;
	}

	.wrap15 {
		padding: 0 15px;
	}

	.wrap20 {
		padding: 0 20px;
	}

	.wrap30 {
		padding: 0 30px;
	}
	
}

/* -----------------------------------------------------------
        responsive
-------------------------------------------------------------- */

.sp-display {
	display: none;
}

.sp-display-b {
	display: none;
}

br.pc-br {
	display: inline;
}

br.sp-br {
	display: none;
}

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

	.pc-display {
		display: none;
	}

	.pc-display-b {
		display: none;
	}

	.sp-display {
		display: inline;
	}

	.sp-display-b {
		display: block;
	}

	br.pc-br {
		display: none;
	}

	br.sp-br {
		display: inline;
	}

}

/* -----------------------------------------------------------
        矢印付きテキストリンク
-------------------------------------------------------------- */

.back-link {
	clear: both;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin: 15px auto 50px;
	text-align: left;
}

.back-link a {
	padding: 5px;
}

.back-link a:hover {
	color: #a78235;
}

.back-link a::before {
	display: inline-block;
	margin: 0 8px 0 0;
	font-family: FontAwesome;
	font-size: 1.6rem;
	color: #a78235;
}

.next-link {
	font-size: 1.6rem;
	text-align: right;
}

.next-link a {
	display: inline-block;
	padding: 5px;
}

.next-link a:hover {
	color: #1c5896;
}
.next-link a::before {
	display: inline-block;
	margin: 0 8px 0 0;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.6rem;
	color: #1c5896;
}

@media screen and (max-width: 768px) {
	
	.back-link {
		width: 100%;
		margin: 15px auto 0;
	}

}

/* -----------------------------------------------------------
        breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	position: absolute;
	top: 142px;
	background: url(../img/bg-breadcrumbs.jpg) no-repeat center center / cover;
	width: 100%;
	padding: 10px 50px 10px;
	font-size: 1.2rem;
	text-align: right;
}

.breadcrumbs a {
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
}

.breadcrumbs p {
	font-size: 1.2rem;
}

.breadcrumbs .fas {
	color: #888;
	margin: 0 5px;
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	
	/* breadcrumbs */
	.breadcrumbs {
		display: none;
	}
}

/* -----------------------------------------------------------
        h1
-------------------------------------------------------------- */

.h1-area {
	position: absolute;
	left: 50px;
    top: 153px;
	z-index: 1;
}
#top .h1-area{
	top: 170px;
}
.h1-area h1 {
	font-size: 1.2rem;
	line-height: 1.7;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	
	.h1-area {
		position: absolute;
		width: 100%;
		padding: 5px 5px 5px 10px;
		margin: 0 auto;
		top: 60px !important;
		left: 0;
	}
	.h1-area h1 {
		color: #333;
		font-size: 1rem;
		line-height: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* -----------------------------------------------------------
        pager-area
-------------------------------------------------------------- */

.pager-area {
	font-size: 1.6rem;
	margin: 30px 0 50px 0;
	text-align: center;
}

.pager-area a {
	border: 1px solid #e3e7ed;
	color: #b3b3b3;
	display: inline-block;
	margin: 0 3px;
	padding: 10px 10px;
}

.pager-area a:hover {
	background: #a78235;
	border: 1px solid #a78235;
	color: #fff;
}

.pager-area .current {
	background: #a78235;
	border: 1px solid #a78235;
	color: #fff;
	display: inline-block;
	margin: 0 3px;
	padding: 10px 10px;
	width: 40px;
	transition: 0.5s;
}

.pager-area .current:hover {
	background: #fff;
	color: #43bed8;
}

.pager-area .back,
.pager-area .next {
	color: #b3b3b3;
	padding: 10px 15px;
	width: auto;
}

.pager-area .back a,
.pager-area .next a {
	border: none;
	border: 1px solid #e6e6e6;
	color: #a78235;
	margin: 0;
	padding: 10px 15px 10px;
}

.pager-area .back .fa {
	margin: 0 10px 0 0;
	color: #a78235;
}

.pager-area .next .fa {
	margin: 0 0 0 10px;
	color: #a78235;
}

.pager-area .back .fa,
.pager-area .next .fa {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.pager-area .back:hover .fa,
.pager-area .next:hover .fa {
	color: #fff;
}

@media screen and (max-width: 768px) {
	
	.pager-area {
		margin: 20px 0 40px;
	}

	.pager-area a,
	.pager-area b {
		padding: 10px;
	}

	.pager-area .current {
		margin: 0 1px;
		padding: 10px;
	}

	.pager-area .back,
	.pager-area .next {
		margin: 0 1px;
		padding: 10px;
	}
	
}

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

#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 60;
	line-height: 1;
}

#page-top a {
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #333;
	color: #fff;
}

#page-top a:hover {
	background: #a78235;
}

#page-top a i {
	font-size: 2rem;
}

@media screen and (max-width: 768px) {
	
	#page-top {
		position: fixed;
		bottom: 60px;
		right: 10px;
		z-index: 60;
		line-height: 1;
	}

	#page-top a {
		width: 50px;
		height: 50px;
	}
	
}

/* -----------------------------------------------------------
        404
-------------------------------------------------------------- */

#not .not-box {
	text-align: center;
}

#not .section_txt {
	margin: 70px 0 60px;
}

#not .toplink {
	margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
	
	#not .section_txt {
		margin: 25px 0 50px;
	}

	#not .toplink {
		margin: 0 0 40px;
	}
	
}

/* -----------------------------
	記事パーツ
-------------------------------- */

.cate-area .cate-title,
.archive-area .archive-title {
	padding: 0 0 15px;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	font-family: "Cormorant Garamond", sans-serif;
	font-weight: 700;
	text-align: center;
	color: #333;
}

.cate-area .cate-list,
.archive-area .archive-list {
	border-top: 1px solid #e6e6e6;
	padding: 0 0 40px;
	text-align: center;
}

.cate-area .cate-list li,
.archive-area .archive-list li {
	border-bottom: 1px solid #e6e6e6;
	line-height: 1.4;
	font-size: 1.5rem;
}

.cate-area .cate-list li a ,
.archive-area .archive-list li a {
	color: #333;
	padding: 20px 0;
	display: block;
}

.cate-area .cate-list li a:hover,
.archive-area .archive-list li a:hover {
	color: #a78235;
}

@media screen and (max-width: 768px) {
	
	.cate-area .cate-title,
	.archive-area .archive-title {
		padding: 0 0 15px;
		border-top: none;
	}

	.cate-area .cate-list,
	.archive-area .archive-list {
		padding: 0 0 30px;
	}

	.cate-area .cate-list li a,
	.archive-area .archive-list li a {
		padding: 15px 0;
	}
	
}

/* -----------------------------
	ページパーツ（　tag-area　）
-------------------------------- */

.tag-area {
	padding: 0 0 30px 0;
}

.tag-area .tag-title {
	font-size: 1.5rem;
	padding: 0 0 20px 0;
}

.tag-area .tag-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.tag-area .tag-list li {
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 1.2;
}

.tag-area .tag-list li a {
	display: block;
	padding: 6px 15px;
	font-size: 1.2rem;
	background: #fff;
	border: #ccc solid 1px;
	color: #333;
}

.tag-area .tag-list li a:hover {
	border: #333 solid 1px;
	opacity: 1;
	background: #333;
	color: #fff;
}

@media screen and (max-width: 768px) {
	
	.tag-area {
		margin: 20px 0;
		padding: 0;
	}

	.tag-area .tag-title {
		width: auto;
	}

	.tag-area .tag-list {
		width: auto;
	}

	.tag-area .tag-list li {
		margin: 0 8px 8px 0;
	}

	.tag-area .tag-list li a {
		padding: 4px 10px;
	}
	
}

/* -----------------------------------------------------------
        header
-------------------------------------------------------------- */

.header-fixed {
	min-width: 1200px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 30;

}

.header-nofixed {
	min-width: 1300px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 30;
}

/* スクロールメニュー */
#header.header-fixed.scroll-nav {
	background: #fff;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
	transition: 0.5s;
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
}
#header .header-area {
	transition: 0.5s;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 0px;
}
#header.header-fixed.scroll-nav .header-area{
	padding: 5px 0 0;
	gap: 10px;
}
/* header上段 */
/* ロゴ */
#header .header-area .h-logo {
	/*width: 254px;*/
	width: 195px;
	line-height: 0;
	margin: 0 0 0 30px;
}

#header .header-area .h-logo a {
	display: block;
}

#header .header-area .h-logo a img {
	width: 100%;
}

/* サブメニュー */
#header .sub-nav-wrap{
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 0 30px 0 0;
}
#header .sub-nav-wrap .sub-nav{
	display: flex;
	font-family: var(--basefont-jp);
}
#header .sub-nav-wrap .sub-nav li a{
    padding: 12px 10px;
    display: block;
    color: #333;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    transition: all .2s ease-in;
    text-align: center;
    position: relative;
    z-index: 1;
}
#header .sub-nav-wrap .sub-nav li a:hover{
	color: var(--gold03);
    transition: all .2s ease-in;
}
#header .sub-nav-wrap .tel-box .tel a{
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
	font-family: var(--basefont-jp);
}
#header .sub-nav-wrap .tel-box .txt{
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}
#header .sub-nav-wrap .cv-btn a{
	width: 160px;
    height: 40px;
    padding: 12px 30px 12px 60px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
	background-color: var(--cv-color);
    position: relative;
    font-weight: 500;
    margin: 0;
	background-image: url(../img/icon-mail-wht.svg);
	background-repeat: no-repeat;
	background-size: 18px 15px;
	background-position: left 37px center;
}
#header .sub-nav-wrap .cv-btn a:hover{
	background-color: var(--gold03);
}
/* 下段 */
#header .header-area #pc-header {
	display: flex;
	width: 100%;
	justify-content: center;
	border-top: solid 1px #D1C7A3;
	border-bottom: solid 1px #D1C7A3;
}

#header .header-area #pc-header .main-nav ul {
	display: flex;
	justify-content:center;
	align-items: center;
}
 #header .header-area #pc-header .main-nav ul li{
	font-family: var(--basefont-jp);
} 

#header .header-area #pc-header .main-nav ul li a {
	position: relative;
	display: block;
	color: #333;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	padding: 22px 30px;
	white-space: nowrap;
	transition: .5s;
	font-feature-settings: "palt";
}
#header .header-area #pc-header .main-nav ul li:not(:last-of-type) a:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #D1C7A3;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: .5s;
}

#header .header-area #pc-header .main-nav ul li a:hover {
	background-color: var(--beige01);
	color: var(--main-color);

	/* background-size: 105%; */
	transition: .5s;
}
/*
#header .header-area #pc-header .main-nav .menu-container ul li a:hover{
	background-color: none;
	transform: scale(105%);
	transition: .5s;
	
}
*/
/* プルダウンメニュー */
.main-nav > ul .menu {
	/*box-shadow: 0px 5px 10px rgba(0,0,0, 0.05) inset,
		0 6px 11px -2px rgba(0,0,0,0.05);*/
	left: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 140px;
	transition: all .2s ease-in;
	right: 0;
	margin: 0 auto;
}

.main-nav > ul .menu .menu-container {
	background: var(--beige01);
	padding: 50px 0;
}

#header.header-fixed.scroll-nav .main-nav > ul .menu {
	top:127px;
}

.main-nav > ul > li:hover .menu {
	max-height: 9999px;
	opacity: 1;
	z-index: 10;
}
.main-nav > ul .menu .inner {
	width: 1200px;
	margin: auto;
	padding: 0 0 30px;
}
.main-nav .toggle-title a {
	display: block;
	font-weight: bold;
}

.main-nav li.toggle {
	transition: all .2s ease-in;
}
.main-nav li.toggle p{
	line-height: 1;
}
.main-nav li.toggle:hover {
	/*background: #e0f1fe;*/
}

.menu-container .inner-box-list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.menu-container .inner-box-list .menu-container{
	gap: 20px;
}
.menu-container .inner-box-list li {
	font-weight: bold;
	margin: 0 0 15px;
	/* width: 185px; */
	width: calc((100% - 80px) / 4 );
}

#header .toggle.house .menu-container .inner-box-list li {
	margin: 0;
	width: calc((100% - 40px) / 3 );
	/* width: calc((100% - 20px) / 2 ); */
	overflow: hidden;
	position: relative;
	/* 20260219追加 */
	height: 280px;
}
#header .toggle.beginner .menu-container .inner-box-list li {
	margin: 0;
	width: calc((100% - 80px) / 5 );
	overflow: hidden;
	position: relative;
}
#header .toggle .menu-container .inner-box-list li a {
	padding: 150px 20px 20px !important;
	position: relative;
}
#header .toggle.house .menu-container .inner-box-list li a {
	padding: 250px 20px 20px !important;
	position: relative;
}
/* #header .toggle.house .menu-container .inner-box-list li:nth-child(1) a{
	background: url(../img/pcnav-house01.jpg) no-repeat center bottom/ cover;
}
#header .toggle.house .menu-container .inner-box-list li:nth-child(2) a{
	background: url(../img/pcnav-house02.jpg) no-repeat center bottom / cover;
}
#header .toggle.house .menu-container .inner-box-list li:nth-child(3) a{
	background: url(../img/pcnav-house03.jpg) no-repeat center center / cover;
} */
/*#header .toggle.house .menu-container .inner-box-list li:nth-child(4) a{
	background: url(../img/pcnav-house04.jpg) no-repeat center center / cover;
}
*/
/* #header .toggle.can .menu-container .inner-box-list li:nth-child(1) a{
	background: url(../img/pcnav-beginner01.jpg) no-repeat center bottom / cover;
} */
#header .toggle.beginner-house .menu-container .inner-box-list li:nth-child(1) a{
	background: url(../img/pcnav-beginner01.jpg) no-repeat center bottom / cover;
}
#header .toggle.beginner-house .menu-container .inner-box-list li:nth-child(2) a{
	background: url(../img/pcnav-beginner05.jpg) no-repeat center bottom / cover;
}
#header .toggle.can .menu-container .inner-box-list li:nth-child(1) a{
	background: url(../img/pcnav-beginner02.jpg) no-repeat center bottom / cover;
}
#header .toggle.can .menu-container .inner-box-list li:nth-child(2) a{
	background: url(../img/pcnav-funding-plan.jpg) no-repeat center bottom / cover;
}
#header .toggle.beginner .menu-container .inner-box-list li:nth-child(1) a{
	background: url(../img/pcnav-concept.jpg) no-repeat center bottom / cover;
}
#header .toggle.beginner .menu-container .inner-box-list li:nth-child(2) a{
	background: url(../img/pcnav-beginner03.jpg) no-repeat center bottom / cover;
}
#header .toggle.beginner .menu-container .inner-box-list li:nth-child(3) a{
	background: url(../img/pcnav-beginner04.jpg) no-repeat center bottom / cover;
}
#header .toggle.beginner .menu-container .inner-box-list li:nth-child(4) a{
	background: url(../img/pcnav-warranty.jpg) no-repeat center bottom / cover;
}
/* #header .toggle.beginner.can .menu-container .inner-box-list li:nth-child(2) a{
	background: url(../img/pcnav-beginner05.jpg) no-repeat center bottom / cover;
} */
#header .toggle.beginner .menu-container .inner-box-list li a{
	padding: 0;
	position: relative;
}
#header .toggle .menu-container .inner-box-list li a::before{
	display: none;
}
#header .toggle .menu-container .inner-box-list li .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.7);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
#header .toggle .menu-container .inner-box-list li:hover .mask {
	opacity:1;
	padding-top:90px;
}
#header .toggle.house .menu-container .inner-box-list li:hover .mask {
	padding-top:100px;
}
#header .toggle .menu-container .inner-box-list li .mask .caption {
	font-family: var(--basefont-en);
	font-size:1.8rem;
	font-weight: 400;
	text-align: 		center;
	color:			#fff;
}

#header .toggle .menu-container .inner-box-list li .mask .caption em {
	font-family: var(--basefont-jp);
	font-size:1.6rem;
	line-height: 1.5;
}

#header .toggle .menu-container .inner-box-list li .mask .caption span {
	font-size:1.8rem;
	padding: 20px 0;
	display: inline-block;
}

#header .toggle .more-btn{
	margin: 50px  auto 0;
	text-align: center;
}
#header .toggle .more-btn a{
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	/*text-align: center;*/
	border: solid 1px #707070;
	margin: 0 auto;
	padding: 0 !important;
}
.menu-container .inner-box-list li p {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

#header .toggle.house .menu-container .inner-box-list li p em {
	font-size: 2.6rem;
	font-family: var(--quicksand);
	font-weight: 700;
}

#header .toggle.house .menu-container .inner-box-list li p span {
	color: var(--gold01);
	font-size: 1.2rem;
	font-weight: 600;
	display: inline-block;
	padding: 4px 10px 2px;
	background: #fff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#header .toggle.house .menu-container .inner-box-list li p .sub-span {
	color: var(--gold02);
}

/*
.menu-container .inner-box-list li p span {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.6rem;
	color: #1569c1;
	display: block;
	padding: 5px 0 0;
}
*/

.menu-container .inner-box-list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #fff;
	box-shadow: 7px 7px 30px -10px rgba(0,0,0,0.1);
}

.menu-container .inner-box-list li a img {
	width: 100%;
	height: 165px;
    overflow: hidden;
	position: relative;
	transition-duration: 0.3s;
}

.menu-container .inner-box-list li a:hover img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.menu-container .inner-box-list li a:hover { 
	color: #1569c1;
	box-shadow: none;
}

@media screen and (max-width: 768px) {
	
	#header .header-area #pc-header {
		display: none;
	}
	#header .header-area .h-logo{
		margin: 0;
		width: 150px;
		position: relative;
        z-index: 1000;

	}
	.header-fixed {
		min-width: 100%;
	}
	
	.header-nofixed {
		min-width:  100%;
	}

	/* スクロールメニュー */
	#header .header-area {
		/*padding: 15px 10px;*/
		padding: 5px 10px;
		min-height: 60px;
		/* border-bottom: solid 1px #D1C7A3; */
		position: relative;
        z-index: 1000;
	}
	#header.header-fixed.scroll-nav .header-area{
		padding: 0 0 0 10px;
	}
	#header .header-area::before{
		position: absolute;
		content: "";
		background-color: #D1C7A3;
		width: 100%;
		height: 1px;
		top: 60px;
		left: 0;
        z-index: 99999;
	}
	/*SPメニューを開いた際に背後のコンテンツ(body)をスクロールできないように固定*/
	body.active {
		overflow: hidden;
	}
	
	/*sub-area*/
	#header .sub-nav-wrap{
		display: none;
	}
	#header .sub-area {
		position: absolute;
		z-index: 9999;
		display: flex;
		right: 0;
		top: 0;
	}

	#header .sub-area .sub-box {
		display: flex;
		justify-content: space-between;
		column-gap: 2px;
		position: relative;
	}
	#header .active .sub-area .sub-box{
		display: none;
	}
	#header .sub-area .sub-box::before{
		position: absolute;
		content: "";
		background-color: #D1C7A3;
		width: 1px;
		height: 40px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#header .sub-area .sub-box li {
		width: 60px;
		height: 60px;
		font-size: 1.2rem;
		text-align: center;
	}

	#header .sub-area .sub-box li.btn-01 {
		width: 93px;
		background-image: url(../img/icon-showroom-blk.svg);
		background-repeat: no-repeat;
		background-size: 20px 18px;
		background-position: top 12px center;
	}

	#header .sub-area .sub-box li.btn-02 {
		background: #ccc;
	}

	#header .sub-area .sub-box li a {
		display: block;
		width: 100%;
		padding: 36px 0 0;
	}

}

/* -----------------------------------------------------------
        com-contact
-------------------------------------------------------------- */

#com-contact {
	background: url(../img/bg-texture-noise.jpg) no-repeat top center / cover;
	/* padding: 90px 0 120px; */
}
#com-contact .contact-area{
	display: flex;
}
#com-contact .contact-area .img-box{
	background: url(../img/img-footer.jpg) center / cover, no-repeat;
    width: 40%;
    height: 500px;
}
#com-contact .contact-area .txt-box{
	width: 60%;
	padding: 90px 0 110px 100px;
}
#com-contact .contact-area .txt-box .catch-l{
	font-family: var(--basefont-jp);
	margin: 20px 0 30px;
}
#com-contact .contact-area .cv-box{
	display: flex;
	align-items: center;
	gap: 30px;
}
#com-contact .contact-area .txt-box .tel{
	font-size: 4.0rem;
	font-family: var(--basefont-jp);
	font-weight: 300;
	line-height: 1;
}
#com-contact .contact-area .txt-box .txt{
	font-family: var(--basefont-jp);
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	margin: 10px 0 0;
}
#com-contact .contact-area .txt-box .txt span {
	display: inline-block;
	padding: 0 10px 0 0;
}
#com-contact .contact-area .cv-btn a{
	display: block;
	width: 300px;
	height: 80px;
	line-height: 80px;
	background-color: var(--cv-color);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	padding: 0px 90px 0px 50px;
	background-image: url(../img/arrow-wht.svg);
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: right 50px center;
}
#com-contact .contact-area .cv-btn a:hover{
	background-color: var(--gold03);
}
@media screen and (max-width: 768px) {
	#com-contact .contact-area{
		flex-wrap: wrap;
	}
	#com-contact .contact-area .img-box{
		width: 100%;
		height: 300px;
	}
	#com-contact .contact-area .txt-box{
		width: 100%;
		padding: 50px 20px;
		text-align: center;
	}
	#com-contact .contact-area .txt-box .catch-l{
		font-size: 2.2rem;
	}
	#com-contact .contact-area .cv-box{
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
}


/* -----------------------------------------------------------
        .footer
-------------------------------------------------------------- */

#footer {
	padding: 100px 0 50px;
	font-family: var(--basefont-jp);
}
#footer .footer-area .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#footer .footer-area .inner .ft-l-area .logo{
	/*width: 254px;*/
	width: 200px;
	margin: 0 0 20px;
}
#footer .footer-area .inner .ft-l-area .logo img{
	width: 100%;
}
#footer .footer-area .inner .ft-l-area .acc{
	width: 120px;
	height: 40px;
	margin: 30px 0 0;
}
#footer .footer-area .inner .ft-l-area .acc a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 33px;
	line-height: 40px;
	border-radius: 20px;
	border: solid 1px #333;
	letter-spacing: -0.05em;
	background-image: url(../img/icon-access-blk.svg);
    background-repeat: no-repeat;
    background-size: 12px 17px;
    background-position: left 18px center;
}
#footer .footer-area .inner .ft-l-area .acc a:hover{
	border: solid 1px var(--gold03);
	color: var(--gold03);
	background-image: url(../img/icon-access-gold.svg);
}
#footer .footer-area .inner .ft-r-area{
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
#footer .footer-area .inner .ft-r-area li a{
	display: block;
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 5px 0;
    color: #333;
}
#footer .footer-area .inner .ft-r-area li a:hover{
	color: var(--gold03);
}
#footer .footer-area .inner .ft-r-area li.sub{
	padding: 0 0 0 20px;
	font-weight: 300;
    position: relative;
}
#footer .footer-area .inner .ft-r-area ul:nth-child(2) li.sub{
	/* font-family: var(--quicksand); */
	/* font-weight: 700; */
}
#footer .footer-area .inner .ft-r-area li.sub::before{
	position: absolute;
    content: "-";
    color: #333;
    top: 10px;
    left: 5px;
}
#footer .footer-area .inner .ft-copy-area{
	width: 100%;
	padding: 150px 0 0;
	display: flex;
    justify-content: space-between;
}
#footer .footer-area .inner .ft-copy-area .ft-copy-r-area p{
	display: inline-block;
	font-size: 1.2rem;
}
#footer .footer-area .inner .ft-copy-area .ft-copy-r-area p:not(:last-of-type){
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: solid 1px #333;
}
#footer .footer-area .inner .ft-copy-area .ft-copy-l-area .copy{
	font-size: 1.2rem;
}
#footer .footer-area .sns-icon {
	position: absolute;
	bottom: 50px;
	display: flex;
	gap:0 10px;
}
#footer .footer-area .sns-icon li a {
	border: #D1C7A3 solid 1px;
	border-radius: 5px;
	font-weight: bold;
	padding: 20px;
	display: block;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#footer .footer-area .sns-icon li.inst a {
	padding: 20px 20px 20px 70px;
	background: url("../img/Instagram_Glyph_Gradient.svg") no-repeat left 20px center / 40px auto;
}
#footer .footer-area .sns-icon li.line a {
	padding:0;
	border: none;
}
#footer .footer-area .sns-icon li a:hover {
	color: #C5940C;
}
@media screen and (max-width: 768px) {
	#footer{
		padding: 50px 20px 85px;
	}
	#footer .footer-area .inner{
		justify-content: center;
	}
	#footer .footer-area .inner .ft-l-area .logo{
		margin: 0 auto 20px;
	}
	#footer .footer-area .inner .ft-l-area{
		text-align: center;
	}
	#footer .footer-area .inner .ft-l-area .acc{
		margin: 20px auto 0;
	}
	#footer .footer-area .inner .ft-r-area{
		display: none;
	}
	#footer .footer-area .inner .ft-copy-area{
		padding: 40px 0 0;
		justify-content: center;
	}
	#footer .footer-area .inner .ft-copy-area .ft-copy-r-area{
		display: none;
	}
	
	#footer .footer-area .sns-icon {
		position: static;
		bottom: auto;
		padding: 40px 0 0;
		display: block;
	}
	
	#footer .footer-area .sns-icon li.line {
		margin: 10px 0 0;
	}

	#footer .footer-area .sns-icon li a:hover {
		color: #333;
	}
	
}

/* -----------------------------------------------------------
      .contact-footer p
-------------------------------------------------------------- */

.contact-footer p {
	font-size: 1.2rem;
	padding: 0 0 20px;
	letter-spacing: normal;
	text-align: center;
}

/* -----------------------------------------------------------
        .pagetitle-area
-------------------------------------------------------------- */

.page-title-area {
	margin: 182px 0 0 0;
	padding: 110px 0;
	position: relative;
	/* background: url(../img/img-pagettl-privacy.jpg) no-repeat center center / cover; */
}
#news .page-title-area {
	background: url(../img/img-pagettl-news.jpg) no-repeat center center / cover;
}
#company .page-title-area {
	background: url(../img/img-pagettl-company.jpg) no-repeat center center / cover;
}
#sitemap .page-title-area {
	background: url(../img/img-pagettl-sitemap.jpg) no-repeat center center / cover;
}
#privacy .page-title-area {
	background: url(../img/img-pagettl-privacy.jpg) no-repeat center center / cover;
}
#features .page-title-area {
	background: url(../img/img-pagettl-features.jpg) no-repeat center center / cover;
}
#custom-home .page-title-area {
	background: url(../img/img-pagettl-custom-home.jpg) no-repeat center center / cover;
}
#beginner .page-title-area {
	background: url(../img/img-pagettl-beginner.jpg) no-repeat center center / cover;
}
#form .page-title-area {
	background: url(../img/img-pagettl-contact.jpg) no-repeat center center / cover;
}
#lineup.lineup-01 .page-title-area {
	background: url("../img/img-pagettl-lineup01.jpg") no-repeat center center / cover;
}
#lineup.lineup-02 .page-title-area {
	/* background: url("../img/img-lineup02.jpg") no-repeat center center / cover; */
	background-color: white;
}
#lineup.lineup-03 .page-title-area {
	/* background: url("../img/img-lineup03.jpg") no-repeat center center / cover; */
}
#law .page-title-area {
	background: url("../img/img-pagettl-law.jpg") no-repeat center center / cover;
}
#equipment .page-title-area {
	background: url("../img/img-pagettl-equipment.jpg") no-repeat center center / cover;
}
#structural-performance .page-title-area {
	background: url("../img/img-pagettl-structural-performance.jpg") no-repeat center center / cover;
}
#after-follow .page-title-area {
	background: url("../img/img-pagettl-after-follow.jpg") no-repeat center center / cover;
}
#voice .page-title-area {
	background: url("../img/img-pagettl-voice.jpg") no-repeat center center / cover;
}
#reform .page-title-area {
	background: url("../img/img-pagettl-reform.jpg") no-repeat center center / cover;
}
#showroom .page-title-area {
	background: url("../img/img-pagettl-showroom.jpg") no-repeat center center / cover;
}
#faq .page-title-area {
	background: url("../img/img-pagettl-faq.jpg") no-repeat center center / cover;
}
/* 20260602追加※画像未対応 */
#concept .page-title-area {
	background: url(../img/img-pagettl-concept.jpg) no-repeat center center / cover;
}
#funding-plan .page-title-area {
  background: url(../img/img-pagettl-funding-plan.jpg) no-repeat center center / cover;
}
#warranty .page-title-area {
  background: url(../img/img-pagettl-warranty.jpg) no-repeat center center / cover;
}
.page-title-area::before{
	position: absolute;
	content: "";
	background-color: rgba(26, 22, 16, 0.4);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.page-title-area.lineup::before{
	position: absolute;
	content: "";
	background-color: white;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.page-title-area .ttl-l{
	padding: 0 50px;
	position: relative;
	color: #fff;
}
.page-title-area.lineup .ttl-l{
	text-align: center;
}
.page-title-area.lineup .ttl-l .en{
	color: var(--main-color);
}
.page-title-area .ttl-l .en{
	color: #fff;
}
#contact .page-title-area {
	margin: 0 0 0 0;
}

#lineup .page-title-area {
	padding: 80px 0;
}

#lineup .page-title-area .jp em {
	font-family: var(--quicksand);
	font-weight: 700;
	letter-spacing: 0.05em;
}

#lineup .page-title-area .ttl-l .jp span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color:#fff;
	background: var(--gold01);
	padding: 4px 10px 2px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#lineup .page-title-area .ttl-l .jp span.sub-span {
	background: var(--gold02);
}

@media screen and (max-width: 768px) {
	.page-title-area{
		margin: 80px 0 0;
		padding: 20px 0;
	}
	
	.page-title-area .ttl-l{
		padding: 0 20px;
	}
	
	.page-title-area .ttl-l .jp {
		font-size: 2.6rem;
	}

	#lineup .page-title-area {
		padding: 10px 0;
	}

}


/* -----------------------------------------------------------
        btn
-------------------------------------------------------------- */
.btn-more {
	font-family: var(--basefont-jp);
	font-weight: 400;
    margin: 30px 0 0;
	display: inline-block;
	position: relative;
}
.btn-more::before{
	position: absolute;
	content: "";
	background-image: url(../img/arrow-blk.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 8px;
	height: 16px;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	transition: all .6s ease;
}
.btn-more:hover::before{
	background-image: url(../img/arrow-gold.svg);
	right: 10px;
	transition: all .6s ease;
}
.btn-more a{
	position: relative;
	display: inline-block;
	text-align: left;
	font-weight: 600;
	width: 220px;
	height: 60px;
	line-height: 1.25;
	background-color: #fff;
	padding: 20px 0 20px 28px;
	transition: all .2s;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
.btn-more.type02 a{
	background: none;
	border: solid 1px #707070;
	transition: all .2s;
}
.btn-more.type02 a:hover{
	border: 1px solid transparent;
	transition: all .2s;
}
.btn-more a::before,
.btn-more a::after{
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 1px solid transparent;
	box-sizing: content-box;
}
.btn-more a:hover {
	color: var(--gold03);
}
.btn-more a:hover::before,
.btn-more a:hover::after {
	width: 100%;
	height: 100%;
}
.btn-more a:hover::before {
border-top-color: var(--gold03);
border-right-color: var(--gold03);
transition: width .3s, height .3s .3s;
}
.btn-more a:hover::after {
border-bottom-color: var(--gold03);
border-left-color: var(--gold03);
transition: height .3s, width .3s .3s;
}


@media screen and (max-width: 768px) {
	.btn-more{
		margin: 20px 0 0;
	}
}

/* -----------------------------------------------------------
        ttl
-------------------------------------------------------------- */

/*共通*/
.en {
	/*color: #a78235;
	font-family: 'Cormorant Garamond', serif;
	font-weight: bold;*/
	font-family: var(--basefont-en);
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: 0em;
	color: var(--main-color-txt);
}

.jp {
	line-height: 1.5;
	font-family: var(--basefont-jp);
	font-weight: 400;
}

/*L*/
.ttl-l .jp {
	font-size: 4.0rem;
	letter-spacing: -0.05em;
}
.ttl-l {
	font-size: 4.0rem;
}

/*M*/
.ttl-m .jp {
	font-size: 3.6rem;
	letter-spacing: -0.05em;
}
.ttl-m {
	font-size: 3.6rem;
}

/*S*/
.ttl-s .jp {
	font-size: 3.0rem;
}
.ttl-s{
	font-size: 3.0rem;
}

/*XS*/
.ttl-xs .jp {
	font-size: 2.0rem;
}
.ttl-xs {
	font-size: 2.0rem;
}

.en-txt{
	font-family: var(--basefont-en);
	font-size: 18.0rem;
	font-weight: 400;
	line-height: 1;
	color: var(--beige02);
	white-space: nowrap;
}

/*下層ページメインサイズ*/
.ttl-lower-m .jp{
	font-size: 2.6rem;
}
.ttl-lower-m .en{
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	
	.en {
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.5;
	}

	/*L*/
	.ttl-l .jp {
		font-size: 3.2rem;
	}
	.ttl-l {
		font-size: 3.2rem;
	}

	/*M*/
	.ttl-m .jp {
		font-size: 2.0rem;
	}
	.ttl-m {
		font-size: 2.0rem;
	}

	/*S*/
	.ttl-s .jp {
		font-size: 1.6rem;
	}
	.ttl-s {
		font-size: 1.6rem;
	}

	.en-txt{
		font-size: 10.0rem;
		font-weight: 500;
	}
}
/* -----------------------------------------------------------
        catch
-------------------------------------------------------------- */
.catch-l{
	font-family: var(--basefont-jp);
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 1.5;
}
.catch-m{
	font-family: var(--basefont-jp);
	font-size: 2.0rem;
	line-height: 1.5;
}
.catch-s{
	font-family: var(--basefont-jp);
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.catch-l{
		font-size: 2.6rem;
		letter-spacing: -0.05em;
	}
}
/* -----------------------------------------------------------
        catch
-------------------------------------------------------------- */

.coming-soon {
	padding: 100px 0;
	text-align: center;
}

.coming-soon .en {
	font-size: 6.0rem;
	opacity: 0.3;
	letter-spacing: 0;
}

.coming-soon h3 {
	font-size: 3.0rem;
	font-weight: bold;
	padding: 50px 0 10px;
}

.coming-soon .txt {
	font-size: 2.0rem;
	line-height: 1.3;
}

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

	.coming-soon {
		padding: 50px 10px;
	}

	.coming-soon .en {
		font-size: 5.0rem;
	}

	.coming-soon h3 {
		font-size: 2.6rem;
		padding: 30px 0 10px;
	}

	.coming-soon .txt {
		font-size: 1.8rem;
		line-height: 1.3;
	}

}

/* -----------------------------------------------------------
        FontAwesome
-------------------------------------------------------------- */

a::after,
a::before,
::after,
::before {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
}

a::after,
a::before{
	display: block;
	position: absolute;
	line-height: 1;
}

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


span.smoothText {
	overflow: hidden;
	display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger{
	transition: .8s ease-in-out;
	transform: translate3d(0,100%,0) skewY(12deg);
	transform-origin: left;
	display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

/* -----------------------------------------------------------
  beginner-area
-------------------------------------------------------------- */
.beginner-area{
	padding: 100px 0;
	border-top: var(--beige02) solid 1px;
}
.beginner-area .inner{
  display: flex;
  justify-content: space-between;
}
.beginner-area .inner .catch-m{
  font-size: 2.4rem;
  font-weight: 600;
  margin: 30px 0 0;
	font-feature-settings: "palt";
}
.beginner-area .inner .link-list{
  width: calc(100% - 336px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.beginner-area .inner .link-list .link-item{
  width: calc((100% - 40px) / 3 );
  position: relative;
}
.beginner-area .inner .link-list .link-item a{
  display: flex;
  align-items: center;
  gap: 10px;
	transition: all .6s ease;
  border: solid 1px #BFBDB3;
  position: relative;
}
.beginner-area .inner .link-list .link-item a::before{
  position: absolute;
  content: "";
  background-image: url(../img/arrow-blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 16px;
  z-index: 1;
  bottom: 20px;
  right: 20px;
	/*transition: all .6s ease;*/
}
.beginner-area .inner .link-list .link-item .img{
	transition: all .4s ease;
	width: 100px;
	height: 118px;
	overflow: hidden;
}
.beginner-area .inner .link-list .link-item a:hover .img{
	width: 130px;
}
.beginner-area .inner .link-list .link-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.beginner-area .inner .link-list .link-item h4{
	font-family: var(--basefont-jp);
	width: calc(100% - 110px);
	font-size: 1.6rem;
	transition: all .6s ease;
}

/* ホバー */
.beginner-area .inner .link-list .link-item a:hover{
  border: solid 1px var(--gold03);
	transition: all .6s ease;
}
.beginner-area .inner .link-list .link-item a:hover::before{
  background-image: url(../img/arrow-gold.svg);
  right: 10px;
	transition: all .6s ease;
}
.beginner-area .inner .link-list .link-item a:hover .ttl-xs{
  color: var(--gold03);
	transition: all .6s ease;
}
.beginner-area .inner .link-list .link-item a:hover img{
/*
  transform: scale(1.1);
	transition: all .6s ease;
*/
}
@media screen and (max-width: 768px) {
  .beginner-area{
    padding: 40px 20px 50px;
  }
  .beginner-area .inner {
    flex-wrap: wrap;
  }
  .beginner-area .inner .ttl-m .jp{
    font-size: 3.0rem;
    font-weight: 400;
  }
  .beginner-area .inner .catch-m{
    font-weight: 400;
    margin: 15px 0 0;
  }
  .beginner-area .inner .link-list{
    width: 100%;
    gap: 10px;
    margin: 20px 0 0;
  }
  .beginner-area .inner .link-list .link-item{
    width: calc((100% - 10px) / 2 );
  }
  .beginner-area .inner .link-list .link-item a{
    display: block;
  }
  .beginner-area .inner .link-list .link-item .img{
    width: 100%;
    height: 88px;
  }
	.beginner-area .inner .link-list .link-item a:hover .img{
		width: 100%;
		height: 88px;
	}
  .beginner-area .inner .link-list .link-item img{
    width: 100%;
    object-fit: cover;
  }
  .beginner-area .inner .link-list .link-item h4{
    width: 100%;
    padding: 15px 10px;
	  font-feature-settings: "palt";
  }
	.beginner-area .inner .link-list .link-item a::before {
		right: 10px;
	}
}

/* -----------------------------------------------------------
  beginner-area
-------------------------------------------------------------- */
.freedesign-area{
	position: relative;
}
.freedesign-area .inner .en-txt{
  position: absolute;
  left: 0;
  top: -140px;
  z-index: -1;
}
.freedesign-area .lineup-list{
  display: flex;
	justify-content: space-between;
  gap: 20px;
  margin: 180px 0 0;
}
.freedesign-area .lineup-list .lineup-item{
  width: calc((100% - 40px) / 2) ;
  position: relative;
}
.freedesign-area .lineup-list .lineup-item a{
  display: block;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(114,97,69,0.1);
	transition: all .6s ease;
  border: solid 1px #fff;
  position: relative;
  overflow: hidden;
}

.freedesign-area .lineup-list .lineup-item a::before{
  position: absolute;
  content: "";
  background-image: url(../img/arrow-blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 16px;
  z-index: 1;
  bottom: 20px;
  right: 20px;
	transition: all .6s ease;
}
.freedesign-area .lineup-list .lineup-item .img{
  overflow: hidden;
  height: 350px;
}
.freedesign-area .lineup-list .lineup-item img{
  width: 100%;
	transition: all .6s ease;
}
.freedesign-area .lineup-list .lineup-item .txt-box{
  padding: 30px 20px 40px;
}

.freedesign-area .lineup-list .lineup-item .txt-box .catch-m{
	font-weight: 600;
    font-size: 2.1rem;
	color: var(--gold02);
}

.freedesign-area .lineup-list .lineup-item .txt-box .ttl-s{
	/*font-family: var(--basefont-en);*/
	font-family: var(--quicksand);
	font-weight: 700;
	color: var(--gold02);
	line-height: 1.2;
	margin: 0 0 10px;
	transition: all .6s ease;
}

.freedesign-area .lineup-list .lineup-item .txt-box .txt {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	background:#fff;
	color: var(--gold01);
	padding: 4px 10px 2px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.freedesign-area .lineup-list .lineup-item .txt-box .txt.sub-span {
	color: var(--gold02);
}

/* ホバー */
.freedesign-area .lineup-list .lineup-item a:hover{
  box-shadow: none;
  border: solid 1px var(--gold03);
	transition: all .6s ease;
}
.freedesign-area .lineup-list .lineup-item a:hover .txt-box .ttl-s{
  color: var(--gold03);
	transition: all .6s ease;
}
.freedesign-area .lineup-list .lineup-item a:hover::before{
  background-image: url(../img/arrow-gold.svg);
  right: 10px;
	transition: all .6s ease;
}
/*
.freedesign-area .lineup-list .lineup-item a:hover img{
  transform: scale(1.1);
	transition: all .6s ease;
}
*/

@media screen and (max-width: 768px) {
	
  /* .freedesign-area .inner .en-txt{
    bottom: 240px;
    z-index: 0;
  } */
  .freedesign-area .inner .en-txt{
    top: -30px;
    z-index: 0;
  }

  .freedesign-area .lineup-list{
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0 0 0;
    gap: 10px;
  }
  .freedesign-area .lineup-list .lineup-item{
		width: 100%;
		margin: 0 0 10px!important;
  }
  .freedesign-area .lineup-list .lineup-item a::before{
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
  }
  .freedesign-area .lineup-list .lineup-item a{
    display: flex;
	  align-items: center;
    border: none;
  }
  .freedesign-area .lineup-list .lineup-item .img{
    width: 130px;
    height: 130px;
  }
  .freedesign-area .lineup-list .lineup-item img{
    aspect-ratio: 1;
	  object-fit: cover;
  }
  .freedesign-area .lineup-list .lineup-item .txt-box{
    padding: 0 15px;
    width: calc(100% - 150px);
  }
  .freedesign-area .lineup-list .lineup-item .txt-box .ttl-s{
    font-size: 3rem;
    margin: 0;
  }
  .freedesign-area .lineup-list .lineup-item .txt-box .txt {
	  position: static;
  }
	
	.freedesign-area .lineup-list .lineup-item .txt-box .txt {
		color:#fff!important;
		background: var(--gold01);
		margin: 0 0 5px;
		font-size: 1.2rem;
	}

	.freedesign-area .lineup-list .lineup-item .txt-box .txt.sub-span {
		background: var(--gold02);
	}
	
	/* ホバー */
	.freedesign-area .lineup-list .lineup-item a:hover{
		border: none;
	}
	
}
/* -----------------------------------------------------------
  beginner-area 追加バナー20250801　品部追加
-------------------------------------------------------------- */
.img-houpark {
	width: 270px;
	height: 338px;
}
.banner-flex {
	display: flex;
	justify-content: center;
	gap:40px;
}
.banner_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.banner_pc {
		display: none;
	}
	.banner_sp {
		display: block;
	}
	.banner-flex {
		display: block;
	}
}

@media screen and (max-width: 768px) {
  .freedesign-area .lineup-list .lineup-item .img.logo {
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    display: block !important;
  }

  .freedesign-area .lineup-list .lineup-item .img.logo img {
	width: auto !important;
    max-width: 180% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    padding-left: 20px;
  }
}

/* 20260203追加 line-up-new.php */
.freedesign-area .lineup-list .lineup-item.new .img {
  overflow: hidden;
  height: auto;
}
.freedesign-area .lineup-list .lineup-item .logo {
	height: 90px!important;
	overflow: hidden;
	text-align: center;
	/* margin: 20px 0 0; */
}
.freedesign-area .lineup-list .lineup-item .logo img {
	margin: 0 auto;
	width: 53%;
	text-align: center;
}
.freedesign-area .lineup-list .lineup-item .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.freedesign-area .lineup-list .lineup-item .txt-box {
  padding: 0 20px 40px;
}

.ttl-l.logo img {
  width: 130px;
}

@media screen and (max-width: 768px) {
	.ttl-l.logo img {
		padding-left: 0;
	}
	
	.freedesign-area .lineup-list .lineup-item .logo {
		margin: 0 0 0;
	}
	
}

/* TOP5つの強みロゴ */
.about5-logo {
	display: inline-block;
	width: 70px;
}
/* ヘッダー「menu-container」内　ラインナップのロゴ */
.header-logo {
	width: 120px!important;
}

.menu-container .inner-box-list .header-logo {
	height: auto;
}
.menu-container .inner-box-list .header-logo::before {
	height: auto;
}

.menu-container .logo-wrap {
	position: absolute;
	display: block;
	padding: 10px;
	background: #fff;
	width: auto;
	bottom: 10px;
	left: 10px;
}

.header-logo {
	display: block;
	position: relative;
	z-index: 1;
	max-width: 100%;
	height: auto;
}


/* Lineupページ */
@media screen and (max-width: 768px){
	
	.page-title-area.lineup p img{
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
}

/* ２０２６０５０８　新Lineupページ */
.plan-compare {
  padding: 100px 0;
  /* background: #f8f8f8; */
}

.plan-compare .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.plan-card {
  background: #fff;
  padding: 25px;
  border: 1px solid #ddd;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.plan-label {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 15px;
  letter-spacing: 0.08em;
}

.plan-image img {
  width: 100%;
  height: auto;
  display: block;
}

.plan-card h3 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin: 25px 0 20px;
  padding: 15px;
  border: 1px solid #333;
}

.lead {
  font-size: 1.4rem;
  line-height: 2;
  min-height: 40px;
  margin-bottom: 30px;
}

.arrow {
  text-align: center;
  font-size: 3rem;
  color: var(--main-color);
  margin-bottom: 25px;
}

.spec-list dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-decoration: underline;
}

.spec-list dd {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
  border-bottom: 1px dashed #ddd;
  padding: 4px 0;
}

.spec-list .accent {
  color: #d70000;
  font-weight: bold;
}

/* SP */
@media screen and (max-width: 768px) {
  .compare-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .plan-card h3 {
    font-size: 1.8rem;
  }

  .lead,
  .spec-list dd {
    font-size: 1.3rem;
  }
}

.lineup-item .txt-box p {
	padding-top: 10px;
}
.lineup-area  .zero-emi {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 1.9rem;
  color: var(--gold03);
  position: relative;
  display: inline-block;
  padding: 0 90px 0 0;
  margin: 8px 0 0;
}

.lineup-area  .txt {
  line-height: 1.5;
  padding-top: 8px;
}

.lineup-item .txt-box .zero-emi {
  font-family: var(--quicksand);
  font-weight: 700;
  font-size: 1.rem;
  color: var(--gold03);
  position: relative;
}

@media screen and (max-width: 768px) {
	 .freedesign-area .lineup-list .lineup-item img {
    aspect-ratio: auto;
	 }
}
/* 住宅性能 */
@media screen and (max-width: 768px) {
.high-performance-area .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.high-performance-list {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.scroll-area {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
}
/* 20260615資金計画 */
.funding-plan-area  .first_cost_subtit {
  background: url("../img/features-bg.png") rgb(246, 246, 244);
  padding: 80px 0px;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: var(--basefont-jp);
  color: var(--gold02);
  line-height: 2;
}
.funding-plan-area {
    text-align: left;
    /* padding: 50px 0; */
  }
.funding-plan-area .top-area {
    padding: 30px 20px;
    text-align: center;
  }
.funding-plan-area p {
	line-height: 2.25;
}

.funding-worries{
display:flex;
justify-content:center;
gap:24px;
margin:40px 0;
flex-wrap:wrap;
}

.worry-note{
  position: relative;
  width: 290px;
  min-height: 120px;
  padding: 15px;
  background: #f8f5ed;
  /* border-radius: 4px; */
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  min-height: 90px;
}

/* 付箋の折れ */
.worry-note::after{
content:"";

position:absolute;
right:0;
bottom:0;

width:22px;
height:22px;

background:
linear-gradient(
-45deg,
#e5d7a7 50%,
transparent 50%
);
}
.funding-plan-area .p_spec_txtArea {
	padding: 50px 0 !important;
}
 .funding-plan-area .p_spec_flex {
    padding: 0 0 100px;
	text-align: center;
  }
@media screen and (max-width: 768px) {
.funding-plan-area .p_spec_flex {
	padding: 0 20px 50px;
}
.funding-worries {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.funding-plan-area p:first-child {
    padding: 0;
  }
.funding-plan-area p {
  line-height: 1.8;
  text-align: left;
  padding: 0 0 10px 0;
}
.worry-note {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  min-height: 40px;
  text-align: left;
}
.funding-plan-area .p_spec_img img {
	width: 500px!important;
}
.funding-plan-area .hosho_block_first .spec_txt:last-child {
  margin-bottom: 0;
}
.funding-plan-area  .hosho_block_first .p_spec_txtArea {
  width: 100%;
}
.funding-plan-area .p_spec_txtArea {
	padding: 50px 0 20px !important;
}
.funding-plan-area .first_cost_subtit {
  background: #F6F6F4 url("../img/features-bg.png");
  padding: 30px 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--basefont-jp);
  color: var(--gold02);
  line-height: 1.4;
  padding: 30px 20px;
  font-size: 2.6rem;
}
}
/* link-area */
.link-area {
	position: relative;
	padding: 100px 0;
}

.link-area::before {
	content: "";
	width: 100%;
	background: #F6F6F4;
	height: 500px;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.link-area .txt {
	font-size: 3.0rem;
	font-weight: 400;
	font-family: var(--basefont-jp);
	color: var(--gold02);
	line-height: 1.5;
	text-align: center;
}

.link-area ul {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
}

.link-area ul li {
	width: 580px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin: 30px 0 0;
}

.link-area ul li.free {
	background: url("../img/link-free.jpg");
}

.link-area ul li.beginner {
	background: url("../img/link-beginner.jpg");
}

.link-area ul li a {
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
}

.link-area ul li a:hover::before {
	opacity: 0.9;
}

.link-area ul li a::before {
	content: "";
	width: 100%;
	height: 170px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	opacity: 0.7;
	/*! position: absolute; */
	bottom: 0;
}

.link-area ul li a .ttl-m {
	padding: 0 50px 0 0;
	display: block;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 2;
	transition: 0.5s;
	background: url("../img/arrow-wht.svg") no-repeat right 20px top 20px / auto 16px;
}

.link-area ul li a:hover .ttl-m {
	background: url("../img/arrow-wht.svg") no-repeat right 0 top 20px / auto 16px;
}

.link-area ul li a .ttl-m .jp , 
.link-area ul li a .ttl-m .en {
	color: #fff;
}

@media screen and (max-width: 768px) {
.link-area::before {
    height: 300px;
  }
.link-area {
    padding: 50px 20px;
  }
    .link-area ul li a::before {
    height: 85px;
  }

.link-area ul li a {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
}
.link-area ul li a .ttl-m {
    padding: 0 0 0 20px;
    left: 0;
    bottom: 20px;
    width: 100%;
    background-position: right 20px top 10px;
  }
    .link-area ul li {
    width: 100%;
    height: 200px;
    margin: 20px 0 0;
  }
.ttl-m .jp {
    font-size: 2.0rem;
  }
  .ttl-m {
    font-size: 2.0rem;
  }
  .link-area .txt {
    font-size: 2.4rem;
  }
  .concept-features-area .features-02 .sp-display-b {
    width: 100%;
}
.link-area ul {
  display: block;
}
}