@charset "UTF-8";

/* ----&#65533;e&#65533;[&#65533;u&#65533;&#65533;---- */

.table,
.table td,
.table th {
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}
.table td,
.table th {
  padding: 12px 15px;
}
.table th {
  font-weight: bold;
  background-color: #f8f8f8;
}

/* ----&#65533;e&#65533;L&#65533;X&#65533;g&#65533;J&#65533;&#65533;&#65533;[----*/

.text-muted {
  color: #777;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #a94442;
}
.price {}
.default-price {
  text-decoration: line-through;
  font-weight: bold;
}
.net-price {}
.exchange-price {}

/* ----&#65533;e&#65533;L&#65533;X&#65533;g&#65533;T&#65533;C&#65533;Y----*/

.price-small {
  font-size: 0.8em;
}
.default-price {
  font-size: 0.9em;
}
.default-price .price-small {
  font-size: 1em;
}

/* ----&#65533;v&#65533;&#65533;&#65533;&#65533;&#65533;[&#65533;V&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;b&#65533;Z&#65533;[&#65533;W--- */

.promotion-criteria,
.promotion-benefit {
  color: #f00;
  font-weight: bold;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;X&#65533;g---- */

.goods-detail-description {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.goods-detail-description dt {
  display: table-cell;
  width: 100px;
  font-weight: bold;
  padding: 6px 15px 6px 0;
  position: relative;
}
.goods-detail-description dt:before {
  position: absolute;
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background: #666;
  right: 0;
  top: 10%;
}
.goods-detail-description dd {
  display: table-cell;
  padding: 6px 0 6px 15px;
}

/* ----&#65533;p&#65533;l&#65533;&#65533;---- */

.panel {
  padding: 10px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

/* ----&#65533;o&#65533;b&#65533;W---- */

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #777;
}
.badge:empty {
  display: none;
}

/* ----&#65533;y&#65533;[&#65533;W&#65533;&#65533;&#65533;[---- */

.pager {
  margin: 50px 0 60px 0;
  text-align: center;
}
.pager > * {
  display: inline-block;
  vertical-align: top;
}
.pager-scope {
  display: inline-block;
  padding: 3px;
  margin-right: 5px;
}
.pager-total {
  display: block;
  margin: 0 0 25px 0;
}
.pager-total .pager-count {
  font-weight: bold;
}
.pagination {
  display: inline-block;
  margin: 0 5px;
}
.pagination > li {
  list-style-type: none;
  float: left;
  margin: 0 3px;
}
.pagination > li:hover {}
.pagination > li.pager-current {
  color: #ffffff;
  border: none;
}
.pagination span,
.pagination a {
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
.pagination a {
  border: 1px solid #dcdcdc;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.pagination a:hover {
  border: 1px solid #777;
}
.pagination > .disabled {
  color: #777;
}
.pager-previous a,
.pager-first a,
.pager-next a,
.pager-last a {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pager-previous a:after,
.pager-first a:before,
.pager-first a:after,
.pager-next a:after,
.pager-last a:before,
.pager-last a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
}
.pager-first a:before {
  left: 48%;
  border-top: 1px #444 solid;
  border-left: 1px #444 solid;
  margin: -3px 0 0 -2px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pager-first a:after {
  left: 56%;
  border-top: 1px #444 solid;
  border-left: 1px #444 solid;
  margin: -3px 0 0 -2px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pager-previous a:after {
  left: 50%;
  border-top: 1px #444 solid;
  border-left: 1px #444 solid;
  margin: -3px 0 0 -2px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pager-next a:after {
  right: 47%;
  margin: -3px 0 0 2px;
  border-top: 1px #444 solid;
  border-right: 1px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pager-last a:before {
  right: 44%;
  margin: -3px 0 0 2px;
  border-top: 1px #444 solid;
  border-right: 1px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pager-last a:after {
  right: 52%;
  margin: -3px 0 0 2px;
  border-top: 1px #444 solid;
  border-right: 1px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* ----&#65533;&#25692;&#65533;Z&#65533;&#65533;&#65533;^&#65533;&#65533;&#65533;&#65533;&#65533;O&#65533;z&#65533;u---- */

.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-center img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* ----&#65533;c&#65533;[&#65533;&#65533;&#65533;`&#65533;b&#65533;v---- */

.balloontip {
  min-width: 20px;
  padding: 10px;
  border-radius: 6px;
  opacity: 1;
  z-index: 32767;
  text-align: left;
  font-size: 12px;
  border: 1px solid rgb(119, 119, 119);
  box-shadow: rgb(85, 85, 85) 4px 4px 4px;
  color: rgb(255, 255, 255);
  background: #333;
}

/* ----&#65533;h&#65533;&#65533;&#65533;b&#65533;v&#65533;_&#65533;E&#65533;&#65533;---- */

.dropdown {
  z-index: 11000;
}
.dropdown li {
  background: #444;
}
.dropdown li span {
  display: block;
  padding: 13px 15px;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.dropdown li span:hover {
  background: #616d0b;
}

/* ----&#65533;&#65533;&#65533;[&#65533;_&#65533;&#65533;&#65533;_&#65533;C&#65533;A&#65533;&#65533;&#65533;O---- */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10000;
}
.modal-overlay-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10002;
}
.modal-alert {
  width: 400px;
  z-index: 10003;
}
.modal-dialog {
  z-index: 10001;
}
.modal-header {
  padding: 15px 20px 15px;
  font-size: 17px;
  font-weight: bold;
  clear: both;
  border-bottom: none;
  line-height: 1;
  color: #fff;
  background-color: #333;
}
.modal-content {
  background: #fff;
}
.modal-body {
  padding: 20px;
}
.modal-body p {
  margin-bottom: 10px;
}
.modal-body li {
  border-bottom: 1px dotted #444;
}
.modal-body li a {
  padding: 12px;
  color: #4da7ba;
  display: flex;
  max-width: 560px;
  font-size: 16px;
}
.modal-body li a i {
  margin: 0 10px 0 auto;
  color: #444;
  font-size: 16px;
}
.modal-body li a:hover {
  text-decoration: none;
}
.modal-body li a:hover i {
  color: #4da7ba;
  text-decoration: none;
}
.modal-footer {
  padding: 0 10px 15px;
}
.modal-alert .modal-footer {
  text-align: center;
}
.modal-alert .modal-footer input {
  width: 40%;
}
.modal-close {
  display: block;
  width: 18px;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.modal-dialog .modal-footer {
  text-align: center;
}
.modal-dialog .modal-footer .btn {
  min-width: 150px;
  margin-right: 5px;
}

/* ----&#65533;w&#65533;b&#65533;_&#65533;[&#65533;x&#65533;&#65533;---- */

.header-warning {
  position: relative;
  padding: 10px;
  background: #fffacd;
  border-bottom: 1px solid #b0c4de;
}
.header-warning-contents {
  display: block;
  padding-right: 18px;
  text-align: center;
  background: transparent;
}
.header-warning-close {
  display: block;
  position: absolute;
  width: 18px;
  cursor: pointer;
  font-weight: bold;
  top: 10px;
  right: 10px;
  background: transparent;
}

/* ----&#65533;&#65533;&#65533;&#65533;&#65533;G&#65533;&#65533;&#65533;W&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;H1&#65533;^&#65533;O---- */

.optimaized-h1 {
  margin: 0;
  font-size: 10px;
}
h1.optimaized-h1 {
  position: fixed;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 10px;
  top: 0;
  z-index: 9999;
}
h1.optimaized-h1 + .wrapper .pane-header .block-header,
h1.optimaized-h1 + .wrapper .pane-header .block-header .block-headernav--item-list li.block-cart-btn,
h1.optimaized-h1 + .wrapper .pane-header .block-header .block-headernav--item-list li.block-menu-btn {
  top: 15px;
}
h1.optimaized-h1 + .wrapper header:before {
  top: 70px;
}
h1.optimaized-h1 + .wrapper header {
  height: 70px;
}

/* ----&#65533;&#65533;&#65533;r&#65533;&#65533;&#65533;[---- */

.star-base {
  cursor: pointer;
  width: 120px;
  height: 30px;
  background: url("../../img/usr/user_review/star.png");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.star-select {
  width: 120px;
  height: 30px;
  background: url("../../img/usr/user_review/star.png");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

/* ----&#65533;&#65533;&#65533;&#65533;&#65533;X&#65533;e&#65533;[&#65533;^&#65533;X---- */

.status-order,
.status-cancel,
.status-income,
.status-reserve,
.status-rship,
.status-ship,
.status-verify,
.status-return,
.status-status_,
.status-status_1,
.status-status_2,
.status-status_3,
.status-status_4,
.status-status_9 {
  width: auto;
  height: auto;
  min-height: 50px;
  border: #ccc solid 1px;
  padding: 5px 0;
}
.status-message,
.status-percentage {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.status-message {
  width: 70%;
  font-size: 12px;
}
.status-percentage {
  width: 30%;
  color: #031241;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
[class^="status-progress"] {
  display: block;
  position: relative;
  width: 96%;
  height: 14px;
  margin: 0 auto;
  background: #ccc;
}
[class^="status-progress"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  border-right: #031241 solid 4px;
  background: #1e5799;
}
.status-progress-20:after {
  width: 20%;
}
.status-progress-40:after {
  width: 40%;
}
.status-progress-60:after {
  width: 60%;
}
.status-progress-80:after {
  width: 80%;
}
.status-progress-100:after {
  width: 100%;
}
.status-reserve .status-message,
.status-cancel .status-message,
.status-return .status-message,
.status-status_ .status-message,
.status-status_1 .status-message,
.status-status_2 .status-message,
.status-status_3 .status-message,
.status-status_4 .status-message,
.status-status_9 .status-message {
  width: 100%;
}
.status-reserve [class^="status-progress"]:after {
  border-right: #ea7500 solid 4px;
  background: #f79800;
}
.status-return [class^="status-progress"]:after {
  border-right: #028900 solid 4px;
  background: #00ab0b;
}

/* ----&#65533;z&#65533;&#65533;&#65533;C&#65533;g&#65533;X&#65533;y&#65533;[&#65533;X&#65533;&#65533;&#65533;&#65533;----*/

.white-space-pre-wrap {
  white-space: pre-wrap;
}

/* ----&#65533;g&#65533;s&#65533;b&#65533;N---- */

.block-top-topic {
  border-top: 1px #dcdcdc solid;
  margin: 20px 10px 40px 10px;
  padding-top: 30px;
}
.block-top-topic--header {
  text-align: center;
  line-height: 140%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.1em;
}
.block-top-topic--header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.block-top-topic--header {
  border-bottom: none;
}
.block-top-topic--items {
  border-top: 1px solid #eee;
  margin-bottom: 30px;
}
.block-top-topic--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 25px 10px 10px;
  position: relative;
}
.block-top-topic--items li a {
  display: block;
  text-decoration: none;
}
.block-top-topic--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}
.block-top-topic--next-page {
  text-align: right;
  padding: 10px;
}
.block-top-topic--next-page a {
  text-decoration: underline;
}
.block-topic-page {
  margin: 0 10px;
}
.block-topic-page--article-header {
  margin: 0 0 15px 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.block-topic-page--article-icon {
  vertical-align: middle;
}
.block-topic-page--article-body {
  margin: 10px 0;
}
.block-topic-page--article figure {
  padding: 10px 10px 0 0;
  font-size: 0;
}
.block-topic-page--article figure img {
  padding: 0 0 10px 10px;
}
.block-topic-details {
  margin: 10px;
}
.block-topic-details--header {
  margin: -10px -10px 0;
}
.block-topic-details--icon {
  vertical-align: middle;
}
.block-topic-details--items {
  margin: 0;
  border-top: 1px solid #eee;
}
.block-topic-details--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 25px 10px 10px;
  position: relative;
}
.block-topic-details--items li a {
  display: block;
  text-decoration: none;
}
.block-topic-details--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}
.block-topic-details--pager-top.pager ,
.block-topic-details--pager-bottom.pager {
    margin: 15px 0;
}
.price {
  color: #444;
}

/* ----&#65533;&#331;&#1996;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;i---- */

.block-recent-item--header {
  text-align: center;
  line-height: 140%;
  padding-bottom: 20px!important;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.1em;
}
.block-recent-item--header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}

/* ----&#65533;&#65533;&#65533;&#65533;&#65533;T&#65533;W&#65533;F&#65533;X&#65533;g---- */

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 290px;
  background-color: #fff;
  border: solid 1px #ccc;
}
.block-search-suggest--keyword {
  padding: 2px;
}
.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}
.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}
.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}
.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}
.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}
.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----&#65533;L&#65533;[&#65533;&#65533;&#65533;[&#65533;h&#65533;&#65533;&#65533;&#65533;&#65533;u&#65533;&#65533;&#65533;b&#65533;N---- */

.block-search-box--keyword {
  width: 100%;
  height: 38px;
}
.block-search-box--form {
  padding: 10px;
  position: relative;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size: 14px;
}
.block-search-box--search-submit {
  width: 45px;
  height: 42px;
  background: #9e9e9e;
  color: #fff;
  font-size: 18px;
  border: none;
  border: 1px #ccc solid;
  border-left: none;
}

/* ----&#65533;G&#65533;&#65533;&#65533;[&#65533;&#65533;&#65533;---- */

.block-validation-alert {
  text-align: center;
  margin: 100px 10px;
}
.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}
.block-common-alert {
  padding: 10px;
  margin: 10px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.block-common-alert--link {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}
.block-common-alert-list {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #666;
  background-color: #fff;
}
.block-common-alert-list--items {
  color: #a94442;
}

/* ----&#65533;X&#65533;&#1293;&#65533;&#65533;T&#65533;W&#65533;F&#65533;X&#65533;g---- */

.block-ziplist--ziplist-frame {
  z-index: 2000;
}

/* ----&#65533;T&#65533;C&#65533;N&#65533;&#65533;&#65533;&#65533;&#65533;&#1167;W---- */

.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}
.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}
.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}
.block-top-event--header {
  text-align: center;
  line-height: 140%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 0.1em;
}
.block-top-event--header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.block-common-btn {
  text-align: center;
}
.block-common-btn a {
  display: inline-block;
  max-width: 500px;
  position: relative;
  border: 1px #444 solid;
}
.block-common-btn a span {
  display: inline-block;
  text-align: center;
  padding: 10px 2em;
  letter-spacing: 0.2em;
}
#block_of_category {
  margin-bottom: 50px;
}
#block_of_itemhistory {
  border-top: 1px #dcdcdc solid;
  margin: 20px 10px;
  padding-top: 30px;
}
#block_of_itemhistory ul.block-thumbnail-h,
#block_of_itemhistory ul.block-thumbnail-h--items {
  padding: 0;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#1677;&#1481;&#65533;&#65533;---- */

