/* p-bg
---------------------------------------------------------------------------- */
.p-bg {
  background-color: #E8E2DA;
}

@media screen and (max-width: 767px) {
  .p-bg {
    margin-top: 18.6666666667vw;
  }
}
/* p-detail-top
---------------------------------------------------------------------------- */
.p-detail-top {
  padding-block: 0rem 6rem;
}

.p-detail-top .l-breadcrumbsBox {
  padding-top: 2rem;
}

.p-detail-top-box {
  margin-top: 5rem;
  display: grid;
  grid-template: "promotion promotion promotion promotion promotion" auto "ttl ttl ttl ttl ttl" auto "img price-function price-function price-function ." auto "img askingPrice askingPrice askingPrice askingPrice" auto "img overview overview overview overview" auto "img . . . ." 1fr "img body-bottom body-bottom body-bottom body-bottom" auto/auto auto auto auto 1fr;
}

.p-detail-top-box-promotion {
  grid-area: promotion;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.p-detail-top-box-promotion-item {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  border-radius: 0.5rem;
  background-color: #FCE100;
  border: 1px solid #C90909;
}

.p-detail-top-box-promotion-item._recommend {
  color: #fff;
  background-color: #C90909;
  border-color: #C90909;
}

.p-detail-top-box-ttl {
  grid-area: ttl;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  font-size: 3.9rem;
  line-height: 1.5384615385;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2.7rem;
}

.p-detail-top-box-ttl::before {
  content: "";
  width: 0.8rem;
  height: 100%;
  background-color: #C90909;
}

.p-detail-top-box-img {
  grid-area: img;
  max-width: 36.5rem;
  max-height: 39.5rem;
  border-radius: 1rem;
  border: 1px solid #E8E8E4;
  overflow: hidden;
  position: relative;
  margin-right: 4rem;
  background-color: #fff;
}

.p-detail-top-box-img::before {
  content: "";
  width: 4.4rem;
  aspect-ratio: 1;
  background-color: #C90909;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.p-detail-top-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-detail-top-box-body-price-function {
  grid-area: price-function;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}

.p-detail-top-box-body-price-function._txt {
  flex-direction: column;
  gap: 1rem 0;
}

.p-detail-top-box-body-price-function-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}

.p-detail-top-box-discount {
  width: 7rem;
  aspect-ratio: 1;
  position: relative;
  margin-right: 2rem;
}

