@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");

html * {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

html .pane-contents {
  padding-bottom: 0;
}

strong,
b {
  font-weight: bold;
}

.lato {
  font-family: "Lato", sans-serif;
}

/*共有*/
.btn-danger {
  background: #f05b26;
  border-color: #f05b26;
}

.block-goods-list--sort-order-items {
  border-top: 1px solid #ddd;
}

.block-filter {
  margin-bottom: 30px;
}

.pager-current {
  background: #666;
}

.img-center img {
  width: 100%;
}

.block-cookie-consent--text {
  color: #fff;
}

.btn-primary {
  border: none;
  background: #f05b26;
}

h2.common_ttl {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

h2.common_ttl span {
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1e7fb7;
}

.net-price {
  display: none;
}

.price .currency {
  font-weight: bold;
}

.price .amount {
  font-size: 20px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.price .amount>* {
  display: none;
}

.price:after {
  content: " (税込)";
  font-size: 14px;
  font-weight: 400;
}

.default-price {
  position: relative;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.default-price .label {
  font-size: 12px;
  font-weight: bold;
  display: none;
}

.default-price .currency {
  font-size: 12px;
  font-weight: bold;
}

.default-price .amount {
  font-size: 14px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.default-price:after {
  content: " (税込)";
  font-size: 8px;
  font-weight: 400;
}

.default-price:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  background: #333;
  height: 1px;
}

.block-thumbnail-h--price-infos:has(.default-price) .price .currency {
  color: #f00000;
}

.block-thumbnail-h--price-infos:has(.default-price) .price .amount {
  color: #f00000;
}

.block-thumbnail-h--price-infos:has(.default-price) .price:after {
  color: #f00000;
}

.block-thumbnail-h--scomment,
.block-pickup-list-p--scomment {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #f00000;
  line-height: 1;
  margin-top: 8px;
}

.block-pickup-list-p--price-infos:has(.default-price) .price .currency {
  color: #f00000;
}

.block-pickup-list-p--price-infos:has(.default-price) .price .amount {
  color: #f00000;
}

.block-pickup-list-p--price-infos:has(.default-price) .price:after {
  color: #f00000;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt,
.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
  text-align: left;
}

#notice-top {
  margin-bottom: 24px;
  font-weight: 400;
}

.pane-left-menu,
.block-top-body--body {
  margin-top: 0;
}

.block-goods-list-d--price-infos:has(.default-price) .price .currency {
  color: #F00000;
}

.block-goods-list-d--price-infos:has(.default-price) .price .amount {
  color: #F00000;
}

.block-goods-list-d--price-infos:has(.default-price) .price:after {
  color: #F00000;
}

.block-pickup-list-p .block-pickup-list-p--add-cart a {
  border-radius: 30px;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn,
.block-goods-list-l--add-cart .block-list-add-cart-btn,
.block-goods-list-d--add-cart .block-list-add-cart-btn,
a.block-list-add-cart-btn {
  font-size: 0;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn:after,
.block-goods-list-l--add-cart .block-list-add-cart-btn:after,
.block-goods-list-d--add-cart .block-list-add-cart-btn:after,
a.block-list-add-cart-btn:after {
  content: "カートに入れる";
  font-size: 14px;
  font-weight: 400;
}

/*左メニュー*/
.block-left-menu-bottom {
  margin-top: 24px;
}

.block-category-tree--item,
.block-category-tree--item__open {
  border: none;
}

.block-category-tree--item a,
.block-category-tree--item__open a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  padding: 7px 0;
}

.block-category-tree--item a span,
.block-category-tree--item__open a span {
  font-weight: 500;
}

.block-category-tree--item a .toggle-icon,
.block-category-tree--item__open a .toggle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  background: url("/img/usr/common/plus.png") no-repeat center/contain;
}

.block-category-tree--item a:after,
.block-category-tree--item__open a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  content: "";
  width: 10px;
  height: 10px;
  background: url("/img/usr/common/arrow.png") no-repeat center/contain;
  display: block;
  cursor: pointer;
}

.block-category-tree--item a:has(.toggle-icon):after,
.block-category-tree--item__open a:has(.toggle-icon):after {
  content: none;
}

.block-category-tree--level-2,
.block-category-tree--level-3,
.block-category-tree--level-4 {
  display: none;
  padding-left: 1em;
}

.block-category-tree--level-2>li,
.block-category-tree--level-3>li,
.block-category-tree--level-4>li {
  text-indent: 0;
}

.block-category-tree--level-2>li.block-category-tree--item a,
.block-category-tree--level-3>li.block-category-tree--item a,
.block-category-tree--level-4>li.block-category-tree--item a,
.block-category-tree--level-2>li.block-category-tree--item__open a,
.block-category-tree--level-3>li.block-category-tree--item__open a,
.block-category-tree--level-4>li.block-category-tree--item__open a {
  padding: 7px 0;
}

.block-category-tree--level-1>li a span,
.block-category-tree--level-2>li a span,
.block-category-tree--level-3>li a span,
.block-category-tree--level-4>li a span {
  overflow-wrap: anywhere;
}

.block-category-tree--level-2>li a span,
.block-category-tree--level-3>li a span,
.block-category-tree--level-4>li a span {
  font-weight: 400;
}

.block-category-tree--level-1 .block-category-tree--item,
.block-category-tree--level-2 .block-category-tree--item,
.block-category-tree--level-3 .block-category-tree--item,
.block-category-tree--level-4 .block-category-tree--item {
  border: none;
}

.block-category-tree--item__open>a {
  position: relative;
  width: 85%;
}

.block-category-tree--item__open>a .toggle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  background: url("/img/usr/common/plus.png") no-repeat center/contain;
}

.block-category-tree--item.is-open>a.is-open .toggle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  background: url("/img/usr/common/minus.png") no-repeat center/contain;
}

