.prod-item {
  display: block;
}

.product-lineup-area .product-lineup-list .prod-item p.recommend {
  font-size: 18px;
  min-height: 87px;
  margin-bottom: -40px;
}
.product-lineup-area .product-lineup-list .prod-item p.recommend span {
  font-size: 14px;
}
.product-lineup-area .product-lineup-list .prod-item .prod-img {
  max-width: 270px;
}
.product-lineup-area .product-lineup-list .prod-item .noFlex {
  display: block;
  margin-bottom: 20px;
}
.product-lineup-area .product-lineup-list .prod-item .noFlex .fullWidth {
  width: 100%;
}
.product-lineup-area .product-lineup-list .prod-item .spec {
  border-top: 1px solid #ccc;
  text-align: center;
}
.product-lineup-area .product-lineup-list .prod-item .spec:last-child {
  border-bottom: 1px solid #ccc;
}

#blu-ray .prod-table.icon {
  display: flex;
}
#blu-ray .prod-table.icon .spec {
  width: 15%;
  border: 0;
  margin-right: 1%;
}
#blu-ray .prod-table.icon .spec p {
  text-align: left;
}

.swiper-backface-hidden .swiper-slide {
  margin-bottom: 40px;
}

.tabArea {
  padding-top: 7px;
}

.tabList {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 1280px;
}
@media only screen and (max-width: 640px) {
  .tabList {
    width: 100%;
  }
}

.tabList_item {
  padding-bottom: 8px;
  border-bottom: 1px solid #666;
  color: #666 !important;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  width: 33.333%;
}
.tabList_item.tabActive {
  border-bottom: 3px solid #333;
  color: #333 !important;
  font-weight: 400;
}

.tabDetail {
  display: none;
}

.tabActive {
  display: block;
}

.sec-flow span.small {
  font-size: 16px;
}

div.spec.fullWidth p.adjust {
  margin: 13px 0;
}

.eccom-contents p.prod-broadcast {
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .eccom-contents p.prod-broadcast.ajust {
    min-height: 68px;
  }
}
.eccom-contents a.notes {
  color: #666;
  font-size: 12px;
  display: block;
  margin: 12px 0 0;
  text-indent: -2em;
  padding-left: 2em;
}

.tabList_item {
  margin: 0 auto 20px;
}

.tab-001 {
  display: flex;
  flex-wrap: wrap;
}

.tab-001 > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 0.7em 0 0.5em;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.tab-001 > label:hover {
  opacity: 0.8;
}

.tab-001 input {
  display: none;
}

.tab-001 > div {
  display: none;
}

.tab-001 label:has(:checked) {
  border-bottom: 3px solid #333;
  color: #333 !important;
  font-weight: 400;
}

.tab-001 label:has(:checked) + div {
  display: block;
}/*# sourceMappingURL=style.css.map */