.p-detail-top-box-discount::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(./../../../images/products/detail/icn_discount.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-detail-top-box-discount ._txt {
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 900;
  line-height: 0.5;
  font-family: "Roboto";
  color: #C90909;
  width: 100%;
  position: absolute;
  top: 2.4rem;
  left: 0;
  z-index: 1;
  text-align: center;
}

.p-detail-top-box-discount ._txt-s {
  font-size: 1.4rem;
}

.p-detail-top-box-price {
  margin-inline: 0 3rem;
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Roboto";
}

.p-detail-top-box-price._txt {
  font-size: 4rem;
}

.p-detail-top-box-price ._yen {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP";
}

.p-detail-top-box-price ._marker {
  background: linear-gradient(transparent 60%, #FFEF6E 60%);
  padding-inline: 0.5rem;
}

.p-detail-top-box-price ._gradation {
  background: linear-gradient(#E60000 0%, #E60000 60%, #BB0000 60%, #BB0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.p-detail-top-box-tag {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.p-detail-top-box-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem 0.5rem;
}

.p-detail-top-box-tag-list:not(:last-child) {
  margin-bottom: 0.4rem;
}

.p-detail-top-box-tag-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #C90909;
  background-color: #fff;
  padding-inline: 0.5rem;
  border-radius: calc(infinity * 1px);
  border: 1px solid #C90909;
}

.p-detail-top-box-askingPrice-wrap {
  grid-area: askingPrice;
  margin-block: 1.9rem 2rem;
}

.p-detail-top-box-askingPrice {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  background-color: #fff;
  padding-block: 0.8rem;
  padding-inline: 0.9rem;
  border-radius: 0.5rem;
  width: fit-content;
}

.p-detail-top-box-askingPrice span {
  text-decoration: line-through;
}

.p-detail-top-box-overview-wrap {
  grid-area: overview;
  background-color: #fff;
  padding-block: 2rem;
  padding-inline: 3rem;
  border-radius: 1rem;
  margin-block: 2rem 3rem;
}

.p-detail-top-box-overview-ttl {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
  margin-bottom: 1.7rem;
}

.p-detail-top-box-overview-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-detail-top-box-body-bottom {
  grid-area: body-bottom;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-detail-top {
    padding-block: 0vw 10.6666666667vw;
  }
  .p-detail-top .l-breadcrumbsBox {
    padding-top: 2.6666666667vw;
  }
  .p-detail-top-box {
    margin-top: 10.1333333333vw;
    grid-template: "img img" auto ". ." 5.6vw "promotion promotion" auto ". ." 0 "ttl ttl" auto ". ." 4vw "askingPrice askingPrice" auto ". ." 2.6666666667vw "price-function price-function" auto ". ." 5.3333333333vw "overview overview" auto ". ." 0 "body-bottom body-bottom" auto/auto 1fr;
  }
  .p-detail-top-box-promotion {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-detail-top-box-promotion-item {
    font-size: 3.4666666667vw;
    padding-block: 0.6666666667vw;
    padding-inline: 2vw;
    border-radius: 1.3333333333vw;
  }
  .p-detail-top-box-ttl {
    gap: 4vw;
    font-size: 6.4vw;
    margin-bottom: 0;
  }
  .p-detail-top-box-ttl::before {
    width: 1.3333333333vw;
  }
  .p-detail-top-box-inner {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-top: 7.2vw;
  }
  .p-detail-top-box-img {
    max-width: 68vw;
    max-height: 73.6vw;
    margin-inline: auto;
    border-radius: 2.6666666667vw;
    margin-bottom: 0;
  }
  .p-detail-top-box-img::before {
    width: 8.1973333333vw;
  }
  .p-detail-top-box-body-top {
    display: grid;
    grid-template-columns: 18.6666666667vw auto auto;
    align-items: center;
    margin-bottom: 5.0666666667vw;
  }
  .p-detail-top-box-body-price-function {
    flex-direction: column-reverse;
    gap: 2.6666666667vw 0;
  }
  .p-detail-top-box-body-price-function._txt {
    flex-direction: column-reverse;
    gap: 2.6666666667vw 0;
  }
  .p-detail-top-box-body-price-function-inner {
    gap: 2.6666666667vw 0;
  }
  .p-detail-top-box-discount {
    width: 15.4666666667vw;
    margin-right: 3.4666666667vw;
  }
  .p-detail-top-box-discount ._txt {
    font-size: 5.8666666667vw;
    top: 5.3333333333vw;
    left: 0;
  }
  .p-detail-top-box-discount ._txt-s {
    font-size: 3.2vw;
  }
  .p-detail-top-box-price {
    margin-inline: 0 0;
    font-size: 12vw;
  }
  .p-detail-top-box-price._txt {
    font-size: 8vw;
  }
  .p-detail-top-box-price ._yen {
    font-size: 7.7333333333vw;
  }
  .p-detail-top-box-price ._marker {
    padding-inline: 1.3333333333vw;
  }
  .p-detail-top-box-tag {
    justify-content: flex-start;
  }
  .p-detail-top-box-tag-list {
    flex-wrap: wrap;
    gap: 1.0666666667vw 1.3333333333vw;
  }
  .p-detail-top-box-tag-list:not(:last-child) {
    margin-bottom: 0;
  }
  .p-detail-top-box-tag-item {
    font-size: 2.6666666667vw;
    padding-inline: 1.3333333333vw;
  }
  .p-detail-top-box-askingPrice-wrap {
    margin-block: 0;
  }
  .p-detail-top-box-askingPrice {
    font-size: 3.2vw;
    background-color: #fff;
    padding-block: 2.1333333333vw;
    padding-inline: 2.4vw;
    border-radius: 1.3333333333vw;
  }
  .p-detail-top-box-overview-wrap {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-block: 0 5.3333333333vw;
  }
  .p-detail-top-box-overview-ttl {
    font-size: 4vw;
    line-height: 1.7333333333;
    margin-bottom: 1.3333333333vw;
  }
  .p-detail-top-box-overview-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
  }
}
/* p-point
---------------------------------------------------------------------------- */
.p-point {
  padding-block: 8rem;
}

.p-point-block {
  max-width: 108rem;
  margin-inline: auto;
  border-radius: 1rem;
  border: 0.3rem solid #C90909;
}

.p-point-block-ttl {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background-color: #C90909;
  padding-block: 1.4rem;
  padding-inline: 2rem;
  border-radius: 0.5rem 0.5rem 0 0;
  min-height: 6.6rem;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.p-point-block-ttl ._icon {
  width: 3.8rem;
  height: 3.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../images/products/detail/icn_point.svg);
}

.p-point-block-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0 4rem;
  padding-block: 4rem 4.7rem;
  padding-inline: 4.7rem;
}

.p-point-block-img {
  width: 21.5rem;
  aspect-ratio: 1;
}
.p-point-block-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-point-block-wrap {
  flex: 1;
  margin-top: 0.3rem;
}

.p-point-block-wrap-ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 1.6rem;
  border-left: 0.5rem solid #C90909;
}
.p-point-block-wrap-ttl em {
  color: #C90909;
}

