<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ***************************************************************************************************
	COMMON
*************************************************************************************************** */

/* ----------------------------------------------------------------------------
	siteGridParent | 余白必要なページは個別に設定
---------------------------------------------------------------------------- */
	.siteGridParent {
		padding-top: var(--site-headerWrap-height);
	}
@media screen and (max-width: 1340px) { /*{TBl}*/
	.siteGridParent {
		padding-top: var(--site-header-height);
	}
}


/* breadcrumbWrap
------------------------------------------------------------------------ */
	.mainRoleHeaderVisualWrap:not([data-height]) .breadcrumbBox {
		color: #fff;
		background: #4f565e;
	}
/*	.breadcrumbWrap {
		background: #4f565e;
		padding-top: var(--site-headerWrap-height);
	}
	.breadcrumbBox {
		top: var(--site-headerWrap-height);
	}
@media screen and (max-width: 1340px) {
	.breadcrumbWrap {
		padding-top: var(--site-header-height);
	}
	.breadcrumbBox {
		top: var(--site-header-height);
	}
}*/



/* ---------------------------------
	Text Base
--------------------------------- */
@media screen and (max-width: 520px) { /*{SPs}*/
	.siteWrap,
	.fontSizeReset {
		--M-fluidFontSize-max-fontsize: 13.25;
		--M-fluidFontSize-min-fontsize: 12;
		--M-fluidFontSize-max-viewport: 520;
		--M-fluidFontSize-min-viewport: 320;
		min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */
		font-size: clamp(
			calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
			calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
			calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
		);
		/*font-size:1.325rem;*/
	}
}



/* ----------------------------------------------------------------------------- 
	余白上下調整用
============================================================================ */
	:root {
		--sentens-marpad-XXL:	150px;
		--sentens-marpad-XL:	120px;
		--sentens-marpad-L:		100px;
		--sentens-marpad-M:		80px;
		--sentens-marpad-S:		60px;
		--sentens-marpad-XS:	50px;
		--sentens-marpad-XXS:	30px;
	}
@media screen and (max-width: 1340px) {
	:root {
		--sentens-marpad-XXL:	140px;
		--sentens-marpad-XL:	110px;
		--sentens-marpad-L:		90px;
		--sentens-marpad-M:		70px;
		--sentens-marpad-S:		50px;
		--sentens-marpad-XS:	40px;
		--sentens-marpad-XXS:	20px;
	}
}

@media screen and (max-width: 980px) {
	:root {
		--sentens-marpad-XXL:	120px;
		--sentens-marpad-XL:	100px;
		--sentens-marpad-L:		80px;
		--sentens-marpad-M:		60px;
		--sentens-marpad-S:		40px;
		--sentens-marpad-XS:	30px;
		--sentens-marpad-XXS:	20px;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--sentens-marpad-XXL:	100px;
		--sentens-marpad-XL:	90px;
		--sentens-marpad-L:		70px;
		--sentens-marpad-M:		60px;
		--sentens-marpad-S:		40px;
		--sentens-marpad-XS:	30px;
		--sentens-marpad-XXS:	20px;
	}
}
@media screen and (max-width: 520px) {
	:root {
		--sentens-marpad-XXL:	90px;
		--sentens-marpad-XL:	80px;
		--sentens-marpad-L:		60px;
		--sentens-marpad-M:		50px;
		--sentens-marpad-S:		40px;
		--sentens-marpad-XS:	30px;
		--sentens-marpad-XXS:	20px;
	}
}

.sentensTopXXL {margin-top:  var(--sentens-marpad-XXL);}
.sentensTopXL  {margin-top:  var(--sentens-marpad-XL);}
.sentensTopL   {margin-top:  var(--sentens-marpad-L);}
.sentensTopM   {margin-top:  var(--sentens-marpad-M);}
.sentensTopS   {margin-top:  var(--sentens-marpad-S);}
.sentensTopXS  {margin-top:  var(--sentens-marpad-XS);}
.sentensTopXXS {margin-top:  var(--sentens-marpad-XXS);}

.sentensBottomXXL {margin-bottom:  var(--sentens-marpad-XXL);}
.sentensBottomXL  {margin-bottom:  var(--sentens-marpad-XL);}
.sentensBottomL   {margin-bottom:  var(--sentens-marpad-L);}
.sentensBottomM   {margin-bottom:  var(--sentens-marpad-M);}
.sentensBottomS   {margin-bottom:  var(--sentens-marpad-S);}
.sentensBottomXS  {margin-bottom:  var(--sentens-marpad-XS);}
.sentensBottomXXS {margin-bottom:  var(--sentens-marpad-XXS);}

/* container
---------------------------------------------------- */
.container {
	padding-top:	var(--sentens-marpad-XL);
	padding-bottom:	var(--sentens-marpad-XL); 
}





