@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# フォント読み込み
# section--hero
# section--reason
# section--column
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# フォント読み込み
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap");
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variable
  ## breakpoint
	## imgpath
	## clearfix
	## font
	## color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## breakpoint
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## imgpath
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## clearfix
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## font
--------------------------------------------------------------*/
@font-face {
  font-family: "notera";
  src: url("../font/NoteraPersonalUseOnly-wxJ9.woff") format("woff");
}
/*--------------------------------------------------------------
## color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# section--hero
--------------------------------------------------------------*/
.section--hero {
  background: url(../../../assets/img/sale/img_bg.jpg) no-repeat center center/cover;
  text-align: center;
  padding: 1.25rem 0 3.75rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section--hero h1 {
  font-size: 1.96875rem;
  color: #fff;
  margin-bottom: 0.625rem;
}
.section--hero h1 span {
  display: block;
  font-family: "mathilde";
  font-size: 4.375rem;
}
.section--hero p {
  color: #a78f26;
  font-size: 0.8125rem;
}
.section--hero figure {
  margin: 3.4375rem auto 0;
}
.section--hero figure img {
  width: 8.75rem;
}
@media screen and (min-width: 599px) {
  .section--hero {
    padding: 2.5rem 0 3.4375rem;
  }
  .section--hero .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section--hero .inner .content {
    width: 60%;
  }
  .section--hero .inner figure {
    width: 40%;
  }
  .section--hero h1 {
    font-size: 2.1875rem;
  }
  .section--hero h1 span {
    font-size: 5rem;
  }
  .section--hero p {
    font-size: 0.8125rem;
  }
  .section--hero figure {
    margin: 0rem auto 0;
  }
  .section--hero figure img {
    width: 12.5rem;
  }
}
@media screen and (min-width:959px) {
  .section--hero {
    padding: 5rem 0 8.125rem;
  }
  .section--hero h1 {
    font-size: 4.1875rem;
  }
  .section--hero h1 span {
    font-size: 10rem;
  }
  .section--hero p {
    font-size: 1.625rem;
  }
  .section--hero figure img {
    width: 16.25rem;
  }
}

/*--------------------------------------------------------------
## section--sale-lead
--------------------------------------------------------------*/
.section--sale-lead {
  line-height: 1.75;
  padding: 3.125rem 0 2.1875rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.section--sale-lead h2,
.section--sale-lead p {
  position: relative;
  z-index: 1;
}
.section--sale-lead h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #a78f26;
  font-weight: normal;
  font-size: 1.5625rem;
  margin-bottom: 1.875rem;
}
.section--sale-lead p {
  margin-bottom: 4.75rem;
}
@media screen and (min-width: 599px) {
  .section--sale-lead {
    padding: 6.25rem 0 6.25rem;
    text-align: center;
  }
  .section--sale-lead .h2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--sale-lead h2 {
    font-size: 2.5rem;
    text-align: left;
    line-height: 1.75;
  }
  .section--sale-lead h2 .center {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .section--sale-lead p {
    font-size: 1.0625rem;
  }
}

/*--------------------------------------------------------------
## section--sale-access
--------------------------------------------------------------*/
.section--sale-access {
  line-height: 1.75;
  padding: 0 0 2.5rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.section--sale-access .inner {
  padding: 1.125rem;
  width: 84%;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.section--sale-access h2,
.section--sale-access p {
  position: relative;
  z-index: 1;
}
.section--sale-access h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #a78f26;
  font-weight: normal;
  font-size: 1.25rem;
  padding-top: 5.3125rem;
  border-top: 0.125rem solid #a78f26;
  margin-bottom: 1.875rem;
}
.section--sale-access h4 {
  font-size: 1.25rem;
  text-align: left;
  background: #f4f2f1;
  border-left: 0.3125rem solid #b5b5b5;
  padding: 0.4375rem 1.25rem;
  margin: 4.1875rem 0;
}
.section--sale-access p {
  margin-bottom: 2.25rem;
}
.section--sale-access p span {
  font-size: 1.875rem;
}

.acbox-under ul li {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
}
.acbox-under ul li .block {
  width: 85%;
  display: block;
  position: relative;
}
.acbox-under ul li .block::after {
  content: "";
  display: block;
  background: url(/assets/src/img/common/arrow-right-gold.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -2.6875rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}
.acbox-under ul li .block_nl {
  width: 90%;
  display: block;
  position: relative;
}
@media screen and (min-width: 599px) {
  .acbox-under ul li .block_nl {
    width: 100%;
  }
}
.acbox-under ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
}
.acbox-under ul li dl dt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #a78f26;
  font-size: 1.875rem;
  margin-right: 0.8125rem;
}
.acbox-under ul li dl dd {
  font-size: 0.9375rem;
}

@media screen and (min-width: 599px) {
  .acbox-under ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -2.5rem;
    overflow: hidden;
  }
  .acbox-under ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    padding: 2.5rem;
    min-width: 0;
  }
  .acbox-under ul li .block {
    width: 100%;
    display: block;
    position: relative;
  }
  .acbox-under ul li .block::after {
    content: "";
    display: block;
    background: url(/assets/src/img/common/arrow-right-gold.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: -4.6875rem;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 4.375rem;
    height: 4.375rem;
  }
  .acbox-under ul li .block_nl {
    display: block;
    position: relative;
  }
  .acbox-under ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acbox-under ul li dl dt {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #a78f26;
    font-size: 1.875rem;
    margin-right: 0.8125rem;
  }
  .acbox-under ul li dl dd {
    font-size: 0.9375rem;
  }
}
/*--------------------------------------------------------------
## section--access
--------------------------------------------------------------*/
.section--access {
  padding: 0 0 5rem;
}
.section--access .left-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/*--------------------------------------------------------------
## section--cat-link
--------------------------------------------------------------*/
.section--cat-link .blj,
.section--cat-link .genj {
  background: #fbfbfb;
}
.section--cat-link .blj .content,
.section--cat-link .genj .content {
  padding: 1.25rem;
  text-align: center;
}
.section--cat-link .blj .content p,
.section--cat-link .genj .content p {
  margin-bottom: 2.5rem;
  width: 100%;
}
.section--cat-link .blj .content h2,
.section--cat-link .genj .content h2 {
  margin-bottom: 1.25rem;
}
.section--cat-link .bsk {
  color: white;
  background: url(../../../assets/img/sale/bg-bsk-sp.png) no-repeat center center/cover;
}
.section--cat-link .genj {
  background: #CCDAD7;
}
.section--cat-link .content {
  padding: 7.5rem 5rem 5rem;
  text-align: center;
}
.section--cat-link .content p {
  margin-bottom: 4.25rem;
  width: 100%;
}
.section--cat-link .content h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5625rem;
  margin-bottom: 4.6875rem;
  text-align: center;
}
.section--cat-link .img-wrap {
  width: 100%;
  padding: 2.5rem 0 0;
  text-align: center;
}
.section--cat-link .img-wrap img {
  width: 60%;
}
@media screen and (min-width:959px) {
  .section--cat-link .content h2 {
    font-size: 2.8125rem;
    margin-bottom: 4.6875rem;
  }
  .section--cat-link .content p {
    font-size: 1rem;
  }
  .section--cat-link .content .btn {
    margin-bottom: 2.5rem;
  }
  .section--cat-link .blj, .section--cat-link .genj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 5rem 0;
  }
  .section--cat-link .blj .content h2, .section--cat-link .genj .content h2 {
    font-size: 2.8125rem;
    margin-bottom: 4.6875rem;
  }
  .section--cat-link .blj .content p, .section--cat-link .genj .content p {
    font-size: 1rem;
    margin-bottom: 4.25rem;
  }
  .section--cat-link .bsk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: url(../../../assets/img/sale/bg-bsk-pc.png) no-repeat center right/cover;
  }
  .section--cat-link .content,
