@charset "UTF-8";
/*
$serif: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
$roman: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
@import url("global.css");
.roman {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

#header {
  background-color: transparent;
}

.is-scroll #header {
  background-color: #fff;
}

#breadcrumbs ul {
  text-align: right;
}

#titlemain {
  position: relative;
  z-index: -1;
}
#titlemain .image {
  position: fixed;
  top: 0;
  left: 0;
  height: 760px;
  width: 100%;
  z-index: 1;
}
#titlemain .pagetitle {
  position: relative;
  z-index: 3;
  height: 760px;
}

#order #titlemain .image {
  background: url("../lineup/order/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#order #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  top: 260px;
  margin-left: -170px;
}

#nstyle #titlemain .image {
  background: url("../lineup/nstyle/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#nstyle #titlemain .pagetitle .title {
  position: absolute;
  max-width: 490px;
  right: 50%;
  top: 160px;
  margin-right: 50px;
}

#zerocube #titlemain .image {
  background: url("../lineup/zerocube/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#zerocube #titlemain .pagetitle .title {
  position: absolute;
  right: 50%;
  top: 260px;
  margin-right: -10px;
}

#housecanvas #titlemain .image {
  background: url("../lineup/housecanvas/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#housecanvas #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -424px;
  top: 280px;
}

#freakshouse #titlemain .image {
  background: url("../lineup/freakshouse/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#freakshouse #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -269px;
  top: 80px;
}

#zerofreaks #titlemain .image {
  background: url("../lineup/zerofreaks/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#zerofreaks #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -144px;
  top: 210px;
}

#stepfloor #titlemain .image {
  background: url("../lineup/stepfloor/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#stepfloor #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -268px;
  top: 330px;
}

#mini #titlemain .image {
  background: url("../lineup/mini/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#mini #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -249px;
  top: 370px;
}

#kai #titlemain .image {
  background: url("../lineup/kai/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#kai #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -142px;
  top: 360px;
}

#malibu #titlemain .image {
  background: url("../lineup/malibu/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#malibu #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -185px;
  top: 275px;
}

#blancange #titlemain .image {
  background: url("../lineup/blancange/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#blancange #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -252px;
  top: 320px;
}

#nordichouse #titlemain .image {
  background: url("../lineup/nordichouse/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#nordichouse #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 265px;
}

#hyvaandstyle #titlemain .image {
  background: url("../lineup/hyvaandstyle/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#hyvaandstyle #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -270px;
  top: 320px;
}

#simplestyle #titlemain .image {
  background: url("../lineup/simplestyle/img/main.png") no-repeat center center;
  background-size: cover;
}
#simplestyle #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: 70px;
  top: 300px;
}

#amadanabase #titlemain .image {
  background: url("../lineup/amadanabase/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#amadanabase #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -375px;
  top: 320px;
}

#tools #titlemain .image {
  background: url("../lineup/tools/img/main.jpg") no-repeat center center;
  background-size: cover;
}
#tools #titlemain .pagetitle .title {
  position: absolute;
  left: 50%;
  margin-left: -230px;
  top: 300px;
}
#tools #titlemain .pagetitle .title img {
  width: 460px;
}

#bodyarea {
  background-color: #fff;
}

#breadcrumbs {
  background-color: #fff;
  padding-top: 30px;
}

#footer {
  background-color: #fff;
}

.pageback {
  margin-top: 30px;
}

.concept {
  position: relative;
  margin-bottom: 80px;
}
.concept .textblock {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 205px 50px 40px 0;
  position: relative;
}
.concept .textblock .eximage {
  position: absolute;
  z-index: 2;
  right: 60px;
  left: 0;
  text-align: center;
}
.concept .textblock .title {
  margin-bottom: 40px;
}
.concept .textblock .title span {
  font-size: 46px;
  display: block;
}
.concept .textblock .title strong {
  font-size: 32px;
  font-weight: bold;
}
.concept .textblock p {
  text-align: justify;
}
.concept .textblock .price {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.4em;
  margin-top: 30px;
}
.concept .textblock .price dt {
  display: inline-block;
  letter-spacing: 1px;
  margin-right: 10px;
}
.concept .textblock .price dd {
  display: inline-block;
  letter-spacing: 1px;
}
.concept .textblock .price dd span {
  font-size: 32px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
}
.concept .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 600px;
  width: 50%;
}

.form_link {
  text-align: center;
}
.form_link img {
  display: block;
  text-align: center;
  max-width: 600px;
  margin: 30px auto;
}
.form_link .grandopen_img {
  margin-top: 70px;
}
.form_link p {
  margin: 30px auto;
}
.form_link .grandopen_text {
  font-size: 20px;
  font-weight: bold;
}
.form_link .link_btn {
  margin: 0 0 90px;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 3px;
  background: #EF8718;
}
.form_link .link_btn p {
  margin: 0px auto;
}
.form_link .link_btn a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem 1rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 3px;
}
.form_link .link_btn a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.form_link .link_btn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 16%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  margin-left: -15px;
}
.form_link .link_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  left: 16%;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 12px solid #EF8718;
  margin-left: -5px;
}

.contents .title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
.contents .title span {
  display: block;
}
.contents .title span.en {
  font-size: 46px;
}
.contents .title span.ja {
  font-size: 18px;
}
.contents .lead {
  text-align: center;
}

.osusume {
  margin-bottom: 80px;
}
.osusume .title {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: -4px;
  position: relative;
  z-index: 2;
}
.osusume .title strong {
  display: block;
  font-weight: bold;
  font-size: 1.5em;
}
.osusume .list {
  background-color: #eee;
  padding: 50px 0;
}
.osusume ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.osusume ul li {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
}
.osusume ul li .inner {
  background-color: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  position: relative;
  padding: 80px 20px 30px;
  font-size: 18px;
  font-weight: bold;
}
.osusume ul li .inner::before {
  content: "\f00c";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  font-size: 90px;
  color: #a9aaaa;
  line-height: 1;
  top: -20px;
  left: 0;
  right: 0;
}

.frame_box {
  margin-bottom: 60px;
}
.frame_box .matterport_box {
  padding: 40px;
  background: #EEE;
}
.frame_box .matterport_box iframe {
  width: 100%;
  height: 600px;
}
.frame_box .youtube_box {
  padding: 40px;
  background: #252122;
  margin: 0 auto;
  max-width: 800px;
}
.frame_box .youtube_box iframe {
  width: 100%;
  height: 450px;
  max-width: 800px;
}

.point {
  margin-bottom: 60px;
}
.point > ul > li {
  position: relative;
}
.point > ul > li .figure {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.point > ul > li .figure .small {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.point > ul > li .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 440px;
}
.point > ul > li .text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: justify;
}
.point > ul > li .text .h {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.point > ul > li .text ul li {
  margin: 10px 0;
  line-height: 1.6;
  padding-left: 20px;
  text-indent: -20px;
}
.point > ul > li .text ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: -1px;
  background-color: #a9aaaa;
}
.point > ul > li:nth-of-type(odd) {
  background-color: #eee;
}
.point > ul > li:nth-of-type(odd) .figure {
  left: 0;
  text-align: right;
}
.point > ul > li:nth-of-type(odd) .figure .small {
  right: 0;
}
.point > ul > li:nth-of-type(odd) .text {
  margin-left: auto;
  padding-left: 60px;
}
.point > ul > li:nth-of-type(even) .figure {
  text-align: left;
  right: 0;
}
.point > ul > li:nth-of-type(even) .figure .small {
  left: 0;
}
.point > ul > li:nth-of-type(even) .text {
  padding-right: 60px;
}

.plan {
  margin: 60px 0 80px;
}
.plan .planbox {
  margin: 50px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan .planbox .ex {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plan .planbox .planimage {
  padding-left: 80px;
  letter-spacing: -0.4em;
}
.plan .planbox .planimage img {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  letter-spacing: 0;
}
.plan .data {
  background-color: #eee;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan .data h3 {
  width: 150px;
  margin-right: 30px;
}
.plan .data h3 img {
  vertical-align: middle;
}
.plan .data .price {
  font-size: 21px;
  font-weight: bold;
  margin-right: 20px;
}
.plan .data .price strong {
  font-size: 2em;
  padding: 0 5px;
  vertical-align: -3px;
}
.plan .data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.plan .data dl dt {
  display: block;
  background-color: #a9aaaa;
  color: #fff;
  font-weight: bold;
  padding: 5px 14px 5px 15px;
  margin-right: 15px;
}
.plan .notes {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.plan .notes br {
  display: none;
}

.gallery {
  background-color: #eee;
  padding: 80px 0 0;
}
.gallery .pharea {
  margin: 50px 0;
}
.gallery .pharea .photo {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}
.gallery .fotorama__stage {
  margin-bottom: 0;
}
.gallery .fotorama__caption__wrap {
  display: block;
  text-align: center;
  background: rgba(37, 33, 34, 0.5);
  padding: 10px 10px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.gallery .moviebox {
  background-color: #252122;
  padding: 30px 0;
}
.gallery .moviebox .movie {
  max-width: 800px;
  margin: 0 auto;
}
.gallery .moviebox #movie {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.gallery .moviebox #movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.formbanner {
  margin-top: 80px;
}
.formbanner ul li a, .formbanner ul li form {
  height: 320px;
  padding: 100px 80px 0;
}
.formbanner ul li a .mainbox .title, .formbanner ul li form .mainbox .title {
  margin-bottom: 35px;
}
.formbanner ul li a .mainbox .text, .formbanner ul li form .mainbox .text {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
}
.formbanner ul li.bnr_catalog form .image {
  width: 400px;
  top: 10px;
  right: 250px;
}

#order .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #F08803;
  margin: 25px auto 0;
  display: block;
}
#order .concept .eximage {
  top: -200px;
  right: 0;
  left: -60px;
}
#order .gallery .fotorama__thumb-border {
  border-color: #F08803;
}
#order .introduction {
  text-align: center;
  margin: 80px 0 60px;
}
#order .introduction .catch {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
#order .introduction .catch span {
  color: #F08803;
}
#order .introduction .catch br {
  display: none;
}
#order .introduction .title {
  line-height: 1;
  margin-bottom: 40px;
}
#order .introduction .title span {
  display: block;
  position: relative;
}
#order .introduction .title .ja {
  font-weight: bold;
  font-size: 26px;
  margin-top: -20px;
}
#order .introduction .title .ja:first-letter {
  color: #F08803;
  font-size: 1.2em;
}
#order .introduction .title .en {
  font-size: 70px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: 700;
  color: #ccc;
  letter-spacing: -2px;
}
#order .introduction .title strong {
  display: block;
  padding-top: 10px;
  font-size: 18px;
}
#order .introduction .introtext {
  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;
  position: relative;
}
#order .introduction .introtext .text {
  text-align: justify;
  line-height: 2;
}
#order .introduction .introtext .text p {
  margin: 20px 0;
}
#order .introduction .introtext .figure {
  max-width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50px;
}
#order .introduction .introtext .figure img {
  padding: 15px;
  border: #ccc 1px solid;
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#order .information {
  position: relative;
  padding-top: 140px;
}
#order .information .image {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#order .information .mainblock {
  background-color: #fff;
  position: relative;
  width: 800px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 0 50px;
  z-index: 2;
}
#order .information .mainblock .title {
  text-align: right;
  margin: 0 0 10px;
  position: absolute;
  top: -35px;
  right: 0;
}
#order .information .mainblock .title span {
  display: block;
  position: relative;
}
#order .information .mainblock .title span.ja {
  font-weight: bold;
  font-size: 24px;
  z-index: 2;
}
#order .information .mainblock .title span.en {
  z-index: 1;
  margin-top: -45px;
  font-size: 60px;
  font-weight: 700;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  letter-spacing: -1px;
  color: #ccc;
  line-height: 1.1;
}
#order .information .mainblock dl {
  float: left;
}
#order .information .mainblock dl dt {
  font-weight: bold;
  font-size: 21px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}
#order .information .mainblock .button {
  margin: 30px 0 50px auto;
  width: 400px;
}
#order .information .mainblock .button a {
  display: block;
  border: #a9aaaa 1px solid;
  border-radius: 100px;
  text-align: right;
  padding: 0 30px;
  position: relative;
  font-weight: bold;
  line-height: 60px;
}
#order .information .mainblock .button a::before {
  content: "";
  width: 60px;
  height: 5px;
  background: url("../img/arrow2.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -2px;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#order .information .mainblock .button a:hover {
  color: #F08803;
  background-color: rgba(238, 238, 238, 0.3);
}
#order .information .mainblock .button a:hover::before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#order .information .mainblock .map {
  position: relative;
  height: 320px;
  clear: both;
}
#order .information .mainblock .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#order form#mailformpro #toggleraijo {
  margin-top: 10px;
  border: #ccc 1px solid;
  padding: 20px;
}
#order form#mailformpro #toggleraijo .text {
  font-weight: bold;
}
#order form#mailformpro #toggleraijo dl {
  border-top: #ccc 1px solid;
  margin-top: 15px;
  padding: 10px 0 10px 10px;
}
#order form#mailformpro #toggleraijo dl dt {
  float: none;
  width: auto;
  font-size: inherit;
  padding: 0;
  text-align: left;
  border: none;
  margin: 0;
}
#order form#mailformpro #toggleraijo dl dd {
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: 1.5;
}

#nstyle .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #778D2F;
  margin: 25px auto 0;
  display: block;
}
#nstyle .concept .eximage {
  top: -310px;
  right: 0;
  left: -40px;
}
#nstyle .concept .textblock dl.ask {
  margin: 20px 0;
}
#nstyle .concept .textblock dl.ask dt {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
#nstyle .concept .textblock dl.ask dd {
  line-height: 24px;
  margin: 8px 0;
  padding-left: 25px;
  text-indent: -25px;
}
#nstyle .concept .textblock dl.ask dd .number {
  font-size: 20px;
  font-weight: bold;
  color: #778D2F;
  display: inline-block;
  text-indent: 0;
  margin-right: 5px;
  vertical-align: -1px;
}
#nstyle .contents ul li .text h3 .pcnone {
  display: none;
}
#nstyle .gallery .fotorama__thumb-border {
  border-color: #778D2F;
}

#zerocube .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #B4DDDC;
  margin: 25px auto 0;
  display: block;
}
#zerocube .concept .eximage {
  top: -230px;
}
#zerocube .concept .eximage img {
  width: 360px;
}
#zerocube .gallery .fotorama__thumb-border {
  border-color: #B4DDDC;
}
#zerocube #fun {
  background-color: #eee;
  padding: 50px 0 40px;
}
#zerocube #fun .titlebox {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
#zerocube #fun .titlebox .lead br {
  display: none;
}
#zerocube #fun ul {
  overflow: hidden;
}
#zerocube #fun ul li {
  width: 33.3333333333%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
#zerocube #fun ul li .textblock {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}
#zerocube #fun ul li .textblock .num {
  float: left;
  line-height: 1;
  width: 60px;
  text-align: center;
  font-size: 68px;
  color: #ccc;
}
#zerocube #fun ul li .textblock .text {
  line-height: 2;
  margin-left: 80px;
}
#zerocube #fun ul li .textblock .text span {
  font-weight: bold;
  display: block;
}
#zerocube #fun ul li .figure {
  padding: 0 15px;
}
#zerocube #fun ul li .figure .img {
  line-height: 200px;
}
#zerocube #fun ul li .figure .img img {
  vertical-align: middle;
  max-height: 200px;
}
#zerocube #fun ul li .figure figcaption {
  font-size: 24px;
}
#zerocube #fun ul li.wide {
  width: 66.6666666667%;
}
#zerocube #fun ul li.wide .figure {
  display: inline-block;
}
#zerocube #fun ul li:nth-of-type(1)::before, #zerocube #fun ul li:nth-of-type(2)::before, #zerocube #fun ul li:nth-of-type(4)::before {
  content: "";
  position: absolute;
  width: 2px;
  top: 80px;
  bottom: 80px;
  right: -1px;
  background: #ccc;
}
#zerocube #fun ul li:nth-of-type(n+4)::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 80px;
  right: 80px;
  top: -1px;
  background: #ccc;
}

#housecanvas .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #00407E;
  margin: 25px auto 0;
  display: block;
}
#housecanvas .concept .eximage {
  top: -230px;
}
#housecanvas .concept .eximage img {
  width: 360px;
}
#housecanvas .gallery .fotorama__thumb-border {
  border-color: #00407E;
}
#housecanvas #collaboration {
  background-color: #eee;
  padding: 50px 0;
}
#housecanvas #collaboration .titlebox {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
#housecanvas #collaboration .titlebox .lead br {
  display: none;
}
#housecanvas #collaboration .titlebox .lead strong {
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}
#housecanvas #collaboration .collaboration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#housecanvas #collaboration .collaboration li {
  width: 440px;
  margin: 0 40px;
  position: relative;
}
#housecanvas #collaboration .collaboration li dl {
  border: #252122 1px solid;
  background-color: #fff;
  padding: 30px 30px 50px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#housecanvas #collaboration .collaboration li dl dt {
  text-align: center;
  margin-bottom: 20px;
  line-height: 82px;
}
#housecanvas #collaboration .collaboration li dl dt img {
  vertical-align: middle;
}
#housecanvas #collaboration .collaboration li dl dd {
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}
#housecanvas #collaboration .collaboration li dl dd.link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#housecanvas #collaboration .collaboration li dl dd.link a {
  padding: 10px;
  color: #00407E;
}
#housecanvas #collaboration .collaboration li dl dd.link a::before {
  content: "\f2d2";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  display: inline-block;
  vertical-align: 0;
  margin-right: 10px;
}
#housecanvas #collaboration .collaboration li:last-of-type::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../lineup/housecanvas/img/collaboration.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -62px;
  margin-top: -22px;
}

#freakshouse .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #5A7E40;
  margin: 25px auto 0;
  display: block;
}
#freakshouse .concept .eximage {
  top: -230px;
  right: -40px;
  left: -40px;
}
#freakshouse .gallery .fotorama__thumb-border {
  border-color: #5A7E40;
}
#freakshouse #collaboration {
  background-color: #eee;
  padding: 50px 0;
}
#freakshouse #collaboration .titlebox {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
#freakshouse #collaboration .titlebox .lead {
  line-height: 1.6;
}
#freakshouse #collaboration .titlebox .lead strong {
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
#freakshouse #collaboration .collaboration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#freakshouse #collaboration .collaboration li {
  width: 480px;
  margin: 0 40px;
  position: relative;
}
#freakshouse #collaboration .collaboration li dl {
  padding: 30px 30px 60px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#freakshouse #collaboration .collaboration li dl dt {
  text-align: center;
  margin-bottom: 20px;
  line-height: 82px;
}
#freakshouse #collaboration .collaboration li dl dt img {
  vertical-align: middle;
}
#freakshouse #collaboration .collaboration li dl dd {
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}
#freakshouse #collaboration .collaboration li dl dd.link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#freakshouse #collaboration .collaboration li dl dd.link a {
  padding: 10px;
}
#freakshouse #collaboration .collaboration li dl dd.link a::before {
  content: "\f2d2";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  display: inline-block;
  vertical-align: 0;
  margin-right: 10px;
}
#freakshouse #collaboration .collaboration li:first-of-type {
  border: #252122 1px solid;
  background-color: #fff;
}
#freakshouse #collaboration .collaboration li:first-of-type dd.link a {
  color: #00407E;
}
#freakshouse #collaboration .collaboration li:last-of-type {
  background-color: #5A7E40;
  color: #fff;
}
#freakshouse #collaboration .collaboration li:last-of-type dd.link a {
  color: #fff;
}
#freakshouse #collaboration .collaboration li:last-of-type::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url("../lineup/freakshouse/img/collaboration.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -64px;
  margin-top: -24px;
}

#zerofreaks .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #C7A877;
  margin: 25px auto 0;
  display: block;
}
#zerofreaks .concept .eximage {
  top: -230px;
  right: 60px;
  left: 0;
}
#zerofreaks .point > ul > li .text ul li::before {
  background-color: #C7A877;
}
#zerofreaks .gallery .fotorama__thumb-border {
  border-color: #C7A877;
}
#zerofreaks #cabin {
  background-color: #eee;
  padding: 50px 0;
}
#zerofreaks #cabin .titlebox {
  background-color: #fff;
  padding: 40px 40px 20px;
  text-align: center;
  margin-bottom: -30px;
}
#zerofreaks #cabin .titlebox span.ja {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}
#zerofreaks #cabin .figure {
  width: 320px;
  margin: 0 auto 20px;
}
#zerofreaks #cabin ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
#zerofreaks #cabin ul li {
  width: 33.3333333333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
#zerofreaks #cabin ul li .inner {
  background-color: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px 30px;
}
#zerofreaks #cabin ul li .inner .h span {
  display: block;
  text-align: center;
}
#zerofreaks #cabin ul li .inner .h span.roman {
  font-size: 32px;
  line-height: 1;
}
#zerofreaks #cabin ul li .inner .image {
  margin: 20px 0;
}
#zerofreaks #cabin ul li .inner p {
  text-align: justify;
}
#zerofreaks #collaboration {
  margin: 80px 0;
}
#zerofreaks #collaboration .titlebox {
  text-align: center;
  margin-bottom: 60px;
}
#zerofreaks #collaboration .titlebox .lead {
  line-height: 1.6;
}
#zerofreaks #collaboration .titlebox .lead strong {
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
#zerofreaks #collaboration .collaboration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -40px;
}
#zerofreaks #collaboration .collaboration li {
  width: 560px;
  margin: 0 40px;
  position: relative;
}
#zerofreaks #collaboration .collaboration li dl {
  padding: 30px 30px 60px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#zerofreaks #collaboration .collaboration li dl dt {
  text-align: center;
  margin-bottom: 20px;
  line-height: 82px;
}
#zerofreaks #collaboration .collaboration li dl dt img {
  vertical-align: middle;
}
#zerofreaks #collaboration .collaboration li dl dd {
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}
#zerofreaks #collaboration .collaboration li dl dd.link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#zerofreaks #collaboration .collaboration li dl dd.link a {
  padding: 10px;
}
#zerofreaks #collaboration .collaboration li dl dd.link a::before {
  content: "\f2d2";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  display: inline-block;
  vertical-align: 0;
  margin-right: 10px;
}
#zerofreaks #collaboration .collaboration li:first-of-type {
  border: #252122 1px solid;
  background-color: #fff;
}
#zerofreaks #collaboration .collaboration li:first-of-type dd.link a {
  color: #00407E;
}
#zerofreaks #collaboration .collaboration li:last-of-type {
  background-color: #5A7E40;
  color: #fff;
}
#zerofreaks #collaboration .collaboration li:last-of-type dd.link a {
  color: #fff;
}
#zerofreaks #collaboration .collaboration li:last-of-type::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url("../lineup/freakshouse/img/collaboration.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -64px;
  margin-top: -24px;
}
#zerofreaks .plan {
  background-color: #eee;
  padding: 60px 0;
}
#zerofreaks .plan .planbox .planimage {
  background-color: #fff;
  margin-left: 40px;
  padding: 20px;
}
#zerofreaks .plan .data {
  background-color: #fff;
}
#zerofreaks .gallery {
  background-color: #fff;
  padding: 0;
}

#stepfloor .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #B8D51D;
  margin: 25px auto 0;
  display: block;
}
#stepfloor .concept .eximage {
  top: -260px;
  right: 60px;
  left: 0;
}
#stepfloor .gallery .fotorama__thumb-border {
  border-color: #B8D51D;
}

#mini .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #FFFB8C;
  margin: 25px auto 0;
  display: block;
}
#mini .concept .eximage {
  top: -280px;
}
#mini .concept .eximage img {
  width: 240px;
}
#mini .gallery .fotorama__thumb-border {
  border-color: #FFFB8C;
}
#mini #fun {
  background-color: #eee;
  padding: 50px 0 40px;
}
#mini #fun .titlebox {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
#mini #fun ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mini #fun ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
#mini #fun ul li .text {
  margin-bottom: 10px;
}
#mini #fun ul li .text span {
  font-weight: bold;
  display: block;
}
#mini #fun ul li .figure {
  padding: 0 15px;
}
#mini #fun ul li .figure .img {
  line-height: 220px;
}
#mini #fun ul li .figure .img img {
  vertical-align: middle;
  max-height: 220px;
}
#mini #fun ul li .figure figcaption {
  font-size: 24px;
}
#mini #fun ul li::before {
  content: "";
  position: absolute;
  width: 2px;
  top: 80px;
  bottom: 80px;
  right: -1px;
  background: #ccc;
}
#mini #fun ul li:last-of-type::before {
  display: none;
}
#mini .plan .planbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mini .plan .planbox .ex {
  width: auto;
}
#mini .plan .planbox .planimage img {
  width: auto;
}

#kai .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #ABDEFF;
  margin: 25px auto 0;
  display: block;
}
#kai .concept .eximage {
  top: -240px;
  right: 60px;
  left: 0;
}
#kai .gallery .fotorama__thumb-border {
  border-color: #ABDEFF;
}

#malibu .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #8AD3E6;
  margin: 25px auto 0;
  display: block;
}
#malibu .concept .eximage {
  top: -230px;
}
#malibu .concept .eximage img {
  width: 370px;
}
#malibu .gallery .fotorama__thumb-border {
  border-color: #8AD3E6;
}
#malibu #collaboration {
  background-color: #eee;
  padding: 50px 0;
}
#malibu #collaboration .titlebox {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
#malibu #collaboration .titlebox .lead br {
  display: none;
}
#malibu #collaboration .titlebox .lead strong {
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}
#malibu #collaboration .collaboration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#malibu #collaboration .collaboration li {
  width: 440px;
  margin: 0 40px;
  position: relative;
}
#malibu #collaboration .collaboration li dl {
  border: #252122 1px solid;
  background-color: #fff;
  padding: 30px 30px 50px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#malibu #collaboration .collaboration li dl dt {
  text-align: center;
  margin-bottom: 20px;
  line-height: 82px;
}
#malibu #collaboration .collaboration li dl dt img {
  vertical-align: middle;
  max-height: 80px;
}
#malibu #collaboration .collaboration li dl dd {
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}
#malibu #collaboration .collaboration li dl dd.link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#malibu #collaboration .collaboration li dl dd.link a {
  padding: 10px;
  color: #8AD3E6;
}
#malibu #collaboration .collaboration li dl dd.link a::before {
  content: "\f2d2";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  display: inline-block;
  vertical-align: 0;
  margin-right: 10px;
}
#malibu #collaboration .collaboration li:last-of-type dl dt img {
  width: 300px;
}
#malibu #collaboration .collaboration li:last-of-type::before {
  content: "";
  width: 44px;
  height: 44px;
  background: url("../lineup/malibu/img/collaboration.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -62px;
  margin-top: -22px;
}
#malibu .plan .data {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#malibu .plan .data h3 {
  width: 50%;
  margin: 0;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px 10px 0;
}
#malibu .plan .data .price {
  margin-right: 0;
  width: 50%;
}
#malibu .plan .data dl {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  width: 50%;
}
#malibu .plan .data dl:first-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#blancange .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #F5C3C1;
  margin: 25px auto 0;
  display: block;
}
#blancange .concept .eximage {
  top: -260px;
  right: 40px;
  left: 0;
}
#blancange .gallery .fotorama__thumb-border {
  border-color: #F5C3C1;
}

#nordichouse .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #AF4F22;
  margin: 25px auto 0;
  display: block;
}
#nordichouse .concept .eximage {
  top: -250px;
  right: 60px;
  left: 0;
}
#nordichouse .gallery .fotorama__thumb-border {
  border-color: #AF4F22;
}

#hyvaandstyle .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #3489AB;
  margin: 25px auto 0;
  display: block;
}
#hyvaandstyle .concept .eximage {
  top: -250px;
  right: 40px;
  left: 0;
}
#hyvaandstyle .gallery .fotorama__thumb-border {
  border-color: #3489AB;
}

#simplestyle .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #AC9341;
  margin: 25px auto 0;
  display: block;
}
#simplestyle .concept .eximage {
  max-width: 400px;
  top: -220px;
  right: 0;
  left: 0;
  text-align: center;
}
#simplestyle .gallery .fotorama__thumb-border {
  border-color: #AC9341;
}

#amadanabase .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #78624F;
  margin: 25px auto 0;
  display: block;
}
#amadanabase .concept .eximage {
  max-width: 440px;
  top: -220px;
  right: 0;
  left: 0;
  text-align: center;
}
#amadanabase .gallery .fotorama__thumb-border {
  border-color: #78624F;
}
#amadanabase .point .h {
  color: #78624F;
}
#amadanabase #collaboration {
  background-color: #eee;
  padding: 50px 0;
}
#amadanabase #collaboration .titlebox {
  background-color: #fff;
  padding: 50px;
  text-align: center;
}
#amadanabase #collaboration .titlebox span {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

#tools .contents .title::after {
  content: "";
  width: 100px;
  height: 8px;
  background-color: #DBC8A4;
  margin: 25px auto 0;
  display: block;
}
#tools .concept .eximage {
  top: -260px;
  right: 60px;
  left: 0;
}
#tools .point > ul > li .text .h {
  font-size: 18px;
}
#tools .point > ul > li .text .h span {
  font-size: 30px;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  display: block;
}
#tools .point > ul > li .text ul li::before {
  background-color: #DBC8A4;
}
#tools .gallery .fotorama__thumb-border {
  border-color: #DBC8A4;
}
#tools #fun {
  background-color: #eee;
  padding: 50px 0;
}
#tools #fun .titlebox {
  background-color: #fff;
  padding: 40px 40px 20px;
  margin-bottom: 30px;
}
#tools #fun .titlebox span.ja {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}
#tools #fun ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
#tools #fun ul li {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
#tools #fun ul li .inner {
  background-color: #fff;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tools #fun ul li .inner .image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
#tools #fun ul li .inner .text {
  padding-left: 20px;
}
#tools #fun ul li .inner .text .h {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
}
#tools #fun ul li .inner .text .h span {
  display: block;
}
#tools #fun ul li .inner .text .h span.roman {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}
#tools #collaboration {
  margin: 80px 0;
}
#tools #collaboration .titlebox {
  text-align: center;
  margin-bottom: 60px;
}
#tools #collaboration .titlebox .lead {
  line-height: 1.6;
}
#tools #collaboration .titlebox .lead strong {
  display: block;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
#tools #collaboration .collaboration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -40px;
}
#tools #collaboration .collaboration li {
  width: 560px;
  margin: 0 40px;
  position: relative;
}
#tools #collaboration .collaboration li dl {
  padding: 30px 30px 60px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tools #collaboration .collaboration li dl dt {
  text-align: center;
  margin-bottom: 20px;
  line-height: 82px;
}
#tools #collaboration .collaboration li dl dt img {
  vertical-align: middle;
}
#tools #collaboration .collaboration li dl dt img.tool_life {
  width: 333px;
}
#tools #collaboration .collaboration li dl dd {
  font-size: 13px;
  line-height: 1.6;
  text-align: justify;
}
#tools #collaboration .collaboration li dl dd.link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#tools #collaboration .collaboration li dl dd.link a {
  padding: 10px;
}
#tools #collaboration .collaboration li dl dd.link a::before {
  content: "\f2d2";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  display: inline-block;
  vertical-align: 0;
  margin-right: 10px;
}
#tools #collaboration .collaboration li:first-of-type {
  border: #252122 1px solid;
  background-color: #fff;
}
#tools #collaboration .collaboration li:first-of-type dd.link a {
  color: #00407E;
}
#tools #collaboration .collaboration li:last-of-type {
  background-color: #DBC8A4;
}
#tools #collaboration .collaboration li:last-of-type dt img {
  width: 200px;
}
#tools #collaboration .collaboration li:last-of-type::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url("../lineup/tools/img/collaboration.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -64px;
  margin-top: -24px;
}
#tools .plan {
  background-color: #eee;
  padding: 60px 0;
}
#tools .plan .planbox .planimage {
  background-color: #fff;
  margin-left: 40px;
  padding: 20px;
}
#tools .plan .data {
  background-color: #fff;
}
#tools .gallery {
  background-color: #fff;
  padding: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #zerocube #titlemain .pagetitle .title {
    margin-left: 20px;
  }
  #nstyle #titlemain .pagetitle .title {
    max-width: 400px;
  }
  #housecanvas #titlemain .pagetitle .title {
    width: 700px;
    margin-left: -350px;
    top: 280px;
  }
  #simplestyle #titlemain .pagetitle .title {
    left: 50%;
    right: 60px;
    margin-left: 0;
  }
  .plan .planbox .planimage {
    padding-left: 60px;
  }
  .plan .data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan .data h3 {
    width: 140px;
    margin-right: 40px;
  }
  .plan .data .price {
    margin-right: 0;
  }
  .plan .data dl {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    width: 50%;
  }
  .plan .data dl:first-of-type {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .plan .notes br {
    display: inline;
  }
  .formbanner ul li a, .formbanner ul li form {
    padding: 100px 50px 0;
  }
  .formbanner ul li.bnr_catalog form .image {
    right: 200px;
  }
  #order .information .image {
    width: 60%;
  }
  #order .information .mainblock {
    width: 750px;
  }
  #housecanvas #collaboration .titlebox .lead br {
    display: inline;
  }
  #stepfloor .plan .data h3, #mini .plan .data h3, #hyvaandstyle .plan .data h3 {
    width: 240px;
  }
  #malibu .plan .data {
    padding: 30px;
  }
  #malibu .plan .data h3 {
    width: 160px;
    margin: 0;
  }
  #malibu .plan .data .price {
    width: auto;
  }
  #malibu .plan .data dl {
    padding: 0 10px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #titlemain .image {
    height: 560px;
  }
  #titlemain .pagetitle {
    height: 560px;
  }
  #order #titlemain .pagetitle .title {
    max-width: 300px;
    top: 190px;
    margin-left: -150px;
  }
  #nstyle #titlemain .pagetitle .title {
    max-width: 360px;
    top: 150px;
    margin-right: 0;
  }
  #zerocube #titlemain .pagetitle .title {
    width: 300px;
    top: 210px;
    margin-right: 0;
  }
  #housecanvas #titlemain .pagetitle .title {
    width: 500px;
    margin-left: -250px;
    top: 220px;
  }
  #freakshouse #titlemain .pagetitle .title {
    width: 440px;
    margin-left: -220px;
    top: 60px;
  }
  #zerofreaks #titlemain .pagetitle .title {
    width: 220px;
    margin-left: -110px;
    top: 180px;
  }
  #stepfloor #titlemain .pagetitle .title {
    top: 250px;
  }
  #mini #titlemain .pagetitle .title {
    top: 260px;
  }
  #kai #titlemain .pagetitle .title {
    top: 250px;
  }
  #malibu #titlemain .pagetitle .title {
    width: 300px;
    margin-left: -150px;
    top: 200px;
  }
  #blancange #titlemain .pagetitle .title {
    top: 250px;
  }
  #nordichouse #titlemain .pagetitle .title {
    top: 170px;
  }
  #hyvaandstyle #titlemain .pagetitle .title {
    top: 290px;
  }
  #simplestyle #titlemain .pagetitle .title {
    margin-left: -40px;
    top: 220px;
    right: 0;
  }
  #amadanabase #titlemain .pagetitle .title {
    width: 600px;
    margin-left: -300px;
    top: 250px;
  }
  #tools #titlemain .pagetitle .title {
    width: 400px;
    margin-left: -200px;
    top: 200px;
  }
  .concept .textblock {
    padding: 100px 30px 40px 0;
  }
  .concept .textblock .eximage {
    right: 30px;
  }
  .concept .textblock .title span {
    font-size: 40px;
  }
  .concept .textblock .title strong {
    font-size: 26px;
    line-height: 1.5;
  }
  .form_link p {
    margin: 30px auto 0;
  }
  .form_link .link_btn {
    margin-top: 60px;
  }
  .form_link .link_btn p {
    margin: 0px auto;
  }
  .frame_box {
    padding-top: 30px;
  }
  .frame_box .matterport_box {
    padding: 30px;
  }
  .frame_box .matterport_box iframe {
    height: 500px;
  }
  .frame_box .youtube_box {
    padding: 30px;
  }
  .frame_box .youtube_box iframe {
    height: 48vw;
  }
  .osusume {
    margin-bottom: 60px;
  }
  .osusume ul {
    margin: 0 -10px;
  }
  .osusume ul li {
    padding: 0 10px;
  }
  .osusume ul li .inner br {
    display: none;
  }
  .osusume ul li .inner::before {
    font-size: 80px;
  }
  .point ul li .figure .small {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
  }
  .point ul li .block {
    min-height: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0;
  }
  .point ul li .text .h {
    line-height: 1.5;
  }
  .point ul li:nth-of-type(odd) .text {
    padding-left: 40px;
  }
  .point ul li:nth-of-type(even) .text {
    padding-right: 40px;
  }
  .plan .planbox {
    margin: 40px 0 30px;
    display: block;
  }
  .plan .planbox .ex {
    width: 300px;
    margin: 0 auto 20px;
  }
  .plan .planbox .planimage {
    padding-left: 0;
    text-align: center;
  }
  .plan .data {
    padding: 30px 30px;
    display: block;
  }
  .plan .data h3 {
    width: 140px;
    margin: 10px auto 10px;
  }
  .plan .data .price {
    font-size: 19px;
    text-align: center;
  }
  .plan .data dl {
    padding: 0;
    width: auto;
    margin: 10px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .plan .data dl dt {
    text-align: center;
    width: 100px;
    margin-right: 20px;
  }
  .plan .data dl dd {
    width: 50%;
  }
  .gallery {
    padding: 60px 0 0;
  }
  .gallery .pharea {
    margin: 50px -30px;
  }
  .formbanner ul li a, .formbanner ul li form {
    padding: 80px 30px 0;
  }
  .formbanner ul li.bnr_catalog form .image {
    width: 350px;
    right: 190px;
    top: 20px;
  }
  #order .concept .eximage {
    top: -150px;
  }
  #order .introduction {
    margin: 80px 0 20px;
  }
  #order .introduction .catch {
    font-size: 29px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #order .introduction .title {
    margin-bottom: 20px;
  }
  #order .introduction .title .en {
    font-size: 60px;
  }
  #order .introduction .introtext {
    display: block;
  }
  #order .introduction .introtext .text {
    display: inline-block;
  }
  #order .introduction .introtext .figure {
    margin: 0 auto;
    max-width: 400px;
    padding-right: 0;
  }
  #order .information {
    padding-top: 0;
  }
  #order .information .image {
    width: auto;
    height: 400px;
    position: static;
  }
  #order .information .mainblock {
    width: auto;
    padding: 40px 20px 0;
    margin-top: -40px;
  }
  #order .information .mainblock .title {
    margin: 0 20px 10px;
    position: static;
  }
  #order .information .mainblock .title span.en {
    font-size: 52px;
  }
  #order .information .mainblock dl dt {
    font-size: 19px;
  }
  #order .information .mainblock dl dd {
    font-size: 15px;
  }
  #order .information .mainblock .button {
    width: 300px;
  }
  #order .information .mainblock .button a {
    padding: 0 20px;
  }
  #order .information .mainblock .button a::before {
    left: 20px;
  }
  #order .information .mainblock .map {
    height: 360px;
    margin: 0 -20px;
  }
  #nstyle .concept .eximage {
    top: -200px;
  }
  #zerocube .concept .eximage {
    top: -200px;
  }
  #zerocube .concept .eximage img {
    width: 240px;
  }
  #zerocube #fun ul {
    margin: 0 -30px;
  }
  #zerocube #fun ul li {
    padding: 30px 15px;
  }
  #zerocube #fun ul li .textblock {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }
  #zerocube #fun ul li .textblock .num {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  #zerocube #fun ul li .textblock .text {
    margin-left: 0;
    line-height: 1.5;
    display: inline-block;
  }
  #zerocube #fun ul li .textblock .text span {
    padding-top: 5px;
  }
  #zerocube #fun ul li .figure {
    padding: 0;
  }
  #zerocube #fun ul li .figure .img {
    line-height: inherit;
  }
  #housecanvas .concept .eximage {
    top: -200px;
  }
  #housecanvas .concept .eximage img {
    width: 240px;
  }
  #freakshouse .concept .eximage {
    top: -140px;
    right: -20px;
  }
  #freakshouse #collaboration .titlebox .lead br {
    display: none;
  }
  #freakshouse #collaboration .collaboration {
    margin: 0 -30px;
  }
  #zerofreaks .concept .eximage {
    top: -140px;
    right: 30px;
    left: -30px;
  }
  #zerofreaks #cabin {
    padding-bottom: 20px;
  }
  #zerofreaks #cabin .titlebox {
    margin-bottom: -15px;
  }
  #zerofreaks #cabin .figure {
    width: 240px;
    margin: 0 auto 20px;
  }
  #zerofreaks #cabin ul {
    display: block;
    margin: 0;
  }
  #zerofreaks #cabin ul li {
    width: auto;
    padding: 0;
    margin: 20px 0;
  }
  #zerofreaks #cabin ul li .inner {
    height: auto;
  }
  #zerofreaks #collaboration .titlebox .lead br {
    display: none;
  }
  #zerofreaks .plan {
    padding: 60px 0;
  }
  #zerofreaks .plan .planbox .planimage {
    margin-left: 0;
    padding: 20px 10px;
  }
  #stepfloor .concept .eximage {
    top: -200px;
    left: -10px;
    right: 30px;
  }
  #mini .concept .eximage {
    top: -230px;
    left: 0;
    right: 30px;
  }
  #mini .concept .eximage img {
    width: 160px;
  }
  #mini #fun ul {
    margin: 0 -30px;
  }
  #mini .plan .planbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #mini .plan .planbox .ex {
    width: 35%;
    text-align: right;
  }
  #mini .plan .planbox .planimage {
    width: 65%;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #kai .concept .eximage {
    top: -25vw;
    left: 10px;
    right: 50px;
  }
  #malibu .concept .eximage {
    top: -180px;
    right: 30px;
    left: 0;
  }
  #malibu .concept .eximage img {
    width: 260px;
  }
  #malibu #collaboration .collaboration {
    margin: 0 -30px;
  }
  #malibu .plan .planbox .planimage {
    margin-left: 0;
    padding: 20px 10px;
  }
  #malibu .plan .data {
    padding: 30px 30px;
    display: block;
  }
  #malibu .plan .data h3 {
    width: 160px;
    margin: 0 auto;
    padding: 0;
  }
  #malibu .plan .data .price {
    font-size: 19px;
    text-align: center;
  }
  #malibu .plan .data dl {
    padding: 0;
    width: auto;
    margin: 10px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #malibu .plan .data dl dt {
    text-align: center;
    width: 100px;
    margin-right: 20px;
  }
  #malibu .plan .data dl dd {
    width: 50%;
  }
  #blancange .concept .eximage {
    top: -200px;
  }
  #nordichouse .concept .eximage {
    top: -200px;
    left: -10px;
    right: 30px;
  }
  #hyvaandstyle .concept .eximage {
    top: -200px;
    left: -10px;
    right: 30px;
  }
  #simplestyle .concept .eximage {
    width: 300px;
    max-width: 90%;
    top: -180px;
    right: 30px;
  }
  #tools .concept .eximage {
    top: -180px;
    right: 30px;
  }
  #tools #fun ul li .inner {
    padding: 30px;
    display: block;
  }
  #tools #fun ul li .inner .image {
    width: auto;
    padding-right: 0;
    margin-bottom: 25px;
  }
  #tools #fun ul li .inner .text {
    padding-left: 0;
  }
  #tools #fun ul li .inner .text .h {
    margin-bottom: 12px;
  }
  #tools #fun ul li .inner .text .h span.roman {
    font-size: 28px;
    margin-bottom: 8px;
  }
  #tools #collaboration .collaboration li:last-of-type dt img {
    width: 160px;
  }
  #tools .plan .planbox .planimage {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #breadcrumbs ul {
    text-align: left;
  }
  #titlemain .image {
    height: 340px;
  }
  #titlemain .pagetitle {
    height: 340px;
  }
  #order #titlemain .pagetitle .title {
    top: 130px;
    width: 200px;
    margin-left: -100px;
  }
  #nstyle #titlemain .pagetitle .title {
    top: 120px;
    width: 240px;
    right: 20px;
  }
  #zerocube #titlemain .pagetitle .title {
    top: 130px;
    width: 200px;
    margin-right: -20px;
  }
  #housecanvas #titlemain .pagetitle .title {
    width: 300px;
    margin-left: -150px;
    top: 150px;
  }
  #freakshouse #titlemain .pagetitle .title {
    width: 280px;
    margin-left: -140px;
    top: 40px;
  }
  #zerofreaks #titlemain .pagetitle .title {
    width: 160px;
    margin-left: -80px;
    top: 130px;
  }
  #stepfloor #titlemain .pagetitle .title {
    width: 320px;
    margin-left: -160px;
    top: 150px;
  }
  #mini #titlemain .pagetitle .title {
    width: 300px;
    margin-left: -150px;
    top: 160px;
  }
  #kai #titlemain .pagetitle .title {
    width: 180px;
    margin-left: -90px;
    top: 180px;
  }
  #malibu #titlemain .pagetitle .title {
    width: 220px;
    margin-left: -110px;
    top: 90px;
  }
  #blancange #titlemain .pagetitle .title {
    width: 320px;
    margin-left: -160px;
    top: 170px;
  }
  #nordichouse #titlemain .pagetitle .title {
    width: 320px;
    margin-left: -160px;
    top: 110px;
  }
  #hyvaandstyle #titlemain .pagetitle .title {
    width: 320px;
    margin-left: -160px;
    top: 170px;
  }
  #simplestyle #titlemain .pagetitle .title {
    top: 140px;
    margin-left: -100px;
  }
  #amadanabase #titlemain .pagetitle .title {
    width: 320px;
    margin-left: -160px;
    top: 160px;
  }
  #tools #titlemain .pagetitle .title {
    width: 240px;
    margin-left: -120px;
    top: 160px;
  }
  .form_link img {
    width: 100%;
  }
  .form_link .grandopen_img {
    margin-top: 50px;
  }
  .form_link .grandopen_text {
    font-size: 16px;
  }
  .form_link p {
    margin: 30px 20px;
    font-size: 14px;
    text-align: left;
  }
  .form_link p br {
    display: none;
  }
  .form_link .link_btn {
    margin: 0 0 60px;
  }
  .form_link .link_btn p {
    margin: 0 auto;
  }
  .form_link .link_btn a {
    font-size: 18px;
    padding: 15px 30px 15px 65px;
  }
  .form_link .link_btn a::before {
    top: 16px;
    left: 15%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: -14px;
  }
  .form_link .link_btn a::after {
    top: 21px;
    left: 15%;
    border: 7px solid transparent;
    border-left: 11px solid #EE8623;
    margin-left: -6px;
  }
  .concept {
    margin-bottom: 50px;
  }
  .concept .textblock {
    width: auto;
    padding: 0;
  }
  .concept .textblock .eximage {
    position: static;
  }
  .concept .textblock .title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .concept .textblock .title span {
    font-size: 36px;
  }
  .concept .textblock .title strong {
    font-size: 21px;
  }
  .concept .textblock .price {
    margin: 20px 0 30px;
    text-align: center;
  }
  .concept .textblock .price dt {
    display: inline-block;
    letter-spacing: 1px;
    margin-right: 10px;
  }
  .concept .textblock .price dd {
    display: inline-block;
    letter-spacing: 1px;
  }
  .concept .textblock .price dd span {
    font-size: 32px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
  }
  .concept .image {
    position: static;
    min-height: inherit;
    width: auto;
    height: 250px;
  }
  .contents .title span.en {
    font-size: 36px;
  }
  .contents .title span.ja {
    font-size: 18px;
  }
  .frame_box {
    padding-top: 15px;
  }
  .frame_box .matterport_box {
    padding: 10px;
  }
  .frame_box .matterport_box iframe {
    height: 300px;
  }
  .frame_box .youtube_box {
    padding: 10px;
  }
  .frame_box .youtube_box iframe {
    height: 47.2vw;
  }
  .osusume {
    margin-bottom: 50px;
  }
  .osusume .title {
    font-size: 20px;
  }
  .osusume .title strong {
    font-size: 1.3em;
  }
  .osusume .list {
    padding: 20px 0 35px;
  }
  .osusume ul {
    display: block;
    margin: 0;
  }
  .osusume ul li {
    width: auto;
    padding: 0;
    margin-top: 15px;
  }
  .osusume ul li .inner {
    height: auto;
    padding: 20px 20px 20px 60px;
    text-align: justify;
  }
  .osusume ul li .inner::before {
    font-size: 60px;
    top: 50%;
    left: -10px;
    right: auto;
    margin-top: -40px;
  }
  .point {
    margin-bottom: 20px;
  }
  .point ul li .figure {
    width: auto;
    height: 240px;
    position: static;
    text-align: center;
  }
  .point ul li .figure .small {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
    max-height: 100%;
  }
  .point ul li .block {
    display: block;
    min-height: inherit;
    padding: 0;
  }
  .point ul li .text {
    width: auto;
    padding: 30px 0 40px;
  }
  .point ul li .text .h {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
  }
  .point ul li:nth-of-type(odd) .figure {
    text-align: center;
  }
  .point ul li:nth-of-type(odd) .text {
    padding-left: 0;
  }
  .point ul li:nth-of-type(even) .figure {
    text-align: center;
  }
  .point ul li:nth-of-type(even) .text {
    padding-right: 0;
  }
  .plan {
    margin: 50px 0;
  }
  .plan .planbox {
    margin: 30px 0 20px;
  }
  .plan .planbox .ex {
    width: 200px;
    margin: 0 auto 20px;
  }
  .plan .planbox .planimage img {
    display: block;
    width: auto;
  }
  .plan .data {
    padding: 30px 0 20px;
  }
  .plan .data .price {
    margin-right: 0;
    font-size: 18px;
  }
  .plan .data .price strong {
    font-size: 1.8em;
    vertical-align: -2px;
  }
  .plan .data dl {
    display: block;
    margin: 10px 0;
  }
  .plan .data dl dt {
    display: block;
    width: 100px;
    margin: 15px auto 10px;
  }
  .plan .data dl dd {
    text-align: center;
    width: auto;
  }
  .plan .notes {
    font-size: 13px;
    text-align: justify;
  }
  .plan .notes br {
    display: none;
  }
  .gallery {
    padding: 40px 0 0;
  }
  .gallery .pharea {
    margin: 0 -20px 30px;
  }
  .gallery .moviebox {
    background-color: #252122;
    padding: 30px 0;
  }
  .gallery .moviebox .movie {
    max-width: 800px;
    margin: 0 auto;
  }
  .gallery .moviebox #movie {
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  .gallery .moviebox #movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .formbanner {
    margin-top: 40px;
  }
  .formbanner ul li a, .formbanner ul li form {
    height: 220px;
    padding: 40px 30px 0;
  }
  .formbanner ul li a .mainbox .title, .formbanner ul li form .mainbox .title {
    margin-bottom: 20px;
  }
  .formbanner ul li.bnr_catalog form .image {
    width: 300px;
    top: 10px;
    right: 160px;
  }
  #order .concept .eximage {
    margin: 0 auto 20px;
  }
  #order .concept .eximage img {
    width: 300px;
  }
  #order .introduction {
    margin: 40px 0 10px;
  }
  #order .introduction .catch {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  #order .introduction .catch br {
    display: inline;
  }
  #order .introduction .title {
    margin-bottom: 20px;
  }
  #order .introduction .title .ja {
    font-size: 20px;
    margin-top: -15px;
  }
  #order .introduction .title .ja strong {
    font-size: 15px;
    padding-top: 6px;
  }
  #order .introduction .title .en {
    font-size: 48px;
  }
  #order .introduction .introtext {
    display: block;
  }
  #order .introduction .introtext .text {
    font-size: calc(62.5% + 6 * (100vw - 360px) / 280);
    letter-spacing: 0;
  }
  #order .introduction .introtext .figure {
    max-width: 240px;
  }
  #order .introduction .introtext .figure img {
    padding: 10px;
  }
  #order .information .image {
    height: 0;
    padding-top: 60%;
    position: relative;
  }
  #order .information .image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #order .information .mainblock {
    padding: 40px 20px 0;
    margin-top: -40px;
  }
  #order .information .mainblock .title {
    margin: 0 20px 10px;
    top: -35px;
  }
  #order .information .mainblock .title span.ja {
    font-size: 21px;
  }
  #order .information .mainblock .title span.en {
    margin-top: -15px;
    font-size: 40px;
  }
  #order .information .mainblock dl {
    float: none;
    text-align: center;
  }
  #order .information .mainblock dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #order .information .mainblock dl dd {
    font-size: 16px;
  }
  #order .information .mainblock .button {
    margin: 30px -20px 40px;
    width: auto;
  }
  #order .information .mainblock .button a {
    padding: 0 25px;
    line-height: 56px;
  }
  #order .information .mainblock .button a::before {
    width: 40px;
    height: 5px;
    left: 30px;
  }
  #order .information .mainblock .button a:hover {
    color: #252122;
    background-color: #fff;
  }
  #order .information .mainblock .button a:hover::before {
    -webkit-transform: none;
            transform: none;
  }
  #order .information .mainblock .map {
    height: 340px;
    margin: 0 -40px;
  }
  #order form#mailformpro #toggleraijo dl {
    padding: 10px 0;
  }
  #order form#mailformpro #toggleraijo dl dt {
    margin: 10px 0;
  }
  #nstyle .concept .eximage {
    margin: 0 auto 20px;
  }
  #nstyle .concept .eximage img {
    width: 300px;
  }
  #nstyle .concept .textblock dl.ask dt {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
  }
  #nstyle .concept .textblock dl.ask dt:first-letter {
    font-size: 1.6em;
    color: #778D2F;
  }
  #nstyle .contents ul li .text h3 .pcnone {
    display: block;
  }
  #zerocube .concept .eximage {
    margin: 0 auto 20px;
  }
  #zerocube .concept .eximage img {
    width: 160px;
  }
  #zerocube #fun {
    padding: 40px 0 20px;
  }
  #zerocube #fun .titlebox {
    padding: 30px 20px;
    margin: 0 10px 20px;
  }
  #zerocube #fun .titlebox .lead br {
    display: inline;
  }
  #zerocube #fun ul {
    margin: 0;
  }
  #zerocube #fun ul li {
    width: auto;
    float: none;
    padding: 30px 0;
    position: relative;
  }
  #zerocube #fun ul li .textblock {
    margin-bottom: 0;
  }
  #zerocube #fun ul li .textblock .num {
    font-size: 60px;
  }
  #zerocube #fun ul li .textblock .text {
    display: block;
  }
  #zerocube #fun ul li .figure {
    padding: 15px 0 0;
  }
  #zerocube #fun ul li .figure .img {
    line-height: 1;
    margin-bottom: 5px;
  }
  #zerocube #fun ul li .figure .img img {
    vertical-align: bottom;
    max-height: 140px;
  }
  #zerocube #fun ul li .figure figcaption {
    font-size: 24px;
  }
  #zerocube #fun ul li.wide {
    width: auto;
  }
  #zerocube #fun ul li.wide .figure {
    display: inline-block;
  }
  #zerocube #fun ul li:nth-of-type(-n+4)::before {
    content: "";
    position: absolute;
    width: auto;
    height: 2px;
    top: auto;
    bottom: -1px;
    left: 30px;
    right: 30px;
    background: #a9aaaa;
  }
  #zerocube #fun ul li:nth-of-type(n+4)::after {
    display: none;
  }
  #housecanvas .concept .eximage {
    margin: 0 auto 20px;
  }
  #housecanvas .concept .eximage img {
    width: 160px;
  }
  #housecanvas #collaboration {
    padding: 40px 0;
  }
  #housecanvas #collaboration .titlebox {
    padding: 30px 20px;
    margin: 0 0 30px;
  }
  #housecanvas #collaboration .titlebox .title span.en {
    font-size: 32px;
  }
  #housecanvas #collaboration .titlebox .lead br {
    display: none;
  }
  #housecanvas #collaboration .collaboration {
    display: block;
  }
  #housecanvas #collaboration .collaboration li {
    width: auto;
    margin: 0;
  }
  #housecanvas #collaboration .collaboration li dl {
    padding: 30px 20px 50px;
    height: auto;
  }
  #housecanvas #collaboration .collaboration li dl dt {
    line-height: inherit;
  }
  #housecanvas #collaboration .collaboration li dl dt img {
    width: 90px;
  }
  #housecanvas #collaboration .collaboration li dl dd {
    font-size: 12px;
    line-height: 1.5;
  }
  #housecanvas #collaboration .collaboration li dl dd.link {
    bottom: 15px;
    right: 10px;
  }
  #housecanvas #collaboration .collaboration li dl dd.link a::before {
    font-size: 20px;
    vertical-align: 0;
  }
  #housecanvas #collaboration .collaboration li:last-of-type {
    margin-top: 60px;
  }
  #housecanvas #collaboration .collaboration li:last-of-type::before {
    width: 30px;
    height: 30px;
    top: -45px;
    left: 50%;
    margin: 0 0 0 -15px;
  }
  #freakshouse #collaboration {
    padding: 40px 0;
  }
  #freakshouse #collaboration .titlebox {
    padding: 30px 20px;
    margin: 0 0 30px;
  }
  #freakshouse #collaboration .titlebox .title span.en {
    font-size: 32px;
  }
  #freakshouse #collaboration .titlebox .lead {
    text-align: justify;
  }
  #freakshouse #collaboration .collaboration {
    display: block;
    margin: 0;
  }
  #freakshouse #collaboration .collaboration li {
    width: auto;
    margin: 0;
  }
  #freakshouse #collaboration .collaboration li dl {
    padding: 30px 20px 50px;
    height: auto;
  }
  #freakshouse #collaboration .collaboration li dl dt {
    line-height: inherit;
  }
  #freakshouse #collaboration .collaboration li dl dd {
    font-size: 12px;
    line-height: 1.5;
  }
  #freakshouse #collaboration .collaboration li dl dd.link {
    bottom: 15px;
    right: 10px;
  }
  #freakshouse #collaboration .collaboration li dl dd.link a::before {
    font-size: 20px;
    vertical-align: 0;
  }
  #freakshouse #collaboration .collaboration li:first-of-type dl dt img {
    width: 90px;
  }
  #freakshouse #collaboration .collaboration li:last-of-type {
    margin-top: 60px;
  }
  #freakshouse #collaboration .collaboration li:last-of-type dl {
    padding-top: 20px;
  }
  #freakshouse #collaboration .collaboration li:last-of-type dl dt {
    margin-bottom: 5px;
  }
  #freakshouse #collaboration .collaboration li:last-of-type dl dt img {
    width: 200px;
  }
  #freakshouse #collaboration .collaboration li:last-of-type::before {
    width: 30px;
    height: 30px;
    top: -45px;
    left: 50%;
    margin: 0 0 0 -15px;
  }
  #zerofreaks #cabin {
    padding: 40px 0 20px;
  }
  #zerofreaks #cabin .titlebox {
    padding: 30px 20px 10px;
    margin-bottom: -10px;
  }
  #zerofreaks #cabin .figure {
    width: 200px;
    margin: 0 auto 20px;
  }
  #zerofreaks #cabin ul li .inner {
    padding: 30px 20px 20px;
  }
  #zerofreaks #cabin ul li .inner .h span.roman {
    font-size: 26px;
  }
  #zerofreaks #cabin ul li .inner .image {
    margin: 10px 0 15px;
  }
  #zerofreaks #collaboration {
    margin: 60px 0 0;
    padding: 0;
  }
  #zerofreaks #collaboration .titlebox {
    margin: 0 0 30px;
  }
  #zerofreaks #collaboration .titlebox .title span.en {
    font-size: 32px;
  }
  #zerofreaks #collaboration .titlebox .lead {
    text-align: justify;
  }
  #zerofreaks #collaboration .collaboration {
    display: block;
    margin: 0;
  }
  #zerofreaks #collaboration .collaboration li {
    width: auto;
    margin: 0;
  }
  #zerofreaks #collaboration .collaboration li dl {
    padding: 30px 20px 50px;
    height: auto;
  }
  #zerofreaks #collaboration .collaboration li dl dt {
    line-height: inherit;
  }
  #zerofreaks #collaboration .collaboration li dl dd {
    font-size: 12px;
    line-height: 1.5;
  }
  #zerofreaks #collaboration .collaboration li dl dd.link {
    bottom: 15px;
    right: 10px;
  }
  #zerofreaks #collaboration .collaboration li dl dd.link a::before {
    font-size: 20px;
    vertical-align: 0;
  }
  #zerofreaks #collaboration .collaboration li:first-of-type dl dt img {
    width: 90px;
  }
  #zerofreaks #collaboration .collaboration li:last-of-type {
    margin-top: 60px;
  }
  #zerofreaks #collaboration .collaboration li:last-of-type dl {
    padding-top: 20px;
  }
  #zerofreaks #collaboration .collaboration li:last-of-type dl dt {
    margin-bottom: 5px;
  }
  #zerofreaks #collaboration .collaboration li:last-of-type dl dt img {
    width: 200px;
  }
  #zerofreaks #collaboration .collaboration li:last-of-type::before {
    width: 30px;
    height: 30px;
    top: -45px;
    left: 50%;
    margin: 0 0 0 -15px;
  }
  #zerofreaks .plan {
    padding: 40px 0;
  }
  #stepfloor .concept .eximage {
    margin: 0 auto 20px;
  }
  #stepfloor .concept .eximage img {
    width: 240px;
  }
  #mini .concept .eximage {
    margin: 0 auto 20px;
  }
  #mini .concept .eximage img {
    width: 120px;
    padding-left: 30px;
  }
  #mini #fun {
    padding: 40px 0 20px;
  }
  #mini #fun .titlebox {
    padding: 30px 20px;
    margin: 0 10px 20px;
  }
  #mini #fun .titlebox .lead {
    text-align: justify;
  }
  #mini #fun .titlebox .lead br {
    display: none;
  }
  #mini #fun ul {
    margin: 0;
    display: block;
  }
  #mini #fun ul li {
    width: auto;
    padding: 30px 0;
    position: relative;
  }
  #mini #fun ul li .figure {
    padding: 15px 0 0;
  }
  #mini #fun ul li .figure .img {
    line-height: 1;
    margin-bottom: 5px;
  }
  #mini #fun ul li .figure .img img {
    vertical-align: bottom;
    max-height: 140px;
  }
  #mini #fun ul li .figure figcaption {
    font-size: 24px;
  }
  #mini #fun ul li::before {
    content: "";
    position: absolute;
    width: auto;
    height: 2px;
    top: auto;
    bottom: -1px;
    left: 30px;
    right: 30px;
    background: #a9aaaa;
  }
  #mini .plan .planbox {
    display: block;
  }
  #mini .plan .planbox .ex {
    width: auto;
    text-align: center;
  }
  #mini .plan .planbox .ex img {
    max-width: 160px;
  }
  #mini .plan .planbox .planimage {
    text-align: center;
    width: auto;
    padding: 0 10px;
  }
  #mini .plan .planbox .planimage img {
    display: inline;
  }
  #kai .concept .eximage {
    margin: 0 auto 20px;
  }
  #kai .concept .eximage img {
    width: 200px;
  }
  #malibu .concept .eximage {
    margin: 0 auto 20px;
  }
  #malibu .concept .eximage img {
    width: 160px;
  }
  #malibu #collaboration {
    padding: 40px 0;
  }
  #malibu #collaboration .titlebox {
    padding: 30px 20px;
    margin: 0 0 30px;
  }
  #malibu #collaboration .titlebox .title span.en {
    font-size: 32px;
  }
  #malibu #collaboration .collaboration {
    display: block;
    margin: 0;
  }
  #malibu #collaboration .collaboration li {
    width: auto;
    margin: 0;
  }
  #malibu #collaboration .collaboration li dl {
    padding: 30px 20px 50px;
    height: auto;
  }
  #malibu #collaboration .collaboration li dl dt {
    line-height: inherit;
  }
  #malibu #collaboration .collaboration li dl dt img {
    width: 140px;
  }
  #malibu #collaboration .collaboration li dl dd {
    font-size: 12px;
    line-height: 1.5;
  }
  #malibu #collaboration .collaboration li dl dd.link {
    bottom: 15px;
    right: 10px;
  }
  #malibu #collaboration .collaboration li dl dd.link a::before {
    font-size: 20px;
    vertical-align: 0;
  }
  #malibu #collaboration .collaboration li:last-of-type {
    margin-top: 60px;
  }
  #malibu #collaboration .collaboration li:last-of-type dl dt img {
    width: 240px;
  }
  #malibu #collaboration .collaboration li:last-of-type::before {
    width: 30px;
    height: 30px;
    top: -45px;
    left: 50%;
    margin: 0 0 0 -15px;
  }
  #malibu .plan {
    margin: 50px 0;
  }
  #malibu .plan .planbox {
    margin: 30px 0 20px;
  }
  #malibu .plan .planbox .ex {
    width: 200px;
    margin: 0 auto 20px;
  }
  #malibu .plan .planbox .planimage img {
    display: block;
    width: auto;
  }
  #malibu .plan .data {
    padding: 30px 0 20px;
  }
  #malibu .plan .data .price {
    margin-right: 0;
    font-size: 18px;
  }
  #malibu .plan .data .price strong {
    font-size: 1.8em;
    vertical-align: -2px;
  }
  #malibu .plan .data dl {
    display: block;
    margin: 10px 0;
  }
  #malibu .plan .data dl dt {
    display: block;
    width: 100px;
    margin: 15px auto 10px;
  }
  #malibu .plan .data dl dd {
    text-align: center;
    width: auto;
  }
  #malibu .plan .notes {
    font-size: 13px;
    text-align: justify;
  }
  #malibu .plan .notes br {
    display: none;
  }
  #blancange .concept .eximage {
    margin: 0 auto 20px;
  }
  #blancange .concept .eximage img {
    width: 240px;
  }
  #nordichouse .concept .eximage {
    margin: 0 auto 20px;
  }
  #nordichouse .concept .eximage img {
    width: 240px;
  }
  #hyvaandstyle .concept .eximage {
    margin: 0 auto 20px;
  }
  #hyvaandstyle .concept .eximage img {
    width: 240px;
  }
  #simplestyle .concept .eximage {
    margin: 0 auto 20px;
  }
  #simplestyle .concept .eximage img {
    width: 240px;
  }
  #amadanabase .concept .eximage {
    margin: 0 auto 20px;
    padding-left: 15px;
  }
  #amadanabase .concept .eximage img {
    width: 240px;
  }
  #amadanabase #collaboration {
    padding: 40px 0;
  }
  #amadanabase #collaboration .titlebox {
    padding: 40px 30px;
  }
  #tools .concept .eximage {
    margin: 0 auto 20px;
    padding-left: 20px;
  }
  #tools .concept .eximage img {
    width: 240px;
  }
  #tools .point > ul > li:nth-of-type(odd) {
    background-color: #fff;
  }
  #tools .point > ul > li .text .h {
    font-size: 16px;
  }
  #tools .point > ul > li .text .h span {
    font-size: 28px;
  }
  #tools #fun {
    padding: 40px 0;
  }
  #tools #fun .titlebox {
    padding: 0;
    background-color: transparent;
    margin: 0 0 20px;
  }
  #tools #fun ul {
    display: block;
    margin: 0;
  }
  #tools #fun ul li {
    width: auto;
    padding: 0;
    margin-top: 20px;
  }
  #tools #fun ul li .inner {
    height: auto;
    padding: 30px;
  }
  #tools #fun ul li .inner .image {
    width: 240px;
    margin: 0 auto 20px;
  }
  #tools #fun ul li .inner .text {
    text-align: center;
  }
  #tools #fun ul li .inner .text .h {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #tools #fun ul li .inner .text .h span.roman {
    font-size: 26px;
  }
  #tools #collaboration {
    margin: 50px 0;
  }
  #tools #collaboration .titlebox {
    margin: 0 0 30px;
  }
  #tools #collaboration .titlebox .lead {
    text-align: justify;
  }
  #tools #collaboration .titlebox .lead strong {
    text-align: center;
  }
  #tools #collaboration .titlebox .lead br {
    display: none;
  }
  #tools #collaboration .collaboration {
    display: block;
    margin: 0;
  }
  #tools #collaboration .collaboration li {
    width: auto;
    margin: 0;
  }
  #tools #collaboration .collaboration li dl {
    padding: 30px 20px 50px;
    height: auto;
  }
  #tools #collaboration .collaboration li dl dt {
    line-height: inherit;
  }
  #tools #collaboration .collaboration li dl dd {
    font-size: 12px;
    line-height: 1.5;
  }
  #tools #collaboration .collaboration li dl dd.link {
    bottom: 15px;
    right: 10px;
  }
  #tools #collaboration .collaboration li dl dd.link a::before {
    font-size: 20px;
  }
  #tools #collaboration .collaboration li:first-of-type {
    border: #252122 1px solid;
    background-color: #fff;
  }
  #tools #collaboration .collaboration li:first-of-type dl dt img {
    width: 200px;
  }
  #tools #collaboration .collaboration li:first-of-type dd.link a {
    color: #00407E;
  }
  #tools #collaboration .collaboration li:last-of-type {
    margin-top: 60px;
  }
  #tools #collaboration .collaboration li:last-of-type dl {
    padding-top: 30px;
  }
  #tools #collaboration .collaboration li:last-of-type dt {
    margin-bottom: 20px;
  }
  #tools #collaboration .collaboration li:last-of-type dt img {
    width: 140px;
  }
  #tools #collaboration .collaboration li:last-of-type::before {
    width: 30px;
    height: 30px;
    top: -45px;
    left: 50%;
    margin: 0 0 0 -15px;
  }
  #tools .plan {
    background-color: #eee;
    padding: 60px 0;
  }
  #tools .plan .planbox .planimage {
    background-color: #fff;
    margin-left: 0;
    padding: 20px;
  }
  #tools .plan .data {
    background-color: #fff;
  }
  #tools .gallery {
    background-color: #fff;
    padding: 0;
  }
  #order .contents .title::after, #nstyle .contents .title::after, #zerocube .contents .title::after, #housecanvas .contents .title::after, #freakshouse .contents .title::after, #zerofreaks .contents .title::after, #stepfloor .contents .title::after, #mini .contents .title::after,
  #kai .contents .title::after, #malibu .contents .title::after, #blancange .contents .title::after, #nordichouse .contents .title::after, #hyvaandstyle .contents .title::after, #simplestyle .contents .title::after, #amadanabase .contents .title::after, #tools .contents .title::after {
    width: 80px;
    margin: 20px auto 0;
  }
}