/* CSS Document */

@charset "UTF-8";

@import url('reset.css');
@import url('menu.css');

@import url('https://use.fontawesome.com/releases/v6.3.0/css/all.css');
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');

/*----------------------------------------------------------------------
変数定義
-----------------------------------------------------------------------*/
:root {
	--primary-text-color: #434343;
	--link-hover-color: #D1725D;
	--primary-theme-color: #D1725D;
	--secondary-theme-color: #40414A;
}

/*----------------------------------------------------------------------
フォント
-----------------------------------------------------------------------*/
@font-face {
	font-family: "MOBO";
	src: url("https://bauhaus-design.co.jp/dist/fonts/MOBO-Font11/MOBO-Bold.otf") format("opentype");
	font-weight: 800;
}

@font-face {
	font-family: "MOBO";
	src: url("https://bauhaus-design.co.jp/dist/fonts/MOBO-Font11/MOBO-SemiBold.otf") format("opentype");
	font-weight: 600;
}

@font-face {
	font-family: "MOBO";
	src: url("https://bauhaus-design.co.jp/dist/fonts/MOBO-Font11/MOBO-Regular.otf") format("opentype");
	font-weight: 400;
}

/*----------------------------------------------------------------------
全体
-----------------------------------------------------------------------*/
body {
	background-color: #F9FAFA;
	font-family: "MOBO", sans-serif;
	letter-spacing: 0.08em;
	color: var(--primary-text-color);
}

strong {
	font-weight: 600;
}

hr {
	height: 1px;
	margin: 30px 80px 12px;
	padding: 0;
	border: 0;
	background: #BBB;
}
@media screen and (max-width: 1160px) {
	hr {
		margin: 30px 20px 12px;
	}
}

img {
	max-width: 100%;
}

a {
	display: inline-block;
}

p a {
	display: inline;
}

a:hover img {
	filter: brightness(112%);
	opacity: 0.88;
	transition: 0.4s;
}

.bottom {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 736px) {
	._100 {
		width: calc(100% + 40px);
		max-width: none;
		margin-left: -20px;
	}
}

/*----------------------------------------------------------------------
フェードイン
-----------------------------------------------------------------------*/
.fadein {
	opacity : 0;
	transform: translateX(-28px);
	transition: 1.26s;
}

/*----------------------------------------------------------------------
リンク
-----------------------------------------------------------------------*/
a:link, a:visited {
	color: var(--primary-text-color);
}

#main-top a:hover, main a:hover {
	color: var(--link-hover-color);
}

a.external-link {
	margin-right: 0.5rem;
}
a.external-link::after {
	display: inline-block;
	content: "\f35d";
	margin-left: 2px;
	font-family: "Line Awesome Free";
	font-size: 1.25rem;
	font-weight: 900;
	color: var(--primary-text-color);
	text-decoration: none;
	vertical-align: -2px;
}

/*----------------------------------------------------------------------
リンクボタン
-----------------------------------------------------------------------*/
a.link-button {
	display: table;
	position: relative;
	max-width: 80vw;
	margin: 3.5rem auto 0;
	font-weight: 600;
	text-decoration: none;
	z-index: 2;
}

a.link-button .circle {
	transition: all .25s cubic-bezier(.65,0,.076,1);
	position: absolute;
	top: 52%;
	left: 0;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: var(--secondary-theme-color);
	color: #FFF;
	border-radius: 1.625rem;
	z-index: -1;
	transform: translateY(-50%);
}
a.link-button .circle::after {
	transition: all .25s cubic-bezier(.65,0,.076,1);
	position: absolute;
	top: 52%;
	left: 1.25rem;
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1.125rem;
	font-weight: 600;
	transform: translateY(-50%);
}
a.link-button:hover .circle::after {
	transition: all .25s cubic-bezier(.65,0,.076,1);
	left: 1.75rem;
	content: "\f061";
}

a.link-button:hover .circle {
	width: 100%;
}

a.link-button .button-text {
	transition: all .25s cubic-bezier(.65,0,.076,1);
	display: flex;
	flex-direction: column;
	place-content: center;
	height: 3rem;
	padding: 0 2.125rem 0 0;
	margin-left: 4rem;
	line-height: 1.4;
}
a.link-button:hover .button-text {
	color: #FFF;
}

