* {
  margin: 0;
  padding: 0;
  position: relative;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN W3";
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
a.uline {
  text-decoration: underline;
}
@media (min-width: 481px) {
  a.tel {
    pointer-events: none;
  }
}
a.current {
  pointer-events: none;
}

span.uline {
  text-decoration: underline;
}

header {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}

li {
  list-style: none;
}

figure {
  display: block;
}

sup {
  font-size: 60%;
}

button {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.img100 {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 481px) {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc {
    display: inline;
  }
}

.has-comb::after, .has-comw::after, .has-comb-out::after, .has-comw-out::after {
  content: attr(data-com) "";
  position: absolute;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Yu Mincho", "YuMincho", serif;
}
@media screen and (min-width: 769px) {
  .has-comb::after, .has-comw::after, .has-comb-out::after, .has-comw-out::after {
    font-size: 12px;
  }
}

.has-comb::after, .has-comb-out::after {
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9), -1px 1px 0 rgba(255, 255, 255, 0.9), 1px -1px 0 rgba(255, 255, 255, 0.9), -1px -1px 0 rgba(255, 255, 255, 0.9);
}

.has-comw::after, .has-comw-out::after {
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9), -1px 1px 0 rgba(0, 0, 0, 0.9), 1px -1px 0 rgba(0, 0, 0, 0.9), -1px -1px 0 rgba(0, 0, 0, 0.9);
}

.has-comb::after, .has-comw::after {
  bottom: 5px;
  right: 5px;
}

.header, .main, .main2, .footer {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .header, .main, .main2, .footer {
    min-width: 1080px;
  }
}

body {
  background: #282828;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 50;
}
.header_logo {
  width: 100%;
  max-width: 632px;
}
.header_btns {
  display: none;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 30px;
  }
  .header_btns {
    display: flex;
    position: absolute;
    top: 50px;
    right: 30px;
  }
  .header_btns a {
    display: block;
    margin-right: 20px;
  }
  .header_btns a:hover, .header_btns a.current {
    filter: sepia(100%) saturate(833%) hue-rotate(329deg) brightness(60%) contrast(205%);
  }
  .header_btns_a_home {
    width: 51px;
  }
  .header_btns_a_style {
    width: 70px;
  }
  .header_btns_a_modelhouse {
    width: 122px;
  }
  .header_btns_a_rent {
    width: 93px;
  }
  .header_btns_a_gallery {
    width: 80px;
  }
  .header_btns_a_company {
    width: 86px;
  }
  .header_btns_a_quality {
    width: 64px;
  }
  .header_btns_a_sqr {
    width: 32px;
    margin-left: 4px;
  }
}

.mv {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  padding-top: 110px;
}
@media screen and (min-width: 769px) {
  .mv {
    width: 90%;
  }
}
.mv_vid {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer {
  margin-top: 100px;
}
.footer_banner {
  background: #383838;
  padding: 50px 20px 30px;
}
.footer_banner_a {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.footer_conv {
  width: 100%;
  background: #b89f58;
  padding: 30px;
}
.footer_conv_hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
  border-bottom: 0;
  margin: 30px 0;
}
.footer_conv_tel {
  display: block;
  width: 90%;
  max-width: 323px;
  margin: 0 auto;
}
.footer_conv_contact {
  display: block;
  max-width: 373px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer_conv {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_conv_hr {
    width: 1px;
    height: 58px;
    border: 0;
    border-left: 1px solid #000;
    margin: 0 30px;
  }
  .footer_conv_tel, .footer_conv_contact {
    margin: 0;
  }
}
.footer_about {
  padding: 30px;
}
.footer_about_logo {
  display: block;
  width: 175px;
  margin: 0 auto;
}
.footer_about_text {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
.footer_about_link {
  display: block;
  width: 170px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  background: #505050;
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .footer_about {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_about_logo, .footer_about_text, .footer_about_link {
    margin: 0 10px;
  }
  .footer_about_text {
    text-align: left;
  }
  .footer_about_link {
    height: 60px;
    line-height: 60px;
  }
}
.footer_copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 100px;
}

.sp_nav {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
}
.sp_nav_in {
  z-index: 120;
  width: 100%;
  height: 100%;
  background: #282828;
  padding: 8px;
}
.sp_nav_conv {
  display: flex;
}
.sp_nav_conv_a {
  display: block;
  width: 48px;
  margin-right: 8px;
}
.sp_nav_btn {
  width: 48px;
  height: 48px;
  display: block;
  background: #FFF;
  position: absolute;
  top: 8px;
  right: 8px;
}
.sp_nav_btn_p {
  text-align: center;
  width: 100%;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.2;
}
.sp_nav_btn_bar {
  width: 36px;
  height: 1px;
  background: #000;
  position: absolute;
  display: block;
  left: 7px;
  transition: 0.3s linear;
}
.sp_nav_btn_bar:nth-of-type(1) {
  top: 10px;
}
.sp_nav_btn_bar:nth-of-type(2) {
  top: 16px;
}
.sp_nav_btn_bar:nth-of-type(3) {
  top: 22px;
}
.open .sp_nav_btn_bar:nth-of-type(1) {
  top: 16px;
  transform: rotate(45deg);
}
.open .sp_nav_btn_bar:nth-of-type(2) {
  opacity: 0;
}
.open .sp_nav_btn_bar:nth-of-type(3) {
  top: 16px;
  transform: rotate(-45deg);
}
.sp_nav_menu {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #282828;
  padding: 20px 20px 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
}
.sp_nav_menu_logo {
  position: absolute;
  width: 100%;
  max-width: 360px;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sp_nav_menu_a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #FFF;
}
.sp_nav_menu_a:nth-of-type(1) {
  border-top: none;
}
.sp_nav_menu_a .img100 {
  max-width: 248px;
}
.open .sp_nav_menu {
  transform: none;
}
@media screen and (min-width: 769px) {
  .sp_nav {
    display: none;
  }
}

.contact {
  width: 100%;
  margin-top: 100px;
}
.contact_a {
  width: 80%;
  max-width: 600px;
  height: 120px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: -60px auto 0;
  background: #b89f58;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0 20px;
}
.contact_a br {
  line-height: 0;
}
.contact_a::after {
  content: "";
  width: 26px;
  height: 120px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../img/top/arrow.png) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .contact {
    max-width: 782px;
    margin: 100px auto 0;
  }
}