@charset "utf-8";

/* CSS Document */


/***********
conceptIntro
************/

.conceptIntro {
  display: flex;
  align-items: center;
}
.conceptIntro.-offsetTop {
  padding-top: 5em;
}
.conceptIntro-img {
  width: 60%;
}
.conceptIntro-img img {
  margin-left: -5%;
}
.conceptIntro-inner {
  flex: 1;
}
.conceptIntro-logo {
  max-width: 240px;
  padding-bottom: 2em;
}
.conceptIntro-title {
  font-family: var(--font-family-serif);
  font-size: 231%;
  padding-bottom: 1em;
}

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

  .conceptIntro {
    display: block;
    margin-top: -2em;
  }
  .conceptIntro-img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
  .conceptIntro-img img {
    margin-left: 0;
  }
  .conceptIntro-inner {
    padding-top: 2em;
  }
  .conceptIntro-logo {
    margin: 0 auto;
    padding-bottom: 2em;
  }
  .conceptIntro-title {
    font-size: 154%;
    text-align: center;
  }

}


/***********
conceptList
************/

.conceptList {
}
.conceptList-headline {
  text-align: center;
  font-family: var(--font-family-serif);
  font-size: 231%;
  padding-bottom: 1em;
}
.conceptList-headline img {
  width: 2.5em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  vertical-align: middle;
  transform: translateY(-0.2em);
}

.conceptList-section {
  padding: 1em 5%;
}
.conceptList-section:not(:last-child) {
  margin-bottom: 6em;
}

.conceptList-container {
  display: flex;
  align-items: center;
}
.conceptList-img {
  width: 52%;
  padding-right: 5%;
}
.conceptList-heading {
  padding-bottom: 2em;
  font-family: var(--font-family-serif);
}
.conceptList-heading-lead {
  /* color: #7e4c15; */
  font-size: 134%;
  font-weight: 600;
}
.conceptList-heading-title {
  font-size: 231%;
}
.conceptList-link {
  padding-top: 3em;
}

.conceptList-inner {
  flex: 1;
}


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


  .conceptList {
  }
  .conceptList-headline {
    font-size: 200%;
    line-height: 2;
    padding-bottom: 0.5em;
  }

  .conceptList-section {
    padding: 1em 4% 3em;
    margin-left: -2%;
    margin-right: -2%;
  }
  .conceptList-section:not(:last-child) {
    margin-bottom: 3em;
  }

  .conceptList-container {
    display: block;
  }
  .conceptList-img {
    width: 60%;
    max-width: 320px;
    margin: 0 auto;
    padding-right: 0;
  }
  .conceptList-heading {
    padding-bottom: 1.5em;
    text-align: center;
  }
  .conceptList-heading-lead {
    font-size: 131%;
  }
  .conceptList-heading-title {
    font-size: 170%;
  }
  .conceptList-link {
    padding-top: 2em;
    text-align: center;
  }

  .conceptList-inner {
    padding-top: 1.5em;
  }

}

/***********
conceptBg
************/

.conceptBg {
}
.conceptBg img {
  width: 100%;
  height: clamp(400px,75vh, 800px);
  object-fit: cover;
}
.conceptBg img.-cb {
  object-position: center bottom;
}

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

  .conceptBg {
  }
  .conceptBg img {
    height: clamp(200px,90vw, 500px);
  }
  .conceptBg img.-cb {
  }

}


/***********
conceptNavi
************/

.conceptNavi {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -2em;
}
.conceptNavi li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 2em;
}
.conceptNavi a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100%;
  background-color: #fff;
  padding: 1em;
  font-size: clamp(85%,1.2vw, 139%);
  aspect-ratio: 1 / 1;
  color: inherit;
  text-decoration: none;
}
body.is-pc .conceptNavi a:hover {
  opacity: 0.7;
}
.conceptNavi-container {
}
.conceptNavi-img {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
}
.conceptNavi-img.-large {
  width: 100%;
  max-width: initial;
}
.conceptNavi-inner {
  padding-top: 1.5em;
  text-align: center;
}
.conceptNavi-heading {
  font-feature-settings: "palt";
}
.conceptNavi-heading-lead {
  color: #7e4c15;
  font-weight: 500;
}
.conceptNavi-heading-title {
  font-size: 124%;
}

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

  .conceptNavi {
    margin-left: -5%;
    margin-right: -3%;
    margin-bottom: 0;
  }
  .conceptNavi li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .conceptNavi a {
    padding: 1em 0.5em;
  font-size: clamp(66%,3vw, 139%);
  }
  .conceptNavi-container {
  }
  .conceptNavi-img {
    width: 50%;
  }
  .conceptNavi-img.-large {
    width: 100%;
    max-width: initial;
  }
  .conceptNavi-inner {
    padding-top: 1em;
  }
  .conceptNavi-heading {
  }
  .conceptNavi-heading-lead {
  }
  .conceptNavi-heading-title {
  }

}