.block-category-tree--image {
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

a.has-submenu.is-open>span:first-of-type {
  color: #1e7fb7;
}

a.has-submenu.is-open+.block-category-tree--items .block-category-tree--item__open>a span {
  color: #1e7fb7;
}

.block-category-tree--level-1 .block-category-tree--item__open>a span {
  color: #1e7fb7;
}

/*関連商品*/
.block-accessory-list {
  margin-top: 80px;
}

.block-accessory-list .block-accessory-list--name {
  font-family: "Lato", sans-serif;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border: none;
}

.block-accessory-list .block-accessory-list--name:before {
  font-family: "Noto Sans JP", sans-serif;
  display: -ms-grid;
  display: grid;
  content: "RELATED";
  font-size: 14px;
  font-weight: 500;
  color: #1e7fb7;
  margin-bottom: 4px;
}

.block-accessory-list .block-pickup-list-p li {
  width: 228px;
  margin-right: 24px;
}

.block-accessory-list .block-pickup-list-p .block-pickup-list-p--item-body {
  display: block;
  width: 100%;
}

.block-accessory-list .block-pickup-list-p .block-pickup-list-p--image {
  width: 228px;
}

.block-accessory-list .block-pickup-list-p .block-pickup-list-p--image figure {
  width: 228px;
  height: auto;
  aspect-ratio: 1/1;
}

.block-accessory-list .block-pickup-list-p .block-pickup-list-p--image img {
  width: 100%;
}

.block-accessory-list .block-pickup-list-p .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-accessory-list .block-pickup-list-p .block-pickup-list-p--item-description .goods-list-qty {
  display: none;
}

.block-accessory-list .block-pickup-list-p .block-pickup-list-p--goods-name a {
  text-decoration: none;
  line-height: 24px;
}

.block-accessory-list .block-pickup-list-p .block-list-add-cart-btn {
  background: #fff;
  color: transparent;
  font-size: 0;
  border: 1px solid #333;
  border-radius: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 10px;
}

.block-accessory-list .block-pickup-list-p .block-list-add-cart-btn:after {
  content: "カートに入れる";
  font-size: 14px;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-accessory-list .block-pickup-list-p .block-list-add-cart-btn:hover {
  background: #333;
  opacity: 1;
}

.block-accessory-list .block-pickup-list-p .block-list-add-cart-btn:hover:after {
  color: #fff;
}

.splide .splide__arrow {
  position: absolute;
  margin: auto;
  background: rgba(123, 132, 134, 0.502);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 16px;
  opacity: 1;
}

.splide .splide__arrow svg {
  display: none;
}

.splide .splide__arrow.splide__arrow--prev {
  background-image: url("/img/usr/common/slick_left.png");
  left: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.splide .splide__arrow.splide__arrow--next {
  background-image: url("/img/usr/common/slick_right.png");
  right: 16px;
}

.splide:hover .splide__arrow--prev {
  opacity: 1;
}

.splide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
  width: 100%;
  bottom: -1.9em;
  padding: 0;
}

.splide .splide__pagination li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  height: 1px;
  margin: 0;
}

.splide .splide__pagination li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(123, 132, 134, 0.102);
}

