:root {
  --swiper-theme-color: #e38328 !important;
}
html {
  scroll-padding-top: 67px;
}
body {
  font-family: 'Noto Sans JP', 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  color: #494949;
}
main,
section,
h1,
h2,
h3,
h4,
h5,
figure,
nav {
  display: block;
  margin: 0;
  padding: 0;
}
strong {
  font-weight: bold;
}
.container {
.block-cart--rule { 
    display: none; 
}

  width: 1200px;
  margin: 0 auto;
}
header {
  border-bottom: 1px solid #ddd;
}
header #header-nav {
  background: #000;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
header #header-title {
  display: flex;
  align-self: center;
  color: #fff;
  font-size: 11px;
}
header nav a {
  display: inline-block;
  position: relative;
  padding: 5px 22px 3px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  transition: 0.3s;
}
header nav a:hover {
  text-decoration: none;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
header .header-li-br {
  background-color: #e38328;
}
header .header-li-br a:hover {
  background-color: #cca56f;
}
header .header-li-gr {
  background-color: #82b613;
}
header .header-li-gr a:hover {
  background-color: #95c62a;
}
header .header-li-bk a:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: '';
  transition: 0.3s;
}
header .header-li-bk a:hover:before {
  left: 10px;
}
header #header-main {
  padding: 20px 0;
  background-color: #fff;
}
header #header-main .container {
  display: flex;
  align-items: center;
}
header #header-main #header-logo {
  width: 300px;
}
header #header-main #header-logo a {
  display: inline-block;
  transition: 0.3s;
}
header #header-main #header-logo a:hover {
  opacity: 0.8;
}
header #header-main #header-search {
  position: relative;
  z-index: 10;
  width: 600px;
}
header #header-main #header-search form {
  display: block;
}
header #header-main #header-search .block-global-search--keyword {
  width: 100%;
  padding: 10px 175px 10px 20px;
  border: 1px solid #ddd;
  border-radius: 7px;
  font-size: 12px;
  color: #000;
}
header #header-main #header-search .block-global-search--keyword::placeholder {
  color: #bbb;
}
header #header-main #header-search .block-global-search--keyword::-ms-input-placeholder {
  color: #bbb;
}
header #header-main #header-search .block-global-search--keyword::-ms-input-placeholder {
  color: #bbb;
}
header #header-main #header-search .block-global-search--keyword:focus {
  outline: none;
}
header #header-main #header-search .block-global-search--submit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 60px;
  border-radius: 0 7px 7px 0;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  background-image: url("../../img/usr/common/icon_header_search.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  transition: 0.3s;
}
header #header-main #header-search .block-global-search--submit:focus {
  outline: none;
}
header #header-main #header-search .block-global-search--submit:active,
header #header-main #header-search .block-global-search--submit.btn.active {
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.05);
}
header #header-main #header-search .block-global-search--submit:hover {
  opacity: 0.8;
}
header #header-main #header-search .header-search-category {
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  width: 100px;
}
header #header-main #header-search .header-search-category:before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  border-left: 1px solid #ddd;
  content: '';
}
header #header-main #header-search .header-search-category #header-category-select {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}
header #header-main #header-search .header-search-category #header-category-select:hover {
  opacity: 0.8;
}
header #header-main #header-search .header-search-category #header-category-select span {
  display: inline-block;
  position: relative;
}
header #header-main #header-search .header-search-category #header-category-select span:after {
  position: absolute;
  top: calc(50% - 4px);
  right: -15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  content: '';
}
header #header-main #header-search #header-category-select-list {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 80px);
  width: 160px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
header #header-main #header-search li {
  padding: 8px 0;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
header #header-main #header-search li:hover {
  background-color: #f7f7f7;
}
header #header-main #header-search li+li {
  border-top: 1px solid #ddd;
}
header #header-main #header-link {
  width: 300px;
}
header #header-main #header-link ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header #header-main #header-link li {
  width: 70px;
}
header #header-main #header-link a {
  display: block;
  height: 100%;
  padding-top: 25px;
  font-size: 10px;
  text-align: center;
  transition: 0.3s;
}
header #header-main #header-link a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#header ul.customer_menu_ li#gnav_cart .block-headernav--cart-count {
  display: flex !important;
  justify-content: center;
  align-items: center;
  top: 4px;
  width: 29px;
  height: 29px;
  line-height: 1;
  border-radius: 0;
}
.pane-left-menu {
  width: 240px;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
}
.pane-left-menu #block_of_jscart {
  display: none;
}
.pane-left-menu #block_of_categorytree .block-category-tree--header {
  display: none;
}
.pane-left-menu .block-category-tree--level-1 > li {
  position: relative;
}
.pane-left-menu .block-category-tree--level-1 > li a {
  display: flex;
  transition: 0.3s;
}
.pane-left-menu .block-category-tree--level-1 > li a:hover {
  text-decoration: none;
  background-color: #f8f3ed;
}
.pane-left-menu .block-genre-tree--level1 > li span,
.pane-left-menu .block-category-tree--level-1 > li span {
  display: block;
  font-weight: bold;
}
.pane-left-menu .block-category-tree--level-1>li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  pointer-events: none;
}
.pane-left-menu .block-category-tree--image {
  flex-shrink: 0;
  line-height: 1;
}
.pane-left-menu #block_of_genretree .block-genre-tree--item__open a,
.pane-left-menu #block_of_genretree .block-genre-tree--item a,
.pane-left-menu #block_of_genretree .block-genre-tree--item>span {
  height: auto;
}
.pane-left-menu #block_of_genretree .block-genre-tree--header {
  display: none;
}
.pane-left-menu #block_of_genretree .block-genre-tree--level2 > li {
  position: relative;
  border-top: none;
  border-bottom: 1px solid #f0f0f0;
}
.pane-left-menu #block_of_genretree .block-genre-tree--level2 > li span {
  display: block;
  padding: 8px 0;
}
.pane-left-menu #block_of_genretree .block-genre-tree--level2 > li:before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #000;
  content: '';
}
.pane-left-menu #block_of_genretree .block-genre-tree--level2 > li a:hover {
  color: #e38328;
}
.block-top-body--body {
  position: relative;
  margin-top: 30px;
  width: 1000px;
  height: auto;
}
.block-top-body--body #top-slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.block-top-body--body #top-slider .slick-arrow:focus {
  outline: none;
}
.block-top-body--body #top-slider .slick-arrow:hover {
  background: #f7f7f7;
}
.block-top-body--body #top-slider .slick-arrow:after {
  position: absolute;
  top: 18px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}