/*----------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 84px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 100;
}

header > div {
	display: grid;
	place-items: center;
	position: relative;
	height: 100%;
}

header > div > a.logo {
	position: absolute;
	top: 50%;
	width: 300px;
	max-width: 56%;
	transform: translateY(-60%);
}

header > div > a.logo img {
	width: 100%;
}

.scroll-pup {
	z-index: 100;
}

@media screen and (max-width: 736px) {
	header {
		height: 66px;
	}
}

/*----------------------------------------------------------------------
アンカーリンク調整
-----------------------------------------------------------------------*/
html, body {
	scroll-padding-top: 84px;
}

@media screen and (max-width: 736px) {
	html, body {
		scroll-padding-top: 66px;
	}
}

/*----------------------------------------------------------------------
main-top
-----------------------------------------------------------------------*/
#main-top {
	position: relative;
	width: 100%;
	height: 640px;
	margin-top: 84px;
}

#main-top > picture {
	width: 100%;
	height: 100%;
}

#main-top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 736px) {
	#main-top {
		height: 62vh;
		margin-top: 66px;
	}
}

/*----------------------------------------------------------------------
カテゴリー表記
-----------------------------------------------------------------------*/
#main-top::before, #main-top::after {
	position: absolute;
	bottom: calc(13% + 1.75rem);
	right: 5%;
	font-weight: 800;
	font-size: 2.5rem;
	letter-spacing: 0.12em;
	color: #FFF;
	white-space: pre;
	text-align: right;
	direction: rtl;
	z-index: 3 !important;
}

#main-top::after {
	bottom: 13%;
	margin-right: 3px;
	font-size: 0.75rem;
	font-weight: 600;
}

#main-top.brand::before {
	content: "BAUHAUS DESIGN \A BRAND";
}
#main-top.brand::after {
	content: "豊かさという価値";
}

#main-top.concept::before {
	content: "ARCHITECTURAL \A CONCEPTION";
}
#main-top.concept::after {
	content: "Bauhaus Designの住まいづくり";
}

#main-top.works::before {
	content: "ARCHITECTURAL \A _CACES";
}
#main-top.works::after {
	content: "建築事例";
}

#main-top.design-ex::before {
	content: "PERSPECTIVES \A on WORKS";
}
#main-top.design-ex::after {
	content: "設計事例";
}

#main-top.consultation::before {
	content: "CONSULTATION \A / STUDY MEETUP";
}
#main-top.consultation::after {
	content: "セミナー・個別相談";
}

#main-top.events::before {
	content: "VIEWING / EVENTS";
}
#main-top.events::after {
	content: "実棟見学会・イベント";
}

#main-top.modelhouse::before {
	content: "Bauhaus Design \A Flagship Model";
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
}
#main-top.modelhouse::after {
	content: "都筑モデルハウス";
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
}

#main-top.comfort-model::before {
	content: "Comfort plus \A Solar Model";
}
#main-top.comfort-model::after {
	content: "コンフォートグレード・モデルハウス";
}

#main-top.renov-model::before {
	content: "44base \A Renovation Model";
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
}
#main-top.renov-model::after {
	content: "性能向上リノベーション・モデルハウス";
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
}

#main-top.model-ind::before {
	content: "Bauhaus Design \A Modelhouse";
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
}
#main-top.model-ind::after {
	content: "Bauhaus Design モデルハウス";
}

#main-top.about::before {
	content: "ABOUT US";
}
#main-top.about::after {
	content: "Bauhaus Designについて";
}

#main-top.statement::before {
	content: "MISSION STATEMENT";
}
#main-top.statement::after {
	content: "豊かに暮らすための家づくり";
}

#main-top.info::before {
	content: "INFORMATION";
}
#main-top.info::after {
	content: "お知らせ";
}

#main-top.gallery::before {
	content: "PHOTO GALLERY";
}
#main-top.gallery::after {
	content: "フォトギャラリー";
}

#main-top::before {
	z-index: 3 !important;
}

@media screen and (max-width: 736px) {
	#main-top::before {
		font-size: 25px;
	}

	#main-top::after {
		font-size: 15px;
	}
}

/*----------------------------------------------------------------------
パンくずリスト
-----------------------------------------------------------------------*/
#TopicPath {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 100vw;
	margin: 1rem auto 0 200px;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	overflow: hidden;
	z-index: -3;
	gap: 0.3rem;
}

