﻿@charset "UTF-8";
@import url(./responsive_uchinone.css);
@import url(./sb_page_uchinone.css);
@import url(./sb_common_uchinone.css);

/* - ページャー - */
.pager {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 0;
  margin-bottom: 20px;
}

.pager .pager-total {
  margin: 0;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager .pager-current {
  color: #000;
  border-radius: 30px;
  background: #3d62ad !important;
}

.pager .pager-count {
  font-size: 16px;
}

.pager .pager-count span {
  color: #333;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.3px;
}

/* - ページネーション - */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 12px;
}

.pagination>* {
  float: left;
  margin-left: -1px;
  padding: 2px 7px;
  list-style-type: none;
  border: 0;
  background-color: #fff;
}

.pagination>.disabled {
  color: #777;
}

.pagination ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 6px;
}

.pagination ul li a,
.pagination ul li span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: min(8vw, 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  color: #333;
  border: 1px solid #E5E4E2;
  border-radius: 100px;
  font-size: 12px;
}

.pagination ul li.pager-current span {
  color: #fff;
  border-radius: 100px;
  background: #395CA3;
}

.pagination ul li.pager-current span span {
  color: #fff !important;
}

.pagination ul li.pager-first a,
.pagination ul li.pager-previous a,
.pagination ul li.pager-next a,
.pagination ul li.pager-last a {
  position: relative;
  display: block;
  font-size: 0;
}

.pagination ul li.pager-first a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 9px;
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.pagination ul li.pager-first a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 14px;
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.pagination ul li.pager-previous a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.pagination ul li.pager-next a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.pagination ul li.pager-last a::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 9px;
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.pagination ul li.pager-last a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 14px;
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

/* - 商品一覧画面：ピックアップ：block-pickup-list-p - */
/* - 商品一覧画面：サムネイル：block-thumbnail-t - */
.block-thumbnail-t--items {
  padding: 10px 10px 0 0;
  border-top: 1px solid #eee;
  font-size: 0;
}

.block-thumbnail-t--item {
  display: inline-block;
  width: 50%;
  padding-bottom: 10px;
  padding-left: 10px;
  vertical-align: top;
  font-size: 14px;
}

.block-thumbnail-t--items a {
  cursor: pointer;
  text-decoration: none;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-thumbnail-t--goods-image figure {
  width: 100%;
  min-width: 140px;
  min-height: 140px;
  padding: 5px;
  background: #f5f5f5;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
  font-weight: bold;
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

.block-thumbnail-t--price {
  font-size: 13px;
  font-weight: 500;
}

.block-thumbnail-t--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-thumbnail-t--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

.block-pickup-list-p .block-pickup-list-p--items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 40px 28px;
}
.block-pickup-list-p--items {
  margin: 24px auto 40px;
  border-top: 0 solid #eee;
}

.block-pickup-list-p--items .block-pickup-list-p--item {
  display: inline-block;
  min-width: auto;
  width: auto;
  padding: 0;
  border-bottom: 0 solid #eee;
}

.block-pickup-list-p--items .block-pickup-list-p--item a {
  display: flex;
  flex-flow: column;
  width: 100%;
  table-layout: fixed;
  cursor: pointer;
  text-decoration: none;
}

.block-pickup-list-p--items .block-pickup-list-p--item a .block-pickup-list-p--goods-image {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: top;
  aspect-ratio: 1/1;
}

.block-pickup-list-p--items .block-pickup-list-p--item a .block-pickup-list-p--goods-image figure {
  height: 100%;
  width: 100%;
  padding: 0;
  background: #f5f5f5;
}

.block-pickup-list-p--items .block-pickup-list-p--item a .block-pickup-list-p--goods-image figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-pickup-list-p--items .block-pickup-list-p--item a .block-pickup-list-p--goods-description {
  display: none;
  display: table-cell;
  margin: 8px 0 0 0;
  padding-left: 0;
  vertical-align: top;
  word-wrap: break-word;
  font-size: 14px;
}

.block-pickup-list-p--items .block-pickup-list-p--item a .block-pickup-list-p--goods-description .variation-name {
  display: none;
}

.block-pickup-list-p--items .block-pickup-list-p--goods-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  -webkit-line-clamp: 3;
}

