@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
}

body a {
  text-decoration: none;
}

body img {
  vertical-align: bottom;
}

.isPc {
  display: none !important;
}

.top_common_ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0 0 24px;
}

.top_common_ttl span {
  display: block;
  font-size: 12px;
}

.top_common_link {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 30px;
}

.top_common_link a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  max-width: 240px;
  height: 40px;
  color: #393939;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #d1d1cf;
  border-radius: 100px;
  margin: auto;
}

.block_banner {
  position: relative;
  z-index: 999;
}

.block_banner img {
  width: 100%;
}

header {
  height: 60px;
  z-index: 99;
}

header:before {
  content: none;
}

header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#header-wrapper:has(.pane-header.active) {
  padding-top: 60px;
}

.pane-header .block-header {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  height: 60px;
  z-index: 99;
}

.pane-header .block-header-menu {
  position: absolute;
  display: block;
  height: 100dvh;
  padding: 0;
  top: 60px !important;
  left: -100vw;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pane-header .block-header-menu.active {
  left: 0;
}

.pane-header.active {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}

.pane-header.active .block-header-menu {
  padding-bottom: 120px !important;
}

.block-header-menu-list--user ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.block-header-menu-list--user li {
  border-bottom: 1px solid #e6e6e6;
}

.block-header-menu-list--user li:nth-child(odd) {
  border-right: 1px solid #e6e6e6;
}

.block-header-menu-list--user li a {
  position: relative;
  padding: 15px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}

.block-header-menu-list--user li a:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px #555 solid;
  border-right: 1px #555 solid;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-header-menu-list--navi .block-header-menu-list--ttl {
  color: #fff;
  font-size: 12px;
  background: #757575;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.block-header-menu-list--navi li {
  border-bottom: 1px #e6e6e6 solid;
}

.block-header-menu-list--navi li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  font-size: 12px;
  text-decoration: none;
  padding: 15px 40px 15px 15px;
}

.block-header-menu-list--navi li>a:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px #555 solid;
  border-right: 1px #555 solid;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-header-menu-list--navi:last-child {
  padding-bottom: 60px;
}

#header-menu-wrap p {
  font-size: 8px;
  margin-top: 8px;
}

.block-menu-btn #header-menu {
  position: relative;
  width: 26px;
  padding: 11px 0;
  margin: auto;
  z-index: 9;
}

.block-menu-btn #header-menu:before,
.block-menu-btn #header-menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 26px;
  height: 4px;
  background-color: #555;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.block-menu-btn #header-menu span {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 26px;
  height: 4px;
  background-color: #555;
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.block-menu-btn #header-menu:before {
  top: 1px;
}

.block-menu-btn #header-menu:after {
  bottom: -1px;
}

.block-menu-btn #header-menu span {
  top: 10px;
}

.block-menu-btn.active #header-menu:before {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  height: 2px;
}

.block-menu-btn.active #header-menu:after {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  height: 2px;
}

.block-menu-btn.active #header-menu span {
  opacity: 0;
}

#header-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 44px;
  margin: auto;
}

#header-icons {
  font-size: 8px;
}

#header-icons .block-search-btn {
  position: relative;
}

#header-icons .block-search-btn:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("/img/usr/common/sb/search2.png") no-repeat center/contain;
  margin-bottom: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#header-icons .block-search-btn.active:before {
  background: url("/img/usr/common/sb/close.png") no-repeat center/contain;
}

#header-icons .block-cart-btn {
  position: relative;
}

#header-icons .block-cart-btn a:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("/img/usr/common/cart.png") no-repeat center/contain;
  margin-bottom: 6px;
}

.block-header-icons--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.block-header-icons--item-list li {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#block_of_searchbox {
  position: absolute;
  top: -50vh;
  right: 0;
  left: 0;
  padding: 25px 15px 28px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: -1;
  background: #f5f5f5;
}

