@charset "euc-jp";

/* pdetail Product Detail
-------------------- */
/* pdetailtop */
.pdetailtop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.pdetailtop__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
      order: 2;
  margin: 5%;
}

.pdetailtop__img .bx-wrapper {
  margin-bottom: 0;
}

.pdetailtop__img .bx-wrapper .bx-viewport {
  overflow: hidden;
  left: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pdetailtop__img .bx-wrapper .bx-controls-direction a {
  z-index: 99;
}

.pdetailtop__img .bx-wrapper .bx-prev,
.pdetailtop__img .bx-wrapper .bx-next {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #CCC;
}

.pdetailtop__img .bx-wrapper .bx-prev::before,
.pdetailtop__img .bx-wrapper .bx-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  width: 8px;
  height: 6px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 0/100% auto;
}

.pdetailtop__img .bx-wrapper .bx-prev {
  left: -10px;
}

.pdetailtop__img .bx-wrapper .bx-prev::before {
  left: 11px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pdetailtop__img .bx-wrapper .bx-next {
  right: -10px;
}

.pdetailtop__img .bx-wrapper .bx-next::before {
  right: 11px;
}

.pdetailtop__imgmain img {
  width: 100%;
}

.pdetailtop__imgmaincontainer {
  width: 100%;
  height: 100%;
}

.pdetailtop__imgpager {
  margin: 5px 5px 0;
}

.pdetailtop__imgpager li {
  display: inline-block;
  width: calc(20% - 6px);
  margin: 10px calc(7px - 0.3em) 0 0;
}

.pdetailtop__imgpager li:nth-child(5n) {
  margin-right: -0.3em;
}

.pdetailtop__imgpager img {
  width: 100%;
  border: 1px solid #CCC;
}

.pdetailtop__name {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
      order: 1;
  margin: 5px 0 0;
  padding: 0 5% 10px;
  border-bottom: 1px solid #CCC;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pdetailtop__name img {
  vertical-align: middle;
}

.pdetailtop__data {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
      order: 3;
  line-height: 1.5;
}

.pdetailtop__id, .pdetailtop__priceregular {
  margin: 5px 5% 0;
  font-size: 0.75rem;
}

.pdetailtop__price {
  margin: 10px 5% 0;
  color: #EE1111;
  font-size: 1.25rem;
  font-weight: bold;
}

.pdetailtop__price span {
  font-size: 0.75rem;
}

.pdetailtop__pricemember {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px;
  background: #EE1111;
  color: #FFF;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.pdetailtop__priceoff {
  margin: 0 5% 0;
  color: #EE1111;
  font-size: 0.875rem;
}

.pdetailtop__stock {
  margin: 20px 5% 0;
  color: #EE1111;
  font-size: 0.875rem;
}

.pdetailtop__expl {
  margin: 20px 5% 0;
  font-size: 1rem;
}

.pdetailtop__review, .pdetailtop__link {
  font-size: 0.875rem;
}

.pdetailtop__review a::before, .pdetailtop__link a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-bottom: 3px;
  margin-right: 10px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 50%/8px auto;
  vertical-align: middle;
}

.pdetailtop__review {
  margin: 15px 5% 0;
  padding: 10px 10px;
  background: #EEE;
}

.pdetailtop__review a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pdetailtop__link {
  margin: 40px 5% -20px;
}

.pdetailtop__cart {
  margin: 40px 0 0;
  padding: calc(8% - 20px) 5% 8%;
  background: #f2f9ff;
}

.pdetailtop__cart .stock_error {
  color: #EE1111;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.pdetailtop__optiontable {
  padding: 15px 0 0;
}

.pdetailtop__optiontable table {
  width: 100%;
  border-collapse: collapse;
}

