.cm-search-showroom-infobox div.link-box .digital-gift-text {
  letter-spacing: 0.1em;
}
.cm-search-showroom-infobox div.link-box .digital-gift-text .digital-gift-text-price {
  letter-spacing: 0em;
}

.cm-search-bukken-ul li.cm-search-bukken-li div.bukken-detail-box div.bukken-detail-box-inner div.link-box .digital-gift-text {
  background-color: #ac0014;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 15px;
  padding-inline: 14px 10px;
  padding-block: 8px 7px;
  font-size: var(--pcfont-size12);
  border-radius: 30px;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .cm-search-bukken-ul li.cm-search-bukken-li div.bukken-detail-box div.bukken-detail-box-inner div.link-box .digital-gift-text {
    padding-inline: 25px 17px;
    padding-block: 8px 7px;
  }
}
.cm-search-bukken-ul li.cm-search-bukken-li div.bukken-detail-box div.bukken-detail-box-inner div.link-box .digital-gift-text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ac0014;
  border-top: 0;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cm-search-bukken-ul li.cm-search-bukken-li div.bukken-detail-box div.bukken-detail-box-inner div.link-box .digital-gift-text .digital-gift-text-price {
  font-size: var(--pcfont-size21);
  vertical-align: 0px;
}
@media screen and (min-width: 768px) {
  .cm-search-bukken-ul li.cm-search-bukken-li div.bukken-detail-box div.bukken-detail-box-inner div.link-box .digital-gift-text .digital-gift-text-price {
    font-size: var(--pcfont-size18);
    vertical-align: -2px;
  }
}

section.sec-map div.sec-map-inner div.view-area-wrap div.view-area ul.view-ul01 li div.txt-box .digital-gift-text {
  background-color: #ac0014;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 15px;
  padding-inline: 14px 10px;
  padding-block: 7px 8px;
  font-size: 11px;
  border-radius: 30px;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.2;
}
section.sec-map div.sec-map-inner div.view-area-wrap div.view-area ul.view-ul01 li div.txt-box .digital-gift-text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ac0014;
  border-top: 0;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.sec-map div.sec-map-inner div.view-area-wrap div.view-area ul.view-ul01 li div.txt-box .digital-gift-text .digital-gift-text-price {
  font-size: 17px;
  vertical-align: 0px;
}

.cm-dreamstep-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  .cm-dreamstep-bnbox {
    max-width: 895px;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
.cm-dreamstep-bnbox .dreamstep-bn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cm-dreamstep-bnbox .dreamstep-bn:hover {
  opacity: 0.8;
}

.cond-dreamstep-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media screen and (min-width: 768px) {
  .cond-dreamstep-bnbox {
    max-width: 895px;
    -webkit-margin-after: -50px;
            margin-block-end: -50px;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
.cond-dreamstep-bnbox .dreamstep-bn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cond-dreamstep-bnbox .dreamstep-bn:hover {
  opacity: 0.8;
}

.cond-single-dreamstep-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .cond-single-dreamstep-bnbox {
    max-width: 895px;
    -webkit-margin-before: 55px;
            margin-block-start: 55px;
  }
}
.cond-single-dreamstep-bnbox .dreamstep-bn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cond-single-dreamstep-bnbox .dreamstep-bn:hover {
  opacity: 0.8;
}

.cond-form-dreamstep-bnbox, .event-form-dreamstep-bnbox, .showroom-form-dreamstep-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .cond-form-dreamstep-bnbox, .event-form-dreamstep-bnbox, .showroom-form-dreamstep-bnbox {
    max-width: 895px;
    -webkit-margin-before: 75px;
            margin-block-start: 75px;
    -webkit-margin-after: -20px;
            margin-block-end: -20px;
  }
}
.cond-form-dreamstep-bnbox .dreamstep-bn, .event-form-dreamstep-bnbox .dreamstep-bn, .showroom-form-dreamstep-bnbox .dreamstep-bn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cond-form-dreamstep-bnbox .dreamstep-bn:hover, .event-form-dreamstep-bnbox .dreamstep-bn:hover, .showroom-form-dreamstep-bnbox .dreamstep-bn:hover {
  opacity: 0.8;
}
.cond-form-dreamstep-bnbox .dreamstep-bn-sp, .event-form-dreamstep-bnbox .dreamstep-bn-sp, .showroom-form-dreamstep-bnbox .dreamstep-bn-sp {
  display: block;
}
.cond-form-dreamstep-bnbox .dreamstep-bn-pc, .event-form-dreamstep-bnbox .dreamstep-bn-pc, .showroom-form-dreamstep-bnbox .dreamstep-bn-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .cond-form-dreamstep-bnbox .dreamstep-bn-sp, .event-form-dreamstep-bnbox .dreamstep-bn-sp, .showroom-form-dreamstep-bnbox .dreamstep-bn-sp {
    display: none;
  }
  .cond-form-dreamstep-bnbox .dreamstep-bn-pc, .event-form-dreamstep-bnbox .dreamstep-bn-pc, .showroom-form-dreamstep-bnbox .dreamstep-bn-pc {
    display: block;
  }
}

