@charset "UTF-8";
.page-top .wrapper {
  background: #f5f4f4;
}
.page-top .pane-left-menu {
  display: none;
}
.page-top .pane-contents {
  padding-bottom: 100px;
}
.page-top .pane-contents .container {
  width: auto;
  -ms-grid-columns: auto minmax(0, 1fr);
  grid-template-columns: auto minmax(0, 1fr);
}
.page-top .common_ttl {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  padding-bottom: 21px;
  border-bottom: 1px solid #efece9;
}
.page-top .common_ttl span {
  font-family: "Lato", sans-serif;
  color: #898989;
  font-size: 18px;
  letter-spacing: 1.8px;
}
.page-top .common_ttl:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #333;
}
.page-top .btn-wrap {
  margin-top: 25px;
}
.page-top .btn-wrap a {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 350px;
  min-height: 56px;
  font-size: 16px;
  border: 1px solid #333;
  margin: auto;
  border-radius: 28px;
  padding: 10px;
}
.page-top .btn-wrap a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-top .btn-wrap a:hover {
  opacity: 1;
  background: #e1d29c;
  border-color: #e1d29c;
}
/*mv*/
.page-top #top-single-mv-warp {
  width: 1200px;
  margin: 20px auto 0;
  height: auto;
}
.page-top .block-mv-slider {
  width: 1200px;
  margin: 0 auto;
}
.page-top #top-slide-mv-warp {
  margin-top: 20px;
}
.page-top #top-slide-mv-warp .slick-slide {
  /*height: 500px;*/
  margin-right: 8px;
}
.page-top #top-slide-mv-warp .slick-slide img {
  height: 100%;
}
.page-top #top-slide-mv-warp .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  height: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
.page-top #top-slide-mv-warp .slick-dots li {
  width: 8px;
  height: 8px;
}
.page-top #top-slide-mv-warp .slick-dots li button {
  width: 100%;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background: #e0dfdf;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-top #top-slide-mv-warp .slick-dots li.slick-active button {
  background-color: #333;
}
.page-top #top-slide-mv-warp .slick-arrow {
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 60px;
  border: none;
  background: url("/img/usr/common/arrow_side.png") no-repeat center/contain;
  background-color: #666;
  background-size: 12px;
  border-radius: 2px;
  z-index: 6;
}
.page-top #top-slide-mv-warp .slick-arrow.slick-prev {
  left: -46px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-top #top-slide-mv-warp .slick-arrow.slick-next {
  right: -38px;
}
/*intro*/
.block-top-intro {
  width: 1200px;
  background: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  padding: 55px 0;
  margin: 62px auto 0;
}
.block-top-intro span {
  color: #b40f2f;
  font-weight: bold;
}
/*ジャンルから探す*/
.page-top .block-top-genre {
  margin-top: 95px;
}
.page-top .block-top-genre .inner {
  width: 1200px;
  margin: auto;
}
.page-top .block-top-genre ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.page-top .block-top-genre li a {
  display: block;
  border: 1px solid #efece9;
}
.page-top .block-top-genre li p {
  font-size: 16px;
  text-align: center;
  padding: 23px 20px 17px;
}
/*event*/
.page-top .block-top-event {
  width: 1200px;
  margin: 93px auto 0;
}
.page-top .block-top-event--header {
  border-top: none;
}
.page-top .block-top-event--goods {
  margin-top: 50px;
}
.page-top .block-top-event--goods:first-of-type {
  margin-bottom: 92px;
}
.page-top .block-ranking-r--items li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.page-top .block-ranking-r--items dl {
  position: relative;
  background: #fff;
  padding: 20px;
  margin: 0;
  border: 1px solid #efece9;
}
.page-top .block-ranking-r--items .block-ranking-r--goods-image {
  position: static;
}
.page-top .block-ranking-r--items .block-ranking-r--goods-image figure {
  width: auto;
  height: 184px;
  background: transparent;
}
.page-top .block-ranking-r--items .block-ranking-r--rank {
  font-family: "Lato", sans-serif;
  top: 0;
  left: 0;
  font-size: 16px;
  background: #333;
  border-radius: 0;
}
.page-top .block-ranking-r--items .block-ranking-r--rank-1 {
  background: #beb169;
}
.page-top .block-ranking-r--items .block-ranking-r--rank-2 {
  background: #949494;
}
.page-top .block-ranking-r--items .block-ranking-r--rank-3 {
  background: #bb9876;
}
.page-top .block-ranking-r--items .block-ranking-r--goods-description {
  display: -ms-grid;
  display: grid;
  margin-top: 9px;
}
.page-top .block-ranking-r--items .block-ranking-r--goods-name {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-top: 8px;
}
.page-top .block-ranking-r--items .block-ranking-r--goods-name a {
  font-size: 16px;
  text-decoration: none;
}
.page-top .block-ranking-r--items .price {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.page-top .block-ranking-r--items .price span {
  font-size: 12px;
  padding-left: 3px;
}
.page-top .block-ranking-r--items .block-ranking-r--price-infos {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  margin-top: 16px;
}
.page-top .block-ranking-r--items .net-price {
  display: none;
}
.page-top .block-ranking-r--items .block-icon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.page-top .block-thumbnail-t li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.page-top .block-thumbnail-t dl {
  position: relative;
  width: auto;
  background: #fff;
  padding: 20px;
  margin: 0;
  border: 1px solid #efece9;
}
.page-top .block-thumbnail-t .block-thumbnail-t--goods-image {
  position: static;
}
.page-top .block-thumbnail-t .block-thumbnail-t--goods-image figure {
  width: auto;
  height: 184px;
  background: transparent;
}
.page-top .block-thumbnail-t .block-thumbnail-t--goods-description {
  display: -ms-grid;
  display: grid;
}
.page-top .block-thumbnail-t .block-thumbnail-t--goods-name {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-top: 8px;
}
.page-top .block-thumbnail-t .block-thumbnail-t--goods-name a {
  font-size: 16px;
  text-decoration: none;
}
.page-top .block-thumbnail-t .price {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.page-top .block-thumbnail-t .price span {
  font-size: 12px;
  padding-left: 3px;
}
.page-top .block-thumbnail-t .block-thumbnail-t--price-infos {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  margin-top: 16px;
}
.page-top .block-thumbnail-t .net-price {
  display: none;
}
.page-top .block-thumbnail-t .block-icon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
/*注目の商品*/
.page-top .block-top-pickup {
  width: 1200px;
  margin: 91px auto 0;
}
.page-top .pickup-item-block-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.page-top .pickup-item-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 30px 20px;
}
.page-top .pickup-item-block .img_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-top .pickup-item-block .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.page-top .pickup-item-block .icon img {
  height: 18px;
}
.page-top .pickup-item-block .name {
  font-size: 18px;
  margin-top: 8px;
}
.page-top .pickup-item-block .description {
  font-size: 14px;
  margin-top: 11px;
}
.page-top .pickup-item-block .point {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 16px;
}
.page-top .pickup-item-block .point span {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium";
  font-size: 14px;
  font-weight: 500;
  padding-left: 3px;
}
/*カテゴリから探す*/
.page-top .block-top-category {
  background: #fff;
  padding: 92px 0 100px;
  margin-top: 100px;
}
.page-top .block-top-category .inner {
  width: 1200px;
  margin: auto;
}
.page-top .block-top-category ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 20px;
  margin-top: 50px;
}
.page-top .block-top-category li a {
  display: block;
  background: #fff;
  border: 1px solid #efece9;
  padding: 20px 20px 12px;
}
.page-top .block-top-category li img {
  height: 200px;
}
.page-top .block-top-category li p {
  font-size: 16px;
  text-align: center;
  margin-top: 18px;
}
/*タイトルなし記事*/
.page-top .block-top-article {
  width: 1200px;
  margin: 100px auto 0;
}
.page-top .article-block-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.page-top .article-block {
  background: #fff;
  border: 1px solid #efece9;
}
.page-top .article-block a {
  display: block;
  height: 100%;
}
.page-top .article-block .article-txt {
  padding: 20px 20px 12px;
  font-size: 16px;
}
/*コラム*/
.page-top .block-top-column {
  width: 1200px;
  margin: 95px auto 0;
}
.page-top .block-pagecategory-page-list--frame {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 50px 0 0;
}
.page-top .block-pagecategory-page-list--page {
  width: auto;
  background: #fff;
  border: 1px solid #efece9;
  padding: 20px;
  margin: 0;
}
.page-top .block-pagecategory-page-list--page-image {
  height: auto;
  aspect-ratio: 1/1;
}
.page-top .block-pagecategory-page-list--page-image figure {
  height: 184px;
}
.page-top .block-pagecategory-page-list--date {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}
.page-top .block-pagecategory-page-list--page-caption {
  margin-top: 18px;
}
.page-top .block-pagecategory-page-list--page-caption a {
  display: block;
  height: 100%;
}
/*お知らせ*/
.page-top .block-top-topic {
  width: 1200px;
  margin: 95px auto 0;
}
.page-top .block-top-topic--header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 0 0 27px;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #efece9;
}
.page-top .block-top-topic--header span {
  font-family: "Lato", sans-serif;
  color: #898989;
  font-size: 18px;
  letter-spacing: 1.8px;
}
.page-top .block-top-topic--header:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #333;
}
.page-top .block-top-topic--body {
  margin: 35px 0 0;
}
.page-top .block-top-topic--items li {
  border: none;
  border-top: 1px solid #e0dfdf;
  padding: 0;
}
.page-top .block-top-topic--items li:first-of-type {
  border: none;
}
.page-top .block-top-topic--items li a {
  display: block;
  width: 100%;
  padding: 18px 0 12px;
}
.page-top .block-top-topic--items dt {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.page-top .block-top-topic--items dd {
  font-size: 16px;
}
.page-top .block-top-topic--next-page {
  display: none;
}
/*最近見た商品*/
.page-top .pane-right-menu {
  width: 1200px;
  margin: 80px auto 0;
}
.page-top .block-recent-item {
  width: 100%;
}
.page-top .block-recent-item--header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 0 0 21px;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #efece9;
}
.page-top .block-recent-item--header span {
  font-family: "Lato", sans-serif;
  color: #898989;
  font-size: 18px;
  letter-spacing: 1.8px;
}
.page-top .block-recent-item--header:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #333;
}
.page-top .block-thumbnail-h {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 50px 0 0;
}
.page-top .block-thumbnail-h li {
  width: auto;
  background: #fff;
  border: 1px solid #efece9;
  padding: 15px 15px 12px;
  margin: 0;
}
.page-top .block-thumbnail-h li:nth-of-type(n+7) {
  display: none;
}
.page-top .block-thumbnail-h .block-thumbnail-h--goods-image figure {
  width: 153px;
  height: 153px;
  background: transparent;
}
.page-top .block-thumbnail-h .block-thumbnail-h--goods-image img {
  height: 100%;
}
.page-top .block-thumbnail-h .block-thumbnail-h--goods-description {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  height: 100%;
}
.page-top .block-thumbnail-h .block-thumbnail-h--goods-name {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
  margin-top: 12px;
}
.page-top .block-thumbnail-h .block-thumbnail-h--price-infos {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
  margin-top: 14px;
}
.page-top .block-thumbnail-h .price {
  font-size: 20px;
}
.page-top .block-thumbnail-h .price span {
  font-size: 12px;
  padding-left: 5px;
}
.page-top .block-thumbnail-h .net-price {
  display: none;
}
.page-top .block-thumbnail-h .block-icon {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.page-top .block-recent-item--keep-history {
  display: none;
}
