.introSect__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 60px;
  }
}

.limitedBox {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .limitedBox {
    padding: 0 80px 86px;
  }
}

@media screen and (max-width: 768px) {
  .limitedBox {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 45px 60px;
    width: 390px;
  }
}

@media print, screen and (min-width: 768px) {
  .limitedBox__head + .limitedBox__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .limitedBox__head + .limitedBox__cont {
    margin-top: 40px;
  }
}

.limitedCard {
  background-color: #ddd6d1;
  display: block;
  height: 100%;
  -webkit-transition: -webkit-transform .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
  transition: transform .6s ease-in-out, box-shadow .6s ease-in-out;
  transition: transform .6s ease-in-out, box-shadow .6s ease-in-out, -webkit-transform .6s ease-in-out, -webkit-box-shadow .6s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .limitedCard {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 768px) {
  .limitedCard {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 768px) {
  .limitedCard__head {
    margin: 0 auto;
    width: 210px;
  }
}

.limitedCard__cont {
  margin-top: 36px;
  position: relative;
  z-index: 1;
}

.limitedCard__cont.is-new:before {
  background: -webkit-gradient(linear, left top, right top, from(#794f48), color-stop(50%, #a87269), to(#794f48));
  background: linear-gradient(90deg, #794f48 0%, #a87269 50%, #794f48 100%);
  color: #ffffff;
  content: 'NEW';
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 12px;
  left: 0;
  letter-spacing: .05em;
  line-height: 1;
  padding: 6px 12px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  white-space: nowrap;
}

.limitedCard__ttl {
  border-bottom: 1px solid #c9bc9c;
  border-top: 1px solid #c9bc9c;
  color: #635954;
  letter-spacing: .1em;
  padding: 16px 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .limitedCard__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .limitedCard__ttl {
    font-size: 20px;
  }
}

.limitedCard__ttl .inner {
  line-height: 1.4;
}

.limitedCard__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.limitedCard__ttl .inner:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.limitedCard__ttl .inner:before, .limitedCard__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.limitedCard__guide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  margin-top: 16px;
}

.limitedCard__guide .inner {
  line-height: 1.6;
}

.limitedCard__guide .inner:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.limitedCard__guide .inner:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.limitedCard__guide .inner:before, .limitedCard__guide .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.limitedCard__guide .icon {
  display: inline-block;
  position: relative;
  width: 23px;
  z-index: 1;
}

.limitedCard__guide .icon:before {
  aspect-ratio: 1 / 1;
  background-color: #c9bc9c;
  border-radius: 50%;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  width: 42px;
  z-index: -1;
}

.limitedCard__guide .icon .svgIcon {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .limitedCard:hover {
    -webkit-box-shadow: 0 -10px 20px rgba(255, 255, 255, 0.4), 0 10px 20px rgba(255, 255, 255, 0.4);
            box-shadow: 0 -10px 20px rgba(255, 255, 255, 0.4), 0 10px 20px rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .limitedCard:hover .limitedCard__guide .icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .limitedCard:hover {
    -webkit-box-shadow: 0 -10px 20px rgba(255, 255, 255, 0.4), 0 10px 20px rgba(255, 255, 255, 0.4);
            box-shadow: 0 -10px 20px rgba(255, 255, 255, 0.4), 0 10px 20px rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .limitedCard:hover .limitedCard__guide .icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media print, screen and (min-width: 768px) {
  .limitedList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .limitedList__item {
    min-width: 314px;
    width: calc((100% - 96px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .limitedList__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .limited-intro {
    padding: 80px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .limited-intro {
    padding: 60px 0;
  }
}
