@charset "UTF-8";
:root {
  --header-height: 112px;
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: min(17.0666666667vw, 64px);
    --header-height: 17.0666666667vw;
  }
}
.flex_wrap .inbox {
  padding: 40px min(3.0303030303vw, 40px);
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .flex_wrap .inbox {
    padding: 40px min(3.9100684262vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .flex_wrap .inbox {
    padding: 6.4vw 6%;
  }
}

.tit_left {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tit_left {
    margin-bottom: 3.7333333333vw;
  }
}

#parts, #remote, #standard, #order {
  margin-top: 100px;
}
#parts dt, #remote dt, #standard dt, #order dt {
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#parts dt small, #remote dt small, #standard dt small, #order dt small {
  font-family: "ZenKakuGothicNew-Medium", serif;
  display: inline-block;
  position: relative;
}
#parts dd, #remote dd, #standard dd, #order dd {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #parts, #remote, #standard, #order {
    margin-top: 4em;
  }
  #parts dd, #remote dd, #standard dd, #order dd {
    font-size: min(3.7333333333vw, 14px);
  }
}

#type .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#type .inbox {
  width: calc((100% - 8px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#type .img {
  width: 34.8837209302%;
}
#type dl {
  width: 60.4651162791%;
}
#type dl dt {
  font-size: 24px;
  font-weight: 700;
}
#type dl dd {
  margin-top: 12px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  #type .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  #type .inbox {
    width: 100%;
  }
  #type .img {
    width: min(15.6402737048vw, 160px);
  }
  #type dl {
    width: calc(100% - min(19.550342131vw, 200px));
  }
  #type dl dd {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  #type .img {
    width: 33.8983050847%;
    padding-top: 0.5em;
  }
  #type dl {
    width: 59.3220338983%;
  }
  #type dl dt {
    font-size: min(5.3333333333vw, 20px);
  }
  #type dl dd {
    margin-top: 0.2em;
    font-size: min(3.7333333333vw, 14px);
  }
}

