@charset "UTF-8";
.pagetitle {
  position: relative;
}
body .headline {
  margin-bottom: 10.67vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝ProN W3", HiraMinProN-W3, "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
body#building-warema .mv {
  position: relative;
}

body#building-warem .l-main {
  max-width: 1200px;
  overflow: hidden;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .l-main {
    min-width: auto;
    /* max-width: 1200px; */
    overflow: hidden;
  }
  .l-inner {
    width: 92%;
  }
}

body#building-warema .mv .headline {
  margin: 60px 4% 0;
}
body#building-warema .mv-item img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
body#building-warema .mv-txt {
  -webkit-transform: translateX(-50%);
  z-index: 5;
  position: absolute;
  top: 54.67vw;
  left: 50%;
  width: 86.9%;
  transform: translateX(-50%);
}
body#building-warema .mv-txt img {
  display: inline;
  width: auto;
}
body#building-warema .doitsumura a {
  display: block;
  padding: 4vw 0 3.2vw;
  background-color: #008842;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.39;
  text-align: center;
}
body#building-warema .concept {
  padding: 8vw 4.67vw 14.67vw;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝ProN W3", HiraMinProN-W3, "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
}
body#building-warema .concept__lbl {
  -webkit-font-feature-settings: palt;
  margin-bottom: 17px;
  font-feature-settings: palt;
  font-size: 27px;
  line-height: 1.85;
}
body#building-warema .concept p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}
body#building-warema .infor-lbl {
  margin-bottom: 4.67vw;
  font-family: 'Cinzel', serif;
  font-size: 43px;
  font-weight: 300;
  text-align: center;
}
body#building-warema .tomore {
  width: 79.41%;
  margin: 0 auto;
}
body#building-warema .tomore a {
  display: block;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 12.8vw;
  text-align: center;
}
body#building-warema .column {
  padding: 14.67vw 4.67vw;
}
body#building-warema .column-container {
  margin-bottom: 10.67vw;
}
body#building-warema .column-item:not(:last-of-type) {
  margin-bottom: 4.67vw;
}
body#building-warema .column-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#building-warema .column-item-img {
  position: relative;
  width: 29.41%;
  padding-bottom: 29.41%;
}
body#building-warema .column-item-img img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-transition: all .25s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .25s ease-in;
}
body#building-warema .column-item-txt {
  width: 66.18%;
  margin-left: auto;
  padding: 1.33vw 0;
}
body#building-warema .column-item-time {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
body#building-warema .column-item-ttl {
  position: relative;
  margin: 0;
  padding-left: 2.5%;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.77;
}
body#building-warema .column-item-ttl:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
}
body#building-warema .news {
  margin: 0 4.67vw;
  padding: 14.67vw 4.67vw;
  background-color: #fff;
}
body#building-warema .news__block {
  margin-bottom: 10.67vw;
  border-top: 1px solid #d3d3d3;
}
body#building-warema .news__item a {
  display: block;
  padding: 4vw 0;
  border-bottom: 1px solid #d3d3d3;
  font-size: 14px;
  line-height: 1.96;
}
body#building-warema .news__item time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
body#building-warema .news__item p {
  margin: 0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  body .headline {
    margin-bottom: 50px;
    font-size: 36px;
  }
  body#building-warema .mv-item {
    height: 900px;
  }
  body#building-warema .mv-txt {
    top: 375px;
    text-align: center;
  }
  body#building-warema .doitsumura a {
    padding: 17px 0 13px;
    font-size: 16px;
    line-height: 1.5;
  }
  body#building-warema .doitsumura a:hover {
    background-color: #00b95a;
    opacity: 1;
  }
  body#building-warema .concept {
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
  }
  body#building-warema .concept__lbl {
    font-size: 30px;
  }
  body#building-warema .concept p {
    font-size: 18px;
    line-height: 2.39;
  }
  body#building-warema .infor-lbl {
    font-size: 48px;
  }
  body#building-warema .tomore {
    width: 300px;
  }
  body#building-warema .tomore a {
    font-size: 15px;
    line-height: 58px;
  }
  body#building-warema .tomore a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
  body#building-warema .column {
    padding: 90px 0 100px;
  }
  body#building-warema .column-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto 50px;
  }
  body#building-warema .column-item {
    position: relative;
    width: 390px;
    height: 390px;
  }
  body#building-warema .column-item:not(:last-of-type) {
    margin-right: 15px;
    margin-bottom: 0;
  }
  body#building-warema .column-item a {
    display: block;
    width: 390px;
    height: 390px;
  }
  body#building-warema .column-item a:hover img {
    opacity: .8;
  }
  body#building-warema .column-item-img {
    width: 100%;
    height: 100%;
  }
  body#building-warema .column-item-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  body#building-warema .column-item-time {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
  }
  body#building-warema .column-item-ttl {
    padding-left: 13px;
    font-size: 15px;
    line-height: 1.73;
  }
  body#building-warema .news {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 100px 100px;
  }
  body#building-warema .news__block {
    margin-bottom: 50px;
  }
  body#building-warema .news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    font-size: 15px;
  }
  body#building-warema .news__item a:hover {
    background-color: #f3f3f3;
    opacity: 1;
  }
  body#building-warema .news__item a:hover p {
    text-decoration: underline;
  }
  body#building-warema .news__item time {
    width: 114px;
  }
  body#building-warema .news__item p {
    text-decoration: none;
  }
}




