﻿@charset "UTF-8";
@import url(./responsive_canaubi.css);
@import url(./sb_page_canaubi.css);

/* - ページャー - */
.pager {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 0;
}

.pager .pager-total {
  margin: 0;
}

.pager .pager-current {
  color: #000;
  border-radius: 30px;
  background: linear-gradient(to bottom, #3d62ad 0, #f19ec2 100%);
}

.pager .pager-count {
  font-size: 16px;
}

.pager .pager-count span {
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  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;
}

.pagination ul li.pager-current span {
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(to bottom, #3d62ad 20%, #f19ec2 100%);
  border: none !important;
}

.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: 18px;
  font-weight: bold;
}

.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--items {
  display: grid;
  flex-wrap: wrap;
  justify-content: start;
  margin: 24px auto 40px;
  gap: 40px 28px;
  border-top: 0 solid #eee;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
}

.block-pickup-list-p--items .block-pickup-list-p--item {
  display: inline-block;
  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;
  aspect-ratio: 1 / 1;
  vertical-align: top;
}

.block-pickup-list-p--items .block-pickup-list-p--item a .block-pickup-list-p--goods-image figure {
  width: inherit;
  height: inherit;
  padding: 0;
  background: #f5f5f5;
  aspect-ratio: 1/1;
}

.block-pickup-list-p--items .block-pickup-list-p--item a .block-pickup-list-p--goods-image figure img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.block-pickup-list-p--items .block-pickup-list-p--item a .block-pickup-list-p--goods-description {
  display: none;
  display: table-cell;
  margin: 4px 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: 0.7px;
  font-size: 13px;
  font-weight: 400;
}

.block-pickup-list-p--items .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
  color: #f96666;
}

.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!important;
  border-top: 1px solid #e5e4e2!important;
  overflow-y: visible;
}

/* - ページ見出し 開始 - */
.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("https://external-image.shopch.jp/ecb/bo/img/svg/c/other/icon-star.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.page-heading>p {
  display: flex;
  flex-flow: column;
  gap: 2px;
  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-family: "Zen Kaku Gothic New", "Main", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Std", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  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;
  margin-top: 0;
}

.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 !important;
}

/* -  お知らせ  - */
.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: linear-gradient(to right, #3d62ad 0, #f19ec2 100%);
  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;
  gap: 2px;
}

.block-favorite--form .block-favorite--price-items>div {
  display: flex;
  align-items: center;
}

.block-favorite--form .block-favorite--price-items .discount-rate {
  display: flex;
  align-items: center;
  min-width: 48px;
  padding: 4px 6px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  border-radius: 20px;
  background-color: #f96666;
  font-family: Lato;
  font-size: 11px !important;
  font-weight: 700;
  font-style: normal;
  line-height: 8px;
}

.block-favorite--form .block-favorite--price-items .price {
  color: #333;
}

.block-favorite--form .block-favorite--price-items .sale-price {
  color: #f96666;
}

.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;
  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: linear-gradient(to right, #3d62ad 0, #f19ec2 100%);
  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;
}

.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;
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: 0 auto;
  padding: 2px;
  transition: none;
  text-align: center;
  letter-spacing: 0.65px;
  border-radius: 30px;
  background: linear-gradient(to right, #3d62ad 0, #f19ec2 100%);
  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 {
  display: none;
  margin-top: 4px;
  color: #f96666;
}

.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 !important;
  height: 42px !important;
}

.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: 4px;
  height: 8px;
  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;
}

body.page-event:has(.modal-wrapper.active) {
  overflow-y: hidden;
}

.pane-ugc .modal-wrapper {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.pane-ugc .modal-wrapper.active {
  display: flex;
}

.pane-ugc .modal-wrapper>div {
  position: relative;
}

.pane-ugc .modal-wrapper>div .btn-modal-close {
  position: fixed;
  z-index: 1;
  right: calc(50% - 170px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transform: translate(1px, 8px);
  border-radius: 30px;
  background-color: #000;
}

.pane-ugc .modal-wrapper>div .btn-modal-close span {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  transform-origin: center;
  background-color: #fff;
}

.pane-ugc .modal-wrapper>div .btn-modal-close span:first-of-type {
  transform: rotate(45deg);
}

.pane-ugc .modal-wrapper>div .btn-modal-close span:last-of-type {
  transform: rotate(-45deg);
}

.pane-ugc .modal-wrapper .modal-users-photo {
  display: flex;
  overflow-y: scroll;
  flex-flow: column;
  max-width: 361px;
  max-height: 682px;
  margin: 0 auto;
  padding-bottom: 30px;
  gap: 30px;
  background-color: #fff;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 361px;
  width: 100%;
  aspect-ratio: 1/1;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-item img {
  width: inherit;
  max-width: none;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-item .modal-users-photo-item-before {
  left: 3px;
  transform: rotate(180deg);
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-item .modal-users-photo-item-before,
.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-item .modal-users-photo-item-after {
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transform-origin: center;
  border-radius: 26px;
  background: #fff url(https://external-image.shopch.jp/ecb/bo/img/svg/common/arrow/icon-arrow-right.svg) center/14px 14px no-repeat;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-item .modal-users-photo-item-after {
  right: 3px;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item {
  align-items: center;
  margin: 0 auto;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-relation-item-title {
  text-align: center;
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 500;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-relation-item-detail-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 13px;
  gap: 28px;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-relation-item-detail-wrapper .modal-users-photo-relation-item-detail {
  width: 130px;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-relation-item-detail-wrapper .modal-users-photo-relation-item-detail img {
  width: 130px;
  aspect-ratio: 1/1;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-relation-item-detail-wrapper .modal-users-photo-relation-item-detail .modal-users-photo-relation-item-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  -webkit-line-clamp: 2;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-relation-item-detail-wrapper .modal-users-photo-relation-item-detail .price {
  margin-left: 20px;
  letter-spacing: 0.6px;
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-relation-item-detail-wrapper .modal-users-photo-relation-item-detail .price:before {
  content: "¥";
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-relation-item-detail-wrapper .modal-users-photo-relation-item-detail .price:after {
  content: "円（税込）";
  margin-left: -4px;
  font-size: 10px;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-item-detail {
  margin-top: 24px;
  padding: 0 16px;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-item-detail .modal-users-photo-item-name {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  gap: 3px;
  letter-spacing: 0.662px;
  border-bottom: 1px solid #aeaeaf;
  font-family: Lato;
  font-size: 13px;
  font-weight: 400;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-item-detail .modal-users-photo-item-name:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../img/common/icon-instagram.png) no-repeat center/contain;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-item-detail .modal-users-photo-item-description {
  margin-top: 10px;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  line-height: 19px;
}

.pane-ugc .modal-wrapper .modal-users-photo .modal-users-photo-relation-item .modal-users-photo-item-detail .btn-sns-post {
  width: 245px;
  margin-top: 16px;
}

.dafault-price {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.6px;
}

.block-pickup-list-p--price.price {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.65px;
}


.block-favorite--delete-item {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
  z-index: 99998!important;
}

.block-page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333;
}

.block-page-top a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

@media screen and (max-width: 769px) {
  .block-page-top {
    right: 10px;
  }
}

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: #9780b7;
  text-align: center;
  font-weight: bold;
}