#parts .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#parts .box_img {
  width: min(33.3333333333vw, 440px);
}
#parts .box_img .att {
  margin-top: 10px;
  color: #9E9E9E;
  font-size: 14px;
}
#parts .box_text {
  width: min(53.0303030303vw, 700px);
}
@media screen and (max-width: 1023px) {
  #parts .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #parts .box_img {
    width: min(43.0107526882vw, 440px);
    margin-inline: auto;
  }
  #parts .box_img .att {
    margin-top: 0.6em;
  }
  #parts .box_text {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  #parts .box_img {
    width: 88.0597014925%;
    margin-inline: auto;
  }
  #parts .box_img .att {
    margin-top: 0.6em;
    font-size: min(3.2vw, 12px);
  }
  #parts .box_text {
    margin-top: 2em;
  }
}
#parts .ul_list {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e1e1e1;
}
#parts .ul_list > li:nth-child(1), #parts .ul_list > li:nth-child(2) {
  width: 50%;
  margin-top: -4px;
}
#parts .ul_list > li:nth-child(3), #parts .ul_list > li:nth-child(4) {
  margin-top: 25px;
  padding: 25px 0 0;
  border-top: 1px solid #e1e1e1;
}
#parts .ul_list > li:nth-child(2) {
  padding-left: min(2.2727272727vw, 30px);
  position: relative;
}
#parts .ul_list > li:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 88px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABhJREFUGFdj1NXS+n/52jVGBiiAM4gXAAD87gQFYHau0QAAAABJRU5ErkJggg==) repeat;
  top: 0;
  left: 0;
}
#parts .ul_list > li.lifting dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#parts .ul_list > li.lifting .img {
  width: min(12.4242424242vw, 164px);
}
#parts .ul_list > li.lifting p {
  width: calc(100% - min(12.4242424242vw, 164px) - 20px);
}
#parts .ul_list > li dl dt {
  font-size: 20px;
  color: #B90101;
}
#parts .ul_list > li dl dt small {
  font-size: 14px;
  top: -3px;
  left: 8px;
}
#parts .ul_list > li dl dd {
  margin-top: 4px;
}
#parts .ul_list > li .num {
  width: 28px;
  height: 28px;
  margin-right: 0.4em;
  display: inline-block;
  color: #fff;
  background: #B90101;
  border-radius: 50%;
  font-size: 16px;
  font-family: "inter", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 1023px) {
  #parts .ul_list {
    margin-top: 1.5em;
  }
  #parts .ul_list > li:nth-child(3) {
    width: 100%;
  }
  #parts .ul_list > li.lifting .img {
    width: min(16.1290322581vw, 165px);
  }
  #parts .ul_list > li.lifting p {
    width: calc(100% - min(16.1290322581vw, 165px) - 20px);
  }
  #parts .ul_list > li dl dt small {
    left: 0.8em;
  }
  #parts .ul_list > li dl dd {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #parts .ul_list {
    margin-top: 0;
    padding-bottom: 1em;
  }
  #parts .ul_list > li:nth-child(1), #parts .ul_list > li:nth-child(2) {
    margin-top: 0;
  }
  #parts .ul_list > li:nth-child(3), #parts .ul_list > li:nth-child(4) {
    margin-top: 1em;
    padding: 1em 0 0;
  }
  #parts .ul_list > li:nth-child(2) {
    padding-left: 6%;
  }
  #parts .ul_list > li:nth-child(2)::before {
    height: 100%;
  }
  #parts .ul_list > li.lifting .img {
    width: min(36.5333333333vw, 137px);
    margin-top: 0.4em;
  }
  #parts .ul_list > li.lifting p {
    width: calc(100% - min(36.5333333333vw, 137px));
    padding-left: 4%;
  }
  #parts .ul_list > li dl dt {
    font-size: min(4.8vw, 18px);
  }
  #parts .ul_list > li dl dt small {
    font-size: min(3.2vw, 12px);
  }
  #parts .ul_list > li dl dd {
    margin-top: 0;
    font-size: min(3.7333333333vw, 14px);
  }
  #parts .ul_list > li .num {
    width: min(6.4vw, 24px);
    height: min(6.4vw, 24px);
    font-size: min(3.7333333333vw, 14px);
    line-height: min(6.4vw, 24px);
  }
}
#parts .ul_img {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#parts .ul_img li {
  width: min(16.6666666667vw, 220px);
}
#parts .ul_img li .name {
  margin-top: 10px;
  font-size: 18px;
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #parts .ul_img {
    margin-top: 20px;
  }
  #parts .ul_img li {
    width: 33.3333333333%;
  }
  #parts .ul_img li .img {
    width: min(20.6256109482vw, 211px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  #parts .ul_img {
    margin-top: 1em;
  }
  #parts .ul_img li {
    width: 48%;
  }
  #parts .ul_img li:nth-child(n+3) {
    margin-top: 1.3em;
  }
  #parts .ul_img li .img {
    width: 100%;
  }
  #parts .ul_img li .name {
    margin-top: 0.4em;
    font-size: min(4.2666666667vw, 16px);
  }
  #parts .ul_img li .disc {
    line-height: 1.7;
  }
}

