@charset "UTF-8";

.pane-contents {
  padding: 0;
}

body h2.block-top-topic--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: "Cormorant Garamond", serif;
  width: 1168px;
  color: #fff;
  font-size: 40px;
  text-align: left;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 0;
}

.page-top .block-top-body--body {
  height: auto;
  max-height: 555px;
  overflow: hidden;
  border: none;
  margin: 0;
  background: #000;
}

@media screen and (max-width: 1468px) {
  .page-top .block-top-body--body {
    max-height: 440px;
  }
}

.page-top .block-top-body--body img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-top #block-top-news {
  padding: 9px 0;
  background: #000;
}

.page-top #block-top-news a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.page-top #block-top-breaking-news {
  position: absolute;
  bottom: -330px;
  right: 0;
}

.page-top #block-top-breaking-news a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border: 1px solid #fff;
  width: 60px;
  height: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  background: #4a5047;
}

.page-top #block-top-breaking-news a:hover {
  background: #c0ac49;
  border-color: #c0ac49;
  opacity: 1;
}

.page-top .block-top-topic {
  width: auto;
  border: none;
  padding: 50px 0 77px;
  margin: auto;
  background: url("/img/usr/top/bg_news.jpg") no-repeat top/cover;
}

.page-top .block-top-topic h2.block-top-topic--header:after {
  content: "お知らせ";
  background: transparent !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.page-top .block-top-topic h2.block-top-topic--header span {
  display: none;
}

.page-top .block-top-topic--body {
  width: 1168px;
  margin: 8px auto 0;
}

.page-top .block-top-topic--items {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  margin: 0;
}

.page-top .block-top-topic--items dt {
  color: #fff;
  width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-right: 20px;
}

.page-top .block-top-topic--items dd {
  color: #fff;
}

.page-top .block-top-topic--items dd:after {
  content: "→";
  margin-left: 16px;
}

.page-top .block-top-topic--items .block-top-topic--icon {
  height: 22px;
}

.page-top .block-top-topic--next-page {
  margin-top: 24px;
}

.page-top .block-top-topic--next-page a {
  width: 280px;
  background: #fff;
  font-size: 0;
  padding: 18px 0;
  border: 1px solid #3c4941;
}

.page-top .block-top-topic--next-page a:before {
  font-family: "Cormorant Garamond", serif;
  position: static;
  content: "View More";
  color: #3c4941;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border: none;
}

.page-top .block-top-topic--next-page a:after {
  content: "";
  top: 0;
  bottom: 0;
  left: auto;
  right: 24px;
  margin: auto 0;
  width: 24px;
  height: 4px;
  background: url("/img/usr/common/arrow01.png") no-repeat center/contain;
  border: none;
}

.page-top .block-top-topic--next-page a:hover {
  background: #c0ac49;
  border-color: #c0ac49;
  opacity: 1;
}

.page-top .block-top-topic--next-page a:hover:before {
  color: #fff;
}

.page-top .block-top-topic--next-page a:hover:after {
  right: 20px;
  background: url("/img/usr/common/arrow02.png") no-repeat center/contain;
}

.page-top .block-top-event {
  width: auto;
  overflow: hidden;
  background: #343535;
  padding: 50px 0 80px;
}

.page-top .block-top-event .block-top-event--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;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  margin: auto;
  padding: 0;
}

.page-top .block-top-event .block-top-event--header:after {
  content: none;
}

.page-top .block-top-event .block-top-event--header span {
  font-size: 14px;
  font-weight: 400;
}

.page-top .block-top-event .block-top-event--goods {
  width: 1168px;
  margin: 30px auto 0;
  overflow: visible;
}

.page-top .block-top-event .block-link-btn {
  margin: 20px 0 0;
}

.page-top .block-top-event .block-link-btn a {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  display: block;
  width: 280px;
  margin: auto;
  color: #3c4941;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  padding: 12px 0;
  border: 1px solid #3c4941;
}

.page-top .block-top-event .block-link-btn a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: auto;
  right: 24px;
  margin: auto 0;
  width: 24px;
  height: 4px;
  background: url("/img/usr/common/arrow01.png") no-repeat center/contain;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-top .block-top-event .block-link-btn a:hover {
  background: #c0ac49;
  border-color: #c0ac49;
  opacity: 1;
  color: #fff;
}

.page-top .block-top-event .block-link-btn a:hover:after {
  right: 20px;
  background: url("/img/usr/common/arrow02.png") no-repeat center/contain;
}

.page-top .block-pickup-list-p {
  margin-right: calc(50% - 50vw);
}

.page-top .block-pickup-list-p--item-body {
  width: 246px;
  margin-right: 32px;
  margin-bottom: 0;
}

.page-top .block-pickup-list-p--image {
  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;
}

.page-top .block-pickup-list-p--image a:focus {
  outline: none;
}

.page-top .block-pickup-list-p--image figure {
  width: 100%;
  height: 100%;
}

.page-top .block-pickup-list-p--item-description {
  display: block;
  padding: 0;
  margin: 18px 0 0;
}

.page-top .block-pickup-list-p--goods-name a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.page-top .block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin: 11px 0 0;
}

.page-top .block-icon span {
  margin: 0;
}

.page-top .variation-name,
.page-top .block-pickup-list-p--comment,
.page-top .block-pickup-list-p--add-cart {
  display: none;
}

.page-top .block-pickup-list-p--price-infos .price {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
}

.page-top .block-top-items {
  background: url("/img/usr/top/bg_items.jpg") no-repeat top/cover;
  padding: 50px 0 80px;
}

