@charset "UTF-8";
/* ------------------------
Design Studio Doors CSS home.css 2025.06.18
---------------------------*/

/* main contents==================*/
.mv-top {
  position : relative;
  background : #000;
  width: 100%;
  overflow: hidden;
}

.mv__1 {
  opacity : 0;
}

.mv__2 {
  position : absolute;
  top : 0;
  left : 0;
  opacity : 0;
}

.mv__1.acctive,
.mv__2.acctive {
  opacity : 1;
}

.mv-txt {
  background:#e0dee0;
}

.mv__2 .cap {
  color:#000;
  right:auto;
  left:5px;
}


.features {
  background : url(../img/features-bg_pc.jpg) no-repeat;
  background-size : cover;
  position:relative;
}

.features__inner {
  padding : 200px 0;
  width : 800px;
  max-width : calc(100% - 30px);
  margin : 0 auto;
}

@media screen and (max-width: 767px) {
  .features {
    background : url(../img/features-bg_sp.jpg) no-repeat;
    background-size : cover;
  }
  .features__inner {
    padding : 60px 0;
  }
}

.features .sec {
  display: block;
  position : relative;
  margin-bottom : 100px;
}

.features .sec:last-child{
  margin-bottom:0;
}

.features .sec:before {
  content : "";
  display:block;
  padding-bottom:calc(400 / 800 * 100%);
}

@media screen and (max-width: 767px) {
  .features .sec:before {
    padding-bottom:calc(503 / 620 * 100%);
  }
  .features .sec {
    margin-bottom : 40px;
  }
  .sec__ttl {
    font-size:13px;
  }
}

.features-cap1,
.features-cap2,
.underinfo-cap {
  position: absolute;
  right: 10px;
  bottom:5px;
  color:#fff;
  font-size:10px;
  margin:0;
  text-align:right;
  z-index:1;
}

.features-cap1 {
  bottom: 50%;
}
@media screen and (max-width: 980px) {
  .features-cap1 {
    bottom: auto;
    top:5px;
  }
}

.sec__image,
.sec__contents {
  width : 100%;
  height : 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
}

.sec__image{
  background : #000;
}

.sec__image-bg {
  transition: 3s;
  transform-origin: center;
  transform: scale(1);
  opacity:0.6;
}

.sec:hover .sec__image-bg {
  transform: scale(1.1);
}

.sec__contents{
  color : #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sec__en-ttl {
  font-size:28px;
  margin-bottom:5px;
}

.sc-btn {
  background:#000;
  padding:5px 10px;
  min-width:200px;
  text-align:center;
}

.sc-btn p {
  margin:0;
}


.underinfo-bg {
  background : url(../img/footer-img_pc.jpg) no-repeat;
  background-size : cover;
  padding : 100px 0;
  position:relative;
}

@media screen and (max-width: 767px) {
  .underinfo-bg {
    background : url(../img/footer-img_sp.jpg) no-repeat;
    background-size : cover;
    padding : 60px 0;
  }
}




/*オーダーシステムバナー*/
.infoBnr__ordersystem {
    margin: 0 auto 0;
    width: 886px;
    max-width : 80%;
}
@media screen and (max-width: 767px) {
    .infoBnr__ordersystem {
        margin: 0 auto;
        width: 90%;
    }
}

/*間取り*/

.ohkarte-floor-plan__content {
    position: relative;
    overflow: hidden;
    /* padding-top: 40px;*/
    max-width: 960px;/*1280px*/
    /*max-width: 620px;*/
    margin: 100px auto 0;
}

.ohkarte-floor-plan__contentInner {
    /*overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/
    padding: 0 0 30px 0;
}

.ohkarte-floor-plan__contentInner::-webkit-scrollbar {
  display: none;
}

.ohkarte-floor-plan__items {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    margin-left: 0;
    font-size: 20px;
    justify-content: center;
}

.ohkarte-floor-plan__item {
    display: flex;
    box-sizing: border-box;
  width: calc(33.3333% - 12px);
  /*width: calc(50% - 12px);*/
    border: 1px solid #DDDDDD;
    margin-right: 12px;
    margin-right: 18px;
    font-size: 1rem;
    vertical-align: top;
    white-space: normal;
}