/* ***************************************************************************************************
	PAGE
*************************************************************************************************** */
/*tphSection
------------------------------------------------------------------------ */
	h2.ptHeading .hTxt {
		--M-fluidFontSize-max-fontsize: 36;
		--M-fluidFontSize-min-fontsize: 20;
		--M-fluidFontSize-max-viewport: 1340;
		--M-fluidFontSize-min-viewport: 360;
		line-height: 1.75em;
	}
	.tphSection {
		color: #fff;
		background: #4f565e;
	}
	.tphSection .contbox {
		max-width:1000px;
	}
	.tphSection .logo {
		display: block;
		width: 18%;
		margin-bottom:  var(--sentens-marpad-XXS);
		margin-left:auto;
		margin-right:auto;
	}
	.tphSection .leadTxt {
		text-align: center;
		--M-fluidFontSize-max-fontsize: 16;
		--M-fluidFontSize-min-fontsize: 13.5;
		--M-fluidFontSize-max-viewport: 1340;
		--M-fluidFontSize-min-viewport: 768;
		min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */

		font-size: clamp(
			calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
			calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
			calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
		);
		line-height: 2.4;
	}
@media screen and (max-width: 768px) { /*{SP}*/
	.tphSection.container {
		padding-top: var(--sentens-marpad-M);
	}

	.tphSection .leadTxt {
		text-align: left;
	}
	.tphSection .logo {
		width: 25%;
	}
}


/*tphWrap*/
	.tphWrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: var(--sentens-marpad-L) 0;
	}
	.tphWrap li {
		width: 47%;
	}
	.tphWrap li.txtBox {
		padding: var(--sentens-marpad-S) 0;
		border:0 solid rgba(255,255,255,.3);
		border-width:1px 0;
		line-height: 2.4;
	}
	
	
@media screen and (max-width: 768px) { /*{SP}*/
	.tphWrap {
		flex-direction: column-reverse;
	}
	.tphWrap li {
		width: 100%;
	}
	.tphWrap li.txtBox {
		margin-top:50px;
	}
}
	
/*conceptSection
------------------------------------------------------------------------ */
	.conceptSection {
		color: #000;
		background: #dcdcdc;
		overflow: hidden;
	}
	/*conTtlWrap-----------------------*/
	.conTtlWrap{
		margin: 0 auto;
		position: relative;
		font-size: 5rem;
		line-height: 1.7;
		letter-spacing: 0.3em;
			--M-fluidFontSize-max-fontsize: 45;
			--M-fluidFontSize-min-fontsize: 24;
			--M-fluidFontSize-max-viewport: 1340;
			--M-fluidFontSize-min-viewport: 768;
			min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */

			font-size: clamp(
				calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
				calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
				calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
			);
	}
		.conTtlWrap .picBox{
		   margin-right: 40%;
		}
		.conTtlWrap .picBox img{
			width: 100%;
			vertical-align: bottom;
		}
		.conTtlWrap .blackBox,
		.conTtlWrap .whiteBox{
			position: absolute;
			left:40%;
			bottom:-1.4em;
			height:3.2em;
			overflow: hidden;
			margin: 0; 
			white-space: nowrap;
		}
		.conTtlWrap .blackBox{
			width: 100%;
			margin-left: 20%;
		}
		.conTtlWrap .whiteBox{
			width: 20%;
		}
		.conTtlWrap .whiteBox span,
		.conTtlWrap .blackBox span{
			display: block;
			position: absolute;
		}
		.conTtlWrap .blackBox span{
			width: 100%;
			left: -20%;
			color: #333;
		}
		.conTtlWrap .whiteBox span{
			width: 500%;
			color: #fff;
		}
		.conTtlWrap .lineBox {
			position: absolute;
			right:0;
			bottom:-2.2em;
			width: 35%;
		}
@media screen and (max-width: 768px) { /*{SP}*/
	.conTtlWrap{
			--M-fluidFontSize-max-fontsize: 30;
			--M-fluidFontSize-min-fontsize: 18;
			--M-fluidFontSize-max-viewport: 768;
			--M-fluidFontSize-min-viewport: 320;
			min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */

			font-size: clamp(
				calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
				calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
				calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
			);
		}
	.conTtlWrap .picBox{
	   margin-right: 20%;
	}
	.conTtlWrap .blackBox,
	.conTtlWrap .whiteBox{
		left:20%;
	}
	.conTtlWrap .blackBox{
		margin-left: 20%;
	}
	.conTtlWrap .whiteBox{
		width: 60%;
	}
	.conTtlWrap .blackBox span{
		width: 100%;
		left: -20%;
	}
	.conTtlWrap .lineBox {
		bottom:-2.2em;
		width: 50%;
	}
}
@media screen and (max-width: 520px) { /*{SPs}*/
	.conTtlWrap .blackBox,
	.conTtlWrap .whiteBox{
		left:9%;
	}
	.conTtlWrap .blackBox{
		margin-left: 31%;
	}
	.conTtlWrap .whiteBox{
		width: 71%;
	}
	.conTtlWrap .blackBox span{
		left: -31%;
	}
}
	
	/*contPoemWrap-----------------------*/
	.contPoemWrap {
		/*padding-top: calc(var(--sentens-marpad-XL) * 2);*/
		padding-top:var(--sentens-marpad-XL);
	}
	.contPoemWrap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contPoemWrap ul .picBox {
		width:41%;
		padding-right:var(--sentens-marpad-M);
	}
	.contPoemWrap ul .picBox p:nth-of-type(1) {
		width:50%;
	}
	.contPoemWrap ul .picBox p:nth-of-type(2) {
		text-align: right;
	}
	.contPoemWrap ul .picBox p:nth-of-type(2) img {
		width:80%;
		margin-top:-30px;
	}
	.contPoemWrap ul .txtBox {
		width: calc(100% - 41%);
		line-height: 2.4;
	}
	
	/*longArrowBtnBox*/
	.conceptSection .longArrowBtnBox {
		color: inherit;
	}
	.conceptSection .longArrowBtnBox .longArrowBtnUnit{
		justify-content: flex-start;
	}
	.conceptSection .longArrowBtnBox .longArrowBtnUnit .longArrow,
	.conceptSection .longArrowBtnBox .longArrowBtnUnit .longArrow::after{
		border-bottom: 1px solid #666;
	}
	.conceptSection .longArrowBtnBox .longArrowBtnUnit:nth-of-type(1) p span{
		display: inline-block;
		padding-right:5px;
		color: #931832;
	
	}
	
	