.section--cat-link .img-wrap {
    width: 50%;
  }
}

/*--------------------------------------------------------------
## section--parking
--------------------------------------------------------------*/
.section--parking {
  padding: 0 0 5rem;
}
.section--parking .box-parking {
  margin: 0 auto;
  width: 95%;
  max-width: 42.5rem;
  padding: 1.875rem 1.5625rem;
  text-align: center;
  color: #fff;
  background: #cabe84;
}
.section--parking .box-parking p {
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  font-weight: normal;
}
.section--parking .box-parking p .txt-top {
  font-size: 1.125rem;
}
.section--parking .box-parking p .txt-top::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/sale/car_icon.svg) no-repeat center center/contain;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  -webkit-transform: translate(-3.75rem, -0.9375rem);
          transform: translate(-3.75rem, -0.9375rem);
}
.section--parking .box-parking p .strong {
  font-size: 2.125rem;
  letter-spacing: 0rem;
  margin: 0 0.625rem;
  vertical-align: -0.1875rem;
}
.section--parking .box-parking p .unit {
  font-size: 1.5rem;
  vertical-align: -0.125rem;
  margin-right: 0.25rem;
}
.section--parking .box-parking .small {
  text-align: left;
  font-size: 0.75rem;
  display: block;
  margin: 0;
}
@media screen and (min-width: 599px) {
  .section--parking {
    padding: 7.5rem 0 15rem;
  }
  .section--parking .box-parking {
    margin: 0 auto;
    width: 95%;
    max-width: 42.5rem;
    padding: 3.125rem 0;
    text-align: center;
    color: #fff;
    background: #cabe84;
  }
  .section--parking .box-parking p {
    font-size: 2.25rem;
    letter-spacing: 0.0625rem;
    font-weight: normal;
  }
  .section--parking .box-parking p .txt-top {
    font-size: 1.875rem;
  }
  .section--parking .box-parking p .txt-top::before {
    content: "";
    display: inline-block;
    background: url(/assets/img/sale/car_icon.svg) no-repeat center center/contain;
    width: 5.3125rem;
    height: 5.3125rem;
    position: absolute;
    -webkit-transform: translate(-7.5rem, -1.25rem);
            transform: translate(-7.5rem, -1.25rem);
  }
  .section--parking .box-parking p .strong {
    font-size: 5rem;
    letter-spacing: 0rem;
    margin: 0 0.625rem;
    vertical-align: -0.4375rem;
  }
  .section--parking .box-parking p .unit {
    font-size: 2.75rem;
    vertical-align: -0.3125rem;
    margin-right: 0.25rem;
  }
  .section--parking .box-parking .small {
    text-align: center;
    font-size: 0.875rem;
    display: block;
    margin: 0;
  }
}

.slide-brand-jewelry > ul > li {
  margin: 0;
}