@charset "UTF-8"; /* カテゴリ（スマートフォン） ファーストビュー用 */ /* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.page-top .block-thumbnail-t {
  margin: 0 -15px;
}
.block-thumbnail-t--items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-top: none;
  font-size: 0;
}
.page-top .block-thumbnail-t--items {
  flex-wrap: nowrap;
  overflow: hidden;
}
.page-top .block-thumbnail-t--items.slick-initialized {
  display: block;
  overflow: visible;
}
.block-thumbnail-t--item {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
body:not(.page-top) .block-thumbnail-t--item {
  padding: 20px 0;
  border-bottom: 1px solid var(--cl-bdr);
}
body:not(.page-top) .block-thumbnail-t--item:first-child {
  border-top: 1px solid var(--cl-bdr);
}
.page-top .block-thumbnail-t--item {
  width: 148px;
  margin: 0 10px 0 0;
}
.page-top .block-thumbnail-t--item:first-child {
  width: 163px;
  padding-left: 15px;
}
.block-thumbnail-t--item > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
}
.page-top .block-thumbnail-t--item > a {
  display: block;
}
.block-thumbnail-t--goods-image {
  position: relative;
  width: 148px;
  margin-bottom: 0;
}
.page-top .block-thumbnail-t--goods-image {
  width: 100%;
}
.block-thumbnail-t--goods-image figure {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 6px;
  background: transparent;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.block-thumbnail-t--goods-image figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 6px;
}
.block-thumbnail-t--goods-description {
  width: calc(100% - 158px);
  word-wrap: break-word;
}
.page-top .block-thumbnail-t--goods-description {
  width: 100%;
  margin-top: 12px;
}
.block-thumbnail-t--goods-image .block-icon {
  position: absolute;
  top: 1px;
  right: 10px;
}
.block-thumbnail-t--goods-name {
  margin-top: 8px;
  font-weight: 600;
}
.page-top .block-thumbnail-t--goods-name {
  margin-top: 6px;
}
.block-thumbnail-t--goods-description .block-goods-attr1 {
  margin-top: 6px;
  color: var(--cl-gy-3);
}
.block-thumbnail-t--comment {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.83;
}
.page-top .block-thumbnail-t--comment {
  display: none;
}
.block-thumbnail-t--price-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 4px;
}
.block-thumbnail-t--price-items {
  display: flex;
  flex-direction: column-reverse;
}
.block-thumbnail-t--price {
  font-size: 1.6rem;
  font-weight: 700;
}
.block-thumbnail-t--scomment + .block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: var(--cl-rd);
}
.block-thumbnail-t--price::after {
  font-size: 1rem;
}
.block-thumbnail-t--default-price {
  margin-top: 2px;
}
.block-thumbnail-t--scomment {
  color: var(--cl-rd);
  font-weight: 700;
}
.block-thumbnail-t--btns {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.page-top .block-thumbnail-t--btns {
  margin-top: 6px;
}
.block-thumbnail-t--add-cart {
  width: calc(100% - 50px);
}
.page-top .block-thumbnail-t--add-cart {
  width: calc(100% - 40px);
}
.block-thumbnail-t--add-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.page-top .block-thumbnail-t--add-cart a {
  height: 30px;
  font-size: 1rem;
}
.block-thumbnail-t--add-cart a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-image: var(--ico-cart);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-top .block-thumbnail-t--add-cart a::before {
  width: 11px;
  height: 11px;
}
.block-thumbnail-t--item .block-goods-list--favorite--btn,
.block-thumbnail-t--item .block-goods-list--favorite-registed--btn {
  position: relative;
  top: auto;
  right: auto;
  width: 40px;
  height: 40px;
  background-image: var(--fv-off);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-top .block-thumbnail-t--item .block-goods-list--favorite--btn,
.page-top .block-thumbnail-t--item .block-goods-list--favorite-registed--btn {
  width: 30px;
  height: 30px;
}
.block-thumbnail-t--item .block-goods-list--favorite-registed--btn {
  background-image: var(--fv-on);
}
.block-thumbnail-t .slick-arrow {
  position: absolute;
  top: 131px;
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
.block-thumbnail-t .slick-prev {
  display: none !important;
}
.block-thumbnail-t .slick-next {
  right: 28px;
  transform: rotate(180deg);
} /* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r {
  margin: 0 -15px;
}
.block-ranking-r--items {
  display: flex;
  padding: 0;
  border-top: none;
  font-size: 0;
  overflow: hidden;
}
.block-ranking-r--items.slick-initialized {
  display: block;
  overflow: visible;
}
.block-ranking-r--item {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 148px;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 1rem;
}
.block-ranking-r--item:first-child {
  width: 163px;
  padding-left: 15px;
}
.block-ranking-r--item > a {
  display: block;
  text-decoration: none;
}
.block-ranking-r--goods-image {
  width: 100%;
  margin-bottom: 0;
}
.block-ranking-r--goods-image figure {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 6px;
  background: transparent;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.block-ranking-r--goods-image figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 6px;
}
.block-ranking-r--goods-image .block-icon {
  position: absolute;
  top: 1px;
  right: 10px;
}
.block-ranking-r--description {
  margin-top: 12px;
  word-wrap: break-word;
}
.block-ranking-r--goods-name {
  margin-top: 6px;
  font-weight: 700;
}
.block-ranking-r--description .block-goods-attr1 {
  margin-top: 6px;
  color: var(--cl-gy-3);
}
.block-ranking-r--comment {
  font-size: 1rem;
}
.block-ranking-r--price-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 4px;
}
.block-ranking-r--price-items {
  display: flex;
  flex-direction: column-reverse;
}
.block-ranking-r--price {
  font-size: 1.6rem;
  font-weight: 700;
}
.block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--price {
  color: var(--cl-rd);
}
.block-ranking-r--price::after {
  font-size: 1rem;
}
.block-ranking-r--default-price {
  margin-top: 2px;
}
.block-ranking-r--scomment {
  color: var(--cl-rd);
  font-weight: 700;
}
.block-ranking-r--btns {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.block-ranking-r--add-cart {
  width: calc(100% - 40px);
}
.block-ranking-r--add-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.block-ranking-r--add-cart a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-image: var(--ico-cart);
  background-position: center;
  background-repeat: no-repeat;
}
.block-ranking-r--item .block-goods-list--favorite--btn,
.block-ranking-r--item .block-goods-list--favorite-registed--btn {
  position: relative;
  top: auto;
  right: auto;
  width: 30px;
  height: 30px;
  background-image: var(--fv-off);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-ranking-r--item .block-goods-list--favorite-registed--btn {
  background-image: var(--fv-on);
} /* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}
.block-ranking-r--rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 10px;
  width: 30px;
  height: 41px;
  padding-bottom: 10px;
  background: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS45OTYiIGhlaWdodD0iNDEuMDAyIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNLjUgNDAuMDUxVi41aDI4Ljk5NnYzOS41NTJsLTEzLjc2NC05LjQ2Ni0uMTI4LS4wODhoLTEuMjExbC0uMTI4LjA4OEwuNSA0MC4wNTFaIi8+PHBhdGggZD0ibTEgMzkuMSAxMy4yMzgtOS4xMDJoMS41MmwxMy4yMzggOS4xMDNWMUgxdjM4LjFtMjguOTk2IDEuOTAyTDE1LjQ0OCAzMC45OThoLS45TDAgNDEuMDAyVjBoMjkuOTk2djQxLjAwMloiIGZpbGw9IiNlOGU4ZTgiLz48L2c+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  color: var(--cl-main);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.block-ranking-r--rank.block-ranking-r--rank-1 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI0MSI+PHBhdGggZD0iTTE1IDMwLjY4NyAwIDQxVjMwaDMwdjExWk0wIDMwVjBoMzB2MzBaIiBmaWxsPSIjZjZjYjQ1Ii8+PC9zdmc+");
  color: #fff;
}
.block-ranking-r--rank.block-ranking-r--rank-2 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI0MSI+PHBhdGggZD0iTTE1IDMwLjY4NyAwIDQxVjMwaDMwdjExWk0wIDMwVjBoMzB2MzBaIiBmaWxsPSIjYjJjMGNlIi8+PC9zdmc+");
  color: #fff;
}
.block-ranking-r--rank.block-ranking-r--rank-3 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI0MSI+PHBhdGggZD0iTTE1IDMwLjY4NyAwIDQxVjMwaDMwdjExWk0wIDMwVjBoMzB2MzBaIiBmaWxsPSIjOTU2OTQ5Ii8+PC9zdmc+");
  color: #fff;
}
.block-ranking-r .slick-arrow {
  position: absolute;
  top: 131px;
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
.block-ranking-r .slick-prev {
  display: none !important;
}
.block-ranking-r .slick-next {
  right: 28px;
  transform: rotate(180deg);
} /* ----カテゴリ画面---- */
.block-category-list--top-img {
  margin: 30px 0;
}
.block-category-list--top-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.block-category-list {
  margin: 30px 0 0;
  padding: 0 15px;
}

