@charset "UTF-8";



.p-product-detail-panel-2__main-img img {
  display: block;
  max-width: 100%;
  max-height: 600px;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  margin: 1% auto 1%;
  border-radius: 3px;
}

.is-smp-tab-index .detail-panel-is-categorize .p-product-detail-panel-2 {
    border-radius: 7px;
}
.is-smp-tab-index .detail-panel-is-categorize .p-product-detail-panel-2__img {
    width: 100%;
}
@media print, screen and (min-width: 48em) {
  .detail-panel-is-categorize .p-product-detail-panel-2__main-img img {
    border-radius: 7px;
  }
}
.p-product-detail-panel-2 {
  box-shadow: none;
}
/*20190806 スマホ特集製品カード (min-width: 80em)　→48em*/
.is-smp-tab-index .detail-panel-is-categorize .p-product-detail-panel-2__sub-name {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 100%;
}
.is-smp-tab-index .detail-panel-is-categorize .p-product-detail-panel-2__name{
    margin: 2.5% 0;
}
.detail-panel-is-categorize .p-product-feature-list__item, .p-product-detail-panel-2--categorize .p-product-feature-list__item.is-passive {
  background-color: #fff;
  border-color: #cecece;
  color: #333;
  border-radius: 3px;
  padding: 5px;
}
.detail-panel-is-categorize .p-product-detail-panel-2__main-name {
font-size: 133%;
line-height: 1.8;
}