﻿.product-main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.product-main-info {
  width: 48%;
  order: 2;
}
.product-main-img {
  width: 48%;
}
.product-main-ttl {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3b3b3b;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.product-main-txt {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 20px;
}
.product-main-price {
  font-size: 18px;
  margin: 0 0 15px;
}
.product-main-price span {
  font-size: 24px;
  color: #ff0000;
}
.product-main-tit {
  font-size: 18px;
  color: #ffcc00;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin: 0 0 10px;
}
.product-main-list li {
  font-size: 16px;
  margin: 0 0 10px;
  background: url("../W_images/pro_icon.png") no-repeat left 5px;
  padding-left: 20px;
}
.product-main-cart a {
  text-decoration: none;
  color: #fff;
  background: #3a3a3a;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
  transition: all 0.5s ease;
}
.product-main-cart {
  margin: 20px 0 0;
}
.product-main-cart a:hover {
  background: #737373;
}
.product-main-img {
  display: block;
  width: 48%;
  justify-content: space-between;
}
.product-main-img-lager {
  margin: 0;
  /*order: 2;
  width: calc(75% - 10px);*/
  width:100%;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*margin-left: 10px;*/
  padding: 10px;
}
.product-main-img-thumb {
  display: flex;
  /*flex-direction: column;*/
  justify-content: space-between;
  /*width: 25%;*/
}
.product-main-img-thumb li {
  height: calc(33.33% - 5px);
  border: 1px solid #e0e0e0;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-main-img-lager img, .product-main-img-thumb li img {
  max-height: 100%;
  flex-shrink: 0;width:100%;
}
.product-main-img-thumb li:hover {
  opacity: 0.7;
}
ul.tabs {
  display: flex;
  margin-bottom: -1px;
}
ul.tabs li {
  color: #565656;
  display: inline-block;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e0e0e0;
  transition: all 0.5s ease;
  margin-right: 5px;
  text-align: center;
}
ul.tabs li.current, ul.tabs li:hover {
  background: #3a3a3a;
  color: #fff;
  border-color: #3a3a3a;
}
.tab-content {
  display: none;
  border: 1px solid #e0e0e0;
  padding: 40px;
  height: calc(100% - 53px);
}
.tab-content.current {
  display: inherit;
}
.tab-content p {
  font-size: 16px;
}
.product-cont {
  display: flex;
  justify-content: space-between;
}
.product-cont-more {
  width: 270px;
}
.product-cont-info {
  width: calc(100% - 300px);
}
.product-cont-more-ttl {
  font-size: 24px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px;
}
.product-cont-more-list .product-cont-item {
  width: 100%;
  margin: 0 0 30px;
}
.product-cont-more-list .product-cont-item:last-child {
  margin-bottom: 0;
}
.product-cont a {
    display: block;
    height: 100%;
    background: rgba(255,255,255,0.43);
    text-decoration: none;
    color: #3b3b3b;
    transition: all 0.5s;
}
.product-cont-itm-img {
    margin: 0;
    overflow: hidden;
}
.product-cont-itm-main {
    padding: 15px 10px;
    text-align: center;background: #f6f6f6;
}
.product-cont-itm-ttl {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-cont-itm-txt {
    font-size: 17px;
    color: #8a8a8a;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-cont-itm-price {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}
.product-cont-itm-price span {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}
.product-cont-itm-img img {
  transition: all 0.7s;
  width: 100%;
}
.product-cont-item a:hover {
  background: rgba(255,255,255,1);
}
.product-cont-item a:hover .product-cont-itm-img img {
  transform: scale(1.1,1.1);
}
@media screen and (max-width: 768px) {
     .product-main {
    display: block;
    margin: 0 0 40px;
  }
  .product-main-info {
    width: 100%;
    margin: 0 0 30px;
  }
  .product-main-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .product-main-txt {
    font-size: 14px;
  }
  .product-main-price {
    font-size: 16px;
  }
  .product-main-price span {
    font-size: 20px;
  }
  .product-main-tit {
    font-size: 16px;
  }
  .product-main-list li {
    font-size: 14px;
    background-position-y: 4px;
  }
  .product-main-cart a {
    font-size: 16px;
    padding: 10px 30px;
  }
  .product-main-img {
    width: 100%;
  }
  .product-cont {
    display: block;
  }
  .product-cont-info {
    width: 100%;
    margin: 0 0 30px;
  }
  ul.tabs li {
    padding: 15px 3%;
    font-size: 12px;
  }
  .tab-content {
    padding: 20px;
  }
  .tab-content p {
    font-size: 14px;
  }
  .product-cont-more-ttl {
    font-size: 18px;
  }
  .product-cont-more-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-cont-more {
    width: 100%;
  }
  .under #content {
    padding-bottom: 50px;
  }
  .product-cont-more-list .b02-item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
.product-cont-more-list .b02-item {
    width: 100%;
  }
  ul.tabs li {
    padding: 15px 2%;
    font-size: 11px;
  }
}