@charset "UTF-8";
.optimaized-h1 {
	display: none
}
#header .js-dynamic-genre[data-genre="travel"] li:last-child {
	display: none
}
#header #menu-contents .menu-block:nth-child(2) .biz_l li img {
	display: block!important
}
.pc-element {
	display: none!important
}
.table, .table td, .table th {
	border-collapse: collapse;
	border: 1px solid #c8c8c8
}
.table td, .table th {
	padding: 12px 15px
}
.table th {
	font-weight: 700;
	background-color: #f8f8f8
}
.text-muted {
	color: #777
}
.text-warning {
	color: #8a6d3b
}
.text-danger {
	color: #a94442
}
.default-price {
	text-decoration: line-through;
	font-weight: 700
}
.price-small {
	font-size: .8em
}
.default-price {
	font-size: .9em
}
.default-price .price-small {
	font-size: 1em
}
.promotion-criteria, .promotion-benefit {
	color: red;
	font-weight: 700
}
.goods-detail-description {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px
}
.goods-detail-description dt {
	display: table-cell;
	width: 100px;
	font-weight: 700;
	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
}
.panel {
	padding: 10px;
	overflow: hidden;
	border: solid 1px #dcdcdc;
	background: #fff
}
.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
}
.pager {
	margin: 50px 0 60px;
	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
}
.pager-total .pager-count {
	font-weight: 700
}
.pagination {
	display: inline-block
}
.pagination>li.pager-first, .pagination>li.pager-last {
	display: none
}
.pagination>li {
	list-style-type: none;
	float: left;
	margin: 0 3px
}
.pagination>li.pager-current {
	color: #fff;
	border: none
}
.pagination span, .pagination a {
	display: block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	width: 30px;
	height: 35px
}
.pagination a {
	-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;
	width: 50px;
	height: 35px
}
.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)
}
.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
}
.balloontip {
	min-width: 20px;
	padding: 10px;
	border-radius: 6px;
	opacity: 1;
	z-index: 32767;
	text-align: left;
	font-size: 12px;
	border: 1px solid #777;
	box-shadow: #555 4px 4px 4px;
	color: #fff;
	background: #333
}
.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
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	z-index: 10000
}
.modal-overlay-alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	z-index: 10002
}
.modal-alert {
	width: 400px;
	z-index: 10003
}
.modal-dialog {
	width: 90%;
	margin: 0 auto;
	z-index: 10001
}
.modal-header {
	padding: 15px 20px;
	font-size: 17px;
	font-weight: 700;
	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
}
.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: 700;
	top: 10px;
	right: 10px;
	background: transparent
}
.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
}
.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
}
.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: 300px;
	height: auto;
	min-height: 50px;
	border: #b0b0b0 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: 700;
	font-size: 24px;
	text-align: center
}
[class^="status-progress"] {
	display: block;
	position: relative;
	width: 96%;
	height: 14px;
	margin: 0 auto;
	background: #b0b0b0
}
[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
}
.white-space-pre-wrap {
	white-space: pre-wrap
}