.block-category-list--otsumami-header {
  display: flex;
  margin: 60px 0 0;
  padding: 0 15px;
}

.block-category-list--otsumami-header h2 {
  margin: 0;
  padding: 0;
}

.block-category-list--goods {
  margin: 60px 0 0;
}

.block-category-list--otsumami-header + .block-category-list--goods {
  margin-top: 10px;
}
.block-category-list--promotion-freespace {
  margin: 0;
}
.block-category-list--comment {
  margin: 0;
  font-weight: 600;
  line-height: 1.71;
}
.block-category-list--tag {
  margin-top: 36px;
}
.block-category-list--tag ul {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -4px 0 0;
}
.block-category-list--tag li {
  margin: 4px 4px 0 0;
}
.block-category-list--tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 20px;
  border: 1px solid var(--cl-bdr);
  border-radius: 32px;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
.block-category-list--goods h2 {
  margin-bottom: 20px;
}
.block-category-list--goods .block-thumbnail-t {
  margin-top: 20px;
}
.block-category-list--content {
  margin-top: 60px;
}
.block-category-list--content > div + div {
  margin-top: 40px;
}
.block-category-list--content-1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.block-category-list--content-1 .item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.block-category-list--content-1 .item-comment {
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.71;
}
.block-category-list--content-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.block-category-list--content-2 .item-img {
  order: 10;
}
.block-category-list--content-2 .item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.block-category-list--content-2 h2 {
  margin-top: 16px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  order: 20;
}
.block-category-list--content-2 .item-comment {
  margin-top: 12px;
  padding: 0 20px 30px;
  font-weight: 600;
  line-height: 1.71;
  order: 30;
}
.block-category-list--content-2 .item-comment p + p {
  margin-top: 1.5em;
}
.block-category-list--content-3,
.block-category-list--content-4 .item-container {
  position: relative;
  margin-top: 40px;
}
.block-category-list--content-3 {
  position: relative;
  padding: 30px 20px 0;
  border-radius: 10px;
  color: #ffffff;
}
.block-category-list--content-3 .item-bg,
.block-category-list--content-4 .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  border-radius: 6px;
}
.block-category-list--content-4 .item-container {
  position: relative;
  padding: 30px 20px 0;
  border-radius: 10px;
  color: #ffffff;
}
.block-category-list--content-4 .item-container + .item-container {
  margin-top: 40px;
}
.block-category-list--content-3 h3,
.block-category-list--content-4 h3,
.block-category-list--content-4 h4 {
  position: relative;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.block-category-list--content-3.txt-bk {
  color: var(--cl-main);
}
.block-category-list--content-3 .item-comment,
.block-category-list--content-4 .item-comment {
  position: relative;
  font-weight: 600;
  line-height: 1.71;
}
.block-category-list--content-3 .item-comment p + p,
.block-category-list--content-4 .item-comment p + p {
  margin-top: 1.5em;
}
.block-category-list--content-3 .item-img,
.block-category-list--content-4 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding: 0 7px;
}
.block-category-list--content-3 .item-img img,
.block-category-list--content-4 .item-img img {
  width: 100%;
  height: auto;
}
.block-category-list--content-3.txt-bk,
.block-category-list--content-4.txt-bk .item-container,
.block-category-list--content-3.txt-bk h3,
.block-category-list--content-4.txt-bk h3,
.block-category-list--content-4.txt-bk h4 {
  color: var(--cl-main);
}
.block-category-list--event {
  margin-top: 60px;
}
.block-category-list--review {
  margin: 64px -15px 0;
  padding: 56px 0 60px;
  background-color: var(--cl-gy-2);
}
.block-otherpage-brand_list .block-category-tree,
.block-otherpage-brand_list .block-genre-tree {
  padding: 0;
}
.block-category-list--pickup {
  margin-top: 60px;
}
.block-category-list--pickup-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-category-list--pickup-list-item {
  width: calc((100% - 9px) / 2);
}
.block-category-list--pickup-list-item:not(:nth-child(-n + 2)) {
  margin-top: 20px;
}
.block-category-list--pickup-list-item a {
  display: block;
  text-decoration: none;
}
.block-category-list--pickup-list-item .list-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.block-category-list--pickup-list-item .list-ttl {
  margin-top: 8px;
  font-weight: 600;
  text-align: center;
}
.block-category-list--feature {
  margin-top: 60px;
}
.block-category-list--feature-list li + li {
  margin-top: 20px;
}
.block-category-list--feature-list a {
  display: block;
  text-decoration: none;
}
.block-category-list--feature-list .list-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.block-category-list--feature-list .list-ttl {
  margin-top: 8px;
  font-weight: 600;
  text-align: center;
}
.block-category-list--topics-list {
  margin-top: 40px;
}
.block-category-list--topics-list li + li {
  margin-top: 20px;
}
.block-category-list--topics-list a {
  display: block;
  text-decoration: none;
}
.block-category-list--topics-list .list-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.block-category-list--topics-list .list-ttl {
  margin-top: 11px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.block-category-list--topics-list .list-comment {
  margin-top: 5px;
  line-height: 1.71;
}
.block-category-list--sub {
  margin-top: 50px;
} /* ----カテゴリーツリー---- */
.block-category-tree {
  margin-top: 60px;
  padding: 0 15px;
  border-bottom: none;
}
.block-category-style-g--items-0 {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
}
.block-category-style-g--items-1 {
  display: none !important;
}
.block-category-style-g--item {
  width: calc((100% - 20px) / 3);
  min-height: 0;
  border-bottom: none;
}
.block-category-list--sub .block-category-style-g--item {
  width: calc((100% - 12px) / 2);
}
.block-category-style-g--item:not(:nth-child(3n)) {
  margin-right: 10px;
}
.block-category-style-g--item:not(:nth-child(-n + 3)) {
  margin-top: 10px;
}
.block-category-list--sub .block-category-style-g--item:not(:nth-child(3n)) {
  margin-right: 0;
}
.block-category-list--sub .block-category-style-g--item:not(:nth-child(2n)) {
  margin-right: 12px;
}
.block-category-list--sub .block-category-style-g--item:not(:nth-child(-n + 3)) {
  margin-top: 10px;
}
.block-category-list--sub .block-category-style-g--item:not(:nth-child(-n + 2)) {
  margin-top: 10px;
}

.block-category-style-g--item-container {
  display: block;
  height: 100%;
}

.block-category-style-g--body {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 4px;
  border-radius: 10px;
  text-align: left;
  text-decoration: none;
}
.block-category-style-g--body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
}
.block-category-style-g--image {
  display: block;
  text-align: left;
  padding-left: 0;
}
.block-category-style-g--image figure {
  width: 100%;
  height: auto;
}
.block-category-style-g--image figure img {
  display: block;
  width: 100%;
}
.block-category-style-g--name {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 13px 10px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.block-category-list--sub .block-category-style-g--name {
  position: relative;
  margin-top: -44px;
  padding: 0 13px;
  font-size: 1.4rem;
  line-height: 1.71;
}
.block-category-style-g--comment {
  display: none;
}
.block-category-list--sub .block-category-style-g--comment {
  display: block;
  margin-top: 8px;
  padding: 0 14px 14px;
}
.block-category-style-g--expand-icon {
  display: none;
} /* おつまみ特集 */
.block-feature-container {
  margin: 0 -15px;
  overflow: hidden;
}
.block-feature-container-header {
  position: relative;
  height: 149.33vw;
}
.block-feature-container-header .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.block-feature-container-header .item-bg img {
  width: 100%;
  height: 149.33vw;
  object-fit: cover;
}
.block-feature-container-header-inner {
  position: relative;
  padding: 40px 35px 0;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.block-feature-container-header-inner h1 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
}
.block-feature-container-header-inner .item-comment {
  margin-top: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.714;
}
.block-feature-container-visual.visual-1 {
  margin-bottom: 40px;
}
.block-feature-container-visual.visual-2 {
  margin-top: 40px;
}
.block-feature-container-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.block-feature-container-content-item {
  margin-top: 40px;
  padding: 60px 0;
  overflow: hidden;
}
.block-feature-container-content-item.bg-blue {
  background-color: #1a578b;
}
.block-feature-container-content-item.bg-green {
  background-color: #2f7d4c;
}
.block-feature-container-content-item-inner {
  position: relative;
  padding: 0 15px;
}
.block-feature-container-content-item-inner .item-img {
  position: relative;
  width: calc(100vw - 15px);
  margin: 35px -15px 0;
  z-index: 9;
}
.block-feature-container-content-item-inner.img-right .item-img img {
  display: block;
  margin-left: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.block-feature-container-content-item-inner.img-left .item-img img {
  display: block;
  margin-right: 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block-feature-container-content-item-inner .item-header {
  color: #ffffff;
  letter-spacing: 0.05em;
}
.block-feature-container-content-item-inner .item-header h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 2.6rem;
}
.block-feature-container-content-item-inner .item-header-comment {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.714;
}
.block-feature-container-content-item-inner .item-recommend {
  position: relative;
  width: calc(100vw - 15px);
  margin: 0 -15px;
  padding: 45px 15px 50px;
  background-color: #ffffff;
  letter-spacing: 0.05em;
}
.block-feature-container-content-item-inner.img-right .item-recommend {
  border-bottom-right-radius: 10px;
}
.block-feature-container-content-item-inner.img-left .item-recommend {
  margin-left: 0;
  border-bottom-left-radius: 10px;
}
.bg-blue .block-feature-container-content-item-inner .item-recommend,
.bg-green .block-feature-container-content-item-inner .item-recommend,
.bg-red .block-feature-container-content-item-inner .item-recommend,
.bg-purple .block-feature-container-content-item-inner .item-recommend,
.bg-ocher .block-feature-container-content-item-inner .item-recommend {
  color: #ffffff;
}
.block-feature-container-content-item-inner .item-recommend::before {
  content: "";
  display: block;
  position: absolute;
  top: -238px;
  left: 0;
  width: 100%;
  height: 238px;
  background-color: #ffffff;
}
.bg-blue .block-feature-container-content-item-inner .item-recommend,
.bg-blue .block-feature-container-content-item-inner .item-recommend::before {
  background-color: #4975ac;
}
.bg-green .block-feature-container-content-item-inner .item-recommend,
.bg-green .block-feature-container-content-item-inner .item-recommend::before {
  background-color: #3f915e;
}
.bg-red .block-feature-container-content-item-inner .item-recommend,
.bg-red .block-feature-container-content-item-inner .item-recommend::before {
  background-color: #ef4937;
}
.bg-purple .block-feature-container-content-item-inner .item-recommend,
.bg-purple .block-feature-container-content-item-inner .item-recommend::before {
  background-color: #8060a8;
}
.bg-ocher .block-feature-container-content-item-inner .item-recommend,
.bg-ocher .block-feature-container-content-item-inner .item-recommend::before {
  background-color: #a79528;
}
.block-feature-container-content-item-inner .item-recommend h3 {
  margin: 0;
  padding: 0;
}
.bg-blue .block-feature-container-content-item-inner .item-recommend h3,
.bg-green .block-feature-container-content-item-inner .item-recommend h3,
.bg-red .block-feature-container-content-item-inner .item-recommend h3,
.bg-purple .block-feature-container-content-item-inner .item-recommend h3,
.bg-ocher .block-feature-container-content-item-inner .item-recommend h3 {
  color: #ffffff;
}
.block-feature-container-content-item-inner .item-recommend-goods {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 150px auto;
  grid-template-rows: auto auto auto;
  gap: 0px 10px;
  grid-auto-flow: row;
  grid-template-areas: "item-recommend-goods-img item-recommend-goods-name" "item-recommend-goods-comment item-recommend-goods-comment" "item-recommend-goods-btn item-recommend-goods-btn";
  margin-top: 18px;
}
.block-feature-container-content-item-inner .item-recommend-goods-img {
  position: relative;
  grid-area: item-recommend-goods-img;
}
.block-feature-container-content-item-inner .item-recommend-goods-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--cl-bdr);
  border-radius: 10px;
}
.block-feature-container-content-item-inner .item-recommend-goods-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.block-feature-container-content-item-inner .item-recommend-goods-name {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  grid-area: item-recommend-goods-name;
}
.block-feature-container-content-item-inner .item-recommend-goods-comment {
  margin-top: 13px;
  font-size: 1.2rem;
  line-height: 1.833;
  grid-area: item-recommend-goods-comment;
}
.block-feature-container-content-item-inner .item-recommend-goods-btn {
  margin-top: 12px;
  grid-area: item-recommend-goods-btn;
}
.block-feature-container-content-item-inner .item-recommend-goods-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 109px;
  height: 30px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.block-feature-container-content-item-inner .item-recommend-goods-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 6px;
  height: 9px;
  margin-top: -5px;
  background-image: var(--arw-btn-wt-s);
  background-position: center;
  break-inside: nore;
}
.block-goods-comment-brand-feature-wrapper.block-goods-comment7 {
  margin: 0 -15px;
}
.block-goods-comment-brand-feature {
  margin: 40px -15px 0;
  padding: 60px 0;
  background-color: var(--cl-gy-2);
}
.block-goods-comment-brand-feature.bg-yellow {
  background-color: #fdd80d;
}
.block-goods-comment-brand-feature-wrapper .block-goods-comment-brand-feature {
  padding-top: 40px;
}
.block-goods-comment-brand-feature .block-goods-comment-brand-feature-ttl {
  margin: -4px 0 36px;
  padding: 0 25px;
  font-size: 2.4rem;
  text-align: center;
}
.block-goods-comment-brand-feature-wrapper .block-goods-comment-brand-feature .block-goods-comment-brand-feature-ttl {
  position: relative;
  padding-bottom: 18px;
  font-size: 2.2rem;
}
.block-goods-comment-brand-feature-wrapper .block-goods-comment-brand-feature .block-goods-comment-brand-feature-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  margin-left: -50px;
  background-color: #666666;
}
.block-goods-comment-brand-feature-item {
  position: relative;
}
.block-goods-comment-brand-feature-item + .block-goods-comment-brand-feature-item {
  margin-top: 40px;
}
.item-right .block-goods-comment-brand-feature-img {
  display: flex;
  justify-content: flex-end;
}
.block-goods-comment-brand-feature-img img {
  display: block;
  width: calc(100% - 35px);
  height: auto;
}
.item-right .block-goods-comment-brand-feature-img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.item-left .block-goods-comment-brand-feature-img img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block-goods-comment-brand-feature-detail.bg-wt {
  background-color: #ffffff;
}
.block-goods-comment-brand-feature-detail.bg-yl {
  background-color: #fdd80d;
}
.block-goods-comment-brand-feature-detail.bg-rd {
  background-color: var(--cl-rd);
  color: #ffffff;
}
.block-goods-comment-brand-feature-detail {
  width: calc(100% - 35px);
  margin-top: -31.73vw;
  padding: calc(31.73vw + 24px) 20px 40px 35px;
}
.item-right .block-goods-comment-brand-feature-detail {
  border-bottom-right-radius: 10px;
}
.item-left .block-goods-comment-brand-feature-detail {
  margin-left: auto;
  border-bottom-left-radius: 10px;
}
.block-goods-comment-brand-feature-detail .block-goods-comment-brand-feature-sub_ttl {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  text-align: left;
}
.block-goods-comment-brand-feature-detail.bg-rd .block-goods-comment-brand-feature-sub_ttl {
  color: #ffffff;
}
.block-goods-comment-brand-feature-comment {
  margin-top: 12px;
  line-height: 1.71;
}
.block-goods-comment-brand-feature-comment p + p {
  margin-top: 1.6em;
}
.block-limited_goods {
  margin-top: 40px;
}
.block-category-list--goods + .block-limited_goods {
  margin-top: 80px;
}
.block-limited_goods-header {
  padding: 20px;
  border-radius: 10px;
  background-color: var(--cl-gy-1);
}
.block-limited_goods-header h2 {
  margin: 0;
  padding: 0;
}
.block-limited_goods-header h2 img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.block-limited_goods-header p {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1.714;
}
.block-limited_goods h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
}
.block-limited_goods h3 span {
  display: block;
  position: relative;
  font-size: 2.2rem;
  text-align: center;
}
.block-limited_goods h3 span::before,
.block-limited_goods h3 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 30px;
  border-radius: 2px;
  background-color: var(--cl-dbl);
}
.block-limited_goods h3 span::before {
  left: -20px;
  transform: rotate(-17deg);
}
.block-limited_goods h3 span::after {
  right: -20px;
  transform: rotate(17deg);
}
.block-limited_goods + .block-category-list--goods {
  margin-top: 50px;
}
.block-limited_goods-detail-wrapper {
  margin-bottom: -60px;
}
.block-limited_goods-detail {
  margin: 24px -15px 0;
  padding: 30px 15px 40px;
}
.block-limited_goods-detail + .block-limited_goods-detail {
  margin-top: 0;
}
.block-limited_goods-detail-header {
  color: #ffffff;
}
.block-limited_goods-detail-header.header-1 {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "item-logo item-set" "item-comment item-comment" "item-ttl item-ttl";
}
.block-limited_goods-detail-header.header-1 .item-logo {
  grid-area: item-logo;
}
.block-limited_goods-detail-header.header-1 .item-set {
  grid-area: item-set;
}
.block-limited_goods-detail-header.header-1 .item-comment {
  grid-area: item-comment;
}
.block-limited_goods-detail-header.header-1 .item-ttl {
  grid-area: item-ttl;
}
.block-limited_goods-detail-header.header-2 .item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-limited_goods-detail-header .item-logo img {
  display: block;
  height: auto;
}
.block-limited_goods-detail-header.header-2 .item-logo-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px 0 17px;
}
.block-limited_goods-detail-header .item-logo-2 img {
  display: block;
  height: auto;
}
.block-limited_goods-detail-header.header-1 .item-set {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 21px;
}
.block-limited_goods-detail-header.header-1 .item-set > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background-color: #88151b;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.block-limited_goods-detail-header.header-1 .item-set > div > dl > dd {
  margin-top: -2px;
  font-size: 1.6rem;
}
.block-limited_goods-detail-header .item-comment {
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.714;
}
.block-limited_goods-detail-header .item-ttl {
  margin: 16px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.454;
}
.block-limited_goods-detail-content {
  margin-top: 20px;
  padding: 40px 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.block-limited_goods-detail-img {
  position: relative;
}
.block-limited_goods-detail-img-slider {
  display: flex;
  margin-bottom: 80px;
  overflow: hidden;
}
.block-limited_goods-detail-img-slider.slick-initialized {
  display: block;
  overflow: visible;
}
.block-limited_goods-detail-img-slider-item {
  flex-shrink: 0;
  width: 100%;
}
.block-limited_goods-detail-img-slider-item img {
  display: block;
  border-radius: 10px;
}
.block-limited_goods-detail-img-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  border: none;
  background-color: transparent;
  background-image: var(--arw-slider);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.block-limited_goods-detail-img-slider .slick-prev {
  left: -10px;
}
.block-limited_goods-detail-img-slider .slick-next {
  right: -10px;
  transform: rotate(180deg);
}
.block-limited_goods-detail-img-slider .slick-dots-container {
  position: absolute;
  bottom: -80px;
  width: calc(100vw - 40px);
  height: 80px;
  margin: 0 -20px;
  overflow: auto;
}
.block-limited_goods-detail-img-slider .slick-dots {
  display: flex;
  height: 80px;
  padding: 20px 20px 0;
}
.block-limited_goods-detail-img-slider .slick-dots li {
  flex-shrink: 0;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.block-limited_goods-detail-img-slider .slick-dots li + li {
  margin-left: 10px;
}
.block-limited_goods-detail-img-slider .slick-dots li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--cl-dbl);
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.16s;
}
.block-limited_goods-detail-img-slider .slick-dots li.slick-active::before {
  opacity: 1;
}
.block-limited_goods-detail-img-slider .slick-dots li img {
  display: block;
  height: auto;
  border-radius: 6px;
}
.block-limited_goods-detail-img .block-icon {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9;
}
.block-limited_goods-detail-img .block-icon img {
  height: 20px;
}
.block-limited_goods-detail-detail {
  margin-top: 110px;
}
.block-limited_goods-detail-detail .block-icon-2 {
  margin-bottom: 12px;
}
.block-limited_goods-detail-detail .item-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.block-limited_goods-detail-detail .item-attr1 {
  margin-top: 5px;
  color: var(--cl-gy-3);
  line-height: 1.714;
}
.block-limited_goods-detail-detail .item-comment {
  margin-top: 12px;
  line-height: 1.714;
}
.block-limited_goods-detail-detail .item-comment p + p {
  margin-top: 2em;
}
.block-limited_goods-detail-detail .item-price-info {
  margin-top: 16px;
  font-size: 2.6rem;
  font-weight: 700;
}
.block-limited_goods-detail-detail .item-price-info .tax {
  margin-left: 4px;
  font-size: 1.2rem;
}
.block-limited_goods-detail-detail .item-cart {
  margin-top: 16px;
}
.block-limited_goods-detail-detail .item-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background-color: var(--cl-dbl);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.block-limited_goods-detail-detail .item-cart a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background-image: var(--ico-cart);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-limited_goods-detail-detail .item-annotation {
  margin-top: 20px;
  color: var(--cl-gy-3);
  line-height: 1.714;
}
.block-limited_goods-detail-detail .item-annotation li {
  position: relative;
  padding-left: 1em;
}
.block-limited_goods-detail-detail .item-annotation li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.block-feature-container-content-item.bg-ocher {
  background-color: #7b6c10;
}
.block-feature-container-content-item.bg-red {
  background-color: #c62a19;
}
.block-category-review-container {
  margin: 64px -15px 0;
  padding: 56px 15px;
  background-color: var(--cl-gy-2);
}
.block-category-review-container .revico-multicomment-vertical-display .revico-multicomment-top .revico-review-comment-row-wrapper {
  background-color: var(--cl-gy-2);
}
.block-ttl-container {
  display: flex;
  align-items: center;
}
.block-ttl-btn {
  flex-shrink: 0;
  width: 109px;
  height: 30px;
  margin-left: 5px;
}
.block-ttl-btn a {
  width: 109px;
  height: 30px;
}
.revico-multicomment-top[data-review-count="0"],
.revico-comment-outer-head[data-review-count="0"] {
    display: none;
}
.revico-comment-outer-foot[data-review-count="0"]::before {
    content: 'レビューはありません。';
}