@charset "euc-jp";
.prd-opt-src {
  display: none !important;
}
.product-image {
  float: none;
  clear: left;
}
.product-image-main {
  margin-bottom: 16px;
}
.product-image-thumb {
  max-width: 820px;
  margin: 0 auto;
}
.slick-slider,
.slick-track,
.slick-slide {
  touch-action: manipulation !important;
}
.slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  aspect-ratio: 4/3;
  background-color: #f3f3f3;
}
.slick-slide img {
  height: 100%;
  object-fit: contain;
  touch-action: pinch-zoom;
  -ms-touch-action: pinch-zoom;
}
.slick-arrow {
  display: grid !important;
  place-content: center;
  width: 60px !important;
  margin: 0 !important;
  z-index: 1;
}
.slick-prev {
  left: 0 !important;
}
.slick-next {
  right: 0 !important;
}
.slick-arrow::before {
  content: '' !important;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}
.slick-arrow::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  aspect-ratio: 1;
  background-color: rgba(255,255,255,.8);
  z-index: -1;
}
.slick-prev::before {
  border-bottom: 1px solid;
  border-left: 1px solid;
}
.slick-next::before {
  border-top: 1px solid;
  border-right: 1px solid;
}
.slick-dots {
  position: static !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px !important;
}
.slick-dots li {
  display: block !important;
  width: calc(100% / 12 - 8px) !important;
  height: auto !important;
  aspect-ratio: 4/3;
  background-color: #000;
}
.slick-dots li:first-child {
  margin-left: auto;
}
.slick-dots li:last-child {
  margin-right: auto;
}
.slick-dots li img.slick-thumb {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  cursor: pointer;
  opacity: .7;  
}
.slick-dots li:hover img.slick-thumb,
.slick-dots .slick-active img.slick-thumb {
  opacity: 1;
}
.slick-dots li.slick-active img.slick-thumb {
  border-color: #000;
}
@media only screen and (max-width: 768px) {
  .slick-arrow {
    width: 40px !important;
  }
  .slick-arrow::before {
    width: 12px;
    height: 12px;
  }
  .slick-dots li {
    width: calc(100% / 8 - 7px) !important;
  }
}
.product-btns{
  margin-bottom: 20px;
}
.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  /* border: 1px solid #dbdbdb; */
}
.thumb-active {
  opacity: 0.4;
  border: solid 1px #eee;
}
.product-exp {
  clear: both;
  line-height: 1.6;
}
#option_tbl .ttl-h2{
  font-size: 130%;
  text-align: center;
}
#prd-opt .product-option-table td,
#prd-opt .product-option-table th,
#option_tbl th,
#option_tbl td {
  text-align: center;
  position: relative;
}
#prd_opt_table {
  box-sizing: border-box;
  padding: 20px;
  background: #F6F6F6;
}
#option_tbl td{padding: 4px 8px;}
#option_tbl .table_price{line-height: 1em;}
#prd_opt_table td:before,
#prd_opt_table th:before {
  content: '';
  position: absolute;
  left: 0;
  height: 60%;
  width: 1px;
  background: #ddd;
  top: calc(50% - 30%);
}
#prd_opt_table tr:first-child td:before{content: none;}
#prd_opt_table tr:not(:first-child) th:before{content: none;}
.stock_zero {
  font-size: 60%;
  color: #aaa;
}
.t_stock_num {
  font-size: 60%;
  color: #f75f62;
  font-weight: bold;
}

