@charset "shift_jis";
/* TOP */
#top_ranking,
#top_newItem,
#top_personalize {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 48px;
}
#top_newItem:not(:has(div)) {
  display: none;
}
#top_ranking .block-ranking-lightningrecommend--header {
  display: none;
}
#top_ranking h2.block-top-lightningrecommend--header {
  background: transparent;
  text-indent: 0;
  height: auto;
  color: #881B21;
  font-size: 24px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: bold;
  /* margin-bottom: 16px; */
}
#top_ranking .block-ranking-r--items {
  padding-bottom: 36px;
}
#top_ranking .block-ranking-r--goods {
  width: 180px !important;
}
#top_ranking .block-ranking-r--goods .img-center {
  margin: 0;
  padding: 0;
}
#top_ranking .block-ranking-r--goods .img-center img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
}
#top_ranking .block-ranking-r--goods-image .block-ranking-r--goods-image-img {
  position: relative;
}
#top_ranking .block-ranking-r--goods-image .block-ranking-r--rank {
  background: rgba(98,98,98,0.7);
  width:28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top:0;
  left: 0;
  border-radius: 10px 0 10px 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
}
#top_ranking .block-ranking-r--goods-image .block-ranking-r--rank-1,
#top_ranking .block-ranking-r--goods-image .block-ranking-r--rank-2,
#top_ranking .block-ranking-r--goods-image .block-ranking-r--rank-3 {
  background: rgba(87,28,32,0.7);
}
.top_ranking_tabs {
  display: flex;
  gap: 12px;
}
.top_ranking_tab {
  width: calc((100% - 48px) / 5);
  border-radius: 10px 10px 0 0;
  padding: 12px 5px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #571C20;
  cursor: pointer;
  border: 1px solid #571C20;
  border-bottom: none;
}
.top_ranking_tab.is-active {
  background: #F6F7F2;
}

.top_ranking_content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.5s ease;
  background: #F6F7F2;
  border-radius: 0 0 10px 10px;
}
.top_ranking_content.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 20px;
  border: 1px solid #F6F7F2;
}

.mainframe_ .swiper-scrollbar {
  background: #EBEBEB;
  width: 650px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.mainframe_ .swiper-scrollbar-drag {
  background: #571C20;
}

.mainframe_ .block-thumbnail-t--icon {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
/* .mainframe_ #top_ranking .block-thumbnail-t--icon {
  display: none;
} */
.mainframe_ #block_of_top_free1 .block-thumbnail-t--icon > span {
  display: block;
  width: calc((100% - 12px) / 3);
  padding-top: 0;
}
.mainframe_ .block-thumbnail-t--icon > span img {
  width: 100%;
  height: auto;
}
.top_ranking_more_wrapper {
  display: flex;
  justify-content: right;
  margin-top: 12px;
  color: #571C20;
  gap: 5px;
  font-size: 17px;
}
a.top_ranking_more {
  color: #571C20;
  text-decoration: underline !important;
}
.top_ranking_content[data-id="1"] .top_ranking_more {
  opacity: 0;
  visibility: hidden;
  margin-top: 27px;
}
.block-ranking-r--goods-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  color: #555555;
  font-size: 15px;
}
.block-ranking-r--price.price {
  font-size: 15px;
  margin-top: 10px;
}
l-recommend + .top_ranking_more_wrapper {
  display: none;
}


.mainframe_ #block_of_top_free1 h2.block-top-lightningrecommend--header {
  background: transparent;
  text-indent: 0;
  height: auto;
  color: #881B21;
  font-size: 24px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: bold;
  /* margin-bottom: 8px; */
  padding: 20px 0;
  text-align: left;
  font-size: 30px;
  font-family: "Hiragino Mincho ProN", "ƒqƒ‰ƒMƒm–¾’© ProN W3", YuMincho, 'Yu Mincho', 'Noto Serif JP', 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', YuGothic, "ŸàƒSƒVƒbƒN‘Ì", sans-serif, sans-serif;
  color: #881b21;
}
.mainframe_ .block-thumbnail-t--items {
  padding-bottom: 36px;
}
.block-thumbnail-t--item {
  width: 180px !important;
}
.block-thumbnail-t--item .img-center {
  margin: 0;
  padding: 0;
}
.block-thumbnail-t--item .img-center img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
}

.block-thumbnail-t--goods-name {
  margin-top: 10px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-thumbnail-t--price.price {
  margin-top: 10px;
  font-size: 15px;
}





.revico-widget {
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', sans-serif;
}

h3.revico_multicomment_new {
  padding: 20px 0;
  text-align: left;
  font-size: 30px;
  font-family: "Hiragino Mincho ProN", "ƒqƒ‰ƒMƒm–¾’© ProN W3", YuMincho, 'Yu Mincho', 'Noto Serif JP', 'Hiragino Kaku Gothic Pro', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', YuGothic, "ŸàƒSƒVƒbƒN‘Ì", sans-serif, sans-serif;
  color: #881b21;
  font-weight: bold
}

#revico-review-slide-zone .revico-comment-outer-foot .revico-logo {
  height: 40px;
}

.revico-multicomment-top.revico-common-background-style {
  margin-bottom: 100px;
}

*[data-review-count="0"],
#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-header,
#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-footer,
#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-logo,
#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-comment-tagcloud {
  display: none;
}

#revico-review-slide-zone {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

/* ***ã•”HTML*** */
#revico-review-slide-zone .revico-comment-outer-foot {
}

#revico-review-slide-zone .revico-comment-outer-foot .revico-arrow {
  position: absolute;
  z-index: 1;
  /* «–îˆóƒ{ƒ^ƒ“‚Ì‚‚³ */
  bottom: 35px;
  cursor: pointer;
  background: #571C20;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  color: #fff;
}
#revico-review-slide-zone .revico-comment-outer-foot .revico-arrow.swiper-button-disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: auto;
}

