.offer {
  padding: 55px 0 100px;
}
@media only screen and (max-width: 719px) {
  .offer {
    padding: 25px 0 80px;
  }
}
.offer__txt {
  line-height: 1.8 !important;
}
.offer__txt {
  font-size: 14px;
  color: var(--color-primary);
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 719px) {
  .offer__txt {
    line-height: 1.6 !important;
  }
  .offer__txt {
    letter-spacing: 0;
  }
}
.offer__txt strong {
  font-weight: 700;
}
.offer__txt a {
  text-decoration: underline;
}
.offer__txt a strong {
  color: #bc1313;
}
.offer .category__list {
  margin: 20px 0 85px;
}
@media only screen and (max-width: 719px) {
  .offer .category__list {
    margin-bottom: 40px;
  }
}
.offer .category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 0 0 6px;
}
@media only screen and (max-width: 719px) {
  .offer .category__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.offer .category__item:nth-of-type(1) strong {
  color: var(--color-classical);
}
.offer .category__item:nth-of-type(2) strong {
  color: var(--color-innovative);
}
.offer .category__item:nth-of-type(3) {
  margin: 0;
}
.offer .category__item:nth-of-type(3) strong {
  color: var(--color-competition);
}
.offer .category__item strong {
  font-weight: 700;
  padding: 0 20px 0 7px;
  font-size: 14px;
  font-family: var(--font-en);
  letter-spacing: 0.02em;
}
.offer .category__item span {
  display: block;
}
.offer .category__item__ico {
  width: 14px;
  aspect-ratio: 1/1;
}
.offer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer__sidebar {
  width: 27%;
}
@media only screen and (max-width: 999px) {
  .offer__sidebar {
    width: 100%;
  }
}
.offer__sidebar .ttl {
  font-size: 38px;
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .offer__sidebar .ttl {
    font-size: 28px;
  }
}
.offer__sidebar .filter {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 999px) {
  .offer__sidebar .filter {
    margin-bottom: 30px;
    gap: 6px;
  }
}
.offer__sidebar .filter__btn {
  border: solid #dbd5c5;
  border-radius: 100px;
  padding: 5px 20px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-family: var(--font-en);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 113px;
  display: inline-block;
}
@media only screen and (max-width: 719px) {
  .offer__sidebar .filter__btn {
    min-width: 77px;
    padding: 3px 15px;
  }
}
.offer__sidebar .filter__btn:last-child {
  margin-bottom: 0;
}
.offer__sidebar .filter__btn:hover {
  opacity: 0.8;
}
.offer__sidebar .filter__btn.classical {
  color: var(--color-classical);
}
.offer__sidebar .filter__btn.innovative {
  color: var(--color-innovative);
}
.offer__sidebar .filter__btn.competition {
  color: var(--color-competition);
}
.offer__sidebar .filter__btn.is-active {
  background: var(--color-text);
  border-color: var(--color-text);
  color: #fff;
}
.offer__sidebar .filter__btn.is-active:hover {
  opacity: 0.8;
}
.offer__sidebar .bt {
  max-width: 291px;
  display: block;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media only screen and (max-width: 999px) {
  .offer__sidebar .bt {
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 144px;
  }
}
.offer__list {
  width: 69%;
}
@media only screen and (max-width: 999px) {
  .offer__list {
    width: 100%;
  }
}
.offer__item {
  border: solid #dbd5c5 1px;
  border-bottom: none;
  margin: 0 0 20px;
}
.offer__item:last-of-type {
  margin: 0;
}
.offer__item[hidden] {
  display: none;
}
.offer__item .box {
  background: var(--color-text);
  padding: 19px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.offer__item .box__ico {
  width: 14px;
  aspect-ratio: 1/1;
}
.offer__item .box .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  margin: 0 0 2px;
}
.offer__item .box .innovative,
.offer__item .box .classical,
.offer__item .box .competition {
  color: var(--color-innovative);
  font-weight: 700;
  font-family: var(--font-en);
  font-size: 14px;
}
.offer__item .box .classical {
  color: var(--color-classical);
}
.offer__item .box .competition {
  color: var(--color-competition);
}
.offer__item .box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer__item .box .ttl .name {
  color: #fff;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 719px) {
  .offer__item .box .ttl .name {
    font-size: 21px;
    margin-bottom: 6px;
  }
}
.offer__item .box .ttl .more {
  font-size: 14px;
  color: #c38aff;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 719px) {
  .offer__item .box .ttl .more {
    width: 100%;
    font-size: 12px;
  }
}
.offer__item .box .cart {
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 700;
  background: var(--color-secondary);
  padding: 13px 23px 11px;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 700;
}
.offer__item .box .cart:hover {
  opacity: 0.8;
}
.offer__item .txt {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 21px 28px 19px;
}
@media only screen and (max-width: 719px) {
  .offer__item .txt {
    font-size: 13px;
    padding: 15px 18px;
  }
}
.offer__item .spectable__wrap {
  width: 100%;
}
.offer__item .colgroup {
  width: 100%;
}
.offer__item .spectable {
  width: 100%;
  border-top: 1px solid #dbd5c5;
  border-collapse: separate;
  border-spacing: 0;
  background: #e9e4d7;
}
@media only screen and (max-width: 719px) {
  .offer__item .spectable {
    display: block;
    width: 100%;
  }
}
.offer__item .spectable .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.offer__item .spectable .row.w100 dl {
  width: 100%;
}
.offer__item .spectable dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 719px) {
  .offer__item .spectable dl {
    width: 100%;
  }
}
.offer__item .spectable dt,
.offer__item .spectable dd {
  padding: 15px 18px 15px;
  border-bottom: 1px solid #dbd5c5;
  font-size: 13px;
}
@media only screen and (max-width: 719px) {
  .offer__item .spectable dt,
  .offer__item .spectable dd {
    padding: 15px 12px 15px;
  }
}
.offer__item .spectable dt .en,
.offer__item .spectable dd .en {
  font-family: var(--font-en);
}
.offer__item .spectable dt {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 719px) {
  .offer__item .spectable dt {
    width: 92px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}
.offer__item .spectable dd {
  background: var(--color-secondary);
  width: calc(100% - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 719px) {
  .offer__item .spectable dd {
    width: calc(100% - 92px);
  }
}
.offer__item .spectable th:last-child,
.offer__item .spectable td:last-child {
  border-right: 0;
}
.offer__item .spectable__collabel {
  width: 18.88888889%;
}
.offer__item .spectable__colvalue {
  width: 31.11111111%;
}
.offer__item .spectable__price {
  padding: 0 17px !important;
}
.offer__item .spectable__price {
  font-weight: 600;
}
.offer__item .spectable__pricenum {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.offer__item .spectable__priceyen {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 700;
  vertical-align: baseline;
}
.offer__item .spectable__priceper {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.9;
}
.offer__item .spectable__comment {
  padding: 16px 22px;
}