.page-goods .block-topic-path {
  margin-top: 0;
}
.page-goods .block-topic-path.mt {
  margin-top: 40px;
}
.block-goods-detail {
  margin: 10px 10px 20px 10px;
  display: -webkit-flex;
  display: flex;
}
.block-goods-detail-footer {
  margin: 10px;
  display: none;
}
.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}
.block-goods-name {
  margin-bottom: 10px;
}
.block-goods-name h1,
.block-goods-name h2 {
  margin: 0 -10px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.block-icon {
  margin: 3px 0;
}
.block-src-l {
  text-align: center;
  margin-bottom: 15px;
}
.block-src-c {
  margin-bottom: 10px;
}
.block-goods-gallery {
  margin: -10px -10px 15px -10px;
}
.block-goods-gallery ul {
  font-size: 0;
  padding: 10px 0 0 0;
}
.block-goods-gallery li {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.block-goods-gallery li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.block-goods-gallery li figure:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100%);
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  height: calc(100%);
  height: -moz-calc(100%);
  height: -webkit-calc(100%);
  border: 3px #ccc solid;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-goods-gallery li.slick-center figure:before {
  border: 3px #525252 solid;
  opacity: 1;
}
.block-goods-gallery li a figure img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-goods-comment {
  font-weight: bold;
  font-size: 15px;
}
.block-goods-comment,
.block-goods-comment1 {
  margin: 5px 0;
}
.block-goods-price {
  margin-bottom: 15px;
}
.block-goods-price--price {
  font-size: 20px;
  font-weight: bold;
}
.block-custom-order--btn {
  width: 100%;
  padding: 17px 0;
  font-size: 16px;
  line-height: 20px;
}
.block-add-cart,
.block-custom-order {
  padding-right: 64px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-add-cart--btn {
  width: 100%;
  padding: 17px 0;
  font-size: 16px;
  line-height: 20px;
}
.block-add-cart .block-goods-favorite,
.block-custom-order .block-goods-favorite {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.block-add-cart .block-goods-favorite a,
.block-custom-order .block-goods-favorite a {
  line-height: 54px;
  height: 54px;
  font-size: 20px;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.block-add-cart .block-goods-favorite a i,
.block-custom-order .block-goods-favorite a i {
  line-height: 54px;
}
.block-goods-sales-detail-append {
  margin-top: 25px;
}
.block-goods-favorite--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}
.block-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}
.block-variation {
  margin: 0 0 10px 0;
}
.block-variation > .block-variation {
  margin: 25px 0;
}
.block-variation > select {
  margin: 20px 0;
}
.block-variation-arrival-notice--select {
  margin-bottom: 10px;
}
.block-variation-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}
.block-color {
  overflow: hidden;
}
.block-color--item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.block-color--item-list > dl {
  padding: 0 5px;
  margin-bottom: 10px;
  width: calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
}
.block-no-stock--message {
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  width: 200px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  margin: 0 auto 10px auto;
}
.block-goods-store-stock--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}
.block-goods-sns {
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.block-goods-sns li {
  padding: 0 3px;
}
.block-contact-about-goods-btn {
  width: 100%;
  margin-bottom: 30px;
  background: none !important;
  padding: 0;
  text-decoration: underline;
}
.block-goods-link {
  margin-bottom: 10px;
}
.block-goods-comment1 h3,
.block-goods-comment2 h3,
.block-goods-comment3 h3,
.block-goods-comment4 h3,
.block-goods-comment5 h3 {
  padding: 0;
}
.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin-bottom: 10px;
}
.block-rules-comment {
  margin-bottom: 10px;
}
.block-variation-no-stock--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}
.block-exchange-price {
  font-size: 12px;
}
.block-goods-set {
  margin-bottom: 10px;
}
.block-goods-set--header {
  margin: 0 -10px 10px -10px;
}
.block-goods-set--item-list {
  margin-bottom: -1px;
}
.block-goods-set--item-name-link {
  text-decoration: underline;
}
.block-goods-sales-detail-append--item select {
  max-width: 300px;
}
.block-goods-sns{ 
 display: none; 
}

/* &#65533;o&#65533;&#65533;&#65533;G&#65533;[&#65533;V&#65533;&#65533;&#65533;&#65533;&#65533;&#1538;&#65533;&#1410;&#65533;&#65533;{&#65533;^&#65533;&#65533; */

.block-variation--name {
  padding-top: 0;
  margin: 0 -10px 0 -10px;
}
.block-size--item-list {
  display: flex;
  flex-wrap: wrap;
}
.block-size--item-list dl {
  width: 50%;
  margin-bottom: 10px;
}
.block-size--item-list dl:nth-child(odd) {
  padding-right: 5px;
}
.block-size--item-list dl:nth-child(even) {
  padding-left: 5px;
}
.block-size--item-list dl dt {
  border: 2px solid #eee;
  background-color: #eee;
}
.block-size--item-list dl.active dt {
  border: 2px solid #525252;
  background-color: #525252;
  color: #ffffff;
}
.block-variation--selected-item {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.block-variation .block-variation .block-variation--selected-item span {
  font-weight: normal;
  color: #888;
}
.block-variation--item-description {}
.block-variation--item-term {
  display: block;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  cursor: pointer;
}
.block-variation--item.color-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}
.block-variation--item.size-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #ffffff;
}
.block-variation--item.size-disable-stock.active dt {
  border: 2px dashed #525252;
  background-color: #ffffff;
  color: inherit;
}
.block-variation--item.active dt {}
.block-color--item-term {
  border: none !important;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.block-color--item-term figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-color--item-term figure:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
}
.active .block-color--item-term figure:before {
  border: 2px solid #525252;
}
.color-disable-stock .block-color--item-term figure:before {
  border: 2px dashed #d0d0d0;
}
.color-disable-stock.active .block-color--item-term figure:before {
  border: 2px dashed #525252;
}
.block-color--item-term img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-color--item-term figure {}
.block-size--item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 3px;
}
.block-size--item-term {}
.block-size--item-term span {
  display: inline-block;
  word-break: break-all;
  line-height: 16px;
  height: 16px;
  font-size: 13px;
  overflow: hidden;
}

/* &#65533;T&#65533;C&#65533;Y&#65533;&#643;J&#65533;[&#65533;g&#65533;{&#65533;^&#65533;&#65533; */

.block-size-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}
.block-size-with-cart .block-variation-no-stock--message,
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}
.block-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}
.block-size-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* &#65533;J&#65533;&#65533;&#65533;[&#65533;&#643;J&#65533;[&#65533;g&#65533;{&#65533;^&#65533;&#65533; */

.block-color-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}
.block-color-with-cart--item-term img {
  max-width: 40px;
  max-height: 40px;
}
.block-color-with-cart .block-variation-no-stock--message,
.block-color-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}
.block-color-with-cart .block-variation-favorite {
  margin-left: 5px;
}
.block-color-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* &#65533;J&#65533;&#65533;&#65533;[&#65533;T&#65533;C&#65533;Y&#65533;&#643;J&#65533;[&#65533;g&#65533;{&#65533;^&#65533;&#65533; */

