@charset "UTF-8";

/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* Front
--------------------------- */
/* 無駄な空白を削除 */
.p-cb--front {
  display: none;
}

.front {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .front {
    font-size: 16px;
  }
}

.front p {
  margin-bottom: 1.5em;
  line-height: 1.67;
}

.front h2 {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .front h2 {
    font-size: 24px;
  }
}

.front a {
  transition: 0.3s;
}

.front a:hover {
  opacity: 0.8;
}

.p-front-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "fot-rodin-pron", sans-serif;
}

.p-front-heading__inner {
  display: inline-block;
  position: relative;
  left: -17px;
}

.p-front-heading__textBig {
  position: relative;
  margin: 0;
  padding: 5px 0 5px 35px;
  font-size: 36px !important;
  line-height: 1;
  color: #111;
}

@media screen and (max-width: 767px) {
  .p-front-heading__textBig {
    font-size: 24px !important;
  }
}

.p-front-heading__textBig::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 6px;
  height: 50px;
  background-color: #be0008;
}

@media screen and (max-width: 767px) {
  .p-front-heading__textBig::before {
    height: 43px;
  }
}

.p-front-heading__textBig::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 9px;
  width: 6px;
  height: 50px;
  background-color: #be0008;
}

@media screen and (max-width: 767px) {
  .p-front-heading__textBig::after {
    height: 43px;
  }
}

.p-front-heading__textSmall {
  margin: 0 !important;
  padding: 8px 0 0px 35px;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #666;
}

@media screen and (max-width: 767px) {
  .p-front-heading__textSmall {
    font-size: 14px !important;
  }
}