.splide .splide__pagination li button.is-active {
  background: #7b8486;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-wrapper .swiper-button-prev,
.swiper-wrapper .swiper-button-next {
  background: rgba(123, 132, 134, 0.502);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  cursor: pointer;
}

.swiper-wrapper .swiper-button-prev:after,
.swiper-wrapper .swiper-button-next:after {
  content: "";
}

.swiper-wrapper .swiper-button-prev {
  background-image: url("/img/usr/common/slick_left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 16px;
  left: 16px;
}

.swiper-wrapper .swiper-button-next {
  background-image: url("/img/usr/common/slick_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 16px;
  right: 16px;
}

/* mypage */
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  margin-bottom: 10px;
}

.block-mypage--customer-status {
  margin: 20px 0;
}

.block-mypage--customer-name,
.block-mypage--mypoint,
.block-mypage--mypoint-point,
.block-mypage--logout {
  color: #fff;
}

/* カートページ */
.block-cart-recent-item--header {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border: none;
}

.block-cart-recent-item--header:before {
  font-family: "Lato", sans-serif;
  display: -ms-grid;
  display: grid;
  content: "HISTORY";
  font-size: 14px;
  font-weight: 500;
  color: #1e7fb7;
}

.page-cart #cart_itemhistory {
  margin-top: 65px;
}

.page-cart #cart_itemhistory .block-recent-item--header {
  font-family: "Lato", sans-serif;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border: none;
}

.page-cart #cart_itemhistory .block-recent-item--header:before {
  font-family: "Noto Sans JP", sans-serif;
  display: -ms-grid;
  display: grid;
  content: "HISTORY";
  font-size: 14px;
  font-weight: 500;
  color: #1e7fb7;
}

.page-cart #cart_itemhistory .block-thumbnail-h--goods-image figure {
  width: 144px;
}

.page-cart #cart_itemhistory .block-pickup-list-p li {
  width: 144px;
  margin: 0;
  margin-right: 24px;
}

.page-cart #cart_itemhistory .block-recent-item--keep-history {
  display: none;
}

.page-cart #cart_itemhistory .block-pickup-list-p--item-body {
  display: block;
  width: 100%;
}

.page-cart #cart_itemhistory .block-pickup-list-p--image figure {
  width: 144px;
  height: auto;
  aspect-ratio: 1/1;
}

.page-cart #cart_itemhistory .block-pickup-list-p--image img {
  width: 100%;
}

.page-cart #cart_itemhistory .block-pickup-list-p--item-description {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  padding: 0;
}

.page-cart #cart_itemhistory .block-icon {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
}

.page-cart #cart_itemhistory .block-pickup-list-p--goods-name {
  -webkit-box-ordinal-group: 201;
  -ms-flex-order: 200;
  order: 200;
  margin-top: 5px;
}