/* ----トピック---- */
#block_of_topic {
	margin: 0;
	padding: 40px 0;
	border: none;
}
#block_of_topic .block-top-topic--body {
	padding: 0 15px;
}
#block_of_topic .block-top-topic--items {
	border-top: 1px solid #DEDEDE;
	margin-bottom: 0
}
#block_of_topic .block-top-topic--items li {
	border-bottom: 1px solid #DEDEDE;
	padding: 0;
	position: relative
}
#block_of_topic .block-top-topic--items li a {
	display: block;
	padding: 13px 0;
}
#block_of_topic .block-top-topic--items li a:after {
	content: none;
}
img.block-top-topic--icon {
	display: none;
}
#block_of_topic .block-top-topic--items dl {
	display: flex;
	gap: 15px;
}
#block_of_topic .block-top-topic--items dl dt {
  margin-right: 0;
  font-family: "Karla", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
	line-height: 18px;
  color: #8E8E8E;
	width: 71px;
}
#block_of_topic .block-top-topic--items dl dd {
  font-size: 12px;
  letter-spacing: 0.06em;
	line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#block_of_topic .block-top-topic--next-page {
	text-align: right;
	padding: 10px;
	display: none;
}
.block-topic-page {
	margin: 0 10px
}
.block-topic-page--article-header {
	margin: 0 0 15px;
	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;
	display: none;
}
.block-topic-details--icon {
	vertical-align: middle;
	display: none;
}
.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
}
.price {
	color: #444
}
.block-recent-item--header {
	text-align: center;
	line-height: 140%;
	padding-bottom: 20px!important;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: .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
}
.block-search-suggest {
	position: absolute;
	display: block;
	z-index: 1000;
	text-align: left;
	padding: 5px;
	width: 290px;
	background-color: #fff;
	border: solid 1px #b0b0b0
}
.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
}
.block-search-box--keyword {
	width: 100%;
	height: 38px
}
.block-search-box--form {
	padding: 10px;
	position: relative;
	border-top: 1px #b0b0b0 solid;
	border-bottom: 1px #b0b0b0 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 #b0b0b0 solid;
	border-left: none
}
.block-validation-alert {
	text-align: center;
	margin: 100px 10px
}
.block-validation-alert--title {
	font-weight: 700;
	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
}
.block-ziplist--ziplist-frame {
	z-index: 2000
}
.block-regular-cycle--cycle-sub-type {
	margin-bottom: 10px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #b0b0b0
}
.block-regular-cycle--deliv_date {
	width: 100%;
	margin: 20px 0
}
.block-regular-cycle--deliv_date--prev-expected-dt {
	border-top: 1px dotted #b0b0b0;
	border-left: 1px dotted #b0b0b0;
	border-right: 1px dotted #b0b0b0
}
.block-regular-cycle--deliv_date--next-expected-dt {
	border: 1px dotted #b0b0b0
}
.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: 700;
	vertical-align: top;
	background-color: #f8f8f8;
	border-bottom: 1px dotted #b0b0b0
}
.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: 700;
	vertical-align: top
}
.block-top-free2--header {
	font-size: 22px;
	padding-bottom: 0!important;
	margin-bottom: 20px!important
}
.block-top-free2--header:after {
	content: none!important
}
.block-top-event--header {
	text-align: center;
	line-height: 140%;
	padding-bottom: 0!important;
	margin-bottom: 20px!important;
	position: relative;
	letter-spacing: .1em;
	font-size: 22px
}
.block-top-event--header:after {
	content: none!important
}
.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: .2em
}
#block_of_category {
	margin-bottom: 50px
}
.block-topic-path {
	padding: 10px;
	margin: 0;
	border-bottom: #C9C8BD 1px solid;
	background: #fff !important;
}
.block-topic-path--list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	overflow-x: auto !important;
}
.block-topic-path--list > li {
	float: none;
	flex: 0 0 auto;
}
.page-goods .block-topic-path.mt {
	margin-top: 40px
}
.block-goods-detail {
	margin: 10px 10px 20px;
	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: 0
}
.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
}
.block-goods-gallery ul {
	font-size: 0;
	padding: 10px 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 #b0b0b0 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: 700;
	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: 700
}
.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-wrapping-add-cart--btn{
	background: #D11000;
	padding: 0;
	height: 54px;
	line-height: 54px;
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	width: 430px;
	color: #fff;
}
.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, .block-goods-favorite-registed--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
}
.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
}
.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
}
.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-variation--name {
	padding-top: 0;
	margin: 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: #fff
}
.block-variation--selected-item {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700
}
.block-variation .block-variation .block-variation--selected-item span {
	font-weight: 400;
	color: #888
}
.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: #fff
}
.block-variation--item.size-disable-stock.active dt {
	border: 2px dashed #525252;
	background-color: #fff;
	color: inherit
}
.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: #fff;
	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-size--item dt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 3px
}
.block-size--item-term span {
	display: inline-block;
	word-break: break-all;
	line-height: 16px;
	height: 16px;
	font-size: 13px;
	overflow: hidden
}
.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
}
.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
}
.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;
	border-bottom: 1px #eee solid;
	position: relative
}
.block-color-size-with-cart--size-line {
	border-bottom: 1px #eee solid;
	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
}
.block-accessory-list {
	margin: 40px 0
}
.block-goods-user-review {
	margin: 0 10px 40px;
	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: 700
}
.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: 700
}
.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;
	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: .9em
}
.block-goods-user-review--item-moderate-info2 {
	margin-top: 15px;
	text-align: right;
	font-size: .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;
	clear: both;
	background: #f0f0f0;
	padding: 5px 10px;
	border-bottom: 1px solid #b0b0b0
}
.block-goods-user-review--pager-now {
	margin: 2px 5px;
	color: #c00;
	font-weight: 700;
	white-space: nowrap
}
.block-goods-user-review--ref {
	margin: 2px 5px;
	color: #003780;
	text-decoration: underline;
	font-weight: 700;
	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
}
.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
}
.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
}
.block-event-page--goods {
	margin: 0 0 10px
}
.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
}
.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
}
.block-store-stock--message {
	border: solid 1px #a94442;
	color: #a94442;
	padding: 10px;
	margin-bottom: 10px
}
.block-store-stock--div-name {
	font-weight: 700
}
.block-store-stock--list {
	border: 1px solid #b0b0b0;
	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
}
.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 .5em;
	font-size: 11px;
	height: 18px;
	line-height: 16px;
	border: 1px #000 solid;
	background: #000;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 3px
}
iv.variation-name {
	font-size: .85em
}
.block-style--header {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 8px
}
.block-style--header h2 {
	color: #fff
}
.block-style--header .block-style--expand-icon {
	color: #fff
}
.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%
}
.block-goods-list--sort-order-items, .block-goods-list--display-style-items {
	display: table;
	width: 100%;
	padding-right: 10px;
	margin-top: 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
}
.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
}
.block-goods-list-naviframe {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center
}
.block-goods-list-auto-load {
	text-align: center;
	margin: 30px 0 10px
}
.block-goods-list-auto-load--loading {
	font-size: 60px
}
.block-goods-list-auto-load--continue span {
	text-decoration: underline
}
.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: 700
}
.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
}
.block-pickup-list-p--items {
	border-top: 1px solid #eee;
	margin: 0 10px 30px
}
.block-pickup-list-p--items li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	position: relative
}
.block-pickup-list-p--items .block-icon--auto-reservation, .block-pickup-list-p--items .block-icon--auto-new, .block-pickup-list-p--items .block-icon--auto-on-sales {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0
}
.block-pickup-list-p--items .block-icon--auto-reservation+.block-icon--auto-new {
	top: 28px
}
.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: 700
}
.block-pickup-list-p--comment {
	font-size: 13px;
	padding: 5px 0
}
.block-pickup-list-p--price {
	font-size: 18px;
	font-weight: 700
}
.block-thumbnail-t--items .block-icon--auto-reservation, .block-thumbnail-t--items .block-icon--auto-new, .block-thumbnail-t--items .block-icon--auto-on-sales {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: auto
}
.block-thumbnail-t--items .block-icon--auto-reservation+.block-icon--auto-new {
	left: 72px
}
.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:nth-child(even) .block-icon--auto-reservation, .block-thumbnail-t--items li:nth-child(even) .block-icon--auto-new, .block-thumbnail-t--items li:nth-child(even) .block-icon--auto-on-sales {
	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: 700
}
.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-recent-item--body .block-thumbnail-t--items {
	max-width: initial;
	white-space: nowrap;
	flex-wrap: initial;
	overflow-y: scroll;
	padding: 0;
	margin-right: -10px;
	gap: 10px;
}
.block-recent-item--body .block-thumbnail-t--items li {
	width: 180px;
	white-space: normal;
	padding-right: 7px;
	flex-shrink: 0;
	width: 33.3%;
	flex: 0 0 120px;
	margin: 0;
	padding: 0;
}
.block-recent-item--body .block-thumbnail-t--goods-image figure {
	padding: 5px;
	min-width: auto;
	min-height: auto;
}
.block-recent-item--body .block-thumbnail-t--items li .block-thumbnail-t--goods-name{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.block-recent-item--body .block-thumbnail-t--items li a {
	text-decoration: none
}
.block-recent-item--body .block-thumbnail-t--items li:nth-child(odd) {
	padding-right: 0;
}
.block-recent-item--body .block-thumbnail-t--items li:nth-child(even) {
	padding-left: 0 !important;
}
.block-recent-item--body .block-thumbnail-t--items li:first-child {
	padding-left: 0 !important;
}
/* .block-recent-item--body .block-thumbnail-t--items li+li {
	padding-right: 7px
} */
.block-recent-item--body .revico-star .revico-star-block--rate {
	transform: scale(0.4);
	top: 3px;
}
.block-recent-item--body .revico-star .revico-star-block--title {
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin-left: -95px;
}
.block-recent-item--body .revico-star .revico-star-block--total {
	font-size: 11px;
	margin: 0;
	line-height: 1;
}
.block-ranking-r--items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px auto 20px;
	padding: 0 10px;
	max-width: 520px
}
.block-ranking-r--items li {
	width: 50%;
	margin-bottom: 10px;
	position: relative
}
.block-ranking-r .block-icon--auto-reservation, .block-ranking-r .block-icon--auto-new, .block-ranking-r .block-icon--auto-on-sales {
	position: absolute;
	top: 0;
	left: 7px;
	margin: 0
}
.block-ranking-r ul li:nth-child(odd) .block-icon--auto-reservation, .block-ranking-r ul li:nth-child(odd) .block-icon--auto-new, .block-ranking-r ul li:nth-child(odd) .block-icon--auto-on-sales {
	left: 0
}
.block-ranking-r .block-icon--auto-reservation+.block-icon--auto-new {
	left: 80px
}
.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--comment {
	font-size: 12px
}
.block-ranking-r--price {
	font-weight: 700;
	padding-top: 3px
}
.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
}
ul.block-thumbnail-h, ul.block-thumbnail-h--items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px auto 20px;
	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>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: 700
}
.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_of_history .block-thumbnail-t {
	font-size: 12px
}
#block_of_history .yotpo-stars {
	display: block
}
#block_of_history .block-thumbnail-t .block-icon, #block_of_history .block-thumbnail-t .customize_block-goods-bookmark, #block_of_history .block-thumbnail-t .variation-name, #block_of_history .block-thumbnail-t .block-thumbnail-t--comment {
	display: none
}
.block-cart-i--items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px auto 20px;
	padding: 0 10px;
	max-width: 520px
}
.block-cart-i--items li {
	width: 50%;
	margin-bottom: 10px
}
.block-cart-i--items li:nth-child(odd) {
	padding-right: 7px
}
.block-cart-i--items li:nth-child(even) {
	padding-left: 7px
}
.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
}
.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: 700
}
.block-goods-detail-j--comment {
	font-size: 12px
}
.block-goods-detail-j--price {
	font-size: 18px;
	font-weight: 700
}
.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
}
.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
}
.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
}
.block-goods-list-c--items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px auto 40px;
	padding: 0 10px;
	max-width: 520px
}
.block-goods-list-c--items li {
	width: 50%;
	margin-bottom: 10px
}
.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
}

