@charset "UTF-8";

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

.l-col--center {
  align-items: center;
}

.l-box {
  width: 46%;
}

.l-box--48 {
  width: 48%;
}

.l-box--49 {
  width: 49%;
}

.l-img {
  width: 100%;
  position: relative;
}

.l-img--95 {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.l-img--46 {
  width: 46%;
  position: relative;
}

.l-img--48 {
  width: 48%;
  position: relative;
}

.l-img--49 {
  width: 49%;
  position: relative;
}

p {
  margin-bottom: 14px;
}

p,
.txt {
  font-size: 1.8rem;
}

.txt--s {
  font-size: 1.6rem;
}

.txt--ss {
  font-size: 1.4rem;
}

/*----
ul>li:not(:last-of-type) {
  margin-bottom: 8px;
}
---*/

.ttl-sub {
  position: relative;
}

.ttl-sub>h3 {
  display: inline-block;
  width: auto;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 14px;
  position: relative;
}

.check {
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 1.2rem;
  font-weight: 400;
}

.attention {
  width: 90%;
  margin: 0 auto;
}

.ui--sp {
  display: none;
}

.link-btn>a:hover {
  background: var(--gradient-grn);
  color: #fff;
}

.link-btn>a>div {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50vh;
  margin-right: 8px;
  flex-shrink: 0;
}

.link-btn>a>div>img {
  width: 50%;
}


.outline-lead>p {
  font-size: 3.6rem;
  text-align: center;
}

.outline-lead__sub>p {
  text-align: center;
  font-size: 2.2rem;
}

.concept-col__deco {
  width: 7.5%;
  position: absolute;
  top: 30%;
  left: 7.5%;
  z-index: 1;
}

.concept-col__deco2 {
  width: 7.5%;
  position: absolute;
  top: 30%;
  right: 7.5%;
  z-index: 1;
}

/*----------------------------------------------------
  equip
----------------------------------------------------*/
.equip {
  background: #F4F7F4;
}

.equip-col {
  margin-bottom: 150px;
}

.equip-ttl {
  font-family: var(--font-serif);
  margin-bottom: 60px;
}

.equip-ttl>h2 {
  font-size: 3rem;
  color: #3D9DB3;
  text-align: center;
}

.equip-lead__txt {
  margin-bottom: 30px;
}

.equip-box {
  width: 48%;
}

.equip-yukadan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.equip-list {
  font-size: 1.4rem;
  line-height: 1.6;
  list-style: none;
}

.equip-logo {
  width: auto;
  height: 42px;
  margin-bottom: 20px;
}

.equip-logo>img {
  width: auto;
  height: 100%;
}

.equip-logo-common {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ecojozu-lead>p {
  font-size: 2rem;
  font-weight: 700;
}

.ecojozu-img {
  margin-bottom: 14px;
}

#ecojozu .annotation-left {
  bottom: 12.5%;
  left: 7.5px;
  right: initial;
}

.ecojozu-img__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 14px;
}

.ecojozu-img__inner>img {
  width: 90%;
}

.ecojozu-img__inner-anno {
  font-size: 1.2rem;
}

.ecojozu-box {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-weight: 700;
}

.ecojozu-attention {
  font-size: 1.4rem;
  margin-bottom: 14px;
}

#unit {
  margin-bottom: 40px;
}

.unit-imgWrap {
  width: 57.5%;
  display: flex;
  justify-content: space-between;
}

.unit-imgWrap>.l-img {
  width: 49.5%;
}

.unit-inner {
  width: 40%;
}

.unit-img--btm>img {
  width: 45%;
  margin-left: auto;
}

.unit-attention {
  margin-bottom: 60px;
}

/*----------------------------------------------------
  sink
----------------------------------------------------*/
.kcn,
.bath,
.pwr {
  padding-top: 0 !important;
}

.sink-top {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto 100px auto;
}

.sink-ttl {
  margin-bottom: 40px;
}

.sink-ttl>h2,
.sink-ttl>h3 {
  font-size: 3rem;
  font-family: var(--font-serif);
  text-align: center;
  color: #3D9DB3;
}

.sink-lead {
  text-align: center;
}

.sink-inner__top {
  margin-bottom: 80px;
}

.sink-inner__lead {
  width: 85%;
  margin: 0 auto 80px auto;
}

.sink-l-box {
  display: flex;
  flex-direction: column;
}

.sink-main__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  padding-bottom: 10px;
}

.sink-main__ttl>img {
  width: auto;
  height: 36px;
}

.sink-main__ttl-takara>img {
  height: 44px;
}