/* modal */
.modal__content, p.button.button--medium.button--line.u-open--modal {
  display: none;
}
#option_tbl td [type="radio"] { zoom: 1.8;}
@media (max-width: 996px) {
  #prd_opt_table{display: none;}
}
.product-spec-block {
  margin-bottom: 3em;
}
.product-spec-block table {
  width: 100%;
}
.product-spec-table {
  margin-bottom: 20px;
  border-top: 1px solid #dbdbdb;
  border-left:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;
}
.product-spec-table th {
  padding-top: 1em;
  padding-right: .5em;
  padding-bottom: 1em;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.product-spec-table td {
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-bottom: 1px solid #dbdbdb;
}
.product-spec-table th {
  width: 33.333%;
}
.product-spec-table td {
  width: 66.666%;
}
.product-spec-table select {
  width: 90%;
}
.product-order-form input {
  float: left;
  margin-right: .3em;
  padding: .3em;
  width: 3em;
  text-align: right;
}
.product-unit {
  float: left;
  padding: .3em;
}
.product-init {
  display: none;
}
.product-option-table td div {
  margin-bottom: .5em;
}
.product-info-lst {
  margin-bottom: 2em;
}
.product-info-lst li {
  margin: 15px 0;
}
.product-info-lst a {
  color: #444;
  text-decoration: none;
}
.product-info-lst a:hover {
  text-decoration: underline;
}
.product-review {
  margin-bottom: 30px;
}
.product-review a {
  font-weight: bold;
}
.social-share {
  margin-top: 1.5em;
}
  .social-share li {
    margin-bottom: .5em;
  }
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
.trackback-url {
  padding: .5em;
}
.together-block {
  clear: both;
}
.text-right {
  float:right;
}
.option-list {
  display: inline-block
}
.price-red {
  color:#FF5F75;
}
.moreText {
    margin: 30px 0;
    font-size: 108%;
    font-weight: bold;
    color: #F00;
    line-height: 1.3;
    border: 1px solid;
    padding: 15px;
}
.moreText a:hover {
    background: #F00;
}
.moreText a {
    color: #fff;
    padding: 7px 16px;
    background: #cf1b20;
    display: inline-block;
    margin: 10px 0;
    border-radius: 2px;
    text-decoration: none;
}
.main .moreText a:hover {
    background: #F00;
}
ul.unstyled.btn-style li {
  display: table-cell;
  padding: 0 3px;
}

ul.unstyled.btn-style li a {
  padding: 8px 10px;
  background: #EBEBE6;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 93%;
}
ul.unstyled.btn-style li a:hover {
  text-decoration: none;
  background: #D8D8D2;
}
.optionBox {
  display: block;
  margin: 0 0 20px;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .optionBox{
    width: 100%;
  }
}
.bnr_tel:hover{
	opacity: .7;
}
.bnr_sale img, .bnr_about img{
 margin: 15px 0;
}
.bnr_sale img:hover,
.bnr_about img:hover {
 filter:alpha(opacity=80);
 opacity:0.8;
}
.clean-bnr {
margin: 16px 0 0;
}

/* ------------------------------------- 
 *  当店へのレビュー
 * ------------------------------------- */
.review-area {
  margin-bottom: 30px;
}
.review-frame{
  width: 100%;
  height: 140px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.review-frame iframe {
  width:100%;
  height:100%;
}
#review-box dt {
  margin-bottom: 8px;
  font-weight: bold;
  border-left: 5px solid #974906;
  padding-left: 7px;
  line-height: 1;
}
@media (max-width: 768px) {
    .review-area h2 {
      padding: 0 10px;
      font-weight: normal;
      border-bottom: none !important;
      margin-bottom: 0 !important;
    }
    .bnr_sale img, .bnr_about img{
      margin: 0;
    }
}

/* ------------------------------------- 
 *  お気に入り
 * ------------------------------------- */
.product__fav-item button {
  width: 100%;
  border: none;
}
.product__fav-item{
  color: #c53b3b;
}
.product__fav-item button {
  color: #47a266 !important;
}
.product__fav-item .fav-items {
  color: #fff !important;
}
.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.1em;
  fill: currentColor;
}

/* ------------------------------------- 
 *  最近チェックした商品
 * ------------------------------------- */
.checkitem_wrapper_sp {
  display: none;
}
h2.main-content-ttl {
    padding-bottom: 16px;
    border-bottom: 3px double #000;
    margin-bottom: 22px;
}
.checkitem_table {
  width: 100%;
}
div.ci {
  margin-bottom: 20px;
}

div.ci div.title {
  background: url("https://img.shop-pro.jp/tmpl_img/17/arrow.gif") no-repeat scroll left center transparent;
  border-bottom: 2px dotted #8F826C;
  color: #8F826C;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 15px;
}

div.checkitem {
  float:left;
  width: calc(100% / 5);
}

div.checkitem .ci_img {
  width:90px;
  border: 1px solid #CCCCCC;
}

