@charset "UTF-8";

/* header */
header {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header.scroll {
  background: rgba(0, 0, 0, .8);
  transition: 0.3s;
}

.head_Block {
  width: 96%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 10px 0;
  margin: 0 auto;
}

header h1#logo a {
  display: block;
  width: 22%;
  /* max-width: 178px;
  min-width: 178px; */
  max-width: 148px;
  min-width: 148px;
}

header h1#logo.mini a {
  max-width: 120px;
  min-width: 120px;
  /* -webkit-animation-name: logo_anime;
  -webkit-animation-duration:1s;
  animation-name:logo_anime;
  animation-duration:1s; */
}

/* @-webkit-keyframes logo_anime{
  from{
      width: 300px;
  }
  to {
      width: 150px !important;
  }
}
@keyframes logo_anime{
  from{
      width: 300px;
  }
  to{
      width: 150px !important;
  }
} */

.nav_Area {
  flex-direction: column;
  align-items: flex-end;
  width: 76%;
}

#Gnav {
  width: 100%;
  margin-top: 30px;
}

#Gnav_List {
  justify-content: flex-end;
}

#Gnav_List li {
  margin-left: 3%;
  position: relative;
}

#Gnav_List li:first-of-type {
  margin-left: 0;
}

#Gnav_List a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  padding: 0 0 5px;
  transition: .5s;
}

#sub_Nav {
  align-items: center;
}

#sub_Nav li a {
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  transition: .5s;
}

#sub_Nav li a:hover {
  opacity: 0.7;
}

.sub_01 {
  display: flex;
}

.sub_01 a {
  display: block;
  text-align: center;
  margin-right: 40px;
}

.sub_02 .nav_cv li:nth-of-type(1) {
  margin-right: 4%;
}

.sub_02 .nav_cv li a {
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.nav_request {
  background-image: -moz-linear-gradient(0deg, rgb(133, 139, 144) 0%, rgb(159, 167, 172) 50%, rgb(133, 139, 144) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(133, 139, 144) 0%, rgb(159, 167, 172) 50%, rgb(133, 139, 144) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(133, 139, 144) 0%, rgb(159, 167, 172) 50%, rgb(133, 139, 144) 100%);
}

.nav_reserve {
  background-image: -moz-linear-gradient(0deg, rgb(154, 133, 73) 0%, rgb(179, 162, 85) 50%, rgb(154, 133, 73) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(154, 133, 73) 0%, rgb(179, 162, 85) 50%, rgb(154, 133, 73) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(154, 133, 73) 0%, rgb(179, 162, 85) 50%, rgb(154, 133, 73) 100%);
}

#sp_Menu {
  display: none;
}

/* current */
#concept_P #Gnav_List li:nth-of-type(1)::after,
#location_P #Gnav_List li:nth-of-type(2)::after,
#design_P #Gnav_List li:nth-of-type(3)::after,
#plan_P #Gnav_List li:nth-of-type(4)::after,
#modelroom_P #Gnav_List li:nth-of-type(5)::after,
#premium_P #Gnav_List li:nth-of-type(6)::after,
#quality_P #Gnav_List li:nth-of-type(7)::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: -moz-linear-gradient(0deg, rgb(31, 104, 150) 0%, rgb(86, 173, 141) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(31, 104, 150) 0%, rgb(86, 173, 141) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(31, 104, 150) 0%, rgb(86, 173, 141) 100%);
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(1, 1);
}

/* current_hoverライン */
#Gnav_List li::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: -moz-linear-gradient(0deg, rgb(31, 104, 150) 0%, rgb(86, 173, 141) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(31, 104, 150) 0%, rgb(86, 173, 141) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(31, 104, 150) 0%, rgb(86, 173, 141) 100%);
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#Gnav_List li:hover::after {
  transform: scale(1, 1);
}

/* NEW */
#Gnav_List li:nth-of-type(2) a,
#Gnav_List li:nth-of-type(3) a {
  position: relative;
}

#Gnav_List li:nth-of-type(4) a::before,
#Gnav_List li:nth-of-type(6) a::before {
  display: block;
  content: "NEW";
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.2px;
  background-color: #951010;
  padding: 3px 5px 3px 5px;
  position: absolute;
  top: -22px;
  left: 0;
}

/* footer */
footer {
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(6, 9, 52) 0%, rgb(5, 5, 42) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(6, 9, 52) 0%, rgb(5, 5, 42) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(6, 9, 52) 0%, rgb(5, 5, 42) 100%);
  border-top: 1px solid #fff;
}

#foot_spMenu {
  display: none;
}