div.block-brand-c {	max-width: 520px; padding: 0 15px; margin: 0 auto;}
ul.block-brand-c--items { display: flex; flex-wrap: wrap; justify-content: space-between;}
ul.block-brand-c--items li { width: calc(50% - 7.5px); margin-bottom: 30px; position: relative}
ul.block-brand-c--items a  { text-decoration: none;}
ul.block-brand-c--items .block-icon--auto-reservation,
ul.block-brand-c--items .block-icon--auto-new,
ul.block-brand-c--items .block-icon--auto-on-sales  { width: auto; margin: 0; position: absolute; top: 0; left: 0;}
ul.block-brand-c--items .block-brand-c--goods-image { width: 100%; padding-top: 100%; position: relative; height: 0;}
ul.block-brand-c--items .customize_block-goods-bookmark { width: 35px; height: 35px; position: absolute; bottom: 10px; right: 10px;}
.block-brand-c--goods-image figure { width: 100%; height: 100%; padding: 5px; border-radius: 10px; font-size: 0; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; background: #FAFAF7;}
.block-brand-c--goods-image figure img { width: auto; max-width: 100%; height: auto; max-height: 100%;}
.block-brand-c--goods-description { margin-top: 7px}
.block-brand-c--comment,
.block-brand-c--price-infos { display: none;}
.block-brand-c--brand-name { height: 30px; font-size: 14px; text-align: center; display: flex; justify-content: center; align-items: center; color: #000;}
.block-brand-c--goods-name2 { font-size: 14px; text-align: center; color: #000;}

[data-brand="B-101"] .block-brand-c--brand-name,
[data-brand="101"] .block-brand-c--brand-name { 
	background: url(/work_style_beauties/img/brand/logo_ace.png) center center no-repeat;
	-webkit-background-size: auto 14px; background-size: auto 14px; font-size: 0;
}
[data-brand="B-074"] .block-brand-c--brand-name,
[data-brand="074"] .block-brand-c--brand-name { 
	background: url(/work_style_beauties/img/brand/logo_jewelna_rose.png) center center no-repeat;
	-webkit-background-size: auto 20px; background-size: auto 20px; font-size: 0;
}
[data-brand="B-114"] .block-brand-c--brand-name,
[data-brand="114"] .block-brand-c--brand-name {
	background: url(/work_style_beauties/img/brand/logo_w_and.png) center center no-repeat;
	-webkit-background-size: auto 26px; background-size: auto 26px; font-size: 0;
}
[data-brand="B-096"] .block-brand-c--brand-name,
[data-brand="096"] .block-brand-c--brand-name {
	background: url(/work_style_beauties/img/brand/logo_hant.png) center center no-repeat;
	-webkit-background-size: auto 20px; background-size: auto 20px; font-size: 0;
}

.block-category-list--goods {
	margin: 0 0 10px
}
.block-category-list--promotion-freespace {
	margin: 0 10px 10px
}
.block-category-list--comment {
	margin: 0 10px 10px
}
.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
}
.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--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: #fff
}
.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
}
.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
}
.block-genre-page h1 {
	margin-top: -10px
}
.block-genre-page--goods {
	margin: 0 0 10px
}
.block-genre-page--comment {
	margin: 0 10px 10px
}
.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
}
#block_of_filter {
	margin: 0 10px 20px
}
.block-filter--header {
	display: table;
	table-layout: fixed;
	width: 100%;
	color: #fff
}
.block-filter--header h2 {
	padding: 0 0 0 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px
}
.block-filter--list-item-container {
	width: 100%
}
.block-filter--expand-icon {
	height: 40px;
	width: 40px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer
}
.block-filter--filter-options {
	border-top: #eee 1px solid
}
.block-filter--element {
	display: table;
	table-layout: fixed;
	border-bottom: none;
	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: #fff
}
.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)
}
.block-search-goods--condition-items {
	margin: 10px
}
.block-search-goods--to-dt {
	margin-top: 5px
}
.block-search-goods .action-buttons {
	margin: 0 10px 10px
}
.block-search-goods--from-price {
	margin-bottom: 8px
}
.block-search-goods--publication-dt input {
	width: 6em
}
.txt_center_sbonly_ {
	text-align: center
}
.anchor_ {
	margin-top: -55px;
	padding-top: 55px
}
.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: 400
}
.page_contents h3 {
	margin-bottom: 16px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	font-weight: 400
}
.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: 700;
	font-size: 14px;
	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: 700;
	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;
	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: 700
}
.page_contents .txt_s {
	font-size: 12px;
	color: gray
}
.page_contents .page_box2 {
	background-color: #f2f2f2;
	padding: 14px
}
.top-bnr {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff000;
	padding: 5px 0;
	color: #D11000;
	font-weight: 700;
	font-size: 12px
}
.top-bnr .season {
	font-size: 14px;
	margin-right: 10px
}

/* header */
#header {
	font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
#header a {
	color: inherit;
  text-decoration: none;
}
#header img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#header .header-banner {
  display: block;
  text-align: center;
}
#header .header-news {
	height: 30px;
  background: #FFFFFF;
  border-bottom: 1px solid #B7B7B7;
}
#header .header-news > li:not(:first-child) {
  display: none;
}
#header .header-news a {
	display: block;
	margin: 0 20px;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 30px;
  color: #444;
  text-align: center;
  text-decoration: none;
}
#header .header-news a:hover {
  opacity: 0.6;
}
#header .header-news span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#header .header-news .slick-arrow {
	display: inline-block !important;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}
#header .header-news .slick-arrow.slick-next {
  right: 0;
}
#header .header-news .slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) scale(-1,1);
}
#header .header-news .slick-arrow.slick-next::before,
#header .header-news .slick-arrow.slick-prev::before {
  content: none;
}
#header .header-news .slick-arrow.slick-next::after,
#header .header-news .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: transparent;
  border-radius: unset;
  border-right: 1px solid #444;
  border-top: 1px solid #444;
  transform: rotate(45deg) translateY(-50%);
}
#header .header-main {
	position: relative;
	height: 56px;
	background: #fff;
}
#header .header-main .inner {
	top: -56px;
	height: 56px;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: all .3s;
}
#header .header-main.fixed .inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#header .header-left {
	position: absolute;
	left: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
#header .header-menu #menu-btn {
	display: flex;
	flex-direction: column;
	width: 20px;
	height: 20px;
	padding: 0;
	background: url("/img/usr/common/ico_h_menu.svg") no-repeat center / 20px;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
