/*@import "../../vendor/basis/dist/css/basis.css";
@import "../../vendor/css-wipe/dest/bundle.css";
@import "../../vendor/font-awesome/css/font-awesome.min.css";*/

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

/*@media (min-width: 40rem) {
body {
min-width: 1366px;
overflow-x: auto;
}
}*/


a {
  color: #333;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

/*コンテナ最大幅*/
.lp-container {
  padding: 0 20px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 40rem) {
  .lp-container {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.lp-container_new_banner {
  padding: 0 20px;
  line-height: 1.8;
  margin: 3rem auto;
}

@media (min-width: 40rem) {
  .lp-container_new_banner {
    max-width: 1100px;
    margin: 4rem auto;
  }
}


/*スマホ メニュー*/
@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;
  }
}

/*タイトル*/
.greeting {
  text-align: center;
  font-size: 1.05rem;
  line-height: 2;
  margin: 4rem auto;
}
@media (min-width: 40em) {
  .greeting {
    font-size: 1.1rem;
  }
}

.title-text-l {
  font-family: serif;
  text-align: center;
  font-weight: bold;
}

@media(min-width: 40em) {
  .title-text-l {
    font-size: 2rem;
  }
}

.title-text-s {
  font-family: serif;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
}

@media(min-width: 40em) {
  .title-text-s {
    font-size: 1rem;
  }
}
/*ご成約特典*/
.tokuten-area {
  text-align: center;
  color: #000000;
  padding: 2rem 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}



.tokuten {
  font-size: 1.2rem;
  
  padding: 0.1rem 1.2rem;
  border-radius: 15px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 3px;
  background-color: #cce2df;
}
@media (min-width: 40em) {
  .tokuten {
    font-size: 1.4em;
  }
}

.tokuten-text-l {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: normal;
}
@media (min-width: 40em) {
  .tokuten-text-l {
    font-size: 2rem;
  }
}

.tokuten-text-m{
  font-size: 1rem;
  padding-top: 0.85rem;
}
@media (min-width: 40em) {
  .tokuten-text-m {
    font-size: 1.25rem;
  }
}

.tokuten-text-s {
  font-size: 0.8rem;
  padding-top: 0.85rem;
}
@media (min-width: 40em) {
  .tokuten-text-s {
    font-size: 0.9rem;
  }
}

.special-text-s {
  font-size: 0.8rem;
  color: #FFF;
}
/*プレゼント*/
.seiyaku {
  font-family: sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #e83c3c;
  font-weight: bold;
}

.seiyaku span {
  border: #ffffff solid 1px;
  font-size: 1.5rem;
  padding: 10px 45px;
  border-radius: 10px;
  margin-bottom: 100px;
}

@media (min-width: 40em) {
  .seiyaku {
    font-size:1.2rem;
  }
}

.present-text {
  font-family: sans-serif;
  width: 100%;
  font-size: 1.0rem;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  font-weight: lighter;
  margin-top: 30px;
}

@media (min-width: 40em) {
  .present-text {
    font-size: 1.2rem;
    width: 80%;
  }
}

.present-text-m {
  margin-bottom: 1rem;
  font-size: 1.15rem;
  text-align: center;
  color: #fff;
}

@media (min-width: 40em) {
  .present-text-m {
    font-size: 1.7rem;
  }
}


.present-text-s {
  font-family: sans-serif;
  font-size: 0.8rem;
  color: #fff;
  padding-bottom: 50px;
}

@media (min-width: 40em) {
  .present-text-s {
    font-family: sans-serif;
    margin-bottom: 2rem;
    font-size: 1rem;
    padding-bottom: 50px;
  }
}

.present-text-s span {
  font-size: 1.2rem;
  font-weight: bold;
}


.present-text-ss {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 40em) {
  .present-text-ss {
    font-size: 1.1rem;
  }
}

.present-imagebox {
  margin-top: 1rem;
}

.new_banner{
  margin-top: 25px;
}

@media (min-width: 40em) {
  .new_banner{
    margin-top: 50px;
  }
}

/*イベント*/
/*.event {
  max-width: 800px;
  margin: auto;
  padding: 4rem 0;
}*/

.event {
  text-align: center;
  padding-bottom: 4rem;
}

.event-reserve {
  margin-top: 2rem;
}

.event-reserve-heding {
  background-color: #BEA77B;
  color: #FFF;
  font-size: 1.25rem;
  padding: 0.25rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 40em) {
  .event-reserve-heding {
    font-size: 1.5rem;
  }
}

.event-box-left,
.event-box-right {
  padding: 1rem;
}

@media (max-width: 39.9375rem) {
  .event-box-right {
    margin-top: 2rem;
  }
}

@media (min-width: 40em) {
  .event-box-left {
    border-right: 1px solid #CCC;
  }
}

.event-store {
  font-size: 1.65rem;
  width: 300px;
  border-bottom: solid 1px #CCC;
  margin: auto;
}

.event-date {
  font-size: 2.25rem;
  color: #BB0045;
}

@media (min-width: 40em) {
  .event-date {
    font-size: 3rem;
  }
}

.event-date span {
  font-size: 1.1rem;
  font-weight: bold;
}

.event-tel {
  font-size: 1.75rem;
  font-weight: bold;
}

.event-tel span {
  font-size: 1.15rem;
}

.event-tel-sp {
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  width: 100%;
  font-size: 1.15rem;
  margin-top: 1rem;
}

/*モデル*/
.item__detail-new {
  font-size: 0.8rem;
  color: #D60012;
  border: 1px solid #D60012;
  font-weight: bold;
  display: inline-block;
  padding: 1px 8px;
  margin-bottom: 10px;
}

.products-text {
  font-family: serif;
  /* text-align: center; */
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding: 2rem 0 1rem;
}

@media(min-width: 40em) {
  .products-text {
    font-size: 1rem;
  }
}

.products-text-l {
  font-family: serif;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 5rem 0 0;
}

@media(min-width: 40em) {
  .products-text-l {
    font-size: 1.7rem;
    padding: 8rem 0 0;
  }
}

.products-text-m {
  font-family: serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 1rem 0;
}

.collection-area {
  padding: 1rem 0 0;
}


.collection-text-new {
  font-family: sans-serif;
  color: #BDA67B;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.collection-text-new span {
  font-family: sans-serif;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 3PX 15px;
  margin-bottom: 3px;
  background-color: #BDA67B;
}

.collection-logo img {
  display: block;
  margin: 8rem auto 0;
  width: 265px;
}

.collection-logo2 img {
  display: block;
  margin: 0 auto;
  width: 265px;
}

.collection-logo2--citizen_l img {
  display: block;
  width: 215px;
  margin: 0 auto;
}

@media(min-width: 40em) {
  .collection-logo2--citizen_l img {
    margin: 0;
  }
}

.collection-text {
  margin: 1rem 0 2rem;
  line-height: 1.5rem;
}

.collection-text span {
  font-weight: bold;
}

.collection-text-2 {
  font-family: sans-serif;
  margin: 2rem 0;
  line-height: 1.5rem;
}

.collection-text-3 {
  margin: 1rem 0;
  line-height: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 40em) {
  .ccollection-text-3 {
    margin-top: 6rem;
  }
}



.collection-text-4 {
  margin: 1rem 0;
  line-height: 1.5rem;
}


.collection {
  padding: 1rem 0 0;
}

@media (min-width: 40em) {
  .collection {}
}

.collection.bg-gray {
  background-color: #F2F2F2;
}

.collection-item {
  padding-bottom: 2rem;
}

@media (min-width: 40em) {
  .collection-item {
    padding-bottom: 5rem;
  }
}

.collection-item--campanola {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 40em) {
  .collection-item--campanola {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

h2.collection-heading-l {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
}

@media (min-width: 40em) {
  h2.collection-heading-l {
    font-size: 2.25rem;
    margin-bottom: 5rem;
  }
}

.collection-heading {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (min-width: 40em) {
  .collection-heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}

/* .collection-text {
  margin-top: 1rem;
} */

.collection-new {
  color: #FFF;
  background-color: #BB0045;
  padding: 0 0.5rem;
}

.collection-limited {
  color: #BEA77B;
  margin-left: 1rem;
  font-weight: bold;
}

.collection-item-detail {}

@media (min-width: 40em) {
  .collection-item-detail {}
}

/*フッター エリア*/
.footer-area {
  padding: 40px 0;
  background-color: #1a1a1a;
}

@media (min-width: 40em) {
  .footer-area {
    padding: 80px 0 80px;
  }
}

.footer-button {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #333;
  position: relative;
  border: 1px solid #333;
  margin: auto;
}

@media (min-width: 40em) {
  .footer-button {
    width: 300px;
  }
}

a.footer-button {
  text-decoration: none;
  transition: 0.5s;
}

.footer-button::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-button:hover {
  background: #FFF;
  color: #333;
  border: 1px solid #333;
}

.footer-button:hover::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-bt {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #000000;
  background: -moz-linear-gradient(left, #cce2df, #cce2df);
  background: -webkit-linear-gradient(left, #cce2df, #cce2df);
  background: linear-gradient(to right, #cce2df, #cce2df);
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
}

.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;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer-bt:hover {
    opacity: 0.85;
  }
}

.shop-info {
  padding-left: 0;
}

@media (min-width: 40em) {
  .shop-info {
    text-align: center;
    display: block;
  }
}

@media (min-width: 40em) {
  .shop-info-innner {
    display: inline-block;
  }
}

.contactus {
  color: #FFF;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 16px;
}

@media (min-width: 40em) {
  .contactus {
    margin-top: 0;
  }
}

.shop {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0.5rem;
  color: #FFF;
}

@media (min-width: 40em) {
  .shop {
    margin-top: 0;
  }
}

.address {
  text-align: center;
  color: #FFF;
}

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

.address span {
  font-size: 12px;
}

.phone {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  color: #FFF;
}

@media (min-width: 40em) {
  .phone {
    font-size: 25px;
  }
}

.phone span {
  font-size: 16px;
}

.phone a {
  color: #FFF;
}

.text-left_center {
  text-align: left;
  width: fit-content;
}

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

.premium_doorsimg {
  width: 100%;
  height: auto;
}

@media (min-width: 40em) {
  .premium_doorsimg {
    width: 60%;
    height: auto;
  }
}

.ecodriveone_top {
  margin-top: 5rem;
}

@media (min-width: 40em) {
  .ecodriveone_top {
    margin-top: 7rem;
  }
}

.suzuran-left {
  padding: 0;
}

@media (min-width: 40em) {
  .suzuran-left {
    padding: 0 2.5rem !important;
  }
}

/* tissotのCSS */
.text_title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 40em) {
  .text_title {
    font-size: 1.5rem;
  }
}

.text_title2 {
  font-size: 0.8rem;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 40em) {
  .text_title2 {
    font-size: 1rem;
  }
}

.title_bottom_bg{
  background-color: #bab2b2;
}

.collection-text-new_with_color {
  font-family: sans-serif;
  color: #cb1100;
  font-weight: 700;
  font-size: 1.1rem;
  border: 1px solid #cb1100;
  margin: 0 auto;
  width: 50%;
}

@media (min-width: 40em) {
  .collection-text-new_with_color{
    width: 15%;
  }
}

.new_banner{
  margin-bottom: 25px;
}

@media (min-width: 40em) {
  .new_banner{
    margin-bottom: 50px;
  }
}