.product-detail .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
  flex-shrink: 0;
  position: relative;
}
.product-detail .img img {
  max-width: 100%;
  height: 100%;
}
.product-detail .img p {
  color: rgb(158, 158, 158);
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  opacity: 0.5;
  transform: rotate(45deg);
}
.product-detail .tit {
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 0;
}
.product-detail .tit h3 {
  color: #000;
  font-weight: bold;
}
.product-detail .tit .ml {
  color: #000;
  font-weight: bold;
}
.product-detail .mt {
  color: #000;
  font-weight: bold;
}
.product-detail .row {
  color: #333;
}

.product-pages {
  display: flex;
}
.product-pages .pager-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  color: #9E9E9E;
}
.product-pages .pager-item.is-prev::before, .product-pages .pager-item.is-next::after {
  content: " ";
  display: block;
  background-image: url("../../img/common/icon-arrow-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.product-pages .pager-item.is-prev::before {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .page-container {
    padding: 1.425rem 3.5rem;
  }
  .product-detail {
    display: flex;
  }
  .product-detail .img {
    width: 8.75rem;
    height: 8.75rem;
    margin-right: 0.75rem;
  }
  .product-detail .img img {
    height: 8.75rem;
  }
  .product-detail .img p {
    font-size: 0.625rem;
    line-height: 0.9rem;
    left: 1.875rem;
    top: 4.2rem;
  }
  .product-detail .info {
    flex: 1;
    overflow: hidden;
  }
  .product-detail .tit {
    padding-bottom: 0.3625rem;
    border-bottom-width: 0.0125rem;
  }
  .product-detail .tit h3 {
    margin-bottom: 0.2875rem;
    font-size: 0.45rem;
    line-height: 0.65rem;
  }
  .product-detail .tit .ml {
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .product-detail > .tit {
    display: none;
  }
  .product-detail .btm {
    padding-top: 0.4375rem;
  }
  .product-detail .mt {
    margin-bottom: 0.3625rem;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .product-detail .row {
    font-size: 0.3rem;
    line-height: 0.625rem;
  }
  .product-detail .rich-text {
    font-size: .225rem;
    line-height: .375rem;
  }
  .product-pages {
    margin-top: 0.85rem;
  }
  .product-pages .pager-item {
    width: 7.125rem;
    height: 1.25rem;
    font-size: 0.45rem;
    line-height: 0.625rem;
  }
  .product-pages .pager-item.is-prev::before, .product-pages .pager-item.is-next::after {
    width: 0.5rem;
    height: 0.5rem;
  }
  .product-pages .pager-item.is-prev::before {
    margin-right: 0.6875rem;
  }
  .product-pages .pager-item.is-next::after {
    margin-left: 0.6875rem;
  }
  .product-pages .pager-item + .pager-item {
    margin-left: 1.875rem;
  }
}
@media (max-width: 768px) {
  .page-container {
    padding: 1.025rem;
  }
  .product-detail {
    padding-top: 0.9rem;
  }
  .product-detail .img {
    width: 100%;
    height: 21.95rem;
    margin: 1.275rem 0;
  }
  .product-detail .img img {
    height: 21.95rem;
  }
  .product-detail .img p {
    font-size: 2.5rem;
    line-height: 3rem;
    left: 1.3rem;
    top: 10rem;
  }
  .product-detail .tit {
    padding-bottom: 1.025rem;
    border-bottom-width: 0.0625rem;
  }
  .product-detail .tit h3 {
    margin-bottom: 1.025rem;
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  .product-detail .tit .ml {
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
  .product-detail .info .tit {
    display: none;
  }
  .product-detail .btm {
    padding: 0 1.275rem;
  }
  .product-detail .mt {
    margin-bottom: 0.7625rem;
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
  .product-detail .row {
    font-size: 1.15rem;
    line-height: 2.5625rem;
  }
  .product-detail .rich-text {
    font-size: 1rem;
    line-height: 2rem;
  }
  .product-pages {
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 2.3rem;
  }
  .product-pages .pager-item {
    width: 8.9625rem;
    height: 3.8375rem;
    font-size: 1.15rem;
    line-height: 1.275rem;
  }
  .product-pages .pager-item.is-prev::before, .product-pages .pager-item.is-next::after {
    width: 1.5375rem;
    height: 1.5375rem;
  }
  .product-pages .pager-item.is-prev::before {
    margin-right: 0.7625rem;
  }
  .product-pages .pager-item.is-next::after {
    margin-left: 0.7625rem;
  }
}