#header .header-left .brand {
	width: 30px;
	margin: 0 0 -17px;
	padding: 20px 0 0;
	font-size: 9px;
	letter-spacing: 0.06em;
	text-align: center;
	background: url(../../img/usr/common/ico_h_brand.svg) no-repeat center top / 14px;
}
#header .header-logo {
	width: 90px;
}
#header .header-right {
	position: absolute;
	right: 15px;
}
#header .header-right ul {
	display: flex;
	align-items: center;
	gap: 6px;
}
#header .header-right li a {
	position: relative;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .header-right li.mypage img {
	width: 18px;
}
#header .header-right li.cart img {
	width: 23px;
}
#header .header-right .js-cart-count {
	width: 15px;
	height: 15px;
	font-family: "Karla", sans-serif;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #FC001A;
	text-align: center;
	position: absolute;
	top: 0;
	right: 6px;
}
#header .header-search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	background: #F2F2F2;
}
#header .header-search.fixed {
	position: fixed;
	top: 46px;
	width: 100%;
	z-index: 98;
}
#header .header-search form {
	position: relative;
	display: flex;
	width: calc(100% - 30px - 10px);
	border-radius: 6px;
	background: #fff;
}
#header .header-search form #keyword {
	width: calc(100% - 35px);
	height: 34px;
	padding: 0 10px;
	border: none;
	border-radius: 6px;
	line-height: 34px;
}
#header .header-search form #keyword::placeholder {
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #B7B7B7;
}
#header .header-search form input[type="submit"] {
	width: 35px;
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 6px;
	background: #fff url(../../img/usr/common/ico_h_search.svg) no-repeat center / 18px;
	font-size: 0;
	color: #fff;
	cursor: pointer
}
#header .header-search .search-type {
	flex-shrink: 0;
	width: 30px;
	padding: 22px 0 0;
	font-size: 9px;
	letter-spacing: 0.06em;
	text-align: center;
	background: url(../../img/usr/common/ico_h_item.svg) no-repeat center top / 20px;
}
#header .header-search .poplink {
	top: 40px;
	width: 100vw;
	transform: translateX(-15px)
}
#header .header-search .poplink_suggest {
	white-space: nowrap;
	display: flex;
	overflow: scroll;
	width: 100%;
	border: none;
	padding: 10px
}
#header .poplink_suggest .word.highlighted {
	background-color: #333;
	border: 1px solid #333
}
#header .poplink_suggest .word.highlighted:after {
	border-color: #333 transparent transparent
}
#header .header-search .poplink_suggest .word {
	padding: 10px 5px;
	font-size: 13px
}
#header .header-search .poplink_search {
	border: none;
	border-radius: unset;
	display: flex;
	width: 100%;
	white-space: nowrap;
	overflow-y: scroll;
	background-color: #f6f6f6;
	padding: 10px
}
#header .header-search .poplink_search .header {
	display: none
}
#header .header-search .poplink_search .item {
	width: 150px;
	background-color: #fff;
	flex-shrink: 0
}
#header .header-search .poplink_search .item+.item {
	margin-left: 10px
}
#header .header-search .poplink_search .item_left {
	float: none
}
#header .header-search .poplink_search .image_box {
	margin: auto;
	text-align: center
}
#header .header-search .poplink_search .item_right {
	font-size: 12px
}
#header #menu-contents {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
}
#header #menu-contents .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.84);
	opacity: 0;
	transition: all .3s
}
#header #menu-contents.show .bg {
	opacity: .5
}
#header #menu-contents .inner {
	position: absolute;
	top: 0;
	left: -90%;
	width: 90%;
	height: 100%;
	padding: 50px 0 0;
	background: #fff;
	transition: all .3s;
	overflow-x: hidden;
	overflow-y: scroll;
}
#header #menu-contents.show .inner {
	left: 0;
}
#header #menu-contents .menu-close {
	position: absolute;
	top: 0;
	left: 90%;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	background: #000;
	border: none;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 3;
}
#header #menu-contents .menu-close:before,
#header #menu-contents .menu-close:after {
	content: '';
	position: absolute;
	top: 18px;
	width: 25px;
	height: 1px;
	background: #fff
}
#header #menu-contents .menu-close:before {
	left: 6px;
	transform: rotate(45deg)
}
#header #menu-contents .menu-close:after {
	right: 6px;
	transform: rotate(315deg)
}
#header .customer-menu {
	padding: 0 15px;
	margin: 0 0 26px;
}
#header .customer-menu .name {
	position: relative;
	padding: 0 0 18px;
	font-size: 16px;
	letter-spacing: 0.06em;
	border-bottom: 2px solid #231815;
}
#header .customer-menu .name span {
	font-size: 12px;
}
#header .customer-menu .name::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 6px;
	right: 17px;
	width: 1px;
	height: 12px;
	background: #000;
}
#header .customer-menu .name::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 12px;
	right: 12px;
	width: 12px;
	height: 1px;
	background: #000;
}
#header .customer-menu .name.active::before{
	display: none;
}
#header .customer-menu ul {
	display: none;
}
#header #menu-contents .customer-link {
	padding: 0 0 22px
}
#header #menu-contents .customer-link ul {
	display: flex;
	margin: 0 15px;
	justify-content: center
}
#header #menu-contents .customer-link ul li{
	position: relative;
	width: 25%;
	max-width: 80px;
}
#header #menu-contents .customer-link li a {
	display: block;
	padding: 40px 0 0;
	font-size: 11px;
	letter-spacing: 0.06em;
	line-height: 1.333;
	text-align: center;
}
#header #menu-contents .customer-link li a.mypage,
#header #menu-contents .customer-link li a.login {
	background: url(../../img/usr/common/icon_mypage.svg) no-repeat center top / 33px;
}
#header #menu-contents .customer-link li a.beginner {
	background: url(../../img/usr/common/icon_member.svg) no-repeat left 62% top / 34px;
}
#header #menu-contents .customer-link li a.guide {
	background: url(../../img/usr/common/icon_guide.svg) no-repeat center top / 26px;
}
#header #menu-contents .customer-link li a.bookmark {
	background: url(../../img/usr/common/icon_bookmark.svg) no-repeat left 45% top / 34px;
}
#header #menu-contents .customer-link li a.history {
	background: url(../../img/usr/common/icon_history.svg) no-repeat center top / 34px;
}
#header #menu-contents .beginner-message {
	position: absolute;
	top: -35px;
	left: 50%;
	width: max-content;
	text-align: center;
	color: #FC001A;
	font-weight: bold;
	font-size: 9px;
	line-height: 1.3;
	transform: translateX(-50%);
}
#header #menu-contents .beginner-message::before,
#header #menu-contents .beginner-message::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -5px;
	width: 1px;
	height: 90%;
	background-image : linear-gradient(#FC001A 1px, transparent 1px);
	background-size: 2px 2px;
	background-repeat: repeat-y;
	transform: translateY(-50%) rotate(-20deg);
}
#header #menu-contents .beginner-message::after {
	left: auto;
	right: -5px;
	transform: translateY(-50%)rotate(20deg);
}
#header #menu-contents .beginner-message span {
	display: block;
	font-size: 10px;
}
#header #menu-contents .header-search {
	background: #E3E3E3;
}
#header #menu-contents .header-search form{
	width: 100%;
}
#link-aboutus {
	padding: 28px 15px;
}
#link-aboutus h2 {
	padding: 5px 10px;
	font-family: "Karla", sans-serif;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 1.18;
	text-decoration: underline;
}
#link-aboutus ul + h2 {
	margin: 40px 0 0;
}
#header .customer-menu li a,
#link-aboutus > ul li a,
#link-aboutus .menu-link a,
#link-aboutus .menu-link .menu-link-title {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 10px 19px;
	font-size: 14px;
	letter-spacing: 0.12em;
	line-height: 1;
	border-bottom: 1px solid #DCDCDC;
}
#header .customer-menu li a::after,
#link-aboutus > ul li > a::after,
#link-aboutus .menu-link a::after,
#link-aboutus .menu-link-title::after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 45%;
	right: 15px;
	margin-top: 0;
	transform: rotate(45deg);
}
#link-aboutus .link-other {
	margin: 20px 0 0;
	padding: 0 15px;
}
#link-aboutus .link-other li a {
	padding: 10px 0 10px 15px;
	font-size: 12px;
	border: none;
}
#link-aboutus .link-other li a::after {
	right: auto;
	left: 0;
	width: 5px;
	height: 5px;
}
.menu-link-panel{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	height: 100vh;
	background: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 2;
}
.menu-link-panel .menu-link-panel-title {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 19px 15px 18px 40px;
	font-size: 14px;
}
.menu-link-panel .menu-link-panel-title::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 44%;
	left: 15px;
	margin-top: 0;
	transform: rotate(-130deg);
}
.menu-link-panel ul.menu-link-tab{
	margin: 0;
	background: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-link-panel ul.menu-link-tab li{
	padding: 18px 15px 17px;
	flex-shrink: 0;
	font-size: 14px;
}
.menu-link-panel ul.menu-link-tab li.active{
	font-weight: bold;
}
.menu-link-main {
	padding: 0 15px;
}
.menu-link-main .tab-contents > div{
	display: none;
	padding-bottom: 50px;
}
.menu-link-main .tab-contents > div:first-child{
	display: block;
}
.menu-link-main .tab-contents div.ttl{
  position: relative;
  display: block;
  border-bottom: 1px solid #DCDCDC;
  text-decoration: none;
  padding: 20px 10px 19px;
  font-size: 14px;
	line-height: 1;
}
.menu-link-main .tab-contents div.ttl::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 17px;
	width: 1px;
	height: 12px;
	background: #000;
}
.menu-link-main .tab-contents div.ttl::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 12px;
	width: 12px;
	height: 1px;
	background: #000;
}
.menu-link-main .tab-contents div.ttl.active::before{
	display: none;
}
.menu-link-main .tab-contents > div .js-dynamic-genre {
	display: none;
}
.menu-link-main .tab-contents > div .js-dynamic-genre ul li img{
	display: none;
}
#header #menu-contents .js-dynamic-genre ul li a{
  padding: 20px 10px 19px 28px;
}
#header #menu-brand {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	padding: 20px 15px 160px;
	box-sizing: border-box;
	visibility: hidden;
	z-index: 10;
	transition: all .3s;
	opacity: 0
}
#header #menu-brand.show {
	visibility: visible;
	opacity: 1
}
#header .header-main.fixed #menu-brand {
	position: fixed;
	height: calc(100% - 56px) !important;
}
#header #menu-brand>div:first-child {
	height: 93%
}
#header #menu-brand ul {
	display: flex;
	flex-wrap: wrap;
	overflow-y: scroll;
	max-height: 100%;
	overflow-wrap: anywhere
}
#header #menu-brand li {
	width: calc((100% - 12px) / 3);
	margin: 0 6px 12px 0;
	text-align: center;
	word-break: keep-all
}
#header #menu-brand li:nth-child(3n) {
	margin-right: 0
}
#header #menu-brand li a {
	text-decoration: none
}
#header #menu-brand li a img {
	margin: 0 0 5px
}
#header #menu-brand li a span {
	display: inline-block;
	font-size: 12px;
	line-height: 1.4
}
/*#header #menu-brand li:last-of-type {
	display: none
}*/
#header #menu-brand .brand-close {
	text-align: center;
	padding: 20px 0 10px
}
#header #menu-brand .brand-close p {
	position: relative;
	display: inline-block;
	font-size: 12px;
	padding: 0 0 0 20px
}
#header #menu-brand .brand-close p:before, #header #menu-brand .brand-close p:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 1px;
	background: #444
}
#header #menu-brand .brand-close p:before {
	transform: rotate(45deg)
}
#header #menu-brand .brand-close p:after {
	transform: rotate(-45deg)
}
#header #menu-type {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	background: #fff;
	visibility: hidden;
	z-index: 99;
	transition: all .3s;
	opacity: 0
}
#header #menu-type.show {
	opacity: 1;
	visibility: visible
}
#header #menu-type .head {
	display: flex;
	justify-content: space-between
}
#header #menu-type .head ul.tab {
	display: flex;
	width: 100%
}
#header #menu-type .head ul.tab li {
	position: relative;
	padding: 19px 10px 15px;
	font-size: 14px;
	flex: 1;
	text-align: center
}
@media only screen and (max-width: 320px) {
	#header #menu-type .head ul.tab li {
		padding-right: 3px;
		padding-left: 3px
	}
}
#header #menu-type .head ul.tab li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #FC0019;
	transition: all .3s
}
#header #menu-type .head ul.tab li.active {
	color: #FC0019
}
#header #menu-type .head ul.tab li.active:after {
	left: 0;
	width: 100%
}
#header #menu-type .tab-contents {
	height: calc(100% - 55px);
	overflow-y: auto
}
#header #menu-type .tab-contents>div {
	display: none
}
#header #menu-type .tab-contents>div.active {
	display: block
}
#header #menu-type .head .type-close {
	position: relative;
	background: #F5F5F5;
	width: 47px;
	margin: 4px;
	color: #8F8F8F;
	font-size: 10px;
	text-align: center;
	padding: 28px 0 0;
	flex-shrink: 0
}
#header #menu-type .head .type-close:before, #header #menu-type .head .type-close:after {
	content: '';
	position: absolute;
	top: 19px;
	right: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 1px;
	background: #8F8F8F
}
#header #menu-type .head .type-close:before {
	transform: rotate(45deg)
}
#header #menu-type .head .type-close:after {
	transform: rotate(-45deg)
}
#header #menu-type .type-block .ttl {
	display: block;
	background: #F5F5F5;
	font-size: 15px;
	text-decoration: none;
	padding: 15px 15px 13px
}
#header #menu-type .type-block .ttl span {
	width: 75%;
	display: inline-block;
	vertical-align: middle
}
.block-top-bag-search .bag-search-list .title span {
	width: 73%;
	display: inline-block;
	vertical-align: middle
}
.block-top-bag-search .bag-search-list .title a, #header #menu-type .type-block .ttl a {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #000;
	padding: 5px;
	font-size: 10px;
	border-radius: 30px;
	letter-spacing: -1px;
	text-align: center;
	outline: none
}
#header #menu-type .type-block .bnr-area {
	overflow-x: scroll
}
#header #menu-type .type-block .bnr-area ul {
	display: inline-block;
	white-space: nowrap;
	padding: 15px
}
#header #menu-type .type-block .bnr-area li {
	display: inline-block;
	width: 43%;
	margin: 0 6px 0 0
}
#header #menu-type .type-block div[class^="js-dynamic"] ul {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 15px 5px
}
#header #menu-type .type-block div[class^="js-dynamic"] li {
	width: calc((100% - 30px) / 4);
	margin: 0 10px 10px 0
}
#header #menu-type .type-block div[class^="js-dynamic"] li:nth-child(4n) {
	margin-right: 0
}
#header #menu-type .type-block div[class^="js-dynamic"] li a {
	display: block;
	text-align: center;
	text-decoration: none
}
#header #menu-type .type-block div[class^="js-dynamic"] li a img {
	border: 1px solid #F5F5F5
}
#header #menu-type .type-block div[class^="js-dynamic"] li a span {
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	margin: 7px 0 0
}
#header #menu-type .type-block.col2 div[class^="js-dynamic"] li {
	width: calc((100% - 15px) / 2);
	margin: 0 15px 15px 0
}
#header #menu-type .type-block.col2 div[class^="js-dynamic"] li:nth-child(even) {
	margin-right: 0
}
#header #menu-type .type-block.col2 div[class^="js-dynamic"] li a {
	display: flex;
	align-items: center;
	text-decoration: none
}
#header #menu-type .type-block.col2 div[class^="js-dynamic"] li img {
	width: 43px;
	height: 43px;
	border: 1px solid #F5F5F5;
	margin: 0 6px 0 0
}
#header #menu-type .type-block.col2 div[class^="js-dynamic"] li span {
	font-size: 12px;
	line-height: 16px;
	text-align: left
}
#header #menu-type .type-block .block-ladies-banner {
	padding: 0 15px 15px;
}
#header #menu-type .type-block .block-ladies-banner img {
	border: 1px solid #F5F5F5;
}
#header #menu-type .type-block>ul {
	padding: 15px
}
#header.cart-header {
	text-align: center;
	padding: 16px 0;
	border-bottom: 1px solid #333
}
#header.cart-header .logo {
	width: 60%;
	margin: 0 auto
}
.page-category .category-top-links {
	margin: 10px
}
.page-category .category-top-mainvisual {
	margin-top: 10px
}
.page-category .category-top-mainvisual .item {
	display: block
}
.page-category .category-top-mainvisual {
	margin: 10px
}
.page-category .category-top-mainvisual .mainvisual-text {
	margin-top: 10px
}
.page-category .block-category-event {
	margin-top: 50px
}
.page-category .block-category-event .category-new-post {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4%;
	margin-top: -15px;
	padding: 0 10px
}
.page-category .block-category-event .category-new-post .child {
	width: 20%;
	margin: 15px 0 0 4%;
	text-decoration: none;
	font-size: 12px;
	text-align: center
}
.page-category .block-category-event .category-new-post .image {
	position: relative;
	padding: 15px;
	margin-bottom: 5px
}
.page-category .block-category-event .category-new-post .image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}
.page-category .block-category-event .category-new-post.-column3 .child {
	width: calc(33.333% - 4%);
	text-align: center
}
.page-category .block-category-event .category-new-post .image:after {
	content: "";
	padding-top: 50%;
	padding-bottom: 50%;
	display: block
}
.page-category .block-top-event--goods .block-goods-detail-j--items {
	margin-bottom: 0
}
.page-category .block-category-list--event .bland-category-btn-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 50px
}
.page-category .block-category-list--event .bland-category-btn {
	display: inline-block;
	border: 1px solid #444
}
.page-category .block-category-list--event .block-top-event--goods {
	margin-bottom: 0
}
.page-category .bland-category-desc {
	padding: 0 10px;
	margin: 50px 0
}
.page-category .bland-category-desc .lead {
	margin: 0 auto
}
.page-category .bland-category-desc .button {
	text-align: center
}
.page-category .bland-category-desc .button .btn {
	display: inline-block;
	border: 1px solid #444
}
.page-category .block-category-event .block-dynamic-genre--body {
	display: flex;
	flex-wrap: wrap
}
.page-category .block-category-event .block-dynamic-genre--row {
	width: 33.333%;
	padding: 0 7px;
	margin-top: 5px;
	text-align: center;
	font-weight: 700
}
.page-category .block-category-event a {
	text-decoration: none
}
.page-category .block-category-event img {
	width: 100%
}
.page-category .block-category-event span {
	display: block
}
.event-ranking h1 {
	padding: 0;
	margin: 0 0 15px
}
.event-ranking .link-wrapper {
	background: #f5f5f5;
	padding: 10px 15px
}
.event-ranking .link-wrapper h2 {
	position: relative;
	padding: 5px 2px
}
.event-ranking .link-wrapper h2:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
	transition: all .3s
}
.event-ranking .link-wrapper h2.open:after {
	transform: rotate(225deg)
}
.event-ranking .acd {
	display: none;
	border-top: 1px solid #dbdbdb;
	padding: 12px 0 0;
	margin: 5px 0 0;
	overflow: hidden
}
.event-ranking .block {
	float: left;
	width: 48%;
	margin: 0 2% 0 0
}
.event-ranking .block:last-child {
	margin: 0
}
.event-ranking .block h3 {
	padding: 0;
	font-size: 14px;
	margin: 0 0 8px
}
.event-ranking .block li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 0
}