.page-cart #cart_itemhistory .block-pickup-list-p--soldoutcomment {
  -webkit-box-ordinal-group: 251;
  -ms-flex-order: 250;
  order: 250;
}

.page-cart #cart_itemhistory .block-pickup-list-p--goods-name a {
  text-decoration: none;
  font-size: 14px;
}

.page-cart #cart_itemhistory .variation-name {
  -webkit-box-ordinal-group: 301;
  -ms-flex-order: 300;
  order: 300;
}

.page-cart #cart_itemhistory .block-pickup-list-p--comment {
  display: none;
}

.page-cart #cart_itemhistory .block-pickup-list-p--add-cart {
  display: none;
}

.page-cart #cart_itemhistory .block-pickup-list-p--price-infos {
  margin-top: 3px;
  -webkit-box-ordinal-group: 401;
  -ms-flex-order: 400;
  order: 400;
}

.page-cart #cart_itemhistory .block-pickup-list-p--price-infos:has(.default-price) .price .currency {
  color: #f00000;
}

.page-cart #cart_itemhistory .block-pickup-list-p--price-infos:has(.default-price) .price .amount {
  color: #f00000;
}

.page-cart #cart_itemhistory .block-pickup-list-p--price-infos:has(.default-price) .price:after {
  color: #f00000;
}

.block-cart-recent-item--body .block-goods-list-c .splide__pagination li {
  margin-right: 0;
}

.page-cart .block-cart--procedure-container,
.page-estimate .block-order-estimate--procedure-container {
  background: #f5f5f5;
}

.page-cart .block-cart--goods-list-item {
  width: 360px;
}

.page-cart .block-cart--goods-list-item-price-info {
  width: 150px;
}

/* アラートページ */
.page-alert .block-recent-item--header {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.page-alert .block-recent-item--header:before {
  font-family: "Lato", sans-serif;
  display: -ms-grid;
  display: grid;
  content: "HISTORY";
  font-size: 14px;
  font-weight: 500;
  color: #1e7fb7;
}

.page-alert .splide__slide {
  width: 144px;
  margin-right: 24px;
}

.page-alert .block-thumbnail-h--goods-image figure {
  width: 144px;
  height: 144px;
}

.page-alert .block-thumbnail-h--goods-image img {
  width: 144px;
  height: 144px;
}

.page-alert #itemHistoryButton {
  display: none;
}

/* 検索ページ */
.page-search .block-recent-item--header {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.page-search .block-recent-item--header:before {
  font-family: "Lato", sans-serif;
  display: -ms-grid;
  display: grid;
  content: "HISTORY";
  font-size: 14px;
  font-weight: 500;
  color: #1e7fb7;
}

.page-search .block-recent-item--items {
  width: 900px;
}

.page-search .block-search-goods--goods-code,
.page-search .block-search-goods--goods,
.page-search .block-search-goods--item-code,
.page-search .block-search-goods--genre {
  display: none;
}

.page-search .pane-left-menu {
  margin-top: 30px;
}

#searchGoodsPc .next-add-cart-button p {
  margin-top: 4px;
  font-size: 0;
}

#searchGoodsPc .next-add-cart-button p:after {
  content: "カートに入れる";
  font-size: 14px;
  font-weight: 400;
}

/* 会員登録 */
.modal-title {
  color: #fff;
}

.block-mypage--mypoint-duedate {
  color: #fff;
}

.page-entry .block-member-info--sex,
.page-entry .block-member-info--birth {
  display: none;
}

/* 会員 */
.page-customer .legend:nth-of-type(3),
.page-customer .block-member-info--message-option-info,
.page-customer .block-member-info--items-option-info {
  display: none;
}

.page-customer .block-member-info--message-password a {
  text-decoration: underline;
}

/* 購入確認 */
.page-estimate .block-order-estimate--comment {
  display: none;
}

.page-estimate .block-order-estimate--procedure-container .price:after {
  content: none;
}

/* ジャンル */
.page-genre .pane-left-menu {
  margin-top: 30px;
}