@charset "UTF-8";
/* ////////////////////// */
/* ショップサーブ内全般のスタイル */
/* ////////////////////// */
/* /////////// */
/* ショップサーブのパンくず */
/* /////////// */
#bread {
  /* リセット */
  width: auto;
  height: auto;
  background: none;
  margin: auto;
  padding: 0;
}

#bread {
  width: 750px;
  max-width: 100%;
  font-size: 11px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 7px;
  margin-top: -8px;
  line-height: 2.6;
}
#bread a {
  color: #1566bb;
  text-decoration: underline;
}
#bread a:last-child {
  color: initial;
  text-decoration: none;
}

/* /////////// */
/* ボタン */
/* /////////// */
/* /////////// */
/* カート内設定 */
/* /////////// */
#EST_SPS_cart input[type=button], #EST_SPS_cart input[type=submit],
#EST_SPS_regi input[type=button],
#EST_SPS_regi input[type=submit] {
  margin: 5px 0;
  padding: 5px 20px;
  border: 0;
  border-radius: 100px;
  background: #103256;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #sps-smp-cart .submit_or, #sps-smp-cart .button_or input, #sps-smp-cart .bto_r input {
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 100px;
    border: 0 !important;
    font-size: 15px;
    background: url(https://cart8.shopserve.jp/vol1blog/s/soukaike2.hu.shopserve.jp/docs/hpgen/smp/img/arrow_right.png) no-repeat 94% center, -webkit-gradient(linear, left top, left bottom, from(#f98c41), to(#f97441));
  }
}
/* ////////////////////// */
/* 商品詳細ページのスタイル */
/* ////////////////////// */
@media screen and (min-width: 768px) {
  .centerbox .itemImage tr:first-child td img {
    width: 100%;
  }
  .centerbox .layoutp3 tr #itemStocklist tr.backcolor1 td.backcolor1 {
    background: #d2e9f9;
    border: none;
    padding: 7px 5px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  .centerbox .layoutp3 tr #itemStocklist tr.backcolor1 td.backcolor1::before {
    content: "";
    width: 1px;
    height: 1em;
    margin: auto;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .centerbox .layoutp3 tr #itemStocklist tr.backcolor1 td.backcolor1:first-child::before {
    display: none;
  }
  .centerbox .layoutp3 tr #itemStocklist tr.backcolor1 td.backcolor1:last-child {
    width: 35%;
  }
  .centerbox .layoutp3 tr #itemStocklist tr.backcolor1 td.backcolor1:last-child p {
    display: none;
  }
  .centerbox .layoutp3 tr #itemStocklist tr.backcolor2 td {
    padding: 7px 5px;
    border: 0;
    border-bottom: 1px solid #d2e9f9;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
  }
  .centerbox .layoutp3 tr #itemStocklist tr.backcolor2 #_gaCartButton input {
    width: auto;
    height: 44px;
    margin: 2px;
  }
  .layoutFrame table .item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .productprice {
    width: 97%;
  }
  .productprice div:first-child p span:nth-child(1) {
    padding: 0 5px;
    font-size: 20px;
  }
  .shopping_form .variation1 th,
.variation2 th,
.variation3 th {
    padding: 7px 5px;
    background: #d2e9f9;
    border: 0;
    position: relative;
    text-align: center;
    font-size: 13px;
  }
  .shopping_form .variation1 th::before,
