@charset "UTF-8";
.header.modalOpen {
  top: 0;
}

/* --------------------------------------------------- */
/*  uservoice
/* --------------------------------------------------- */
@media screen and (min-width: 769px) {
  .contents.uservoice {
    width: 100%;
    padding: 155px 0 100px;
  }
  .contents.uservoice .breadcrumb {
    width: 1200px;
    margin: 20px auto 0;
  }
}

.keyvisual {
  margin-top: 14px;
  background: url(https://gigaplus.makeshop.jp/osmofloor/showroom/showroom_kv_bg_pc.jpg) no-repeat center top;
  background-size: 1920px;
}
@media screen and (min-width: 1921px) {
  .keyvisual {
    height: 264px;
    background-size: cover;
  }
}
.keyvisual .img {
  width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .keyvisual {
    margin-top: 1em;
    background: url(https://gigaplus.makeshop.jp/osmofloor/showroom/showroom_kv_bg_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .keyvisual .img {
    width: 100%;
  }
}

.wrap_voice {
  width: 980px;
  margin: 40px auto 0;
}
.wrap_voice .voice {
  padding: 32px 28px 36px;
  border: 4px solid #F3F2F1;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
  transition: opacity 0.4s ease, max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
}
.wrap_voice .voice + .voice {
  margin-top: 30px;
}
.wrap_voice .voice .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_voice .voice .box_title .title {
  font-size: 18px;
}
.wrap_voice .voice .box_title .title a {
  text-decoration: underline;
}
.wrap_voice .voice .box_title .place {
  margin-top: 6px;
  font-size: 14px;
  color: #A29A8C;
}
.wrap_voice .voice .text {
  margin-top: 10px;
}
.wrap_voice .voice.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .wrap_voice {
    width: 100%;
    margin: 0.4em auto 3.6em;
  }
  .wrap_voice .voice {
    padding: 1.5em 5% 1.8em;
    border: 3px solid #F3F2F1;
    border-radius: 4px;
  }
  .wrap_voice .voice + .voice {
    margin-top: 1.4em;
  }
  .wrap_voice .voice .box_title .title {
    font-size: 16px;
    line-height: 1.9;
  }
  .wrap_voice .voice .box_title .place {
    margin-top: 0.7em;
    font-size: 12px;
  }
  .wrap_voice .voice .text {
    margin-top: 0.6em;
  }
}

.link.more {
  width: 320px;
  height: 48px;
  margin: 60px auto 0;
  position: relative;
  border: 1px solid #C8C1B6;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.link.more:before {
  content: "＋";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 14px;
  margin: auto;
  color: #3F342D;
  z-index: 50;
  line-height: 48px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link.more:hover {
  background: #3F342D;
}
.link.more:hover, .link.more:hover::before {
  border-color: #3F342D;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .link.more {
    width: 74%;
    height: 40px;
    margin: 2.8em auto 0;
  }
  .link.more:before {
    right: 0.6em;
    line-height: 40px;
    font-size: 14px;
  }
}

.box_modal_wrap {
  margin: 24px 0 0;
  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;
  gap: 20px;
}
.box_modal_wrap .image {
  width: 136px;
}
.box_modal_wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

a.modal_open {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 136px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16);
  position: relative;
}
a.modal_open:before {
  content: "＋";
  width: 18px;
  height: 20px;
  padding-left: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background: #3f342d;
  z-index: 50;
  line-height: 20px;
  text-align: center;
}
a.modal_open:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  z-index: 100002;
  cursor: pointer;
}
.modal p {
  color: #333333;
  text-align: center;
}
.modal p.title {
  margin: 10px auto 0;
  font-size: 16px;
}
.modal p.txt {
  margin: 10px auto 0;
  font-size: 14px;
}
.modal p.detail {
  margin: 12px auto 0;
  font-size: 12px;
}

.modal_inner {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: default;
  padding: 42px 0;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal_inner .img {
  max-width: 92%;
  max-height: calc(100vh + 84px);
  margin-bottom: 0;
  padding: 42px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: bottom;
  position: relative;
}
.modal_inner .img img {
  max-width: 100%;
  max-height: calc(100vh - 84px);
  width: auto;
  height: auto;
  display: block;
}

.close_btn {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.close_btn:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #ffffff;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -4px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_btn:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #ffffff;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -4px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close_btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .tit_underline .count {
    margin-left: 1.1em;
    font-size: 12px;
    bottom: 0.2em;
  }
  .wrap_review {
    margin-top: 20px;
    gap: 32px 0;
  }
  .box_review {
    padding: 36px 20px 15px;
  }
  .box_review .box_status .name {
    width: 70%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
  .box_review .box_status .date {
    width: 30%;
    margin: 0;
    font-size: 12px;
    text-align: left;
  }
  .box_review .text {
    font-size: 14px;
  }
  .box_modal_wrap {
    margin-top: 1.05em;
    gap: 5%;
  }
  .box_modal_wrap .image {
    width: 30%;
  }
  a.modal_open {
    height: 24.5vw;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16);
    position: relative;
  }
  a.modal_open:before {
    content: "＋";
    width: 1.4em;
    height: 1.4em;
    padding-left: 0;
    line-height: 1.4em;
    text-align: center;
  }
  a.modal_open:hover {
    opacity: 0.7;
  }
  .modal_inner .img {
    padding: 30px 0;
  }
  .close_btn {
    width: 24px;
    height: 24px;
  }
  .close_btn:before {
    width: 30px;
  }
  .close_btn:after {
    width: 30px;
  }
}
.modal_bg {
  display: block;
  position: fixed;
  top: -5000px;
  right: -5000px;
  left: -5000px;
  bottom: -5000px;
  background: rgba(63, 52, 45, 0.9);
  z-index: 10001;
  cursor: pointer;
}