.foot_Block {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.contact {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.contact p {
  width: 90%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}

.contact a.tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
}

.contact a.tel i {
  display: block;
  width: 60px;
  height: auto;
}

.contact a.tel .tel_num {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}

.contact a.company {
  width: 25%;
}

/* CVボタン */
.cvbtn {
  display: block;
  width: 260px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
}

.btnchangeline {
  color: #040000;
  position: relative;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}

/*線の設定*/
.btnchangeline::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(0, 1);
  transition: all 0.3s;
}

/*背景の設定*/
.btnchangeline::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}

/* 資料請求ボタン */
.btnchangeline.c-request {
  border-top: 1px solid #9DA4A9;
  border-bottom: 1px solid #9DA4A9;
}

.btnchangeline.c-request::before {
  border-top: 1px solid #c7d1d7;
  border-bottom: 1px solid #c7d1d7;
}

.btnchangeline.c-request::after {
  background-image: -moz-linear-gradient(0deg, rgb(133, 139, 144) 0%, rgb(159, 167, 172) 50%, rgb(133, 139, 144) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(133, 139, 144) 0%, rgb(159, 167, 172) 50%, rgb(133, 139, 144) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(133, 139, 144) 0%, rgb(159, 167, 172) 50%, rgb(133, 139, 144) 100%);
}

/* 来場予約ボタン */
.btnchangeline.c-reserve {
  border-top: 1px solid #B09E53;
  border-bottom: 1px solid #B09E53;
}

.btnchangeline.c-reserve::before {
  border-top: 1px solid #beaa5a;
  border-bottom: 1px solid #beaa5a;
}

.btnchangeline.c-reserve::after {
  background-image: -moz-linear-gradient(0deg, rgb(154, 133, 73) 0%, rgb(179, 162, 85) 50%, rgb(154, 133, 73) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(154, 133, 73) 0%, rgb(179, 162, 85) 50%, rgb(154, 133, 73) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(154, 133, 73) 0%, rgb(179, 162, 85) 50%, rgb(154, 133, 73) 100%);
}

/*hoverした際の背景と線の形状*/
.btnchangeline:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.btnchangeline:hover::after {
  opacity: 0;
  transform: scale(0, 1);
}

/*テキストの設定*/
.btnchangeline span {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: all 0.3s;
}

/*hoverした際のテキストの形状*/
.btnchangeline:hover span {
  letter-spacing: 2px;
  color: #fff;
}

.btn-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.btn-flex .request-btn {
  display: none;
  margin-right: 40px;
}

/* cv-btn-area */
.cv-btn-area {
  padding: 80px 0 20px;
}

.cv-btn-area .btn-flex .request-btn {
  display: block;
}

/* 相互バナー */
.mutual-bnr a {
  display: block;
  width: 380px;
  max-width: 90%;
  padding-bottom: 40px;
  margin: 0 auto;
  transition: all .5s;
  cursor: pointer;
}

.mutual-bnr a:hover {
  opacity: 0.7;
}


/*=======================================
TAB_横
=======================================*/
@media (max-width: 1180px) {
  #Gnav_List a {
    font-size: 12px;
  }

  #sub_Nav li.sub_01 a {
    font-size: 12px;
  }

  .sub_02 .nav_cv li a {
    width: 110px;
  }

}

@media (max-width: 1024px) {
  header h1#logo a {
    max-width: 98px;
    min-width: 98px;
  }

  .sub_01 a {
    margin-right: 15px;
  }

  #Gnav_List a {
    white-space: nowrap;
  }
}