.ohkarte-floor-plan__item:last-child {
  margin-right: 0;
  position: relative;
}
.ohkarte-floor-plan__item:last-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 1px;
  content: '';
}

.ohkarte-floor-planTheme {
    display: block;
    width: 100%;
    padding: 10px 10px 6px;
    box-sizing: border-box;
    background: #c2bec1;
    color: #000;
    /*-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);*/
}

.ohkarte-floor-planTheme__title {
    width: 100%;
    margin-bottom: 12px;
    /*font-size: 24px;*/
    /*font-family: HiraginoSans-W6;*/
    letter-spacing: 0;
    font-family: UD Reimin Bold JIS2004,Yu Mincho,YuMincho,Hiragino Mincho ProN,"HG明朝E",serif;
}

.ohkarte-floor-planTheme__title .lay {
  border-left : solid 1px #fff;
  padding-left : 10px;
  margin-left : 10px;
  
}

.ohkarte-floor-planTheme__title:first-letter{
    font-size: 30px;
}

.ohkarte-floor-planTheme__image {
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    /*padding: 10px 25px;*/
    padding: 10px 10px;
    background-color: #fff;
    margin-bottom: 17px;
}

.ohkarte-floor-planTheme__image img {
    width: auto;
    height: 270px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.ohkarte-floor-planTheme__description {
    overflow: hidden;
    /*font-size: 13px;*/
    line-height: 18px;
    /*font-weight: 700;*/
}

.ohkarte-floor-planDetail__list {
    display:flex;
    width: 100%;
    flex-wrap:wrap;
}

.ohkarte-floor-planDetail__item1 {
    width: 42%;
    box-sizing: border-box;
    padding: 0 18px 0 3px;
    margin-bottom: 10px;
    /*font-family: HiraginoSans-W6;*/
    font-size: 14px;
    /*font-weight: 900;*/
    /* color: #333333; */
    letter-spacing: 0;
}

.ohkarte-floor-planDetail__item2 {
    width: 58%;
    min-width: 100px;
    box-sizing: border-box;
    padding: 0 10px 0 3px;
    margin-bottom: 10px;
    /*font-family: HiraginoSans-W3;*/
    font-size: 13px;
    /*font-weight: 900;*/
    /* color: #333333; */
    letter-spacing: 0;
}

.ohkarte-floor-planDetail__item2 strong{
  font-size : 1.4em;
  font-weight:normal;
}

.ohkarte-msds-buttonlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ohkarte-msds-button {
    margin: 0 auto 40px;
    width: 280px;
}

.top-btn-box {
  font-family: "UD Reimin Light", serif;
  background: #fff;
  font-size: 12px;
  text-align: center;
  /*width: 100%;
  height: 35px;*/
  width: 300px;
  display: block;
  margin-top: 16px;
  border-radius: 3px;
}
.top-btn-box:hover {
    opacity: 0.5;
}

.top-btn-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-size: 1.1rem;
  padding: 20px 0;
}

@media screen and (min-width: 766px) {
  
  .ohkarte-floor-plan__content a {
    transition: all 0.3s linear;
  }
  .ohkarte-floor-plan__content a:hover {
    opacity: 0.6;
  }
  
}
@media screen and (max-width: 767px) {
    .ohkarte-floor-plan__content {
        max-width: none;
        margin: inherit;
        margin-top: 50px;
    }
    .ohkarte-floor-plan__contentInner {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /*padding: 0 0 30px 30px;*/
    }
    .ohkarte-floor-plan__items {
        margin-left: 15px;
    }
    .ohkarte-floor-plan__items.left-item {
      justify-content: left;
    }
    .ohkarte-floor-plan__item {
        width: 248px;
    }
    .ohkarte-floor-planTheme {
        width: 248px;
    }
    .ohkarte-floor-planTheme__title {
        font-size: 14px;
    }
    .ohkarte-floor-planTheme__title:first-letter{
        font-size: 18px;
    }
    .ohkarte-floor-planDetail__item1 {
        width: 44%;
        font-size: 12px;
        padding: 0 10px 0 0;
    }
    .ohkarte-floor-planDetail__item2 {
        width: 56%;
        font-size: 13px;
        padding: 0;
    }
    .ohkarte-msds-button {
        width: calc(100% - 50px);
    }
}