@media screen and (max-width: 980px) { /*{TBs}*/
	.contPoemWrap ul .picBox p:nth-of-type(1) {
		width:70%;
	}
	.contPoemWrap ul .picBox p:nth-of-type(2) img {
		width:90%;
		margin-top:-20px;
	}
}
	
	
@media screen and (max-width: 768px) { /*{SP}*/
	.contPoemWrap ul {
		flex-direction: column-reverse;
	}
	.contPoemWrap ul .txtBox {
		width:100%;
	}
	.contPoemWrap ul .picBox {
		width:100%;
		padding-top:30px;
	}
	.contPoemWrap ul .picBox p:nth-of-type(1) {
		width:40%;
	}
	.contPoemWrap ul .picBox p:nth-of-type(2) {
		text-align: right;
	}
	.contPoemWrap ul .picBox p:nth-of-type(2) img {
		width:80%;
		margin-top:-30px;
	}
}

@media screen and (max-width: 520px) { /*{SPs}*/
	.contPoemWrap {
		padding-top:60px;
	}
	.contPoemWrap ul .picBox p:nth-of-type(1) {
		width:50%;
	}
	.contPoemWrap ul .picBox p:nth-of-type(2) img {
		margin-top:-20px;
	}
}


/*.valueSection
------------------------------------------------------------------------ */
	.valueSection {
		position: relative;
	}
	.valueSection:after {
		content:"";
		display:block;
		height: var(--sentens-marpad-XXL);
		width:1px;
		background:#666;
		position: absolute;
		top:0;
		left: 50%;
		transform: translateX(-50%);
	}

	.valueWrap {
		max-width:1000px;
		margin-left:auto;
		margin-right:auto;
	}
	.valueWrap li {
		border-top:1px solid #666;
	}
	.valueWrap li:last-of-type {
		border-bottom:1px solid #666;
	}
	.valueWrap dl {
		padding:var(--sentens-marpad-S) var(--sentens-marpad-XS);
	}
	.valueWrap dl dt {
		text-align: center;
	}
	.valueWrap dl dd {
		padding-top:var(--sentens-marpad-XXS);
	}


/*.movieSection
------------------------------------------------------------------------ */
	.movieSection {
		color: #fff;
		background: #777;
	}
	.movieSection .contbox {
		max-width:800px;
	}
	.movieSection .movieWrap {
		width: 100%;
		 aspect-ratio: 16 / 9;
	}
	.movieSection .movieWrap {
	  width: 100%;
	  aspect-ratio: 16 / 9;
	}
	.movieSection .movieWrap iframe {
	  width: 100%;
	  height: 100%;
	}



/*.pastSection
------------------------------------------------------------------------ */
	.pastSection {
		color: #fff;
		background: #252b34;
		border-top:1px solid rgba(255,255,255,.5);
	}
	.pastSection .ptHeading .hTxt_en {
		margin-bottom: 20px;
	}	
	.pastSection .ptHeading .hTxt.ja {
		margin-bottom: 30px;
	}
	.pastSection .ptHeading .hTxt.ja span {
		color: #999;
	}
	.pastSection .pastWrap .leadTxt {
		text-align: center;
		line-height: 2.4;
	}
	.pastSection .pastBox {
		max-width: 1000px;
		margin-left:auto;
		margin-right:auto;
	}
@media screen and (max-width: 980px) { /*{TBs}*/
	.pastSection .ptHeading .hTxt_en {
		margin-bottom: 10px;
	}
	.pastSection .ptHeading .hTxt.ja {
		margin-bottom: 20px;
	}	
}
	

@media screen and (max-width: 768px) { /*{SP}*/
	.pastSection .pastWrap .leadTxt {
		text-align: left;
		line-height: 2.4;
	}

}




