.block-top-body--body #top-slider .slick-arrow.slick-prev {
  right: 50px;
}
.block-top-body--body #top-slider .slick-arrow.slick-prev:after {
  left: 20px;
  transform: rotate(-135deg);
}
.block-top-body--body #top-slider .slick-arrow.slick-next {
  right: 0;
}
.block-top-body--body #top-slider .slick-arrow.slick-next:after {
  right: 20px;
  transform: rotate(45deg);
}
.block-top-body--body #top-slider .slick-dots {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.block-top-body--body #slider-page-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 70px;
  height: 50px;
  padding-left: 10px;
  background: #fff;
}
.block-top-body--body #slider-page-wrap span {
  display: inline-block;
  align-self: center;
  font-weight: 600;
  font-size: 13px;
}
.top-feature-title h2,
.top-showroom-title {
  display: inline-block;
  border-top: none;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
.top-feature-title h2 span,
.top-showroom-title span {
  display: none;
}
.top-showroom-title {
  display: flex;
  padding: 0 20px;
}
.block-top-free2--body {
  margin: 0;
}
#block_of_top_free2 {
  position: relative;
  border-top: none;
}
#block_of_top_free2:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
  content: '';
}
#block_of_top_free2 .block-top-free2--header {
  display: inline-block;
  border-top: none;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