.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart {
  padding-top: 5px;
  border-top: 1px #eee solid;
}
.block-color-size-with-cart--color-line {
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.block-color-size-with-cart--color-line {
  border-bottom: 1px #eee solid;
  position: relative;
}
.block-color-size-with-cart--size-line {
  border-bottom: 1px #eee solid;
}
.block-color-size-with-cart--size-line {
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  width: 84px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart--size-item-term span {
  display: table-cell;
  word-break: break-all;
  vertical-align: middle;
  width: 114px;
  height: 54px;
  padding: 0 5px;
  font-size: 12px;
}
.block-color-size-with-cart--color-item-term {
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
.block-color-size-with-cart--color-item-term figure {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-color-size-with-cart--color-item-term img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.block-color-size-with-cart .block-variation-no-stock--message,
.block-color-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 123px;
  font-size: 13px;
  white-space: normal;
  padding-right: 5px;
  padding-left: 5px;
}
.block-color-size-with-cart--size-line .block-variation-add-cart,
.block-color-size-with-cart--color-line .block-variation-add-cart {
  width: calc(100% - 207px);
  width: -moz-calc(100% - 207px);
  width: -webkit-calc(100% - 207px);
}
.block-color-size-with-cart--size-line .block-variation-add-cart button,
.block-color-size-with-cart--color-line .block-variation-add-cart button {
  width: 100%;
}
.block-color-size-with-cart .block-variation-favorite {
  margin-left: 5px;
  height: 54px;
  width: 54px;
}
.block-color-size-with-cart .block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* ----&#65533;A&#65533;&#65533;&#65533;i---- */

.block-accessory-list {
  margin: 40px 0;
}

/* ----&#65533;&#65533;&#65533;[&#65533;U&#65533;[&#65533;&#65533;&#65533;r&#65533;&#65533;&#65533;[&#65533;&#65533;&#65533;---- */

.block-goods-user-review {
  margin: 0 10px 40px 10px;
  padding-bottom: 30px;
  border-top: 1px #bdbdbd solid;
  border-bottom: 1px #bdbdbd solid;
}
.block-goods-user-review h2 {
  margin: 10px 0;
  padding-right: 10px;
  padding-left: 10px;
}
.block-goods-user-review--info {
  margin: 0 10px;
}
.block-goods-user-review--count-summary {
  margin-bottom: 20px;
  padding: 6px;
  background: #fff;
  border: 1px solid #eee;
}
.block-goods-user-review--description {
  margin-bottom: 20px;
}
.block-goods-user-review--score dt {
  display: inline;
  font-weight: bold;
}
.block-goods-user-review--score dd {
  display: inline;
}
.block-goods-user-review--score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}
.block-goods-user-review--count dt {
  display: inline;
  font-weight: bold;
}
.block-goods-user-review--count dd {
  display: inline;
}
.block-goods-user-review--write-review {
  text-align: right;
}
.block-goods-user-review--write-review a {
  text-decoration: underline;
  background-size: 14px 14px;
  padding: 0 0 0 20px;
}
.block-goods-user-review--item {
  margin-top: 15px;
  padding: 0 10px 15px 10px;
  border-bottom: 1px solid #eee;
}
.block-goods-user-review--item .block-goods-user-review--item-name,
.block-goods-user-review--item .block-goods-user-review--item-score {
  margin-bottom: 5px;
}
.block-goods-user-review--item-title {
  padding: 0;
  margin-bottom: 10px;
}
.block-goods-user-review--item-summary dt {
  display: inline;
}
.block-goods-user-review--item-summary dd {
  display: inline;
}
.block-goods-user-review--item-score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}
.block-goods-user-review--item-moderate-vote {
  margin-top: 15px;
  text-align: right;
  font-size: 0.9em;
}
.block-goods-user-review--item-moderate-info2 {
  margin-top: 15px;
  text-align: right;
  font-size: 0.9em;
}
.block-goods-user-review--item-moderate-other {
  padding-top: 10px;
}
.block-goods-user-review--item-moderate-underestimate,
.block-goods-user-review--item-moderate-overestimate {
  text-align: right;
}
.block-goods-user-review--item-moderate-link {
  text-decoration: underline;
}
.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}
.block-goods-user-review--pagenav {
  margin: 0 0 10px 0;
  clear: both;
  background: #f0f0f0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.block-goods-user-review--pager-now {
  margin: 2px 5px;
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
}
.block-goods-user-review--ref {
  margin: 2px 5px;
  color: #003780;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}
.block-goods-user-review--readmore a {
  text-decoration: underline;
}
.block-goods-user-review--item-moderate-underestimate {
  padding-left: 10px;
}
.block-goods-user-review--item-moderate-underestimate dt {
  display: inline;
}
.block-goods-user-review--item-moderate-underestimate dd {
  display: inline;
}
.block-goods-user-review--item-moderate-overestimate {
  padding-left: 10px;
}
.block-goods-user-review--item-moderate-overestimate dt {
  display: inline;
}
.block-goods-user-review--item-moderate-overestimate dd {
  display: inline;
}
.block-goods-user-review .dropdown {
  z-index: 1;
}
.block-goods-user-review--form {
  margin: 10px 10px 0;
}
.block-goods-user-review--write-review-btn {
  width: 100%;
  padding: 10px 0;
}
.block-goods-user-review--form + form .block-goods-detail-footer {
  margin-top: -10px;
}
.block-user-review {
  margin: 10px;
}
#userreview_frame,
.block-user-review--review-contribution-conditions {
  margin-bottom: 30px;
}
.block-user-review--header {
  margin: -10px -10px 0;
}
.block-user-review--review-body textarea {
  width: 100%;
}
.block-user-review--review-contribution-conditions h3 {
  padding: 10px 0;
}
.block-user-review--item-header {
  margin: 0 -10px 10px;
}
.block-user-review--message {
  margin-bottom: 20px;
}
.block-user-review--evaluation-message + .block-user-review--message {
  margin: -10px 10px 20px 10px;
}
.block-user-review--message a {
  text-decoration: underline;
}
.block-user-review--evaluator-name dt {
  display: inline;
}
.block-user-review--evaluator-name dd {
  display: inline;
}
.block-user-review--evaluation {
  margin-right: 10px;
  margin-left: 10px;
}
.block-user-review--evaluation-score dt {
  display: inline;
}
.block-user-review--evaluation-score dd img {
  height: 17px;
  position: relative;
  top: -3px;
}
.block-user-review--evaluation-score dd {
  display: inline;
}
.block-user-review--review-item {
  margin: 10px -10px 30px -10px;
}
.block-user-review--review-header {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
}
.block-user-review--review-item:first-child {
  border-top: 1px solid #eee;
}
.block-user-review--evaluation-message {
  margin: 20px 10px;
}
.block-user-review--review-comment {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.block-user-review--review-item .action-buttons {
  margin-right: 10px;
  margin-left: 10px;
}
.block-user-review-completed {
  margin: 10px;
}
.block-user-review-completed--header {
  margin: -10px -10px 0;
}
.block-user-review-completed--message-header {
  text-align: center;
  margin: 0 -10px 10px;
}

/* ----&#65533;C&#65533;x&#65533;&#65533;&#65533;g&#65533;&#65533;&#65533;---- */

.block-event-page--goods {
  margin: 0 0 10px 0;
}
.block-event-page--goods .block-check-list-a,
.block-event-page--goods .block-bulk-purchase-b,
.block-event-page--goods .block-goods-list-c,
.block-event-page--goods .block-goods-list-d,
.block-event-page--goods .block-thumbnail-h,
.block-event-page--goods .block-cart-i,
.block-event-page--goods .block-goods-detail-j,
.block-event-page--goods .block-goods-list-l,
.block-event-page--goods .block-goods-name-n,
.block-event-page--goods .block-pickup-list-p,
.block-event-page--goods .block-ranking-r,
.block-event-page--goods .block-list-s,
.block-event-page--goods .block-thumbnail-t,
.block-event-page--goods .block-pickup-list-w,
.block-event-page--goods .block-goods-list-x {
  margin-top: 40px;
}
.block-category-list--goods .block-check-list-a,
.block-category-list--goods .block-bulk-purchase-b,
.block-category-list--goods .block-goods-list-c,
.block-category-list--goods .block-goods-list-d,
.block-category-list--goods .block-thumbnail-h,
.block-category-list--goods .block-cart-i,
.block-category-list--goods .block-goods-detail-j,
.block-category-list--goods .block-goods-list-l,
.block-category-list--goods .block-goods-name-n,
.block-category-list--goods .block-pickup-list-p,
.block-category-list--goods .block-ranking-r,
.block-category-list--goods .block-list-s,
.block-category-list--goods .block-thumbnail-t,
.block-category-list--goods .block-pickup-list-w,
.block-category-list--goods .block-goods-list-x {
  margin-top: 40px;
}
.block-search-goods .block-check-list-a,
.block-search-goods .block-bulk-purchase-b,
.block-search-goods .block-goods-list-c,
.block-search-goods .block-goods-list-d,
.block-search-goods .block-thumbnail-h,
.block-search-goods .block-cart-i,
.block-search-goods .block-goods-detail-j,
.block-search-goods .block-goods-list-l,
.block-search-goods .block-goods-name-n,
.block-search-goods .block-pickup-list-p,
.block-search-goods .block-ranking-r,
.block-search-goods .block-list-s,
.block-search-goods .block-thumbnail-t,
.block-search-goods .block-pickup-list-w,
.block-search-goods .block-goods-list-x {
  margin-top: 40px;
  margin-bottom: 40px;
}
.block-event-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----&#65533;X&#65533;&#1805;&#1868;&#585;&#65533;&#65533;---- */

.block-store-stock {
  margin: 10px;
}
.block-store-stock-goods-img-l {
  margin-bottom: 10px;
}
.block-store-stock-name--header {
  background: transparent;
  margin: -10px -10px 0;
}
.block-store-stock--goods-detail {
  margin-bottom: 10px;
}
.block-store-stock-goods {
  margin-bottom: 10px;
}
.block-store-stock--header {
  margin: 10px -10px 10px;
}
.block-store-stock--message {
  border: solid 1px #a94442;
  color: #a94442;
  padding: 10px;
  margin-bottom: 10px;
}
.block-store-stock--div-name {
  font-weight: bold;
}
.block-store-stock--list {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.block-store-stock--list dd {
  padding: 5px 5px 5px 12px;
}
.block-store-stock--item {
  padding-right: 12px;
}
.block-store-stock--item a {
  text-decoration: underline;
}

/* ----&#65533;A&#65533;C&#65533;R&#65533;&#65533;---- */

.block-icon {
  font-size: 0;
}
.block-icon span {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.block-icon img {
  width: auto;
  height: 18px;
  vertical-align: top;
}
.block-icon p {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5em;
  font-size: 11px;
  height: 18px;
  line-height: 16px;
  border: 1px #000 solid;
  background: #000;
  color: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 3px;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#65533;----*/

div.variation-name {
  font-size: 0.85em;
}

/* &#65533;\&#65533;&#65533;&#65533;&#65533;&#65533;@ */

.block-style--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 8px;
}
.block-style--header h2 {
  color: #ffffff;
}
.block-style--header .block-style--expand-icon {
  color: #ffffff;
}
.block-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
.block-style--element {
  display: none;
  margin-bottom: 20px;
}
.block-style--close i:before {
  content: "\f067";
}
.block-style--select,
.block-sort--select {
  height: 43px;
}
.block-style--select select,
.block-sort--select select {
  width: 100%;
}

/* &#65533;&#65533;&#65533;ё&#1410;&#65533; */

.block-goods-list--sort-order-items,
.block-goods-list--display-style-items {
  display: table;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 10px;
}
.block-sort--header,
.block-style--header {
  display: table-cell;
  vertical-align: middle;
  width: 7em;
  padding: 0 10px;
  margin-bottom: 8px;
}
.block-sort--header h2,
.block-style--header h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: inherit;
}
.block-sort--header .block-sort--expand-icon,
.block-style--header .block-style--expand-icon {
  display: none;
  /*
  color: #ffffff;
*/
}
.block-sort--expand-icon,
.block-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
.block-sort--element,
.block-style--element {
  display: table-cell !important;
  margin-bottom: 20px;
}
.block-sort--close i:before {
  content: "\f067";
}
.block-goods-list--display-style-items-selectbox,
.block-goods-list--sort-order-items-selectbox {
  padding-left: 10px;
}

/* &#65533;y&#65533;[&#65533;W&#65533;&#65533; */

.block-goods-list-naviframe {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

/* &#65533;&#65533;&#65533;&#65533;&#65533;&#450;&#1869;&#65533;&#65533;&#65533; */

.block-goods-list-auto-load {
  text-align: center;
  margin: 30px 0 10px 0;
}
.block-goods-list-auto-load--loading {
  font-size: 60px;
}
.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/* &#65533;&#65533;&#65533;i0&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;b&#65533;Z&#65533;[&#65533;W */

.block-goods-notfound-message {
  background: #f1f1f1;
  padding: 50px;
  margin: 50px 10px;
  text-align: center;
}
.block-recent-item .block-goods-notfound-message {
  display: none;
}
#block_of_event .block-goods-notfound-message {
  margin: 30px 10px;
}
.block-goods-notfound-message h2 {
  margin-top: 0;
  font-weight: bold;
}
.block-goods-notfound-message p {
  margin-bottom: 30px;
}
#block_of_event .block-goods-notfound-message p {
  margin-bottom: 0;
}
.block-goods-notfound-message a {
  min-width: 120px;
}
#block_of_event .block-goods-notfound-message a {
  display: none;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#641;F&#65533;s&#65533;b&#65533;N&#65533;A&#65533;b&#65533;v&#65533;Fblock-pickup-list-p---- */

.block-pickup-list-p--items {
  border-top: 1px solid #eee;
  margin: 0 10px 30px 10px;
}
.block-pickup-list-p--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.block-pickup-list-p--items li a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}
.block-pickup-list-p--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}
.block-pickup-list-p--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
  padding: 5px;
}
.block-pickup-list-p--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}
.block-pickup-list-p--goods-name {
  font-weight: bold;
}
.block-pickup-list-p--comment {
  font-size: 13px;
  padding: 5px 0;
}
.block-pickup-list-p--price {
  font-size: 18px;
  font-weight: bold;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#641;F&#65533;T&#65533;&#65533;&#65533;l&#65533;C&#65533;&#65533;&#65533;Fblock-thumbnail-t---- */

.block-thumbnail-t {}
ul.block-thumbnail-t--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px auto 20px auto;
  padding: 0 10px;
  max-width: 520px;
}
.block-thumbnail-t--items li {
  width: 50%;
  margin-bottom: 10px;
}
.block-thumbnail-t--items li:nth-child(odd) {
  padding-right: 7px;
}
.block-thumbnail-t--items li:nth-child(even) {
  padding-left: 7px;
}
.block-thumbnail-t--items li > a {
  text-decoration: none;
}
.block-thumbnail-t--items li > a dt {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.block-thumbnail-t--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.block-thumbnail-t--goods-image figure img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-thumbnail-t--goods-description {
  margin-top: 7px;
}
.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price {
  font-weight: bold;
}
.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {
  margin-top: 3px;
}
.block-thumbnail-t--scomment {
  color: #cc3302;
}

/*
.block-thumbnail-t--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-thumbnail-t--items li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-thumbnail-t--items li a {
  text-decoration: none;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-thumbnail-t--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
  padding: 5px;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
  font-weight: bold;
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

.block-thumbnail-t--price {
  font-size: 18px;
  font-weight: bold;
}
*/


/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#641;F&#65533;&#65533;&#65533;&#65533;&#65533;L&#65533;&#65533;&#65533;O&#65533;Fblock-ranking-r---- */

.block-ranking-r--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px auto 20px auto;
  padding: 0 10px;
  max-width: 520px;
}
.block-ranking-r--items li {
  width: 50%;
  margin-bottom: 10px;
}
.block-ranking-r--items li:nth-child(odd) {
  padding-right: 7px;
}
.block-ranking-r--items li:nth-child(even) {
  padding-left: 7px;
}
.block-ranking-r--items li a {
  text-decoration: none;
}
.block-ranking-r--items li > a .block-ranking-r--goods-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.block-ranking-r--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.block-ranking-r--goods-image figure img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-ranking-r--goods-image {
  width: 100%;
}
.block-ranking-r--goods-description {
  word-wrap: break-word;
  padding-left: 55px;
  margin-top: 12px;
}
.block-ranking-r--goods-name {}
.block-ranking-r--comment {
  font-size: 12px;
}
.block-ranking-r--price {
  font-weight: bold;
  padding-top: 3px;
}