/*=======================================
TAB_縦~SP
=======================================*/
@media (max-width: 820px) {

  /* header */
  header {
    height: 60px;
    /* background: rgba(0, 0, 0, .8); */
  }

  .head_Block {
    padding: 0;
    margin: 0;
  }

  header h1#logo a {
    width: 26%;
    max-width: 66px;
    min-width: initial;
    position: absolute;
    top: 12px;
    left: 20px;
  }

  header h1#logo.mini a {
    max-width: 52px;
    min-width: initial;
    top: 2px;
  }

  #Gnav {
    display: none;
    width: 100vw;
    height: auto;
    margin-top: 0;
    position: fixed;
    top: 60px;
    right: 0;
  }

  #Gnav_List {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.85);
  }

  #Gnav_List li {
    width: 50%;
    border-bottom: 1px solid #fff;
    margin-right: 0;
  }

  #Gnav_List li:nth-of-type(1),
  #Gnav_List li:nth-of-type(2) {
    border-top: 1px solid #fff;
  }


  #Gnav_List li:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }

  #Gnav_List li:last-of-type {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }

  #Gnav_List li:not(:first-child) {
    margin-left: 0;
  }

  #Gnav_List a {
    color: #fff;
    line-height: 1.4;
    padding: 20px 0;
  }

  /* #Gnav_List li:nth-of-type(7) a {
    padding: 30px 0;
  } */

  #Gnav_List a p {
    display: none;
  }

  #Gnav_List a span {
    padding: 0;
    border-top: none;
    font-size: 13px;
  }

  #Gnav_List a::after {
    content: none;
  }

  #Gnav_List a:hover {
    opacity: .6;
  }

  #sub_Nav {
    display: none;
  }

  #sp_Menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 26px;
    height: 22px;
    transform: translateY(-50%);
    overflow: hidden;
  }

  #sp_Menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: .5s;
  }

  #sp_Menu span:nth-child(1) {
    top: 0;
    transform: rotate(0);
  }

  #sp_Menu span:nth-child(2) {
    top: 10px;
  }

  #sp_Menu span:nth-child(3) {
    bottom: 0;
  }

  #sp_Menu.active span:nth-child(1) {
    top: 10px;
    transform: rotate(-135deg);
  }

  #sp_Menu.active span:nth-child(2) {
    left: 26px;
  }

  #sp_Menu.active span:nth-child(3) {
    bottom: 10px;
    transform: rotate(135deg);
  }

  /* footer */
  footer {
    padding: 30px 0 20px;
    /* margin-bottom: 35px; */
    margin-bottom: 50px;
  }

  .f_menu {
    display: none;
  }

  .f_sub_Nav {
    display: none;
  }

  .f_nav {
    width: 100%;
    margin-right: 0;
  }

  .contact {
    margin-top: 0;
  }

  .contact p {
    width: 96%;
    text-align: center;
  }

  .contact a.tel {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .contact a.tel .tel_num {
    font-size: 36px;
  }

  .contact a.company {
    width: 80%;
    margin: 20px auto 0;
  }

  #foot_spMenu {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    background-color: #000;
    border-top: 1px solid #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }

  #foot_spMenu li {
    width: calc(100% / 3);
    /* width: calc(100% / 4); */
    /* height: 55px; */
    height: 62px;
  }

  #foot_spMenu li:nth-of-type(1) {
    background: #030421;
  }

  #foot_spMenu li:nth-of-type(2) {
    background: #4d3d33;
  }

  #foot_spMenu li:not(:first-child) {
    border-left: 1px solid #fff;
  }

  #foot_spMenu li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
  }

  #foot_spMenu span {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }

  #foot_spMenu .nav_request span,
  #foot_spMenu .nav_reserve span {
    width: 22px;
    height: auto;
  }

  #foot_spMenu p {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 0;
  }

  /* current */
  #concept_P #Gnav_List li:nth-of-type(1)::after,
  #location_P #Gnav_List li:nth-of-type(2)::after,
  #design_P #Gnav_List li:nth-of-type(3)::after,
  #plan_P #Gnav_List li:nth-of-type(4)::after,
  #MODELROOM_P #Gnav_List li:nth-of-type(5)::after,
  #quality_P #Gnav_List li:nth-of-type(6)::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* current_hoverライン */
  #Gnav_List li::after {
    content: "none";
  }

  /* NEW */
  #Gnav_List li:nth-of-type(1) a::before,
  #Gnav_List li:nth-of-type(2) a::before,
  #Gnav_List li:nth-of-type(3) a::before,
  #Gnav_List li:nth-of-type(4) a::before,
  #Gnav_List li:nth-of-type(5) a::before,
  #Gnav_List li:nth-of-type(6) a::before {
    font-size: 10px;
    top: 0%;
    left: 0;
    transform: unset;
  }


  #cv_Area {
    margin: 40px auto;
  }

  .cv-btn-area {
    margin: 50px auto 0;
  }

  .cv-btn-area .btn-flex .request-btn {
    margin-right: 0;
    padding-bottom: 20px;
  }


}


/* #Gnav_List li:nth-of-type(3) a,
#Gnav_List li:nth-of-type(5) a,
#Gnav_List li:nth-of-type(6) a {
  opacity: 0.4;
  pointer-events: none;
}

#Gnav_List li:nth-of-type(3) a::before,
#Gnav_List li:nth-of-type(5) a::before,
#Gnav_List li:nth-of-type(6) a::before {
  content: none;
}

#Gnav_List li:nth-of-type(3)::after,
#Gnav_List li:nth-of-type(5)::after,
#Gnav_List li:nth-of-type(6)::after {
  content: none!important;
} */