#notice-top {
  padding: 10px 0;
  background-color: #f8f3ed;
  text-align: center;
  font-weight: 600;
}
.icon_support {
  background-image: url("../../img/usr/common/icon_support.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center top;
}
.icon_favorite {
  background-image: url("../../img/usr/common/icon_favorite.png");
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: center top;
}
.icon_cart {
  position: relative;
  background-image: url("../../img/usr/common/icon_cart.png");
  background-repeat: no-repeat;
  background-size: 23px 20px;
  background-position: center top;
}
.block-top-free2--body {
  padding: 40px 20px 20px 20px;
}
.block-top-free2--body ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.block-top-free2--body li {
  width: 220px;
  margin-bottom: 30px;
}
.block-top-free2--body li a {
  display: block;
  transition: 0.3s;
}
.block-top-free2--body li a:hover {
  color: #e38328;
  opacity: 0.8;
}
.block-top-free2--body li a:hover .feature-item-title {
  color: #e38328;
}
.block-top-free2--body li figure {
  width: 100%;
  height: 220px;
}
.block-top-free2--body li:nth-child(4n+2),
.block-top-free2--body li:nth-child(4n+3),
.block-top-free2--body li:nth-child(4n+4) {
  margin-left: calc((100% - (220px * 4)) / 3);
}
.block-top-free2--body li p {
  padding: 20px 0 15px;
  font-weight: 600;
  font-size: 13px;
}
.block-top-free2--body li span {
  display: block;
}
.block-top-free2--body li .feature-item-title {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
}
.block-top-free2--body li .feature-item-price {
  font-weight: 600;
  font-size: 12px;
}
.block-top-free2--body li .feature-item-price em {
  font-weight: 700;
  font-size: 16px;
}
.block-top-event--goods .block-thumbnail-t {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
}
.block-top-event--goods .block-thumbnail-t li {
  width: 300px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: 0.3s;
}
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--goods-description {
  margin-top: 0;
  transition: 0.3s;
}
.block-top-event--goods .block-thumbnail-t li .js-enhanced-ecommerce-goods-name {
  display: block;
  padding: 20px 0 15px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}
.block-top-event--goods .block-thumbnail-t li .variation-name {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
  transition: 0.3s;
}
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos {
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  transition: 0.3s;
}
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos em {
  font-weight: 700;
  font-size: 16px;
}
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--price {
  text-align: left;
  color: #000;
  font-size: 16px;
  transition: 0.3s;
}
.block-top-event--goods .block-thumbnail-t li .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--net-price {
  display: none;
  text-align: left;
  font-size: 16px;
  transition: 0.3s;
}
.block-top-event--goods .block-thumbnail-t li dl {
  width: 100%;
}
.block-top-event--goods .block-thumbnail-t li figure {
  width: 100%;
  height: 300px;
}
.block-top-event--goods .block-thumbnail-t li:nth-child(3n+2),
.block-top-event--goods .block-thumbnail-t li:nth-child(3n+3) {
  margin-left: calc((100% - (300px * 3)) / 2);
}
.block-top-event--goods .block-thumbnail-t li:hover {
  color: #e38328;
  opacity: 0.8;
}
.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--goods-description {
  color: #e38328;
}
.block-top-event--goods .block-thumbnail-t li:hover .js-enhanced-ecommerce-goods-name {
  color: #e38328;
}
.block-top-event--goods .block-thumbnail-t li:hover .variation-name {
  color: #e38328;
}
.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos {
  color: #e38328;
}
.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #e38328;
}
.block-top-event--goods .block-thumbnail-t li:hover .block-thumbnail-t--price-infos .block-thumbnail-t--price-items .block-thumbnail-t--net-price {
  color: #e38328;
}
#block_of_top_free1 {
  position: relative;
  padding-top: 40px;
  border-top: none;
}
#showroom-slide-wrap {
  width: calc(100% - 40px);
  margin: 30px auto;
  overflow: hidden;
}
#showroom-slide {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
#showroom-slide .slick-list {
  overflow: visible;
}
#showroom-slide .slick-slide {
  margin: 0 15px;
}
#showroom-slide .slick-slide:focus {
  outline: none;
}
#showroom-slide .slick-arrow {
  position: absolute;
  top: 200px;
  z-index: 10;
  width: 78px;
  height: 78px;
  border: none;
  background-color: transparent;
  background-image: url("../../img/usr/common/icon_showroom_arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
  font-size: 0;
  color: transparent;
  transition: 0.3s;
}
#showroom-slide .slick-arrow.slick-prev {
  left: -38px;
  transform: rotate(-180deg);
}
#showroom-slide .slick-arrow.slick-next {
  right: -38px;
}
#showroom-slide .slick-arrow:hover {
  opacity: 0.8;
}
#showroom-slide .showroom-link {
  margin: 15px 0;
}
#showroom-slide .showroom-link a {
  display: inline-block;
  position: relative;
  font-size: 12px;
}
#showroom-slide .showroom-link a:hover {
  color: #e38328;
}
#showroom-slide .showroom-link a+a {
  margin-left: 20px;
}
#showroom-slide .showroom-link a+a:before {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 5;
  content: '/';
}
#block_of_category {
  position: relative;
  padding: 40px 20px;
  border-top: none;
}
#block_of_category:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
  content: '';
}
#block_of_category a {
  transition: 0.3s;
}
#block_of_category a:hover {
  opacity: 0.8;
}
#block_of_category .block-category-style-g--item:nth-child(2n) {
  margin: 0;
  margin-bottom: 25px;
}
#block_of_category .block-category-style-g--item {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 160px;
  margin-bottom: 25px;
}
#block_of_category .block-category-style-g--item:nth-child(5n+2),
#block_of_category .block-category-style-g--item:nth-child(5n+3),
#block_of_category .block-category-style-g--item:nth-child(5n+4),
#block_of_category .block-category-style-g--item:nth-child(5n+5) {
  margin-left: calc((100% - (160px * 5)) / 4);
}
#block_of_category .block-category-style-g--item h3 {
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}
#block_of_category .block-category-style-g--item ul {
  display: none;
}
#block_of_category .block-category-style-g--item-name {
  order: 2;
  border: none;
}
#block_of_category .block-category-style-g--item-image {
  order: 1;
  width: 160px;
  float: none;
}
#block_of_category a {
  display: block;
}
.pane-footer {
  padding: 0;
  background: transparent;
}
.pane-footer > .container {
  width: 100%;
}
.pane-footer .footer-breadcrumb_ a:hover {
  color: #cf7517;
}
#footer-top {
  padding: 10px 0;
  background: #e6e6e6;
}
#footer-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer-top-sns {
  display: flex;
  align-content: center;
}
#footer-top-sns a {
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s;
}
#footer-top-sns a:hover {
  opacity: 0.8;
}
#footer-top-sns img {
  display: block;
}
#footer-top-pagetop {
  position: relative;
  font-weight: 600;
  font-size: 12px;
}
#footer-top-pagetop a {
  display: inline-block;
  position: relative;
}
#footer-top-pagetop a:before {
  position: absolute;
  top: 7px;
  left: -20px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  content: '';
}
#footer-nav {
  padding: 30px 0;
  background: #ce313d;
}
#footer-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer-nav a {
  display: inline-block;
}
#footer-nav nav {
  display: flex;
}
#footer-nav nav a {
  margin-right: 20px;
  color: #fff;
  font-size: 12px;
}
#footer-nav nav a + a {
  margin: 0 20px;
}
#footer-nav nav + nav {
  margin-left: 25px;
  padding-left: 40px;
  border-left: 1px solid #fff;
}
#footer-nav #footer-nav-link {
  display: flex;
  align-items: center;
}
#footer-nav #footer-nav-ectop a {
  color: #999;
  font-size: 10px;
}
#footernav {
  display: none;
}
#copyright {
  display: none;
}
#footer_pagetop {
  display: none !important;
}
.pane-topic-path {
  background-color: #fff;
}
.block-filter--tree-2>li {
  padding-left: 20px;
}
#review_form .btn-secondary {
  margin-left: auto;
}
#userreview_frame.block-goods-user-review--list {
  border-top: 1px solid #ddd;
}
.block-goods-user-review--item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.block-goods-list--display-style-items {
  border-top: 1px solid #ddd;
}
.block-goods-list--display-style-items dt {
  border-bottom: 1px solid #ddd;
}
.block-goods-list--display-style-items,
.block-goods-list--sort-order-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.block-goods-list--display-style-items dt,
.block-goods-list--sort-order-items dt {
  display: block;
  padding: 10px 10px 10px 15px;
  border-right: 1px solid #ddd;
  background-color: #f5f5f5;
}
.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
  display: block;
}
.block-goods-list--display-style-items dd.active,
.block-goods-list--sort-order-items dd.active {
  display: block;
  padding: 10px;
  font-weight: 600;
  color: #e38328;
}
.block-goods-list--display-style-items dd a,
.block-goods-list--sort-order-items dd a {
  display: block;
  padding: 10px;
}
.pager {
  margin-top: 15px;
}
.pager .pager-count span {
  font-weight: 600;
}
.page-category .pane-main h1,
.page-category .pane-main .h1 {
  margin: 17px 0 9px;
}
.page-category .pane-main .block-thumbnail-t {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.page-category .pane-main .block-thumbnail-t li {
  width: 220px;
}
.page-category .pane-main .block-thumbnail-t li:nth-child(4n+2),
.page-category .pane-main .block-thumbnail-t li:nth-child(4n+3),
.page-category .pane-main .block-thumbnail-t li:nth-child(4n+4) {
  margin-left: calc((100% - (220px * 4)) / 3);
}
.page-category .pane-main .block-thumbnail-t li dl {
  width: 100%;
}
.page-category .pane-main .block-thumbnail-t li figure {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.page-category .pane-main .block-thumbnail-t li figure img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.page-category .pane-main .block-thumbnail-t--goods-description {
  margin-top: 0;
}
.page-category .pane-main .block-thumbnail-t--goods-name {
  display: block;
  padding: 20px 0 15px;
  font-weight: 600;
  font-size: 13px;
}
.page-category .pane-main .block-thumbnail-t--goods-name a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.page-category .pane-main .block-thumbnail-t--goods-name a:hover {
  color: #e38328;
}
.page-category .pane-main .variation-name {
  font-weight: 600;
  font-size: 12px;
  color: #808080;
}
.page-category .pane-main .block-thumbnail-t--price {
  text-align: left;
  color: #000;
  font-size: 16px;
}
.page-category .pane-main .block-thumbnail-t--net-price {
  display: none;
}
.page-category .pane-right-menu {
  display: none;
}
.block-switcher {
  display: none;
}
.optimaized-h1 {
  display: none;
}
.btn-primary {
  border: none;
  background-color: #e38328;
}
.pane-goods-left-side {
  margin: 0 40px 0 0;
}
.pane-main {
  margin-bottom: 90px;
}
#block_of_filter {
  margin-top: 30px;
  padding: 20px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
#block_of_filter h2 {
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
}
#block_of_filter .block-filter--header {
  display: block;
  height: auto;
  padding: 5px 0;
  font-weight: 600;
  color: #000;
}
#block_of_filter #frmFilterList h3 {
  position: relative;
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#block_of_filter #frmFilterList h3:before,
#block_of_filter #frmFilterList h3:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 15px;
  height: 1px;
  background: #999;
  content: '';
}
#block_of_filter #frmFilterList h3:after {
  transform: rotate(0deg);
  transition: 0.3s;
}
#block_of_filter #frmFilterList h3:hover {
  color: #e38328;
}
#block_of_filter #frmFilterList h3:hover:before,
#block_of_filter #frmFilterList h3:hover:after {
  background: #e38328;
}
#block_of_filter #frmFilterList h3.inactive:after {
  transform: rotate(90deg);
}
#block_of_filter .block-filter--imagelist-inner-accordion,
#block_of_filter .block-filter--list-inner-accordion,
#block_of_filter .block-filter--treelist-inner-accordion {
  display: block;
  margin-bottom: 20px;
  padding: 10px 0 0 10px;
  font-size: 12px;
}
#block_of_filter .block-filter-option-items {
  padding: 5px 0;
}
#block_of_filter .block-filter--treeitem-dir i {
  transform: rotate(-90deg);
}
#block_of_filter .block-filter--treeitem-dir__close i {
  transform: rotate(90deg);
}
#block_of_filter .block-filter--treeitem-name {
  width: 100%;
  height: auto;
  padding: 5px 0;
  font-size: 12px;
}
#block_of_filter .block-filter--treeitem-selected {
  color: #e38328;
}
.block-pickup-list-w--items,
.block-goods-list-d--items,
.block-cart-i--items,
.block-goods-detail-j--items,
.block-thumbnail-t {
  width: 790px;
  margin: 0 auto;
}
.block-list-s--items {
  display: flex;
  flex-wrap: wrap;
  width: 790px;
  margin: 30px auto;
}
.block-goods-list-d--item-body {
  width: 100%;
}
.block-goods-list-d--item-body .block-goods-list-d--item-description {
  width: calc(100% - 200px);
}
.block-goods-list-d--item-body .block-goods-list-d--add-cart {
  margin-left: auto;
}
.block-category-list--goods .block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.block-category-list--goods .block-ranking-r--items li {
  width: 190px;
}
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+2),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+3),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+4),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+5) {
  margin-left: 12px;
}
.block-category-list--goods .block-ranking-r--items li figure {
  width: 190px;
  height: 190px;
}
.block-check-list-a--form .block-check-list-a--items {
  margin-top: 30px;
}
.page_contents {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.page_contents .anchor_ {
  padding: 20px 0;
}
.page_contents .anchor_ h3 {
  font-weight: 600;
}
.page_contents .anchor_>* {
  margin-bottom: 10px;
}
.page-login .pane-order-contents {
  margin-top: 40px;
  margin-top: 108px;
}
.page-contact .pane-contents {
  margin-top: 40px;
  margin-top: 108px;
}
.page-alert .pane-contents {
  margin-top: 40px;
  margin-top: 108px;
}
.pane-order-contents {
  border: none;
}
.page-contactthanks .pane-contents {
  margin-top: 40px;
}
.page-contentspages .page_contents_inner>* {
  padding: 20px 0;
}
.page-contentspages .page_contents_inner {
  margin-top: 30px;
}
.block-no-stock--message {
  width: 240px;
  margin-inline: auto;
  margin-top: 20px;
}
.block-variation--item.active dt {
  border: 2px solid #82b613;
}
.page-goods .pane-goods-right-side .block-variation {
  margin-top: 30px;
}
.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item {
  align-self: stretch;
  width: calc((100% - 5px) / 2);
  margin: 0 0 5px 0;
}
.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item:nth-child(2n) {
  margin-left: 5px;
}
.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: unset;
}
.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item dt span {
  display: block;
  width: 100%;
  height: auto;
}
.page-goods .block-variation--selected-item {
  margin-top: 10px;
}
.page-goods .block-variation--selected-item {
  margin-top: 10px;
}
.page-goods .block-variation--name.block-color--name,
.page-goods .block-variation--name.block-size--name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
.block-variation--item {
  margin-bottom: 5px;
}
.block-variation.block-size .block-variation--item-list {
  display: flex;
  flex-wrap: wrap;
}
.block-size-with-cart--item,
.block-variation-add-cart {
  align-items: center;
}
.block-size-with-cart--item .btn-primary,
.block-variation-add-cart .btn-primary {
  margin-top: 0;
}
.block-color-size-with-cart--color-line,
.block-color-size-with-cart--size-line {
  display: flex;
  justify-content: flex-start;
}
.block-size-with-cart--item .block-size-with-cart--item-term {
  width: 160px;
}
.block-size-with-cart--item .block-size-with-cart--item-term span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.block-color-size-with-cart--color-line .block-size-with-cart--item-term,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term,
.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term {
  width: 140px;
}
.block-color-size-with-cart--color-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term span,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.3;
}
.block-color-size-with-cart--color-line .block-variation-favorite--btn,
.block-color-size-with-cart--size-line .block-variation-favorite--btn {
  width: 40px;
}
.block-color-size-with-cart--color-line .block-variation-add-cart--btn,
.block-color-size-with-cart--size-line .block-variation-add-cart--btn {
  width: 150px;
}
.page-contentspages #page-agree {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.page-contentspages #page-agree>p {
  font-weight: 600;
  font-size: 18px;
}
.page-contentspages #page-agree li {
  margin-bottom: 30px;
}
.price {
  color: #000;
}
.block-pickup-list-w--item-body {
  margin-bottom: 30px;
}
.block-check-list-a--form .block-check-list-a--net-price {
  text-align: right;
}
.pager-current {
  color: #e38328;
}
.block-user-review--evaluation-message {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
#confirm_+.block-user-review--message {
  margin-top: 20px;
}
.block-user-review {
  padding-top: 30px;
}
.block-user-review-completed {
  padding-top: 30px;
}
.block-user-review-completed--message-header {
  padding: 10px 0 20px;
  font-size: 18px;
}
.block-quick-order {
  padding-top: 30px;
}
.block-order-gift-select--delivery-dest-header {
  padding-top: 10px;
}
.block-shipping-address-registration--message {
  padding: 10px 0 20px;
}
.block-inquiry-history-detail {
  width: 790px;
  margin: 0 auto;
}
.block-inquiry-history-detail--update-dt {
  font-size: 14px;
}
.block-genre-tree--item__open {
  margin-top: 0;
  padding-bottom: 0;
  border-top: 3px solid #000;
}
/* ランキング */
.block-top-event {
  margin: 0 0 90px;
}
.block-top-event .block-top-event--header {
  display: block;
  height: 19px;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
  border: none;
  background: url("/img/event/1/ranking.png") no-repeat 0 0;
}
.block-top-event .block-top-event--header a {
  display: none;
}
/* 新着情報 */
.block-top-topic {
  position: relative;
}
.topiclist_head_ {
  line-height: 1;
  margin-bottom: 40px;
}
.block-top-topic--next-page {
  position: absolute;
  top: 29px;
  right: 0;
  margin: 0;
  text-align: left;
}
.block-top-topic--next-page a {
  display: block;
  overflow: hidden;
  width: 120px;
  height: 25px;
  text-indent: -100vw;
  background: url("/img/usr/common/btn_list.jpg") no-repeat 0 0;
}
.block-top-topic--next-page a:hover {
  opacity: 0.7;
}
.block-top-topic--body {
  margin-bottom: 0;
}
.block-top-topic--items li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.block-top-topic--items li a {
  display: block;
}
.block-top-topic--items li a:hover {
  color: #e38328;
}
.block-top-topic--items li a dl {
  display: flex;
  align-items: flex-start;
}
.block-top-topic--items li dt {
  width: 130px;
  margin: 0;
  padding: 0 0 0 20px;
}
.block-top-topic--items li dd {
  flex: 1;
}
/* --------------------------------------------------------------------
	ここから追加
--------------------------------------------------------------------- */
#header .header_inner2_ {
  z-index: 2;
}
.header_navi_bg {
  position: relative;
}
.header_navi_bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 94px);
  height: 100%;
  background-color: rgba(255,255,255,0.3);
}
.pane-left-menu h2 {
  font-size: 16px;
  border-top: #444 0px solid;
  padding: 0;
  font-weight: bold;
  margin-bottom: 0;
}
.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: #eee 0px solid;
}
.block-category-tree--item__open,
.block-category-tree--item {
  border-top: #eee 0px solid;
}
/*商品ページ左側枠の横幅調整*/
.pane-goods-left-side {
  width: 640px;
}
.pane-right-menu {
  width: 790px;
}
.pane-right-menu {
  margin: 0;
}
.block-goods-comment1 img {
  display: block;
  margin: 0.5rem 0;
}
/*マイページ系修正*/
.block-mypage--customer-status {
  background: #f8f7f2;
  border-radius: 3px;
  color: #333;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 20px;
}
.block-mypage--logout a:link {
  color: #333;
  text-decoration: underline;
}
.block-mypage--logout a:visited {
  color: #333;
  text-decoration: underline;
}
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  font-size: 22px;
  padding: 20px;
  background: #f8f7f2;
  margin-bottom: 20px;
}
.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li,
.block-mypage--linesync-info-items li {
  width: 350px;
  max-width: 350px;
}
.block-icon-image {
  margin-top: 3px;
}
.block-cart--contents {
  width: 780px;
}
.block-order-method--contents {
  width: 740px;
}
.block-order-method--goods-item-image,
.block-order-estimate--goods-item-image {
  background-color: #fff;
  height: auto;
}
.block-order-estimate--content {
  width: 760px;
}
.block-order-estimate--confirmation-list {
  width: 350px;
}
.block-goods-list-c--image figure {
  background-color: #fff;
  width: 160px;
  height: auto;
}
.block-goods-list-c--item-body {
  flex-basis: 160px;
}
.block-cart--goods-list-image {
  background-color: #fff;
  height: auto;
}
.block-cart--goods-list-item-qty input {
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ccc;
}
.block-cart--goods-list-item-qty img {
  width: 30px;
  height: 30px;
}
.block-cart--goods-list-item-qty-plus {
  top: 0;
  left: 0;
}
.block-cart--goods-list-item-qty-minus {
  top: 0;
  right: 0;
}
div.block-login--body {
  overflow: hidden;
  font-size: 11px;
}
div.block-login--body hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
  margin: 10px 0;
}
div.block-login--body h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 10px 20px;
  color: #4b280a;
  background: #f8f8f2;
}
div.block-login--body .common_headline2_area_ span {
  font-weight: bold;
  vertical-align: middle;
}
div.block-login--body .common_headline2_area_ span.relate_ {
  font-size: 13px;
}
div.block-login--body .common_headline2_area_ img.icon_ {
  padding-right: 5px;
  width: 30px;
  height: 30px;
}
div.block-login--body .common_headline2_ {
  border-bottom: none;
  margin-bottom: 0;
}
.block-favorite--favorite-goods {
  gap: 10px;
}
.block-favorite--favorite-goods .block-favorite--image figure {
  background: none;
}
.l_guide_ .column2_ img {
  width: 330px;
}
.page-pagecategory .block-pagecategory-page-list .block-pagecategory-page-list--frame {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.page-pagecategory .block-pagecategory-page-list .block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: 100%;
}
.page-pagecategory .block-pagecategory-page-list .block-pagecategory-page-list--frame .block-pagecategory-page-list--page .block-pagecategory-page-list--auto-new {
  width: 20%;
  display: inline-block;
  vertical-align: sub;
}
#guide_side_navi {
  display: none;
}
.page-contentspages #guide_side_navi {
  display: block;
}
.page-contentspages .pane-left-menu {
  margin-top: 0px;
}
.m_cat_ label.acd-label {
  display: block;
}
.m_cat_ label.acd-label:after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
#sec_itemlist {
  margin: 0 0 30px;
}
.block-goods-list--sort-order-items {
  float: left;
  border: none;
  font-size: 14px;
}
.block-goods-list--sort-order-items dt {
  padding: 0;
  border: none;
  background: none;
}
.block-goods-list--sort-order-items dd {
  margin: 0 10px 0 0;
}
.block-goods-list--sort-order-items dd a {
  padding: 0;
  text-decoration: underline;
}
.block-goods-list--sort-order-items dd a:hover {
  color: #cf7517;
}
.block-goods-list--sort-order-items dd.active {
  padding: 0;
  color: #cf7517;
}
.block-ranking-r--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 75px;
}
.block-ranking-r--items li {
  display: block;
  position: relative;
  margin: 0;
}
.block-ranking-r--goods-image {
  margin: 0 0 10px;
  padding: 26px 0 0;
}
.block-ranking-r--goods-image a:hover {
  opacity: 0.7;
}
.block-ranking-r--goods-image a figure {
  width: 213px;
  height: 213px;
  background: none;
}
.block-ranking-r--goods-image .block-ranking-r--rank {
  top: 0;
  left: 0;
  width: 66px;
  height: 18px;
  overflow: hidden;
  border-radius: 0;
  text-align: left;
  text-indent: -100vw;
  background: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  background-image: url("/img/icon/rank1.png");
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  background-image: url("/img/icon/rank2.png");
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  background-image: url("/img/icon/rank3.png");
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-4 {
  background-image: url("/img/icon/rank4.png");
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-5 {
  background-image: url("/img/icon/rank5.png");
}
.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-6 {
  background-image: url("/img/icon/rank6.png");
}
.block-ranking-r--goods-description {
  margin: 0;
}
.block-ranking-r--goods-description .block-ranking-r--goods-name {
  margin: 0 0 10px;
}
.block-ranking-r--goods-description .block-ranking-r--goods-name a:hover {
  color: #cf7517;
}
.block-ranking-r--goods-description .block-icon {
  position: absolute;
  top: 0;
  left: 75px;
  display: flex;
  align-items: flex-start;
  gap: 3px;
}
.block-ranking-r--goods-description .block-icon img {
  width: auto;
  height: 14px;
}
.block-ranking-r--goods-description .block-ranking-r--price {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.block-ranking-r--goods-description .block-ranking-r--net-price {
  color: inherit;
  font-size: 12px;
}
.block-goods-list--pager-top {
  margin: 0 0 30px;
}
.pager-total {
  margin: 0;
  padding: 0;
}
.block-pickup-list-p--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 35px;
}
.block-pickup-list-p--item-body {
  display: block;
  width: auto;
}
.block-pickup-list-p--image {
  width: auto;
  height: 139px;
  margin: 0 0 10px;
}
.block-pickup-list-p--image a {
  display: block;
  border: 1px solid #eee;
}
.block-pickup-list-p--image a:hover {
  opacity: 0.7;
}
.block-pickup-list-p--image figure {
  width: auto;
  height: 139px;
  background: none;
}
.block-pickup-list-p--item-description {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 0;
}
.block-pickup-list-p--item-description .block-icon {
  order: 4;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1;
  margin: 0 0 10px;
}
.block-pickup-list-p--item-description .block-icon img {
  width: auto;
  height: 21px;
}
.block-pickup-list-p--goods-name {
  order: 1;
  margin: 0 0 10px;
}
.block-pickup-list-p--goods-name a {
  color: #494949;
}
.block-pickup-list-p--goods-name a:hover {
  color: #cf7517;
}
.block-pickup-list-p--comment {
  order: 2;
  padding: 0;
}
.block-pickup-list-p--price-infos {
  order: 3;
  margin: 0 0 10px;
}
.block-pickup-list-p--price {
  color: #333;
  font-weight: normal !important;
}
.block-pickup-list-p--net-price {
  color: inherit;
  font-size: 12px;
}
.block-pickup-list-p--add-cart {
  order: 5;
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  width: auto;
  height: 35px;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-indent: -100vw;
  background: url("/img/sys/button/cart_02.png") no-repeat 0 0;
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn:hover {
  opacity: 0.7;
}
.page-goods .pane-main h1,
.page-goods .pane-main .h1 {
  margin: 5px 0;
  font-size: 22px;
}
.page-goods .block-goods-price {
  text-align: right;
}
.page-goods .block-goods-price--price {
  font-size: 20px;
  color: #000;
}
.page-goods .pane-goods-left-side {
  padding-top: 20px;
}
.page-goods .pane-goods-right-side {
  position: sticky;
  top: 68px;
  height: 100%;
  padding-top: 20px;
}
.page-goods .pane-goods-right-side form {
  display: block;
  height: 100%;
}
.page-goods .block-goods-detail {
  display: flex;
  flex-wrap: wrap;
}
.page-goods .block-goods-detail .pane-goods-header {
  width: 100%;
}
.page-goods .block-goods-detail .pane-goods-center {
  width: 100%;
  margin-top: 50px;
}
.page-goods .block-goods-detail .pane-goods-center .block-goods-user-review--info {
  padding: 20px 10px;
}
.page-goods .block-goods-detail .pane-goods-center h2 {
  font-size: 16px;
}
.page-goods .block-goods-gallery {
  margin-bottom: 50px;
}
.page-goods .block-goods-comment1,
.page-goods .block-goods-comment2,
.page-goods .block-goods-comment3,
.page-goods .block-goods-comment4,
.page-goods .block-goods-comment5 {
  margin-bottom: 20px;
  border-radius: 2px;
}
.page-goods .block-goods-comment1 dt,
.page-goods .block-goods-comment2 dt,
.page-goods .block-goods-comment3 dt,
.page-goods .block-goods-comment4 dt,
.page-goods .block-goods-comment5 dt {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
}
.page-goods .block-goods-comment1 dt h3,
.page-goods .block-goods-comment2 dt h3,
.page-goods .block-goods-comment3 dt h3,
.page-goods .block-goods-comment4 dt h3,
.page-goods .block-goods-comment5 dt h3 {
  font-size: 16px;
}
.page-goods .block-goods-comment1 dd,
.page-goods .block-goods-comment2 dd,
.page-goods .block-goods-comment3 dd,
.page-goods .block-goods-comment4 dd,
.page-goods .block-goods-comment5 dd {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.block-goods-detail {
  grid-template-columns: 1fr 420px;
}
.block-goods-detail .pane-goods-header {
  display: none;
}
.block-goods-gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.block-goods-gallery ul li {
  width: 92px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.block-goods-gallery ul li a {
  display: block;
}
.block-goods-gallery ul li figure {
  width: 92px;
  height: 92px;
  background: #f5f5f5;
}
.block-goods-detail .block-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px;
  line-height: 1;
}
.block-goods-detail .block-icon img {
  width: auto;
  height: 21px;
}
.block-goods-detail .js-goods-detail-goods-slider {
  opacity: 0;
}
.block-goods-detail .goods_detail_category_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 4px;
  background: #4b280a;
  font-weight: bold;
  margin: 15px auto 20px;
}
.block-goods-detail .goods_detail_category_link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.block-goods-detail .block-add-cart {
  text-align: center;
}
.block-goods-detail .block-add-cart--btn {
  overflow: hidden;
  text-align: left;
  text-indent: -100vw;
  background: url("/img/sys/button/cart_02.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.block-goods-detail .block-contact-about-goods {
  text-align: center;
}
.block-goods-detail .block-contact-about-goods--btn {
  border: 1px solid #ddd;
  background: #fff;
}
.block-goods-detail .block-goods-favorite {
  text-align: center;
}
.block-goods-detail .block-goods-favorite--btn {
  border: 1px solid #ddd;
  background: #fff;
}
.block-goods-detail .block-goods-favorite--btn:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  background: url("/img/usr/common/detail/icon_fav_2024.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.block-goods-detail .block-add-cart--btn,
.block-goods-detail .block-contact-about-goods--btn,
.block-goods-detail .block-goods-favorite--btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 35px;
  padding: 0;
  font-size: 14px;
}
.block-goods-detail .block-add-cart--btn:hover,
.block-goods-detail .block-contact-about-goods--btn:hover,
.block-goods-detail .block-goods-favorite--btn:hover {
  opacity: 0.7;
}
.block-goods-detail .block-goods-favorite-registed--btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 35px;
  padding: 0;
  font-size: 14px;
}
.block-recent-item {
  position: relative;
  width: auto;
}
#goodsdetail_itemhistory {
  margin: 80px auto 0;
}
.block-cart-recent-item {
  width: auto;
}
.block-recent-item--header,
.block-cart-recent-item--header {
  height: 19px;
  overflow: hidden;
  margin: 0 0 50px;
  padding: 0;
  border: none;
  text-align: left;
  text-indent: -100vw;
  background: url("/img/usr/common/txt_ttl04.jpg") no-repeat 50% 0;
}
.block-recent-item--items,
.block-cart-recent-item--items {
  width: auto;
}
.block-recent-item--keep-history {
  position: absolute;
  top: 30px;
  right: 0;
  margin: 0;
}
.block-recent-item--keep-history a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 25px;
  border: 1px solid #ccc;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
}
.block-recent-item--keep-history a:hover {
  opacity: 0.7;
}
.block-thumbnail-h,
.block-goods-list-c--items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px 1%;
  margin: 0;
}
.block-thumbnail-h li,
.block-goods-list-c--items li {
  display: block;
  width: auto;
  margin: 0;
}
.block-thumbnail-h--goods-image,
.block-goods-list-c--image {
  margin: 0 0 10px;
}
.block-thumbnail-h--goods-image a:hover,
.block-goods-list-c--image a:hover {
  opacity: 0.7;
}
.block-thumbnail-h--goods-image a figure,
.block-goods-list-c--image a figure {
  width: auto;
  height: auto;
  border: 1px solid #eee;
  background: none;
}
.block-thumbnail-h--goods-description {
  margin: 0;
}
.block-thumbnail-h--goods-name a:hover {
  color: #cf7517;
  text-decoration: none;
}
.block-thumbnail-h--price-infos {
  display: none;
}
.block-cart--procedure {
  padding: 0;
  border: none;
  background: none;
}
.block-cart--procedure-container {
  padding: 0;
  background: none;
}
.block-cart--order-button-description {
  margin: 0 0 10px;
}
.block-cart .block-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1;
  gap: 5px;
}
.block-cart .block-icon img {
  width: auto;
  height: 21px;
}
.block-cart--order-btn {
  height: 47px;
  overflow: hidden;
  padding: 0;
  background: url("/img/sys/button/cart_next.gif") no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: -100vw;
}
.block-cart--order-btn:hover {
  opacity: 0.7;
}
.block-cart--order-btn-gift {
  height: 47px;
  overflow: hidden;
  padding: 0;
  background: url("/img/sys/button/cart_gift.gif") no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: -100vw;
}
.block-cart--order-btn-gift:hover {
  opacity: 0.7;
}
.block-cart--continue-shopping {
  position: relative;
  width: 220px;
  height: 35px;
  overflow: hidden;
  margin: 0 auto 40px;
  text-indent: -100vw;
}
.block-cart--continue-shopping input {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 35px;
  text-indent: -100vw;
  background: url("/img/sys/button/cart_back.gif") no-repeat 0 0;
  background-size: 100% 100%;
}
.block-cart--continue-shopping input:hover {
  opacity: 0.7;
}
.page-cart .block-cart--order-btn {
  margin-bottom: 30px;
}
.page-cart .block-cart--order-btn-gift {
  margin-bottom: 50px;
}
.page-cart .block-cart--amazonpay:before {
  content: "※のし・リボン設定、お届け先を複数選択ができます。";
  display: block;
  color: #000;
  font-size: 12px;
  position: absolute;
  text-align: left;
  top: 175px;
}
.page-cart .block-cart--order-button-description:after {
  content: "※ご自宅用、お届け先は1か所になります。";
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 12px;
  text-align: left;
  position: absolute;
  top: 86px;
}
.page-estimate .block-order-gift-confirmation--order-item-wrapper .block-order-gift-confirmation--order-item-detail {
  width: 690px;
}
.page-estimate .block-order-gift-confirmation--order-item-wrapper .block-order-gift-confirmation--order-item-detail .block-order-gift-confirmation--item-image figure,
.page-estimate .block-order-gift-confirmation--order-item-wrapper .block-order-gift-confirmation--order-item-detail .block-order-gift-confirmation--sending-item-image figure {
  height: auto;
  background: none;
}
.page-estimate .block-order-gift-confirmation--order-item-wrapper .block-order-gift-confirmation--order-item-detail .block-order-gift-confirmation--order-item-summary-table th,
.page-estimate .block-order-gift-confirmation--order-item-wrapper .block-order-gift-confirmation--order-item-detail .block-order-gift-confirmation--point-summary th {
  width: 140px;
}
.page-estimate .block-order-gift-confirmation--order-item-wrapper .block-order-gift-confirmation--order-item-summary {
  width: 320px;
}
.page-estimate .block-order-gift-confirmation--shipping-address {
  width: 580px;
}
.page-method .block-icon img,
.page-estimate .block-icon img {
  width: auto;
  height: 21px;
}
.block-order-gift-noshi--wrap-select li:first-child,
.goods-detail-description .block-goods-stock {
  display: none;
}
#noshisettingfrm img {
  max-width: 150px;
}
#guide_side_navi.sidebar_ ul {
  margin: 0 0 40px;
}
#guide_side_navi.sidebar_ ul li a {
  display: block;
  color: #4b280a;
  padding: 13px 20px 13px 35px;
  background: url("../../img/usr/common/icon_arrow.jpg") no-repeat 20px center;
}
#guide_side_navi.sidebar_ ul li:nth-child(2n) {
  background: #f8f7f2;
}
.block-goods-detail .block-goods-stock {
display: none;
}
.block-goods-footer-cart { 
    text-align: center; 
    display: none; 
}
.block-cart--rule { 
    display: none; 
}
/* 注文確認画面 エラーメッセージ表示枠のサイズ調整 */
.block-order-estimate--content .block-common-alert-list {
  width: auto;
}
/* PCトップページ イベント画像の余白調整 */
.block-top-event--image{
  margin: 30px 0px 20px 0px; /* 上右下左の余白指定 */
}
/*AIレコメンド調整*/
.page-top h2.block-ranking-lightningrecommend--header{
    display: block;
    height: 19px;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    border: none;
    text-align: left;
    text-indent: -150vw;
    background: url(/img/event/1/ranking.png) no-repeat 0 0;
}