#block_of_searchbox.active {
  top: 60px !important;
}

#block_of_searchbox form {
  position: relative;
}

#block_of_searchbox input[type="text"]::-webkit-input-placeholder {
  color: #9f9f9f;
}

#block_of_searchbox input[type="text"]::-moz-placeholder {
  color: #9f9f9f;
}

#block_of_searchbox input[type="text"]:-ms-input-placeholder {
  color: #9f9f9f;
}

#block_of_searchbox input[type="text"]::-ms-input-placeholder {
  color: #9f9f9f;
}

#block_of_searchbox input[type="text"]::placeholder {
  color: #9f9f9f;
}

#block_of_searchbox .block-global-search--keyword {
  width: 100%;
  max-height: 38px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #d1d1cf;
  padding: 4px 45px 4px 12px;
}

#block_of_searchbox .block-global-search--submit {
  position: absolute;
  right: 0;
  background-color: transparent !important;
  border: none;
  max-height: 38px;
  padding: 9px 14px;
}

#block_of_searchbox .block-global-search--submit:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/img/usr/common/sb/search2.png") no-repeat center/contain;
}

.searchbox_link {
  padding-top: 10px;
}

.searchbox_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.searchbox_link a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #d1d1cf;
  padding: 5px 13px 6px;
}

#pane-footer-link {
  background: transparent;
  padding: 17px 0 0;
}

#pane-footer-link .footer_common_ttl {
  color: #211915;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

#pane-footer-link .footer_link_block {
  padding: 58px 0 0;
}

#pane-footer-link .type1 {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #f5f5f5;
}

#pane-footer-link .type1 a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 12px;
  background: #fff;
  padding: 17px 12px;
}

#pane-footer-link .type1 a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #211915;
  border-right: 1px solid #211915;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pane-footer-link .type2 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 9px;
  padding: 0 15px;
}

#pane-footer-link .type2 li {
  background: #f5f5f5;
}

#pane-footer-link .type2 li a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  min-height: 48px;
  display: block;
  padding: 10px;
  font-size: 10px;
}

#pane-footer-link .type2 li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #211915;
  border-right: 1px solid #211915;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pane-footer-link .type2 li a.brank_link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: none;
  background: url("/img/usr/common/brank_link.png") no-repeat center/contain;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#footer_pageTop {
  margin-top: 58px;
}

#footer_pageTop a {
  display: block;
  width: 85px;
  height: 30px;
  background: url("/img/usr/common/sb/totop.png") no-repeat center/contain;
  margin: auto;
}

.footer_copyright {
  font-size: 11px;
  line-height: 19px;
}

.footer_copyright .copyright1 {
  color: #fff;
  background: #151515;
  padding: 15px 0;
}

.footer_copyright .copyright1 p {
  max-width: 275px;
  margin: auto;
}

.footer_copyright .copyright2 {
  padding: 10px 0;
}

.footer_copyright .copyright2 p {
  color: #393939;
  text-align: center;
}

#goodsdetail_itemhistory,
#block_of_itemhistory {
  border-top: none;
  padding: 0 15px;
  margin: 0;
}

#goodsdetail_itemhistory:has(.block-thumbnail-h),
#block_of_itemhistory:has(.block-thumbnail-h) {
  padding-top: 80px;
}

#goodsdetail_itemhistory ul.block-thumbnail-h,
#block_of_itemhistory ul.block-thumbnail-h,
#goodsdetail_itemhistory ul.block-thumbnail-h--items,
#block_of_itemhistory ul.block-thumbnail-h--items {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100cqi;
  width: 100%;
}

#goodsdetail_itemhistory .block-recent-item--header,
#block_of_itemhistory .block-recent-item--header {
  font-size: 0;
  font-weight: 500;
  padding: 0;
  height: 26px;
  line-height: normal;
  margin-bottom: 24px;
}