.mini-thumb-img{
  display: inline-block;
  width: 80%;
  border: 1px solid #CCCCCC;
  height: 150px;
  margin: 0 0 5px;
}

div.checkitem .name,
div.checkitem .price {
  width: 80%;
}

@media (max-width: 768px) {
  .pc-only{display: none;}
  .checkitem_wrapper_pc {
    display: none;
  }
  .checkitem_wrapper_sp {
    display: block;
  }

  .section--slide h2, .section--main h2 {
    padding: 0 10px;
    font-weight: normal;
  }

  .section--together .box {
    width: 33.33%;
  }

  .slidelist {
    margin: -10px 0 10px !important;
  }
  .slidelist .slick {
    padding: 0;
  }
  .slidelist .slick-list {
  }
  .slidelist .slick-slide {
    padding: 0;
  }
  .slidelist .slide__inner {
    display: block;
    padding: 10px 10px 5px;
    word-wrap: break-word;
  }
  .slidelist .slide__image {
    display: block;
    margin: 0 0 5px;
    text-align: center;
    position: relative;
  }
  .slidelist .slide__image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .slidelist .slide__image--rank-1:before {
    border: 8px solid transparent;
    border-top: 8px solid #ffeb3b;
    border-left: 8px solid #ffeb3b;
  }
  .slidelist .slide__image--rank-2:before {
    border: 8px solid transparent;
    border-top: 8px solid #e0e0e0;
    border-left: 8px solid #e0e0e0;
  }
  .slidelist .slide__image--rank-3:before {
    border: 8px solid transparent;
    border-top: 8px solid #8d6e63;
    border-left: 8px solid #8d6e63;
  }
  .slidelist .slide__image--rank-none:before {
    border: none;
  }
  .slidelist .slide__name {
    font-size: 85.71429%;
    line-height: 1.2rem;
    margin: 0 0 5px;
    color: #212121;
  }
  .slidelist .slide__price {
    font-size: 85.71429%;
    line-height: 1.2rem;
    font-weight: bold;
    margin: 0 0 5px;
    color: #212121;
  }
  .slidelist .slide__price--soldout {
    color: #f44336;
  }

/* modal */
  p.button.button--medium.button--line.u-open--modal {
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    margin: 2.5px 0;
    box-sizing: border-box;
    text-align: center;
  }
  .option_view_data {
    margin-top: 40px;
    padding: 0 10px;
  }
  .option_view_data h3,
  .option_view_data h4 {
    text-align: center;
  }
  .option_view_data h4 {
    margin: 0 0 10px;
  }
  .option_view_data .table {
    background: #ececec;
  }
  .option_view_data .table th, .option_view_data .table td {
    display: block;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding: 10px;
  }
  .option_view_data .table td{
    background: #f8f8f8;
  }
  .button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
  }
  .button--line {
    border: 1px solid #2196f3;
    color: #2196f3;
  }
  .button--blue {
    background: #2b98f2;
    color: #fff;
  }
  .modal__content h4 {
    font-size: 100%;
    font-weight: bold;
    margin: 20px 0 .5rem;
  }
  .table--bordered th {
    font-weight: normal;
    width: 50%;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .table--bordered td {
    width: 50%;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
  }
  .modal__content .button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: none;
    display: inline-block;
  }
  .product__fav-item button{
    margin: 0;
  }
  .moreText {
    font-size: 85%;
    line-height: 1.5;
    color: #CC0033;
    padding: 9px;
    border: 1px solid;
    font-weight: bold;
}
.moreText a {
    color: #fff;
    text-align: center;
    background: #c03;
    padding: 10px 10px;
    display: block;
    margin: 5px 0 0;
    border-radius: 5px;
}
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  max-width: 400px!important;
  max-height: 400px;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
.customer-voice iframe {
    width: 100%;
    height: 600px;
}
.detail-column { margin-top:32px; }


/*　動画　*/
.section_youtube {
  margin-top: 64px;
  margin-bottom: 88px;
}
.section_youtube--child {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 56px;
}
.section_youtube--child iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .section_youtube {
    margin-top: 24px;
    margin-bottom: 72px;
  }
   .section_youtube h2.main-content-ttl {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
  }
  .section_youtube--child {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
   margin-bottom: 32px;
  }
}