@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* タブレット */
/* PC:最低幅 */
/* PC:中幅 */
/* PC:大幅 */
/* PC:VW基準*/
/* PC:%基準*/
/* PC:大幅VW基準*/
/* PC:大幅%基準*/
/* PC:中幅VW基準*/
/* PC:中幅%基準*/
/* PC:px基準*/
/* タブレットpx基準 */
/* タブレット%基準 */
/* スマートフォンvw基準 */
/* スマートフォン%基準 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Akshar|Oswald&display=swap");
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background: #fff;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B1B1A7;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.header-logo img {
  width: 96px;
}

.button-gnav {
  display: none;
}

.gnav {
  margin-right: 1.5em;
}
.gnav > ul {
  display: flex;
  justify-content: space-between;
}
.gnav > ul > li {
  margin: 0 0.75em;
  position: relative;
}
.gnav > ul > li ul {
  position: absolute;
  top: 2em;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  height: 0;
}
.gnav > ul > li:hover ul {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.gnav > ul > li:hover > a span:nth-child(2) {
  display: inline;
}
.gnav > ul > li:hover > a span:nth-child(1) {
  display: none;
}
.gnav > ul > li > a span:nth-child(2) {
  display: none;
}
.gnav > ul > li li {
  padding: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  float: none;
  background: rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-size: 1.3rem;
  width: 200%;
}
.gnav > ul > li li a {
  display: block;
  padding: 0.75em 1em;
  color: #fff;
  background: url(../img/common/arw_w_b_r.png) no-repeat center right 0.5em;
  background-size: auto 12px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.3;
}
.gnav > ul a {
  display: block;
  text-decoration: none;
  color: #1F1713;
  font-weight: 700;
}
.gnav .gn-works > ul {
  width: 150%;
}
.gnav .gn-products > ul {
  width: 950%;
  left: -150%;
  overflow: hidden;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
}
.gnav .gn-products > ul > li {
  width: 50%;
  text-align: left;
  display: flex;
}
.gnav .gn-products ul > li span {
  display: block;
  padding: 0.25em 1em;
  width: 30%;
  color: #fff;
  text-align: center;
}
.gnav .gn-products ul > li ul {
  position: static;
  width: 70%;
  background: rgba(0, 0, 0, 0.4);
}
.gnav .gn-products ul > li li {
  width: 100%;
  float: none;
  background: none;
  text-align: left;
}

.container {
  padding-top: 120px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-width: 1200px;
}

main {
  margin: 0 auto 80px;
}

.page-title {
  margin: 0 0 60px;
  padding: 300px 0 0;
  text-align: center;
}
.page-title .en {
  font-size: 6rem;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
}
.page-title .en:first-letter {
  color: #E40011;
}
.page-title h1 {
  font-size: 2.2rem;
}

#breadcrumb {
  margin: 0.5em auto 0;
  padding: 0 30px;
  max-width: 1200px;
  display: flex;
  font-size: 1.3rem;
  letter-spacing: 0;
}
#breadcrumb a {
  display: block;
  text-decoration: none;
  color: #1F1713;
  display: inline-block;
}
#breadcrumb a:after {
  padding: 0 0.5em;
  content: "-";
  display: inline-block;
}
#breadcrumb li:last-child {
  color: #E40011;
}

section {
  margin-bottom: 60px;
  position: relative;
}
section h2 {
  margin: 1.5em 0 1em;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4;
}
section h2.uline {
  /* padding-bottom: .5em;
  border-bottom: solid 2px rgba(0,0,0,1); */
  letter-spacing: 0.15em;
}
section h3 {
  margin-bottom: 1em;
  font-size: 2.6rem;
  line-height: 1.6;
}
section .anchor {
  position: absolute;
  top: -120px;
  left: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1200px;
}
.inner.-md {
  max-width: 69.2708333333vw;
}
.inner.-lg {
  max-width: 1580px;
}
.inner.-full {
  width: 100%;
  max-width: 100%;
}

.nav-page {
  margin: 1em auto 60px;
  box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.075);
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.nav-page li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.nav-page a {
  padding: 1em 20px 1em;
  background: transparent url(../img/common/arw_s_b_b.png) no-repeat center bottom 0.5em;
  background-size: 16px auto;
  display: block;
  text-decoration: none;
  color: #1F1713;
}
.nav-page .act a {
  color: #e40011;
  background: none;
}