/* 店舗ページ */
.pane-main:has(#shoplist) .block-event-page--header {
  display: none;
}
#shoplist .block-shoplist-line {
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column
}
#shoplist .block-shoplist-line .block-shoplist-slide {
	order: 1;
	margin: 0 0 10px
}
#shoplist .block-shoplist-line .block-shoplist-slide .bx-controls {
	margin: 5px 0 0
}
#shoplist .block-shoplist-line .block-shoplist-slide .bx-pager {
	text-align: center
}
#shoplist .block-shoplist-line .block-shoplist-slide .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 7px
}
#shoplist .block-shoplist-line .block-shoplist-slide .bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #707070;
	text-indent: -9999px
}
#shoplist .block-shoplist-line .block-shoplist-slide .bx-pager-item a.active {
	background: #707070
}
#shoplist .block-shoplist-line .block-shoplist-detail {
	order: 2;
	font-size: 13px
}
#shoplist .block-shoplist-line .block-shoplist-detail h2 {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 5px
}
#shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-detaildata {
	display: flex;
	padding: 0 10px;
	margin: 0 0 20px
}
#shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-detaildata.block-shoplist-detailaddress {
	justify-content: center
}
#shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-detaildata h3 {
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	width: 20%
}
#shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-detaildata span {
	width: 10%
}
#shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-detaildata.block-shoplist-detailaddress h3, #shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-detaildata.block-shoplist-detailaddress span {
	display: none
}
#shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-detaildata.block-shoplist-detailaddress p {
	text-align: center
}
#shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-gmapbtn,
#shoplist .bloglist-btn {
	margin: 0 0 30px
}
#shoplist .block-shoplist-line .block-shoplist-detail .block-shoplist-gmapbtn a,
#shoplist .bloglist-btn a {
	background: #EF3F51;
	text-align: center;
	color: #fff;
	width: 300px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	font-size: 14px
}
#shoplist .block-shoplist-line .block-shoplist-gmap {
	order: 3;
	padding: 0 10px
}
#shoplist .block-shoplist-line .block-shoplist-gmap iframe {
	width: 100%;
	height: 450px
}
#shoplist .block-shoplist-line .block-shoplist-gmap+.block-shoplist-gmapbtn {
	display: none
}
#shoplist .bloglist_wrap_ h2 {
	text-align: center;
	margin: 0 auto 20px
}
#shoplist .bloglist_wrap_ h2 .eng_ {
	margin-bottom: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	display: block;
	color: #555
}
#shoplist .bloglist_wrap_ h2 .jap_ {
	font-size: 12px;
	font-weight: 400;
	display: block;
	color: #555
}
#shoplist .bloglist_wrap_ ul.bloglist_ {
	overflow: hidden;
	margin: 0 3% 3%;
	width: 94%
}
#shoplist .bloglist_wrap_ ul.bloglist_ li {
	width: 48%;
	float: left;
	margin-bottom: 4%;
	height: auto!important
}
#shoplist .bloglist_wrap_ ul.bloglist_ li:nth-of-type(even) {
	margin-left: 2%
}
#shoplist .bloglist_wrap_ ul.bloglist_ li:nth-of-type(odd) {
	margin-right: 2%
}
#shoplist .block-blog {
	margin: 50px 0;
	padding: 0;
}
#shoplist .block-blog .hacobune-grid-row {
	flex-wrap: nowrap !important;
  gap: 18px;
	padding: 0 25px;
	overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#shoplist .block-blog .hacobune-grid-col {
	flex: 0 0 160px !important;
}