/* &#65533;&#65533;&#65533;&#65533;&#65533;L&#65533;&#65533;&#65533;O&#65533;A&#65533;C&#65533;R&#65533;&#65533; */

.block-ranking-r--goods-image {
  position: relative;
}
.block-ranking-r--rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 30px;
  height: 40px;
  font-size: 18px;
  border-radius: 32px;
  text-align: center;
  color: #444;
}
.block-ranking-r--goods-image .block-ranking-r--rank:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  width: 1px;
  height: 100%;
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  background-color: #444;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#641;F&#65533;T&#65533;&#65533;&#65533;l&#65533;C&#65533;&#65533;(&#65533;{&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;)&#65533;Fblock-thumbnail-h---- */

.block-thumbnail-h {}
ul.block-thumbnail-h,
ul.block-thumbnail-h--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px auto 20px auto;
  padding: 0 10px;
  max-width: 520px;
}
.block-topic-path + #block_of_history {
  margin-top: 40px;
}
.block-thumbnail-h li {
  width: 50%;
  margin-bottom: 10px;
}
.block-thumbnail-h li:nth-child(odd) {
  padding-right: 7px;
}
.block-thumbnail-h li:nth-child(even) {
  padding-left: 7px;
}
.block-thumbnail-h li > a {
  text-decoration: none;
}
.block-thumbnail-h li > a dt,
.block-thumbnail-h li > a .block-thumbnail-h--goods-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.block-thumbnail-h--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.block-thumbnail-h--goods-image figure img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-thumbnail-h--goods-description {
  margin-top: 7px;
}
.net-price {
  display: none;
}
.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price {
  font-weight: bold;
}
.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
  margin-top: 3px;
}
.block-thumbnail-h--scomment {
  color: #cc3302;
}

/*
.block-thumbnail-h--items {
  font-size: 0;
}

.block-thumbnail-h--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-bottom: 10px;
}

.block-thumbnail-h--items li a {
  text-decoration: none;
}

.block-thumbnail-h--goods-image {
  width: 100%;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}
*/


/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#641;F&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;Fblock-cart-i---- */

.block-cart-i--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px auto 20px auto;
  padding: 20px 10px;
  max-width: 520px;
}
.block-cart-i--items li {
  width: 50%;
  margin-bottom: 10px;
}
.block-cart-i--items li:nth-child(odd) {
}
.block-cart-i--items li:nth-child(even) {
}
.block-cart-i--items li a {
  text-decoration: none;
}
.block-cart-i--items li > a .block-cart-i--goods-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.block-cart-i--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.block-cart-i--goods-image figure img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-cart-i--goods-description {
  margin-top: 7px;
  word-wrap: break-word;
  font-size: 12px;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#641;F&#65533;&#65533;&#65533;i&#65533;&#1677;Fblock-goods-detail-j---- */

.block-goods-detail-j--items {
  border-top: 1px solid #eee;
}
.block-goods-detail-j--items li {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.block-goods-detail-j--items li a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}
.block-goods-detail-j--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}
.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
  padding: 5px;
}
.block-goods-detail-j--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}
.block-goods-detail-j--goods-name {
  font-weight: bold;
}
.block-goods-detail-j--comment {
  font-size: 12px;
}
.block-goods-detail-j--price {
  font-size: 18px;
  font-weight: bold;
}
.block-goods-detail-j--cart-btn {
  margin-top: 10px;
}
.block-goods-detail-j--cart-btn > .block-add-cart {
  width: 100%;
  padding-right: 0;
  margin: 10px 0 0 0;
}
.block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  padding: 10px;
}
.block-goods-detail-j--custom-order {
  margin-top: 10px;
}
.block-goods-detail-j--custom-order .block-list-custom-order-btn {
  padding: 10px;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#641;F&#65533;u&#65533;&#65533;&#65533;&#65533;&#65533;h&#65533;&#65533;&#641;Fblock-goods-list-x---- */

.block-goods-list-x--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}
.block-goods-list-x--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.block-goods-list-x--items li a {
  text-decoration: none;
}
.block-goods-list-x--goods-image {
  width: 100%;
  margin-bottom: 5px;
}
.block-goods-list-x--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

/* ----&#65533;&#65533;&#65533;i&#65533;&#42455;&#65533;&#65533;&#641;F&#65533;J&#65533;[&#65533;g&#65533;&#65533;&#641;Fblock-goods-list-c---- */

.block-goods-list-c--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px auto 40px auto;
  padding: 0 10px;
  max-width: 520px;
}
.block-goods-list-c--items li {
  width: 50%;
  margin-bottom: 10px;
}
.block-goods-list-c--items li:nth-child(odd) {
  padding-right: 7px;
}
.block-goods-list-c--items li:nth-child(even) {
  padding-left: 7px;
}
.block-goods-list-c--items li a {
  text-decoration: none;
}
.block-goods-list-c--items li > a .block-goods-list-c--goods-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.block-goods-list-c--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.block-goods-list-c--goods-image figure img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/*
.block-goods-list-c--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-c--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}
*/


/* ----&#65533;J&#65533;e&#65533;S&#65533;&#65533;&#65533;[&#65533;&#65533;&#65533;---- */

.block-category-list--goods {
  margin: 0 0 10px 0;
}
.block-category-list h1 {
  margin-top: -10px;
}
.block-category-list--promotion-freespace {
  margin: 0 10px 10px 10px;
}
.block-category-list--comment {
  margin: 0 10px 10px 10px;
}

/* ----&#65533;J&#65533;e&#65533;S&#65533;&#65533;&#65533;[&#65533;&#65533;&#641;F&#65533;&#42455;&#65533;Fblock-category-style-l---- */

.block-category-style-l--items {
  border-top: 1px solid #eee;
}
.block-category-style-l--item {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  min-height: 43px;
  position: relative;
}
.block-category-style-l--item-container {
  display: table;
  width: 100%;
}
.block-category-style-l--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}
.block-category-style-l--item a {
  padding: 0 25px 0 0;
  text-decoration: none;
}
.block-category-style-l--item a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}
.block-category-style-l--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
.block-category-style-l--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
.block-category-style-l--image figure {
  width: 43px;
  height: 43px;
}

/* ----&#65533;J&#65533;e&#65533;S&#65533;&#65533;&#65533;[&#65533;c&#65533;&#65533;&#65533;[---- */

