@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  font-family: "Helvetica", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #2d2926;
}
body.fixed-scroll {
  overflow: hidden;
  position: fixed;
}
body a {
  color: #2d2926;
  text-decoration: none;
}
body a:hover {
  opacity: 0.7;
}
.isPc {
  display: block;
}
.isSp {
  display: none;
}
.reddit-sans {
  font-family: "Reddit Sans", sans-serif;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.zen-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.block-icon {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.block-icon span {
  margin: 0;
  padding: 0;
}
.pane-contents {
  padding: 0;
  margin-top: 140px;
}
.pane-right-menu .block-recent-item--items {
  width: auto;
  overflow: unset;
}
.pane-right-menu .block-recent-item--body {
  width: 1200px;
  margin: auto;
  padding: 0 0 95px;
}
#cart_itemhistory {
  width: 100vw;
  margin: 20px calc(49% - 50vw) 0;
  background: #b0a198;
  padding-bottom: 90px;
}
#cart_itemhistory .block-cart-recent-item,
#cart_itemhistory .block-cart-recent-item--items {
  width: 1200px;
  margin: auto;
}
#cart_itemhistory .block-cart-recent-item--header {
  width: 1200px;
  line-height: 20px;
  font-size: 0;
  padding: 75px 0 0;
  margin: 0 auto 45px;
  border: none;
}
#cart_itemhistory .block-cart-recent-item--header:before {
  font-family: "Reddit Sans", sans-serif;
  content: "RECOMMEND";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #fff;
}
#cart_itemhistory .block-cart-recent-item--header:after {
  content: none;
}
#cart_itemhistory .block-goods-list-c--items li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: auto;
  padding: 0;
  margin: 0;
}
#cart_itemhistory .block-goods-list-c--items .block-goods-list-c--item-body {
  width: auto;
  padding: 0;
}
#cart_itemhistory .block-goods-list-c--items .block-goods-list-c--item-body:nth-child(n+6) {
  display: none;
}
#cart_itemhistory .block-goods-list-c--items .block-goods-list-c--image figure {
  width: 224px;
  height: 224px;
  padding: 0;
}
#cart_itemhistory .block-goods-list-c--items .block-goods-list-c--image figure img {
  width: 100%;
  height: auto;
}
#cart_itemhistory .variation-name {
  display: none;
}
#cart_itemhistory .price {
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
}
#cart_itemhistory .block-goods-favorite:has(.block-goods-list--favorite-registed--btn) {
  bottom: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
}
#cart_itemhistory .block-goods-list--favorite--btn {
  width: 16px;
  height: 16px;
  background: url("/img/usr/common/bookmark02.png") no-repeat center/contain;
  left: auto;
  right: 5px;
  top: 5px;
}
#cart_itemhistory .block-goods-list--favorite-registed--btn {
  width: 30px;
  height: 30px;
  left: auto;
  right: 2px;
}
#cart_itemhistory .block-thumbnail-h--default-price {
  text-align: left;
  color: #fff;
  font-weight: normal;
}
#goodsdetail_itemhistory,
.pane-right-menu {
  background: #b0a198;
  margin: 115px 0 0;
}
#goodsdetail_itemhistory .block-recent-item,
.pane-right-menu .block-recent-item {
  width: auto;
  border: none;
  padding: 0;
}
#goodsdetail_itemhistory .block-recent-item--header,
.pane-right-menu .block-recent-item--header {
  width: 1200px;
  line-height: 20px;
  font-size: 0;
  padding: 80px 0 0;
  margin: 0 auto 55px;
  border: none;
}
#goodsdetail_itemhistory .block-recent-item--header:before,
.pane-right-menu .block-recent-item--header:before {
  font-family: "Reddit Sans", sans-serif;
  content: "HISTORY";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #fff;
}
#goodsdetail_itemhistory .block-recent-item--header:after,
.pane-right-menu .block-recent-item--header:after {
  content: none;
}
#goodsdetail_itemhistory .block-thumbnail-h,
.pane-right-menu .block-thumbnail-h {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
#goodsdetail_itemhistory .block-thumbnail-h li,
.pane-right-menu .block-thumbnail-h li {
  display: contents;
  width: auto;
  padding: 0;
  margin: 0;
}
#goodsdetail_itemhistory .block-thumbnail-h li:nth-child(n+6),
.pane-right-menu .block-thumbnail-h li:nth-child(n+6) {
  display: none;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods,
.pane-right-menu .block-thumbnail-h--goods {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image,
.pane-right-menu .block-thumbnail-h--goods-image {
  position: static;
  padding: 0;
  height: auto;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image figure,
.pane-right-menu .block-thumbnail-h--goods-image figure {
  position: static;
  padding: 0;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image img,
.pane-right-menu .block-thumbnail-h--goods-image img {
  width: 100%;
  height: 100%;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-description,
.pane-right-menu .block-thumbnail-h--goods-description {
  display: contents;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-name,
.pane-right-menu .block-thumbnail-h--goods-name {
  margin: 12px 0 0;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-name a,
.pane-right-menu .block-thumbnail-h--goods-name a {
  color: #fff;
}
#goodsdetail_itemhistory .variation-name,
.pane-right-menu .variation-name,
#goodsdetail_itemhistory .block-thumbnail-h--scomment,
.pane-right-menu .block-thumbnail-h--scomment {
  display: none;
}
#goodsdetail_itemhistory .price,
.pane-right-menu .price {
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
}
#goodsdetail_itemhistory .block-goods-favorite,
.pane-right-menu .block-goods-favorite {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
}
#goodsdetail_itemhistory .block-goods-favorite:has(.block-goods-list--favorite-registed--btn),
.pane-right-menu .block-goods-favorite:has(.block-goods-list--favorite-registed--btn) {
  bottom: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
}
#goodsdetail_itemhistory .block-goods-list--favorite--btn,
.pane-right-menu .block-goods-list--favorite--btn {
  position: static;
  width: 16px;
  height: 16px;
  background: url("/img/usr/common/bookmark02.png") no-repeat center/contain;
}
#goodsdetail_itemhistory .block-goods-list--favorite-registed--btn,
.pane-right-menu .block-goods-list--favorite-registed--btn {
  position: static;
  width: 30px;
  height: 30px;
}
#goodsdetail_itemhistory .block-thumbnail-h--default-price,
.pane-right-menu .block-thumbnail-h--default-price {
  text-align: left;
  color: #fff;
  font-weight: normal;
}
#header-wrapper {
  background: #fff;
}
#header-wrapper.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#header-wrapper + * {
  margin: 109px 0 0;
}
#header-news {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background: #b0a198;
  padding: 5px;
}
.pane-header {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0;
}
.pane-header .container {
  width: auto;
  height: auto;
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.block-header-logo {
  width: 98px;
}
.pane-globalnav {
  width: auto;
  padding-left: 75px;
}
.pane-globalnav .page_link {
  min-width: 160px;
}
.pane-globalnav .category_link,
.pane-globalnav .series_link {
  min-width: 360px;
}
.block-globalnav-menu {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.block-globalnav-menu-main a {
  text-decoration: none;
}
.block-globalnav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.nav_list_group_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.nav_list_group ul {
  margin-left: 1em;
}
.nav_list_group ul li {
  margin-top: 20px;
}
.nav_list_group li {
  margin-bottom: 20px;
}
.nav_list_group li:last-child {
  margin-bottom: 0;
}
.nav_list_border a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.block-headernav {
  padding-right: 10px;
}
.block-headernav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.block-header-search {
  position: absolute;
  background: #fff;
  padding: 60px 0 85px;
  width: 100%;
  display: none;
  z-index: 10;
  top: 80px;
  left: 0;
}
.block-header-search .container {
  display: block;
  max-width: 800px;
  margin: auto;
}
.block-header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #dedede;
}
.block-header-search .block-global-search--submit {
  background: #fff;
  opacity: 1;
  padding: 0px 15px;
}
.block-header-word,
.block-top-keyword {
  padding: 40px 0 0;
}
.block-header-word ul,
.block-top-keyword ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.block-header-word li a,
.block-top-keyword li a {
  display: block;
  font-size: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px 14px;
}
.block-headernav--cart {
  position: relative;
}
.block-headernav--cart .block-headernav--cart-count {
  font-family: "Reddit Sans", sans-serif;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background: #000;
  width: 16px;
  height: 16px;
  right: -10px;
  left: auto;
  top: -7px;
  font-size: 10px;
  font-weight: bold;
}
.pane-footer {
  padding: 0;
}
.pane-footer .container > .block-page-totop {
  display: none !important;
  opacity: 0 !important;
}
.footer_scores {
  margin: 55px 0 58px;
}
.footer_scores .container {
  width: 1200px;
  background: #f5f5f5;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 100px;
}
.footer_scores .score_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.footer_scores .score_block:first-of-type {
  padding-right: 48px;
  margin-right: 48px;
  border-right: 1px solid #e6e6e6;
}
.footer_scores .score_block .score_block_ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.footer_inner {
  position: relative;
  background: #b0a198;
}
.footer_inner .container {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 0 0;
}
.block-footernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
  margin: 10px 0 0;
}
.block-footernav li {
  margin-bottom: 20px;
}
.block-footernav li:last-child {
  margin-bottom: 0;
}
.block-footernav a {
  color: #fff;
  text-decoration: none;
}
.block-footernav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.block-footersns--sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.block-footersns--sns-list li {
  margin: auto;
}
.block-footersns--sns-list a {
  display: -ms-grid;
  display: grid;
}
.block-footersns--sns-list img {
  vertical-align: text-bottom;
}
#copyright {
  font-family: "Reddit Sans", sans-serif;
  color: #fff;
  font-size: 12px;
  padding: 55px 0 35px;
}
.block-page-totop {
  display: none;
  right: 100px;
  width: 40px;
  height: 40px;
  background: transparent;
  margin-right: calc((100vw - 1415px) / 2);
  z-index: 9;
}
.block-page-totop a {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 100px;
  background: #b0a198;
  border: 1px solid #fff;
}
.block-page-totop a:hover {
  opacity: 1;
}
.block-page-totop a:before {
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block-page-totop a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
}
.block-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 48px 0;
}
.block-link-content a {
  display: block;
  color: #b3b3b3;
  background: #f5f5f5;
  padding: 5px 16px;
  border-radius: 20px;
}
.block-link-content .this_page {
  background: #2d2926;
  color: #fff;
}
.pagination a {
  font-family: "Reddit Sans", sans-serif;
  border: none;
  color: #b3b3b3;
  font-size: 18px;
  width: 15px;
  height: auto;
  line-height: 28px;
}
.pagination > li.pager-current span {
  font-family: "Reddit Sans", sans-serif;
  color: #2d2926;
  font-size: 18px;
  width: 15px;
  height: auto;
  line-height: 28px;
  border-bottom: 1px solid #2d2926;
}
.block-topic-path a span {
  font-size: 12px;
}
.block-topic-path .block-topic-path--item__home a {
  color: #b3b3b3;
}
.block-recent-item--message {
  color: #fff;
}