#goodsdetail_itemhistory .block-recent-item--header:before,
#block_of_itemhistory .block-recent-item--header:before {
  content: "最近チェックしたアイテム";
  font-size: 18px;
}

#goodsdetail_itemhistory .block-recent-item--header:after,
#block_of_itemhistory .block-recent-item--header:after {
  content: none;
}

#goodsdetail_itemhistory .block-thumbnail-h--item,
#block_of_itemhistory .block-thumbnail-h--item {
  width: 111px;
  margin-right: 6px;
  margin-bottom: 0;
  border: 1px solid #e4e4e3;
}

#goodsdetail_itemhistory .block-thumbnail-h--item:nth-child(even),
#block_of_itemhistory .block-thumbnail-h--item:nth-child(even),
#goodsdetail_itemhistory .block-thumbnail-h--item:nth-child(odd),
#block_of_itemhistory .block-thumbnail-h--item:nth-child(odd) {
  padding: 0;
}

#goodsdetail_itemhistory .block-thumbnail-h .splide__arrow--prev,
#block_of_itemhistory .block-thumbnail-h .splide__arrow--prev {
  display: none;
}

#goodsdetail_itemhistory .block-thumbnail-h .splide__arrow--next,
#block_of_itemhistory .block-thumbnail-h .splide__arrow--next {
  right: -10px;
}

#goodsdetail_itemhistory .block-thumbnail-h .splide__arrow,
#block_of_itemhistory .block-thumbnail-h .splide__arrow {
  background: #000;
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

#goodsdetail_itemhistory .block-thumbnail-h .splide__arrow svg,
#block_of_itemhistory .block-thumbnail-h .splide__arrow svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}

#goodsdetail_itemhistory .block-thumbnail-h--goods-image figure,
#block_of_itemhistory .block-thumbnail-h--goods-image figure {
  padding: 0;
}

#goodsdetail_itemhistory .block-thumbnail-h--goods-image figure img,
#block_of_itemhistory .block-thumbnail-h--goods-image figure img {
  width: 100%;
  height: 100%;
}

/*ページカテゴリのコンテンツ作成部分*/
.block-pagecategory-page-list--frame {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 7px;
}

.block-pagecategory-page-list--page {
  width: 100%;
}

.block-pagecategory-page-list--page-image img {
  border-radius: 4px;
}

.block-pagecategory-page-list--date {
  margin-top: 5px;
  color: #9e9e9e;
  font-size: 10px;
}

.block-pagecategory-page-list--date .block-pagecategory-page-list--auto-new {
  display: none;
}

.block-pagecategory-page-list--page-caption {
  margin-top: 10px;
  font-size: 12px;
}

/*買い物*/
.block-cart--amazonpay-button {
  width: 100% !important;
}

.block-order-method h1,
.block-order-method h2 {
  margin: 0 0 25px;
}

.block-cart--procedure-container__fixed {
  margin-top: 60px;
}

.page-cart .js-order-fixed-box-dummy {
  display: block;
}

.page-cart .js-order-fixed-box-dummy.hidden {
  display: none;
}

.page-cart .block-cart--goods-list-item-calc input {
  border-radius: 100px;
}

/*ショップページ*/
.page-pagecategory .block-pagecategory-page-list--frame {
  padding: 0 15px;
}

.page-pagecategory .block-pagecategory-page-list .block-pagecategory-page-list--date {
  display: none;
}

/*マイページ*/
.page-menu h2 {
  padding: 10px 10px 5px;
  margin-top: 15px;
}

.page-menu .block-icon-image--flex-align-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-menu .block-mypage--member-info-item-credit-card-confirmation {
  display: none;
}

.block-mypage h1 {
  margin: 0 10px 25px;
}

.block-goods-agreement--header,
.block-inquiry--header,
.block-mail-news--header,
.block-update-member-password--header,
.block-shipping-address--header,
.block-update-mail-address--header,
.block-member-info h1,
.block-coupon-list--header,
.block-point-history-list--header,
.block-arrival-notice-list--header,
.block-purchase-history--header {
  margin: 0 0 25px;
}