/***********
furnitureIntro
************/

.furnitureIntro {
  display: flex;
  align-items: end;
}
.furnitureIntro-img {
  width: 40%;
}
.furnitureIntro-inner {
  flex: 1;
  padding-left: 5%;
  padding-bottom: 4em;
}


.furnitureIllust01 {
  max-width: 160px;
  padding-bottom: 2em;
}

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

  .furnitureIntro {
    display: block;
  }
  .furnitureIntro-img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
  .furnitureIntro-inner {
    padding: 0 0 ;
  }

  .furnitureIllust01 {
    max-width: 100px;
    padding-bottom: 1em;
  }

}


/***********
materialntro
************/

.materialntro {
  display: flex;
  align-items: center;
}
.materialntro-visual {
  width: 50%;
}
.materialntro-img {
  margin-left: -15em;
}
.materialntro-inner {
  flex: 1;
  padding-left: 2%;
  padding-bottom: 4em;
}

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

  .materialntro {
    display: block;
  }
  .materialntro-visual {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
  .materialntro-img {
    margin-left: 0;
  }
  .materialntro-inner {
    padding: 2em 0 0 0 ;
  }

}

/***********
material
************/

.material {
  padding-bottom: 8em;
}
.material-visual img {
  width: 100%;
  height: clamp(260px,60vh, 800px);
  object-fit: cover;
}
.material-container {
  display: flex;
  align-items: end;
}
.material-inner {
  flex: 1;
  padding-top: 3em;
}
.material-link {
  white-space: nowrap;
  padding-left: 4em;
}


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

  .material {
    padding-bottom: 5em;
  }
  .material-visual img {
    height: clamp(200px,60vw, 400px);
  }
  .material-container {
    display: block;
  }
  .material-inner {
    padding-top: 2em;
  }
  .material-link {
    padding-top: 2em;
    padding-left: 0;
    text-align: center;
  }

}

/***********
teitansolntro
************/

.teitansolntro {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.teitansolntro-img {
  width: 50%;
}
.teitansolntro-inner {
  flex: 1;
  padding-right: 5%;
}


.teitansoCost{
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3em 5%;
}

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


  .teitansolntro {
    display: block;
  }
  .teitansolntro-img {
    width: auto;
    max-width: 480px;
    margin: 0 auto;
  }
  .teitansolntro-inner {
    padding: 2em 0 0 0;
  }

  .teitansoCost{
    padding: 1.5em;
  }

}

/***********
thermoBarrier
************/

.thermoBarrier {
  display: flex;
}
.thermoBarrier-heading {
  width: 400px;
  text-align: center;
  padding-bottom: 4em;
}
.thermoBarrier-heading-title {
}
.thermoBarrier-heading-subTitle {
  font-size: 139%;
  font-weight: 600;
  padding-top: 1em;
}
.thermoBarrier-inner {
  flex: 1;
  padding-left: 5%;
}

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

  .thermoBarrier {
    display: block;
    padding-bottom: 3em;
  }
  .thermoBarrier-heading {
    width: auto;
    padding-bottom: 2em;
  }
  .thermoBarrier-heading-title {
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
  }
  .thermoBarrier-heading-subTitle {
    font-size: 139%;
    font-weight: 600;
  }
  .thermoBarrier-inner {
    padding-left: 0;
  }

}

/***********
conceptHeading
************/

.conceptHeading {
  display: flex;
  padding-top: 4em;
}
.conceptHeading.-reverse {
  flex-direction: row-reverse;
}
.conceptHeading-inner {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: end;
}
.conceptHeading-box {
  max-width: 700px;
  padding: 5em 5em 2em 30px;
}
.conceptHeading-visual {
  flex: 1;
}
.conceptHeading-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 1200px;
}

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

  .conceptHeading {
    display: block;
    padding-top: 2em;
  }
  .conceptHeading-inner {
    display: block;
  }
  .conceptHeading-box {
    max-width: initial;
    padding: 3em 4% 2em 4%;
  }

}

/***********
conceptHeader
************/

.conceptHeader {
}
.conceptHeader-visual {
  padding-bottom: 3em;
}

/***********
designHeading
************/

