@charset "UTF-8";
/*-------------------------------------
Category
種別、大中小分類、PC導線、バリエーション一覧、商品詳細 他
-------------------------------------*/
/*-------------------------------------
ビジュアルカテゴリリンク
-------------------------------------*/
.tano-category-list li a {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tano-category-list li a img {
  width: 35px;
  height: 35px;
}
.tano-category-list.uk-grid-small {
  margin-left: -10px;
}
.tano-category-list.uk-grid-small > * {
  padding-left: 10px;
}
.tano-category-list.type-b li {
  width: calc(25% - 10px);
  border-radius: 30px;
}
.tano-category-list.type-b li a {
  line-height: 1.3;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .tano-category-list.type-b li {
    width: calc(33.3333333333% - 10px);
  }
  .tano-category-list.type-b li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

/*-------------------------------------
お届け日
-------------------------------------*/
.deliveryday {
  border: 1px solid #ccc;
}

/*-------------------------------------
類似品
-------------------------------------*/
.similar_wrap--table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.similar_wrap--table .uk-table {
  margin-top: 0;
  table-layout: fixed;
}
.similar_wrap--table .uk-table thead th {
  background-color: #f7f7f7;
}
.similar_wrap--table .uk-table th,
.similar_wrap--table .uk-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.similar_wrap--table .uk-table th {
  width: 150px;
}
.similar_wrap--table .uk-table td {
  width: 225px;
}

.similar_wrap--table-left {
  position: relative;
  z-index: 100;
  width: 150px;
}

.similar_wrap--table-right {
  position: relative;
  padding-left: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.similar_wrap--table-right .uk-table.is-min {
  table-layout: initial;
}
.similar_wrap--table-right .similar_table--fixed {
  width: 225px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
}
.similar_wrap--table-right .similar_table--fixed.is-large {
  width: 225px;
}

/*-------------------------------------
PC導線
-------------------------------------*/
.product,
.product_wrap {
  gap: 30px;
}

/* 商品画像 */
.product_wrap--slideshow {
  width: 30vw;
  min-width: 250px;
  max-width: 350px;
  /* スライドショーのサムネイル */
}
@media (max-width: 980px) {
  .product_wrap--slideshow {
    width: 250px;
  }
}
@media (max-width: 1400px) {
  .product_wrap--slideshow .uk-slideshow {
    position: sticky;
    left: 0;
    top: 20px;
  }
}
.product_wrap--slideshow .uk-slideshow-items {
  height: 30vw;
  max-height: 350px;
  min-height: 250px !important;
  margin-bottom: 10px;
  border: thin solid #ccc;
}
@media (max-width: 980px) {
  .product_wrap--slideshow .uk-slideshow-items {
    width: 250px;
  }
}
.product_wrap--slideshow .uk-slideshow-items img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product_wrap--slideshow .uk-slideshow-items:hover .uk-overlay {
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}
.product_wrap--slideshow .uk-slideshow-items .uk-overlay {
  padding: 10px;
  text-align: left;
}
.product_wrap--slideshow .uk-thumbnav {
  gap: 10px;
  margin-left: 0;
}
.product_wrap--slideshow .uk-thumbnav li {
  padding-left: 0;
  width: calc(20% - 8px);
}
.product_wrap--slideshow .uk-thumbnav li img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

/* 商品情報 */
.product_wrap--info .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.product_wrap--info .description {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.product_wrap--info .description_maker {
  min-width: 50%;
}
.product_wrap--info .detail-thumb_checkbox .is-guide i {
  display: inline-block;
  width: 22px;
}
.product_wrap--info__list-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-left: 0;
  margin-bottom: 0;
}
.product_wrap--info-set {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 1em;
}
.product_wrap--info-set__num {
  color: #FB6767;
  font-weight: 600;
}
.product_wrap--info-set__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_wrap--info-set__areaimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1400px) {
  .product_wrap--info-set__areaimg {
    margin-inline: auto;
  }
}
.product_wrap--info-bottom {
  background-color: #769e35;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.product_wrap--info-bottom__txt {
  margin-bottom: 0;
}
.product_wrap--info-teikibin {
  border: 1px solid #ccc;
}
.product_wrap--info-teikibin__title {
  background-color: #F67F0B;
  color: #fff;
  padding: 10px 20px;
}

/* カスタムセレクト */
.product_wrap--customselect {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product_wrap--customselect .buys-caption {
  margin-bottom: 20px;
}
.product_wrap--customselect .buys-caption .uk-button-default {
  font-size: 1.4rem;
  color: #FB6767;
}
.product_wrap--customselect .buys-caption .uk-button-default i {
  margin-right: 5px;
}
.product_wrap--customselect .buys-caption .uk-button-default[aria-expanded=true] {
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product_wrap--customselect .buys-caption .buys-caption__desc {
  margin-top: -2px;
  border: 1px solid #ccc;
}
.product_wrap--customselect .select-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_wrap--customselect .select-list li {
  position: relative;
}
.product_wrap--customselect .select-list li:not(:last-child) {
  margin-bottom: 10px;
}
.product_wrap--customselect .select-list .uk-disabled:not(label) span, .product_wrap--customselect .select-list .button-cart:disabled span {
  background-color: transparent;
  color: #DCDCDC;
}
.product_wrap--customselect .select-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 45px;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.product_wrap--customselect .select-list-wrap label:not(.uk-select):hover {
  border-color: transparent !important;
}
.product_wrap--customselect .select-list-wrap > label {
  cursor: pointer;
  padding: 10px;
  min-height: 47px;
}
.product_wrap--customselect .select-list-wrap > label:first-child {
  padding-left: 20px;
}
.product_wrap--customselect .select-list-wrap.no-hover {
  pointer-events: none;
}
.product_wrap--customselect .select-list-wrap:not(.no-hover):hover {
  border-color: #769e35;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.product_wrap--customselect .select-list-wrap.uk-active:not(.is-disabled) {
  background-color: #d5f1c5;
}
.product_wrap--customselect .select-list-wrap.is-nobuy {
  background-color: #878787;
}
.product_wrap--customselect .select-list-wrap.is-error {
  border-color: #e23d3d !important;
  background-color: #fef4f6;
  color: #e23d3d;
}
.product_wrap--customselect .select-list-wrap .select-list-wrap__radio {
  -ms-flex-item-align: center;
      align-self: center;
}
.product_wrap--customselect .select-list-wrap .itemimage {
  width: 60px;
}
.product_wrap--customselect .select-list-wrap .itemimage label {
  height: 100%;
}
.product_wrap--customselect .select-list-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_wrap--customselect .select-list-wrap label.price {
  width: 17em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product_wrap--customselect .select-list-wrap .itemname {
  width: 27em;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
}
.product_wrap--customselect .select-list-wrap .num-wrap {
  width: 145px;
}
.product_wrap--customselect .select-list-wrap .num-wrap > div {
  width: calc(100% - 2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product_wrap--customselect .select-list-wrap .num-wrap > * {
  padding: 10px 0 10px 20px;
}
.product_wrap--customselect .select-list-wrap .num-wrap .text-price {
  margin-bottom: 5px;
}
.product_wrap--customselect .select-list-wrap .num-wrap::before {
  display: block;
  height: 85%;
  content: "";
  border-right: 1px solid #ccc;
}
.product_wrap--customselect .select-list-wrap .price {
  width: 13em;
  font-size: 1.2rem;
  text-align: right;
}
.product_wrap--customselect .select-list-wrap.type-noimage .itemname {
  width: calc(27em + 80px);
}
.product_wrap--customselect .select-list-wrap.type-noprice .itemname {
  width: 100%;
  padding-right: 0;
  border-right: none;
}

/* よく一緒に買われている商品 */
.product_wrap--buy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_wrap--buy__content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}

/* カスタムメニュー 画面下部固定 */
.product_custom-fixed {
  width: 100%;
  height: 160px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  border: 10px solid rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  background-color: #fff;
  -webkit-transition: 0.3s ease bottom;
  transition: 0.3s ease bottom;
}
@media screen and (max-width: 1050px) {
  .product_custom-fixed {
    right: 0;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-color: rgba(0, 0, 0, 0.3) #fff;
    scrollbar-width: thin;
  }
  .product_custom-fixed::-webkit-scrollbar {
    width: 10px;
    height: 8px;
  }
  .product_custom-fixed::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 10px;
  }
  .product_custom-fixed::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
  }
}
.product_custom-fixed .product_custom-fixed--wrap {
  max-width: 1450px;
  min-width: 980px;
  margin-inline: auto;
}
.product_custom-fixed .product_custom-fixed--wrap > .uk-flex {
  gap: 30px;
}

.uk-lightbox-page .product_custom-fixed {
  bottom: -180px;
  -webkit-transition: 0.3s ease bottom;
  transition: 0.3s ease bottom;
}

.product_custom-fixed--desc {
  height: 10em;
  padding-right: 10px;
  overflow-y: auto;
  font-size: 1.2rem;
  scrollbar-color: rgba(0, 0, 0, 0.3) #fff;
  scrollbar-width: thin;
}
.product_custom-fixed--desc::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
.product_custom-fixed--desc::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 10px;
}
.product_custom-fixed--desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
.product_custom-fixed--desc .uk-table {
  margin-top: 10px;
}
.product_custom-fixed--desc .uk-table td {
  padding: 5px;
}

.product_custom-fixed--price {
  width: 15em;
}
.product_custom-fixed--price .uk-heading-divider {
  margin-bottom: 5px;
}

.product_custom-fixed--cartin {
  position: relative;
}
.product_custom-fixed--cartin .uk-label {
  position: absolute;
  right: 0;
  top: -42px;
}
.product_custom-fixed--cartin .button-cart {
  margin-left: auto;
}
.product_custom-fixed--cartin .uk-flex {
  gap: 5px;
}

/* カスタムメニュー */
.product_custom-menu.is-nosticky .product_custom-menu--wrap {
  position: static;
  height: auto;
  overflow-y: visible;
  padding-bottom: 0;
}
.product_custom-menu .product_custom-menu--wrap {
  width: 230px;
  position: sticky;
  right: 20px;
  top: 20px;
  margin-bottom: 10px;
}
.product_custom-menu .product_custom-menu--wrap.sticky-parents {
  height: calc(100vh - 250px);
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-color: rgba(0, 0, 0, 0.3) #fff;
  scrollbar-width: thin;
}
.product_custom-menu .product_custom-menu--wrap::-webkit-scrollbar {
  width: 10px;
}
.product_custom-menu .product_custom-menu--wrap::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 10px;
}
.product_custom-menu .product_custom-menu--wrap::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
.product_custom-menu--cartin {
  border: 1px solid #ccc;
  padding: 10px;
}
.product_custom-menu--cartin .detail-desc_price--price {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.product_custom-menu--cartin .detail-desc_price--cartin {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.product_custom-menu--cartin .detail-desc_price--cartin .uk-button-large.button-cart {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product_custom-menu--cartin .detail-desc_price--cartin.is-no-border {
  padding-top: 0;
  border-top: none;
}
.product_custom-menu .tanowari .uk-position-top-right {
  top: 2px;
}
.product_custom-menu .tanowari dl {
  gap: 5px 0;
}
.product_custom-menu .tanowari dt {
  line-height: 1.2;
}
.product_custom-menu--tanowari-mix .tanowari-mix_inner {
  border: 1px solid #D75B80;
}
.product_custom-menu--tanowari-mix .tanowari-mix_inner .title {
  background-color: #D75B80;
  color: #fff;
  padding: 4px 28px 4px 0;
  text-align: center;
}
.product_custom-menu--tanowari-mix .tanowari-mix_inner .uk-position-top-right {
  top: 2px;
}
.product_custom-menu--tanowari-mix .tanowari-mix_inner dl {
  gap: 5px 0;
}
.product_custom-menu--tanowari-mix .tanowari-mix_inner dt {
  line-height: 1.2;
}
.product_custom-menu--tanowari-mix .tanowari-mix-list dl {
  margin-top: 0;
  padding: 5px 10px;
}
.product_custom-menu--tanowari-mix .tanowari-mix-list dl dd {
  line-height: 1.2;
}
.product_custom-menu--tanowari-mix .tanowari-mix-list dl dd span {
  line-height: 1.2;
}
.product_custom-menu--tanowari-mix .tanowari-mix-list .uk-active {
  height: 100%;
  background-color: #fff;
  border: 2px solid #fb6767;
}
.product_custom-menu--tanowari-mix .tanowari-mix-list .uk-active dt {
  font-weight: 700;
}

.product_custom-menu--title {
  margin: 0;
  padding: 8px;
  background-color: #2E7D32;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.product_custom-menu--list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #2E7D32;
}
.product_custom-menu--list li {
  border-bottom: 1px solid #eee;
}
.product_custom-menu--list li a {
  display: block;
  padding: 10px;
}
.product_custom-menu--list li a:hover {
  opacity: 1;
  color: #333;
  background-color: #eefbe5;
}
.product_custom-menu--list li a span {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  font-size: 1.35rem;
  border-left: 1px solid #ccc;
}
.product_custom-menu--list li.is-disabled {
  background-color: #f7f7f7;
  pointer-events: none;
}
.product_custom-menu--list li.is-disabled a {
  color: #888;
}
.product_custom-menu--list li.uk-active:not(.is-disabled) {
  background-color: #d5f1c5;
}
.product_custom-menu--list li.uk-active:not(.is-disabled) .fa-solid {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.product_custom-menu--list.is-error-choice {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff48f;
  padding: 10px 20px;
}
.product_custom-menu--list.is-error-choice li {
  border: none;
}

/*-------------------------------------
商品詳細
-------------------------------------*/
/* バリエーション一覧 */
#variationList .uk-table {
  height: 100%;
}
#variationList .uk-table td {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#variationList .uk-table td [class*=uk-list] > ::before {
  display: none;
}
#variationList .uk-table td label {
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#variationList .uk-table td label:not(.is-disabled, .uk-select):hover {
  border: 1px solid #2E7D32;
}
#variationList .uk-table.no-right-border td label.uk-active {
  border: 1px solid #2E7D32;
}
#variationList .detail-desc_price--price {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
#variationList .detail-thumb_checkbox .uk-checkbox {
  left: 8px;
  margin-left: 0;
}
#variationList .detail-thumb_checkbox label {
  text-align: left;
  padding-left: 35px;
}
#variationList .detail-thumb_checkbox .is-guide .uk-dropdown {
  margin-right: -20px;
}

