@charset "UTF-8";
/* ==========================================================

title : 【ナスラック】室内建具
scope : /products/indoor/

last modify : 2020/11/17 TCV_ヴィ/ Doan Thi Tuong Vi 新規作成
========================================================== */

/* content ================================================
========================================================== */
.font_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
  font-feature-settings: normal;
}

/*  共通　　*/
img {
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
}

.title p {
  font-size: 6vw;
}

@media only screen and (max-width: 736px) {
  .scrollbar {
    overflow-x: scroll;
    padding-bottom: 5%;
  }

  .scrollbar::-webkit-scrollbar {
    height: 2px;
  }

  .scrollbar::-webkit-scrollbar-track {
    background: #e8f2f8;
    border-radius: 2px;
  }

  .scrollbar::-webkit-scrollbar-track:hover {
    background-color: transparent;
  }

  .scrollbar::-webkit-scrollbar-thumb {
    background: #8dc1dc;
    border-radius: 2px;
  }

  .scrollbar::-webkit-scrollbar-button {
    display: none;
  }
}


/* =========================================

　content

============================================ */
#content {
  margin: 1em auto 0;
  width: 100%;
}

@media only screen and (max-width: 736px) {
  #content {
    margin: 0 auto;
  }
}

.wrp_contents {
  margin: 0 auto;
  max-width: 1024px;
  width: 95%;
}



/* =========================================

　.con_main_visual

============================================ */
.con_main_visual {
  background: url(../image-new/img-main-pc.jpg?2023) no-repeat;
  background-size: contain;
  margin: 0 auto;
  max-width: 940px;
}

@media only screen and (max-width: 736px) {
  .con_main_visual {
    background: url(../image-new/img-main-sp.jpg?2023) no-repeat;
    background-size: contain;
  }
}

.con_main_visual>* {
  padding-top: 34.043%;
  position: relative;
}

@media only screen and (max-width: 736px) {
  .con_main_visual>* {
    padding-top: 48.309%;
  }
}

.con_main_visual>*>* {
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 35px;
  font-weight: 600;
  height: calc(258 / 320 * 100%);
  left: calc(37 / 940 * 100%);
  padding-top: calc(68 / 940 * 100%);
  position: absolute;
  text-align: center;
  top: calc(32 / 320 * 100%);
  width: calc(270 / 940 * 100%);
}

@media only screen and (max-width: 736px) {
  .con_main_visual>*>* {
    font-size: 5.556vw;
    height: calc(160 / 200 * 100%);
    left: calc(20 / 414 * 100%);
    padding-top: calc(40 / 414 * 100%);
    top: calc(20 / 200 * 100%);
    width: calc(175 / 414 * 100%);
  }
}

/* =========================================

　.con_lead

============================================ */
.con_lead {
  margin: 0 auto;
  max-width: 940px;
}

.con_lead>* {
  letter-spacing: -.01em;
  margin: 3.6% auto 0;
  text-align: justify;
  width: calc(744 / 940 * 100%);
}

.meiryo .con_lead>* {
  letter-spacing: -.03em;
}

/*--------------------
add 2023 0120
------------------ */

.indoor_box {
  display: flex;
  justify-content: center;
  margin-top:50px;
  gap:33px;
}

.indoor_contents {
  border: 2px solid #c458bd;
  width:270px;
}

.indoor_contents-text {
  padding: 10px;
}

.indoor_contents-text p {
  font-size: 15px !important;
}

.indoor_contents-title , .indoor_contents-subtitle {
  text-align: center;
  color: #8b7ab1;
  font-weight: bold;
}

.indoor_contents-subtitle {
  border-top: 2px solid #fc51ea;
  padding: 5px 0;
}

.indoor_contents-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  width: 33.3%;
  background: #fff8ae;
}

.indoor_contents-text {
  margin-bottom: .5rem;
}

.indoor_contents-btn {
  background-color: #da509d;
    border: none;
    color: #fff;
    padding: 5px 10px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.indoor_contents-btn a {
  font-size: 15px;
}

.indoor_contents-btn a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 7px;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
  width: 7px;
  top: 1040px;
  margin-left: 45px;
}

@media only screen and (max-width: 736px) {
  .con_lead>* {
    margin: 4% auto 0;
    width: 95%;
  }
}

/* =========================================

　.con_bnr

============================================ */
.con_bnr {
  background: #fbf8f3;
  margin: 0 auto;
  max-width: 680px;
  width: 95%;
}

.con_bnr .row {
  margin: 4% auto 0;
}

@media only screen and (max-width: 736px) {
  .con_bnr .row {
    margin: 8% auto 0;
  }
}