.designHeading {
  display: flex;
  padding-bottom: 4em;
  mix-blend-mode: multiply;
}
.designHeading-img {
  width: 316px;
}
.designHeading-img img {
}
.designHeading-inner {
  flex: 1;
}
.designHeading-subTitle {
  font-size: 139%;
  font-weight: 600;
}
.designHeading-title {
  font-size: 200%;
  padding-top: 0.2em;
  padding-bottom: 0.8em;
}
.designHeading-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.designHeading-youtube iframe {
  width: 100%;
  height: 100%;
}


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

  .designHeading {
    display: block;
    padding-bottom: 2em;
  }
  .designHeading-img {
    width: 120px;
    margin: 0 auto;
  }
  .designHeading-img.-design {
    width: 280px;
    padding-bottom: 1em;
  }
  .designHeading-inner {
    padding-left: 0;
  }
  .designHeading-subTitle {
    font-size: 116%;
    padding-bottom: 0.5em;
  }
  .designHeading-title {
    font-size: 170%;
    line-height: 1.4;
  }

}


/***********
conceptVisual
************/

.conceptVisual {
  padding-top: 4em;
}
.conceptVisual-visual img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: calc(100vh - 280px);
  object-fit: cover;
  object-position: center center;
}

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

  .conceptVisual {
    overflow: hidden;
    padding-top: 2em;
  }
  .conceptVisual-visual img {
    min-height: 200px;
    max-height: 400px;
    height: clamp(200px,100vw, 400px);
  }

  .conceptVisual-visual.-rc img {
    object-position: center right;
    transform: scale(1.2);
    transform-origin: left center;
  }
}



/***********
quakeLevel
************/

.quakeLevel {
  display: flex;
  justify-content: space-between;
}
.quakeLevel li {
  width: 30%;
}
.quakeLevel-heading {
  border: 1px solid #333;
  border-top: none;
  border-left-width: 20px ;
  min-height: 7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.quakeLevel-heading-title {
  font-size: 231%;
}
.quakeLevel-heading-subTitle {
  font-size: 124%;
  font-weight: 500;
}
.quakeLevel-score {
  text-align: center;
  padding-top: 0.8em;
}
.quakeLevel-score img {
  max-width: 240px;
}

.quakeLevel li.-lv01 .quakeLevel-heading {
  border-left-color: #00579a;
}
.quakeLevel li.-lv02 .quakeLevel-heading {
  border-left-color: #be685e;
}
.quakeLevel li.-lv03 .quakeLevel-heading {
  border-left-color: #3b8b3b;
}


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

  .quakeLevel {
    display: block;
    margin-bottom: -4em;
  }
  .quakeLevel li {
    width: auto;
    padding-bottom: 4em;
  }
  .quakeLevel-heading {
    border-left-width: 10px ;
    min-height: initial;
    margin-bottom: 1.5em;
    padding: 1em 0 1em 1.2em;
  }
  .quakeLevel-heading-title {
    font-size: 170%;
  }
  .quakeLevel-heading-subTitle {
    font-size: 116%;
  }

}



/***********
quakeMadori
************/

.quakeMadori {
  display: flex;
  justify-content: space-between;
}
.quakeMadori-block {
  width: 47%;
}
.quakeMadori-img {
}

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

  .quakeMadori {
    display: block;
    margin-bottom: -4em;
  }
  .quakeMadori-block {
    width: auto;
    padding-bottom: 4em;
  }
  .quakeMadori-img {
  }

}


/***********
quakeDamper
************/

.quakeDamper {
  background-color: #1666a7;
  color: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
}

.quakeDamper-title {
  background-color: #1666a7;
  color: #fff;
  font-size: 154%;
  padding: 0.5em 0;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}

.quakeDamper-flow {
  display: flex;
}
.quakeDamper-flow li {
}
.quakeDamper-flow-text {
  font-size: 116%;
  font-weight: 500;
  text-align: center;
}

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

  .quakeDamper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .quakeDamper-title {
    font-size: 139%;
  }

  .quakeDamper-flow {
    display: flex;
    flex-wrap: wrap;
  }
  .quakeDamper-flow li {
    padding-bottom: 1em;
  }
  .quakeDamper-flow li > img{
    max-height: 100px;
  }
  .quakeDamper-flow-text {
    font-size: 100%;
  }

}

/***********
attacafeVisual
************/