.p-point-block-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 1.7rem;
}
.p-point-block-wrap-txt em {
  color: #C90909;
  background-image: linear-gradient(to bottom, transparent 60%, #FFEF6E 60%);
  background-repeat: no-repeat;
}

.p-point-block-wrap-txtSmall {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #7A7A7A;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-point {
    padding-block: 10.6666666667vw;
  }
  .p-point-block {
    max-width: initial;
    border-radius: 2.6666666667vw;
    border-width: 0.8vw;
  }
  .p-point-block-ttl {
    font-size: 4.8vw;
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    min-height: 15.2vw;
    gap: 0 2.6666666667vw;
  }
  .p-point-block-ttl ._icon {
    width: 8vw;
    height: 8vw;
  }
  .p-point-block-wrapper {
    flex-direction: column;
    gap: initial;
    padding-block: 5.3333333333vw 8vw;
    padding-inline: 4.5333333333vw;
  }
  .p-point-block-img {
    width: 32vw;
    order: 2;
    margin-top: 4vw;
    align-self: center;
  }
  .p-point-block-wrap {
    display: contents;
  }
  .p-point-block-wrap-ttl {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    padding-left: 2.6666666667vw;
    border-left-width: 1.3333333333vw;
    order: 1;
  }
  .p-point-block-wrap-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
    margin-top: 5.3333333333vw;
    order: 3;
  }
  .p-point-block-wrap-txtSmall {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
    order: 4;
  }
}
/* p-feature
---------------------------------------------------------------------------- */
.p-feature {
  padding-block: 8rem;
  background-color: #EDDDC7;
}

.p-feature-items {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 6rem;
}

.p-feature-item {
  display: flex;
  align-items: center;
  gap: 0 4rem;
}

.p-feature-item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-feature-item-img {
  width: 50rem;
  text-align: center;
}
.p-feature-item-img img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
}

.p-feature-item-wrap {
  flex: 1;
}

.p-feature-item-wrap-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 900;
}
.p-feature-item-wrap-ttl em {
  color: #C90909;
}

.p-feature-item-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 3rem;
}

.p-feature-item-wrap-txtSmall {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #7A7A7A;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 2rem;
}

.p-feature-caution {
  padding-block: 1.9rem;
  padding-inline: 4.4rem 4.2rem;
  border: 0.3rem solid #C90909;
  border-radius: 1rem;
  background-color: #FFEF6E;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: start;
}

.p-feature-caution-img {
  width: 8.6rem;
  aspect-ratio: 1;
  margin-right: 3rem;
}
.p-feature-caution-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-feature-caution-lists {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem;
}

.p-feature-caution-list {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .p-feature {
    padding-block: 10.6666666667vw;
  }
  .p-feature-items {
    gap: 8vw;
    margin-top: 8vw;
  }
  .p-feature-item,
  .p-feature-item:nth-child(even) {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-feature-item-img {
    width: 100%;
  }
  .p-feature-item-img img {
    border-radius: 2.6666666667vw;
  }
  .p-feature-item-wrap-ttl {
    font-size: 4.8vw;
    line-height: 1.3888888889;
  }
  .p-feature-item-wrap-txt {
    font-size: 4vw;
    line-height: 1.5333333333;
    margin-top: 4vw;
  }
  .p-feature-item-wrap-txtSmall {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
    margin-top: 2.6666666667vw;
  }
  .p-feature-caution {
    padding-block: 4.5333333333vw;
    padding-inline: 4.5333333333vw;
    border-width: 0.8vw;
    margin-top: 8vw;
    grid-template-columns: 1fr;
    justify-content: initial;
    justify-items: center;
  }
  .p-feature-caution-img {
    width: 16vw;
    margin-right: initial;
    margin-bottom: 2.4vw;
  }
  .p-feature-caution-lists {
    grid-template-columns: repeat(1, auto);
    gap: 0.8vw;
  }
  .p-feature-caution-lists:last-child {
    margin-top: 0.8vw;
  }
  .p-feature-caution-list {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
  }
}
/* p-specification
---------------------------------------------------------------------------- */
.p-specification {
  padding-block: 8rem 5rem;
}

.p-specification-table-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
  margin-top: 6rem;
}

