@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/**---------------------------------
* ベース
---------------------------------*/
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  overflow-x: hidden;
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
}

a {
  color: #333;
}

.contact-area a {
   color: #004498;
}

strong {
  font-weight: bold;
}

img{
  vertical-align: bottom;
}

P {
  display: none;
}

/*コンテナ最大幅*/
.lp-container {
  padding: 0 20px;
  font-family: "Noto Sans JP";
}
@media (min-width: 40rem) {
  .lp-container {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.8;
    padding: 0 20px;
  }
}

/*スマホ メニュー*/
@media (min-width: 641px) {
  .visible-xs,
  #footer {
    display: none;
  }
}
#globalmenu .grid-menu li a {
  font-size: 13px;
}

/*--- 非表示 ---*/
.u-displaynone {
  display: none !important;
}
/*--- モバイル非表示 ---*/
@media (max-width: 39.9375rem) {
  .u-displaynone-sm {
    display: none !important;
  }
}
/*--- デスクトップ非表示 ---*/
@media (min-width: 40em) {
  .u-displaynone-md-up {
    display: none !important;
  }
}

.text-left {
  text-align: center;
  margin: 50px auto 0;
}

@media (min-width: 40em) {
  .text-left {
    text-align: left;
    width: fit-content;
    margin: 0 auto;
  }
}

/*タイトル*/
.title-area {
  padding: 0 0 3rem;
  text-align: center;
  background-color: #87847d;
}

@media (min-width: 641px) {
  .title-area {
    padding: 0 0 5rem;
  }
}


.title  {
  max-width: 1400px;
  margin: 0 auto;
}
.title img {
  width: 100%;
}
.greeting {
  text-align: left;
  font-size: 0.84rem;
  margin: 3rem 0 0;
  color: #FFF;
}
@media (min-width: 40em) {
  .greeting {
    margin: 5rem 0 0;
    text-align: center;
    font-size: 1rem;
    line-height: 2.2;
  }
}

/*フェアご成約特典*/
.present-area {
  padding: 2rem 0.5rem 0.5rem;
  text-align: center;
  background-color: #e7b949;
}
@media (min-width: 40em) {
  .present-area {
    padding: 2rem 0 1rem;
  }
}
.present-heading {
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #3d1000;
  padding: 0 1.0rem;
}
@media (min-width: 40em) {
  .present-heading {
    font-size: 2.5rem;
  }
}
.present-text-model {
  background-color: #3d1000;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 0 2rem;
  border-radius: 100px;
}
@media (min-width: 40em) {
  .present-text-model {
    font-size: 1.15rem;
  }
}
.present-text-item {
  font-size: 1.1rem;
  font-weight: bold;
  color: #3d1000;
  margin-top: 1rem;
  margin-bottom: 20px;
}
.present-text-item_02 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #3d1000;
  margin-bottom: 1rem;
  margin-top: -0.4rem;
}
@media (min-width: 40em) {
  .present-text-item,
  .present-text-item_02 {
    font-size: 1.7rem;
  }
}
.present-text-s {
  font-weight: bold;
  color: #3d1000;
  line-height: normal;
}

/*金利*/
.kinri-area {
  background-color: #0a2240;
  padding: 2.5rem 0 3rem;
}
.kinri-heading {
  font-size: 1.35rem;
  font-weight: bold;
  color: #e7b949;
  text-align: center;
}
@media (min-width: 40em) {
  .kinri-heading {
    font-size: 2.0rem;
  }
}
.kinri-text,
.kinri-text-s {
  color: #FFF;
  text-align: center;
}
.kinri-text {
  font-size: 1.1rem;
}
@media (min-width: 40em) {
  .kinri-text {
    font-size: 1.5rem;
  }
}

/* 問合せエリア */
.contact-area {
  margin: 30px 0;
  text-align: center;
}

.contact-text {
  font-size: 15px;
}

/*同時開催タイトル*/
.subtitle {
  background-color: #000;
}
.subtitle-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.subtitle-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  line-height: 45px;
}

.subtitle-text_02 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  margin-bottom: -3px;
  margin-top: 15px;
}



@media (min-width: 40em) {
  .subtitle {
    padding-top: 0;
  }
  .subtitle-text {
    font-size: 3.25rem;
    line-height: normal;
  }
  .subtitle-text span {
    font-size: 2.75rem;
  }
  .subtitle-text_02{
    font-size: 1.4rem;
  }
}