.con_bnr .row>* {
  margin: 0 auto;
  padding: 4% 0 2.9%;
  width: calc(620 / 680 * 100%);
}

.con_bnr .row>* a {
  display: block;
}

.con_bnr .row>*>figcaption {
  box-sizing: border-box;
  font-size: 15px;
  margin-top: 1%;
  padding: 0 calc(15 / 620 * 100%);
  text-align: justify;
}

@media only screen and (max-width: 736px) {
  .con_bnr .row>*>figcaption {
    padding: 0;
  }
}


/* =========================================

　.block

============================================ */

.block:first-child {
  margin-top: 4%;
}

@media only screen and (max-width: 736px) {
  .block:first-child {
    margin-top: 12%;
  }
}

.block:nth-child(n+2) {
  margin-top: 4.9%;
}

@media only screen and (max-width: 736px) {
  .block:nth-child(n+2) {
    margin-top: 10%;
  }
}

.block .col {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 736px) {
  .block .col {
    width: 100%;
  }
}

.brown {
  background: #744e39;
}

.blue {
  background: #1d9b9b;
}

.green {
  background: #4a863c;
}

.block .col .con_info {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: calc(31 / 512 * 100%) 0 calc(26 / 512 * 100%);
  position: absolute;
  top: 0;
  width: 100%;
}

.block .col .con_info .row {
  width: 100%;
}

.block .col .con_info .row:last-child {
  margin-top: auto;
}

.block .brown .col .con_info {
  padding: calc(46 / 512 * 100%) 0 calc(28 / 512 * 100%);
}

.block .col .con_info .con_text {
  margin: 0 auto;
  max-width: 355px;
  width: 80%;
}

@media only screen and (max-width: 736px) {
  .block .col .con_info .con_text {
    max-width: inherit;
  }
}


.block .col .con_info .con_text>* {
  color: #fff;
  font-size: 17px;
  letter-spacing: -.04em;
  margin-top: 1.3%;
  text-align: justify;
}

@media only screen and (max-width: 1078px) {
  .block .col .con_info .con_text>* {
    font-size: 1.577vw;
  }
}

@media only screen and (max-width: 736px) {
  .block .col .con_info .con_text>* {
    font-size: 3.6vw;
  }
}

.block .brown .col .con_info .con_text>* {
  margin-top: 0;
}

.btn {
  background-color: #fff;
  margin: 0 auto;
  width: calc(200 / 512 * 100%);
}

.btn>* {
  background: #fff;
  display: block;
  font-size: 18px;
  padding: .361em 0;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1078px) {
  .btn>* {
    font-size: 1.670vw;
  }
}

@media only screen and (max-width: 736px) {
  .btn>* {
    font-size: 3.4vw;
  }
}

.brown .btn>* {
  border-bottom: 2px solid #744e39;
  border-right: 2px solid #744e39;
  color: #744e39 !important;
}

.blue .btn>* {
  border-bottom: 2px solid #1d9b9b;
  border-right: 2px solid #1d9b9b;
  color: #1d9b9b !important;
}

.green .btn>* {
  border-bottom: 2px solid #4a863c;
  border-right: 2px solid #4a863c;
  color: #4a863c !important;
}

.btn>*::after {
  box-sizing: border-box;
  content: "";
  height: calc(76 / 80 * 100%);
  left: 1px;
  position: absolute;
  top: 1px;
  width: calc(198 / 200 * 100%);
}

@media only screen and (max-width: 1078px) {
  .btn>*::after {
    height: calc(72 / 80 * 100%);
    left: .111em;
    top: .111em;
    width: calc(196 / 200 * 100%);
  }
}

.brown .btn>*::after {
  border: 1px solid #744e39;
}

.blue .btn>*::after {
  border: 1px solid #1d9b9b;
}

.green .btn>*::after {
  border: 1px solid #4a863c;
}


.btn>*:hover {
  text-decoration: none;
}

.btn>*>* {
  display: inline-block;
  font-weight: 600;
  margin-right: .667em;
  position: relative;
}

@media all and (-ms-high-contrast:none) {
  .btn>*>* {
    padding: .2em 0 0;
  }
}

.btn>*>*::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  content: "";
  height: .444em;
  position: absolute;
  right: -1.556em;
  top: 50%;
  transform: rotate(-45deg) translateY(-60%);
  width: .444em;
}

.detail.brown {
  background: #fdf7f3;
}

.detail.blue {
  background: #effbff;
}

.detail.green {
  background: #f5fff9;
}

.detail {
  padding: 3.65% 0;
}