/*カートページ*/
.page-cart .block-cart--rule {
  display: none;
}

.page-cart .block-goods-list-c--goods-image figure {
  padding: 0;
}

.page-cart .block-goods-list-c--items {
  border: none;
}

.page-cart .variation-name,
.page-estimate .variation-name {
  font-size: 0;
}

.page-cart .variation-name span,
.page-estimate .variation-name span {
  font-size: 14px;
}

.page-cart .variation-name:before,
.page-estimate .variation-name:before {
  content: "VARIATION：";
  font-size: 14px;
}

.page-estimate h3 {
  margin: 0;
}

.page-estimate .block-order-estimate--commit>div:nth-child(2) {
  margin: 5px 0;
}

.block-order-complete--cash-paymentinfo-items {
  display: none;
}

.page-estimate .block-order-estimate--pay-savecard {
  display: none;
}

.page-estimate .block-order-estimate--comment {
  display: none;
}

/*ログイン*/
.block-login h1 {
  margin: 0 0 25px;
}

/* お気に入り */
.page-bookmark .block-favorite--header {
  margin: 0 0 25px;
}

.page-bookmark .block-favorite--update {
  background: #c2a85c;
  border: none;
  border-radius: 50px;
}

.page-bookmark .block-favorite--cancel {
  border: 1px solid #d1d1cf;
  border-radius: 50px;
}

/* ページ機能 */
.page-pagecategory .pager {
  display: none;
}

/* 購入履歴 */
.page-history .block-purchase-history--order-detail-reorder span {
  min-width: auto;
}

.page-page #twitter-widget-0,
.page-page .fb_iframe_widget {
  display: none;
}

.page-page .pane-contents {
  padding: 32px 0;
  /* 【テンプレート 画像＋テキスト】*/
  /* 【テンプレート　スライダー画像＋本文】*/
  /*【テンプレート 画像（２カラム）】*/
}

.page-page .pane-contents .container {
  padding: 0 15px;
  font-size: calc(24 / 720 * 100vw);
  line-height: 2.167;
}

.page-page .pane-contents h1 {
  font-size: calc(32 / 720 * 100vw);
  line-height: 1.625;
  border-bottom: 2px solid #ededed;
  padding: 0 0 20px;
  margin-bottom: 35px;
}

.page-page .pane-contents .block-page-block+.block-page-block--contents-body-text-2column,
.page-page .pane-contents .block-page-block--contents-body-text-2column+.block-page-block--contents-body-text-2column {
  margin-top: 20px;
}

.page-page .pane-contents .block-page-block--contents-body-imgtext-1column img {
  margin-bottom: 20px;
}

.page-page .pane-contents .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.page-page .pane-contents .bx-wrapper .bx-pager {
  display: none;
}

.page-page .pane-contents .bx-wrapper .bx-controls-direction a {
  z-index: 9;
}

.page-page .pane-contents .block-page-block--contents-body-imgtext-slider-1column-text {
  margin-top: 20px;
}

.page-page .pane-contents .block-page-block--contents-body-img-2column+.block-page-block--contents-body-img-2column {
  margin-top: 10px;
}

.page-page .pane-contents .block-page-block--contents-goodslist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 7px;
}

.page-page .pane-contents .block-page-block--contents-goodslist dl {
  width: auto;
}

.page-page .pane-contents .block-page-block--contents-goodslist .variation-name {
  display: none;
}

.page-page .pane-contents .block-page-block--contents-goodslist .block-page-block--goods-name {
  line-height: 1.5;
}

.page-page .pane-contents .block-page-block--contents-goodslist .block-page-block--goods-comment {
  line-height: 1.5;
  margin-top: 8px;
}

.block-mail-news h2 {
  margin: 10px 0 0;
}