/* エースブログ */
.block-blog {
	padding: 0 25px 40px;
}
.block-blog .block-blog-header {
  margin: 60px 0 40px;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-align: center;
}
.block-blog .block-blog-header span {
  display: block;
	margin: 0;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1.16;
}
.block-blog .block-blog-link {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 32px;
  margin: 24px auto 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #000;
  background: transparent;
  border: 1px solid #434343;
  border-radius:40px;
  cursor: pointer;
	text-decoration: none;
  transition: all .3s;
}
body:has(.block-blog) .block-blog .hacobune-app-container *,
body:has(.block-blog) .hacobune-dialog-mask * {
  font-family: "Noto Sans JP", sans-serif;
}
body:has(.block-blog) .block-blog .hacobune-narrow-down,
body:has(.block-blog) .block-blog .hacobune-logo {
  display: none;
}
body:has(.block-blog) .block-blog .hacobune-app-container {
	width: 100%;
  padding: 0;
  background: none;
}
body:has(.block-blog) .block-blog .hacobune-grid-row {
  gap: 25px 20px;
}
body:has(.block-blog) .block-blog .hacobune-grid-col {
	flex: 0 0 calc((100% - 20px)/2);
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item {
  padding: 0;
  background: none;
  border: none;
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item-img-container {
	position: relative;
	padding-top: 100%;
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item-title {
  margin-top: 9px;
  padding: 0;
	font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.46;
  color: #333333;
  min-height: calc(2em*1.46);
}
body:has(.block-blog) .block-blog .hacobune-media-post-list-item-caption {
  margin-top: 9px;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #888888;
}
body:has(.block-blog) .block-blog .hacobune-containers-base.hacobune-containers-mix {
  display: block;
}
body:has(.block-blog) .block-blog .hacobune-layout-left,
body:has(.block-blog) .block-blog .hacobune-layout-base {
  width: 100% !important;
  margin: 0 !important;
}
body:has(.block-blog) .block-blog .hacobune-snap-search,
body:has(.block-blog) .block-blog .hacobune-totalCount {
  display: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form {
  margin: 0 0 25px;
  padding: 0;
  background: #F8F8F8;
  border: 1px solid #DEDEDE;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button {
  position: relative;
  display: block;
  width: 100%;
	padding: 16px 20px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
	color: #000;
  background: none;
  border: none;
  cursor: pointer;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button::before,
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 12px;
  height: 2px;
  margin: auto 0;
  background: #4E4E4E;
  transition: all .3s;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button::after {
  transform: rotate(90deg);
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-button.active::after {
  transform: rotate(180deg);
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-panel {
  display: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-panel-wrapper {
  padding: 18px 20px 35px;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-snap-side-panel-container:not(:first-child) {
  margin-top: 30px;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container-label {
  width: 68px;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  border: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container-label::after,
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container-label::before {
  content: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-container-param {
	flex: 1;
  position: relative;
  height: auto;
  border: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-item {
  margin: 0;
  background: #fff;
  visibility: visible;
  opacity: 1;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-item.checked {
  background: #000;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select {
  gap: 5px 10px;
  padding: 0;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-item {
  width: fit-content;
  line-height: 1.5;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  z-index: 2;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-multi-select-label {
  padding: 3px 12px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-reset-button {
	display: block;
  min-height: unset;
	margin: 22px 0 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: underline;
  color: #A4A4A4;
  background: none;
  border: none;
}
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-reset-button::after,
body:has(.block-blog) .block-blog .hacobune-mix-form .hacobune-reset-button::before {
  content: none;
}
body:has(.block-blog) .hacobune-dialog-wrapper {
  width: 990px;
  max-height: 100%;
  padding: 0 15px;
}
body:has(.block-blog) .hacobune-dialog-content {
  margin: 42px 0 0;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
body:has(.block-blog) .hacobune-dialog-close-button-container {
  top: 10px;
  right: 15px;
}
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button {
  background: none !important;
  border: none !important;
}
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button::before,
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 4px;
  margin: auto;
  background: #fff;
  transform: rotate(-45deg);
}
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button::after {
  transform: rotate(45deg);
}
body:has(.block-blog) .hacobune-dialog-close-button-container .hacobune-close-button .hacobune-icon {
  display: none;
}
body:has(.block-blog) .hacobuce-media-post-item-prev-icon,
body:has(.block-blog) .hacobuce-media-post-item-next-icon {
  width: 26px;
  height: 40px;
  background: #464646;
}
body:has(.block-blog) .hacobuce-media-post-item-next-icon {
  transform: scale(-1,1);
}
body:has(.block-blog) .hacobuce-media-post-item-prev-icon::before,
body:has(.block-blog) .hacobuce-media-post-item-next-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 14px;
  height: 14px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}
body:has(.block-blog) .hacobuce-media-post-item-prev-icon .hacobune-icon,
body:has(.block-blog) .hacobuce-media-post-item-next-icon .hacobune-icon  {
  display: none;
}
body:has(.block-blog) .hacobune-dialog-overlay {
  background: none;
}
body:has(.block-blog) .hacobuce-media-post-item-root {
  grid-template-rows: unset;
  height: auto;
  max-height: unset;
}
body:has(.block-blog) .hacobuce-media-post-item-header,
body:has(.block-blog) .hacobuce-media-post-item-footer {
  display: none;
}
body:has(.block-blog) .hacobuce-media-post-item-side {
	display: flex;
	flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 0 0 0;
}
body:has(.block-blog) .hacobune-slider .hacobune-slider-swiper-container {
  margin: 0;
}
body:has(.block-blog) .hacobune-slider .hacobune-swiper-slide {
  width: 100%;
}
body:has(.block-blog) .hacobune-slider .hacobune-slider-next,
body:has(.block-blog) .hacobune-slider .hacobune-slider-prev {
  display: none;
}
body:has(.block-blog) .hacobune-slider .hacobune-media-post-item-slider-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
body:has(.block-blog) .hacobune-slider .hacobune-media-post-item-slider-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  margin: auto;
  object-fit: contain;
}
body:has(.block-blog) .hacobune-slider .hacobune-carousel-list {
	flex-wrap: nowrap;
  gap: 3px;
  margin-top: 5px;
  padding: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
body:has(.block-blog) .hacobune-slider .hacobune-carousel-list .hacobune-carousel-list-item {
	flex-shrink: 0;
  position: relative;
  width: 52px;
  padding: 52px 0 0 0;
}
body:has(.block-blog) .hacobune-slider .hacobune-carousel-list .hacobune-media-post-carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  opacity: 0.4;
}
body:has(.block-blog) .hacobune-slider .hacobune-carousel-list .hacobune-media-post-carousel-image.hacobune-media-post-carousel-active {
  opacity: 1;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile {
	margin: 0;
	padding: 0;
	order: 0;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile .hacobune-media-post-staff-profile-image {
  width: 50px;
  height: 50px;
  margin-right: 14px;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile .hacobuce-media-post-staff-profile-shop-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.08;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile .hacobuce-media-post-item-additional-contents {
  display: none;
}
body:has(.block-blog) .hacobuce-media-post-staff-profile .hacobuce-media-post-staff-profile-shop-link {
  display: inline-block;
  margin: 3px 0 0;
  font-size: 10px;
  text-decoration: underline;
  color: #A4A4A4;
}
body:has(.block-blog) .hacobuce-media-post-item-title {
	margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #DEDEDE;
  font-size: 15px;
  line-height: 1.333;
	order: 1;
}
body:has(.block-blog) .hacobune-readmore {
  height: 200px;
	max-height: 100%;
  margin: 14px 0 0;
	order: 2;
}
body:has(.block-blog) .hacobune-readmore .hacobune-readmore-wrapper {
  margin: 0;
  max-height: 100%;
  overflow-y: auto;
/*  -ms-overflow-style: none;
	scrollbar-width: none; */
}
body:has(.block-blog) .hacobune-readmore .hacobune-readmore-link-toggle {
  display: none;
}
body:has(.block-blog) .hacobune-media-post-related-product {
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #DEDEDE;
	order: 3;
}
body:has(.block-blog) .hacobune-media-post-related-product .hacobune-media-post-item-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.416;
  text-align: left;
}
body:has(.block-blog) .hacobune-media-post-related-product .hacobune-media-post-item-tile {
  flex-wrap: nowrap;
  gap: 12px;
  margin: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
	scrollbar-width: none;
}
body:has(.block-blog) .hacobune-media-post-related-product .hacobune-media-post-item-tile-product {
  flex-shrink: 0;
  width: 104px;
}
body:has(.block-blog) .hacobune-media-post-related-product .hacobune-media-post-item-text-caption {
  width: 100%;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body:has(.block-blog) .hacobune-media-post-related-product .related-product-item-color,
body:has(.block-blog) .hacobune-media-post-related-product .related-product-item-size {
  display: none;
}
body:has(.block-blog) .hacobune-media-post-related-product .related-product-item-price {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
}

.video {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	margin-bottom: 20px
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
body ._fs_chat {
	z-index: 1;
	right: 0;
	bottom: 0
}
#acetop-yotpo-pictures-gallery {
	margin: 0 10px 50px;
	display: none
}
#acetop-yotpo-pictures-gallery .yotpo-pictures-gallery-header-wrapper {
	margin: 0;
	padding: 0
}
#acetop-yotpo-pictures-gallery .block-top-event--header {
	display: none
}

/* 202412　カラー変更*/
.page-top .revico-title{
  color: #444;
  border-color: #E5E5E5;
}
.page-top .revico-moreview-rink {
  color: #007ECC;
}
.block-filter--list-item {
	border-color: #F5F5F5;
}
.pagination>* {
	border-color: #E5E5E5;
}


/* ===== 商品一覧レイアウト改修 ===== */
.block-pickup-list-p .block-pickup-list-p--items {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 15px;
	margin: 25px 15px 30px 15px;
	border-top: 0;
}
.block-pickup-list-p .block-pickup-list-p--items .block-pickup-list-p--item {
	width: calc((100% - 15px) / 2);
	border-bottom: 0;
	padding: 0;
}
.block-pickup-list-p .block-pickup-list-p--goods-image {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.block-pickup-list-p .block-pickup-list-p--goods-description {
	display: flex;
	flex-direction: column;
	padding-left: 0;
}
.block-pickup-list-p .block-pickup-list-p--goods-description .block-icon {
	order: 1;
}
.block-pickup-list-p .block-pickup-list-p--goods-image figure {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	padding: 2px;
}
.block-pickup-list-p .block-pickup-list-p--comment{
	display: none;
}
.block-pickup-list-p .block-pickup-list-p--goods-name{
	font-size: 13px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.block-pickup-list-p .revico-read-more-review{
	display: none;
}
.block-pickup-list-p .block-pickup-list-p--goods-color{
  margin-bottom: 6px;
}
.block-pickup-list-p .block-pickup-list-p--goods-color-list{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.block-pickup-list-p .block-pickup-list-p--goods-color-list li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
	border-color: #a6a6a6;
}
.block-pickup-list-p .block-pickup-list-p--goods-color-list li::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	border-radius: 50%;
}
.block-pickup-list-p .block-pickup-list-p--goods-color-list li img{
  display: block;
}
.block-pickup-list-p .block-pickup-list-p--items .block-icon--auto-new {
	width: 38%;
  left: 0;
	top: 0;
  right: 0;
}
.block-pickup-list-p .block-pickup-list-p--price-infos{
	margin-top: 6px;
}
.block-pickup-list-p .block-pickup-list-p--price-items{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.block-pickup-list-p .block-pickup-list-p--price {
	font-size: 15px;
}
.block-pickup-list-p .block-pickup-list-p--price-infos:has(.block-pickup-list-p--scomment) .block-pickup-list-p--price {
	color: #cc3302;
}
.block-pickup-list-p .revico-star-block--title {
  font-size: 12px;
  margin-left: -16px;
}
.block-pickup-list-p .revico-star-block--total {
  font-size: 12px;
  margin-right: 0;
	margin-top: 0;
}
.block-pickup-list-p .revico-star .starability-result {
  background-size: cover;
  width: 20px;
  height: 18px;
}
.block-pickup-list-p .revico-star-zone{
  height: 20px !important;
}
.block-pickup-list-p .revico-star .revico-widget {
  font-family:  -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.block-pickup-list-p .revico-star .revico-star-block--rate {
  top: -1px;
}
.block-pickup-list-p .revico-star [data-rating="4.5"],.block-pickup-list-p .revico-star [data-rating="4"],.block-pickup-list-p .revico-star [data-rating="3.5"],.block-pickup-list-p .revico-star [data-rating="3"],.block-pickup-list-p .revico-star [data-rating="2.5"],.block-pickup-list-p .revico-star [data-rating="2"],.block-pickup-list-p .revico-star [data-rating="1.5"],.block-pickup-list-p .revico-star [data-rating="1"],.block-pickup-list-p .revico-star [data-rating="0.5"],.block-pickup-list-p .revico-star [data-rating="0"]  {
  background-position: left 0 top 0;
}
.block-pickup-list-p .block-pickup-list-p--goods-image .customize_block-goods-bookmark {
	bottom: 7px;
	right: 7px;
	width: 30px;
	top: inherit;
	margin-top: 0;
}
.block-pickup-list-p--items .block-pickup-list-p--goods-description .block-icon span {
	width: 31%;
	margin-right: 3px;
}
.block-pickup-list-p--items .block-pickup-list-p--goods-description .block-icon span.block-icon--auto-new,.block-pickup-list-p--items .block-pickup-list-p--goods-description .block-icon span.block-icon--auto-reservation ,.block-pickup-list-p--items .block-pickup-list-p--goods-description .block-icon span.block-icon--auto-on-sales{
	width: 64px;
}
.block-pickup-list-p--items .block-pickup-list-p--goods-description .block-icon .block-icon--auto-reservation{
	top: 0;
}
.block-pickup-list-p--items .block-pickup-list-p--goods-description .block-icon .block-icon--auto-new{
	margin-right: 0;
}
.block-pickup-list-p .block-pickup-list-p--default-price {
  font-weight:normal;
  font-size:12px;
  display: block;
}
.block-pickup-list-p .block-pickup-list-p--scomment,.block-thumbnail-t--scomment {
	font-size: 12px;
	color: #cc3302;
}
#block_of_filter .block-filter-option-items-wrap{
	display: flex;
	gap: 12px 20px;
	border-bottom: 1px solid #eee;
	padding: 20px 12px;
	overflow-x: auto;
}
#block_of_filter .block-filter-option-items-wrap .block-filter--option-items{
	min-width: fit-content;
	padding: 0;
	border-bottom: 0;
	min-height: auto;
}
#block_of_filter .block-filter-option-items-wrap .block-filter--option-items#color-variation{
	order: 1;
}
#block_of_filter .block-filter-option-items-wrap .block-filter--option-items input + label{
	padding: 0 0 0 20px;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	line-height: 1;
	width: auto;
}
#block_of_filter .block-filter-option-items-wrap .block-filter--option-items input[type="checkbox"]:checked + label{
	color: #444444;
	padding: 0 0 0 20px;
}
#block_of_filter .block-filter-option-items-wrap .block-filter--option-items input + label::before {
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #CCC;
}
#block_of_filter .block-filter-option-items-wrap .block-filter--option-items input + label::after {
	position: absolute;
	right: auto;
	left: 3px;
	top: 4px;
	border-color: #fff;
	width: 8px;
	height: 4px;
}
.bookmark-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.bookmark-modal-container{
  background: #FFF;
	height: 100%;
	position: relative;
}
.bookmark-modal-header{
  font-size: 18px;
  font-weight: bold;
	color: #FFF;
  text-align: center;
  margin: 0 0 20px;
	padding: 12px;
	background: #444;
}
.bookmark-modal-container p{
  font-size: 13px;
	line-height: 1.8;
  text-align: center;
	width: 70%;
	margin: 0 auto 20px;
}
.bookmark-modal-close{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 8px;
	color: #FFF;
  width: 24px;
  height: 30px;
  padding: 19px 0 0;
  cursor: pointer;
}
.bookmark-modal-close::before,.bookmark-modal-close::after{
  content:"";
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 7px;
  left: 50%;
}
.bookmark-modal-close::before{
  transform: translateX(-50%) rotate(45deg);
}
.bookmark-modal-close::after{
  transform: translateX(-50%) rotate(-45deg);
}
.bookmark-modal-list{
  overflow-y: auto;
  max-height: calc(100vh - 138px);
  overscroll-behavior: contain;
}
.bookmark-modal-list-item{
  border-top: 1px solid #EEE;
	padding: 12px 15px;
	display: flex;
	gap: 10px;
	margin: 0 0 10px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
}
.bookmark-modal-list-item:last-child{
  border-bottom: 1px solid #EEE;
}
.bookmark-modal-list-item-img{
	width: 140px;
	flex-shrink: 0;
	margin-right: 10px;
}
.bookmark-modal-list-item-img figure{
  background: #f5f5f5;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.bookmark-modal-list-item-img div{
  font-size: 13px;
	font-weight: bold;
}
.block-pickup-list-p .block-pickup-list-p--goods-image .bookmark-modal-list-item-desc .customize_block-goods-bookmark {
	width: auto;
	bottom: 50%;
	right: 0;
	transform: translateY(50%);
}
.bookmark-modal-list-item-desc{
	width: calc(100% - 82px);
	display: flex;
	align-items: center;
	gap:10px;
}
.bookmark-modal-list-item-size{
  font-size: 12px!important;
  color: #888;
  margin-top: 2%;
  font-weight: normal!important;
}
.bookmark-modal-list-item-price{
	font-size: 12px;
	color: #888;
  margin-right: 5%;
}
.bookmark-modal-list-item-stock{
  font-size: 12px;
	color: #888;
  margin-right: 5%;
  flex-shrink: 0;
}
.bookmark-modal-list-item .customize_block-goods-bookmark{
  flex-shrink: 0;
  margin-left: auto;
  right: 6%!important;
  top:40%!important;
}
.bookmark-modal-list-item .customize_block-goods-favorite--btn{
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #EEE;
  border-radius: 50%;
  text-decoration: none;
}
.bookmark-modal-list-item .customize_block-goods-favorite--btn img{
	width: 18px;
	height: auto;
}
.bookmark-modal-list-item .customize_block-goods-favorite-registed--btn{
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #FFEBEB;
  border-radius: 50%;
  text-decoration: none;
}
.bookmark-modal-list-item .customize_block-goods-favorite-registed--btn img{
	width: 18px;
	height: auto;
}
.bookmark-modal-list-item .customize_block-goods-favorite-registed--btn:not(:has(img.customize_btn_bookmark_))::before{
  content: "";
  display: block;
  width: 18px;
	height: 15px;
	background: url(/img/usr/goods_bookmark02_on.svg) center center / contain no-repeat;
}
.bookmark-modal-list-item .customize_block-goods-favorite-registed--btn img:not(.customize_btn_bookmark_){
	display: none;
}

/* 202506 トラベルバッグ追記 */

.genre-freespace.rtravel #mv {
	margin: 15px 10px;
}

.genre-freespace.rtravel .genre-block-title {
  font-size: 32px;
  margin: 0;
  padding: 0;
}

.genre-freespace.rtravel .genre-block-subtitle {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 700;
  color: #7E7E7E;
}

.genre-freespace.rtravel #series ul {
  width: 100%;
  gap: 8px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.genre-freespace.rtravel #series ul li {
  width: 100%;
  margin-bottom: initial;
}

.genre-freespace.rtravel #series ul li p {
	font-size: 12px;
	line-height: calc(17/12);
	letter-spacing: 0.05em;
	background-color: #E8E8E2;
	padding: 8px;
	max-height: 67px;
	height: 100%;
}

.genre-freespace.rtravel #type {
  background: #FAFAF7;
  margin-top: 50px;
}

.genre-freespace.rtravel #type ul {
  margin: 0;
  margin-top: 30px;
}

.genre-freespace.rtravel #type ul li {
  margin-bottom: 50px;
  display: block;
}

.genre-freespace.rtravel #type ul li img {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.genre-freespace.rtravel #type ul li div {
    width: 100%;
	margin-top: 15px;
}

.genre-freespace.rtravel #type ul li div h3 {
	font-size: 18px;
}

.genre-freespace.rtravel #type ul li div p {
	font-weight: 500;
}

.genre-freespace.rtravel #type ul li div a {
  border-radius: 10px;
  background: #393C3E;
  padding: 15px 0;
  font-size: 14px;
  max-width: 305px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.genre-freespace.rtravel a.btn::before {
    content: "";
    display: block;
    position: absolute;
    right: 16.5px;
    top: 19px;
    background: url(/img/genre/rtravel/202506/arrow.png) top no-repeat;
	background-size: contain;
    width: 12px;
    height: 12px;
}

.genre-freespace.rtravel .genre-brand-links {
  margin-top: 40px;
  gap: 30px 10px;
}

.genre-freespace.rtravel .genre-brand-links .child {
  margin: 0;
	text-decoration: none;
}

.genre-freespace.rtravel .genre-brand-links .child .text {
  margin-top: 5px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
}

.genre-freespace.rtravel .banner {
  margin: 50px;
}

.genre-freespace.rtravel #ranking {
  margin-top: 80px;
}

/* 202510 比較機能導入 */
.block-goods-list-comp-check {
  display: none;
}
body:has(.rsuitcase-ver2) .block-goods-list-comp-check {
  display: block;
  order: 2;
  margin: 10px 0 0;
}
.block-goods-list-comp-check input + label {
  font-size: 12px;
  padding-left: 26px;
  margin: 0;
}
.block-goods-list-comp-check input[type="checkbox"]:checked + label {
  color: #444;
}
.block-goods-list-comp-check input + label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 4px;
}
.block-goods-list-comp-check input[type="checkbox"]:checked + label::before {
  border-color: #444;
  background: #444;
}
.block-goods-list-comp-check input[type="checkbox"]:checked + label::after {
  border-color: #FFF;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 5px;
  transform: rotate(-45deg);
}
.block-goods-compare {
  position: fixed;
  left: 0;
  bottom: -150px;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  padding: 15px 0 10px;
  z-index: 10;
  transition: .3s ease;
}
.block-goods-compare.show:has(.block-goods-compare-item) {
  bottom: 0;
}
.block-goods-compare--toggle-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 30px;
  background: #2D2D2D;
  border-radius: 0 20px 0 0;
  cursor: pointer;
  transition: .3s ease;
}
.block-goods-compare--toggle-btn:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -135deg;
}
.block-goods-compare.show-toggle .block-goods-compare--toggle-btn {
  display: block;
}
.block-goods-compare.show .block-goods-compare--toggle-btn {
  display: block;
  position: absolute;
  top: -30px;
  bottom: auto;
  background: rgba(0, 0, 0, .8)
}
.block-goods-compare.show .block-goods-compare--toggle-btn:after {
  top: 10px;
  rotate: 45deg;
}
.block-goods-compare-items .slick-list {
  overflow: visible;
}
.block-goods-compare-item {
  position: relative;
  width: calc((100% - 52px) / 3.8075);
}
.block-goods-compare-item--name {
  display: none;
}
.block-goods-compare-item--img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1;
  margin: 0 13px 0 0;
}
.block-goods-compare-item--delete {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #444;
  border: 1px solid #FFF;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.block-goods-compare-item--delete:before,
.block-goods-compare-item--delete:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 8px;
  width: 2px;
  height: 9px;
  background: #FFF;
  rotate: 45deg;
}
.block-goods-compare-item--delete:after {
  rotate: -45deg;
}
.block-goods-compare-control {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 15px;
  margin: 15px 0 0;
}
.block-goods-compare-control--btn {
  display: block;
  background: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  padding: 6px 0 5px;
  flex: 1;
}
.block-goods-compare-control--reset {
  color: #FFF;
  font-size: 12px;
  text-decoration: underline;
}
.block-goods-compare-items {
  display: flex;
  overflow: visible;
  padding: 0 15px;
  line-height: 0;
}
body:has(.block-goods-compare.show) #goodslist_floatingbtn {
  bottom: 180px;
}
body:has(.block-goods-compare.show) #footer_pagetop {
  bottom: 150px;
}
body:has(.block-goods-compare.show) #sort_floatingbtn {
  bottom: 190px;
}