#TopicPath li {
	position: relative;
	padding-right: 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
#TopicPath li:first-of-type {
	padding-left: 3.5rem;
}

@media screen and (min-width: 900px) {
	#TopicPath li:not(:last-child)::before,
	#TopicPath li:not(:last-child)::after {
		position: absolute;
		left: -0.5rem;
		width: 100%;
		height: 50%;
		border-right: 1px solid #B3B3B3;
		content: '';
		z-index: -1;
	}

	#TopicPath li:not(:last-child)::before {
		top: 0;
		transform: skew(45deg);
	}
	#TopicPath li:not(:last-child)::after {
		top: 50%;
		transform: skew(-45deg);
	}
}

#TopicPath li:first-child a::before {
	display: inline-block;
	content: "";
	width: 0.875rem;
	height: 0.875rem;
	margin-right: 0.75rem;
	background-image: url(https://bauhaus-design.co.jp/images/com_img/home-icon.png);
	background-size: contain;
	vertical-align: -2px;
}

#TopicPath li:last-child {
	/* z-index: -2; */
}

#TopicPath li a {
	text-decoration: none;
	padding: 0.5rem 1.5rem;
}
#TopicPath li:not(:has(a)) {
	padding: 0.5rem 2.25rem 0.5rem 1.5rem;
}

#TopicPath li a:hover {
	color: var(--link-hover-color);
}

@media screen and (max-width: 1160px) {
	#TopicPath {
		margin-left: -20px;
	}

	#TopicPath li:first-of-type {
		padding-left: 1rem;
	}
}

@media screen and (max-width: 899px) {
	#TopicPath {
		gap: 0.75rem 0.375rem;
		width: 100%;
		padding: 0px 15px;
		border: none;
		font-size: 0.75rem;
	}

	#TopicPath li {
		padding: 0 !important;
	}
	#TopicPath li a {
		padding: 0;
	}

	#TopicPath li:nth-of-type(n+2)::before {
		content: "\f105";
		margin-right: 0.375rem;
		font-family: "Line Awesome Free";
		font-weight: 900;
	}

	#TopicPath li::before, #TopicPath li::before {
		border: none !important;
	}
}

/*----------------------------------------------------------------------
メイン
-----------------------------------------------------------------------*/
main {
	width: 1160px;
	margin: 0 auto;
}
main article.white-bg {
	background: #FFF;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 60px 0px;
}

