@charset "UTF-8";
/**
 * commmon/css/product-modal.css
 * productのCSS
 */
#product-modal-overlay {
  display: none;
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
}
#product-modal-overlay.show {
  display: block;
}

#product-modal {
  display: none;
  position: fixed;
  top: 50%;
  margin-top: -350px;
  width: 100%;
  z-index: 51;
  opacity: 0;
}
#product-modal.show {
  display: block;
}
#product-modal #product-modal-inner #product-modal-content-wrap {
  position: relative;
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap {
  width: 960px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -480px;
  text-align: right;
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap #product-modal-close {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap #product-modal-close #product-modal-close-inner {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap #product-modal-close #product-modal-close-inner:before {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
  margin-left: -8px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap #product-modal-close #product-modal-close-inner:after {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  top: 50%;
  right: 0;
  margin-top: -1px;
  margin-right: -8px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap #product-modal-close.theme-wh #product-modal-close-inner:before {
  background-color: #02528a !important;
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap #product-modal-close.theme-wh #product-modal-close-inner:after {
  background-color: #02528a !important;
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap #product-modal-close.theme-bl #product-modal-close-inner:before {
  background-color: #02528a;
}
#product-modal #product-modal-inner #product-modal-content-wrap #product-modal-close-wrap #product-modal-close.theme-bl #product-modal-close-inner:after {
  background-color: #02528a;
}