/* カートイン 画面上部固定 */
.product_cartin-fixed {
  width: 100%;
  display: block;
  position: fixed;
  top: -200px;
  left: 0;
  z-index: 500;
  -webkit-transition: 0.3s ease top;
  transition: 0.3s ease top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 10px solid rgba(0, 0, 0, 0.6);
}
@media (max-width: 980px) {
  .product_cartin-fixed {
    overflow-x: auto;
    scrollbar-color: rgba(0, 0, 0, 0.3) #fff;
    scrollbar-width: thin;
  }
  .product_cartin-fixed::-webkit-scrollbar {
    width: 10px;
    height: 8px;
  }
  .product_cartin-fixed::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 10px;
  }
  .product_cartin-fixed::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
  }
}
.product_cartin-fixed .uk-container {
  min-width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.product_cartin-fixed--thumb {
  font-size: 1.6rem;
  font-weight: 500;
}
.product_cartin-fixed--button .num-wrap {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.product_cartin-fixed--button .tano-header-outer-area {
  width: 11em;
}
.product_cartin-fixed.is-none {
  top: -200px !important;
  -webkit-transition: 0.3s ease top;
  transition: 0.3s ease top;
}
.product_cartin-fixed.uk-active {
  top: 0;
  -webkit-transition: 0.3s ease top;
  transition: 0.3s ease top;
}
.product_cartin-fixed .close-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.slider-contents .p-card01__ranking {
  top: -14px;
}

.slider-contents .p-card01__ranking.uk-badge {
  top: -11px;
}

/*-------------------------------------
レビュー
-------------------------------------*/
.page_review--wrap .label-renew {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 5px 20px;
  text-align: center;
}

.js-input-reviewstar {
  cursor: pointer;
}

/*-------------------------------------
たの割MIX
-------------------------------------*/
.product_custom-menu.is-tanowarimix {
  position: sticky;
  top: 10px;
}

.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap {
  overflow-y: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 350px);
  margin: 10px 0;
  padding-right: 10px;
  scrollbar-color: rgba(0, 0, 0, 0.3) #fff;
  scrollbar-width: thin;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap::-webkit-scrollbar {
  width: 10px;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border-radius: 10px;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap_desc {
  margin-bottom: 20px;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap_desc:last-child {
  margin-bottom: 0;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap_desc p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap_desc:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .itemlist-wrap_desc .uk-button-small {
  line-height: 20px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .button-cart {
  padding: 0;
}
.product_custom-menu.is-tanowarimix .product_custom-menu--wrap .total {
  margin: -10px;
}

.result-items.is-tanowarimix .result-items_detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.result-items.is-tanowarimix .result-items_detail .detail-thumb_checkbox .uk-checkbox:disabled {
  background-color: #2E7D32;
  border-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.result-items.is-tanowarimix .result-items_detail > .uk-flex {
  border: 2px solid #ccc;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.result-items.is-tanowarimix .result-items_detail.is-bg-color > .uk-flex {
  border-color: #2E7D32;
}
.result-items.is-tanowarimix .result-items_detail.is-firstview > .uk-flex {
  background-color: #eefbe5;
}
.result-items.is-tanowarimix .result-items_detail.is-firstview > .uk-flex .uk-background-muted.theme-ar {
  background-color: #cbebb5;
}
.result-items.is-tanowarimix .product_custom-menu--tanowari-mix .tanowari-mix_inner {
  border: none;
  background-color: #f7f7f7;
}
.result-items.is-tanowarimix .product_custom-menu--tanowari-mix .tanowari-mix_inner .title {
  padding: 4px 10px;
}
.result-items.is-tanowarimix .product_custom-menu--tanowari-mix .tanowari-mix_inner dl {
  margin-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.result-items.is-tanowarimix .product_custom-menu--tanowari-mix .tanowari-mix_inner dl dt {
  padding-top: 3px;
}

/*-------------------------------------
Special
-------------------------------------*/
.special-ranking .slider-contents .uk-invisible + .uk-slider-items {
  margin-left: 0;
}
.special-ranking .slider-contents .uk-slider-items {
  width: calc(100% - 100px);
}
.special-ranking .slider-contents .p-card01__ranking {
  top: -20px;
}
.special-ranking .slider-contents .p-card01__ranking.uk-badge {
  top: -15px;
  width: 24px;
  height: 24px;
  font-size: 1.4rem;
  background-color: #888;
}

/*-------------------------------------
history
-------------------------------------*/
.history-list .thumbnail {
  margin-top: 10px;
}
.history-list .thumbnail.is-stop,
.history-list .thumbnail.is-end {
  position: relative;
  display: block;
  margin-inline: auto;
}
.history-list .thumbnail.is-stop::after,
.history-list .thumbnail.is-end::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.8rem;
  color: #fff;
  content: "取扱停止";
}
.history-list .thumbnail.is-end::after {
  content: "販売終了";
}
.history-list .result-items.type-thumb .result-items_detail--thumb {
  padding-top: 0;
}
.history-list .result-items_detail > .uk-flex {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border: 1px solid #ccc;
}
@media (max-width: 1000px) {
  .history-list .result-items_detail--thumb {
    position: inherit;
  }
}

.category-top-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
.category-top-list li a {
  width: calc(100% - 10px);
  text-align: left;
}

.uk-modal-container .product_custom-menu--tanowari-mix .tanowari-mix_inner .title {
  border-bottom: none;
}
.uk-modal-container .tanowari-inner {
  border: 1px solid #e23d3d;
}
.uk-modal-container .itemdetail-set {
  gap: 20px;
}
.uk-modal-container .itemdetail-set > div {
  width: calc(50% - 10px);
}
.uk-modal-container .itemdetail-set .tanowari dl, .uk-modal-container .itemdetail-set .product_custom-menu--tanowari-mix dl {
  margin-bottom: 0;
}
.uk-modal-container .itemdetail-set .is-point {
  list-style: none;
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .uk-modal-container .itemdetail-set {
    gap: 10px;
  }
  .uk-modal-container .itemdetail-set > div {
    width: 100%;
  }
}

.variation-table thead th {
  min-width: 3em;
}
.variation-table thead .th-hikaku {
  width: 50px;
}
.variation-table thead .th-price {
  width: 235px;
}
.variation-table thead .th-desc {
  width: 460px;
}
@media screen and (max-width: 1000px) {
  .variation-table thead .th-desc {
    width: auto;
  }
}/*# sourceMappingURL=category.css.map */