#feature {
  padding: 95px 0 100px;
  background: #f6f6f6;
}
#feature .tit_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;

}
#feature .tit_content .en {
  font-size: 44px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
}
#feature .tit_content .jp {
  margin: 13px 0 0 0.95em;
  font-size: 18px;
  font-weight: 400;
}

#feature .ul_feature {
  margin-top: 25px;
}
#feature .ul_feature li {
  padding: 1.1em 0 1em;
  border-bottom: 1px solid #b5b5b5;
}
#feature .ul_feature li .category {
  height: 24px;
  margin-bottom: 0;
  padding: 0 1em;
  display: inline-block;
  border: 1px solid #007e41;
  font-size: 14px;
  line-height: 24px;
  color: #007e41;
}
#feature .ul_feature li a {
  margin-top: 2px;
  padding: 0 0 0 1.2em;
  font-size: 16px;
  display: block;
  line-height: 2;
  position: relative;
}

#feature .ul_feature li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #007e41;
  position: absolute;
  top: 0;
  left: 0;
}
#feature .ul_feature li a span, #feature .ul_feature li a span::before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#feature .viewmore {
  margin: 27px 0 0;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          position: relative;
  font-size: 16px;
}
#feature .viewmore::after {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/home/icon-arrow.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media (hover: hover) {
  #feature .ul_feature li a:hover,
  #feature .viewmore a:hover {
    color: #007e41;
  }
}


@media screen and (max-width: 768px) {
  #feature {
    padding: 5em 0 5em;
  }
  #feature .tit_content {
    flex-direction: column;
  }
  #feature .tit_content .en {
    font-size: min(9.6vw, 44px);
  }
  #feature .tit_content .jp {
    margin: 5vw auto 0;
    font-size: min(4.2666666667vw, 18px);
  }

  #feature .ul_feature {
    margin-top: 5vw;
  }
  #feature .ul_feature li {
    padding: 1em 0 0.95em;
    font-size: min(4vw, 14px);
  }
  #feature .ul_feature li a {
    font-size: min(4vw, 14px);
  }
  #feature .ul_feature li .category {
    font-size: min(3.2vw, 12px);
  }
  #feature .ul_feature li a span::before {
    width: 2.1333333333vw;
    height: 1.2533333333vw;
    background-size: 100%;
    top: 0.85em;
    left: 0.2em;
  }
  #feature .viewmore {
    margin-top: 1.2em;
    font-size: min(4vw, 14px);
  }
}