.attacafeVisual {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.attacafeVisual-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.attacafeVisual-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  filter: blur(10px);
}
.attacafeVisual-visual {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


@media screen and (max-width:520px) {
  .attacafeVisual-visual {
    transform: scale(1.5);
  }

}

/***********
attacafeIntro
************/

.attacafeIntro {
}
.attacafeIntro-heading {
  margin-top: -3em;
  padding-bottom: 4em;
}
.attacafeIntro-img {
  max-width: 840px;
  margin: 0 auto;
}

.attacafeIntro-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.attacafeIntro-youtube iframe {
  width: 100%;
  height: 100%;
}

/***********
attacafeIntv
************/

.attacafeIntv {
}
.attacafeIntv-visual {
  margin-bottom: -18%;
}
.attacafeIntv-badge {
  max-width: 120px;
  transform: translate(-60%,0);
  margin-top: -5em;
}

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

  .attacafeIntv-visual {
    margin-bottom: -15%;
  }
  .attacafeIntv-badge {
    max-width: 70px;
    transform: translate(-10%,0);
    margin-top: -2em;
  }
}



/***********
woodMaintSet
************/

.woodMaintSet {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5em;
}
.woodMaintSet li {
  align-content: center;
  margin-bottom: 5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.woodMaintSet li.-no01 {
  width: 25%;
}
.woodMaintSet li.-no02 {
  width: 20%;
}
.woodMaintSet-img {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
}
.woodMaintSet-img > div{
}
.woodMaintSet-text {
  font-size: 139%;
  font-weight: 500;
  text-align: center;
  padding-top: 0.2em;
}


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

  .woodMaintSet li.-no01 {
    width: 50%;
  }
  .woodMaintSet li.-no02 {
    width: 33.3%;
  }
  .woodMaintSet-text {
    font-size: 100%;
  }
}

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

  .woodMaintSet {
    margin-bottom: -3em;
  }
  .woodMaintSet li {
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }
  .woodMaintSet li.-no01 ,
  .woodMaintSet li.-no02{
    width: 33.3%;
  }
  .woodMaintSet-img {
  }
  .woodMaintSet-img div {
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
  }
  .woodMaintSet-text {
    font-size: 100%;
  }


}






/***********
attacafeBanner
************/

.attacafeBanner {
  max-width: 480px;
  margin: 0 auto;
}


/***********
attaFeatureIntro
************/

.attaFeatureIntro {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

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

.attaFeatureIntro {
  margin-top: -10vw;
  position: relative;
  z-index: 2;
}
}



/***********
hikaku_table
************/

.hikaku_table table{
  width: 100%;
  font-size: clamp(93%,1.2vw, 124%);
}
.hikaku_table th,
.hikaku_table td{
	border: 1px solid #333;
	padding: 0.8rem 1.5rem;
}
.hikaku_table table th{
	color: #fff;
	text-align: center;
  font-size: 116%;
}
.hikaku_table table th .waveline{
	text-decoration:underline wavy #f0e800;
}
.hikaku_table th.black{
	background: #747474;
}
.hikaku_table th.orange{
	background: #f4aa72;
}
.hikaku_table td.gray{
	background: #cdcece;
}
.hikaku_table .small{
	width: 180px;
}
.hikaku_table .wide{
	width: 450px;
}
.hikaku_table span.underline{
	box-shadow:0px -3px 2px -2px #e84123 inset,0px 5px 0px -5px #e84123;
}
.hikaku_table tr.border{
	border: 5px solid #f4aa72;
	font-size: 124%;
	font-weight: bold;
}
.hikaku_table td .price{
	font-weight: bold;
	color: #ec6a1c;
}

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

  .hikaku_table table{
    width: 100%;
    font-size: clamp(93%,1.2vw, 124%);
    font-feature-settings: "palt";
  }
  .hikaku_table th,
  .hikaku_table td{
    border: 1px solid #333;
    padding: 0.5rem 0.5rem;
  }
  .hikaku_table table th{
    color: #fff;
    text-align: center;
    font-size: 108%;
  }
  .hikaku_table table th .waveline{
    text-decoration:underline wavy #f0e800;
  }
  .hikaku_table th.black{
    background: #747474;
  }
  .hikaku_table th.orange{
    background: #f4aa72;
  }
  .hikaku_table td.gray{
    background: #cdcece;
  }
  .hikaku_table .small{
  }
  .hikaku_table .wide{
  }
  .hikaku_table span.underline{
    box-shadow:0px -3px 2px -2px #e84123 inset,0px 5px 0px -5px #e84123;
  }
  .hikaku_table tr.border{
    border: 3px solid #f4aa72;
    font-weight: bold;
	font-size: 116%;
  }
  .hikaku_table td .price{
    font-weight: bold;
    color: #ec6a1c;
  }

}

/***********
attaFeatureGal
************/

.attaFeatureGal {
  display: flex;
  justify-content: space-between;
}

.attaFeatureGal li {
  width: 32%;
}



/***********
xxxxx
************/


/***********
xxxxx
************/


/***********
xxxxx
************/


/***********
xxxxx
************/