.block-category-tree {
  border-bottom: 1px solid #eee;
}
.block-category-tree--header {
  border-bottom: 1px solid #eee;
}
.block-category-style-g {
  margin: 0 10px;
}
.block-category-style-g a {}
.block-category-style-g--items-0,
.block-category-style-g--items-1,
.block-category-style-g--items-2,
.block-category-style-g--items-3 {
  border-top: 1px solid #eee;
}
.block-category-style-g--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}
.block-category-style-g--item ul > li:last-child {
  border-bottom: none;
}
.block-category-style-g--item-container {
  width: 100%;
  position: relative;
}
.block-category-style-g--expand-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
}
.block-category-style-g--body {
  display: flex;
  height: 43px;
  min-height: 43px;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  align-items: center;
  position: relative;
}
.block-category-style-g--body:after {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: #444 1px solid;
  border-right: #444 1px solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block-category-style-g--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
.block-category-style-g--image figure {
  width: 43px;
  height: 43px;
}
.block-category-style-g--name {
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
.block-category-style-g--item ul > li .block-category-style-g--name {
  padding-left: 15px;
}
.block-category-style-g--item ul > li li .block-category-style-g--name {
  padding-left: 30px;
}
.block-category-style-g--comment {
  display: none;
}
.block-category-style-g--items-1 > li {
  padding-left: 10px;
}
.block-category-style-g--items-2 > li {
  padding-left: 20px;
}
.block-category-style-g--items-3 > li {
  padding-left: 30px;
}
.block-category-style-g--items-2 {
  margin-left: -10px;
}
.block-category-style-g--items-3 {
  margin-left: -20px;
}

/* ----&#65533;J&#65533;e&#65533;S&#65533;&#65533;&#65533;[&#65533;&#65533;&#641;F&#65533;T&#65533;&#65533;&#65533;l&#65533;C&#65533;&#65533;&#65533;Fblock-category-style-t---- */

.block-category-style-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 10px;
}
.block-category-style-t .block-category-style-t--item {
  flex-basis: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
.block-category-style-t .block-category-style-t--item:nth-child(odd) {
  padding-right: 7px;
}
.block-category-style-t .block-category-style-t--item:nth-child(even) {
  padding-left: 7px;
}
.block-category-style-t--item a {
  display: block;
  text-decoration: none;
}
.block-category-style-t--item-image {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.block-category-style-t--item-image span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.block-category-style-t--item-image span img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-category-style-t--item-name {
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
  text-align: center;
}

/* ----&#65533;W&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;---- */

.block-genre-page h1 {
  margin-top: -10px;
}
.block-genre-page--goods {
  margin: 0 0 10px 0;
}
.block-genre-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----&#65533;W&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;c&#65533;&#65533;&#65533;[---- */

.block-genre-style--items-0,
.block-genre-style--items-1,
.block-genre-style--items-2,
.block-genre-style--items-3 {
  border-top: 1px solid #eee;
}
.block-genre-style--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}
.block-genre-style--item:last-child {
  border-bottom: none;
}
.block-genre-style--item-container {
  display: table;
  width: 100%;
}
.block-genre-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.block-genre-style--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}
.block-genre-style--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}
.block-genre-style--image figure {
  width: 43px;
  height: 43px;
}
.block-genre-style--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}
.block-genre-style--comment {
  display: none;
}
.block-genre-style--items-1 > li {
  padding-left: 10px;
}
.block-genre-style--items-2 > li {
  padding-left: 20px;
}
.block-genre-style--items-3 > li {
  padding-left: 30px;
}
.block-genre-style--items-2 {
  margin-left: -10px;
}
.block-genre-style--items-3 {
  margin-left: -20px;
}

/* ----&#65533;i&#65533;&#33630;&#65533;&#1868;&#65533;&#65533;&#65533;---- */