.event-single-dreamstep-bnbox {
  max-width: 100%;
  margin-inline: auto;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-margin-after: 70px;
          margin-block-end: 70px;
}
@media screen and (min-width: 768px) {
  .event-single-dreamstep-bnbox {
    max-width: 895px;
    -webkit-margin-before: 75px;
            margin-block-start: 75px;
  }
}
.event-single-dreamstep-bnbox .dreamstep-bn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.event-single-dreamstep-bnbox .dreamstep-bn:hover {
  opacity: 0.8;
}

.showroom-dreamstep-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  .showroom-dreamstep-bnbox {
    max-width: 895px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.showroom-dreamstep-bnbox .dreamstep-bn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.showroom-dreamstep-bnbox .dreamstep-bn:hover {
  opacity: 0.8;
}

.showroom-single-dreamstep-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media screen and (min-width: 768px) {
  .showroom-single-dreamstep-bnbox {
    max-width: 895px;
    -webkit-margin-before: 75px;
            margin-block-start: 75px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.showroom-single-dreamstep-bnbox .dreamstep-bn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.showroom-single-dreamstep-bnbox .dreamstep-bn:hover {
  opacity: 0.8;
}

.new-life-support-popup-content-bn {
  width: 87%;
  display: block;
  position: absolute;
  bottom: 6.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .new-life-support-popup-content-bn {
    width: 76%;
    bottom: 8.5%;
  }
}
.new-life-support-popup-content-bn:hover {
  opacity: 0.8;
}

.new-life-support-popup-close-btn {
  width: 20%;
  display: block;
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .new-life-support-popup-close-btn {
    width: 17%;
  }
}
.new-life-support-popup-close-btn img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.new-life-support-popup-close-btn:hover img {
  opacity: 0.8;
}

.new-life-support-popup-modal .modaal-close {
  display: none !important;
}
.new-life-support-popup-modal .modaal-content-container {
  position: relative;
}
.new-life-support-popup-modal .new-life-support-popup-content-inner {
  position: relative;
}

.housing-single-new-life-support-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .housing-single-new-life-support-bnbox {
    max-width: 895px;
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}
.housing-single-new-life-support-bnbox a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.housing-single-new-life-support-bnbox a:hover {
  opacity: 0.8;
}

.housing-new-life-support-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .housing-new-life-support-bnbox {
    max-width: 895px;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
    -webkit-margin-after: -20px;
            margin-block-end: -20px;
  }
}
.housing-new-life-support-bnbox a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.housing-new-life-support-bnbox a:hover {
  opacity: 0.8;
}
.housing-new-life-support-bnbox .new-life-support-bn-sp {
  display: block;
}
.housing-new-life-support-bnbox .new-life-support-bn-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .housing-new-life-support-bnbox .new-life-support-bn-sp {
    display: none;
  }
  .housing-new-life-support-bnbox .new-life-support-bn-pc {
    display: block;
  }
}

.showroom-heim_event-bnbox {
  max-width: 90%;
  margin-inline: auto;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  .showroom-heim_event-bnbox {
    max-width: 895px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.showroom-heim_event-bnbox .heim_event-bn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.showroom-heim_event-bnbox .heim_event-bn:hover {
  opacity: 0.8;
}/*# sourceMappingURL=spot.css.map */