/*.三菱地所グループ
------------------------------------------------------------------------ */
.caption, .capIn, .capOut {
  color: #333333;
  font-size: 10px;
  line-height: 1.8;
}
[data-color="white"] {
	color: #ffffff;
}
[data-color="sdw-wh"] {
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.brand-article {
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
	background: #eee;
}
.brand-article &gt; .contbox {
	max-width:1000px;
}
.brand-article:nth-of-type(1) {
	padding-top:  var(--sentens-marpad-XL);
}

@media screen and (max-width: 670px) {
	.brand-article:nth-of-type(1) {
		padding-top:  0;
	}
}

.brand-article__head {
  background-color: #eeeeee;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .brand-article__head {
    overflow: hidden;
  }
  .brand-article__head.contbox {
    width: 100%;
  		max-width: 670px;
  		margin-left:auto;
		margin-right:auto;
  }
}

.brand-article__head:before {
  /*background-color: #00633d;*/
  content: '';
  height: 2.5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.brand-article__head .capIn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.brand-article__inner {
  color: #333333;
  position: relative;
}

@media screen and (min-width: 768.2px) {
  .brand-article__inner {
    text-align: center;
	/*padding: 300px 100px 0;*/
	padding: clamp(170px, (300 / 1220 * 100vw), 300px) 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article__inner {
    /*padding: 380px 10px 0;*/
    padding: clamp(250px, (380 / 680 * 100vw), 380px) 10px 0;
    width: 100%;
  }
}
/*@media screen and (max-width: 680px) { 
 .brand-article__inner {
    padding-top:300px;
  }
}*/
@media screen and (max-width: 480px) { 
 .brand-article__inner {
    padding-top:250px;
  }
}


.brand-article__heading {
  font-weight: 400;
  letter-spacing: .15em;
  text-align: center;
  text-shadow: 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white, 0 0 9px white;
}

@media screen and (min-width: 768.2px) {
  .brand-article__heading {
    font-size: 20px;
    line-height: calc(48 / 20);
  }
}

@media screen and (max-width: 768px) {
  .brand-article__heading {
    font-size: 12px;
    line-height: calc(60 / 24);
  }
}

@media screen and (min-width: 768.2px) {
  .brand-article__heading .strong {
    font-size: 32px;
    line-height: calc(36 / 32);
  }
}

@media screen and (max-width: 768px) {
  .brand-article__heading .strong {
    font-size: 20px;
    line-height: calc(48 / 40);
  }
}

.brand-article__txt {
  letter-spacing: .08em;
}

@media screen and (min-width: 768.2px) {
  .brand-article__txt {
    font-size: 11px;
    margin-top: 25px;
    line-height: 1.90909;
  }
  .brand-article__txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .brand-article__txt:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .brand-article__txt:before, .brand-article__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article__txt {
    font-size: 11px;
    margin: 10px auto 0;
    width: 260px;
    line-height: 1.90909;
  }
  .brand-article__txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .brand-article__txt:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .brand-article__txt:before, .brand-article__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article--support .brand-article__heading .strong {
    font-size: 17px;
    letter-spacing: .02em;
  }
}

.brand-article .brand-doorPicture {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.brand-article .brand-doorPicture__image {
  display: block;
  text-align: center;
  		margin-left:auto;
		margin-right:auto;
}

.brand-article__body {
  background-color: #eeeeee;
  color: #2f2f2f;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .brand-article__body {
    padding-bottom: 30px;
  }
}

.brand-article .brand-generalSection {
  color: #333333;
}

@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection {
    padding: 80px 0 150px;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection {
    padding: 25px 0px 25px;
  }
}

.brand-article .brand-generalSection:nth-of-type(2n) {
  background-color: #ffffff;
}

.brand-article .brand-generalSection__title {
  letter-spacing: .09em;
}

@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection__title {
    font-size: 22px;
    line-height: 1.81818;
  }
  .brand-article .brand-generalSection__title:before {
    content: '';
    margin-top: calc((1 - 1.81818) * .5em);
  }
  .brand-article .brand-generalSection__title:after {
    margin-bottom: calc((1 - 1.81818) * .5em);
  }
  .brand-article .brand-generalSection__title:before, .brand-article .brand-generalSection__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection__title {
    font-size: 14px;
    margin-top: 22px;
    text-align: center;
    line-height: 1.64286;
  }
  .brand-article .brand-generalSection__title:before {
    content: '';
    margin-top: calc((1 - 1.64286) * .5em);
  }
  .brand-article .brand-generalSection__title:after {
    margin-bottom: calc((1 - 1.64286) * .5em);
  }
  .brand-article .brand-generalSection__title:before, .brand-article .brand-generalSection__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-article .brand-generalSection__title + .brand-generalSection__heading {
  margin-top: 18px;
}

.brand-article .brand-generalSection__title--check {
  color: #0069a0;
}

.brand-article .brand-generalSection__title--eco {
  color: #567e13;
}

.brand-article .brand-generalSection__title--custom {
  color: #00498a;
}

.brand-article .brand-generalSection__title--life {
  color: #d0850a;
}

.brand-article .brand-generalSection__title--community {
  color: #b94645;
}

.brand-article .brand-generalSection__title--caresupport {
  color: #00633d;
  margin-top: 20px;
}

.brand-article .brand-generalSection__heading {
  letter-spacing: .04em;
}

@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection__heading {
    font-size: 18px;
    line-height: 1.66667;
	margin-bottom: 1.66667em;
  }
  .brand-article .brand-generalSection__heading:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .brand-article .brand-generalSection__heading:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .brand-article .brand-generalSection__heading:before, .brand-article .brand-generalSection__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection__heading {
    font-size: 14px;
    line-height: 1.64286;
  }
  .brand-article .brand-generalSection__heading:before {
    content: '';
    margin-top: calc((1 - 1.64286) * .5em);
  }
  .brand-article .brand-generalSection__heading:after {
    margin-bottom: calc((1 - 1.64286) * .5em);
  }
  .brand-article .brand-generalSection__heading:before, .brand-article .brand-generalSection__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .brand-article .brand-generalSection__heading:first-of-type {
    margin-top: 20px;
  }
}

.brand-article .brand-generalSection__heading + .brand-generalSection__subheading {
  margin-top: 40px;
}

.brand-article .brand-generalSection__subheading {
  font-weight: 700;
}

@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection__subheading {
    font-size: 14px;
    letter-spacing: .11em;
    margin-top: 20px;
    line-height: 1.71429;
  }
  .brand-article .brand-generalSection__subheading:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .brand-article .brand-generalSection__subheading:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .brand-article .brand-generalSection__subheading:before, .brand-article .brand-generalSection__subheading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection__subheading {
    font-size: 11px;
    letter-spacing: .07em;
    margin-top: 20px;
    line-height: 1.90909;
  }
  .brand-article .brand-generalSection__subheading:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .brand-article .brand-generalSection__subheading:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .brand-article .brand-generalSection__subheading:before, .brand-article .brand-generalSection__subheading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-article .brand-generalSection__subheading + .brand-generalSection__txt {
  margin-top: 10px;
}

	.brand-article .brand-generalSection__tokuten {
		margin-top:var(--sentens-marpad-XXS);
		font-size:0.85em;
	}


@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection__txt {
    font-size: 14px;
    letter-spacing: .11em;
    /*margin-top: 20px;*/
    line-height: 1.71429;
  }
  .brand-article .brand-generalSection__txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .brand-article .brand-generalSection__txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .brand-article .brand-generalSection__txt:before, .brand-article .brand-generalSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection__txt {
    font-size: 11px;
    letter-spacing: .07em;
    margin-top: 20px;
    line-height: 1.90909;
  }
  .brand-article .brand-generalSection__txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .brand-article .brand-generalSection__txt:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .brand-article .brand-generalSection__txt:before, .brand-article .brand-generalSection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-article .brand-generalSection__txt + .brand-generalSection__subheading {
  margin-top: 30px;
}

.brand-article .brand-generalSection__txt + .brand-generalSection__caption {
  margin-top: 15px;
  font-size:10px;
}

.brand-article .brand-generalSection .brand-general-btn {
  margin: 40px auto 0;
}

@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection .brand-general-btn {
    width: 450px;
  }
  .brand-article .brand-generalSection .brand-general-btn__link {
    padding: 8px 5px;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection .brand-general-btn {
    width: 100%;
  }
  .brand-article .brand-generalSection .brand-general-btn__link {
    padding: 7px 5px;
  }
}

@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection .brand-general-btn + .brand-general-attention {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .brand-article .brand-generalSection .brand-general-btn + .brand-general-attention {
    margin-top: 10px;
  }
}

.brand-article .brand-generalSection .brand-general-attention {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}

@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection .layoutCol {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768.2px) {
  .brand-article .brand-generalSection .layoutCol__item {
    width: 47%;
  }
}

.brand-article__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eeeeee;
  bottom: 0;
  -webkit-box-shadow: 0 -12px 12px 0 #eeeeee;
          box-shadow: 0 -12px 12px 0 #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.brand-article__close .arrowSVG {
  -webkit-transition: .3s;
  transition: .3s;
  width: 15.5px;
}

