@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}
body a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.8;
}
body .price {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
body.fixed {
  overflow: hidden;
}
body:has(.block-header-menu.active) .block-menu-btn {
  opacity: 0;
}
.inter {
  font-family: "Inter", sans-serif;
}
.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.common-ttl {
  font-family: "Cormorant Garamond", serif;
  width: 1168px;
  margin: 0 auto 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
}
.common-ttl span {
  font-weight: 400;
}
:root {
  --header-height: 212px;
}
.pane-header .container {
  width: 1168px;
  height: auto;
}
#header-wrapper {
  background: #3c4941;
  padding: 22px 0 0;
}
#header-wrapper.header-pt1 {
  position: sticky;
  top: 0;
  height: auto;
  z-index: 99;
}
.header-pt1 .js-animation-hover:hover {
  background: #474441;
}
.header-pt1 #header {
  position: static;
  height: auto;
  background: #000;
}
.header-pt1 .pane-globalnav {
  position: static;
  background: #000;
  height: auto;
  margin: 40px 0 0;
}
.header-pt1 .pane-globalnav:after {
  content: none;
}
.header-pt1 .pane-header {
  padding: 40px 0 30px;
}
.header-pt1 .pane-header.active#header {
  height: auto;
}
.header-pt1 .block-headernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 27px;
}
.header-pt1 .block-menu-btn {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 35px;
  cursor: pointer;
}
.header-pt1 .block-menu-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}
.header-pt1 .block-header-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 412px;
}
.header-pt1 .block-header-logo a {
  padding: 0;
}
.header-pt1 .block-global-search {
  margin-bottom: 8px;
}
.header-pt1 .block-global-search form {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 35px 0 0;
}
.header-pt1 input.block-global-search--keyword {
  width: 337px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.header-pt1 input.block-global-search--keyword:hover {
  height: 30px;
}
.header-pt1 button.block-global-search--submit {
  left: auto;
  right: 0;
  width: 30px;
  background: url("/img/usr/common/icon_glass.png") no-repeat center/contain;
  background-size: 16px 16px;
}
.header-pt1 button.block-global-search--submit:after {
  content: none;
}
.header-pt1 .block-headernav--cart-count {
  left: auto;
  right: -8px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 10px;
  background: #000;
  border: 1px solid #fff;
}
.header-pt1 .block-headernav--item-list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--login {
  padding: 0;
}
.header-pt1 .block-headernav--item-list li.block-headernav--login a {
  width: 24px;
  height: 24px;
  background: url("/img/usr/common/icon_account.png") no-repeat center/contain;
}
.header-pt1 .block-headernav--item-list li.block-headernav--login:after {
  content: none;
}
.header-pt1 .block-headernav--item-list li.block-headernav--bookmark a {
  width: 16px;
  height: 20px;
  background: url("/img/usr/common/icon_favo.png") no-repeat center/contain;
}
.header-pt1 .block-headernav--item-list li.block-headernav--cart a {
  width: 24px;
  height: 24px;
  background: url("/img/usr/common/icon_cart.png") no-repeat center/contain;
}
.header-pt1 .block-headernav--item-list li.block-headernav--cart:after {
  content: none;
}
.header-pt1 .block-globalnav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-pt1 .block-globalnav--item-list > li {
  display: block;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #fff;
  border-right: none;
}
.header-pt1 .block-globalnav--item-list > li:last-of-type {
  border-right: 1px solid #fff;
}
.header-pt1 .block-globalnav--item-list > li > a,
.header-pt1 .block-globalnav--item-list > li > p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3rem;
  padding: 8px 0;
  cursor: pointer;
}
.header-pt1 .block-globalnav-menu {
  padding: 45px 0 40px;
  top: 180px;
}
.header-pt1 .block-globalnav-menu.active {
  display: block;
  position: absolute;
}
.header-pt1 .block-globalnav-menu .globalnav-menu-items-ttl {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  font-size: 40px;
  margin: auto;
}
.header-pt1 .block-globalnav-menu .block-globalnav-menu-items {
  text-align: center;
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
.block-header-menu {
  display: none;
  position: fixed;
  top: 22px;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 37px;
}
.block-header-menu.active {
  display: block;
  z-index: 999;
}
.block-header-menu .js-close-btn {
  position: absolute;
  top: 12px;
  left: -2px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url("/img/usr/common/close.png") no-repeat center/contain;
}
.block-header-menu .block-header-menu-inner {
  position: relative;
  width: 1168px;
  margin: auto;
}
.block-header-menu .header-menu-items-ttl {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin: auto;
}
.block-header-menu .header-menu-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 45px 0 0;
}
.block-header-menu .header-menu-item-list-block-ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding: 0 0 16px;
  margin: 0 0 30px;
}
.block-header-menu .header-menu-item a {
  color: #fff;
}
.block-header-menu .list-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-header-menu .list-block-inner > ul {
  width: 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.block-header-menu .header-menu-banner {
  margin: 135px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.block-header-menu .header-menu-banner a {
  margin-left: auto;
}
.block-header-menu .header-menu-banner a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-header-menu .header-menu-banner p {
  color: #fff;
}
.block-header-menu .header-menu-banner p span {
  font-weight: bold;
}
.block-header-menu .header-menu-banner p span.red {
  color: #c04949;
}
.pane-footer .block-page-top {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.851);
  border-radius: 50%;
}
.pane-footer .block-page-top a {
  width: 40px;
  height: 40px;
  margin: 0;
}
.pane-footer .block-page-top a:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: none;
  background: url("/img/usr/common/pagetop.png") no-repeat center/contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pane-footer .block-page-top a:after {
  content: none;
}
.bg-color,
.pane-footer {
  color: #fff;
  background: transparent !important;
  padding: 0;
}
.footer-pt1 {
  background: #000 !important;
}
.footer-pt1 a {
  color: #fff;
}
.footer-pt1 .pane-footer {
  padding: 80px 0 75px;
}
.footer-pt1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 222px;
  max-width: 1168px;
  margin: auto;
}
.footer-pt1 .block-footernav {
  text-align: left;
  margin: 0;
}
.footer-pt1 .block-footernav li {
  padding: 0;
}
.footer-pt1 .footer_ttl {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding: 0 0 16px;
  margin: 0 0 30px;
}
.block-footernav--link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.block-footernav-left {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-footernav--logo-list p {
  letter-spacing: 1px;
  margin: 5px 0 0;
}
.block-footernav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.block-footernav--item-list-wrap {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
.block-footernav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#copyright {
  font-family: "Cormorant Garamond", serif;
  background: #3c4941;
  font-size: 14px;
  padding: 8px 0;
}
.wrapper main .block-goods-favorite,
.wrapper .pane-contents .block-goods-favorite {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 16px;
  height: 20px;
}
.wrapper main .block-goods-list--favorite--btn,
.wrapper .pane-contents .block-goods-list--favorite--btn {
  position: static;
  width: 16px;
  height: 20px;
  background: url("/img/usr/common/favo.png") no-repeat center/contain;
}
.wrapper main .block-goods-list--favorite-registed--btn,
.wrapper .pane-contents .block-goods-list--favorite-registed--btn {
  position: static;
  width: 16px;
  height: 20px;
  background: url("/img/usr/common/reg_favo.png") no-repeat center/contain;
}
.pagination {
  margin: 0;
  font-family: "Inter", sans-serif;
}
.pagination > * {
  padding: 0;
}
.pagination > li.pager-current span {
  color: #fff;
  background: #000;
}
.pagination a,
.pagination span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.pager-first a:after {
  left: 55%;
}
.pager-first a:before {
  left: 35%;
}
.pager-last a:after {
  right: 50%;
}
.pager-last a:before {
  right: 30%;
}
#goodsdetail_itemhistory,
.pane-right-menu {
  width: auto;
  overflow: hidden;
  background: #343535;
  padding: 68px 0 80px;
  margin: 0;
}
#goodsdetail_itemhistory .block-recent-item--header,
.pane-right-menu .block-recent-item--header {
  font-family: "Cormorant Garamond", serif;
  width: 1168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin: auto;
  padding: 0;
}
#goodsdetail_itemhistory .block-recent-item--header:before,
.pane-right-menu .block-recent-item--header:before {
  content: "VIEWED ITEM";
  font-size: 40px;
  font-weight: bold;
}
#goodsdetail_itemhistory .block-recent-item--header:after,
.pane-right-menu .block-recent-item--header:after {
  content: none;
}
#goodsdetail_itemhistory .block-recent-item,
.pane-right-menu .block-recent-item {
  width: auto;
  border: none;
  padding: 0;
}
#goodsdetail_itemhistory .block-recent-item--items,
.pane-right-menu .block-recent-item--items {
  width: 1155px;
  margin: 40px auto 0;
  overflow: visible;
}
#goodsdetail_itemhistory .block-thumbnail-h,
.pane-right-menu .block-thumbnail-h {
  margin-right: calc(50% - 50vw);
}
#goodsdetail_itemhistory .block-thumbnail-h li,
.pane-right-menu .block-thumbnail-h li {
  width: 246px;
  padding: 0;
  margin: 0;
  margin-right: 32px;
}
#goodsdetail_itemhistory .block-thumbnail-h--item-body,
.pane-right-menu .block-thumbnail-h--item-body {
  width: 246px;
  margin-right: 32px;
  margin-bottom: 0;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image,
.pane-right-menu .block-thumbnail-h--goods-image {
  position: relative;
  display: block;
  width: 100%;
  height: 184px;
  vertical-align: bottom;
  clip-path: polygon(6% 0, 93% 0, 100% 8%, 100% 93%, 94% 100%, 5% 100%, 0 93%, 0 7%);
  background: #fff;
  padding: 0;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image a:focus,
.pane-right-menu .block-thumbnail-h--goods-image a:focus {
  outline: none;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image figure,
.pane-right-menu .block-thumbnail-h--goods-image figure {
  position: static;
  width: 100%;
  height: 100%;
  padding: 0;
}
#goodsdetail_itemhistory .block-recent-item--keep-history,
.pane-right-menu .block-recent-item--keep-history {
  display: none;
}
#goodsdetail_itemhistory .price,
.pane-right-menu .price {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
  text-align: left;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-name a {
  color: #fff;
}
.block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.block-icon span {
  margin: 0;
}