main article.white-bg .inner {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

main article:first-of-type, main article+article {
	margin-top: 120px;
}

main article:has(+article.white-bg) {
	padding-bottom: 60px;
}
main article.white-bg+article {
	margin-top: 60px;
}

main p, main ul li {
	font-size: 0.9375rem;
	line-height: 2.1;
	text-align: justify;
}

main p > small {
	display: inline-block;
	line-height: 1.7;
}

main > article > picture {
	display: block;
	text-align: center;
}

main p b {
	font-weight: 600;
}

main address {
	margin-bottom: 1.5rem;
}

main address > p > b {
	font-size: 1.125rem;
}

@media screen and (max-width: 1220px) {
	main:not(.index):not(.brand) {
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 736px) {
	main article:first-of-type {
		margin-top: 72px;
	}

	main article+article {
		margin-top: 100px;
	}
}

/*----------------------------------------------------------------------
見出し
-----------------------------------------------------------------------*/
main h1 {
	position: relative;
	margin-bottom: 2.75rem;
	padding-bottom: 3rem;
	font-size: 2.375rem;
	letter-spacing: 0.09em;
	line-height: 1.5;
	color: #333;
}
main h1::before {
	position: absolute;
	bottom: 0;
	left: 50%;;
	content: "";
	width: 190px;
	max-width: 32%;
	height: 8px;
	background: #E1E1E1;
	transform: translateX(-50%);
}
main h1::after {
	content: attr(data-subtitle);
	display: block;
	margin-top: 1.5rem;
	font-size: 0.75rem;
	font-weight: 200;
	letter-spacing: 0.08em;
	color: #333;
}

main h1 > small {
	display: block;
	font-size: 0.6em;
	vertical-align: bottom;
}

main > article h2 {
	padding: 3rem 0 0 1.25rem;
	border-left: 1px solid #333;
	font-size: 1.75rem;
	letter-spacing: 0.13em;
	line-height: 1.6;
	color: #333;
}

main > article h3 {
	margin: 1.75em 0em 0.125em;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
}

/*----------------------------------------------------------------------
間隔
-----------------------------------------------------------------------*/
main > article h2+p, main > article h2+ul {
	margin-top: 3.125rem;
}
main > article h2+picture, main > article h2+img {
	margin-top: 3rem;
}

main p+p {
	margin-top: 1.75rem;
}

main p+img, main p+picture, main p+ul, main img+p {
	margin-top: 1.625rem;
}

main picture+p {
	margin-top: 1.25rem;
}

main h3+ul, main h3+ol, main h3+p {
	margin-top: 0.5rem;
}

/*----------------------------------------------------------------------
中央寄せ
-----------------------------------------------------------------------*/
@media screen and (min-width: 960px) {
	main > article > p, main > article > div.inner > p, main p.tagline,
	main > article > ul, main > article > ol, main > article > address, main > article > iframe {
		padding: 0px 80px;
	}

	main > article > h3.button, div.accordion {
		margin-left: 80px;
		margin-right: 80px;
	}

	main > article > h3 {
		padding: 0px 50px;
	}
}

/*----------------------------------------------------------------------
spサイズ・間隔調整
-----------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	main h1 {
		margin-bottom: 2rem;
		font-size: 25px;
		line-height: 1.4;
	}

	main > article h2 {
		padding-top: 2rem;
		font-size: 22px;
		line-height: 1.4;
	}

	main > article h3 {
		font-size: 18px;
	}

	main p {
		line-height: 1.9;
	}

	main > article h2+p {
		margin-top: 2rem;
	}
}

/*----------------------------------------------------------------------
リスト
-----------------------------------------------------------------------*/
ul.disc, ul.square, ol.number {
	margin-bottom: 1em;
	line-height: 1.8em;
}

ul.disc li, ul.square li {
	margin-left: 0.9375rem;
	text-indent: -1.05em;
}

ul.disc li::before, ul.square li::before {
	color: #A69B9B;
	vertical-align: 1px;
}

ul.disc li::before {
	content: "\025cf";
	margin-right: 0.3125em;
	font-size: 0.6875em;
}
ul.square li::before {
	content: "\025a0";
	margin-right: 0.3125em;
	font-size: 0.75em;
}

ol.number li {
	list-style-position: inside;
}

ul.gray-bg {
	display: inline-block;
	padding: 13px 23px !important;
}

ul.gray-bg {
	background-color: #F3F3F3;
}

@media screen and (min-width: 1200px) {
	ul.gray-bg {
		margin-left: calc((1100px - 100%) / -1 + 20px);
	}
}

/*----------------------------------------------------------------------
強調・装飾
-----------------------------------------------------------------------*/
main article mark {
	background: linear-gradient(transparent 70%, #F1BE73 70%);
	font-weight: 600;
}

main article h2 > mark, main article h3 > mark {
	font-weight: 800;
}

.gray {
	color: #AAA4A4;
}

/*----------------------------------------------------------------------
カル－セルリンク
-----------------------------------------------------------------------*/
.carousell a {
	padding-bottom: 50px;
	text-align: right;
}

.carousell a > span {
	margin: 6px 50px 0px 0px;
}

.carousell a > span > small {
	display: block;
	text-align: left;
}

@media screen and (max-width: 736px) {
	.carousell {
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		margin-top: 80px;
	}
}

.carousell a > span {
	display: inline-block;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: right;
	z-index: 2;
}

.carousell a > span::before {
	content: "";
	position: absolute;
	top: -25px;
	right: -20px;
	width: 100px;
	height: 100px;
	background: rgba(183, 190, 191, 0.2);
	border-radius: 50%;
	z-index: -1;
}
.carousell a > span::after {
	display: block;
	content: "\f101";
	position: absolute;
	top: 25px;
	right: 23px;
	font-family: "Line Awesome Free","Line Awesome Brands";
	font-size: 18px;
	font-weight: 700;
}

.carousell a:hover {
	color: #D38864;
}

.carousell a:hover > span::before {
	background: rgba(242, 242, 242, 0.4);
	transition: cubic-bezier(.18, .89, .32, 1.28) 0.8s;
}

/*----------------------------------------------------------------------
フッター
-----------------------------------------------------------------------*/
footer {
	width: 100%;
	margin-top: 100px;
	background: var(--secondary-theme-color);
}

#footer-top {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	place-items: center;
	padding: 80px 20px 20px;
}

#footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 6px 20px;
	padding: 8px 20px;
	color: #FFF;
}

#footer-bottom > p {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

#footer-bottom address {
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	letter-spacing: 0.04em;
}

