@charset "UTF-8";
/*
  Template:     onepress
  Theme Name:   onepress_child
*/
/* *** */
/* products */
/* *** */
.products__tag-wrap {
  margin: 0 -8px;
  margin: 0 -1%;
}

.products__tag {
  padding: 4px 14px;
  margin: 8px;
  margin: 1%;
  background: #505050;
  border-radius: 15px;
  font-weight: 400;
  font-size: 0.9em;
}

.single-products h3 {
  padding: 15% 0 7%;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  margin-bottom: 2%;
}

.line-none {
  border-bottom: none!important;
  padding-bottom: 0%!important;
}

.searchTitle-long-under {
  margin-top: -15%;
}

.back-btn {
  border: 1px solid #fff;
  border-radius: 3px;
  background: rgba(0,0,0,0);
  padding: 0.7em;
  margin: 15px 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .single-products h3 {
    padding: 5% 0 3%;
  }
}

.single-products .logo-roe {
  height: 25px;
}

@media (min-width: 576px) {
  .single-products .logo-roe {
    height: 35px;
  }
}

.single-products__img {
  max-width: 600px;
  width: 100%;
}

.single-products__spec {
  overflow-x: auto;
}

.single-products__feature-list {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto 5rem;
}

.single-products__feature-card {
  position: relative;
  padding: 22px 24px 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 4px solid #fff;
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.9;
}

.single-products__feature-card p {
  margin: 0;
}

.single-products__feature-label {
  margin-bottom: 0.8rem!important;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .single-products__feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.single-products__feature-list--stacked {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  list-style: none;
  counter-reset: product-feature;
}

.single-products__feature-list--stacked .single-products__feature-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 2px 14px;
  padding: 14px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  line-height: 1.7;
}

.single-products__feature-list--stacked .single-products__feature-card::before {
  counter-increment: product-feature;
  content: counter(product-feature, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .single-products__feature-list--stacked .single-products__feature-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 3px 18px;
    padding: 16px 22px;
  }

  .single-products__feature-list--stacked .single-products__feature-card::before {
    width: 44px;
    height: 44px;
  }
}

/* .single-products__spec {
  overflow-x: scroll;
} */

/* @media (min-width: 768px) {
  .single-products__spec {
    overflow: visible;
  }
} */

.single-products table {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.single-products td {
  border: 1px solid #fff;
  /* padding: 4px 1em; */
  padding: 10px 1em;
  font-size: 1.4rem;
}

.single-products td:first-child {
  background-color: #3a3a3a;
  text-align: center;
  width: 30%;
  min-width: 100px;
  white-space: nowrap;
}

.single-products__arrow {
  height: 30px;
  width: 30px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: inline-block;
}

@media (min-width: 768px) {
  .single-products__arrow {
    height: 55px;
    width: 55px;
  }
}

.single-products__previous {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single-products__next {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.single-products__case-img {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}

.single-products__case-img img {
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .single-case__content img {
    max-width: 1000px;
  }
}

.position-relative {
  position: relative;
}

.archive-products .logo-roe {
  height: 35px;
}

@media (min-width: 576px) {
  .archive-products .logo-roe {
    height: 55px;
  }
}

.archive-case__box {
  position: relative;
}

.archive-case__box a {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}

.archive-case__tag {
  background: rgba(0, 0, 0, 0.8);
}

.archive-case__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.archive-case__img-wrap::after {
  content: "";
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(55%, rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
}

.archive-case__img-wrap img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
  max-width: none;
}

html {
  font-size: 54.5%;
}

.middle-dot {
  position: relative;
}

.middle-dot::before {
  content: "・";
  position: absolute;
  left: -2rem;
}

.middle-dot-wrap {
  padding-left: 2rem;
}
/*# sourceMappingURL=single-products-list.css.map */