.block-top-lightningrecommend ul.block-thumbnail-t, .block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items{
  width: 820px;
  padding-left:0;
  display: block;
}

.page-top .block-ranking-lightningrecommend--goods .block-ranking-r--items li {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 75px;
}

.page-top .block-ranking-lightningrecommend--goods dl.block-ranking-r--goods {
    display: block;
    position: relative;
    margin: 0;
}

.page-cart h2.block-common-lightningrecommend--header{
    height: 49px;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
    border: none;
    text-align: left;
    text-indent: -100vw;
    background: url(/img/usr/common/aireco-pc-cv.png) no-repeat 50% 0;
}

.page-cart .block-thumbnail-t li {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 1%;
    margin: 0;
}

.page-cart ul.block-thumbnail-t{
  width: auto;
}

.page-cart .block-common-lightningrecommend--list ul.block-thumbnail-t li dl {
    display: block;
    width: auto;
    margin: 0;
}

.page-cart .block-common-lightningrecommend--list ul.block-thumbnail-t li dl:nth-child(6n+1) {
    margin-left: 0;
}

.block-ranking-lightningrecommend--goods a, .block-common-lightningrecommend--list a{
  text-decoration:none;
}

.block-thumbnail-t--goods-image figure{
  background-color: #fff;
}

.page-cart .block-common-lightningrecommend{
  margin-bottom: 50px;
}
.page-top .block-ranking-lightningrecommend { 
  padding: 0; 
}