.sink-main__ttl>span {
  background: #9DD6D7;
  color: #fff;
  border-radius: 6px;
  padding: 0 10px;
}

.sink-main__img {
  margin-bottom: 30px;
  position: relative;
}

.sink-main__lead>p {
  font-size: 2.2rem;
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: 0;
  color: #3D9DB3;
}

.sink-main__desc {
  margin-bottom: 20px;
}

.level-attention2>p {
  font-size: 1.5rem;
}

.sink-main--btm {
  margin-top: auto;
  flex-wrap: wrap;
}

.sink-main--btm .l-img--49:nth-of-type(n+3) {
  margin-top: 20px;
}

.floor .sink-main--btm {
  margin-top: initial;
}

/*----------------------------------------------------
  toilet
----------------------------------------------------*/
.wc {
  background: #F4FAFF;
}

/*---トイレ---*/
.wc-sink-top {
  width: 95%;
}

.sink-top__col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wc-sink-lead {
  width: 55%;
  text-align: justify;
}

.wc-sink-lead>h3 {
  color: #3D9DB3;
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.wc-sink-img {
  width: 40%;
}

.wc-l-col__sub {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*----------------------------------------------------
  フローリング
----------------------------------------------------*/
.floor-lead {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 auto 80px auto;
}

/*----------------------------------------------------
  省エネ性能/耐震等級等
----------------------------------------------------*/
.level {
  background: #F4F7F4;
}

.level-ttl__sub {
  padding-left: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
}

.level-ttl__sub>h3 {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

.level-ttl__txt {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

.level-col {
  margin-bottom: 100px;
}

.level-gxWrap {
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
}

.level-gx__ttl {
  color: #3D9DB3;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

/*----------------------------------------------------
  サッシ・屋根
----------------------------------------------------*/

.maker-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.maker-name__main {
  font-size: 2rem;
  font-weight: bold;
}

.maker-name__tab {
  background: #9DD6D7;
  color: #fff;
  border-radius: 6px;
  padding: 0 10px;
}

.sash-txt {
  margin-bottom: 20px;
}

.maker-logo {
  width: 80%;
}

.roof {
  background: #F4FAFF;
}

.roof-lead {
  font-size: 2.2rem;
  text-align: center;
  color: #3D9DB3;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.roof-box {
  background: #F4F7F4;
  padding: 20px 40px;
  box-sizing: border-box;
}

.roof-box .l-img {
  width: 85%;
  margin: 0 auto;
}

.roof-attention {
  margin-top: 60px;
}

.roof-attention>p {
  text-align: center;
  margin-bottom: 20px;
}

.roof-link>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 420px;
  height: 60px;
  border: 1px solid #3D9DB3;
  color: #3D9DB3;
  margin: 0 auto;
  border-radius: 4px;
}

.roof-link>a:hover {
  background: var(--gradient-grn);
  color: #fff;
  border: none;
}

@media screen and (max-width:1280px) {
  .maker-name__main {
    font-size: 2.2rem;
  }
}

@media screen and (max-width:1024px) {
  .l-inner {
    width: 85%;
  }

  .l-col {
    flex-direction: column;
  }

  .l-box,
  .l-box--48,
  .l-box--49 {
    width: 100%;
  }

  .spacer-btm__tab {
    margin-bottom: 80px;
  }

  .spacer-btm__tab30 {
    margin-bottom: 30px;
  }

  .p-lead__sub {
    margin-bottom: 0;
  }

  .concept-col__deco {
    width: 10%;
    position: absolute;
    top: 5%;
    left: -1.5%;
  }

  .concept-col__deco2 {
    width: 10%;
    position: absolute;
    top: 5%;
    right: -1.5%;
  }

  .equip-yukadan {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
  }

  .equip-yukadan .l-col {
    width: 49%;
  }

  .equip-yukadan .l-col .l-img {
    width: 100%;
  }

  .equip-list {
    margin-bottom: 14px;
  }

  .equip-box {
    width: 100%;
  }

  .ecojozu-lead {
    margin-top: 40px;
  }

  .sink-lead>p {
    text-align: justify;
  }

  .sink-lead>p br {
    display: none;
  }

  .sink-inner__lead {
    width: 100%;
  }

  .sink-main--btm {
    flex-direction: row;
  }

  .wc .sink-top__col {
    flex-direction: column;
  }

  .wc-sink-lead {
    width: 100%;
  }

  .wc-sink-lead>h3 {
    text-align: center;
  }

  .wc-sink-img {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
  }

  .wc-l-col,
  .wc-l-col__inner {
    flex-direction: row;
  }

  .wc-l-col .l-box--49 {
    width: 49%;
  }

  .floor .sink-top {
    width: 95%;
  }

  .maker-name__main {
    font-size: 2.4rem;
  }
}

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

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

  .outline-lead__sub>p {
    text-align: justify;
  }

  .outline-lead__sub>p br:nth-of-type(1),
  .outline-lead__sub>p br:nth-of-type(2) {
    display: none;
  }

  .sink-top {
    width: 90%;
  }

  .wc-l-col {
    flex-direction: column;
  }

  .wc-l-col>.l-box--49 {
    width: 100%;
  }

  .wc-l-col .l-box--49:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .sink-inner__lead {
    margin-bottom: 40px;
  }

  .floor-lead {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:680px) {
  .l-inner {
    width: 90%;
  }

  .ui--sp {
    display: block;
  }

  .sink-ttl>h2,
  .sink-ttl>h3 {
    line-height: 1.6;
  }

  .floor-lead {
    flex-direction: column;
  }

  .floor-lead>div {
    width: 100%;
  }

  .floor-lead>div:nth-of-type(1) {
    margin-bottom: 10px;
  }

  .level-gxWrap {
    padding: 30px;
  }

  .level-ttl__sub>h3 br {
    display: none;
  }

  .level .sink-main__img {
    background: #fff;
    border: 1px solid #3D9DB3;
  }
}

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

  p,
  .txt {
    font-size: 1.4rem;
  }

  .ttl-sub>h3 {
    font-size: 1.8rem;
  }

  .spacer-btm__tab {
    margin-bottom: 40px;
  }

  .annotation {
    font-size: 50%;
    bottom: 5px;
    right: 5px;
    border-radius: 2px;
  }

  .annotation-left {
    left: 5px;
    right: initial;
  }

  .concept-col__deco {
    width: 14%;
    top: 7.5%;
    left: 4.5%;
  }

  .concept-col__deco2 {
    width: 14%;
    top: 7.5%;
    right: 4.5%;
  }

  .outline-lead>p,
  .wc-sink-lead>h3 {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .outline-lead__sub>p {
    text-align: justify;
    font-size: 1.6rem;
  }

  .equip-ttl {
    margin-bottom: 20px;
  }

  .equip-ttl>h2 {
    font-size: 1.8rem;
    text-align: justify;
  }

  .equip-col {
    margin-bottom: 80px;
  }

  .equip-lead__txt .pc {
    display: none;
  }

  .equip-yukadan {
    flex-direction: column;
  }

  .equip-yukadan .l-col {
    width: 100%;
  }

  .equip-yukadan .l-col:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .ecojozu-lead>p {
    font-size: 1.6rem;
  }

  #ecojozu .txt--s {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .ecojozu-box {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }

  .sink-top {
    width: 97.5%;
  }

  .sink-top,
  .sink-inner__top {
    margin-bottom: 40px;
  }

  .sink-lead>p {
    font-size: 1.6rem;
  }

  .sink-main__ttl>img {
    height: 26px;
  }

  .sink-main__ttl>span {
    font-size: 1.3rem;
  }

  .sink-main__lead>p {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .sink-lead>p {
    font-size: 1.4rem;
  }

  .wc-sink-img {
    padding: 20px;
  }

  .wc .ttl-sub>h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .sink-ttl {
    margin-bottom: 20px;
  }

  .sink-ttl>h2,
  .sink-ttl>h3 {
    font-size: 2rem;
  }

  .sink-main__desc {
    margin-bottom: 0;
  }

  .wc-l-col .l-box--49:nth-of-type(1) {
    margin-bottom: 20px;
  }

  .level .sink-ttl>h2 {
    font-size: 1.8rem;
  }

  .level .sink-main__img {
    margin-bottom: 14px;
  }

  .level-gxWrap {
    padding: 20px;
  }

  .level-ttl__sub {
    padding-left: 14px;
  }

  .level-ttl__sub>h3 {
    font-size: 1.6rem;
  }

  .maker-name__main {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .maker-name__tab {
    font-size: 1.3rem;
  }

  .maker-logo {
    width: 100%;
    margin-bottom: 8px;
  }

  .sash-txt>p br {
    display: none;
  }

  .roof-attention {
    margin-top: 30px;
  }

  .roof-attention>p {
    font-size: 1.2rem;
    text-align: left;
  }

  .roof-link>a {
    width: 80%;
    height: 48px;
    min-width: initial;
    font-size: 1.6rem;
  }

  .link-btn>a {
    font-size: 1.6rem;
    padding: 0;
  }

  .link-btn>a>div {
    width: 32px;
    height: 32px;
  }
}