/*間取りここまで*/

sub {
      vertical-align: 4px;
      font-size: 12px;
}

.info {
  padding-top: 60px;
  background:#000;
  color:#fff;
}

.info__inner {
    width : 1000px;
    max-width : calc(100% - 30px);
    margin : 0 auto;
    padding: 0px 0 60px;
    text-align : center;
}

.info__ttl {
    font-size : 26px;
    padding: 0;
    margin-bottom : 0;
    color: #af7b4c;
    /* border-bottom : 1px #666 solid; */
}

.info__text1 {
    font-size: 40px;
    margin: 10px auto 0;
    /* color : #d24648; */
}
.info__text1 small {
  font-size: 10px;
}
.info__text1 span {
  font-size: 28px;
}

.info__text2 {
    font-size: 28px;
    margin: 30px 0 0px;
}
.info__text2 span {
    font-size: 0.85rem;
}

.info__text3 {
    font-size : 32px;
    margin : 30px 0 0;
}
.info__text3 span {
  font-size: 1.6rem;
}

.info__bnts {
    width : 500px;
    max-width : calc(100% - 30px);
    margin : 40px auto 0;
}

.footer-info {
  background: radial-gradient(ellipse at center,  #738cb1 0%,#415f8c 100%);
  padding-top : 50px;
  margin-bottom : 60px;
  color : #fff;
}

.footer-info .info__ttl {
  border-color : #fff;
}

@media screen and (max-width: 768px) {
  .info {
    padding-top: 20px;
  }
  .info-area {
    margin-bottom : 0;
  }
  
  .info__ttl {
      font-size: 24px;
  }
  .info__text1 {
      font-size: 18px;
  }
  .info__text2 {
      font-size: 20px;
  }
  .info__text2 span {
    font-size: 16px;
  }
  .info__text3 {
      font-size : 20px;
  }
  .info__text3 span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
    .info {
        padding-top : 0px;
        /* background-size : calc(180 / 300 * 100%); */
    }
    .info__inner {
        padding-top : 20px;
    }
}

/*INFO内*/
.info__price {
    font-size : 46px;
    margin : 0 auto;
  color: #ff4322;
}
.info__price small {
  font-size: 10px;
}
.info__price span {
  font-size: 36px;
}
.info__text-day {
  font-size: 32px;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .info__price {
    font-size: 32px;
    line-height: 1.2;
    margin: 20px auto 0;
  }
  .info__price span {
    font-size: 20px;
  }
  .info__text-day {
    font-size: 22px;
  }
}

.info-topics {
  max-width: 600px;
  margin : 0 auto;
  background: #eee;
  padding: 10px 20px;
}

.info_box {
  display : flex;
  flex-wrap : wrap;
  /* justify-content : center; */
  align-items : center;
}

.info-topics__ttl {
  border-right: 1px #511F00 solid;
  /* border-bottom: 1px #511F00 solid; */
  /* padding-right: 20px; */
  padding: 10px 20px 10px 0;
  min-width: 100px;
  color: #511F00;
}

.msn-newsTopics__item {
  flex : 1;
  margin : 0 0 0 20px;
  border : none;
  padding : 0;
}

.msn-newsTopics__date {
  font-weight: bold;
  -ms-flex-preferred-size: 5.5em;
  flex-basis: 5.5em;
  max-width: 5.5em;
  /* color: #df8024; */
  line-height: 1.4;
}
.msn-newsTopics__content {
  font-weight: bold;
  flex: none;
  width: auto;
  flex-grow: 0;
  line-height: 1.4;
  margin-left: 0.5em;
}


@media screen and (max-width: 767px) {
  .info-topics {
    padding : 10px 0;
  }
  .msn-newsTopics__item {
    min-width : auto;
    margin: 0;
  }
  .msn-newsTopics__content {
    margin : 0;
    text-align: left;
  }
  .info-topics__ttl {
    width: 100px;
    padding: 10px;
    margin-right: 10px;
  }
  .info-topics__txt {
    /*flex : 1;*/
  }
}

.cvrimprovement-top-varietyparts {
  padding-top : 60px;
}