.page-top .block-top-items-list {
  width: 1168px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.page-top .block-top-items-list li {
  position: relative;
  border: 1px solid #fff;
  border-right: none;
}

.page-top .block-top-items-list li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-top .block-top-items-list li:hover:before {
  background: transparent;
}

.page-top .block-top-items-list li:hover a:hover {
  opacity: 1;
}

.page-top .block-top-items-list li:hover a p {
  opacity: 0;
}

.page-top .block-top-items-list li:nth-of-type(1) a {
  background: url("/img/usr/top/item01.jpg") no-repeat center/cover;
}

.page-top .block-top-items-list li:nth-of-type(2) a {
  background: url("/img/usr/top/item02.jpg") no-repeat center/cover;
}

.page-top .block-top-items-list li:nth-of-type(3) a {
  background: url("/img/usr/top/item03.jpg") no-repeat center/cover;
}

.page-top .block-top-items-list li:nth-of-type(3) {
  border-right: 1px solid #fff;
}

.page-top .block-top-items-list li:nth-of-type(4) {
  border-right: 1px solid #fff;
}

.page-top .block-top-items-list li:nth-of-type(4) a {
  background: url("/img/usr/top/item04.jpg") no-repeat center/cover;
}

.page-top .block-top-items-list li a {
  display: -ms-grid;
  display: grid;
  text-align: center;
  height: 106px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.15rem;
}

.page-top .block-top-items-list li p {
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-top .block-top-blog {
  background: url("/img/usr/top/bg_blog.jpg") no-repeat top/cover;
  padding: 48px 0 80px;
}

.page-top .block-pagecategory-page-list {
  width: 1168px;
  margin: auto;
}

.page-top .block-pagecategory-page-list--frame {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 64px;
  padding: 40px 45px 40px 55px;
  background: #939a9c;
  clip-path: polygon(1.5% 0, 98.5% 0, 100% 3.5%, 100% 97.5%, 98.5% 100%, 1.5% 100%, 0 96.5%, 0 3.5%);
}

.page-top .block-pagecategory-page-list--page {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px 12px;
}

.page-top .block-pagecategory-page-list--page-image {
  max-width: 278px;
  max-height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.page-top .block-pagecategory-page-list--page-image img {
  max-height: 156px;
}

.page-top .block-pagecategory-page-list--date {
  font-family: "Inter", sans-serif;
  position: relative;
  width: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
}

.page-top .block-pagecategory-page-list--date span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.page-top .block-pagecategory-page-list--date img {
  display: block;
  height: 22px;
}

.page-top .block-pagecategory-page-list--page-caption {
  padding-right: 35px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-top .block-pagecategory-page-list--page-caption:after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  content: "";
  width: 16px;
  height: 8px;
  background: url("/img/usr/common/arrow03.png") no-repeat center/contain;
}

.page-top .block-pagecategory-page-list--page-caption a {
  line-height: 25px;
}

.page-top .pane-right-menu {
  width: auto;
  overflow: hidden;
  background: #343535;
  padding: 68px 0 80px;
  margin: 0;
}

.page-top .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;
}

.page-top .pane-right-menu .block-recent-item--header:before {
  content: "VIEWED ITEM";
  font-size: 40px;
  font-weight: bold;
}

.page-top .pane-right-menu .block-recent-item--header:after {
  content: none;
}

.page-top .block-recent-item {
  width: auto;
  border: none;
  padding: 0;
}

.page-top .block-recent-item--items {
  width: 1155px;
  margin: 40px auto 0;
  overflow: visible;
}

.page-top .block-thumbnail-h {
  margin-right: calc(50% - 50vw);
}

.page-top .block-thumbnail-h li {
  width: 246px;
  padding: 0;
  margin: 0;
  margin-right: 32px;
}

.page-top .block-thumbnail-h--item-body {
  width: 246px;
  margin-right: 32px;
  margin-bottom: 0;
}

.page-top .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;
}

.page-top .block-thumbnail-h--goods-image a:focus {
  outline: none;
}

.page-top .block-thumbnail-h--goods-image figure {
  position: static;
  width: 100%;
  height: 100%;
  padding: 0;
}

.page-top .block-thumbnail-h--goods-description {
  display: block;
  padding: 0;
  margin: 18px 0 0;
}

.page-top .block-thumbnail-h--goods-name a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.page-top .block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.page-top .block-icon span {
  margin: 0;
}

.page-top .variation-name,
.page-top .block-thumbnail-h--comment,
.page-top .block-thumbnail-h--add-cart {
  display: none;
}

.page-top .block-thumbnail-h--price-infos .price {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}

.page-top .block-top-location {
  padding: 50px 0 63px;
  background: url("/img/usr/top/bg_location.jpg") no-repeat top/cover;
}

.page-top .block-top-location .location-list {
  width: 1168px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-top .block-top-location .location-list-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  border-right: none;
  padding: 48px 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}

.page-top .block-top-location .location-list-block:last-of-type {
  border-right: 1px solid #fff;
}

.page-top .block-top-location .location-ttl {
  font-size: 18px;
  margin: -4px 0 0;
}

.page-top .block-top-location .location-address,
.page-top .block-top-location .location-tel,
.page-top .block-top-location .location-time {
  margin: 15px 0 0;
  line-height: 20px;
}

.page-top .block-top-location .location-list-block-img {
  width: 168px;
}

.page-top .block-top-location .location-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 30px 0 0;
}

.page-top .block-top-location .location-btn-wrap a {
  font-family: "Cormorant Garamond", serif;
  display: block;
  color: #fff;
  padding: 6px 24px;
}

.page-top .block-top-location .location-btn-wrap a.more {
  background: #c0ac49;
}

.page-top .block-top-location .location-btn-wrap a.map {
  border: 1px solid #fff;
}