@media screen and (min-width: 768.2px) {
  .brand-article__close {
    display: none;
  }
}

.brand-contentArea .brand-article__head .brand-articleSection__heading, .brand-contentArea .brand-article__head .brand-articleSection__txt {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}

.brand-contentArea .brand-article__head .brand-articleSection__heading {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.brand-contentArea .brand-article__head .brand-articleSection__txt {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.brand-contentArea .brand-article .brand-doorPicture {
  -webkit-transform: translate(0, -5%) scale(1.1);
          transform: translate(0, -5%) scale(1.1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.brand-contentArea .brand-article__close {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.brand-contentArea .brand-article {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.brand-contentArea .brand-article.sai-animate .brand-article__head .brand-articleSection__heading, .brand-contentArea .brand-article.sai-animate .brand-article__head .brand-articleSection__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.brand-contentArea .brand-article.sai-animate .brand-article__head .brand-doorPicture {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.brand-contentArea .brand-article.is-open {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.brand-contentArea .brand-article.is-open .brand-article__close {
  background-color: #bababa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.brand-contentArea .brand-article.is-open .brand-article__close .arrowSVG {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.brand-contentArea .brand-article.is-open .brand-article__body {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.brand-contentArea .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.brand-contentArea .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

.fiveEyesList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768.2px) {
  .fiveEyesList {
    margin: 55px auto 0;
    width: 443px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList {
    margin-top: 25px;
  }
}

.fiveEyesList__image {
  height: auto;
}

@media screen and (min-width: 768.2px) {
  .fiveEyesList__image--checkeyes {
    width: 68px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--checkeyes {
    width: 42.5px;
  }
}

@media screen and (min-width: 768.2px) {
  .fiveEyesList__image--ecoeyes {
    width: 68px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--ecoeyes {
    width: 42.5px;
  }
}

@media screen and (min-width: 768.2px) {
  .fiveEyesList__image--customeyes {
    width: 69px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--customeyes {
    width: 43px;
  }
}

@media screen and (min-width: 768.2px) {
  .fiveEyesList__image--lifeeyes {
    width: 68px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--lifeeyes {
    width: 42.5px;
  }
}

@media screen and (min-width: 768.2px) {
  .fiveEyesList__image--communityeyes {
    width: 89px;
  }
}

@media screen and (max-width: 768px) {
  .fiveEyesList__image--communityeyes {
    width: 55.5px;
  }
}

.goodDesign {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768.2px) {
  .goodDesign {
    margin: 70px auto 0;
    padding-top: 20px;
    width: 550px;
  }
}

@media screen and (max-width: 768px) {
  .goodDesign {
    margin-top: 30px;
    padding-top: 15px;
  }
}

@media screen and (min-width: 768.2px) {
  .goodDesign__logo {
    width: 92px;
  }
}

@media screen and (max-width: 768px) {
  .goodDesign__logo {
    width: 68px;
  }
}

.goodDesign__txt {
  color: #333333;
  text-align: left;
}

@media screen and (min-width: 768.2px) {
  .goodDesign__txt {
    font-size: 12px;
    margin-left: 22px;
    line-height: 1.83333;
  }
  .goodDesign__txt:before {
    content: '';
    margin-top: calc((1 - 1.83333) * .5em);
  }
  .goodDesign__txt:after {
    margin-bottom: calc((1 - 1.83333) * .5em);
  }
  .goodDesign__txt:before, .goodDesign__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .goodDesign__txt {
    font-size: 10px;
    margin-left: 16px;
    line-height: 1.625;
  }
  .goodDesign__txt:before {
    content: '';
    margin-top: calc((1 - 1.625) * .5em);
  }
  .goodDesign__txt:after {
    margin-bottom: calc((1 - 1.625) * .5em);
  }
  .goodDesign__txt:before, .goodDesign__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.afterserviceGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.afterserviceGallery .photo {
  width: 100%;
}

.careSupport {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768.2px) {
  .careSupport {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .careSupport {
    margin-top: 20px;
  }
}

.supportFeature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e2e7e5;
  color: #00633d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .15em;
  line-height: calc(30 / 14);
  min-height: 40px;
  padding: 5px 20px;
  width: 100%;
}

.supportFeature:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .supportFeature {
    font-size: 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 30px;
  }
}

.salesMansionGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768.2px) {
  /*.salesMansionGallery__item:nth-of-type(1) {
    width: 525px;
  }
  .salesMansionGallery__item:nth-of-type(2) {
    width: 360px;
  }*/

  .salesMansionGallery__item {
    width: calc(33.33% - 10px);
  }
  .salesMansionGallery__item:nth-child(2) {
    order: 2;
  }
  .salesMansionGallery .photoGroup .photo + .photo {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  /*.salesMansionGallery__item:not(:last-of-type) {
    margin-bottom: 20px;
  }*/
}

/*.salesMansionGallery .photoGroup {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}*/

.salesMansionGallery .photoGroup .photo {
  display: block;
}

@media screen and (min-width: 768.2px) {
  /*.salesMansionGallery .photoGroup .photo {
    width: 175px;
  }*/
}

@media screen and (max-width: 768px) {
  /*.salesMansionGallery .photoGroup .photo {
    width: 127.5px;
  }
  .salesMansionGallery .photoGroup .photo:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .salesMansionGallery .photoGroup .photo__capIn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    white-space: nowrap;
  }*/

  .salesMansionGallery__item {
    margin-bottom: 30px;
  }
  .salesMansionGallery .photoGroup {
    display: flex;
    justify-content: space-between;
  }
  .salesMansionGallery .photoGroup .photo {
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
  .salesMansionGallery .photoGroup .photo__capOut {
    font-size: 9px;
    letter-spacing: -0.1em;
    line-height: 1.4;
  }
}

.storySection {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cccccc;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768.2px) {
  .storySection {
    margin: 50px auto 0;
    padding-top: 30px;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .storySection {
    margin-top: 30px;
    padding-top: 15px;
  }
}

.storySection__heading {
  text-align: left;
}

@media screen and (min-width: 768.2px) {
  .storySection__heading {
    font-size: 18px;
    line-height: 1.83333;
  }
  .storySection__heading:before {
    content: '';
    margin-top: calc((1 - 1.83333) * .5em);
  }
  .storySection__heading:after {
    margin-bottom: calc((1 - 1.83333) * .5em);
  }
  .storySection__heading:before, .storySection__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .storySection__heading {
    font-size: 11px;
    line-height: 1.625;
  }
  .storySection__heading:before {
    content: '';
    margin-top: calc((1 - 1.625) * .5em);
  }
  .storySection__heading:after {
    margin-bottom: calc((1 - 1.625) * .5em);
  }
  .storySection__heading:before, .storySection__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768.2px) {
  .storySection__txt {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    line-height: 1.83333;
  }
  .storySection__txt:before {
    content: '';
    margin-top: calc((1 - 1.83333) * .5em);
  }
  .storySection__txt:after {
    margin-bottom: calc((1 - 1.83333) * .5em);
  }
  .storySection__txt:before, .storySection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .storySection__txt {
    font-size: 10px;
    margin-top: 16px;
    text-align: center;
    line-height: 1.625;
  }
  .storySection__txt:before {
    content: '';
    margin-top: calc((1 - 1.625) * .5em);
  }
  .storySection__txt:after {
    margin-bottom: calc((1 - 1.625) * .5em);
  }
  .storySection__txt:before, .storySection__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-estateIntroduction {
  background-color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768.2px) {
  .brand-estateIntroduction {
    padding: 70px 45px 70px;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction {
    margin: 0 -15px;
    padding: 40px 15px;
    /*width: 305px;*/
  }
}

.brand-estateIntroduction__title {
  display: inline-block;
}

.brand-estateIntroduction__title .svgTitle {
  display: block;
}

@media screen and (min-width: 768.2px) {
  .brand-estateIntroduction__title .svgTitle--lead {
    width: 287px;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction__title .svgTitle--lead {
    width: 179.5px;
  }
}

@media screen and (min-width: 768.2px) {
  .brand-estateIntroduction__title .svgTitle--mitsubishi {
    margin-top: 20px;
    width: 286px;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction__title .svgTitle--mitsubishi {
    margin-top: 13px;
    width: 179px;
  }
}

@media screen and (min-width: 768.2px) {
  .brand-estateIntroduction__heading {
    font-size: 18px;
    letter-spacing: .07em;
    margin-top: 55px;
    line-height: 1.66667;
  }
  .brand-estateIntroduction__heading:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .brand-estateIntroduction__heading:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .brand-estateIntroduction__heading:before, .brand-estateIntroduction__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction__heading {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.64286;
  }
  .brand-estateIntroduction__heading:before {
    content: '';
    margin-top: calc((1 - 1.64286) * .5em);
  }
  .brand-estateIntroduction__heading:after {
    margin-bottom: calc((1 - 1.64286) * .5em);
  }
  .brand-estateIntroduction__heading:before, .brand-estateIntroduction__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-estateIntroduction__txt {
  text-align: left;
}

@media screen and (min-width: 768.2px) {
  .brand-estateIntroduction__txt {
    font-size: 14px;
    letter-spacing: .105em;
    margin-top: 25px;
    line-height: 1.71429;
  }
  .brand-estateIntroduction__txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .brand-estateIntroduction__txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .brand-estateIntroduction__txt:before, .brand-estateIntroduction__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction__txt {
    font-size: 11px;
    letter-spacing: .105em;
    margin-top: 20px;
    line-height: 1.90909;
	padding:0 30px;
  }
  .brand-estateIntroduction__txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .brand-estateIntroduction__txt:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .brand-estateIntroduction__txt:before, .brand-estateIntroduction__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768.2px) {
  .brand-estateIntroduction + .layoutCol {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .brand-estateIntroduction + .layoutCol {
    margin-top: 25px;
  }
}

.brand-directionVisual {
  counter-reset: dvOrder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brand-directionVisual__item {
  counter-increment: dvOrder;
  width: 50%;
}



.brand-directionVisual .photo {
  position: relative;
}

.brand-directionVisual .photo:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  bottom: 0;
  color: #ffffff;
  content: counter(dvOrder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768.2px) {
  .brand-directionVisual .photo:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .brand-directionVisual {
    max-width: calc(275px * 2);
  }
  .brand-directionVisual .photo:after {
    font-size: 10px;
    height: 15px;
    width: 15px;
  }
}

.brand-directionVisual .photo__capIn {
  padding-top:5px;
  color: #333333;
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
  text-shadow: none;
}

.brand-traditionalGallery .photo__image {
  width: 100%;
}

.brand-traditionalGallery .photo__capIn {
  text-align: right;
}


.brand-traditionalGallery {
  counter-reset: traditionalOrder;
}

@media screen and (min-width: 768.2px) {
  .brand-traditionalGallery {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery {
    margin-top: 60px;
  }
}

.brand-traditionalGallery__caption {
  font-size:0.8em;
  line-height: 1.6;
}

.brand-traditionalGallery__caption:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.brand-traditionalGallery__caption:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.brand-traditionalGallery__caption:before, .brand-traditionalGallery__caption:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768.2px) {
  .brand-traditionalGallery__caption {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery__caption {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768.2px) {
  .brand-traditionalGallery__item--grid {
    display: grid;
    grid-column-gap: 11px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(4) {
    grid-area: 1 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery__item--grid {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 3.5px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .brand-traditionalGallery__item--grid .photo:nth-of-type(4) {
    grid-area: 2 / 2 / 4 / 3;
  }
}

.brand-traditionalGallery__item--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768.2px) {
  .brand-traditionalGallery__item--default {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery__item--default {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768.2px) {
  .brand-traditionalGallery__item--default .photo {
    width: calc(50% - 6px);
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery__item--default .photo:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.brand-traditionalGallery .photo {
  counter-increment: traditionalOrder;
  position: relative;
}

.brand-traditionalGallery .photo:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  bottom: 0;
  color: #ffffff;
  content: counter(traditionalOrder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768.2px) {
  .brand-traditionalGallery .photo:after {
    font-size: 14px;
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .brand-traditionalGallery .photo:after {
    font-size: 10px;
    height: 15px;
    width: 15px;
  }
}

.brand-anchorNav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .brand-anchorNav {
    display: none;
  }
}

.brand-anchorNav__item {
  background-color: #eeeeee;
  -webkit-box-shadow: 0 0 25px 0 rgba(8, 1, 3, 0.2);
          box-shadow: 0 0 25px 0 rgba(8, 1, 3, 0.2);
  height: 60px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 226px;
}

.brand-anchorNav__item:after {
  border-color: #eeeeee transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: .3s;
  transition: .3s;
  width: 0;
}

.brand-anchorNav__item.is-active {
  background-color: #c5c5c5;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.brand-anchorNav__item.is-active:after {
  content: none;
}

@media screen and (min-width: 768.2px) {
  .brand-anchorNav__item:hover {
    background-color: #c5c5c5;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .brand-anchorNav__item:hover:after {
    border-color: #c5c5c5 transparent transparent transparent;
  }
}

.brand-anchorNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .15em;
  line-height: calc(21 / 12);
  width: 100%;
}

.brand-anchorNav__link .strong {
  color: #00633d;
  font-size: 16px;
  line-height: calc(21 / 16);
}

.brand-anchorNav + .brand-article {
  margin-top: 27px;
}

.brand-general-btn {
  width: 100%;
}

.brand-general-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768.2px) {
  .brand-general-btn__link {
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.71429;
  }
  .brand-general-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .brand-general-btn__link:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .brand-general-btn__link:before, .brand-general-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .brand-general-btn__link:hover {
    background-color: #ffffff;
    color: #666666;
  }
  .brand-general-btn__link:hover .svgIcon__path {
    stroke: #666666;
  }
}

@media screen and (max-width: 768px) {
  .brand-general-btn__link {
	--M-fluidFontSize-max-fontsize: 12;
	--M-fluidFontSize-min-fontsize: 9.5;
	--M-fluidFontSize-max-viewport: 400;
	--M-fluidFontSize-min-viewport: 320;
	min-height: 0.001vw; /* for safari | font-sizeにclamp()使用時必須 */
	font-size: clamp(
		calc(var(--M-fluidFontSize-min-fontsize) * .1rem),
		calc(calc(var(--M-fluidFontSize-min-fontsize) * .1rem) + (1vw - calc(var(--M-fluidFontSize-min-viewport) / 100 * .1rem)) * (100 * (var(--M-fluidFontSize-max-fontsize) - var(--M-fluidFontSize-min-fontsize)) / (var(--M-fluidFontSize-max-viewport) - var(--M-fluidFontSize-min-viewport)))),
		calc(var(--M-fluidFontSize-max-fontsize) * .1rem)
	);
    /*font-size: 12px;*/
    white-space: nowrap;
    line-height: 1.58333;
  }
  .brand-general-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.58333) * .5em);
  }
  .brand-general-btn__link:after {
    margin-bottom: calc((1 - 1.58333) * .5em);
  }
  .brand-general-btn__link:before, .brand-general-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.brand-general-btn__link .svgIcon__path {
  fill: none;
  stroke: #ffffff;
}

.brand-general-btn__link .svgIcon--external {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768.2px) {
  .brand-general-btn__link .svgIcon--external {
    right: 20px;
    width: 16px;
  }
	.main {
	margin-bottom: 60px;
}
}

@media screen and (max-width: 768px) {
  .brand-general-btn__link .svgIcon--external {
    right: 12px;
    width: 12px;
  }
}

.brand-nextArrow {
  bottom: 30px;
  cursor: pointer;
  display: block;
  left: 50%;
  opacity: 0;
  position: fixed;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .brand-nextArrow {
    display: none;
  }
}

.brand-cardBlock.is-active .brand-nextArrow {
  opacity: 1;
  visibility: visible;
}

.brand-cardBlock.is-active .brand-nextArrow.is-hidden {
  opacity: 0;
  -webkit-transition: .3s .9s;
  transition: .3s .9s;
  visibility: hidden;
}


	</pre></body></html>