#remote .flex_wrap {
  gap: 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#remote .inbox {
  position: relative;
}
#remote .inbox dt {
  font-size: 24px;
  text-align: center;
}
#remote .inbox dd {
  margin-top: 10px;
}
#remote .inbox.cont {
  width: 55%;
}
#remote .inbox.censer {
  width: 44.3333333333%;
}
#remote .inbox.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#remote .inbox.option .mark {
  padding: 0 8px;
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
#remote .inbox.option .img {
  width: min(18.1818181818vw, 240px);
}
#remote .inbox.option .text {
  width: calc(100% - min(18.1818181818vw, 240px) - 20px);
  padding: 20px;
  padding-right: 0;
}
#remote .inbox.option .text .name {
  font-size: 24px;
  text-align: left;
}
#remote .inbox.option .text .disc {
  margin-top: 10px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1023px) {
  #remote .inbox.cont, #remote .inbox.censer {
    width: 100%;
  }
  #remote .inbox.option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #remote .inbox.option .img {
    width: min(23.4604105572vw, 240px);
    margin-inline: auto;
  }
  #remote .inbox.option .text {
    width: 100%;
    padding: 0;
  }
  #remote .inbox.option .text .name,
  #remote .inbox.option .text .disc {
    margin-top: 0;
  }
  #remote .inbox.option .text .name {
    text-align: center;
  }
  #remote .inbox.option .text .disc {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #remote .inbox dt {
    font-size: min(5.3333333333vw, 20px);
  }
  #remote .inbox dd {
    margin-top: 0.5em;
  }
  #remote .inbox.option {
    padding-top: 1em;
    padding-bottom: 1.8em;
  }
  #remote .inbox.option .mark {
    font-size: min(3.2vw, 12px);
  }
  #remote .inbox.option .img {
    width: 82%;
    margin-top: 0.2em;
  }
  #remote .inbox.option .text {
    padding: 0.5em 0;
  }
  #remote .inbox.option .text .name {
    font-size: min(5.3333333333vw, 20px);
  }
}
#remote .box_img {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#remote .box_img .box {
  text-align: center;
}
#remote .box_img .box .name {
  margin-top: 12px;
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
}
#remote .box_img .box .txt {
  margin-top: -4px;
  font-size: 14px;
}
#remote .box_img.three .box {
  width: 30.1724137931%;
}
#remote .box_img.two .box {
  width: 46.9026548673%;
}
@media screen and (max-width: 1023px) {
  #remote .box_img {
    margin-inline: auto;
  }
  #remote .box_img.three {
    width: min(55.522971652vw, 568px);
    width: 87.6543209877%;
  }
  #remote .box_img.two {
    width: 69.7530864198%;
  }
}
@media screen and (max-width: 768px) {
  #remote .box_img {
    margin-top: 0.8em;
  }
  #remote .box_img .box .name {
    margin-top: 0.4em;
    font-size: min(4.2666666667vw, 16px);
  }
  #remote .box_img .box .txt {
    margin-top: 0;
    font-size: min(3.2vw, 12px);
  }
  #remote .box_img.three, #remote .box_img.two {
    width: 100%;
    gap: 0.6em;
  }
  #remote .box_img.three .box, #remote .box_img.two .box {
    width: calc(50% - 0.3em);
  }
  #remote .box_img.three .box .img, #remote .box_img.two .box .img {
    margin-inline: auto;
  }
  #remote .box_img.three .box .img {
    width: 70%;
  }
}
#remote .flex_wrap.movie {
  margin-top: 60px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 60px;
}
#remote .flex_wrap.movie .box {
  width: 50%;
}
#remote .flex_wrap.movie .box .youtube {
  position: relative;
}
#remote .flex_wrap.movie .box .youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#remote .flex_wrap.movie .box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#remote .flex_wrap.movie .box .text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #remote .flex_wrap.movie {
    width: 63%;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em 0;
  }
  #remote .flex_wrap.movie .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #remote .flex_wrap.movie {
    width: 100%;
    margin-top: 2.5em;
    gap: 0.9em 0;
  }
  #remote .flex_wrap.movie .box .text {
    margin-top: 0.4em;
    font-size: min(3.7333333333vw, 14px);
  }
}

#standard .tit_left small {
  color: #9E9E9E;
  font-size: 16px;
  position: relative;
  left: 12px;
  top: -4px;
}
#standard .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#standard .box_img {
  width: min(40.9090909091vw, 540px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 0;
}
#standard .box_text {
  width: min(45.4545454545vw, 600px);
  border-bottom: 1px solid #e1e1e1;
}
#standard .box_text dt {
  font-size: 18px;
}
#standard .box_text dt small {
  margin-left: 0.2em;
  font-size: 14px;
}
#standard .box_text dd + dt {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #e1e1e1;
}
#standard .box_text dd {
  margin-top: 6px;
}
#standard .box_text .ul_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#standard .box_text .ul_color li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
#standard .box_text .ul_color li .color {
  width: 50px;
  height: 50px;
  display: block;
}
#standard .box_text .ul_color li .color.RAL9006 {
  background: #A8B5BD;
}
#standard .box_text .ul_color li .color.RAL9010 {
  background: #DDD;
}
#standard .box_text .ul_color li .color.DB703 {
  background: #585550;
}
#standard .box_text .ul_color li p {
  margin: -2px 0 0 10px;
  line-height: 1.5;
}
#standard .box_text .name {
  margin-top: 5px;
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#standard .box_text .ul_list {
  margin-bottom: 10px;
}
#standard .box_text .ul_list li {
  padding-left: 0.7em;
  font-size: 12px;
  color: #9E9E9E;
  position: relative;
  padding-left: 0.9em;
  font-size: 16px;
  color: #000;
}
#standard .box_text .ul_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9E9E9E;
  position: absolute;
  top: calc(1em - 1px);
  left: 0;
}
#standard .box_text .ul_list li::before {
  width: 6px;
  height: 6px;
  top: calc(1em - 3px);
}
#standard .box_text .ul_list li span {
  margin-left: min(3.0303030303vw, 40px);
}
#standard .box_text .ul_list.last {
  margin-bottom: 15px;
}
#standard .box_text dt.accordionTrigger {
  padding: 20px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}