#footer-bottom address+p {
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	letter-spacing: 0.04em;
}

#footer-bottom > div {
	padding-top: 3px;
}

#footer-bottom > img {
	padding-top: 3px;
}

#footer-bottom > ul {
	display: flex;
	justify-content: center;
	place-items: center;
	gap: 30px;
	margin-left: 50px;
	padding-top: 1px;
	font-size: 20px;
}

#footer-bottom > ul > li > a {
	display: flex;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 736px) {
	footer {
		margin-top: 80px;
	}

	#footer-top {
		padding-top: 60px;
	}
}

p.copyright {
	padding-right: 160px;
	background: #FFF;
	font-size: 0.875rem;
	line-height: 2;
	text-align: right;
}
@media screen and (max-width: 900px) {
	p.copyright {
		padding-right: 0;
		text-align: center;
	}
}

/*----------------------------------------------------------------------
pagetop
-----------------------------------------------------------------------*/
#page-top {
	z-index: 5;
	position: fixed;
	right: 50px;
}

#page-top a {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--primary-text-color);
	border-radius: 50%;
	font-size: 1.375rem;
	color: var(--primary-text-color);
	text-decoration: none;
}

#page-top a > i {
	margin-top: 0.25rem;
	border-top: 1px solid var(--primary-text-color);
	line-height: 0.9;
}

@media screen and (max-width: 1100px) {
	#page-top {
		right: 3vw;
	}
}

/*----------------------------------------------------------------------
フッターバナー
-----------------------------------------------------------------------*/
footer {
	margin-bottom: 96.55px;
}

#footer-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 1rem 0rem;
	background-color: rgba(202, 202, 202, 0.35);
	font-weight: 600;
}

#footer-banner p, #footer-banner ul {
	width: 1100px;
	margin: 0 auto;
}

#footer-banner p strong {
	margin-right: 0.75rem;
	font-size: 1.125rem;
}

#footer-banner ul {
	display: flex;
	justify-content: space-between;
	margin-top: 0.375rem;
}

#footer-banner ul li {
	width: calc(96% / 4);
	background-color: rgba(185, 135, 132, 0.95);
}

#footer-banner ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0.625rem 1rem;
	font-size: 0.75rem;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
#footer-banner ul li:hover {
	background-color: #F6F6F6;
	transition: 0.2s;
}

#footer-banner ul li:hover a {
	color: var(--link-hover-color);
}

#footer-banner ul li a span {
	display: flex;
	position: relative;
}
#footer-banner ul li a span::before {
	position: absolute;
	top: 0;
	left: -2.5rem;
	content: "";
	width: 22px;
	height: 8px;
	margin-top: 5px;
	border-bottom: solid 1px;
	border-right: solid 2px;
	transform: skew(45deg);
}

@media screen and (max-width: 1100px) and (min-width: 736px) {
	#footer-banner {
		height: auto;
	}

	#footer-banner p, #footer-banner ul {
		width: 94%;
	}

	#footer-banner ul li a span > b {
		display: none;
	}
	#footer-banner ul li a span > b:first-of-type {
		display: inline;
	}
}

@media screen and (max-width: 930px) {
	#footer-banner ul li a span::before {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	#footer-banner {
		height: auto;
		padding: 0;
		background-color: transparent;
	}

	#footer-banner p {
		display: none;
	}

	#footer-banner ul {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}

	#footer-banner ul li {
		width: calc(100% / 4);
		border-radius: 0;
		background-color: rgba(189, 108, 89, 0.82);
	}
	#footer-banner ul li:nth-child(even) {
		background-color: rgba(201, 151, 139, 0.82);
	}

	#footer-banner ul li a {
		padding: 0.66em 0.33em;
	}

	#footer-banner ul li a span > b {
		display: none;
	}
}

/*----------------------------------------------------------------------
レスポンシブ
-----------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	main > article p br:not(.all) {
		display: none;
	}
}

@media screen and (min-width: 736px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	.pc {
		display: none;
	}

	br.sp {
		display: block !important;
	}
}