.p-front-headingsub {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-front-headingsub__textBig {
  position: relative;
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 48px;
  font-family: "fot-rodin-pron", sans-serif;
  line-height: 1;
  color: #1c1412;
}

@media screen and (max-width: 767px) {
  .p-front-headingsub__textBig {
    font-size: 30px;
  }
}

.p-front-headingsub__textSmall {
  margin: 0;
  padding: 8px 0 0px 0px;
  font-size: 16px;
  line-height: 1;
  color: #666;
}

@media screen and (max-width: 767px) {
  .p-front-headingsub__textSmall {
    font-size: 14px !important;
  }
}

/* MV */
.p-header-content__inner {
  left: 50%;
  width: 1240px;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  transform: translate3d(-50%, -50%, 0);
  text-align: left;
  color: #fff;
}

.p-header-slider__item--1 .p-header-content__title {
  min-height: 210px;
  margin-bottom: 60px;
  color: #ffffff;
  font-size: 72px !important;
  font-family: "fot-rodin-pron", sans-serif;
  line-height: 1.39;
  text-shadow: 0px 0px 10px rgba(100, 80, 71, 0.57);
}

@media screen and (max-width: 1050px) {
  .p-header-slider__item--1 .p-header-content__title {
    min-height: 150px;
    margin-bottom: 40px;
    font-size: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-header-slider__item--1 .p-header-content__title {
    min-height: 110px;
    margin-bottom: 20px;
    font-size: 34px !important;
  }
}

.p-header-content__desc {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .p-header-content__desc {
    font-size: 14px;
  }
}

/* 高品位住宅 */
.p-front-sec02 {
  padding: 10px 0 120px 0;
}

@media screen and (max-width: 767px) {
  .p-front-sec02 {
    padding: 30px 0 40px 0;
  }
}

.p-front-sec02 .p-front-sec02__desc {
  margin-bottom: 70px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-front-sec02 .p-front-sec02__desc {
    margin-bottom: 30px;
    text-align: left;
  }
}

/* WORKS */
.p-front-works {
  padding: 20px 0 100px 0;
}

.p-front-works-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 1050px) {
  .p-front-works-block01 {
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-works-block01 {
    padding: 0 20px;
  }
}

.p-front-works-block01__item {
  width: calc(20% - 2px);
  margin-bottom: 30px;
}

@media screen and (max-width: 1050px) {
  .p-front-works-block01__item {
    width: calc(33.3% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-front-works-block01__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-front-works-block01__item:hover {
  opacity: 1;
}

.p-front-works-block01__item:hover img {
  transform: scale(1.1);
}

.p-front-works-block01__img {
  position: relative;
  overflow: hidden;
}

.p-front-works-block01__img img {
  transition: transform 0.3s ease;
}

.p-front-works-block01__cat {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  font-family: "fot-rodin-pron", sans-serif;
  font-size: 18px;
  color: #fff;
}

.p-front-works-block01__cat li {
  display: inline-block;
  margin-left: 5px;
}

.p-front-works-block01__title {
  margin: 0 !important;
  padding: 10px 15px 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* PRODUCT */
.p-front-product {
  padding: 70px 0 80px 0;
  background-color: #fff9f9;
}

.p-front-product-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-front-product-block01 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

.p-front-product-block01__item {
  width: calc(25% - 20px);
  margin: 0 10px 75px 10px;
}

@media screen and (max-width: 1050px) {
  .p-front-product-block01__item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .p-front-product-block01__item {
    width: 100%;
    margin: 0 0px 15px 0px;
  }
}

.p-front-product-block01__item:hover {
  opacity: 1;
}

.p-front-product-block01__item:hover .p-front-product-block01__img img {
  transform: scale(1.1);
}

.p-front-product-block01__img {
  position: relative;
  overflow: hidden;
}

.p-front-product-block01__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 900/580;
  vertical-align: bottom;
  transition: transform 0.3s ease;
}

.p-front-product-block01__logo {
  min-height: 50px;
  padding-top: 15px;
  text-align: center;
}

.p-front-product-block01__title {
  position: relative;
  padding: 10px 40px 0 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4 !important;
}

@media screen and (max-width: 767px) {
  .p-front-product-block01__title {
    text-align: left;
  }
}

.p-front-product-block01__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b;
  transform: rotate(45deg);
}

.p-front-product-block02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-front-product-block02 {
    padding: 0 20px;
  }
}

.p-front-product-block02__img {
  width: calc(25% - 20px);
  margin: 0 10px 30px 10px;
}

@media screen and (max-width: 1050px) {
  .p-front-product-block02__img {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .p-front-product-block02__img {
    width: calc(50% - 10px);
    margin: 0 5px 20px 5px;
  }
}

.p-front-product-content {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-product-content {
    padding: 0 20px;
  }
}

.p-front-product-content__title {
  margin-bottom: 5px !important;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-product-content__title {
    font-size: 20px;
  }
}

.p-front-product-content__text {
  margin-bottom: 40px !important;
  color: #666;
}

.p-front-product-content__link span {
  display: inline-block;
  position: relative;
  top: -1.5px;
  left: 15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b;
  transform: rotate(45deg);
}

/* CONTENTS */
.p-front-contents {
  padding: 90px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .p-front-contents {
    padding: 40px 0 30px 0;
  }
}

.p-front-contents-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .p-front-contents-block01 {
    padding: 0 20px;
  }
}

.p-front-contents-block01__item {
  width: calc(33.3% - 10px);
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-front-contents-block01__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-front-contents-block01__item:hover {
  opacity: 1;
}

.p-front-contents-block01__item:hover .p-front-contents-block01__img img {
  transform: scale(1.1);
}

.p-front-contents-block01__img {
  position: relative;
  overflow: hidden;
}

.p-front-contents-block01__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 800/300;
  transition: transform 0.3s ease;
}

.p-front-contents-block01 p {
  margin: 0;
  padding: 20px 0 10px 0;
  text-align: center;
  color: #666;
  font-weight: bold;
}

/* NEWS */
.p-front-news {
  padding: 75px 0 80px 0;
  background-color: #eaeaea;
}

@media screen and (max-width: 767px) {
  .p-front-news {
    padding: 40px 0 40px 0;
  }
}

.front-news-block01 {
  width: 100%;
  padding: 10px 0 5px 0;
  background-color: #fff;
}

.front-news-block01__item {
  display: flex;
  flex-wrap: wrap;
  padding: 27px 30px 23px 30px;
  border-bottom: 2px dotted #ddd;
}

@media screen and (max-width: 767px) {
  .front-news-block01__item {
    padding: 20px 10px 15px 10px;
  }
}

.front-news-block01__item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .front-news-block01__item>a {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
}

.front-news-block01 time {
  position: relative;
  top: 2px;
  width: 100px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .front-news-block01 time {
    width: 120px;
  }
}

.front-news-block01 .entry-label {
  width: 100px;
  margin: 0 20px 0 0;
  position: relative;
  top: -1px;
  padding: 3px 10px;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}