#standard .box_text dt.accordionTrigger .more, #standard .box_text dt.accordionTrigger .close {
  padding-bottom: 6px;
  padding-right: 3.3em;
  color: #B90101;
  font-size: 14px;
  font-family: "ZenKakuGothicNew-Medium", serif;
  position: relative;
}
#standard .box_text dt.accordionTrigger .more::after, #standard .box_text dt.accordionTrigger .close::after {
  content: "";
  display: inline-block;
  width: min(0.9848484848vw, 13px);
  height: min(0.5303030303vw, 7px);
  -webkit-mask: url(../img/common/icon_chevron.svg);
          mask: url(../img/common/icon_chevron.svg);
  background-color: #B90101;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  margin-left: 0.9em;
  margin-top: 0.6em;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #standard .box_text dt.accordionTrigger .more::after, #standard .box_text dt.accordionTrigger .close::after {
    width: min(1.2707722385vw, 13px);
    height: min(0.6842619746vw, 7px);
  }
}
@media screen and (max-width: 768px) {
  #standard .box_text dt.accordionTrigger .more::after, #standard .box_text dt.accordionTrigger .close::after {
    width: min(9vw, 9px);
    height: min(5vw, 5px);
  }
}
#standard .box_text dt.accordionTrigger .close {
  display: none;
}
#standard .box_text dt.accordionTrigger .close::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
#standard .box_text dt.accordionTrigger.active .close {
  display: block;
}
#standard .box_text dt.accordionTrigger.active .more {
  display: none;
}
@media screen and (max-width: 768px) {
  #standard .box_text dt.accordionTrigger {
    padding: 0.9em 0 0.7em;
  }
  #standard .box_text dt.accordionTrigger .more, #standard .box_text dt.accordionTrigger .close {
    padding-bottom: 0.2em;
    padding-right: 2.3em;
    font-size: min(3.2vw, 14px);
  }
  #standard .box_text dt.accordionTrigger .more::after, #standard .box_text dt.accordionTrigger .close::after {
    margin-left: 0.7em;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 1023px) {
  #standard .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #standard .box_img {
    width: 100vw;
    margin-left: -60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #standard .box_img .img {
    width: 50%;
  }
  #standard .box_text {
    width: 100%;
    margin-top: 30px;
  }
  #standard .box_text dd + dt {
    margin-top: 0.7em;
    padding-top: 1.3em;
  }
  #standard .box_text .ul_color li {
    margin-right: 1.2em;
  }
  #standard .box_text .ul_list li {
    font-size: min(1.5640273705vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #standard .tit_left::before {
    height: 90%;
  }
  #standard .tit_left small {
    font-size: min(3.7333333333vw, 14px);
    left: 1em;
    top: 0;
  }
  #standard .box_img {
    margin-left: -6%;
  }
  #standard .box_text {
    margin-top: 1.6em;
  }
  #standard .box_text dt {
    font-size: min(4.2666666667vw, 16px);
  }
  #standard .box_text dt small {
    font-size: min(3.2vw, 12px);
  }
  #standard .box_text dd + dt {
    margin-top: 0.7em;
    padding-top: 0.7em;
  }
  #standard .box_text dd {
    margin-top: 0;
  }
  #standard .box_text .ul_color {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: min(3.2vw, 12px);
  }
  #standard .box_text .ul_color li {
    margin-right: 0;
  }
  #standard .box_text .ul_color li .color {
    width: min(8.5333333333vw, 32px);
    height: min(8.5333333333vw, 32px);
  }
  #standard .box_text .ul_color li p {
    margin: 0 0 0 0.8em;
  }
  #standard .box_text .name {
    font-size: min(3.7333333333vw, 14px);
  }
  #standard .box_text .ul_list li {
    font-size: min(3.7333333333vw, 14px);
  }
}

#order .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#order .flex_wrap .text {
  line-height: 2;
}
#order .flex_wrap .text a {
  color: #B90101;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #order .flex_wrap .text {
    font-size: min(3.7333333333vw, 14px);
  }
}