@charset "UTF-8";
.top__fv {
  background-image: url(../img/top/fv-image.jpg);
  background-position:right center;
}

.top__list {
  display: grid;
  gap: 56px 28px;
}
@media (min-width: 768px) {
  .top__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top__item {
  padding: 36px 13px 42px;
  transition: all 0.2s ;
}
.top__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .top__item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top__item-left {
  width: 56%;
  margin-inline: auto;
}
.top__item-left.zenius{
  width:80%;
}
@media (min-width: 768px) {
  .top__item-left,.top__item-left.zenius {
    width: 46%;
    margin: 0;
  }
}
.top__item-left img {
  aspect-ratio: 263/222;
  -o-object-fit: contain;
     object-fit: contain;
}

.top__item-right {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  row-gap: 10px;
}
@media (min-width: 768px) {
  .top__item-right {
    width: 57.3476702509%;
  }
}
.top__item-right .btn-wrap {
  margin-top: 10px;
}

.top__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 0;
}
.top__item-title .icon-new {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 20px;
  top: calc(50% + 4px);
  translate: 0 -50%;
  right: 0;
}
@media (min-width: 768px) {
  .top__item-title .icon-new {
    width: 50px;
    height: 24px;
  }
}
.top__item-title .icon-new::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icon-new.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.top__item-text {
  letter-spacing: -0.05em;
  min-height: 5em;
}

.top__item-btn {
  padding-block: 2px 6px;
  text-align: center;
  transition: all 0.2s;
}
.top__item-btn:hover{
  opacity:0.6;
}
.top__item-btn span {
  position: relative;
}
.top__item-btn span::after {
  position: absolute;
  content: ">";
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 6px);
}

.top__item-bottom {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  position: relative;
}
@media (min-width: 768px) {
  .top__item-bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top__item-bottom ._option {
  position: absolute;
  top: calc(100% + 4px);
}

.printer__feature-label {
  background-color: #4d4d4d;
  gap: 0;
  padding: 5px 12px 10px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .printer__feature-label {
    padding: 0 12px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.printer__feature-label ._text {
  color: #fff;
  background-color: transparent;
  padding-right: 4px;
  line-height: 1.2;
}
.printer__feature-label ._note {
  position: relative;
}
.printer__feature-label ._note::after {
  content: "※";
  position: absolute;
  left: 100%;
  width: 12px;
  font-size: 12px;
  top: 0;
}

._icon {
  width: 22%;
  max-width: 33px;
  aspect-ratio: 1/1.1;
}
@media (min-width: 768px) {
  ._icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20%;
    aspect-ratio: 1;
    max-width: 100%;
    min-width: 33px;
  }
}
._icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  ._icon img {
    width: 60%;
    aspect-ratio: 28/32;
  }
}

.black {
  color: #000;
}

.f-white {
  color: #fff;
}

.bg-red {
  background-color: #e50012;
}

.top__item-bottom-img img {
  aspect-ratio: 390/143;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.top__item-round {
  border-radius: 23px;
}

.top__item-border {
  border: 1px solid #999;
}
/*
.layout__column-02-item:hover .layout__column-02-img,
.layout__column-02-item:hover .layout__column-title,
.layout__column-02-item:hover .top__item-bottom-img{
  opacity: 0.5;
}
*/
.top__button {
  display: inline-block;
}