.p-specification-table {
  width: 100%;
  overflow: hidden;
}

.p-specification-table th,
.p-specification-table td {
  vertical-align: middle;
  text-align: left;
  padding-block: 1.4rem;
  padding-inline: 1.8rem;
}

.p-specification-table th {
  width: 37.2881355932%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #FFDED5;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-specification-table td {
  width: 62.7118644068%;
  border: 1px solid #E8E8E4;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-specification-txt {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #7A7A7A;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1.5rem;
}
.p-specification-txt a {
  text-decoration: underline;
  color: #7A7A7A;
}
.p-specification-txt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-specification {
    padding-block: 10.6666666667vw 2.6666666667vw;
  }
  .p-specification-table-container {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 7.2vw;
  }
  .p-specification-table th,
  .p-specification-table td {
    padding-block: 3.8666666667vw;
    padding-inline: 4.8vw 4vw;
    width: 50%;
  }
  .p-specification-table th {
    font-size: 4vw;
  }
  .p-specification-table td {
    font-size: 4vw;
  }
  .p-specification-txt {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
    margin-top: 1.3333333333vw;
  }
}
/* p-post-contents
---------------------------------------------------------------------------- */
.p-post-contents {
  padding-block: 8rem;
  background-color: #E8E2DA;
}

.p-post-contents-inner {
  background-color: #fff;
  border-radius: 1rem;
  padding-block: 8rem;
  padding-inline: 10rem;
}

@media screen and (max-width: 767px) {
  .p-post-contents {
    padding-block: 8vw;
  }
  .p-post-contents-inner {
    border-radius: 2.6666666667vw;
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
  }
}
/* p-recommend
---------------------------------------------------------------------------- */
.p-recommend {
  padding-block: 8rem;
}

.p-recommend-items {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-recommend {
    padding-block: 10.6666666667vw;
  }
  .p-recommend-items {
    margin-top: 8vw;
  }
}
/* p-buttonArea
---------------------------------------------------------------------------- */
.p-buttonArea {
  padding-block: 8rem 3.4rem;
}

.p-buttonArea-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
}

.p-buttonArea-item-link {
  min-height: 12rem;
  padding-block: 1rem;
  padding-inline: 3.3rem 1.3rem;
  background-color: #fff;
  border: 0.2rem solid #C90909;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0 #c90909;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0 2.5rem;
}
.p-buttonArea-item-link:hover {
  transform: translateY(0.4rem);
  box-shadow: 0 0 0 rgba(201, 9, 9, 0);
}

.p-buttonArea-item-link-img {
  width: 7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-buttonArea-item-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-buttonArea-item-link-txt {
  font-size: 2.5rem;
  line-height: 1.52;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #C90909;
}

.p-buttonArea-item-link-arrow {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #C90909;
  position: relative;
}

.p-buttonArea-item-link-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 1;
  width: 0.6rem;
  aspect-ratio: 1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-buttonArea {
    padding-block: 10.6666666667vw 4vw;
  }
  .p-buttonArea-items {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
  .p-buttonArea-item-link {
    min-height: 23.4666666667vw;
    padding-block: 2.6666666667vw;
    padding-inline: 4.8vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 1.3333333333vw 0 #C90909;
    gap: 0 4vw;
  }
  .p-buttonArea-item-link:hover {
    transform: translateY(1.0666666667vw);
  }
  .p-buttonArea-item-link-img {
    width: 12.8vw;
  }
  .p-buttonArea-item-link-txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-buttonArea-item-link-arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-buttonArea-item-link-arrow::before {
    width: 1.3333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