.block-pickup-list-p--items .block-pickup-list-p--comment {
  display: none;
  font-size: 12px;
}

.block-pickup-list-p--items .block-pickup-list-p--price {
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
}

.block-pickup-list-p--items .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
  color: #FF3440;
}

.block-pickup-list-p--items .block-pickup-list-p--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 10px;
  left: 115px;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-pickup-list-p--items .block-pickup-list-p--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 10px;
  left: 115px;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

.search-goods-again {
  margin: 60px 0 0 0;
  padding: 0 15px;
}

.search-goods-again .search_inner {
  padding: 40px 0 0 0;
  border-top: 1px solid #e5e4e2;
}

/* - ページ見出し 開始 - */
.page-heading {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto 0;
  padding: 0;
  gap: 8px;
  letter-spacing: 0.1px;
}

.page-heading:before,
.page-heading:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-image: url("../../img/common/icon-star.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.page-heading>p {
  display: flex;
  flex-flow: column;
  gap: 4px;
  text-align: center;
  color: #666;
  font-family: "Josefin Sans";
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
}

.page-heading>p>span {
  text-align: center;
  letter-spacing: 0.6px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

/* - パンくずリスト - */
.pane-topic-path {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 15px;
}

.pane-topic-path .block-topic-path {
  position: absolute;
  padding: 20px 0;
  border-top: 0;
  background: none;
  font-size: 11px;
}

.pane-topic-path .block-topic-path .block-topic-path--list li {
  display: inline-block;
  padding-right: 5px;
}

.pane-topic-path .block-topic-path .block-topic-path--list li a {
  cursor: pointer;
  text-decoration: none;
}

.pane-topic-path .block-topic-path a {
  cursor: pointer;
  text-decoration: none;
}

.action:has(.btn.btn-delete) a,
.action:has(.btn.btn-delete) input,
.action:has(.btn.btn-delete) button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #e5e4e2;
  border-radius: 5px;
  background-color: transparent;
  background-image: url(https://external-image.shopch.jp/ecb/bo/img/svg/common/other/icon-trashbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
}

.block-favorite--items {
  margin: 20px 0 0 0;
}

.block-favorite--items>li {
  display: flex;
  align-items: center;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.block-favorite--items>li:first-child {
  border-top: 0 !important;
}

.block-favorite--items>li:last-child {
  border-bottom: 0;
}

/* -  お知らせ  - */
.block-news {
  margin: 24px 0 0 0;
}

.block-news>a {
  display: flex;
  flex-flow: column;
  padding: 16px 16px 16px 0;
  gap: 8px;
  border-bottom: 1px solid #e5e4e2;
}

.block-news>a:last-of-type {
  border-bottom: 0;
}

.block-news>a .block-news-date {
  letter-spacing: 0.55px;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

.block-news>a .block-news-date .block-news--newicon {
  width: 40px;
  height: 18px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.55px;
  background: #3d62ad;
  border-radius: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.block-news>a .block-news-date .block-news--newicon:after {
  content: "NEW";
  background-color: #fff;
  width: 38px;
  height: 16px;
  position: absolute;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.block-news>a .block-news-text {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  letter-spacing: 0.65px;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
}

.block-news>a .block-news-text:after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background-image: url(https://external-image.shopch.jp/ecb/bo/img/svg/common/arrow/icon-arrow-right.svg);
  background-repeat: no-repeat;
}

/* - お気に入り画面 - */
.block-favorite--form .block-favorite--price-items {
  display: flex;
  flex-flow: column;
  padding-top: 8px;
}

.block-favorite--form .block-favorite--price-items>div {
  display: flex;
  align-items: center;
}

.block-favorite--form .block-favorite--price-items .price {
  color: #333;
}

.block-favorite--form .block-favorite--price-items .sale-price {
  color: #FF3440;
}

.block-favorite--form .block-favorite--header {
  margin: -10px -10px 0;
}

.block-favorite--form .block-favorite--customer-name {
  margin: 0 0 10px;
  font-weight: bold;
}

.block-favorite--form .block-favorite--recommend {
  padding: 0 10px 10px 10px;
  cursor: pointer;
  text-align: right;
  text-decoration: none;
}

.block-favorite--form .block-favorite--favorite-goods {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block-favorite--form .block-favorite--checkbox {
  display: table-cell;
  width: 33px;
  padding: 5px;
  vertical-align: top;
}

.block-favorite--form .block-favorite--image {
  display: table-cell;
  width: 120px;
  padding: 0;
  vertical-align: top;
}

.block-favorite--form .block-favorite--description {
  display: flex;
  flex-flow: column;
  position: relative;
  justify-content: space-between;
  width: calc(100% - 136px);
  position: relative;
}

.block-favorite--comment-button {
  display: flex;
  gap: 8px;
}

.block-favorite--form .block-favorite--update {
  position: relative;
  width: 80px;
  height: 24px;
  flex-shrink: 0;
  text-align: center;
  background: #3d62ad !important;
  background-color: #3d62ad !important;
  position: relative;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 5px;

  position: relative;
  z-index: 1;
  border-bottom: 0 !important;

}

.block-favorite--form .block-favorite--update:after {
  content: "";
  top: 1px;
  background-color: #fff;
  width: calc(100% - 2px);
  left: 1px;
  height: calc(100% - 2px);
  position: absolute;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.block-favorite--form .block-favorite--update input {
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 1;
  line-height: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.block-favorite--form .block-favorite--cancel {
  width: 80px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid var(--Basic-Color-Border-Color, #E5E4E2);
}

.block-favorite--form .block-favorite--cancel input {
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 1;
  line-height: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}



.block-favorite--form .block-favorite--price {
  display: inline-block;
  font-family: Lato;
  font-size: 13px;
  line-height: 16px;
}

.block-favorite--form .block-favorite--price-items,
.block-favorite--form .block-favorite--update-dt {
  text-align: left;
}

.block-favorite--form .block-favorite--price-title {
  display: inline-block;
}

.block-favorite--form .block-favorite--default-price {
  font-weight: normal;
}

.block-favorite--form .block-favorite--columns {
  display: block;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.block-favorite--form .block-favorite--edit-comment a {
  /* position: absolute;
  bottom: 10px; */
  padding-right: 15px;
  padding-left: 15px;
  width: fit-content;
}

.block-favorite--form .block-favorite--comment-textarea {
  border-radius: 5px;
  border: 1px solid #e5e4e2
}

.block-favorite--form .count-msg-another {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 12px !important;
}

.block-favorite--form .block-favorite--comment.active>div {
  display: block;
}

.block-favorite--form .block-favorite--comment-message {
  word-break: break-all;
}

.block-favorite--form .block-favorite--comment-button {
  margin: 0;
}

.block-favorite--form .block-favorite--update {
  margin-bottom: 5px;
  padding: 4px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border: none;
  border-bottom: solid 2px #c54f00;
  background-color: #f60;
}

.block-favorite--form .block-favorite--cancel {
  margin-bottom: 0px;
  padding: 4px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #666;
  border: solid 1px #666;
  background-color: #fff;
}

.block-favorite--form .block-favorite .block-accessory-list--name {
  margin: 5px -10px 0;
  padding: 6px 10px 4px;
  background: #f5f5f5;
}

.block-favorite--form .block-favorite--name .block-topic-path {
  margin: 0 -10px;
}

.block-favorite--form .block-favorite--name a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  word-break: break-all;
  font-size: 12px;
  font-weight: bold;
  font-weight: normal;
  -webkit-line-clamp: 2;
}

.block-favorite--form .block-favorite--edit-comment a {
  padding: 4px 12px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #e5e4e2;
  border-radius: 5px;
  font-size: 10px;
}

.block-favorite--form .block-favorite .block-topic-path {
  margin: 10px -10px 0;
}

.block-favorite--form .block-favorite--image figure {
  width: 120px;
  height: 120px;
  background: #f5f5f5;
}

.block-favorite--form .block-favorite--comment-textarea-container {
  width: 100%;
}

.block-favorite--form .block-favorite--comment-textarea {
  width: 100%;
}

/* - ゲストお気に入り画面 開始 - */
.block-guest-favorite-synchronize {
  margin: 60px auto 0;
  padding: 40px 0 0 0;
  text-align: center;
  color: #333;
  border-top: 1px solid #e5e4e2;
  border-bottom: 0;
}

.block-guest-favorite-synchronize h2 {
  padding: 0;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  background-color: transparent !important;
}

.block-guest-favorite-synchronize p {
  margin: 24px auto 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
}

.block-guest-favorite-synchronize>div {
  display: flex;
  flex-flow: column;
  margin: 28px 0 0 0;
  gap: 16px;
}

.block-guest-favorite-synchronize>div a {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 2px;
  transition: none;
  text-align: center;
  letter-spacing: 0.65px;
  border-radius: 30px;
  background: #395CA3;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
}

.block-guest-favorite-synchronize>div a span {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border-radius: 30px;
  background-color: #fff;
}

.block-guest-favorite-synchronize>div a:hover {
  opacity: 1;
  color: #fff;
}

.block-guest-favorite-synchronize>div a:hover span {
  background-color: transparent;
}

/* - ゲストお気に入り画面 終了 - */
.form-error {
  margin-top: 5px;
  margin-bottom: 12px;
  color: #FF3440;
}

.form-error.active {
  display: block;
}

body:has(.modal-error-wrapper.active) {
  overflow: hidden;
}

.modal-error-wrapper {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-error-wrapper.active {
  display: flex;
}

.modal-error-wrapper .modal-error {
  width: 280px;
  height: 236px;
  padding: 48px 40px 30px;
  border-radius: 5px;
  border-radius: 5px;
  background: #f6f5f2;
}

.modal-error-wrapper .modal-error .modal-error-head {
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.modal-error-wrapper .modal-error .modal-error-message {
  margin: 16px auto 32px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.modal-error-wrapper .modal-error .action {
  width: 200px;
  height: 42px;
}

.modal-error-wrapper .modal-error .action input {
  font-size: 11px;
  font-weight: 400;
}

.selectbox {
  position: relative;
  margin: 0 auto 20px;
}

.selectbox select {
  width: 100%;
  height: 40px;
  padding: 9px 16px;
  vertical-align: middle !important;
  border: 1px solid #e5e4e2;
  border-radius: 5px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectbox select option {
  height: 30px;
  font-size: 12px;
}

.selectbox select:focus-visible {
  outline: none;
}

.selectbox:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 30px;
  display: block;
  width: 6px;
  height: 9px;
  transform: rotate(90deg);
  background-image: url(https://external-image.shopch.jp/ecb/bo/img/svg/common/arrow/icon-arrow-right.svg);
  background-repeat: no-repeat;
}

.block-uchinone-columns-wrapper {
  padding: 40px 15px;
  background: #f6f7f7;
  margin: 0 auto 60px;
}

.block-uchinone-columns-wrapper .block-uchinone-columns .block-uchinone-columns-title-wrapper img {
  width: 160px;
}

.block-uchinone-columns-wrapper .block-uchinone-columns .block-uchinone-columns-title-wrapper .block-uchinone-columns-title {
  position: relative;
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.block-uchinone-columns-wrapper .block-uchinone-columns .block-uchinone-columns-title-wrapper .block-uchinone-columns-title:after {
  content: "";
  position: absolute;
  top: -22px;
  right: calc(50% - 140px);
  display: block;
  width: 30px;
  height: 50px;
  background-image: url(https://external-image.shopch.jp/ecb/bo/img/svg/u/other/icon-comment.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-uchinone-columns-wrapper .block-uchinone-columns .block-uchinone-columns-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  gap: 8px;
}

.block-uchinone-columns-wrapper .block-uchinone-columns .block-uchinone-columns-product-wrapper .block-uchinone-columns-product--link {
  width: calc((100% - 16px) / 3);
  display: flex;
}

.block-uchinone-columns-wrapper .block-uchinone-columns .block-uchinone-columns-product-wrapper .block-uchinone-columns-product--link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* - ユーザーランク表示 - */
.block-userLank {
  display: flex;
  align-items: center;
  gap: 0 4px;
}

.block-userLank>i {
  display: flex;
}

.block-userLank>p {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
}

.block-userLank>p::before {
  font-size: 13px;
}

.block-userLank>p::after {
  content: "ランク";
}

.block-userLank.nano>i>img {
  filter: invert(57%) sepia(19%) saturate(770%) hue-rotate(151deg) brightness(88%) contrast(89%);
}

.block-userLank.nano>p::before {
  content: "ナノ";
}

.block-userLank.micro>i>img {
  filter: invert(55%) sepia(57%) saturate(278%) hue-rotate(1deg) brightness(92%) contrast(89%);
}

.block-userLank.micro>p::before {
  content: "マイクロ";
}

.block-userLank.middle>i>img {
  filter: invert(59%) sepia(5%) saturate(13%) hue-rotate(50deg) brightness(95%) contrast(95%);
}

.block-userLank.middle>p::before {
  content: "ミドル";
}

.block-userLank.top>i>img {
  filter: invert(96%) sepia(9%) saturate(4672%) hue-rotate(337deg) brightness(91%) contrast(93%);
}

.block-userLank.top>p::before {
  content: "トップ";
}

.block-userLank.official>i>img {
  filter: invert(29%) sepia(100%) saturate(655%) hue-rotate(190deg) brightness(87%) contrast(82%);
}

.block-userLank.official>p::before {
  content: "オフィシャル";
}

.block-userLank.official>p::after {
  content: none;
}

.follower {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.215px;
}

.profile {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.215px;
}

/* - アラート用モーダル - */
.block-alert-modal {
  width: 100vw;
  height: 100vh;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: -100000;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
}

.block-alert-modal.is-open {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
}

.block-alert-modal-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-alert-modal-item {
  width: 75%;
  max-width: 768px;
  background-color: #F6F7F7;
  border-radius: 5px;
  padding: 60px 30px;
}

.block-alert-modal-item:has(h3) {
  padding: 48px 30px 40px;
}

.block-alert-modal-item--heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 16px;
}

.block-alert-modal-item--text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  display: flex;
  justify-content: center;
}

.block-alert-modal-item--button {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.block-alert-modal-item--button .action {
  width: 100% !important;
  max-width: 200px !important;
  height: auto !important;
  margin: 0 auto !important;
}

.block-alert-modal-item--button .action a,
.block-alert-modal-item--button .action input,
.block-alert-modal-item--button .action button {
  font-size: 12px !important;
  padding: 12px 10px !important;
}

.is-scrolly-none {
  overflow-y: hidden;
}

.block-favorite--delete-item {
  position: absolute;
  right: 0;
  bottom: 10px;
}

/* - トピックス一覧 - */
body .pane-contents ul.block-topic--items {
  margin: 0 15px;
}

body .pane-contents ul.block-topic--items > li {
  position: relative;
  padding: 16px 15px 16px 0;
  border-bottom: 1px solid #E5E4E2;
}

body .pane-contents ul.block-topic--items > li:first-of-type {
  padding-top: 0;
}

body .pane-contents ul.block-topic--items > li:last-of-type {
  padding-bottom: 0;
  border: none;
}

body .pane-contents ul.block-topic--items > li .block-icon-image--table-cell {
  display: block;
}

body .pane-contents ul.block-topic--items > li dl {
  display: flex;
  flex-flow: column;
  gap: 6px;
}

body .pane-contents ul.block-topic--items > li dt {
  font-size: 11px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  margin-bottom: 0;
}

body .pane-contents ul.block-topic--items > li dt > .block-topic-page--article-icon-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  border: 1px solid #395CA3;
  border-radius: 50px;
  background-color: #fff;
  min-height: 18px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.4px;
}

body .pane-contents ul.block-topic--items > li dd {
  font-size: 13px;
  line-height: 1.46;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
}

body .pane-contents ul.block-topic--items > li dd .block-top-topic--icon-image,
body .pane-contents ul.block-topic--items > li dd .block-top-topic--icon-comment {
  margin-right: 8px;
}

body .pane-contents ul.block-topic--items > li dd .block-top-topic--icon-image img {
  width: auto;
  max-width: none;
  height: 100%;
}

body .pane-contents ul.block-topic--items > li dd:after {
  content: "";
  display: block;
  background: url(https://external-image.shopch.jp/ecb/bo/img/svg/common/arrow/icon-arrow-right.svg) center/contain no-repeat;
  width: 5px;
  height: auto;
  aspect-ratio: 5 / 8;
  flex-shrink: 0;
}

body:has(.block-foating) .block-page-top {
  bottom: 100px;
}

.block-header-nav .block-headernav--item-list>li.block-headernav--item-cart .block-headernav--cart-count {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 1.5em);
  display: block;
  width: 3.0em;
  font-size: 10px;
  font-weight: 500;
  color: #3d62ad;
  text-align: center;
  font-weight: bold;
}