#block_of_filter {
  margin: 0 10px 20px 10px;
}
.block-filter--filter-items li:last-child {}
.block-filter--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #ffffff;
}
.block-filter--header h2 {
  padding: 0 0 0 40px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.block-filter--list-item-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.block-filter--expand-icon {
  display: table-cell;
  height: 40px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
.block-filter--select-label {
  display: table-cell;
  height: 43px;
  padding-left: 10px;
  vertical-align: middle;
  text-align: left;
}
.block-filter--filter-items {}
.block-filter--list-item {
  display: none;
  border-bottom: #eee 1px solid;
}
.block-filter--filter-options {
  border-top: #eee 1px solid;
}
.block-filter--element {
  display: table;
  table-layout: fixed;
  border-bottom: #eee 1px solid;
  width: 100%;
}
.block-filter--element:last-child {
  border-bottom: none;
}
.block-filter--option-items {
  display: table-cell;
  height: 43px;
  padding-left: 30px;
  vertical-align: middle;
  width: 100%;
}
.block-filter--select {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  height: 43px;
}
.block-filter--close i:before {
  content: "\f067";
}
.block-filter--treelist-layer {
  border-top: #eee 1px solid;
}
.block-filter--treeitem {
  border-top: #eee 1px solid;
}
.block-filter--treeitem:first-child {
  border-top: none;
}
a.block-filter--treeitem-name {
  text-decoration: none;
}
.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
  border-top: #eee 1px solid;
}
.block-filter--tree-2 > li {
  padding-left: 20px;
}
.block-filter--tree-3 > li {
  padding-left: 30px;
}
.block-filter--tree-4 > li {
  padding-left: 40px;
}
.block-filter--tree-2 {
  margin-left: -10px;
}
.block-filter--tree-3 {
  margin-left: -20px;
}
.block-filter--tree-4 {
  margin-left: -30px;
}
.block-filter--treeitem-container {
  width: 100%;
  position: relative;
}
.block-filter--treeitem-dir {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
}
.block-filter--treeitem-dir.custom-design {
  width: 100%;
  padding-left: 30px;
  display: flex;
  height: 43px;
  min-height: 43px;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  align-items: center;
  position: relative;
  padding-right: 45px;
}
.block-filter--treeitem-dir.custom-design span {
  display: block;
}
.block-filter--treeitem-dir.custom-design i {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  line-height: 40px;
}
.block-filter--treeitem-dir i {
  margin: 0 auto;
}
.block-filter--treeitem-name {
  padding-left: 30px;
  display: flex;
  height: 43px;
  min-height: 43px;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  align-items: center;
  position: relative;
  padding-right: 45px;
}
.block-filter--treeitem-name:after {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: #444 1px solid;
  border-right: #444 1px solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* ----&#65533;&#1677;&#1484;&#65533;&#65533;&#65533;---- */

.block-search-goods--condition-items {
  margin: 10px;
}
.block-search-goods--to-dt {
  margin-top: 5px;
}
.block-search-goods .action-buttons {
  margin: 0 10px 10px 10px;
}
.block-search-goods--from-price {
  margin-bottom: 8px;
}
.block-search-goods--publication-dt input {
  width: 6em;
}

/*----- parts -----*/

.txt_center_sbonly_ {
  text-align: center;
}
.anchor_ {
  margin-top: -55px;
  padding-top: 55px;
}

/*----- page -----*/

.page_contents {
  padding: 10px;
}
.page_contents h1 {
  text-align: center;
  font-size: 22px;
}
.page_contents h1 span {
  display: block;
  font-size: 12px;
}
.page_contents h2 {
  margin-bottom: 16px;
  padding: 10px 0;
  border-bottom: 2px solid #444;
  font-weight: normal;
}
.page_contents h3 {
  margin-bottom: 16px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.page_contents p {
  margin-bottom: 20px;
  line-height: 1.8;
  word-break: break-all;
}
.page_contents h4 {
  font-size: 14px;
  padding: 0 8px 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #333;
}
.page_contents h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  margin: 10px 0;
  background-color: #f2f2f2;
  padding: 8px 8px 8px 10px;
}
.page_contents .page_box1 {
  padding: 14px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.page_contents .txt_l {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page_contents .page_box1 span {
  font-size: 12px;
}
.page_contents .page_button1 {
  display: block;
  width: 70%;
  margin: 0 auto 30px auto;
  padding: 10px;
  font-size: 16px;
}
.page_contents .page_table {
  font-size: 12px;
  margin-bottom: 30px;
}
.page_contents .page_table th {
  vertical-align: middle;
  font-weight: bold;
}
.page_contents .txt_s {
  font-size: 12px;
  color: #808080;
}
.page_contents .page_box2 {
  background-color: #f2f2f2;
  padding: 14px;
}

/*2024.12 PUNI */
.pane-product-top.puni {
  width: 1100px;
  margin: auto;
}
.pane-product-top.puni .pc-none {
  display: none;
}
.pane-product-top.puni .sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .pc-none {
      display: block;
  }
  .pane-product-top.puni .sp-none {
      display: none;
  }
}
.pane-product-top.puni .smart-title {
padding: 30px 0 50px;
font-weight: bold;
text-align: center;
}
.pane-product-top.puni .smart-title .en-ttl {
color: #0068B7;
font-size: 15px;
}
.pane-product-top.puni .smart-title .jp-ttl {
font-size: 28px;
position: relative;
margin-top: 5px;
}
.pane-product-top.puni .smart-title .jp-ttl::after {
content: "";
width: 36px;
height: 2px;
background: #0068B7;
position: absolute;
bottom: -15px;
left: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni {
      width: 93vw;
  }
  .pane-product-top.puni .smart-title {
      padding: 8vw 0 10vw;
      font-weight: bold;
      text-align: center;
  }
  .pane-product-top.puni .smart-title .en-ttl {
      color: #0068B7;
      font-size: 3vw;
  }
  .pane-product-top.puni .smart-title .jp-ttl {
      font-size: 5.5vw;
      position: relative;
      margin-top: 1.5vw;
  }
  .pane-product-top.puni .smart-title .jp-ttl::after {
      content: "";
      width: 8vw;
      height: 2px;
      background: #0068B7;
      position: absolute;
      bottom: -2.5vw;
      left: calc(50% - 4vw);
  }
}
.pane-product-top.puni .category-mv-img .category-mv-text {
  font-size: 48px;
  margin: -160px 60px 0;
  color: #707070;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-mv-img .category-mv-text {
      font-size: 9vw;
      margin: -38vw 12vw 0;
      width: 60vw;
  }
}
.pane-product-top.puni .category-mv-body {
  text-align: center;
  margin-top: 120px;
  color: #444;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-mv-body {
      margin-top: 20vw;
  }
}
.pane-product-top.puni .category-mv-body .category-mv-title {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-mv-body .category-mv-title {
      font-size: 5.5vw;
  }
}
.pane-product-top.puni .category-mv-body .category-images {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-mv-body .category-images {
      display: block;
      margin: 8vw 0;
  }
}
.pane-product-top.puni .category-mv-body .category-images .category-images-img {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-mv-body .category-images .category-images-img {
      width: 100%;
      margin-bottom: 4vw;
  }
}
.pane-product-top.puni .category-mv-body .category-images .category-images-img img {
  width: 100%;
}
.pane-product-top.puni .category-mv-body .category-mv-text {
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-mv-body .category-mv-text {
      font-weight: normal;
      font-size: 4vw;
  }
}
.pane-product-top.puni .category-card {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-card {
      display: block;
  }
}
.pane-product-top.puni .category-card .category-card-item {
  width: 31%;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-card .category-card-item {
      width: 100%;
      margin: 8vw 0;
  }
}
.pane-product-top.puni .category-card .category-card-item .category-card-body .category-card-title {
  font-size: 18px;
  font-weight: bold;
  /* color: #0068B7; */
  color: var(--color1);
  margin: 25px 0 18px;
}
.pane-product-top.puni .category-card .category-card-item .category-card-body .category-card-text {
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .category-card .category-card-item .category-card-body .category-card-text {
      font-weight: normal;
  }
}
.pane-product-top.puni .product-list-wrap {
  margin-top: 50px;
}
.pane-product-top.puni .product-list-wrap .product-list-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CDD6DD;
}
.pane-product-top.puni .product-list-wrap .product-list-header .number {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .product-list-wrap .product-list-header .number {
      font-size: 3vw;
      color: #707070;
  }
}
.pane-product-top.puni .product-list-wrap .product-list-header .sorting {
  display: flex;
}
.pane-product-top.puni .product-list-wrap .product-list-header .sorting .ttl {
  color: #707070;
  font-size: 12px;
  line-height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .product-list-wrap .product-list-header .sorting .ttl {
      display: none;
  }
}
.pane-product-top.puni .product-list-wrap .product-list-header .sorting select {
  border: 1px solid #ccc;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  width: 150px;
}
.pane-product-top.puni .product-list-wrap .product-list-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .product-list-wrap .product-list-inner {
      grid-template-columns: repeat(2, 1fr);
  }
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body {
  width: 100%;
  padding: 0;
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body::before, .pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body::after {
  content: none;
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  padding: 0;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
      line-height: 1;
  }
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  font-size: 16px;
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
  color: #707070;
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .variation-name {
  font-size: 16px;
  color: #707070;
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
  font-size: 16px;
  color: #707070;
  text-align: left;
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span {
  background: #999;
  border-radius: 30px;
  color: #fff;
  padding: 1px 25px;
  margin-right: 1px;
  line-height: 18px;
  height: 18px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-family: "&#65533;&#65533;S&#65533;V&#65533;b&#65533;N";
}
@media screen and (max-width: 768px) {
  .pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span {
      line-height: 1;
      height: auto;
      padding: 3px 20px;
  }
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span.icon-blue {
  background: #7AD1D8;
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span.icon-yellow {
  background: #EFBA57;
}
.pane-product-top.puni .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span.icon-green {
  background: #7AD68F;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager {
  margin-top: 50px;
  font-size: 16px;
  font-weight: bold;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager.pager {
  text-align: center;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager .pagination > * {
  border: 0;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li {
  position: relative;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li a, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li span {
  display: inline-block;
  padding: 5px 10px;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-current span {
  color: #fff;
  background: #0068B7;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-first, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-first, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-previous, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-next, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-last, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-last {
  margin: 0 20px;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-first::before, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-first::after, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-previous::before, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-next::before, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-last::before, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-last::after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: 5px;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-first::before {
  left: -5px;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-next::before {
  transform: rotate(135deg);
  left: -5px;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-last::before, .pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-last::after {
  transform: rotate(135deg);
  left: -5px;
}
.pane-product-top.puni .product-list-wrap .block-goods-list--pager li.pager-last::after {
  left: -15px;
}
/*2024.12 PUNI &#65533;&#65533;&#65533;&#65533;&#65533;&#1794;&#65533; */
/*2025.1 owl &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533; */
@media screen and (max-width: 768px) {
   .page-category .pane-main, .page-genre .pane-main{
      overflow:hidden;
   }
}
.container:has(.owl){
    width: 1100px;
}
.pane-product-top.owl {
    width: 1100px;
    margin: auto;
}
.pane-product-top.owl .pc-none {
    display: none;
}
.pane-product-top.owl .sp-none {
    display: block;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .pc-none {
        display: block;
    }
    .pane-product-top.owl .sp-none {
        display: none;
    }
}
.pane-product-top.owl .smart-title {
    padding: 30px 0 50px;
    font-weight: bold;
    text-align: center;
}
.pane-product-top.owl .smart-title .en-ttl {
    /* color: #0068B7; */
    color: var(--color3);
    font-size: 15px;
}
.pane-product-top.owl .smart-title .jp-ttl {
    font-size: 28px;
    position: relative;
    margin-top: 5px;
}
.pane-product-top.owl .smart-title .jp-ttl::after {
    content: "";
    width: 36px;
    height: 2px;
    /* background: #0068B7; */
    background: var(--color3);
    position: absolute;
    bottom: -15px;
    left: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl {
        width: 93vw;
    }
    .pane-product-top.owl .smart-title {
        padding: 8vw 0 10vw;
        font-weight: bold;
        text-align: center;
    }
    .pane-product-top.owl .smart-title .en-ttl {
        /* color: #0068B7; */
        color: var(--color3);
        font-size: 3vw;
    }
    .pane-product-top.owl .smart-title .jp-ttl {
        font-size: 5.5vw;
        position: relative;
        margin-top: 1.5vw;
    }
    .pane-product-top.owl .smart-title .jp-ttl::after {
        content: "";
        width: 8vw;
        height: 2px;
        /* background: #0068B7; */
        background: var(--color3);
        position: absolute;
        bottom: -2.5vw;
        left: calc(50% - 4vw);
    }
}
.pane-product-top.owl .category-mv-img .category-mv-text {
    font-size: 48px;
    margin: -160px 60px 0;
    color: #707070;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-img .category-mv-text {
        font-size: 9vw;
        margin: -38vw 12vw 0;
        width: 60vw;
    }
}
.pane-product-top.owl .category-mv-body {
    text-align: center;
    margin-top: 60px;
    color: #444;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body {
        margin-top: 10vw;
    }
}
.pane-product-top.owl .category-mv-body .category-mv-title {
    font-weight: bold;
    margin-top: 80px;
    font-size: 24px;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-mv-title {
        font-size: 5.5vw;
        margin-top: 15vw;
    }
}
.pane-product-top.owl .category-mv-body .category-mv-title.second-contents {
    font-size: 28px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-mv-title.second-contents {
        font-size: 5vw;
        margin-top: 10vw;
    }
}
.pane-product-top.owl .category-mv-body .category-images {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 70px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-images {
        display: block;
        margin: 10vw 0;
        width: 102vw;
        margin-left: -4vw;
    }
}
.pane-product-top.owl .category-mv-body .category-images .category-images-img {
    width: 48.5%;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-images .category-images-img {
        width: 100%;
        margin-bottom: 4vw;
    }
}
.pane-product-top.owl .category-mv-body .category-images .category-images-img img {
    width: 100%;
}
.pane-product-top.owl .category-mv-body .category-images-sozai {
    text-align: center;
}
.pane-product-top.owl .category-mv-body .category-mv-text {
    font-size: 18px;
    line-height: 2.5;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-mv-text {
        font-weight: normal;
        font-size: 4vw;
    }
}
.pane-product-top.owl .category-mv-body .category-mv-text.second-contents {
    padding-top: 20px;
}
.pane-product-top.owl .category-mv-body .category-mv-title_undertext {
    margin: 20px 0 40px;
    font-size: 18px;
    line-height: 2.5;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-mv-title_undertext {
        font-weight: normal;
        font-size: 4vw;
    }
}
.pane-product-top.owl .category-card {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-card {
        display: block;
    }
}
.pane-product-top.owl .category-card .category-card-item {
    width: 31%;
    margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-card .category-card-item {
        width: 100%;
        margin: 8vw 0;
    }
}
.pane-product-top.owl .category-card .category-card-item .category-card-body .category-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #0068B7;
    margin: 25px 0 18px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-card .category-card-item .category-card-body .category-card-title {
        text-align: left;
    }
}
.pane-product-top.owl .category-card .category-card-item .category-card-body .category-card-title.second-contents {
    text-align: center;
}
.pane-product-top.owl .category-card .category-card-item .category-card-body .category-card-text {
    line-height: 1.8;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-card .category-card-item .category-card-body .category-card-text {
        font-weight: normal;
    }
}
.pane-product-top.owl .small-text {
    font-size: 13px;
    color: #707070;
    line-height: 1.8;
    font-weight: normal;
}
.pane-product-top.owl .product-list-wrap {
    margin-top: 50px;
}
.pane-product-top.owl .product-list-wrap .product-list-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CDD6DD;
}
.pane-product-top.owl .product-list-wrap .product-list-header .number {
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .product-list-wrap .product-list-header .number {
        font-size: 3vw;
        color: #707070;
    }
}
.pane-product-top.owl .product-list-wrap .product-list-header .sorting {
    display: flex;
}
.pane-product-top.owl .product-list-wrap .product-list-header .sorting .ttl {
    color: #707070;
    font-size: 12px;
    line-height: 30px;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .product-list-wrap .product-list-header .sorting .ttl {
        display: none;
    }
}
.pane-product-top.owl .product-list-wrap .product-list-header .sorting select {
    border: 1px solid #ccc;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    width: 150px;
}
.pane-product-top.owl .product-list-wrap .product-list-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 30px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .product-list-wrap .product-list-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body {
    width: 100%;
    padding: 0;
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body::before, .pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body::after {
    content: none;
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
    padding: 0;
    line-height: 2;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
        line-height: 1;
    }
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
    font-size: 16px;
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
    color: #707070;
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .variation-name {
    font-size: 16px;
    color: #707070;
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
    font-size: 16px;
    color: #707070;
    text-align: left;
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span {
    background: #999;
    border-radius: 30px;
    color: #fff;
    padding: 1px 25px;
    margin-right: 1px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-family: "&#65533;&#65533;S&#65533;V&#65533;b&#65533;N";
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span {
        line-height: 1;
        height: auto;
        padding: 3px 20px;
    }
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span.icon-blue {
    background: #7AD1D8;
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span.icon-yellow {
    background: #EFBA57;
}
.pane-product-top.owl .product-list-wrap .product-list-inner .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--icon span.icon-green {
    background: #7AD68F;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager {
    margin-top: 50px;
    font-size: 16px;
    font-weight: bold;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager.pager {
    text-align: center;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager .pagination > * {
    border: 0;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li {
    position: relative;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li a, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li span {
    display: inline-block;
    padding: 5px 10px;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-current span {
    color: #fff;
    background: #0068B7;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-first, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-first, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-previous, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-next, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-last, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-last {
    margin: 0 20px;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-first::before, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-first::after, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-previous::before, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-next::before, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-last::before, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-last::after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 5px;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-first::before {
    left: -5px;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-next::before {
    transform: rotate(135deg);
    left: -5px;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-last::before, .pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-last::after {
    transform: rotate(135deg);
    left: -5px;
}
.pane-product-top.owl .product-list-wrap .block-goods-list--pager li.pager-last::after {
    left: -15px;
}
.pane-product-top.owl .loop_wrap {
    display: flex;
    width: 200vw;
    height: 293px;
    overflow: hidden;
    margin: 60px 0;
}
@media screen and (min-width: 1100px) {
    .pane-product-top.owl .loop_wrap {
        margin-left: calc((100vw - 1100px) / 2 * -1);
                width: calc(100vw - 10px);
    }
}
@media screen and (max-width: 1099px) {
    .pane-product-top.owl .loop_wrap {
        max-width: 1100px;
    }
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .loop_wrap {
        height: auto;
        margin: 10vw 0 10vw -4vw;
    }
}
.pane-product-top.owl .loop_wrap ul li {
    width: 394px;
    margin-right: 30px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .loop_wrap ul li {
        width: 70vw;
        margin-right: 6vw;
    }
}
.pane-product-top.owl .loop_wrap img {
    height: 100%;
}
.pane-product-top.owl .loop_wrap ul {
    display: flex;
}
.pane-product-top.owl .loop_wrap ul:first-child {
    animation: loop 50s -25s linear infinite;
}
.pane-product-top.owl .loop_wrap ul:last-child {
    animation: loop2 50s linear infinite;
}
/* owl 追記 250711 */
.pane-product-top.owl .category-mv-table{
    margin: 80px 0 85px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-table{
        margin: 60px 0 75px;
    }
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-table-scroll{
      overflow-x: scroll;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE, Edge */
    }
    .pane-product-top.owl .category-mv-table-scroll::-webkit-scrollbar{
        display: none;/* Chrome, Safari */
    }
}
/* カスタムスクロールバーのベース */
.pane-product-top.owl .custom-scrollbar {
  display: none;
  position: relative;
  height: 10px;
  background: #eee;
  border-radius: 4px;
  margin-top: 16px; /* テーブルの直下に出す場合は調整 */
  width: 100%;
  overflow: hidden;
  /* 必要に応じて z-index を調整 */
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .custom-scrollbar {
    display: block;
  }
}
/* カスタムスクロールバーのつまみ */
.pane-product-top.owl .custom-scrollbar-thumb {
  position: absolute;
  height: 100%;
  /* background: #0068B7; */
  background: var(--color1);
  border-radius: 4px;
  width: 116.556px; /* 初期値。JSで変更される */
  left: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.pane-product-top.owl .category-mv-table-content{
    border-collapse: separate;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-table-content{
        min-width: 1045px;
    }
}
.pane-product-top.owl .category-mv-table-content tr:nth-of-type(2n){
    background-color: #F5F5F5;
}
.pane-product-top.owl .category-mv-table-content th,
.pane-product-top.owl .category-mv-table-content td{
    width: 184px;
    text-align: center;
    line-height: 1.7;
    height: 108px;
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-table-content th{
        width: 128px;
    }
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-table-content th,
    .pane-product-top.owl .category-mv-table-content td{
        font-size: 15px;
        padding: 8px;
    }
}
.pane-product-top.owl .category-mv-table-content tr:nth-of-type(n+2) td{
    border-left: 1px solid #DEDEDE;
}
.pane-product-top.owl .category-mv-table-content td:nth-of-type(3) td{
    border-left: none;
}
/* 青枠用 */
.pane-product-top.owl .category-mv-table-content tr:first-of-type td:nth-of-type(2){
    /* border-top: 3px solid #0068B7; */
    border-top: 3px solid var(--color1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}
.pane-product-top.owl .category-mv-table-content tr:first-of-type td:nth-of-type(2)::before{
    content: "";
    position: absolute;
    background: url(../../img/usr/product-top/owl/icon_recommendation.png) center / contain no-repeat;
    width: 70px;
    height: 71px;
    display: inline-block;
    top: -2px;
    right: -2px;
}
.pane-product-top.owl .category-mv-table-content .category-mv-table-comparison td:nth-of-type(2){
    /* border-bottom: 3px solid #0068B7; */
    border-bottom: 3px solid var(--color1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-content .category-mv-table-comparison td:nth-of-type(2){
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-content tr:last-of-type td:nth-of-type(2){
      /* border-bottom: 3px solid #0068B7; */
      border-bottom: 3px solid var(--color1);
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
  }
}
.pane-product-top.owl .category-mv-table-content tr td:nth-of-type(2){
    /* border-left: 3px solid #0068B7; */
    border-left: 3px solid var(--color1);
    /* border-right: 3px solid #0068B7; */
    border-right: 3px solid var(--color1);
}
/* 画像 */
.pane-product-top.owl .category-mv-table-img td{
    height: 205px;
}
.pane-product-top.owl .category-mv-table-img td img{
    width: 150px;
    height: auto;
    vertical-align: middle;
}
.pane-product-top.owl .category-mv-table-img td:nth-of-type(5) img{
    position: relative;
    right: -10px;
    bottom: -5px;
    
}
/* 商品名 */
.pane-product-top.owl .category-mv-table-name a{
  color: #0068B7;
  text-decoration: underline;
  display: block;
}
.pane-product-top.owl .category-mv-table-name a:hover{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-name a{
    pointer-events: none;
    color:#444;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-name th,
  .pane-product-top.owl .category-mv-table-name td{
    height: 78px;
  }
}

/* カバーの素材 */
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-item th,
  .pane-product-top.owl .category-mv-table-item td{
    height: 78px;
  }
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-item td{
    font-size: 12px;
  }
}

/* お悩み */
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-worries th,
  .pane-product-top.owl .category-mv-table-worries td{
    height: 78px;
  }
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-worries td{
    font-size: 12px;
  }
}
/* ジェル量比較 */
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-comparison th,
  .pane-product-top.owl .category-mv-table-comparison td{
    height: 42px;
  }
}
.pane-product-top.owl .category-mv-table-comparison td img{
  width: 107px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-comparison td img{
    margin-bottom: 4px;
  }
}
/* ポイント */
.pane-product-top.owl .category-mv-table-point th,
.pane-product-top.owl .category-mv-table-point td{
  height: 134px;
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-point th,
  .pane-product-top.owl .category-mv-table-point td{
    height: 102px;
  }
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-point td{
    font-size: 12px;
  }
}
.pane-product-top.owl .category-mv-table-point td:nth-of-type(1) span{
    display: block;
    font-size: 12px;
}
.pane-product-top.owl .category-mv-table-point th span{
    position: relative;
}
.pane-product-top.owl .category-mv-table-point th span::before{
    content: "";
    position: absolute;
    background: url(../../img/usr/product-top/owl/icon_check.png) center / contain no-repeat;
    width: 60px;
    height: 50px;
    display: inline-block;
    top: -56px;
    right: -56px;
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-point th span::before{
    src: 40px;
    height: 30px;
    top: -31px;
    right: -22px;
  }
}
.pane-product-top.owl .category-mv-table-btn{
  display: none;
}
@media screen and (max-width: 768px) {
  .pane-product-top.owl .category-mv-table-btn{
    display: table-row;
  }
}
.pane-product-top.owl .category-mv-table-btn th,
.pane-product-top.owl .category-mv-table-btn td{
  height: 65px;
}

.pane-product-top.owl .category-mv-table-btn td a{
  width: 153px;
  min-height: 37px;
  display: grid;
  place-items: center;
  color: #fff;
  /* background-color:#0068B7;*/
  background-color: var(--color1);
  font-size:12px;
  position: relative;
  border-radius: 19px;
}
.pane-product-top.owl .category-mv-table-btn td a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* //owl 追記 250711 */
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
/*2025.1 owl &#65533;&#65533;&#65533;&#65533;&#65533;&#1794;&#65533; */
/*2025.1 owlcare */
.six-type {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 150px;
}
@media screen and (max-width: 768px) {
    .six-type {
        justify-content: center;
        margin-top: 8vw;
        margin-bottom: 16vw;
    }
}
.six-type .risk {
    width: 50px;
}
@media screen and (max-width: 768px) {
    .six-type .risk {
        display: none;
    }
}
.six-type .list-block {
    width: 1012px;
}
@media screen and (max-width: 768px) {
    .six-type .list-block {
        width: auto;
    }
}
.six-type .list-block .list-title {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .six-type .list-block .list-title {
        display: none;
    }
}
.six-type .list-block .six-type-list {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .six-type .list-block .six-type-list {
        display: block;
        width: 93vw;
    }
    .six-type .list-block .six-type-list .six-type-list_title {
        color: #fff;
        padding: 5px;
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    .six-type .list-block .six-type-list .six-type-list_title {
        padding: 2vw;
        font-size: 5vw;
    }
}
@media screen and (max-width: 768px) {
    .six-type .list-block .six-type-list .six-type-list_title.ttl01 {
        background: #00a399;
    }
    .six-type .list-block .six-type-list .six-type-list_title.ttl02 {
        margin-top: 14vw;
        background: #8fc31e;
    }
    .six-type .list-block .six-type-list .six-type-list_title.ttl03 {
        margin-top: 14vw;
        background: #f9b62d;
    }
}
.six-type .list-block .six-type-list ul {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .six-type .list-block .six-type-list ul {
        width: 80vw;
        margin: auto;
    }
    .six-type .list-block .six-type-list ul .six-type-list_subtitle {
        color: #fff;
        margin-top: 7vw;
        padding: 2.5vw;
        position: relative;
        font-size: 5vw;
    }
    .six-type .list-block .six-type-list ul .six-type-list_subtitle.ttl01 {
        background: url(../../img/usr/product-top/owlcare/subtitle-back01.png) no-repeat top center/contain transparent;
    }
    .six-type .list-block .six-type-list ul .six-type-list_subtitle.ttl02 {
        background: url(../../img/usr/product-top/owlcare/subtitle-back02.png) no-repeat top center/contain transparent;
    }
    .six-type .list-block .six-type-list ul .six-type-list_subtitle.ttl03 {
        background: url(../../img/usr/product-top/owlcare/subtitle-back03.png) no-repeat top center/contain transparent;
    }
}
.six-type .list-block .six-type-list ul.type02 {
    justify-content: center;
}
.six-type .list-block .six-type-list ul li {
    position: relative;
    margin-top: 10px;
}
.six-type .list-block .six-type-list ul li span.btn {
    display: block;
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    width: 136px;
    padding: 10px;
    bottom: 18px;
    right: 10px;
}
@media screen and (max-width: 768px) {
    .six-type .list-block .six-type-list ul li span.btn {
        font-size: 3.5vw;
        width: 35vw;
        bottom: 3vw;
        right: 2vw;
    }
}
.six-type .list-block .six-type-list ul li a:hover span.btn {
    background: #666;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-images.autowidth {
        width: auto;
        margin-left: auto;
    }
}
.pane-product-top.owl .category-mv-body .category-mv-title {
    margin-top: 130px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-mv-title {
        margin-top: 15vw;
        margin-bottom: 15vw;
    }
}
.pane-product-top.owl .category-mv-body .category-mv-title.title02 {
    margin-top: 80px;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-mv-title.title02 {
        margin-top: 17vw;
        margin-bottom: 5vw;
    }
}
.pane-product-top.owl .category-mv-body .category-mv-title.second-contents {
    font-size: 30px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.owl .category-mv-body .category-mv-title.second-contents {
        margin-top: 20vw;
        margin-bottom: 10vw;
        font-size: 5.5vw;
    }
}
.pane-product-top.owl .category-card-title.left-text {
    text-align: left !important;
}
/*2025.1 owlcare &#65533;&#65533;&#65533;&#65533;&#65533;&#1794;&#65533; */
/*2025.2 hubdrive &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533; */
.pane-product-top.hugdrive {
    width: 1100px;
    margin: auto;
}
.pane-product-top.hugdrive .pc-none {
    display: none;
}
.pane-product-top.hugdrive .sp-none {
    display: block;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .pc-none {
        display: block;
    }
    .pane-product-top.hugdrive .sp-none {
        display: none;
    }
}
.pane-product-top.hugdrive .smart-title {
    padding: 30px 0 50px;
    font-weight: bold;
    text-align: center;
}
.pane-product-top.hugdrive .smart-title .en-ttl {
    /* color: #0068B7; */
    color: var(--color3);
    font-size: 15px;
}
.pane-product-top.hugdrive .smart-title .jp-ttl {
    font-size: 28px;
    position: relative;
    margin-top: 5px;
}
.pane-product-top.hugdrive .smart-title .jp-ttl::after {
    content: "";
    width: 36px;
    height: 2px;
    /* background: #0068B7; */
    background: var(--color3);
    position: absolute;
    bottom: -15px;
    left: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive {
        width: 93vw;
    }
    .pane-product-top.hugdrive .smart-title {
        padding: 8vw 0 10vw;
        font-weight: bold;
        text-align: center;
    }
    .pane-product-top.hugdrive .smart-title .en-ttl {
        /* color: #0068B7; */
        color: var(--color3);
        font-size: 3vw;
    }
    .pane-product-top.hugdrive .smart-title .jp-ttl {
        font-size: 5.5vw;
        position: relative;
        margin-top: 1.5vw;
    }
    .pane-product-top.hugdrive .smart-title .jp-ttl::after {
        content: "";
        width: 8vw;
        height: 2px;
        /* background: #0068B7; */
        background: var(--color3);
        position: absolute;
        bottom: -2.5vw;
        left: calc(50% - 4vw);
    }
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-img {
        width: 100vw;
        margin-left: -4vw;
    }
}
.pane-product-top.hugdrive .category-mv-body {
    text-align: center;
    margin-top: 60px;
    color: #444;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-body {
        margin-top: 10vw;
    }
}
.pane-product-top.hugdrive .category-mv-body .category-mv-text {
    font-size: 18px;
    line-height: 2.5;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-body .category-mv-text {
        font-weight: normal;
        font-size: 4vw;
    }
}
.pane-product-top.hugdrive .category-mv-body .category-mv-text.second-contents {
    padding-top: 20px;
}
.pane-product-top.hugdrive .category-mv-body .circle-picture-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-body .circle-picture-block {
        flex-direction: column;
        margin-top: 10vw;
    }
}
.pane-product-top.hugdrive .category-mv-body .circle-picture-block figure {
    width: 393px;
    margin: 0 20px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-body .circle-picture-block figure {
        width: auto;
    }
}
.pane-product-top.hugdrive .category-mv-body .circle-picture-block .text-block {
    width: calc(100% - 490px);
    text-align: left;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-body .circle-picture-block .text-block {
        width: auto;
    }
}
.pane-product-top.hugdrive .category-mv-body .circle-picture-block .text-block h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    /* color: #0068B7; */
    color: var(--color1);
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-body .circle-picture-block .text-block h3 {
        padding: 0;
        font-size: 5vw;
        margin: 8vw 0 6vw;
    }
}
.pane-product-top.hugdrive .category-mv-body .circle-picture-block .text-block p {
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-body .circle-picture-block .text-block p {
        font-size: 3.8vw;
    }
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .category-mv-body .circle-picture-block.pic-right {
        flex-direction: column-reverse;
    }
}
.pane-product-top.hugdrive .triple-block {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .triple-block {
        display: block;
    }
}
.pane-product-top.hugdrive .triple-block .triple-block-inner {
    width: 30%;
    margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .triple-block .triple-block-inner {
        width: 100%;
        margin: 8vw 0;
    }
}
.pane-product-top.hugdrive .triple-block .triple-block-inner p {
    margin-top: 20px;
}
.pane-product-top.hugdrive .free-customize {
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .free-customize {
        margin-top: 10vw;
    }
}
.pane-product-top.hugdrive .comparison-table-block {
    text-align: center;
    margin-top: 70px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block {
        margin-top: 14vw;
    }
}
.pane-product-top.hugdrive .comparison-table-block h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0068B7;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block h2 {
        font-size: 5.5vw;
        color: #444;
        font-weight: bolder;
        letter-spacing: 0.1rem;
        margin-bottom: 5vw;
    }
}
.pane-product-top.hugdrive .comparison-table-block p.comparison-table-mv-text {
    font-size: 18px;
    line-height: 2.5;
    margin: 40px 0 70px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block p.comparison-table-mv-text {
        font-size: 3.8vw;
        line-height: 1.8;
        margin-top: 5vw;
        margin-bottom: 8vw;
    }
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block .table-wrapper {
        width: 100%;
        overflow: scroll;
    }
    .pane-product-top.hugdrive .comparison-table-block .table-wrapper .simplebar-track.simplebar-horizontal {
        height: 10px;
        background: #eee;
        border-radius: 5px;
        max-width: 372px;
        margin: 0 auto;
    }
    .pane-product-top.hugdrive .comparison-table-block .table-wrapper .simplebar-scrollbar {
        height: 10px;
        /* background: #0068B7; */
        background: var(--color1);
        border-radius: 5px;
        top: 0;
    }
}
.pane-product-top.hugdrive .comparison-table-block table {
    font-size: 15px;
    width: 100%;
    table-layout: fixed;
    width: 1466.44px;
}
.pane-product-top.hugdrive .comparison-table-block table th {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    vertical-align: bottom;
}
.pane-product-top.hugdrive .comparison-table-block table th .no1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block table th .no1 {
        width: 14vw;
    }
}
.pane-product-top.hugdrive .comparison-table-block table th img {
    max-width: 80%;
    max-height: 125px;
    display: block;
    margin: auto;
}
.pane-product-top.hugdrive .comparison-table-block table td {
    padding: 10px;
    position: relative;
    z-index: 1;
    height: 70px;
        vertical-align: middle;
}
.pane-product-top.hugdrive .comparison-table-block table td a {
    text-decoration: underline;
    color: #0068B7;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block table td a {
        pointer-events: none;
        color: #707070;
        text-decoration: none;
    }
}
.pane-product-top.hugdrive .comparison-table-block table td .recommend {
    position: absolute;
    top: -40px;
    left: -33px;
    width: 70px;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block table td .recommend {
        width: 16vw;
    }
}
.pane-product-top.hugdrive .comparison-table-block table td + td {
    border-left: 1px solid #eee;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block table td + td {
        border-color: #dedede;
    }
}
.pane-product-top.hugdrive .comparison-table-block table tr:nth-child(2n-1) td {
    background: #f5f5f5;
}
.pane-product-top.hugdrive .comparison-table-block table tr.sp-disp-tablecell {
    display: none;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .comparison-table-block table tr.sp-disp-tablecell {
        display: table-row;
    }
    .pane-product-top.hugdrive .comparison-table-block table tr.sp-disp-tablecell td {
        padding-bottom: 5vw;
    }
    .pane-product-top.hugdrive .comparison-table-block table tr.sp-disp-tablecell a {
        display: block;
        width: 100%;
        /* background: #0068B7; */
        background: var(--color1);
        color: #fff;
        font-weight: bold;
        padding: 2.5vw;
        text-align: center;
        border-radius: 10vw;
        margin: 2vw 0;
        font-size: 3.3vw;
        position: relative;
pointer-events:auto;
    }
    .pane-product-top.hugdrive .comparison-table-block table tr.sp-disp-tablecell a::after {
        content: "";
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        width: 2vw;
        height: 2vw;
        position: absolute;
        top: 4.2vw;
        right: 2.5vw;
        transform: rotate(45deg);
    }
}
.pane-product-top.hugdrive .old-series {
    text-align: center;
    margin-top: 70px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .old-series {
        margin-bottom: 10vw;
        margin-top: 12vw;
    }
}
.pane-product-top.hugdrive .old-series h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #444;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hugdrive .old-series h2 {
        margin-bottom: 6vw;
    }
    .page-genre .block-genre-page--header-freespace:has(.hugdrive){
        padding:0 !important;
    }
}
/*2025.2 hubdrive &#65533;&#65533;&#65533;&#65533;&#65533;&#1794;&#65533; */
/*2025.2 &#65533;&#65533;&#65533;K&#65533;&#65533;&#65533;&#578;&#65533; &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533; */
.pane-product-top.hip {
    width: 1100px;
    margin: auto;
}
.pane-product-top.hip .pc-none {
    display: none;
}
.pane-product-top.hip .sp-none {
    display: block;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .pc-none {
        display: block;
    }
    .pane-product-top.hip .sp-none {
        display: none;
    }
}
.pane-product-top.hip .smart-title {
    padding: 30px 0 50px;
    font-weight: bold;
    text-align: center;
}
.pane-product-top.hip .smart-title .en-ttl {
    /* color: #0068B7; */
    color: var(--color3);
    font-size: 15px;
}
.pane-product-top.hip .smart-title .jp-ttl {
    font-size: 28px;
    position: relative;
    margin-top: 5px;
}
.pane-product-top.hip .smart-title .jp-ttl::after {
    content: "";
    width: 36px;
    height: 2px;
    /* background: #0068B7; */
    background: var(--color3);
    position: absolute;
    bottom: -15px;
    left: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip {
        width: 93vw;
    }
    .pane-product-top.hip .smart-title {
        padding: 8vw 0 10vw;
        font-weight: bold;
        text-align: center;
    }
    .pane-product-top.hip .smart-title .en-ttl {
        /* color: #0068B7; */
        color: var(--color3);
        font-size: 3vw;
    }
    .pane-product-top.hip .smart-title .jp-ttl {
        font-size: 5.5vw;
        position: relative;
        margin-top: 1.5vw;
    }
    .pane-product-top.hip .smart-title .jp-ttl::after {
        content: "";
        width: 8vw;
        height: 2px;
        /* background: #0068B7; */
        background: var(--color3);
        position: absolute;
        bottom: -2.5vw;
        left: calc(50% - 4vw);
    }
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .category-mv-img {
    }
}
.pane-product-top.hip .category-mv-body {
    text-align: center;
    margin-top: 60px;
    color: #444;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .category-mv-body {
        margin-top: 10vw;
    }
}
.pane-product-top.hip .category-mv-body .category-mv-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .category-mv-body .category-mv-title {
        margin-top: 10vw;
        margin-bottom: 5vw;
        line-height: 2;
    }
}
.pane-product-top.hip .category-mv-body .category-mv-text {
    font-size: 18px;
    line-height: 2.5;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .category-mv-body .category-mv-text {
        font-weight: normal;
        font-size: 4vw;
    }
}
.pane-product-top.hip .category-mv-body .category-mv-text.second-contents {
    padding-top: 20px;
}
.pane-product-top.hip .category-mv-body .category-images {
    margin: 70px auto;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .category-mv-body .category-images {
        display: block;
        margin: 8vw 0;
        width: 102vw;
        margin-left: -4vw;
    }
}
.pane-product-top.hip .triple-block {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .triple-block {
        display: block;
    }
}
.pane-product-top.hip .triple-block .triple-block-inner {
    width: 30%;
    margin: 60px 0 30px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .triple-block .triple-block-inner {
        width: 100%;
        margin: 11vw 0;
    }
}
.pane-product-top.hip .triple-block .triple-block-inner .category-card-title {
    font-size: 18px;
    font-weight: bold;
    /* color: #0068B7; */
    color: var(--color1);
    margin: 25px 0 18px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .triple-block .triple-block-inner .category-card-title {
        font-size: 5vw;
        line-height: 1.8;
    }
}
.pane-product-top.hip .triple-block .triple-block-inner p {
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .triple-block .triple-block-inner p {
        font-size: 4vw;
        line-height: 1.8;
    }
}
.pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner {
    margin-top: 30px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner {
        margin-top: 7vw;
    }
}
.pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner:hover .over-block {
    visibility: visible;
    opacity: 1;
}
.pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner figure figcaption {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner figure figcaption {
        text-align: left;
        margin-bottom: 3vw;
        margin-top: 5vw;
        color: #444;
    }
}
.pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner .over-block {
    position: absolute;
    width: 100%;
    height: 330px;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner .over-block {
        visibility: visible;
        opacity: 1;
        position: relative;
        background: transparent;
        height: auto;
    }
    .pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner .over-block img {
        display: none;
    }
}
.pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner .over-block p {
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    color: #444;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip .triple-block.mouse-over-area .triple-block-inner .over-block p {
        font-size: 4vw;
        width: 100%;
    }
}
.pane-product-top.hip h2.blue-title {
    text-align: center;
    font-size: 24px;
    margin: 50px 0 0;
    /* color: #0068B7; */
    color: var(--color1);
    font-weight: bold;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
    .pane-product-top.hip h2.blue-title {
        margin-top: 5vw;
    }
}
.page-genre .block-genre-page--header-freespace:has(.pane-product-top.hip){
padding:0 !important;
}
/*2025.2 &#65533;&#65533;&#65533;K&#65533;&#65533;&#65533;&#578;&#65533; &#65533;&#65533;&#65533;&#65533;&#65533;&#1794;&#65533; */

/*2025.5 スライダー修正*/
.page-goods .block-goods-comment6 .features-swiper-container .swiper-slide p{
    text-align: left;
}
.page-goods .block-goods-comment6 .features-swiper-container .swiper-slide.swiper-slide-prev h3,
.page-goods .block-goods-comment6 .features-swiper-container .swiper-slide.swiper-slide-prev p,
.page-goods .block-goods-comment6 .features-swiper-container .swiper-slide.swiper-slide-next h3,
.page-goods .block-goods-comment6 .features-swiper-container .swiper-slide.swiper-slide-next p{
    opacity: 0;
    transition: all 0.3s;
}
.page-goods .block-goods-comment6 .features-swiper-container .swiper-slide.swiper-slide-active p,
.page-goods .block-goods-comment6 .features-swiper-container .swiper-slide.swiper-slide-active h3{
    transition: all 0.3s;
}

/* ----見たままエディタ設定---- */

.page-category .block-no-code-cms {
    order: 25 !important;
}