#revico-review-slide-zone .revico-comment-outer-foot .revico-back {
  right: 40px;
}
#revico-review-slide-zone .revico-comment-outer-foot .revico-back::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(0%, -50%);
}

#revico-review-slide-zone .revico-comment-outer-foot .revico-next {
  right: 4px;
}
#revico-review-slide-zone .revico-comment-outer-foot .revico-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: rotate(-45deg) translate(0%, -50%);
}

#revico-review-slide-zone .revico-comment-outer-foot .revico-logo {
  position: absolute;
  bottom: -30px;
  margin-right: 0;
  padding: 2px 0;
  color: #bbb;
  font-size: 10px;
  text-align: right;
  background-repeat: no-repeat;
  background-size: 55px;
  background-position: top -5px right;
  background-image: url(https://show.revico.jp/img/revico_logo.png);
  z-index: 3;
  right: 0;
}

#revico-review-slide-zone .revico-comment-outer-foot .revico-logo:before {
  content: "Powered by";
  color: #bbb;
  font-size: 10px;
  margin-right: 62px;
}

/* ***ƒƒCƒ“•\Ž¦•”HTML*** */
#revico-review-slide-zone .revico-multicomment-top {
  background-color: inherit;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner {

  max-width: none;
  border-radius: 5px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main {
  position: relative;
  display: flex;
  max-width: 100%;
  /* margin: 0 32px; */
  overflow-x: scroll;
  padding-bottom: 70px;
  gap: 20px;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name {
  justify-content: left;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  border-bottom: none;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name:hover {
    opacity: 1;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name a {
  margin-top: 0;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name img {
  width: 230px;
  height: 230px;
  max-width: initial;
  max-height: initial;
  object-fit: cover;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #333333;
  font-weight: 500;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review=true] .revico-review-comment-detail--product-name span {
  position: inherit;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment {
  margin-top: 2px;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment .revico-review-comment-detail--comment--content {
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail > a {
  margin-top: auto;
  text-align: right;
  font-size: 12px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
#revico-review-slide-zone .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail > a:before {
  content: ">";
  padding-right: 10px;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', sans-serif;
}
#revico-review-slide-zone .revico-review-comment-detail--addition-reviewer-profile {
  margin-top: auto;
}
#revico-review-slide-zone .revico-review-comment-detail--addition-reviewer-profile--attribute li {
  display: inline-block;
  padding-right: 8px;
  font-size: 12px;
}
#revico-review-slide-zone .revico-review-comment-detail--addition-reviewer-profile--attribute li span {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}

/* ƒXƒNƒ[ƒ‹ƒo[FƒJƒXƒ^ƒ€ */
#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main::-webkit-scrollbar-track {
  /* background-color: #f1f1f1; */
  /* border-radius: 5px; */
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main::-webkit-scrollbar-thumb {
  /* background: #888; */
  /* border-radius: 5px; */
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main::-webkit-scrollbar-thumb:hover {
  /* background-color: #555; */
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper {
  position: relative;
  /* padding: 25px; */
  min-width: 480px;
  max-width: 480px;
  margin: 0px 0px 10px;
  border-radius: 5px;
  border: 1px solid #626262;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a {
  text-decoration: none;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a:hover {
  opacity: 0.5;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail {
  text-align: center;
  padding: 0 !important;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: flex !important;
  align-items: flex-end;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name img {
  width: 50%;
  height: auto !important;
  max-width: none !important;
  max-height: 120px;
  margin: 0 !important;
  object-fit: contain !important;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name .revico-review-comment-detail--star {
  width: 50%;
  flex-flow: column;
  align-items: baseline;
  margin-bottom: 0;
  padding-left: 10px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name .revico-review-comment-detail--star .revico-review-comment-detail--star-date {
  color: #a7a2a9;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--product-name .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
  transform: scale(0.6);
  margin-right: 0;
  margin-bottom: 0;
  height: 30px;
  transform-origin: left !important;
  margin: auto !important;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--title-review-title {
  font-size: 14px;
  color: #5d585f;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 15px;
  margin: 0;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--comment {
  overflow: inherit;
  max-height: fit-content;
  margin: 0;
  padding-top: 10px;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row a .revico-review-comment-detail .revico-review-comment-detail--comment .revico-review-comment-detail--comment--content {
  overflow: hidden;
  font-size: 13px;
  color: #5d585f;
  max-height: unset;
  display: -webkit-box;
  text-align: left;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 0;
}

#revico-review-slide-zone .revico-multicomment-top .revico-multicomment-inner .revico-comment-main .revico-review-comment-row-wrapper .revico-review-comment-row  .rev_productName {
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 768px) {
  #revico-review-slide-zone .revico-arrow {
      display: none;
  }

  #revico-review-slide-zone .revico-logo {
      right: 5px;
  }

  h3.revico_multicomment_new{
    font-family: 'Noto Serif JP', 'YuGothic', sans-serif;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 18px;
    padding-left: 15px;
    padding-top: 25px;
    margin-top: 25px;
    color: #881b21;
  }
}

#top_ranking .block-ranking-r {
  position: relative;
}
.swiper-button {
  background: rgba(87,28,32,0.75);
  width: 40px;
  height: 100px;
}
.swiper-buttons .swiper-button-prev {
  left: -20px;
  border-radius: 0 5px 5px 0;
}

.swiper-buttons .swiper-button-next {
  right: -20px;
  border-radius: 5px 0 0 5px;
}
.swiper-button svg {
  color: #fff;
  height: 20px;
}