@charset "utf-8";

/* universal.css */

/* key color #D4B572 */

.main .contents {
  padding-top: 50px;
  color: #fff;
  background: #1F1306;
}

/* mainVisual */
.mainVisual {
  position: relative;
  width: calc(100% - 100px);
  height: 45vw;
  max-height: 576px;
  margin: 0 auto;
}
.mainVisual .ph {
  position: absolute;
  top: 0;
  left: 10%;
  width: 90%;
  height: 100%;
  background: url("../img/universal/mv_ph_pc.jpg") right center no-repeat;
  background-size: cover;
  z-index: 1;
}
.mainVisual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  max-width: 700px;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.mainVisual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.mainVisual .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #1F1306;
}
.mainVisual .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 100%;
  background:
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #1F1306 50.5%) no-repeat top left/100% 100%;
  z-index: 2
}
.mainVisual .content {
  position: relative;
  padding: 1em 3% 0 0;
  z-index: 3;
}
.mainVisual .mainTitle,
.mainVisual .mainCatch {
  color: #D4B572; 
}
.mainVisual .mainLead {
  margin-top: 2em;
  line-height: 2.1em;
}

@media screen and (max-width: 1330px) {
  .main .contents {
    padding-top: 4vw;
  }
  .mainVisual {
    width: 92%;
  }
  .mainVisual .mainLead {
    margin-top: 2.5em;
    font-size: 1.25vw;
    line-height: 2.0em;
  }
}

@media screen and (max-width: 1000px) {
  .mainVisual .mainLead {
    transform: scale(0.9);
    transform-origin: top left;
  }
}

@media screen and (max-width: 900px) {
  .mainVisual .mainLead {
    transform: scale(0.85);
  }
}

@media screen and (max-width: 768px) {
  .main .contents {
    padding-top: 0;
  }
  .mainVisual {
    position: relative;
    width: 100%;
    height: 116vw;
    max-height: 116vw;
  }
  .mainVisual .ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/universal/mv_ph_sp.jpg") left top no-repeat;
    background-size: 100% auto;
    z-index: 1;
  }
  .mainVisual .inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 116vw;
    z-index: 0;
  }
  .mainVisual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 116vw;
    z-index: 2
  }
  .mainVisual .bg::before {
    display: none;
  }
  .mainVisual .bg::after {
    display: none;
  }
  .mainVisual .content {
    position: relative;
    padding: 0 1em 1em;
    opacity: 0;
    z-index: 0;
  }
  
  .spMainContent {
    position: relative;
    margin-top: -6vw;
    padding: 0 5%;
    z-index: 2;
  }
  .spMainContent .mainTitle,
  .spMainContent .mainCatch {
    color: #D4B572; 
  }
  .spMainContent .mainLead {
    margin-top: 1.5em;
  }
}

.pageNav .pageBtn {
  border: 1px solid #D4B572;
  color: #392D22;
  background: #D4B572;
}
.pageNav .pageBtn:hover {
  color: #392D22;
  border: 1px solid #D4B572;
  background: transparent;
}
.pageNav .pageBtn:hover .btnTx,
.pageNav .pageBtn:hover .btnTx::after {
  color: #D4B572;
}
.pageNav .pageBtn .btnTx {
  color: #392D22;
}

.bgClr {
  position: relative;
  background: #1F1306;
  z-index: 2;
}

.bgGrdPtn {
  padding: 80px 0;
  background-image:
    linear-gradient(90deg, rgba(255,214,124,0.15) 0%, rgba(0,0,0,0.15) 100%),
    url("../img/universal/bgPtn.png");
  background-repeat:
    no-repeat,
    repeat;
  background-position:
    left top,
    left top;
  background-attachment: 
    scroll,
    fixed;
}

@media screen and (max-width: 768px) {
  .bgGrdPtn {
    background: none;
  }
  .bgGrdPtn::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image:
      linear-gradient(90deg, rgba(255,214,124,0.15) 0%, rgba(0,0,0,0.15) 100%),
      url("../img/universal/bgPtn.png");
    background-repeat:
      no-repeat,
      repeat;
    background-position:
      left top,
      left top;
    background-attachment: 
      scroll,
      scroll;
    z-index: 2;
  }
    .bgGrdPtn .inner{
        position: relative;
        z-index: 3;
    }
}