.pdetailtop__optiontable th,
.pdetailtop__optiontable td {
  padding: 5px;
  border: 1px solid #999;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

.pdetailtop__optiontable th {
  background: #0061da;
  color: #FFF;
}

.pdetailtop__optiontable td {
  background: #ffffff;
}

.pdetailtop__optiontable .stock_head td {
  background: #0061da;
  color: #FFF;
}

.pdetailtop__option {
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}

.pdetailtop__option select,
.pdetailtop__option input {
  width: 100%;
  padding: 5px;
  font-size: 16px;
}

.pdetailtop__optiontitle {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.pdetailtop__optiontitle span {
  display: inline-block;
  padding: 5px;
  background: #0061da;
  color: #FFF;
}

.pdetailtop__optiontitle2 {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.pdetailtop__note1 {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.3;
}

.pdetailtop__note1 li {
  margin-bottom: 5px;
}

.pdetailtop__note1 a {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 50%/8px auto;
}

.pdetailtop__note2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1.3;
}

.pdetailtop__num {
  margin-top: 20px;
  text-align: center;
}

.pdetailtop__numtxt {
  font-size: 0.875rem;
}

.pdetailtop__numinput {
  width: 100px;
  margin-left: 5px;
  padding: 5px;
  font-size: 16px;
}

.pdetailtop__cartopen {
  margin: 15px 0 0;
  text-align: center;
}

.pdetailtop__cartclose {
  margin: 20px 0 0;
  text-align: center;
}

.pdetailtop__cartbtn {
  display: inline-block;
  width: 95%;
  padding: 18px 5px;
  background: #00006a;
  color: #FFF;
  font-size: 1.25rem;
  text-align: center;
}

.pdetailtop__cartbtn_soldout {
  background: #999;
  color: #FFF;
}

.pdetailtop__cartbtn_member {
  border: 2px solid #FF9900;
  background: #FFF;
  color: #FF6600;
}

.pdetailtop__carticon {
  fill: #FFF;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.pdetailtop__quickbtn {
  display: inline-block;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .pdetailtop__name {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .pdetailtop__price {
    font-size: 1.625rem;
  }
  .pdetailtop__price span {
    font-size: 0.875rem;
  }
  .pdetailtop__priceoff {
    font-size: 1rem;
  }
  .pdetailtop__review {
    margin-top: 20px;
  }
  .pdetailtop__cart .stock_error {
    font-size: 1rem;
  }
  .pdetailtop__optiontable {
    padding: 20px 0 0;
  }
  .pdetailtop__optiontable th,
  .pdetailtop__optiontable td {
    padding: 10px 5px;
  }
  .pdetailtop__option {
    padding: 20px 0;
  }
  .pdetailtop__note1 {
    margin-top: 30px;
  }
  .pdetailtop__note2 {
    font-size: 0.875rem;
  }
  .pdetailtop__cartopen {
    margin: 20px 0 30px;
  }
}

@media (min-width: 768px) {
  .pdetailtop {
    display: block;
    margin: 5% 3% 0;
  }
  .pdetailtop::after {
    content: "";
    clear: both;
    display: table;
  }
  .pdetailtop__img {
    float: left;
    width: 47.83%;
    max-width: 440px;
    margin: 0;
  }
  .pdetailtop__name {
    width: 47.83%;
    max-width: 440px;
    margin: 0 0 0 auto;
    padding: 0;
    border-bottom: none;
  }
  .pdetailtop__data {
    width: 47.83%;
    max-width: 440px;
    margin: 10px 0 0 auto;
  }
  .pdetailtop__id, .pdetailtop__priceregular {
    margin: 5px 0 0;
  }
  .pdetailtop__price {
    margin: 10px 0 0;
  }
  .pdetailtop__priceoff {
    margin: 0;
  }
  .pdetailtop__stock {
    margin: 20px 0 0;
  }
  .pdetailtop__expl {
    margin: 20px 0 0;
  }
  .pdetailtop__review {
    margin: 15px 0 0;
  }
  .pdetailtop__link {
    margin: 40px 0 -20px;
  }
  .pdetailtop__cart {
    padding: 0;
    border: 1px solid #CCC;
  }
  .pdetailtop__optiontable {
    margin: -1px -1px 0;
    padding: 0;
  }
  .pdetailtop__cartcontainer {
    padding: 0 3% 3%;
  }
  .pdetailtop__note1 {
    margin-top: 20px;
  }
  .pdetailtop__cartopen, .pdetailtop__cartclose {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .pdetailtop {
    margin: 30px 0 0;
  }
  .pdetailtop__cartbtn {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .pdetailtop__cartbtn:hover {
    background-color: #0042b9;
  }
  .pdetailtop__cartbtn_soldout:hover {
    background-color: #EEE;
  }
  .pdetailtop__cartbtn_member:hover {
    background-color: #ffe0b2;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1280px) {
  .pdetailtop__cartcontainer {
    padding: 0 10px 20px;
  }
  .pdetailtop__cart .stock_error {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pdetailtop__option, .pdetailtop__note1, .pdetailtop__note2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pdetailtop__cartbtn {
    width: 85%;
  }
}

/* pdetailexpl */
.pdetailexpl {
  margin-top: calc(8% + 5px);
}

@media (min-width: 600px) {
  .pdetailexpl {
    margin-top: calc(6% + 10px);
  }
}

/* pdetailreview */
.pdetailreview {
  margin-top: calc(8% + 30px);
}

.pdetailreview__list {
  font-size: 0.875rem;
}

.pdetailreview__item {
  position: relative;
  margin: 25px 0 0;
  padding: 0 0 25px;
  border-bottom: 1px dashed #999;
}

.pdetailreview__header {
  min-height: 64px;
  margin-bottom: 20px;
}

.pdetailreview__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 64px;
}

.pdetailreview__img img {
  width: 100%;
}

.pdetailreview__data {
  margin-left: 65px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.pdetailreview__star {
  display: block;
}

.pdetailreview__star span {
  overflow: hidden;
  display: inline-block;
  width: 92px;
  height: 20px;
}

.pdetailreview__star0 img {
  margin-top: 0;
}

.pdetailreview__star1 img {
  margin-top: -20px;
}

.pdetailreview__star2 img {
  margin-top: -40px;
}

.pdetailreview__star3 img {
  margin-top: -60px;
}

.pdetailreview__star4 img {
  margin-top: -80px;
}

.pdetailreview__star5 img {
  margin-top: -100px;
}

.pdetailreview__name {
  margin: 5px 0 0;
}

.pdetailreview__title {
  font-size: 1rem;
  line-height: 1.5;
}

.pdetailreview__body {
  margin-top: 10px;
  line-height: 1.7;
}

.pdetailreview__res {
  margin-top: 20px;
  padding: 2%;
  border-radius: 6px;
  background: #F6F6F6;
}

.pdetailreview__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
  padding: 10px 0;
  background-color: #e3f0ff;
  font-size: 0.75rem;
  line-height: 1.3;
}

.pdetailreview__link li {
  width: 50%;
  text-align: center;
}

.pdetailreview__link li:not(:first-child) {
  border-left: 1px solid #999;
}

.pdetailreview__link a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

.pdetailreview__link span {
  display: table-cell;
  vertical-align: middle;
}

.pdetailreview__linkicon {
  width: 25px;
  text-align: left;
}

.pdetailreview__linkicon svg {
  fill: #666;
}

.pdetailreview__linkmore svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.pdetailreview__linktxt {
  width: calc(100% - 25px);
  text-align: center;
}

@media (min-width: 600px) {
  .pdetailreview__item {
    margin: 35px 0 0;
    padding: 0 0 35px;
  }
  .pdetailreview__img {
    left: 10px;
  }
  .pdetailreview__data {
    margin-left: 80px;
    font-size: 1rem;
  }
  .pdetailreview__title {
    font-size: 1.25rem;
  }
  .pdetailreview__body {
    font-size: 1rem;
  }
  .pdetailreview__link {
    display: block;
    margin: 40px 0 0;
    padding: 20px 0;
    font-size: 1rem;
    text-align: center;
  }
  .pdetailreview__link li {
    display: inline-block;
    width: auto;
    margin: 0 15px;
  }
  .pdetailreview__link li:not(:first-child) {
    border-left: none;
  }
  .pdetailreview__link a {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
  .pdetailreview__link span {
    display: inline-block;
    vertical-align: middle;
  }
  .pdetailreview__linktxt {
    width: auto;
    text-decoration: underline;
  }
}

@media (min-width: 960px) {
  .pdetailreview__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pdetailreview__img {
    position: static;
  }
  .pdetailreview__data {
    margin-left: 20px;
  }
  .pdetailreview__star, .pdetailreview__name, .pdetailreview__date {
    display: inline-block;
    margin: 0 0 1em;
    vertical-align: middle;
  }
}

/* pdetaillink */
.pdetaillink {
  margin-top: calc(8% + 30px);
  font-size: 0.875rem;
  line-height: 1.3;
}

.pdetaillink li {
  width: 95%;
  margin: 15px auto 0;
}

.pdetaillink a {
  display: block;
  border: 1px solid #ccc;
  padding: 15px 30px 15px 15px;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat right 10px top 50%/8px auto;
}

@media (min-width: 600px) {
  .pdetaillink {
    font-size: 1rem;
    text-align: center;
  }
  .pdetaillink li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
  }
  .pdetaillink a {
    padding: 15px 45px 15px 30px;
    background-position: right 25px top 50%;
  }
}

@media (min-width: 960px) {
  .pdetaillink a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .pdetaillink a:hover {
    background-color: #e3f0ff;
  }
}

/* pdetailtogether */
.pdetailtogether {
  margin: calc(8% + 30px) 0 0;
  padding: 0 5% 0;
}

.pdetailtogether__list {
  margin-top: -18px;
}

.pdetailtogether__item {
  border-bottom: 1px solid #CCC;
  font-size: 1rem;
  line-height: 1.5;
}

.pdetailtogether__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px 10px 18px 0;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat right 10px top 50%/8px 6px;
  color: #333;
  text-decoration: none;
}

.pdetailtogether .pdata__img {
  width: 140px;
}

.pdetailtogether .pdata__name {
  width: calc(100% - 155px);
  margin-top: 0;
  margin-left: 15px;
}

@media (min-width: 600px) {
  .pdetailtogether__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pdetailtogether__item {
    width: 30.87%;
    max-width: 284px;
    margin-top: 60px;
    border: none;
  }
  .pdetailtogether__item a {
    display: block;
    padding: 0;
    background: none;
  }
  .pdetailtogether__item:nth-child(3n+2):last-child {
    margin-right: 34.56%;
  }
  .pdetailtogether .pdata__img {
    width: 100%;
  }
  .pdetailtogether .pdata__name {
    width: 100%;
    margin-top: 20px;
    margin-left: 5px;
  }
}

@media (min-width: 960px) {
  .pdetailtogether {
    margin-top: 120px;
    padding: 0;
  }
}
