﻿.product-main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.product-main-info {
  width: 48%;
  order: 2;
}

.product-main-ttl {
    position:relative;
font-size: 28px;
    text-transform: uppercase;
    color: #8dc63f;
    line-height: 1.8em;
    margin: 0 0 10px;
    font-family: 'iCielPanton';text-shadow: -1px 0 #8dc63f, 0 1px #8dc63f, 1px 0 #8dc63f, 0 -1px #8dc63f;
}
.product-main-ttl:before{
    content: '';
    position: absolute;
    background: #8dc63f;
    width: 30%;
    height: 1px;
    bottom: 9%;
    left: 0;
}
.product-main-ttl:after{
    content: '';
    position: absolute;
    height: 13px;
    width: 1px;
    background: #8dc63f;
    left: 6px;
    bottom: 0%;
}
.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: #ffa800;
}
.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: #8dc63f;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 50px;
  display: inline-block;
  transition: all 0.5s ease;
}
.product-main-cart {
  margin: 20px 0 0;
}
.product-main-cart a:hover {
  background: #ffa800;
}
.product-main-img {
    display: flex;
    width: 48%;
    justify-content: space-evenly;
}
.product-main-img-lager {
    margin: 0;
    order: 2;
    width: calc(75% - 10px);
    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: 100%;
  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.pro-tabs {
  display: flex;
  margin-bottom: -1px;
}
ul.pro-tabs li {
    font-size: 15px;
  color: #565656;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: #6f421b;
  border: 1px solid #e0e0e0;
  transition: all 0.5s ease;
  margin-right: 5px;
  text-align: center;
}
ul.pro-tabs li.current, ul.pro-tabs li:hover {
  background: #8dc63f;
  color: #fff;
  /*border-color: #3a3a3a;*/
}
.pro-tab-content {
  display: none;
  border: 1px solid #e0e0e0;
  padding: 15px;
  height: calc(100% - 53px);
}
.pro-tab-content.current {
  display: inherit;
}
.pro-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: 18px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px;line-height: 1.8em;text-align: center;
}
.pro-other-item {
  width: 100%;
  margin: 0 0 30px 0;
}
.pro-other-item:nth-child(3n) {
  margin-right: 0;
}
.pro-other-item a {
  text-decoration: none;
  background: #fff;
  display: block;
  height: 100%;
  border: 1px solid #ebebeb;
  transition: all 0.5s;
  position: relative;
}
.pro-other-itm-new {
  margin: 0;
  position: absolute;
  background: #8dc63f;
  right: 0;
  top: 15px;
  color: #fff;
  font-size: 18px;
  padding: 3px 10px 0 0;
  font-family: 'iCielPanton';
  font-weight: 300;
  z-index: 2;
}
.pro-other-itm-new:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 15px;
  border-color: transparent transparent #8ec63f transparent;
  left: -15px;
  top: 0;
}
.pro-other-itm-img {
  overflow: hidden;
  margin: 0;
}
.pro-other-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.pro-other-itm-main {
  padding: 10px;
  position: relative;
}
.pro-other-itm-main:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background: #8dc63f;
  right: 10px;
  top: 30px;
}
.pro-other-itm-main:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 2px;
  background: #8dc63f;
  right: 17px;
  top: 23px;
}
.pro-other-itm-price:before {
  content: '';
  position: absolute;
  background: #8dc63f;
  width: 50px;
  height: 1px;
  top: 30px;
  right: 30px;
}
.pro-other-itm-price {
  font-size: 15px;
  margin: 0 0 10px;
}
.pro-other-itm-price-txt {
  text-decoration: underline;
}
.pro-other-itm-price-num {
  color: #ffa800;
  font-weight: bold;
}
.pro-other-itm-price-num span {
  font-size: 160%;
}
.pro-other-itm-ttl {
  font-size: 21px;
  color: #8dc63f;
  margin: 0;
  font-family: 'iCielPanton';
  font-weight: 300;margin-bottom: 6px;
}
.pro-other-itm-txt {
  margin: 0;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;line-height: 1.4em;
}
.pro-other-item a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}

@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%;margin-bottom: 30px;
  }
  .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%;
  }
}
@media screen and (max-width: 480px) {
.pro-other-itm-main{padding:5px;}
 .product-cont-more-list{display:flex;justify-content:space-between;}
.product-cont-more-list .pro-other-item {
    width: 49%;margin: 0 0 30px;
  }
.pro-other-itm-ttl{line-height: 1.3em;}
  ul.tabs li {
    padding: 15px 2%;
    font-size: 11px;
  }
}