.pmc {
  padding: 67px 0 63px 0;
}
.pmc .pmc-inner {
  width: 960px;
  margin: 0 auto;
  display: table;
}
.pmc .pmc-inner .pmc-product {
  width: 326px;
  display: table-cell;
  vertical-align: top;
}
.pmc .pmc-inner .pmc-info {
  width: 634px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.pmc .pmc-inner .pmc-info h1 {
  margin-bottom: 30px;
}
.pmc .pmc-inner .pmc-info .pmc-detail {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.pmc .pmc-inner .pmc-info .pmc-detail .bold {
  font-size: 17px;
  padding: 12px 0 0;
  display: inline-block;
  font-weight: bold;
}
.pmc .pmc-inner .pmc-info .pmc-define {
  margin: 20px 0;
}
.pmc .pmc-inner .pmc-info .pmc-define dl {
  overflow: hidden;
  line-height: 1.6;
}
.pmc .pmc-inner .pmc-info .pmc-define dl dt {
  width: 65px;
  float: left;
  padding-left: 15px;
}
.pmc .pmc-inner .pmc-info .pmc-define dl dd {
  margin-left: 80px;
}
.pmc .pmc-inner .pmc-info .health-txt-link {
  text-align: right;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  margin-top: 30px;
}
.pmc .pmc-inner .pmc-info .health-txt-link a {
  display: block;
  width: 230px;
  float: right;
  padding-right: 24px;
  background-image: url("../img/btn-next.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #ffffff;
  border-bottom: 1px solid #000000;
}
.pmc .pmc-inner .pmc-info .health-txt-link a:hover {
  border-bottom: 1px solid #ffffff;
}
.pmc .pmc-inner .pmc-info .pmc-lineup-share {
  position: absolute;
  bottom: 6px;
}
.pmc .pmc-inner .pmc-info .pmc-lineup-share .share-box {
  display: table;
}
.pmc .pmc-inner .pmc-info .pmc-lineup-share .share-box dt, .pmc .pmc-inner .pmc-info .pmc-lineup-share .share-box dd {
  display: table-cell;
  vertical-align: middle;
}
.pmc .pmc-inner .pmc-info .pmc-lineup-share .share-box dt {
  padding-right: 10px;
}
.pmc .pmc-inner .pmc-info .pmc-lineup-share .share-box dd ul {
  list-style: none;
  overflow: hidden;
}
.pmc .pmc-inner .pmc-info .pmc-lineup-share .share-box dd ul li {
  display: block;
  width: 34px;
  float: left;
  margin-right: 10px;
}
.pmc .pmc-inner .pmc-info .pmc-lineup-share .share-box dd ul li a {
  display: block;
}
.pmc .pmc-inner .pmc-info .pmc-lineup-share .share-box dd ul li:last-child {
  margin-right: 0;
}
.pmc#pmc-pepsi-strong-5gv, .pmc#pmc-pepsi-strong-5gv-zero, .pmc#pmc-pepsi-strong-5gv-lemon {
  background-color: #fff;
  background-image: url("../../products/lineup/img/bg-pepsi-strong-5gv.png");
  -webkit-background-size: 2000px 770px;
  -o-background-size: 2000px 770px;
  background-size: 2000px 770px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.pmc#pmc-pepsi-strong-5gv .pmc-inner .pmc-info .pmc-detail, .pmc#pmc-pepsi-strong-5gv-zero .pmc-inner .pmc-info .pmc-detail, .pmc#pmc-pepsi-strong-5gv-lemon .pmc-inner .pmc-info .pmc-detail {
  color: #000;
}
.pmc#pmc-pepsi-strong-5gv .pmc-inner .pmc-info .pmc-detail strong, .pmc#pmc-pepsi-strong-5gv-zero .pmc-inner .pmc-info .pmc-detail strong, .pmc#pmc-pepsi-strong-5gv-lemon .pmc-inner .pmc-info .pmc-detail strong {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.pmc#pmc-pepsi-strong-5gv .pmc-inner .pmc-info .pmc-lineup-share, .pmc#pmc-pepsi-strong-5gv-zero .pmc-inner .pmc-info .pmc-lineup-share, .pmc#pmc-pepsi-strong-5gv-lemon .pmc-inner .pmc-info .pmc-lineup-share {
  bottom: -5px;
}
.pmc#pmc-pepsi-strong, .pmc#pmc-pepsi-strong-zero {
  background-image: url("../../products/lineup/img/bg-pepsi-strong.png?v=0929");
  background-size: 2000px 775px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #fff;
  padding-bottom: 0;
}
.pmc#pmc-pepsi-strong .pmc-inner .pmc-info .pmc-detail, .pmc#pmc-pepsi-strong-zero .pmc-inner .pmc-info .pmc-detail {
  color: #fff;
}
.pmc#pmc-pepsi-strong-5gv-lemon .pmc-lineup-share {
  bottom: -60px !important;
}
.pmc#pmc-pepsi-special-lemonmint {
  background-image: url("../../products/lineup/img/bg-pepsi-special-lemonmint.png?v=0929");
}
.pmc#pmc-pepsi-special, .pmc#pmc-pepsi-cola, .pmc#pmc-pepsi-refresh-shot, .pmc#pmc-mountaindew, .pmc#pmc-7up {
  background-image: url("../../products/lineup/img/bg-gray.png");
  background-size: 20px 769px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  padding-bottom: 0;
}
.pmc#pmc-pepsi-special {
  background-color: #a58206;
}
.pmc#pmc-pepsi-special .pmc-inner .pmc-info .pmc-detail a {
  color: #f4e112;
  text-decoration: underline;
}
.pmc#pmc-pepsi-cola {
  background-image: url("../../products/lineup/img/bg-pepsi-cola.png");
  background-size: 20px 769px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  padding-bottom: 0;
}
.pmc#pmc-pepsi-halloween-cola {
  background-image: url("../../products/lineup/img/bg-pepsi-halloween-cola.png");
  background-size: 20px 769px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  padding-bottom: 0;
}
.pmc#pmc-pepsi-christmas-cola {
  background-image: url("../../products/lineup/img/bg-pepsi-christmas-cola.png");
  background-size: 20px 769px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  padding-bottom: 0;
}
.pmc#pmc-pepsi-refresh-shot {
  background-image: url("../../products/lineup/img/bg-pepsi-refresh-shot.png");
  background-size: 20px 769px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  padding-bottom: 0;
}
.pmc#pmc-mountaindew {
  background-image: url("../../products/lineup/img/bg-mountaindew-7up.png");
  background-size: 20px 769px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  padding-bottom: 0;
}
.pmc#pmc-mountaindew .pmc-inner .pmc-info .pmc-detail {
  color: #FFF;
}
.pmc#pmc-mountaindew .pmc-inner .pmc-info .pmc-detail a {
  color: #03ca9c;
  text-decoration: underline;
}
.pmc#pmc-7up {
  background-image: url("../../products/lineup/img/bg-mountaindew-7up.png");
  background-size: 20px 769px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  padding-bottom: 0;
}
.pmc#pmc-7up .pmc-inner .pmc-info .pmc-detail {
  color: #FFF;
}
.pmc#pmc-kickstart {
  background-image: url("../../products/lineup/img/bg-kickstart.png");
  background-size: 20px 769px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #000;
  padding-bottom: 0;
}
.pmc#pmc-kickstart .pmc-inner .pmc-info .pmc-detail {
  color: #FFF;
}
.pmc#pmc-kickstart h2.sub-title {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
}