@media only screen and (max-width: 736px) {
  .detail {
    padding: 8% 0;
  }
}

.detail ul.col_3 {
  margin: 0 auto;
  width: calc(940 / 1024 * 100%);
}

@media only screen and (max-width: 736px) {
  .detail ul.col_3 {
    width: 95%;
  }
}

.detail ul.col_3 li {
  width: calc(292 / 940 * 100%);
}

@media only screen and (max-width: 736px) {
  .detail ul.col_3 li {
    width: 100%;
  }

  .detail ul.col_3 li:nth-child(n+2) {
    margin-top: 8%;
  }
}

.detail ul li .image {
  margin-top: 2%;
}

.detail ul li .text {
  margin-top: 4%;
}

.detail.blue ul li .text {
  margin-top: 4.4%;
}

.detail ul li .text>* {
  font-size: 16px;
  letter-spacing: 0;
  text-align: justify;
}

.detail ul.col_2 {
  margin: 0 auto;
  width: calc(802 / 1024 * 100%);
}

@media only screen and (max-width: 736px) {
  .detail ul.col_2 {
    width: 95%;
  }
}

.detail ul.col_2 li {
  width: calc(322 / 802 * 100%);
}

@media only screen and (max-width: 736px) {
  .detail ul.col_2 li {
    width: 100%;
  }

  .detail ul.col_2 li:nth-child(n+2) {
    margin-top: 8%;
  }
}

/* =========================================

　.heading_2

============================================ */
.heading_2>*>* {
  color: #ffffff;
  display: block;
  text-align: center;
}

.heading_2 .en {
  font-size: 32px;
  padding-bottom: .094em;
  position: relative;
}

@media only screen and (max-width: 1078px) {
  .heading_2 .en {
    font-size: 2.968vw;
  }
}

@media only screen and (max-width: 736px) {
  .heading_2 .en {
    font-size: 6vw;
  }
}

.heading_2 .fs30 .en {
  font-size: 30px;
}

@media only screen and (max-width: 1078px) {
  .heading_2 .fs30 .en {
    font-size: 2.783vw;
  }
}

@media only screen and (max-width: 736px) {
  .heading_2 .fs30 .en {
    font-size: 6vw;
  }
}

.heading_2 .en::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: .078em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(355 / 512 * 100%);
}

.blue .heading_2 .en::after {
  width: calc(425 / 512 * 100%);
}

.heading_2 .jp {
  font-size: 20px;
  font-weight: 600;
  margin-top: .7em;
}

@media only screen and (max-width: 1078px) {
  .heading_2 .jp {
    font-size: 1.855vw;
  }
}

@media only screen and (max-width: 736px) {
  .heading_2 .jp {
    font-size: 4.5vw;
    margin-top: .3em;
  }
}


/* =========================================

　.heading_3

============================================ */
.heading_3>* {
  color: #5c3119 !important;
  padding-top: 1.636em;
  position: relative;
  text-align: center;
}

.heading_3>*::after {
  background: url(../image-new/ico-flower.png) no-repeat;
  background-size: contain;
  content: "";
  height: 1.159em;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1.045em;
}

.heading_3>*.fs22 {
  font-size: 22px;
}

@media only screen and (max-width: 1078px) {
  .heading_3>*.fs22 {
    font-size: 2.041vw;
  }
}

@media only screen and (max-width: 736px) {
  .heading_3>*.fs22 {
    font-size: 6vw;
    padding-top: 1.3em;
  }
}

.heading_3>*.fs25 {
  font-size: 25px;
  letter-spacing: -.08em;
  padding-top: 1.24em;
}

.meiryo .heading_3>*.fs25 {
  letter-spacing: -.12em;
}

@media only screen and (max-width: 1078px) {
  .heading_3>*.fs25 {
    font-size: 2.219vw;
    letter-spacing: -.06em;
  }
}

@media only screen and (max-width: 736px) {
  .heading_3>*.fs25 {
    font-size: 6vw;
    letter-spacing: 0;
    padding-top: 1.3em;
  }
}

/* =========================================

　.con_features

============================================ */
.con_features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 3.9% auto 0;
  max-width: 600px;
}

@media screen and (max-width: 736px) {
  .con_features {
    margin-top: 12%;
    width: 94.9%;
  }
}

.con_features figcaption {
  letter-spacing: -.05em;
  margin-top: 1.7%;
}

.wrp_inquiry {
  margin: 0 auto;
  max-width: 940px;
  width: 98% !important;
  font-feature-settings: "palt";
}

.ov:hover {
  transition: .5s all;
}