.secS .ttl {
  margin: 0 0 0.5em;
  font-family: 'Noto Serif JP', serif;
  font-size: 35px;
  font-weight: 700;
  color: #D4B572;
}
.secS .sttl.color {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #D4B572;
}
.secS .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.secS.kitchen .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.secS .card,
.secS .chip {
    position: relative;
    z-index: 2;
}
.secS .card .ph {
  position: relative;
  font-size: 0;
} 
.secS .card .ph .cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    /* [disabled]color: #505050; */
    font-size: 10px;
    line-height: 10px;
    text-shadow: 0px 0px 0px;
}
.secS .card .ph .type {
    position: absolute;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    top: 0px;
    left: 0px;
    padding: 3px;
    background-color: #000000;
}
.secS .card .sttl {
    margin: 0.25em 0;
    text-align: center;
    color: #D4B572;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 600;
}
.secS .card .sttl span {
    font-size: 12px;
}
.secS .main-sub {
    margin: 0 auto 30px;
    max-width: 500px;
}
.secS .main-sub-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.secS .main-sub-wrap img {
    width: 32%;
}
.kitchen .card,.sanitary .card,
.kitchen.others .card,
.kitchen.others .card:nth-child(2),
.kitchen.others .card:first-child{
    width: 31.5%;
    margin: 0 2.7% 20px 0;
    position: relative;
}
.kitchen .card:first-child{
    width: 48.5%;
    margin: 0 2.7% 20px 0;
}
.kitchen .card:nth-child(2){
    width: 48.5%;
    margin: 0 0 20px 0;
}
.kitchen .card:nth-child(5n),
.kitchen .card:nth-child(8n){
    margin-right: 0px;
}
.sanitary .card:nth-child(3n),
.kitchen.others .card:nth-child(3n){
    margin-right: 0px;
}
.kitchen .card:nth-child(n+4)  {
    /* [disabled]margin: 0 1% 20px; */
}
.sanitary .card:nth-child(7) {
    /* [disabled]width: 63%; */
    /* [disabled]margin-right: 2%; */
}
.sanitary .card:last-child {
    /* [disabled]margin-right: 0px; */
}
.kitchen .chip {
  width: 49%;
  margin: 3% 0;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .kitchen .card,.sanitary .card,.storage .card,
.kitchen.others .card:nth-child(3){
    width: 100%;
    margin: 0 0 8%;
  }
  .kitchen .chip {
    width: 100%;
    margin: 0 0 5%;
  }
.sanitary .card:nth-child(7) {
    width: 100%;
    margin-right: 0;
}
.secS .main-sub-wrap img {
    width: 100%;
    margin: 0 auto 10px;
}
.kitchen .card:first-child{
        width: 100%;
    margin: 0 0 8%;
}
.kitchen .card:nth-child(2){
        width: 100%;
    margin: 0 0 8%;
}
.kitchen.others .card:nth-child(2),
.kitchen.others .card:first-child{
      width: 100%;
    margin: 0 0 8%;      
    }
}

.main .contents .secS.sanitary {
  margin: 80px auto 60px;
}
.sanitary .card {
    /* [disabled]width: 48%; */
    /* [disabled]margin: 0 0 5%; */
    /* [disabled]padding-bottom: 3%; */
    /* [disabled]border-bottom: 1px solid #D4B572; */
}
.sanitary .card .ph {
    /* [disabled]width: 66%; */
    /* [disabled]margin: 0 auto; */
}
.storage .card {
    width: 48%;
    margin-bottom: 30px;
}
.storage .card .ph {
    margin: 0 auto;
    width: 66%;
}

@media screen and (max-width: 768px) {
  .sanitary .card,.storage .card {
    width: 100%;
    margin: 0 0 8%;
  }
  .sanitary .card .ph,.storage .card .ph {
    width: 100%;
  }
}

.living .card {
  width: 31.5%;
}

@media screen and (max-width: 768px) {
  .living .card {
    width: 100%;
    margin: 0 0 8%;
  }
}

.main .contents .secS.others {
    margin: 80px auto 0;
    padding-bottom: 60px;
}
.others .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 1em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.others .wrap .item{
    width: 24%;
    text-align: center;
}
.others .wrap .item img{
    max-width: 100px;
    margin: 0 auto;
}
.others .wrap.photo {
    border: 0;
}
.others .box {
  display: inline-block;
  margin: 0 1em;
}
.others .item span{
    position: relative;
    display: block;
}
.others .item span::before {
  content: "●";
  display: inline-block;
  margin-right: 0.25em;
  color: #D4B572;
}

@media screen and (max-width: 768px) {
  .others .box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
.others .wrap .item{
    width: 48%;
    margin-bottom: 10px;
}
}

.roomplan .bgttl {
  width: 90%;
  margin-left: -1%;
}
.roomplan .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.roomplan .type {
  width: 47%;
  margin: 5% 0;
  padding-bottom: 5%;
}
.roomplan .type:nth-of-type(-n + 2) {
  border-bottom: 1px solid #D4B572;
}
.roomplan .type .tx {
  width: 76%;
  margin: 1em auto 0;
}
.roomplan .type .item {
  text-indent: -1em;
  padding-left: 1em;
}
.roomplan .type .item::before {
  content: "●";
  color: #D4B572;
}
.roomplan .btn_other a{
    display: block;
    background-color: #D4B572;
    color: #392D22;
    margin: 0 auto;
    max-width: 350px;
    background: #D4B572;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    transition: all 0.2s;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    position: relative;
}
.roomplan .btn_other a:hover {
    opacity: 0.5;
}
.roomplan .btn_other a::after{
    content: "";
    position: absolute;
    top:39%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #392D22;
    border-right: 2px solid #392D22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .roomplan .bgttl {
    width: 60%;
    margin-left: -1%;
  }
  .roomplan .type {
    width: 100%;
    margin: 2% 0 8%;
  }
  .roomplan .type:nth-of-type(-n + 3) {
    border-bottom: 1px solid #D4B572;
  }
  .roomplan .type .tx {
    width: 100%;
  }
  .roomplan .type .img {
    width: 86%;
    margin: 0 auto 3%;
  }
}

.main .contents .secS.lightingPlan {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 100px;
  z-index: 2;
}
.lightingPlan .sttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 400;
}
.lightingPlan .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0 0;
}
.lightingPlan .card {
  position: relative;
  width: 48.5%;
}
.color-select .card {
    position: relative;
    width: 48.5%;
    margin-bottom: 20px;
}
.card .cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.lightingPlan .card .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
}

@media screen and (max-width: 768px) {
  .lightingPlan .card {
    width: 90%;
    margin: 0 0 5%;
  }
  .lightingPlan .card:first-of-type {
    margin-left: 10%;
  }
.color-select .card {
    margin: 0 0 5%;
    width: 100%;
}
}

.bottomCaption {
  position: relative;
  padding: 40px 0;
  text-align: center;
  color: #1A1311;
  background: #fff;
  z-index: 2;
}
.bottomCaption .inner {
  display: inline-block;
  width: 60%;
  min-width: 430px;
  text-align: left;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .bottomCaption .inner {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }
}

.contactSet {
  margin-top: 0;
}