/*モデル*/
.products-area-black {
  background-color: #fff;
  padding: 5rem 0 2rem;
}
@media (min-width: 40em) {
  .products-area-black {
    background-color: #fff;
    padding: 5rem 0;
  }
}
.products-area {
  margin: 5rem 0;
  text-align: center;
  border-bottom: 1px solid #CCC;
}
.products-logo {
  margin-bottom: 3rem;
}
.products-logo100 {
  width: 100px;
  margin: auto;
}
.products-logo150 {
  width: 150px;
  margin: auto;
}
.products-logo200 {
  width: 200px;
  margin: auto;
}
.products-logo_lukia {
  width: 100px;
  margin: auto;
}
.products-logo_lukia img {
  width: 100%;
}
.products-logo img {
  width: 100%;
}
.products-logo-top{
  margin: 5rem 0 3rem;
}
.products-detail  {
  margin-bottom: 5rem!important;
}
.products-detail-wh div {
  color: #FFF;
}
.products-detail-wh {
  margin-top: 1rem;
}
.products-name {
  font-size: 1.05rem;
  font-weight: bold;
  line-height: normal;
}
.products-price {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.products-tag_n {
  color: #e60030!important;
  border: 1px solid #e60030;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.75rem;
  margin: 1.5rem 0 0.5rem;
}

.products-tag {
  color: #e60030!important;
  font-weight: bold;
  line-height:1.4;
  display: inline-block;
  padding: 0 0.75rem;
  margin: 1.5rem 0 0.5rem;
}


.products-tag_nn {
  font-weight: bold;
  display: inline-block;
  padding: 0 0.75rem;
  margin: 1.5rem 0 0.5rem;
}
.products-limited {
  font-size: 0.85rem;
}

.item-new {
  color: #B28247!important;
  border:2px solid #B28247;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.75rem;
  margin: 1.5rem 0 0.5rem;
}
  @media (min-width: 40em){
    .item-new{
    font-size: 14px;
  }
}

@media (min-width: 40em){
  .u-mg-top {
    margin-top: 3.8rem;
  }
}




/*ボタン*/
.f-bt-area {
  padding: 0 0 5rem;
}
.footer-bt {
  width:100%;
  font-size: 1.0rem;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding: 15px 0;
  color: #FFF;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
  border: 1px solid #0a213e;
  background-color: #0a213e;
}
.footer-bt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 40em) {
  .footer-bt {
    padding: 30px 0;
    font-size: 1.5rem;
  }
  .footer-bt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    margin: -8px 0 0 0;
  }
  .footer-bt:hover {
    opacity: 0.85;
  }
}

/*フッター エリア*/
.footer-area {
  padding: 40px 0;
  background-color: #F2F2F2;
}
@media (min-width: 40em) {
  .footer-area {
    padding: 40px 0 100px;
  }
}

.footer-bt2 {
  width:100%;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding: 7px 0;
  color:#fff;
  background-color: #111;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
.footer-bt2::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 40em) {
  .footer-bt2 {
    width:300px;
    border: 1px solid #111;
    margin-top: 30px;
    font-size:15px;
  }
  .footer-bt2:hover {
    background: #FFF;
    color : #111;
    border: 1px solid #111;
  }
  .footer-bt2:hover::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #111;
    border-right: solid 1px #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.contactus {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.shop {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 40em) {
  .shop {
    margin-top: 0;
  }
}

.address {
  font-size: 14px;
  display: inline-block;
}
.address span {
  font-size: 12px;
  display: block;
}
@media (min-width: 40em) {
  .address span {
    font-size: 12px;
    display: inline;
  }
}

.phone {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 40em) {
  .phone {
    font-size: 32px;
  }
}
.phone span {
  font-size: 16px;
}

/* モバイルの場合横スクロール */
.sp-scrollable {
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-bottom: 1.5rem;
  padding-left: 20px;
}
@media (min-width: 40em) {
  .sp-scrollable {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden !important;
  }
  .scroll-hint-icon-wrap {
    display: none;
  }
}
/* 2カラムの場合 */
.sp-scrollable--col-2 .c-row {
  width: calc(75vw * 2);
}
/* 3カラムの場合 */
.sp-scrollable--col-3 .c-row {
  width: calc(75vw * 3);
}
@media (min-width: 40em) {
  .sp-scrollable .c-row {
    width: auto;
  }
}
/* 5カラムの場合 */
.sp-scrollable--col-5 .c-row {
  width: calc(75vw * 5);
}
@media (min-width: 40em) {
  .sp-scrollable .c-row {
    width: auto;
  }
}
/* 6カラムの場合 */
.sp-scrollable--col-6 .c-row {
  width: calc(75vw * 6);
}
@media (min-width: 40em) {
  .sp-scrollable .c-row {
    width: auto;
  }
}