.nav-btm {
  margin: 60px auto 0;
  padding: 0 30px;
  overflow: hidden;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.nav-btm li {
  padding: 0.75em 3em 0 0;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  font-size: 1.5rem;
}
.nav-btm .parent {
  padding: 0 0 0.25em;
  border-bottom: solid 1px #ccc;
  float: none;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
}
.nav-btm .parent:first-letter {
  color: #E40011;
}
.nav-btm li:first-child {
  border-top: none;
}
.nav-btm .act a {
  background: none;
  color: #E40011;
}
.nav-btm a {
  padding: 0 0 0 15px;
  display: block;
  background: transparent url(../img/common/arw_s_b_r.png) no-repeat left center;
  background-size: auto 12px;
  display: block;
  text-decoration: none;
  color: #1F1713;
}
.nav-btm .parent a {
  padding: 0;
  background: none;
}

.footer {
  padding: 55px 0;
  background: rgb(33, 23, 19);
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.footer-company {
  width: 190px;
  text-align: center;
  font-size: 1.5rem;
}
.footer-logo {
  margin: 0 auto;
  width: 50%;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer nav {
  order: 2;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer nav li {
  margin: 0 1.5em 1.5em;
}
.footer nav li:last-child {
  margin-bottom: 0;
}
.footer-contact {
  margin: 0 auto 0 30px;
}
.footer-contact .freedial {
  line-height: 1em;
}
.footer-contact .freedial a {
  display: inline-block;
  color: #E40011;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 3.6rem;
  letter-spacing: 0;
}
.footer-contact .freedial a:before {
  margin-right: 0.5em;
  content: "";
  background: url(../img/common/icon_fd.png) no-repeat center top;
  background-size: 100% auto;
  display: inline-block;
  width: 36px;
  height: 23px;
}
.footer-contact address {
  margin: 1em auto 1.5em;
  font-size: 1.3rem;
}
.footer-contact .copyright {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .freedial a[href^="tel:"] {
    pointer-events: none;
  }
}
.floating {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 2;
  line-height: 1.2;
  width: 3.6em;
}
.floating a,
.floating span {
  padding: 2.75em 0.5em 1em;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #E40011;
  font-weight: 900;
  text-decoration: none;
  width: 3.6em;
  letter-spacing: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
.floating-request {
  margin-bottom: 10px;
  background: url(../img/common/ico_request.png) no-repeat center top 0.5em;
  background-size: 28px auto;
}
.floating-tel {
  margin-bottom: 10px;
  background: url(../img/common/ico_tel.png) no-repeat center top 0.5em;
  background-size: 28px auto;
}
.floating-assessment {
  margin-bottom: 10px;
  background: url(../img/common/ico_assessment.png) no-repeat center top 0.5em;
  background-size: 28px auto;
}
.floating-modelhouse {
  background: url(../img/common/ico_model.png) no-repeat center top 0.5em;
  background-size: 28px auto;
}
.floating-chat {
  margin-bottom: 10px;
  background: url(../img/common/ico_chat.png) no-repeat center top 0.5em;
  background-size: 28px auto;
  cursor: pointer;
}
.floating-online {
  background: url(../img/common/ico_online.png) no-repeat center top 0.5em;
  background-size: 28px auto;
  cursor: pointer;
}

.button-more {
  margin: 0 auto;
  padding: 1em;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  display: block;
  width: 380px;
  display: block;
  text-decoration: none;
  color: #1F1713;
  background: rgb(33, 23, 19) url(../img/common/arw_r.png) no-repeat center right 1em;
  background-size: 24px auto;
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  text-align: center;
}

.button-more-new {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  width: 25rem;
  height: 5rem;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  background: #1F1713;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  justify-content: center;
}
.button-more-new:before, .button-more-new:after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
}
.button-more-new:before {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.button-more-new:after {
  bottom: 0;
  right: 0;
  background: #E40011;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.button-more-new.-white {
  color: #1F1713;
  background: #fff;
}
.button-more-new.-white:before {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

@media screen and (max-width: 1024px) {
  .gnav {
    /*font-size: 1.8vw;*/
  }
  /*
  .footer{
  	.inner{
  		flex-wrap: wrap;
  	}
  	nav{
  		margin-bottom: 30px;
  		order: 0;
  		display: block;
  		width: 100%;
  		ul{
  			display: flex;
  			flex-wrap: wrap;
  		}
  	}
  }
  */
}
.anchor {
  position: absolute;
  top: -120px;
  left: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.0860495437vw;
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    background: none;
    min-width: 100%;
  }
  .header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B1B1A7;
    width: 12vw;
    height: 12vw;
    text-align: center;
  }
  .header-logo img {
    width: 80%;
  }
  .button-gnav {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 12vw;
    height: 12vw;
    background: rgba(33, 23, 19, 0.5) url(../img/common/btn_nav.png) no-repeat center center;
    background-size: 100% auto;
  }
  .gnav {
    margin-right: 0;
    padding: 12vw 0 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: rgba(33, 23, 19, 0.9);
    font-size: 4vw;
  }
  .gnav .button-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 12vw;
    height: 12vw;
    background: rgb(33, 23, 19) url(../img/common/btn_close.png) no-repeat center center;
    background-size: 100% auto;
  }
  .gnav > ul {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .gnav > ul > li {
    margin: 0;
  }
  .gnav > ul > li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav > ul > li ul li {
    width: 50%;
    font-size: 1.6rem;
  }
  .gnav > ul > li ul li a {
    padding: 0.75em 0.5em 0.75em 3em;
  }
  .gnav > ul > li ul li li:first-child a {
    border-top: none;
  }
  .gnav > ul a {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 0.75em 6.5vw;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .gnav .gn-works > ul {
    width: 100%;
  }
  .gnav .gn-products > ul {
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .gnav .gn-products > ul > li {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    width: 100%;
    display: flex;
  }
  .gnav .gn-products ul > li span {
    padding: 0.25em 1em;
    width: 30%;
    color: #fff;
    text-align: center;
  }
  .gnav .gn-products ul > li ul {
    position: static;
    width: 70%;
    background: rgba(0, 0, 0, 0.4);
  }
  .gnav .gn-products ul > li li {
    width: 100%;
    float: none;
    background: none;
    text-align: left;
  }
  .gnav .gn-magazine {
    padding-bottom: 16vw;
  }
  .container {
    padding-top: 12vw;
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 100%;
  }
  .page-title {
    margin: 0 0 6vw;
    padding: 30vw 0 0;
    text-align: center;
    background-size: 200% auto !important;
  }
  .page-title .en {
    margin: 0.5em;
    font-size: 5rem;
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .page-title .en:first-letter {
    color: #E40011;
  }
  .page-title h1 {
    font-size: 2rem;
  }
  section {
    margin-bottom: 8vw;
  }
  section h2 {
    font-size: 2.4rem;
  }
  section h3 {
    font-size: 2rem;
  }
  section .anchor {
    top: 0;
  }
  .inner {
    margin: 0 auto;
    padding: 0 5vw;
    width: 100%;
    max-width: 100%;
  }
  .inner.-md {
    width: 100%;
  }
  .inner.-lg {
    width: 100%;
  }
  .nav-page a {
    padding: 1em 20px 1.5em;
  }
  .nav-btm {
    margin: 60px auto 0;
    padding: 0 4vw;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-btm li {
    padding: 0.75em 0 0 0;
    line-height: 1.4;
    text-align: left;
    display: inline-block;
    font-size: 1.5rem;
    width: 48%;
  }
  .nav-btm .parent {
    padding: 0 0 0.25em;
    border-bottom: solid 1px #ccc;
    float: none;
    width: 100%;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
  }
  .nav-btm .parent:first-letter {
    color: #E40011;
  }
  .nav-btm li:first-child {
    border-top: none;
  }
  .nav-btm .act a {
    background: none;
    color: #E40011;
  }
  .nav-btm .parent a {
    padding: 0;
    background: none;
  }
  .footer {
    padding: 7vw 0 20vw;
  }
  .footer .inner {
    display: block;
  }
  .footer-company {
    margin: 8vw auto 5vw;
    width: 100%;
  }
  .footer-logo {
    margin: 0 auto;
    width: 25%;
  }
  .footer nav {
    justify-content: start;
  }
  .footer nav li {
    margin: 0 3em 1.5em 0;
  }
  .footer-contact {
    margin: 0 auto 0 0;
    text-align: center;
  }
  .footer-contact .freedial a {
    display: inline-block;
    color: #E40011;
    line-height: 1em;
    font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
    font-size: 3.6rem;
  }
  .footer-contact .freedial a:before {
    margin-right: 0.5em;
    content: "";
    background: url(../img/common/icon_fd.png) no-repeat center top;
    background-size: 100% auto;
    display: inline-block;
    width: 36px;
    height: 23px;
  }
  .footer-contact address {
    margin: 3vw auto;
    line-height: 1.6;
  }
  .footer-contact .copyright {
    font-size: 1.2rem;
  }
  .floating {
    padding: 0.25em;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
  }
  .floating a,
  .floating span {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 7vw;
    writing-mode: horizontal-tb;
    width: 49.5%;
    height: 4em;
    font-size: 3vw;
    background-position: left 0.5em center;
    display: flex !important;
    justify-content: center;
  }
  .floating a br,
  .floating span br {
    display: none !important;
  }
  .button-more {
    width: 80%;
  }
}/*# sourceMappingURL=common.css.map */