.variation2 th::before,
.variation3 th::before {
    content: "";
    width: 1px;
    height: 1em;
    margin: auto;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .shopping_form .variation1 th:first-child::before,
.variation2 th:first-child::before,
.variation3 th:first-child::before {
    display: none;
  }
  .shopping_form .variation1 td,
.variation2 td,
.variation3 td {
    font-size: 13px;
  }
  .shopping_form .variation1 th {
    background: #d2e9f9;
  }
  .shopping_form .variation1 td {
    border: 0;
    border-bottom: 1px solid #d2e9f9;
  }
  .shopping_form .variation1 td:nth-child(1) {
    width: 45%;
    font-size: inherit;
  }
  .shopping_form .variation1 td:nth-child(2) {
    width: 20%;
    font-size: inherit;
  }
  .shopping_form .variation1 td:nth-child(3) {
    width: 35%;
    padding: 10px 0;
    font-size: inherit;
  }
  .shopping_form .variation1 td input {
    font-size: 13px;
  }
  .curt_s {
    padding: 10px 5px;
    display: inline-block;
  }
  .curt_s,
.curt_l {
    border: 0;
    border-radius: 100px;
    background: #f98c41;
    background: -webkit-gradient(linear, left top, left bottom, from(#f98c41), to(#f97441));
  }
}
/* ギャラリーのスタイル */
.gallery_list {
  margin: auto;
  max-width: 550px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.gallery_list li {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0.5px solid #eee;
}
.gallery_list li:nth-child(5n) {
  margin-right: 0;
}
.gallery_list li:hover {
  box-shadow: 0px 0px 6px 2px #ffca82;
}
.gallery_list li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gallery_list {
    max-width: 90%;
  }
  .gallery_list li {
    width: calc(33.3333333333% - 10px);
    height: 28vw;
  }
  .gallery_list li:nth-child(5n) {
    margin-right: 10px;
  }
  .gallery_list li:nth-child(3n) {
    margin-right: 0;
  }
}

/* お客様の声のスタイル */
.customer_voice_content ul {
  list-style: none;
}
.customer_voice_content .customer_voice_wrap {
  position: relative;
}
.customer_voice_content .customer_voice_wrap li {
  margin-bottom: 15px;
  padding: 20px;
  border: 2px solid #eee;
  border-radius: 20px;
}
.customer_voice_content .customer_voice_wrap li:last-child {
  margin-bottom: 0;
}
.customer_voice_content .customer_voice_wrap li .customer_voice_title {
  font-size: 18px;
}
.customer_voice_content .customer_voice_wrap li .customer_date {
  font-size: 14px;
  color: #808080;
}
.customer_voice_content .customer_voice_wrap li .review_star {
  color: #fbb03b;
  margin-bottom: 10px;
}
.customer_voice_content .customer_voice_wrap li .customer_comment {
  font-size: 14px;
  margin-bottom: 0;
}
.customer_voice_content .grad-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.customer_voice_content .customer_voice_list {
  position: relative;
  overflow: hidden;
  height: 250px; /*隠した状態の高さ*/
}
.customer_voice_content .customer_voice_list::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /*グラデーションで隠す高さ*/
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}
.customer_voice_content .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.customer_voice_content .grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.customer_voice_content .grad-trigger:checked ~ .customer_voice_list {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.customer_voice_content .grad-trigger:checked ~ .customer_voice_list::before {
  display: none; /*チェックされていたら、customer_voice_listのbeforeを非表示にする*/
}
@media screen and (max-width: 767px) {
  .customer_voice_content ul {
    max-width: 90%;
    margin: auto;
  }
}

/* 送料の案内 テーマごとリニューアルする際に消す */
.postage_content {
  max-width: 600px;
  padding: 17px 35px;
  background: #e4ecef;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.postage_content strong {
  width: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.postage_content p,
.postage_content .inner {
  margin: auto 0;
  font-size: 15px;
  width: calc(100% - 7em);
}
.postage_content a {
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.postage_content a::before {
  content: "";
  width: 100%;
  height: 5px;
  background: #ffbc3e;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.postage_content .size_list {
  list-style: none;
  margin-bottom: -5px;
}
.postage_content .size_list li {
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 4px 7px;
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: #fff;
  font-size: 13px;
  line-height: 1.2em;
  opacity: 0.8;
}
.postage_content .size_list li.current, .postage_content .size_list li:hover {
  border-color: #fc9944;
  background: #fff0ea;
  opacity: 1;
}
.postage_content .size_list li.current {
  pointer-events: none;
}
.postage_content .size_list a {
  color: #333;
}
.postage_content .size_list a::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .postage_content {
    max-width: 90%;
    padding: 20px;
    display: block;
  }
  .postage_content strong {
    width: 100%;
    margin-bottom: 5px;
    display: block;
    text-align: left;
  }
  .postage_content p,
.postage_content .inner {
    width: 100%;
  }
}

/* 商品グレード一覧のスタイル */
.grade_contents .grade_list {
  width: 100%;
  max-width: calc(100% - 60px);
  margin: auto;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.grade_contents .grade_list li {
  width: 33%;
  padding: 0 25px;
  box-sizing: border-box;
}
.grade_contents .grade_list li p {
  text-align: center;
}
.grade_contents .grade_list li img {
  height: 130px;
  margin: 0 0 15px;
}
.grade_contents .grade_list a {
  text-decoration: none;
}
.grade_contents .grade_list a:hover {
  text-decoration: underline;
}
.grade_contents .grade_list dl {
  font-size: 16px;
  text-align: center;
  color: #333;
}
.grade_contents .grade_list dl dt {
  margin: 0;
  font-weight: 500;
}
.grade_contents .grade_list dl dt strong {
  font-size: 19px;
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .grade_contents .grade_list {
    margin-bottom: -15px;
    max-width: 90%;
    padding: 0;
  }
  .grade_contents .grade_list li {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 12px;
  }
  .grade_contents .grade_list li img {
    height: auto;
  }
  .grade_contents .grade_list dl {
    font-size: 15px;
  }
  .grade_contents .grade_list dl dt strong {
    font-size: 18px;
  }
}