@charset "UTF-8";
/* ----汎用パーツ---- */
.block-common-head {
	margin-bottom: 24px;
}
.block-common-head--title {
	padding: 0;
	border: 0;
	font-size: 36px;
	background-color: transparent;
}
.block-common-head--title > span {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
}
.block-common-head.-type02 {
	text-align: center;
	margin-bottom: 30px;
}
.block-common-head.-type02 .block-common-head--title {
	font-weight: bold;
	line-height: 1;
}
.block-common-head.-type02 .block-common-head--title > span {
	margin-top: 10px;
	display: block;
	color: #666;
}
.block-common-head.-accessoryTitle {
	display: none;
}
.block-page-head.lv1 {
	margin-bottom: 40px;
	text-align: center;
}
.block-page-head.lv1 .block-page-head--title {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
	line-height: 1.3;
}
/* ---- 特集イベント用 ---- */
.block-common-pickup--grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 12px;
}
.block-common-pickup {
	width: 225px;
	position: relative;
}
.block-common-pickup--link {
	transition: all .3s ease;
}
.block-common-pickup--link:is(:hover, :focus, :active) {
	text-decoration: none;
	opacity: .2;
}
.block-common-pickup--link:is(:hover, :focus, :active) .block-common-pickup--thumb img {
	transform: scale(1.1);
	opacity: .8;
}
.block-common-pickup--thumb {
	margin-bottom: 10px;
	line-height: 1;
	border-radius: 5px;
	overflow: hidden;
}
.block-common-pickup--thumb img {
	transition: all .3s ease;
}
.block-common-pickup--name {
	margin-bottom: 6px;
}
.block-common-pickup--title {
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.block-common-pickup--date {
	margin-top: 2px;
	color: #606060;
	font-size: 13px;
}
.page-top .block-common-pickup--date,
.category10 .block-common-pickup--date {
	display: none;
}
.page-top .block-common-pickup:nth-of-type(-n+3),
.page-category .block-common-pickup:nth-of-type(-n+3) {
	width: 304px;
}
.block-common-pickup--grid .block-top-event--goods {
	display: none;
}
/* バイヤーセレクション */
.block-common-pickup--grid.-selection {
	gap: 20px 12px;
}
.block-common-pickup--grid.-selection .block-common-pickup {
	width: 304px;
}
.page-event .block-common-pickup--grid.-selection .block-common-pickup {
	width: 225px;
}
.block-common-pickup--grid.-selection .block-common-pickup--link {
	position: relative;
	display: block;
	text-decoration: none;
}
.block-common-pickup--grid.-selection .block-common-pickup--thumb {
	background-color: #fff;
}
.block-common-pickup--grid.-selection .block-common-pickup--thumb > img {
	width: 100%;
}
.block-common-pickup--grid.-selection .block-common-pickup--title {
	font-size: 15px;
}
.page-category .block-common-pickup--grid.-selection .block-common-pickup:first-child {
	width: 100%;
	padding: 0 40px 30px 30px;
}
.page-category .block-common-pickup--grid.-selection .block-common-pickup:first-child::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: calc(100% - 30px);
	left: 0;
	bottom: 0;
	background-color: #F4F4F4;
	border-radius: 5px;
}
.page-category .block-common-pickup--grid.-selection .block-common-pickup:first-child .block-common-pickup--link {
	display: flex;
	align-items: center;
	gap: 56px;
}
.page-category .block-common-pickup--grid.-selection .block-common-pickup:first-child .block-common-pickup--link:is(:hover, :focus, :active) {
	opacity: 1;
}
.page-category .block-common-pickup--grid.-selection .block-common-pickup:first-child .block-common-pickup--link:is(:hover, :focus, :active) .block-common-pickup--thumb > img {
	opacity: .2;
}
.page-category .block-common-pickup--grid.-selection .block-common-pickup:first-child .block-common-pickup--thumb {
	width: 400px;
	flex-shrink: 0;
	margin-bottom: 0;
}
.page-category .block-common-pickup--grid.-selection .block-common-pickup:first-child .block-common-pickup--title {
	margin-bottom: 5px;
	font-size: 20px;
	display: block;
}
.page-category .block-common-pickup--grid.-selection .block-common-pickup:first-child .block-top-event--comment {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
/* ----トップページ本文---- */
.block-top-body {
	padding-top: 15px;
	margin-bottom: 60px;
}
.block-generalTop-mv {
	margin-bottom: 65px;
}
.block-generalTop-search {
	width: 1200px;
	margin: 0 auto;
	padding: 12px 28px;
	background-color: #F4F4F4;
}
.block-generalTop-search--grid {
	display: flex;
	gap: 20px;
}
.block-generalTop-search--form {
	position: relative;
	flex-grow: 1;
	display: flex;
}
.block-generalTop-search--form-select {
	position: relative;
	height: 46px;
	text-align: center;
	background-color: #F2F2F2;
}
.block-generalTop-search--form-select::after {
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 5px;
	content: "";
	height: calc(10px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #000;
	transform: translateX(-50%);
}
.block-generalTop-search--form-select > select {
	appearance: none;
	min-width: 110px;
	height: 100%;
	padding-right: 20px;
	padding-left: 5px;
	background-color: transparent;
	border: 1px solid #aaa;
	border-right: 0;
	border-radius: 8px 0 0 8px;
	font-size: 14px;
}
.block-generalTop-search--form-text[type="text"] {
	position: relative;
	flex-grow: 1;
	border: 1px solid #aaa;
	border-radius: 0 8px 8px 0;
	padding-right: 50px;
}
.block-generalTop-search--form-submit {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 21px;
	height: 21px;
	padding: 0;
	border: 0;
	background: url(../../img/usr/common/icon_search.png) no-repeat 0 0;
	background-size: 21px 21px;
	transition: all .3s ease;
}
.block-generalTop-search--form-submit:is(:hover, :focus, :active) {
	opacity: .3;
}
.block-top-anchors {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
.block-top-anchor-item {
	padding: 12px 20px;
	position: relative;
	display: flex;
	align-items: flex-end;
	background-color: #000;
	border-radius: 50vh;
	color: #fff;
	width: 182px;
	font-size: 12px;
	line-height: 1;
	transition: all .3s ease;
}
.block-top-anchor-item > b {
	font-size: 16px;
}
.block-top-anchor-item::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	content: "";
}
.block-top-anchor-item:is(:hover, :focus, :active) {
	background-color: #666;
	text-decoration: none;
}
/* ----トップページ予備テンプレート2---- */
.block-top-free2--header {
	font-size: 28px;
	text-align: center;
	border-top: #444 2px solid;
	padding: 19px 0 30px;
}
.block-top-free2--body {
	margin: 47px 0 50px;
}
.block-top-free2--items {
	width: 900px;
	height: auto;
	overflow: hidden;
}
.block-top-free2--items li {
	float: left;
}
.block-top-free2--items > li {
	width: 535px;
	height: auto;
}
.block-top-free2--items > li:first-child {
	width: 354px;
	height: auto;
	margin-right: 10px;
}
.block-top-free2--sub-items li {
	width: 172px;
	height: 172px;
	margin-left: 9px;
	margin-bottom: 9px;
}
.block-top-free2--sub-items li:nth-of-type(3n+1) {
	margin-left: 0;
}
.block-top-event--header-wrap {
	position: relative;
}
.block-top-event--header-wrap .title-logo-col {
	display: inline-flex;
	align-items: flex-end;
	gap: 10px;
	line-height: 1;
}
.block-top-event--header-wrap .title-logo-col + span {
	vertical-align: middle;
}
.block-top-event--header {
	border: 0;
	font-size: 36px;
	text-align: left;
	margin-bottom: 30px;
	padding: 0;
	font-weight: bold;
	background: none;
}
.block-top-event--header > span {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	font-weight: 500;
}
.block-top-event--header-wrap {
	border-top: 1px solid #ddd;
	margin-top: 60px;
	padding-top: 50px;
}
.block-category-list.cat10 .block-category-list--topic .block-top-event--header-wrap,
.block-freespace-wrap .block-top-event--header-wrap,
.block-category-list--event > .block-top-event--header-wrap:first-child,
.block-top-event--header-wrap.-adjust {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
/* ----ヘッダー---- */
.block-header-info-frame {
	background: #f8e5de;
}
.block-header-info-frame .container {
	height: auto;
}
.block-header-info {
	width: 100%;
	padding: 9px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.block-header-logo {
	width: 132px;
	margin: 0 auto 0 0;
	padding: 0;
	font-size: 14px;
}
.block-header-logo img {
	width: 132px;
	height: auto;
}
.pane-order-header .block-header-logo img,
.pane-cardupdate-header .block-header-logo img {
	width: 132px;
	height: auto;
}
ul.block-headernav--item-list {
	display: flex;
	align-items: center;
}
ul.block-headernav--item-list > li {
	margin-right: 32px;
}
ul.block-headernav--item-list > li:last-of-type {
	margin-right: 0;
}
ul.block-headernav--item-list > li a {
	position: relative;
	font-size: 13px;
}
ul.block-headernav--item-list > li a::before {
	position: absolute;
	display: block;
	left: 0;
	z-index: 1;
	content: "";
}
ul.block-headernav--item-list > li.block-headernav--item-boookmark a {
	padding-left: 29px;
}
ul.block-headernav--item-list > li.block-headernav--item-boookmark a::before {
	top: calc(50% - 10px);
	width: 21px;
	height: 20px;
	background: url(../../img/usr/common/ico_bookmark.png) center center / auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-login a {
	padding-left: 29px;
}
ul.block-headernav--item-list > li.block-headernav--item-login a::before {
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background: url(../../img/usr/common/ico_mypage.png) center center / auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a {
	padding-left: 29px;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a::before {
	top: calc(50% - 13px);
	width: 21px;
	height: 26px;
	background: url(../../img/usr/common/ico_cart.png) center center / auto auto no-repeat;
}
ul.block-headernav--item-list > li.block-headernav--item-cart a .block-headernav--cart-count {
	position: absolute;
	top: calc(50% - 13px);
	left: 0;
	display: block;
	width: 21px;
	height: 26px;
	line-height: 23px;
	padding-top: 3px;
	white-space: nowrap;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	z-index: 2;
}
/* ----ヘッダー検索---- */
.block-global-search {
	display: flex;
	align-items: center;
	width: 314px;
	margin-right: 30px;
}
.block-global-search form {
	display: flex;
	align-items: center;
	width: 202px;
	padding: 19px 0;
	border-bottom: 1px solid #111;
}
.block-global-search form .block-global-search--submit {
	width: 32px;
	height: 20px;
	border: 0;
	background: url(../../img/usr/common/ico_search.png) center center / auto auto no-repeat;
}
.block-global-search form .block-global-search--keyword {
	width: calc(100% - 20px);
	height: 20px;
	border: 0;
	outline: none;
	font-size: 12px;
}
.block-global-search .block-global-search--searchdetail a {
	display: block;
	margin-left: 30px;
	padding: 7px 18px;
	border: 1px solid #111;
	border-radius: 16px;
	font-size: 11px;
	outline: 0;
}
/* ----グローバルナビ---- */
.block-globalnavi {
	margin: auto;
	max-width: 1020px;
}
.block-globalnavi.-depart {
	max-width: 1145px;
}
.block-globalnavi.-comixyz {
	max-width: 925px;
}
.block-globalnavi.-artsbooks,
.block-globalnavi.-artplaza {
	max-width: 675px;
}
.shop-header.is-active {
	box-shadow: none;
	border-bottom: 0;
}
.shop-header.is-active::after {
	display: block;
	content: "";
	width: 100%;
	height: 42px;
	border-top: 1px solid #ddd;
	background-color: #f7f7f7;
	position: absolute;
	left: 0;
	bottom: 0;
}
.shop-header.-artplaza.is-active::after {
	height: 53px;
}
.block-globalnavi--header {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1;
}
#headerMenu .modal-navi-contents {
	padding-top: 0;
}
.block-globalnavi--inner {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.block-globalnavi.-top {
	max-width: 1200px;
}
.block-globalnavi--body {
	overflow: hidden;
	background-color: #fff;
	padding: 15px 15px;
	border-radius: 5px;
	flex-grow: 1;
}
.block-globalnavi--body.-top {
	padding: 0;
	border-radius: 0;
	width: 590px;
	background-color: transparent;
}
.block-globalnavi--body.-top .block-globalnavi--body-inner {
	gap: 10px;
	padding: 0;
}
.block-globalnavi--body.-top .block-globalnavi--body-contents {
	width: calc(50% - 5px);
	flex-grow: 1;
}
.block-globalnavi--body.-top .block-globalnavi--body.-general {
	width: 100%;
	max-width: 590px;
}
.block-globalnavi--body.-top > * {
	margin-bottom: 20px;
}
.block-globalnavi--body > :last-child {
	margin-bottom: 0;
}
.block-globalnavi--body.-depart {
	border: 1px solid #000;
}
.block-globalnavi--body.-top .block-globalnavi--body.-depart .block-globalnavi--body-header {
	margin-bottom: 8px;
}
.block-globalnavi--body.-comixyz {
	border: 1px solid #22499C;
}
.block-globalnavi--body.-artsbooks {
	border: 1px solid #FF846E;
}
.block-globalnavi--body.-artplaza {
	border: 1px solid #606060;
}
.block-globalnavi--body.-shop {
	padding: 0;
	width: 330px;
	max-width: 330px;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.block-globalnavi--body.-general {
	width: 330px;
	max-width: 330px;
	flex-shrink: 0;
}
.block-globalnavi--body.-top .block-globalnavi--body.-general .block-globalnavi--body-header {
	margin-bottom: 15px;
}
.block-globalnavi--body.-top .block-globalnavi--contents-header:not(:first-child) {
	margin-top: 15px;
}
.block-globalnavi--body.-top .block-globalnavi--body.-general .block-globalnavi--list {
	margin-bottom: 0;
}
.block-globalnavi--body.-top .block-globalnavi--body-general-inner,
.block-globalnavi--body-inner {
	display: flex;
	gap: 35px;
	margin-bottom: 30px;
	padding-inline: 15px;
}
.block-globalnavi--body-contents {
	flex-shrink: 0;
}
.block-globalnavi--body-inner.-depart .block-globalnavi--body-contents {
	width: calc(33% - 20px);
}
.block-globalnavi--body-inner.-comixyz .block-globalnavi--body-contents {
	width: calc(50% - 20px);
}
.block-globalnavi--body-contents > :last-child {
	margin-bottom: 0;
}
.block-globalnavi--category-header {
	margin: -15px -15px 15px;
	padding: 10px 22px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}
.block-globalnavi--category-header > a {
	color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	transition: all .3s ease;
}
.block-globalnavi--category-header > a::after {
	display: block;
	content: "";
	width: 19px;
	height: 19px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: auto;
}
.block-globalnavi--category-header > a:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-globalnavi--category-header.-depart {
	background-color: #000;
}
.block-globalnavi--category-header.-comixyz {
	background-color: #22499C;
}
.block-globalnavi--category-header.-comixyz > a::after {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_06.png);
}
.block-globalnavi--category-header.-artsbooks {
	background-color: #FF846E;
}
.block-globalnavi--category-header.-artsbooks > a::after {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_07.png);
}
.block-globalnavi--category-header.-artplaza {
	background-color: #606060;
}
.block-globalnavi--category-header.-artplaza > a::after {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_08.png);
}
.block-globalnavi--body-header {
	margin-bottom: 20px;
	padding: 8px 18px;
	font-size: 18px;
	font-weight: bold;
	background-color: #f4f4f4;
	line-height: 1;
}
.block-globalnavi--body-header.-depart > a,
.block-globalnavi--body-header.-article > a {
	display: flex;
	align-items: center;
	gap: 7px;
	width: 100%;
	transition: all .3s ease;
}
.block-globalnavi--body-header.-depart > a::before,
.block-globalnavi--body-header.-article > a::before {
	display: block;
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.block-globalnavi--body-header.-depart > a::before {
	width: 15px;
	height: 16px;
	background-image: url(../../img/usr/common/icon_shop.png);
	background-size: 15px 16px;
}
.block-globalnavi--body-header.-article > a::before {
	width: 20px;
	height: 16px;
	background-image: url(../../img/usr/common/icon_article.png);
	background-size: 20px 16px;
}
.block-globalnavi--body-header.-depart > a::after,
.block-globalnavi--body-header.-article > a::after {
	display: block;
	content: "";
	width: 19px;
	height: 19px;
	background: url(../../img/usr/common/globalnavi/icon_arrow_depart.png);
	background-size: 19px 19px;
	margin-left: auto;
}
.block-globalnavi--body-header.-depart > a:is(:hover, :focus, :active),
.block-globalnavi--body-header.-article > a:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-globalnavi--contents-header {
	font-weight: bold;
	font-size: 15px;
}
.block-globalnavi--list + .block-globalnavi--contents-header {
	margin-top: 45px;
}
.block-globalnavi--list {
	margin-top: 6px;
	margin-bottom: 30px;
}
.block-globalnavi--body.-comixyz .block-globalnavi--list,
.block-globalnavi--body.-artsbooks .block-globalnavi--list,
.block-globalnavi--body.-artplaza .block-globalnavi--list,
.block-globalnavi--body.-shop .block-globalnavi--list,
.block-globalnavi--body.-general .block-globalnavi--list {
	padding-inline: 10px;
}
.block-globalnavi--body.-depart .block-globalnavi--list {
	padding-inline: 15px;
}
.block-globalnavi--item {
	font-size: 15px;
}
.block-globalnavi--item:not(:first-child) {
	margin-top: 10px;
}
.block-globalnavi--link {
	display: flex;
	gap: 9px;
	line-height: 1;
}
.block-globalnavi--link::before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: url(../../img/usr/common/globalnavi/icon_arrow_01.png) no-repeat 0 0;
	background-size: 15px 15px;
	flex-shrink: 0;
}
.block-globalnavi--body.-comixyz .block-globalnavi--link::before {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_02.png);
}
.block-globalnavi--body.-artsbooks .block-globalnavi--link::before {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_03.png);
}
.block-globalnavi--body.-artplaza .block-globalnavi--link::before {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_04.png);
}
.block-globalnavi--list-sns {
	display: flex;
	gap: 6px;
}
.block-globalnavi--list-sns > li {
	width: 40px;
}
.block-globalnavi--list-sns > li > a:is(:hover, :focus, :active) {
	opacity: .2;
}
.block-globalnavi--list-sns > li img {
	width: 40px;
	height: 40px;
}
/* ---- モーダル内ナビ ---- */
/* 百貨店新着商品から探す */
.block-navi-search--cmnList-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.block-navi-search--cmnList-item {
	width: 280px;
}
.block-navi-search--cmnList-link {
	position: relative;
	padding: 16px;
	display: flex;
	gap: 5px;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.3;
}
.block-navi-search--cmnList-link::after {
	display: block;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-navi-search--cmnList-link:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-navi-search--cmnList-name {
	flex-grow: 1;
}
/* 百貨店カテゴリから探す */
.block-navi-search--tabs {
	display: flex;
	gap: 18px;
}
.block-navi-search--tab {
	flex-shrink: 0;
	width: 240px;
}
.block-navi-search--tab-item {
	text-align: left;
	background: url(../../img/usr/common/dotted.png) repeat-x left bottom;
}
.block-navi-search--tab-contents {
	display: flex;
	flex-grow: 1;
	border-left: 2px solid #000;
	padding-left: 20px;
}
.block-navi-search--tab-content {
	display: none;
	width: 100%;
}
.block-navi-search--tab-content.is-show {
	display: block;
}
.block-navi-search--shop-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.block-navi-search--tab-link {
	position: relative;
	display: block;
	padding: 15px 30px 15px 15px;
	transition: all .3s ease;
	height: 100%;
}
.block-navi-search--tab-link::before,
.block-navi-search--tab-link::after {
	position: absolute;
	display: block;
	content: "";
	transform: translateY(-50%);
	transition: all .3s ease;
}
.block-navi-search--tab-link.is-show::before {
	width: 20px;
	height: 20px;
	border-radius: 50vh;
	background-color: #fff;
	top: 50%;
	right: 10px;
}
.block-navi-search--tab-link::after {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 6px;
	height: 6px;
	right: 16px;
	top: calc(50% - 1px);
	rotate: -45deg;
}
.block-navi-search--tab-link:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-navi-search--tab-link:not(.is-show):is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-navi-search--tab-link.is-show {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.block-navi-search--tab-link.is-show::before {
	background-color: #fff;
}
.block-navi-search--tab-link.is-show::after {
	border-color: #000;
}
#headerAuthor .js-dynamic-genre,
#headerAuthor .js-dynamic-genre .block-dynamic-genre--body {
  display: contents;
}
#headerAuthor .js-dynamic-genre .block-dynamic-genre--row {
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
}
.block-dynamic-genre--body,
.block-dynamic-category--body,
.block-global-nav--banner-list--molever {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
}

.block-dynamic-genre--row,
.block-dynamic-category--row,
.block-global-nav--banner-list--molever > li {
	width: calc(33% - 10px);
	background-color: #fff;
	border-radius: 5px;
	display: flex;
}
.block-dynamic-genre--row > a,
.block-dynamic-category--row > a,
.block-global-nav--banner-list--molever > li > a {
	position: relative;
	padding: 16px 30px 16px 16px;
	display: flex;
	gap: 5px;
	align-items: center;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.3;
	transition: all .3s ease;
}
.block-dynamic-genre--row > a > img,
.block-dynamic-category--row > a > img,
.block-global-nav--banner-list--molever > li > a > img {
	display: none;
}
.block-dynamic-genre--row > a::after,
.block-dynamic-category--row > a::after,
.block-global-nav--banner-list--molever > li > a::after {
	display: block;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
}
.block-dynamic-genre--row > a:is(:hover, :focus, :active),
.block-dynamic-category--row > a:is(:hover, :focus, :active),
.block-global-nav--banner-list--molever > li > a:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
/* ショップ一覧（百貨店：ショップから探すなど） */
.block-navi-search--shop-top {
	width: 100%;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
}
.block-navi-search--shop-top-logo {
	margin-bottom: 15px;
}
.block-navi-search--shop-top-desc {
	margin-bottom: 15px;
}
.block-navi-search--shop-top-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-navi-search--shop-top-btn > a {
	display: block;
	text-align: center;
	color: #fff;
	min-width: 300px;
	padding: 12px 30px;
	border-radius: 50vh;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	transition: all .3s ease;
}
.block-navi-search--shop-top-btn > a::after {
	position: absolute;
	top: calc(50% - 2px);
	right: 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	width: 8px;
	height: 8px;
	content: "";
	transform: rotate(-45deg) translateY(-50%);
}
.block-navi-search--shop-top-btn > a:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-navi-search--shop-top-btn.-depart > a {
	background-color: #000;
}
.block-navi-search--shop-top-btn.-depart > a:is(:hover, :focus, :active) {
	background-color: #666;
}
.block-navi-search--shop-top-tab-content .block-navi-search--shop-top-btn.-comixyz {
	margin-bottom: 15px;
	padding-top: 15px;
}
.block-navi-search--shop-top-btn.-comixyz > a {
	background-color: #22499C;
}
.block-navi-search--shop-top-btn.-comixyz > a:is(:hover, :focus, :active) {
	background-color: #4E78D1;
}
.block-navi-search--shop-top-btn.-artsbooks > a {
	background-color: #FF846E;
}
.block-navi-search--shop-top-btn.-artsbooks > a:is(:hover, :focus, :active) {
	background-color: #F4A496;
}
.block-navi-search--shop-top-btn.-artplaza > a {
	background-color: #606060;
}
.block-navi-search--shop-top-btn.-artplaza > a:is(:hover, :focus, :active) {
	background-color: #999;
}
.block-navi-search--shop-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.block-navi-search--shop-list-item {
	width: calc(33% - 3px);
	background-color: #fff;
	border-radius: 5px;
}
.block-navi-search--shop-list-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 20px;
	transition: all .3s ease;
	height: 100%;
}
.block-navi-search--shop-list-link:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-navi-search--shop-list-link[href]:is(:hover, :focus, :active) {
	opacity: .2;
}
.block-navi-search--shop-list-logo {
	width: 110px;
	flex-shrink: 0;
}
.block-navi-search--shop-list-icon {
	width: 46px;
	flex-shrink: 0;
}
.block-navi-search--shop-list-detail {
	flex-grow: 1;
}
.block-navi-search--shop-list-name {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	padding-right: 25px;
}
.block-navi-search--shop-list-name::after {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	content: "";
	width: 15px;
	height: 15px;
	background: url(../../img/usr/common/icon_arrow_01.png) no-repeat 0 0;
	background-size: 15px 15px;
}
.block-navi-search--shop-list.-comixyz .block-navi-search--shop-list-name {
	color: #22499C;
}
.block-navi-search--shop-list.-comixyz .block-navi-search--shop-list-name::after {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_02.png);
}
.block-navi-search--shop-list.-artsbooks .block-navi-search--shop-list-logo {
	width: 120px;
}
.block-navi-search--shop-list.-artsbooks .block-navi-search--shop-list-name {
	color: #FF846E;
}
.block-navi-search--shop-list.-artsbooks .block-navi-search--shop-list-name::after {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_03.png);
}
.block-navi-search--shop-list.-artplaza .block-navi-search--shop-list-name {
	color: #666;
}
.block-navi-search--shop-list.-artplaza .block-navi-search--shop-list-link:not([href]) .block-navi-search--shop-list-name {
	opacity: .5;
}
.block-navi-search--shop-list.-artplaza .block-navi-search--shop-list-name::after {
	background-image: url(../../img/usr/common/globalnavi/icon_arrow_04.png);
}
.block-navi-search--shop-list-link[target="_blank"] .block-navi-search--shop-list-name::after {
	top: 5px;
	height: 11px;
	background: url(../../img/usr/common/icon_blank.png) no-repeat 0 0;
	background-size: 13px auto;
}
.block-navi-search--caution {
	margin-block: 20px;
	text-align: center;
}
/* ヘッダー内comixyzモーダル */
.block-navi-search--shop-top-tab-items {
	display: flex;
	justify-content: center;
	gap: 6px;
}
.block-navi-search--shop-top-tab-item {
	width: 300px;
	flex-shrink: 0;
}
.block-navi-search--shop-top-tab-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f4f4f4;
	border-radius: 4px 4px 0 0;
	border-radius: 50vh;
	color: #000;
	font-size: 19px;
	font-weight: bold;
	padding: 8px;
	line-height: 1;
	transition: all .3s ease;
}
.block-navi-search--shop-top-tab-link::after {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	position: absolute;
	right: 25px;
	width: 8px;
	height: 8px;
	content: "";
	top: calc(50% - 2px);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg) translateY(-50%);
}
.block-navi-search--shop-top-tab-link.is-show::after {
	top: calc(50% - 3px);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
.block-navi-search--shop-top-tab-link:is(:hover, :focus, :active),
.block-navi-search--shop-top-tab-link.is-show {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.block-navi-search--shop-top-tab-link:is(:hover, :focus, :active)::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.block-navi-search--shop-top-tab-content {
	display: none;
}
.block-navi-search--shop-top-tab-content.is-show {
	display: block;
}
#headerAuthor .js-dynamic-genre + js-dynamic-genre {
	margin-top: 10px;
}

/* ----フッター---- */
footer .container {
	position: relative;
}
.block-footernav {
	margin-bottom: 32px;
	text-align: center;
}
.block-footernav--banner {
	margin-bottom: 50px;
}
.block-footernav--banner-list {
	display: flex;
	justify-content: center;
	gap: 25px;
}
.block-footernav--banner-item {
	width: 280px;
	flex-shrink: 0;
	line-height: 1;
}
.block-footernav--banner-item a {
	display: block;
}
.block-footernav--banner-item a:is(:hover, :focus, :active) {
	opacity: .2;
}
.block-footernav--util-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.block-footernav--util-list + .block-footernav--util-list {
	margin-top: 25px;
}
.block-footernav--util-item {
	padding: 0 20px;
	border-right: 1px solid #999;
	font-size: 12px;
}
.block-footernav--util-item:last-of-type {
	border-right: 0;
}
.block-footernav--util-item a {
	color: #fff;
}
.block-footernav--util-item a:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-footer-sns {
	margin: 0 0 32px;
}
.block-footer-sns ul.block-footer-sns--list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-footer-sns ul.block-footer-sns--list > li {
	margin: 0 20px;
}
/* ----ページトップに戻る---- */
.block-page-top {
	z-index: 10;
}
.block-page-top a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	background-color: #555;
	border-radius: 50vh;
	transition: opacity .3s ease;
}
.block-page-top a:is(:hover, :focus, :active) {
	opacity: .2;
}
.block-page-top a::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-135deg);
	left: 14px;
	top: 16px;
}
.block-page-top {
	position: fixed;
	top: auto;
	bottom: 10px;
	right: 26px;
	display: none;
}
/* ----左メニュー---- */
.pane-left-menu .pane-block--title {
	margin: 28px 0 0;
	padding: 8px 0;
	border: 0;
	line-height: 1.25;
}
.pane-left-menu .pane-block--subtitle {
	margin: 0;
	padding: 16px 0;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
	font-weight: 500;
}
.pane-left-menu .js-filter-box .js-filter-box-inner-label {
	position: relative;
}
.pane-left-menu .js-filter-box .js-filter-box-inner-label::after {
	position: absolute;
	top: 20px;
	right: 2px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	border-bottom: 0;
	transform: rotate(-45deg);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label::after {
	top: 15px;
	transform: rotate(135deg);
}
.pane-left-menu .block-filter-option-items {
	padding: 10px;
}
.pane-left-menu .block-filter-option-items + .block-filter-option-items {
	border-top: 1px dashed #ddd;
}
.pane-left-menu .block-filter-option-items input[type="checkbox"] {
	vertical-align: top;
	margin-right: 5px;
}
.block-leftmenu-banner .block-leftmenu-banner--items {
	margin-top: 80px;
}
.block-leftmenu-banner .block-leftmenu-banner--items > li {
	margin-top: 10px;
	line-height: 1;
}
.block-leftmenu-banner .block-leftmenu-banner--items a:is(:hover, :focus, :active) {
	opacity: .2;
}
ul.block-category-tree--level-1 > .block-category-tree--item__open,
ul.block-category-tree--level-1 > .block-category-tree--item {
	border-top: 0;
	border-bottom: 1px solid #ccc;
}
ul > .block-category-tree--item__open,
ul > .block-category-tree--item {
	border-top: 1px solid #ccc;
	border-bottom: 0;
}
.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) {
	display: none;
}
.pane-left-menu ul.block-category-tree--items > li {
	position: relative;
	font-size: 14px;
}
.block-leftmenu-list.-leftmenuSpecial,
.block-leftmenu-banner--catalog {
	display: none;
}
.category10 .block-leftmenu-list.-leftmenuSpecial,
.category10 .block-leftmenu-banner--catalog {
	display: block;
}
/* カテゴリツリー open調整 */
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 51px;
	cursor: pointer;
}
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener::before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../img/usr/common/icon_open.png) no-repeat 0 0;
	background-size: 17px 17px;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(0) translateY(-50%);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener.is-open::before {
	background: url(../../img/usr/common/icon_leftmenu_close.png) no-repeat 0 0;
	background-size: 17px 17px;
	top: 50%;
	transform: rotate(0) translateY(-50%);
}
.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) > li > a + .block-category-tree--item-opener::before {
	position: absolute;
	top: 50%;
	right: 6px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../img/usr/common/icon_open.png) no-repeat 0 0;
	background-size: 17px 17px;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(0) translateY(-50%);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) > li > a + .block-category-tree--item-opener.is-open::before {
	background: url(../../img/usr/common/icon_leftmenu_close.png) no-repeat 0 0;
	background-size: 17px 17px;
	top: 50%;
	transform: rotate(0) translateY(-50%);
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1 > li > a {
	height: 55px;
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1 > li > a + .block-category-tree--item-opener {
	height: 55px;
}
.pane-left-menu .block-category-tree--item-opener.is-open + ul.block-category-tree--items.block-category-tree--level-2 {
	background-color: #f4f4f4;
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-2 > li > a {
	padding: 15px 35px 15px 20px;
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-2 > li > a::before,
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3 > li > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 22px;
	left: 8px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
/**/
.block-genre-tree--item__open,
.block-genre-tree--item {
	font-size: 14px;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	background: url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
ul.block-mallcategory-tree--level-1 > .block-mallcategory-tree--item__open,
ul.block-mallcategory-tree--level-1 > .block-mallcategory-tree--item {
	border-top: 0;
	border-bottom: 0;
	background: url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
ul > .block-mallcategory-tree--item__open,
ul > .block-mallcategory-tree--item {
	border-top: 0;
	border-bottom: 0;
}
/* カテゴリツリー調整用 */
.pane-left-menu .block-category-tree--header {
	font-size: 13px;
	border-bottom: 1px solid #000;
}
.pane-left-menu .block-category-tree--header:first-child {
	margin-top: 0;
}
.pane-left-menu .block-category-tree--header b {
	font-size: 18px;
}
.pane-left-menu ul.block-category-tree--items a {
	transition: all .3s ease;
}
.pane-left-menu ul.block-category-tree--items a:is(:hover, :focus, :active) {
	text-decoration: none;
	opacity: .2;
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-2,
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3 {
	background: url(../../img/usr/common/dotted.png) repeat-x top left;
	padding-top: 1px;
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3 > li > a,
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-4 > li > a {
	position: relative;
	padding: 15px 30px 15px 20px;
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3 > li > a::before,
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-4 > li > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 23px;
	left: 8px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.pane-left-menu ul.block-category-tree--items > li > a {
	height: auto;
	padding: 15px 35px 15px 0;
}
.pane-left-menu ul.block-category-tree--items > li > a:last-child:after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 14px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
}
.pane-left-menu ul.block-category-tree--items > .block-category-tree--item__open > a::after {
	display: none;
}
ul > .block-category-tree--item__open,
ul > .block-category-tree--item {
	border-top: 0;
	background: url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
ul.block-category-tree--level-1 > .block-category-tree--item__open,
ul.block-category-tree--level-1 > .block-category-tree--item {
	border-bottom: 0;
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3 > li > a {
	text-indent: initial;
	background: #f4f4f4 url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
.pane-left-menu ul.block-category-tree--items.block-category-tree--level-4 > li > a {
	background: #ededed url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
.block-category-tree--level-2 > li {
	text-indent: initial;
}
.block-category-tree--item__open > a,
.block-category-tree--item > a.is-open {
	font-weight: bold;
}
/* ジャンルツリー調整用 */
.page-top .pane-left-menu .block-genre-tree--header {
	margin-top: 0;
}
.pane-left-menu .block-genre-tree--header {
	margin-top: 0;
	font-size: 13px;
	border-bottom: 1px solid #000;
	display: none;
}
.pane-left-menu .block-genre-tree--header b {
	font-size: 19px;
}
.pane-left-menu ul.block-genre-tree--items a {
	transition: all .3s ease;
}
.pane-left-menu ul.block-genre-tree--items a:is(:hover, :focus, :active) {
	text-decoration: none;
	opacity: .2;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level1 > li > a {
	padding-right: 0;
	padding-bottom: 5px;
	pointer-events: none;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level1 > li > a + .block-genre-tree--item-opener,
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level1 > li > a:last-child::after {
	display: none;
}
ul.block-genre-tree--level1 > .block-genre-tree--item__open,
ul.block-genre-tree--level1 > .block-genre-tree--item {
	background-image: none;
	margin-top: 60px;
}
ul.block-genre-tree--level1 > .block-genre-tree--item__open:first-child,
ul.block-genre-tree--level1 > .block-genre-tree--item:first-child {
	margin-top: 0;
}
ul.block-genre-tree--level1 > .block-genre-tree--item__open > a,
ul.block-genre-tree--level1 > .block-genre-tree--item > a {
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: bold;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level3 {
	background: url(../../img/usr/common/dotted.png) repeat-x top left;
	padding-top: 1px;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level3 > li > a {
	position: relative;
	padding: 15px 35px 15px 20px;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level3 > li > a::before,
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level4 > li > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 22px;
	left: 8px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level4 > li > a {
	position: relative;
	padding: 15px 35px 15px 30px;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level4 > li > a::before {
	left: 18px;
}
.block-genre-tree--item__open > a,
.block-genre-tree--item > a.is-open {
	color: #000;
	font-weight: bold;
}
.pane-left-menu ul.block-genre-tree--item {
	position: relative;
}
.pane-left-menu ul.block-genre-tree--items > li > a {
	height: auto;
	padding: 15px 35px 15px 0;
}
.pane-left-menu ul.block-genre-tree--items > li > a:last-child:after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 14px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
}
.pane-left-menu ul.block-genre-tree--items > .block-genre-tree--item__open > a::after {
	display: none;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level3,
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level4 {
	display: none;
}
.block-genre-tree--item__open > ul.block-genre-tree--items.block-genre-tree--level3,
.block-genre-tree--item__open > ul.block-genre-tree--items.block-genre-tree--level4 {
	display: block;
}
.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 51px;
	cursor: pointer;
}
.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener::before {
	position: absolute;
	top: 50%;
	right: 3px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../img/usr/common/icon_open.png) no-repeat 0 0;
	background-size: 17px 17px;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(0) translateY(-50%);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener.is-open::before {
	background: url(../../img/usr/common/icon_leftmenu_close.png) no-repeat 0 0;
	background-size: 17px 17px;
	top: 50%;
	transform: rotate(0) translateY(-50%);
}
.pane-left-menu ul.block-genre-tree--items:not(.block-genre-tree--level-1) > li > a + .block-genre-tree--item-opener::before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../img/usr/common/icon_open.png) no-repeat 0 0;
	background-size: 17px 17px;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(0) translateY(-50%);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu ul.block-genre-tree--items:not(.block-genre-tree--level-1) > li > a + .block-genre-tree--item-opener.is-open::before {
	background: url(../../img/usr/common/icon_leftmenu_close.png) no-repeat 0 0;
	background-size: 17px 17px;
	top: 50%;
	transform: rotate(0) translateY(-50%);
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level3 > li > a {
	text-indent: initial;
	background: url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
.pane-left-menu .block-genre-tree--item-opener.is-open + ul.block-genre-tree--items.block-genre-tree--level3 {
	background-color: #f4f4f4;
}
.pane-left-menu ul.block-genre-tree--items.block-genre-tree--level4 > li > a {
	background: #dedede url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
.pane-left-menu .block-genre-tree--item-opener.is-open + .pane-left-menu ul.block-genre-tree--items.block-genre-tree--level3 {
	padding-top: 1px;
	background: url(../../img/usr/common/dotted.png) repeat-x top left;
}
/**/
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-3,
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-4 {
	display: none;
}
.pane-left-menu ul.block-mallcategory-tree--items > li {
	position: relative;
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a {
	height: 51px;
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a + .block-mallcategory-tree--item-opener {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 51px;
	cursor: pointer;
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a + .block-mallcategory-tree--item-opener::before {
	position: absolute;
	top: calc(50% - 8px);
	right: 3px;
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
	transform: rotate(45deg);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a + .block-mallcategory-tree--item-opener.is-open::before {
	top: calc(50% - 4px);
	transform: rotate(-135deg);
}
.pane-left-menu ul.block-mallcategory-tree--items:not(.block-category-tree--level-1) > li > a + .block-mallcategory-tree--item-opener::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 17px;
	height: 17px;
	transition: all 0.3s;
	content: "";
}
.pane-left-menu ul.block-mallcategory-tree--items.block-category-tree--level-1 > li > a {
	height: 55px;
}
.pane-left-menu ul.block-mallcategory-tree--items.block-category-tree--level-1 > li > a + .block-mallcategory-tree--item-opener {
	height: 55px;
}
.pane-left-menu ul.block-mallcategory-tree--items.block-category-tree--level-3 > li > a {
	background: #f4f4f4;
}
.pane-left-menu ul.block-mallcategory-tree--items.block-category-tree--level-4 > li > a {
	background: #f0f0f0;
}
/* モールツリー調整用 */
.block-mallcategory-tree--header {
	display: none;
}
.block-mallcategory-tree {
	margin-top: 30px;
}
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-3 {
	background: url(../../img/usr/common/dotted.png) repeat-x top left;
	padding-top: 1px;
}
ul > .block-mallcategory-tree--item__open,
ul > .block-mallcategory-tree--item {
	border-top: 0;
	background: url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a {
	height: auto;
	padding: 15px 35px 15px 0;
}
.pane-left-menu .block-mallcategory-tree--items.block-mallcategory-tree--level-2 {
	display: none;
}
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-3 > li > a,
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-4 > li > a {
	position: relative;
	padding: 15px 35px 15px 20px;
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a:last-child:after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 14px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
}
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-1 > li > a {
	padding-right: 30px;
	padding-bottom: 5px;
	pointer-events: none;
}
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-1 > li > a:last-child:after,
.pane-left-menu ul.block-mallcategory-tree--items > .block-mallcategory-tree--item__open > a::after {
	display: none;
}
ul.block-mallcategory-tree--level-1 > .block-mallcategory-tree--item__open,
ul.block-mallcategory-tree--level-1 > .block-mallcategory-tree--item {
	background-image: none;
	margin-top: 60px;
}
ul.block-mallcategory-tree--level-1 > .block-mallcategory-tree--item__open > a,
ul.block-mallcategory-tree--level-1 > .block-mallcategory-tree--item > a {
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-weight: bold;
}
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-3 > li > a::before,
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-4 > li > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 23px;
	left: 8px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.pane-left-menu ul.block-mallcategory-tree--items.block-mallcategory-tree--level-3 > li > a {
	text-indent: initial;
	background: #f4f4f4 url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
.block-mallcategory-tree--item__open > a,
.block-mallcategory-tree--item > a {
	transition: all .3s ease;
}
.block-mallcategory-tree--item__open > a:is(:hover, :focus, :active),
.block-mallcategory-tree--item > a:is(:hover, :focus, :active) {
	text-decoration: none;
	opacity: .2;
}
.block-mallcategory-tree--item__open > a,
.block-mallcategory-tree--item > a.is-open {
	color: #aaa;
	font-weight: bold;
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a + .block-mallcategory-tree--item-opener {
	position: absolute;
	top: 18px;
	right: 0;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a + .block-mallcategory-tree--item-opener::before {
	position: absolute;
	top: 50%;
	right: 3px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../img/usr/common/icon_open.png) no-repeat 0 0;
	background-size: 17px 17px;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(0) translateY(-50%);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu ul.block-mallcategory-tree--items > li > a + .block-mallcategory-tree--item-opener.is-open::before {
	background: url(../../img/usr/common/icon_leftmenu_close.png) no-repeat 0 0;
	background-size: 17px 17px;
	top: 50%;
	transform: rotate(0) translateY(-50%);
}
.pane-left-menu ul.block-mallcategory-tree--items:not(.block-mallcategory-tree--level-1) > li > a + .block-mallcategory-tree--item-opener::before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../img/usr/common/icon_open.png) no-repeat 0 0;
	background-size: 17px 17px;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(0) translateY(-50%);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu ul.block-mallcategory-tree--items:not(.block-mallcategory-tree--level-1) > li > a + .block-mallcategory-tree--item-opener.is-open::before {
	background: url(../../img/usr/common/icon_leftmenu_close.png) no-repeat 0 0;
	background-size: 17px 17px;
	top: 50%;
	transform: rotate(0) translateY(-50%);
}
/**/
.block-leftmenu-list {
	margin-bottom: 60px;
}
.pane-left-menu .pager-total {
	margin-bottom: 40px;
	margin-right: 0;
}
.block-leftmenu-list--head {
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
.block-leftmenu-list--head > b {
	font-size: 19px;
}
.block-leftmenu-list--item {
	background: url(../../img/usr/common/dotted.png) repeat-x bottom left;
}
.block-leftmenu-list--item > a {
	display: block;
	position: relative;
	padding: 16px 16px 16px 0;
	font-size: 14px;
}
.block-leftmenu-list--item > a:is(:hover, :focus, :active) {
	text-decoration: none;
	opacity: .2;
}
.block-leftmenu-list--item > a::after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
}
/* 絞り込み検索 */
.pane-left-menu .block-filter {
	background-color: #F4F4F4;
	margin: -40px 0 50px;
	padding: 0 14px;
}
.pane-left-menu .block-filter .block-filter--header {
	font-size: 16px;
	line-height: 1;
	padding: 15px 0;
}
.pane-left-menu .block-filter .pane-block--subtitle {
	background: url(../../img/usr/common/dotted.png) repeat-x left top, url(../../img/usr/common/dotted.png) repeat-x left bottom;
	border-bottom: 0;
}
.pane-left-menu .js-filter-box .js-filter-box-inner-label {
	color: #aaa;
	font-weight: bold;
}
.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label {
	color: #000;
	font-weight: normal;
}
.pane-left-menu .js-filter-box .js-filter-box-inner-label::after {
	position: absolute;
	top: 50%;
	right: 3px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../img/usr/common/icon_leftmenu_close.png) no-repeat 0 0;
	background-size: 17px 17px;
	border-right: 0;
	border: 0;
	transform: rotate(0) translateY(-50%);
	transition: all 0.3s;
	content: "";
}
.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label::after {
	background: url(../../img/usr/common/icon_open.png) no-repeat 0 0;
	background-size: 17px 17px;
	transform: rotate(0) translateY(-50%);
	top: 50%;
}
.block-filter--imagelist-inner-accordion {
	display: flex;
	gap: 7px;
	padding: 8px 0;
	flex-wrap: wrap;
}
.filter-image-checked,
.block-filter--image-checkoff {
	position: relative;
	display: block;
	line-height: 1;
}
.block-filter--image-icon {
	display: none;
}
.filter-image-checked .block-filter--image-icon {
	display: block;
}
.block-filter--image a > .block-filter--image-src {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	line-height: 1;
}
.pane-left-menu .block-filter .pane-block--title {
	margin-top: 0;
	border-top: 1px solid #000;
}
.block-filter--bottom {
	padding: 20px 0;
	background: url(../../img/usr/common/dotted.png) repeat-x left top;
}
.block-filter--bottom-submit {
	margin-bottom: 10px;
}
.block-filter--button-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #000;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50vh;
	width: 170px;
	height: 40px;
	cursor: pointer;
	border: 0;
	margin: 0 auto;
}
.block-filter--bottom-reset {
	text-align: center;
}
.block-filter--button-reset {
	appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	cursor: pointer;
	font-weight: 500;
}
.block-filter--button-submit:is(:hover, :focus, :active) {
	opacity: .2;
}
.block-filter--button-reset:is(:hover, :focus, :active) {
	text-decoration: none;
}
/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
	display: flex;
	width: 124px;
	margin: 0 auto 20px;
	padding: 3px;
	border-radius: 2px;
	background: rgba(34, 34, 34, 0.2);
}
.block-switcher .block-switcher-container {
	width: 58px;
	margin-right: 2px;
}
.block-switcher .block-switcher-container + .block-switcher-container {
	margin-right: 0;
}
.block-switcher .block-switcher-container .block-switcher--current {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	line-height: 1.5;
	background: #fff;
}
.block-switcher .block-switcher-container .block-switcher--current::before {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 3px;
	background: url(../../img/usr/common/ico_pc.png) center center / auto auto no-repeat;
	content: "";
}
.block-switcher .block-switcher-container .block-switcher--switch {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	line-height: 1.5;
	opacity: 0.3;
}
.block-switcher .block-switcher-container .block-switcher--switch::before {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 3px;
	background: url(../../img/usr/common/ico_sp.png) center center / auto auto no-repeat;
	content: "";
}
.block-switcher .block-switcher-container .block-icon-image-small {
	display: none;
}
/* ----Copyright---- */
.block-copyright {
	display: block;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
/* ----トップページ---- */
.block-top-category {
	background: linear-gradient(to right bottom, #f8e5de 0%, #fff 50%, #f8e5de 100%);
}
.block-top-title {
	margin: 0 0 30px;
	padding: 75px 0 0;
	border: 0;
	text-align: center;
	font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.333;
	color: #000;
	letter-spacing: 0.02em;
}
.block-top-title span {
	display: block;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.block-top-more a {
	display: block;
	width: 162px;
	margin: 0 auto;
	padding: 15px 10px;
	border: 1px solid #000;
	border-radius: 26px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.block-top-campaign {
	background: #f8e5de;
}
.block-campaign-banner {
	padding: 0 0 80px;
}
.block-campaign-banner ul.block-campaign-banner--list {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.block-campaign-banner ul.block-campaign-banner--list > li {
	width: 376px;
	margin: 0 36px 40px 0;
}
.block-campaign-banner ul.block-campaign-banner--list > li:nth-of-type(3n) {
	margin-right: 0;
}
.block-campaign-banner ul.block-campaign-banner--list > li .block-campaign-banner--title {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 1.7;
}
.block-top-topic {
	background: #f4f4f4;
}
.block-top-topic .block-top-topic--header {
	margin: 0 0 30px;
	padding: 75px 0 0;
	border: 0;
	text-align: center;
	font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.333;
	color: #000;
	letter-spacing: 0.02em;
}
.block-top-topic .block-top-topic--header span {
	display: block;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
.block-top-topic .block-top-topic--body {
	margin: 0;
	padding: 0 0 80px;
}
.block-top-topic--body {
	margin-bottom: 74px;
}
ul.block-top-topic--items {
	background: url(../../img/usr/common/dotted.png) left top repeat-x;
}
.block-top-topic--items > li {
	padding: 0;
	border: 0;
	background: url(../../img/usr/common/dotted.png) left bottom repeat-x;
}
.block-top-topic--items > li > a {
	display: block;
	position: relative;
}
.block-top-topic--items > li > a::after {
	position: absolute;
	top: 50%;
	right: 24px;
	border-right: 2px solid #606060;
	border-bottom: 2px solid #606060;
	width: 12px;
	height: 12px;
	rotate: -45deg;
	transform: translateY(-50%);
	display: block;
	content: "";
}
.block-top-topic--items > li > a:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-top-topic--items > li > a:is(:hover, :focus, :active) dd + dd {
	text-decoration: underline;
}
.block-top-topic--items dl {
	padding: 18px 10px;
	display: block;
}
.block-top-topic--items dt {
	margin-right: 20px;
	color: #606060;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.block-top-topic--items dt + dd {
	display: inline-block;
}
.block-top-topic--comment {
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 8px;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}
.block-top-topic--items dt + dd img {
	vertical-align: text-bottom;
}
.block-top-topic--items dd + dd {
	display: block;
	margin-top: 8px;
	padding-right: 50px;
}
.block-top-topic--next-page a {
	display: block;
	width: 162px;
	margin: 0 auto;
	padding: 15px 10px;
	border: 1px solid #000;
	border-radius: 26px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.block-top-separate-banner {
	width: 100%;
}
.block-top-separate-banner ul.block-top-separate-banner--list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.block-top-separate-banner ul.block-top-separate-banner--list > li {
	width: 50%;
}
.block-top-separate-banner ul.block-top-separate-banner--list > li img {
	width: 100%;
	vertical-align: top;
}
.block-top-instagram .block-top-title img {
	display: block;
	margin: 0 auto 8px;
}
.block-jscart--items {
	padding-bottom: 5px;
}
.pane-right-menu .block-jscart {
	width: 1080px;
	margin: 0 auto;
}
.pane-right-menu .block-jscart .block-search-box--header {
	margin: 0 0 30px;
	padding: 75px 0 0;
	border: 0;
	text-align: center;
	font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.333;
	color: #000;
	letter-spacing: 0.02em;
}
/* ----最近見た商品---- */
.block-recent-item--items {
	width: 1200px;
	margin: 0 auto;
}
.pane-right-menu:not(.pane-fullpage) .block-recent-item--items {
	width: 936px;
}
.block-recent-item--header {
	border: 0;
	font-size: 36px;
	text-align: left;
	margin: 0 0 22px;
	padding: 0;
	font-weight: bold;
}
.page-top .block-recent-item--header {
	border: 0;
}
.block-recent-item--header span {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	font-weight: 500;
}
.block-recent-item--body {
	position: relative;
}
.block-recent-item {
	width: 100%;
}
.block-recent-item .block-recent-item--empty-message,
.block-recent-item .block-recent-item--history-message {
	text-align: center;
}
.block-recent-item .block-recent-item--keep-history {
	position: absolute;
	top: -70px;
	right: 0;
	margin-top: 0;
}
.block-recent-item .block-recent-item--keep-history a {
	display: block;
	position: relative;
	padding: 8px 10px;
	width: 160px;
	border: 1px solid #000;
	border-radius: 50vh;
	font-size: 13px;
	font-weight: bold;
	transition: all 0.3s ease;
	box-sizing: border-box;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.block-recent-item .block-recent-item--keep-history a:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
}
.block-recent-item .block-thumbnail-h--goods-image figure {
	width: 176px;
	height: 176px;
	border-radius: 5px;
}
.block-recent-item--body .block-thumbnail-h li {
	max-width: 176px;
}
.block-thumbnail-h--goods-description {
	margin-top: 15px;
}
.block-recent-item--body .block-thumbnail-h--goods-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.block-recent-item--body .block-thumbnail-h--price-items .price {
	font-size: 16px;
}
.block-thumbnail-h .block-thumbnail-h--price-items .price::after {
	font-size: 12px;
}
.block-recent-item .slick-prev,
.block-recent-item .slick-next {
	top: 68px;
	transform: translateY(0);
}
.block-recent-item .slick-prev {
	left: -20px;
}
.block-recent-item .slick-next {
	right: -20px;
}
/* ----パンくずリスト---- */
/* 調整 */
.block-topic-path {
	border-top: 1px solid #fff;
	padding: 0;
	font-size: 12px;
}
.block-topic-path--list li {
	padding-right: 1.0em;
}
.block-topic-path--list {
	display: flex;
	padding: 0 15px;
}
.block-topic-path--list > li {
	white-space: nowrap;
	flex-shrink: 0;
}
.block-topic-path--item__home {
	position: relative;
}
.block-topic-path--item__home::after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 15px;
	height: 12px;
	background: url(../../img/usr/common/icon_home.png) no-repeat 0 0;
	background-size: auto 12px;
	transform: translateY(-50%);
}
.block-topic-path .block-topic-path--item__home a {
	padding-left: 20px;
}
.block-topic-path a {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 5px 20px 5px 5px;
}
.block-topic-path a::after {
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	rotate: -45deg;
	transform: translateY(-50%);
}
.block-topic-path--list > li:last-child a::after {
	display: none;
}
.block-topic-path a:is(:hover, :focus, :active) {
	text-decoration: none;
}
.page-goods .block-topic-path {
	margin-top: 0;
	border-top: 0;
}
.block-topic-path--item__current a {
	text-decoration: none;
}
.block-topic-path--item__current a:is(:hover, :focus, :active) {
	text-decoration: underline;
}
.pane-topic-path:is(
.cat10,
.cat30,
.cat50,
.cat70
) {
	display: none;
}

/* 商品詳細ページのパンくず表示数調整 */
ul.block-topic-path--list:nth-child(n+6) {
	display: none;
}

/* ----カテゴリ画面---- */
.block-category-style-p {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px 10px;
	background: #eee;
}
.page-top .block-category-style-p {
	width: 1060px;
	padding: 0 0 50px;
	background: none;
}
.block-category-style-p .block-category-style-p--item {
	display: flex;
	flex-direction: column;
	width: 200px;
	flex-basis: 200px;
	margin: 0 20px 20px 0;
}
.page-top .block-category-style-p .block-category-style-p--item {
	width: 250px;
	flex-basis: 250px;
	margin: 0 20px 40px 0;
}
.block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
	margin-right: 0;
}
.block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
	float: none;
	width: auto;
	font-size: 13px;
	order: 30;
}
.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
	display: none;
}
.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image {
	width: 100%;
	margin: 0 0 16px;
	float: none;
	order: 10;
}
.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image img {
	width: 100%;
}
.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	order: 20;
}
.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
	margin: 0;
	text-align: center;
	font-weight: 500;
}
.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
	content: "＞ ";
}
.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
	display: none;
}
.block-category-list--goods {
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.cat30 .block-category-list--goods {
	margin-bottom: 55px;
	padding-bottom: 55px;
	border-bottom: 0;
}
.cat10 .block-category-list--goods,
.cat50 .block-category-list--goods,
.cat50 .block-category-list--event,
.cat70 .block-category-list--goods {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.cat50 .block-category-list--goods,
.cat70 .block-category-list--goods {
	display: none;
}
.block-category-list--header {
	margin: 0 0 20px;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
}
.block-category-list--header-img {
	margin: 0 0 30px;
	padding: 0;
}
.block-category-list--comment {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.6;
}
.page-top.top-layout1 .block-top-category,
.page-top.top-layout2 .block-top-category {
	background: none;
}
.page-top.top-layout1 .block-category-style-p,
.page-top.top-layout2 .block-category-style-p {
	width: 890px;
}
.page-top.top-layout1 .block-category-style-p .block-category-style-p--item,
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item {
	width: 200px;
	flex-basis: 200px;
	margin: 0 30px 20px 0;
}
.page-top.top-layout1 .block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
	margin-right: 0;
}
.page-top.top-layout1 .block-top-campaign,
.page-top.top-layout2 .block-top-campaign {
	background: none;
}
.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list {
	width: 900px;
}
.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list > li,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list > li {
	width: 280px;
}
.page-top.top-layout1 .block-top-topic,
.page-top.top-layout2 .block-top-topic {
	position: relative;
	background: none;
}
/* ----ジャンル画面---- */
.block-genre-style {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
	margin: 0 auto;
}
.block-genre-style .block-genre-style--item {
	display: flex;
	flex-direction: column;
	width: calc(25% - 12px);
}
.category-top-outline--thumb + .category-top-outline--detail .block-genre-style--item {
	width: calc(50% - 15px);
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name {
	border: 1px solid #ccc;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50vh;
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name > a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 12px 30px 12px 20px;
	transition: all .3s ease;
	position: relative;
	background-color: #fff;
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name > a::after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name > a:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
	text-decoration: none;
}
.block-genre-style .block-genre-style--item .block-genre-style--item-name > a:is(:hover, :focus, :active)::after {
	border-color: #aaa;
}
/* ----ブランド画面---- */
.block-brand-list {
	margin: 40px 0 60px;
}
.block-brand-list .block-topic-path {
	margin-bottom: 40px;
}
.block-brand-list--items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.block-brand-list--item {
	flex-grow: 1;
	flex-basis: 390px;
	max-width: 390px;
	margin: 0 0 60px 15px;
}
.block-brand-list--item:nth-of-type(3n+1) {
	margin-left: 0;
}
.block-brand-list--item-img {
	width: 390px;
	height: 240px;
}
.block-brand-list--item-name,
.block-brand-list--item-comment {
	border: 0;
}
.block-brand-list--item-name {
	padding: 16px 0 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.block-brand-list--item-comment {
	border: 0;
	padding: 0;
}
.block-brand-list--item-btn {
	display: block;
	text-align: center;
	width: 240px;
	height: auto;
	line-height: 1.5;
	color: #333;
	font-size: 14px;
	margin: 16px auto 0;
	padding: 15px 10px;
	border: 1px solid #111;
	background: #fff;
}
.block-brand-detail--image {
	margin-top: 40px;
}
.block-brand-detail--description {
	margin-bottom: 30px;
}
/* ----トピック画面---- */
.block-topic-details--items {
	margin: 0 0 36px;
}
.block-topic-details--items li {
	padding: 0;
	border: 0;
}
.block-topic-details--items dt {
	margin-right: 30px;
}
.block-topic-details--items dd + dd {
	margin-left: 8px;
}
/* ----クイックオーダー---- */
.block-quick-order--price-comment {
	font-size: 12px;
	font-weight: bold;
	color: #d53115;
}
.block-quick-order--price {
	font-weight: 500;
	color: #c30;
}
.block-quick-order--default-price {
	font-weight: 500;
}
/* ----購入フロー---- */
.block-cart-recent-item--header {
	font-size: 24px;
	padding: 12px 0;
	text-align: left;
	border-top: 0;
	background-color: transparent;
}
.block-cart--goods-list-item-price-info {
	width: 120px;
}
.block-cart--goods-list-item-price-info .price::after {
	font-size: 12px;
}
.block-cart--amazonpay {
	border-top: 0;
}
.block-order-method h2,
.block-order-estimate h2 {
	margin: 0 0 16px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	border-bottom: 0;
}
.block-order-method h3,
.block-order-estimate h3 {
	padding: 4px 0;
	border: 0;
}
.block-cart--rule + .block-cart--promotion-criteria-list {
	padding: 10px 0;
	font-size: 16px;
}
.block-order-method--sales-append-content .form-control input[type="text"],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
	max-width: 570px;
}
.block-order-estimate--total-price::after {
	display: none;
}
h2.block-order-estimate--confirmation-title {
	border: 0;
	margin: 0 0 12px;
}
.block-order-estimate--uid input[type="text"] {
	max-width: 100%;
}
.block-order-estimate--dest-address-item-buttons__selected {
	background: #ffebe8;
}
.block-order-gift-select--delivery-dest-add-btn {
	vertical-align: middle;
	margin-left: 8px;
}
.block-order-gift-select--delivery-dest-goods-name figure img {
	width: 200px;
}
.block-order-gift-select--coupon-available-btn {
	vertical-align: top;
}
.block-order-gift-dest--cart-back a {
	text-decoration: none;
}
.block-order-gift-confirmation h3 {
	margin: 0 0 12px;
}
.block-order-gift-select--delivery-dest-goods-noshi h3 {
	border: 0;
	padding: 0;
	margin: 0;
}
.block-order-complete--customerentry-wrapper {
	padding: 0;
	border: 0;
}
.block-order-complete--message {
	margin: 0 0 30px;
}
.block-order-complete--message p {
	text-align: center;
}
.block-order-complete--orderid {
	margin: 0 0 30px;
	border: 0;
}
.block-order-complete--orderid th {
	display: block;
	width: 100%;
	margin: 0 0 4px;
	padding: 0;
	font-weight: 500;
	color: #808080;
	text-align: center;
	background: none;
}
.block-order-complete--orderid td {
	display: block;
	width: 100%;
	padding: 0;
	font-weight: 500;
	text-align: center;
	background: none;
}
.block-order-complete--orderid th,
.block-order-complete--orderid td {
	border: 0;
}
.block-order-complete--orderid td a {
	text-decoration: underline;
}
.block-order-complete--home .block-order-complete--home-btn,
.block-order-complete--cart-btn {
	width: 220px;
}
.block-order-regular-add-confirm h2 {
	border: 0;
}
.block-order-regular-add-confirm h3 {
	padding: 0;
	border: 0;
}
.block-order-regular-add-confirm--total-price.price::after {
	display: none;
}
.block-order-regular-add-complete--regular-sales-info {
	padding: 0;
	border: 0;
}
.block-order-regular-add-complete--message {
	margin: 0 0 30px;
}
.block-order-regular-add-complete--message p {
	text-align: center;
}
.block-order-regular-add-complete--regular-sales {
	margin: 0 0 30px;
	border: 0;
}
.block-order-regular-add-complete--regular-sales th {
	display: block;
	width: 100%;
	margin: 0 0 4px;
	padding: 0;
	border: 0;
	font-weight: 500;
	color: #808080;
	text-align: center;
	background: none;
}
.block-order-regular-add-complete--regular-sales td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	font-weight: 500;
	text-align: center;
	background: none;
}
.block-order-regular-add-complete--regular-sales th,
.block-order-regular-add-complete--regular-sales td {
	border: 0;
}
.block-order-regular-add-complete--regular-sales td a {
	text-decoration: underline;
}
.block-order-regular-add-complete--regular-sales .block-order-regular-add-complete--home-btn {
}
.block-order-estimate--comment-text,
.block-order-gift-confirmation--order-comment-text,
.block-order-gift-confirmation--order-comment-message {
	margin-bottom: 10px;
}
/* ----マイページ---- */
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info,
.block-mypage--onlineshop-info {
	line-height: 1.3;
	font-size: 26px;
	font-weight: bold;
	background: none;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 34px 0 14px;
}
:where(
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info,
.block-mypage--onlineshop-info
) > .block-icon-image--flex-align-left {
	display: block;
}
.block-mypage--withdrawal {
	color: #081f2c;
}
.block-favorite--bookmark-list {
	margin: 0 0 24px;
}
.block-additional-authentication--reissue {
	vertical-align: top;
}
/* ----商品一覧---- */
.block-goods-list--items-wrap {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	padding: 14px 40px;
	font-size: 14px;
	background: #F4F4F4;
	border-radius: 5px;
}
dl.block-goods-list--display-style-items,
dl.block-goods-list--sort-order-items {
	display: none;
}
/* .block-goods-list--items-wrap dl.block-goods-list--display-style-items, */
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items {
	display: flex;
	margin: 0;
	font-size: 14px;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dt,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items > dt {
	display: block;
	font-weight: bold;
	padding-right: 40px;
	font-size: 16px;
	border-right: 1px dotted #aaa;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dd,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items > dd {
	display: block;
	margin: 0;
	font-size: 16px;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list {
	display: flex;
	flex-wrap: wrap;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li {
	border-right: 1px dotted #aaa;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a {
	position: relative;
	display: block;
	text-decoration: underline;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a:is(:hover, :focus, :active),
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active {
	position: relative;
	color: #aaa;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
	z-index: 1;
	content: "";
	display: block;
}
.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::before {
	border-color: #aaa transparent transparent transparent;
}
.block-ranking-r--goods-image figure {
	border-radius: 5px;
	overflow: hidden;
}
.block-ranking-r--goods .block-ranking-r--goods-name:is(:hover, :focus, :active) {
	text-decoration: underline;
}
.block-ranking-r--goods a figure img {
	transition: all .3s ease;
}
.block-ranking-r--goods a:is(:hover, :focus, :active) {
	text-decoration: underline;
}
.block-ranking-r--goods a:is(:hover, :focus, :active) figure > img {
	transform: scale(1.1);
	opacity: .8;
}
.block-ranking-r .block-ranking-r--items .slick-list {
	padding-top: 10px;
}
.block-ranking-r .block-ranking-r--items > li {
	width: 100%;
	gap: 80px 12px;
}
.block-ranking-r li dl {
	width: 225px;
	flex-basis: 225px;
	max-width: 225px;
	margin-left: 0;
	padding: 0;
}
.page-top .block-ranking-r li dl {
	margin-right: 12px;
}
.freespace-full .block-ranking-r li dl {
	margin-right: 18px;
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
	width: 225px;
	height: 225px;
	background: none;
	position: relative;
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -9px;
	left: 10px;
	color: #fff;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../../img/usr/common/bg_ranking.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	font-size: 20px;
	text-indent: -3px;
	padding-bottom: 5px;
	border-radius: 0;
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
	background-image: url(../../img/usr/common/bg_ranking_01.png);
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
	background-image: url(../../img/usr/common/bg_ranking_02.png);
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
	background-image: url(../../img/usr/common/bg_ranking_03.png);
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description {
	margin-top: 12px;
	padding-bottom: 1px;
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description a {
	text-decoration: none;
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-ranking-r--goods-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-icon {
	display: flex;
}
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.6;
}
.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
	text-align: left;
}
.block-ranking-r--goods .price {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.block-ranking-r--goods .block-ranking-r--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
	display: none;
}
.block-ranking-r--goods .block-ranking-r--scomment + .block-ranking-r--price-items .price {
	color: #d53115;
}
.block-ranking-r--goods .block-ranking-r--scomment + .block-ranking-r--price-items .price + .default-price {
	font-size: 11px;
	font-weight: 500;
}
.block-ranking-r .slick-prev,
.block-ranking-r .slick-next {
	top: 103px;
}
ul.block-thumbnail-t > li {
	width: 100%;
	gap: 80px 12px;
}
ul.block-thumbnail-t li dl {
	width: 225px;
	max-width: 225px;
	margin: 0;
	padding: 0;
}
.block-goodschange-list ul.block-thumbnail-t li dl,
.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(4n),
.block-goodsadd-list ul.block-thumbnail-t li dl,
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(4n) {
	width: 225px;
	margin: 0 50px 20px 0;
}
.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(5n) {
	margin-right: 0;
}
.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl,
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl {
	margin: 0 50px 20px 0;
}
.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
	margin-right: 0;
}
.page-top ul.block-thumbnail-t li dl {
	margin-right: 12px;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
	width: 225px;
	height: 225px;
	background: none;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description {
	margin-top: 12px;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description a {
	text-decoration: none;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.6;
}
.page-top ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
	margin-top: 11px;
}
ul.block-thumbnail-t .price,
ul.block-thumbnail-t .net-price,
ul.block-thumbnail-t .default-price,
ul.block-thumbnail-t .exchange-price,
ul.block-thumbnail-t .block-exchange-price--rate-dt {
	text-align: left;
}
ul.block-thumbnail-t .price {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
ul.block-thumbnail-t .price::after {
	font-size: 12px;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
	display: none;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price {
	color: #d53115;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price + .default-price {
	font-size: 11px;
	font-weight: 500;
}
.block-thumbnail-t--goods-image .block-thumbnail-t--goods-name:is(:hover, :focus, :active) {
	text-decoration: underline;
}
.block-thumbnail-t--goods-image a figure {
	overflow: hidden;
}
.block-thumbnail-t--goods-image a figure img {
	transition: all .3s ease;
}
.block-thumbnail-t--goods-image a:is(:hover, :focus, :active) {
	text-decoration: underline;
}
.block-thumbnail-t--goods-image a:is(:hover, :focus, :active) figure > img {
	transform: scale(1.1);
	opacity: .8;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description a:is(:hover, :focus, :active) {
	text-decoration: underline;
}
/* 調整用追記 */
.block-icon--auto-on-sales {
	display: none;
}
.block-thumbnail-t--goods-name,
.block-thumbnail-h--goods-name,
.block-ranking-r--goods-name,
.block-pickup-list-p--goods-name {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.block-salepriceRate-wrap {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.salepriceRate {
	color: #f00;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}
.block-category-list--event .block-ranking-r li dl,
.block-category-list--event ul.block-thumbnail-t li dl,
.block-accessory-list ul.block-thumbnail-t li dl {
	margin-right: 12px;
	margin-bottom: 0;
}
.page-menu .block-accessory-list ul.block-thumbnail-t li dl,
.page-history .block-accessory-list ul.block-thumbnail-t li dl,
.page-goods .block-accessory-list ul.block-thumbnail-t li dl,
.page-bookmark .block-accessory-list ul.block-thumbnail-t li dl {
	margin-right: 15px;
}
.block-thumbnail-t .variation-name,
.block-thumbnail-h .variation-name,
.block-pickup-list-p .variation-name,
.block-ranking-r--items .variation-name {
	display: none;
}
.block-thumbnail-t .net-price,
.block-thumbnail-h .net-price,
.block-pickup-list-p .net-price,
.block-ranking-r--items .net-price {
	display: none;
}
.block-thumbnail-t .block-thumbnail-t--price-items .saleprice,
.block-thumbnail-h .block-thumbnail-h--price-items .saleprice,
.block-pickup-list-p .block-pickup-list-p--price-items .saleprice,
.block-ranking-r--items .saleprice {
	color: #f00 !important;
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 1.2;
}
.block-thumbnail-t .block-thumbnail-t--price-items .saleprice::after,
.block-thumbnail-h .block-thumbnail-h--price-items .saleprice::after,
.block-pickup-list-p .block-pickup-list-p--price-items .saleprice::after,
.block-ranking-r--items .saleprice::after {
	font-size: 12px;
}
.block-order-regular-add-confirm--goods-list .block-icon--auto-new,
.block-order-method--goods-list .block-icon--auto-new,
.block-favorite--bookmark-list .block-icon--auto-new,
.block-cart--goods-list .block-icon--auto-new,
.block-order-estimate--goods-list .block-icon--auto-new,
.block-thumbnail-t .block-icon--auto-new,
.block-thumbnail-h .block-icon--auto-new,
.block-pickup-list-p .block-icon--auto-new,
.block-ranking-r--items .block-icon--auto-new {
	position: absolute;
	right: 4px;
	top: 4px;
	line-height: 1;
	z-index: 1;
}
.block-order-regular-add-confirm--goods-list .block-icon--auto-new > img,
.block-order-method--goods-list .block-icon--auto-new > img,
.block-favorite--bookmark-list .block-icon--auto-new > img,
.block-cart--goods-list .block-icon--auto-new > img,
.block-order-estimate--goods-list .block-icon--auto-new > img,
.block-thumbnail-t .block-icon--auto-new > img,
.block-thumbnail-h .block-icon--auto-new > img,
.block-pickup-list-p .block-icon--auto-new > img,
.block-ranking-r--items .block-icon--auto-new > img {
	height: 16px;
}
.block-order-regular-add-confirm--goods-list .block-icon--auto-reservation,
.block-order-method--goods-list .block-icon--auto-reservation,
.block-favorite--bookmark-list .block-icon--auto-reservation,
.block-cart--goods-list .block-icon--auto-reservation,
.block-order-estimate--goods-list .block-icon--auto-reservation,
.block-thumbnail-t .block-icon--auto-reservation,
.block-thumbnail-h .block-icon--auto-reservation,
.block-pickup-list-p .block-icon--auto-reservation,
.block-ranking-r--items .block-icon--auto-reservation {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 0;
}
.block-order-regular-add-confirm--goods-list .block-icon--auto-reservation > img,
.block-order-method--goods-list .block-icon--auto-reservation > img,
.block-favorite--bookmark-list .block-icon--auto-reservation > img,
.block-cart--goods-list .block-icon--auto-reservation > img,
.block-order-estimate--goods-list .block-icon--auto-reservation > img,
.block-thumbnail-t .block-icon--auto-reservation > img,
.block-thumbnail-h .block-icon--auto-reservation > img,
.block-pickup-list-p .block-icon--auto-reservation > img,
.block-ranking-r--items .block-icon--auto-reservation > img {
	width: 100%;
}
.block-thumbnail-t > li .block-thumbnail-t--price::after,
.block-thumbnail-h > li .block-thumbnail-h--price::after,
.block-pickup-list-p > li .block-pickup-list-p--price::after,
.block-ranking-r > li .block-ranking-r--price::after {
	font-size: 12px;
}
.block-pickup-list-p li dl .block-pickup-list-p--goods-image figure {
	border-radius: 5px;
	overflow: hidden;
}
.default-price {
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	line-height: 1;
}
.default-price::after {
	font-size: 12px;
}
.default-price::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 50%;
}
.block-text--goods-shopName {
	margin-bottom: 10px;
	padding-left: 1px;
	line-height: 1;
}
.block-text--goods-shopName > span {
	display: flex;
	gap: 4px;
	align-items: center;
	font-size: 12px;
	color: #666;
	line-height: 1;
}
.block-text--goods-shopName > span::before {
	display: block;
	content: "";
	background: url(../../img/usr/common/icon_goods_shop.png) no-repeat 0 0;
	background-size: 15px 13px;
	width: 15px;
	height: 13px;
}
.block-text--goods-name2 {
	margin-bottom: 12px;
	color: #333;
	font-size: 12px;
	line-height: 1;
}
/**/
.block-top-event--more {
	position: absolute;
	top: 60px;
	right: 0;
}
.block-category-list--event > .block-top-event--header-wrap:first-child .block-top-event--more,
.block-top-event--header-wrap.-adjust .block-top-event--more {
	top: 10px;
}
.block-top-event--more > a {
	position: relative;
	display: block;
	width: 145px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 50vh;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background: #fff;
	transition: all 0.3s ease;
}
.block-top-event--more > a::after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-top-event--more > a:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
}
.block-top-event--more > a:is(:hover, :focus, :active)::after {
	border-color: #aaa;
}
.cat30 .block-top-event--more > a,
.block-top-event--more.-color02 > a {
	color: #22499C;
	border-color: #22499C;
}
.cat30 .block-top-event--more > a::after,
.block-top-event--more.-color02 > a::after {
	border-color: #22499C;
}
.cat30 .block-top-event--more > a:is(:hover, :focus, :active),
.block-top-event--more.-color02 > a:is(:hover, :focus, :active) {
	background-color: #F8FAFF;
	border-color: #22499C;
}
.cat50 .block-top-event--more > a,
.block-top-event--more.-color03 > a {
	color: #FF846E;
	border-color: #FF846E;
}
.cat50 .block-top-event--more > a::after,
.block-top-event--more.-color03 > a::after {
	border-color: #FF846E;
}
.cat50 .block-top-event--more > a:is(:hover, :focus, :active),
.block-top-event--more.-color03 > a:is(:hover, :focus, :active) {
	background-color: #FFFCFC;
	border-color: #FF846E;
}
/**/
.block-pickup-list-p--items {
	margin-bottom: 60px;
}
.block-pickup-list-p--items > li + li {
	margin-top: 80px;
}
.block-pickup-list-p li {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}
.block-pickup-list-p li .block-pickup-list-p--item-body {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 460px;
	margin: 0 12px 0 0;
}
.block-pickup-list-p li .block-pickup-list-p--item-body:nth-of-type(even) {
	margin-right: 0;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image {
	position: static;
	width: 200px;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
	width: 200px;
	height: 200px;
	background: none;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.block-pickup-list-p--item-body a figure > img {
	transition: all .3s ease;
}
.block-pickup-list-p--item-body a:is(:hover, :focus, :active) figure > img {
	transform: scale(1.1);
	opacity: .8;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
	width: 100%;
	padding: 0;
	margin: 16px 0 0;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-icon {
	display: none;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
	text-decoration: none;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.6;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-exchange-price--rate-dt {
	text-align: left;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price::after {
	font-size: 12px;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
	display: none;
}
.block-pickup-list-w li {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}
.block-pickup-list-w li .block-pickup-list-w--item-body {
	display: block;
	width: 200px;
	margin: 0 40px 20px 0;
}
.block-pickup-list-w li .block-pickup-list-w--item-body:nth-of-type(4n) {
	margin-right: 0;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image {
	position: static;
	width: 200px;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image figure {
	width: 200px;
	height: 200px;
	background: none;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description {
	width: 100%;
	padding: 0;
	margin: 16px 0 0;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-icon {
	display: none;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name {
	font-size: 14px;
	line-height: 1.7;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name a {
	text-decoration: none;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos {
	margin-top: 4px;
	font-size: 15px;
	line-height: 1.6;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .net-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .default-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .exchange-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-exchange-price--rate-dt {
	text-align: left;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price {
	color: #081f2c;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price {
	color: #d53115;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price + .default-price {
	font-size: 11px;
	font-weight: 500;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--comment,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--add-cart {
	display: none;
}
.block-goods-list-d--item-body {
	width: 100%;
}
.block-goods-list-d--image figure {
	background: none;
}
.block-goods-list-d--item-description {
	width: calc(100% - 200px);
	padding: 0 0 0 20px;
}
.block-goods-list-d--item-description .block-icon {
	display: none;
}
.block-goods-list-d--item-description .block-goods-list-d--goods-name {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 500;
}
.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
	color: #081f2c;
	text-decoration: none;
}
.block-goods-list-d--item-description .block-goods-list-d--comment {
	margin: 0 0 12px;
	font-size: 11px;
	color: #808080;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details {
	width: 100%;
	margin: 12px 0 0;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
	width: auto;
	margin-right: auto;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos {
	width: auto;
	padding: 2px 0;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
	color: #081f2c;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price {
	color: #d53115;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price + .default-price {
	font-size: 11px;
	font-weight: 500;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .default-price {
	text-align: left;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
	display: none;
}
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--stock-items {
	width: auto;
	padding: 2px 0;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	color: #081f2c;
}
.block-goods-list-d--add-cart {
	width: 200px;
	flex-basis: 200px;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn {
	width: 200px;
	padding: 12px 0;
	border-radius: 0;
	line-height: 20px;
	font-size: 13px;
}
.block-goods-list-d--add-cart .block-list-custom-order-btn {
	width: 200px;
	padding: 12px 0;
	border-radius: 0;
	line-height: 20px;
	font-size: 13px;
}
.block-goods-list-d--goods-comment {
	font-size: 11px;
	color: #808080;
}
ul.block-thumbnail-h {
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	justify-content: flex-start;
}
ul.block-thumbnail-h .slick-track {
	margin-left: 0;
	margin-right: 0;
}
ul.block-thumbnail-h > li {
	width: 176px;
	margin: 0 15px 15px 0;
}
ul.block-thumbnail-h > li:nth-of-type(9n) {
	margin-right: 0;
}
ul.block-thumbnail-h > li .block-thumbnail-h--goods-image figure {
	width: 176px;
	height: 176px;
	background: none;
}
ul.block-thumbnail-h > li .block-thumbnail-h--goods-description {
	display: none;
}
.pane-goods-right-side ul.block-thumbnail-h {
	justify-content: flex-start;
}
.pane-goods-right-side ul.block-thumbnail-h > li {
	margin-right: 13px;
}
.pane-goods-right-side ul.block-thumbnail-h > li:nth-of-type(4n) {
	margin-right: 0;
}
.block-goods-list-l .block-goods-list-l--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
}
.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
	text-align: left;
	color: #081f2c;
}
.block-goods-list-l .block-goods-list-l--price-items .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-goods-list-l .block-goods-list-l--scomment + .block-goods-list-l--price-items .price {
	color: #d53115;
}
.block-goods-list-l--price-infos {
	white-space: nowrap;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
	display: none;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
	text-align: left;
	color: #081f2c;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
	color: #d53115;
}
.block-list-s .block-list-s--items {
	margin: 0 0 30px;
}
.block-list-s .block-list-s--price-infos .block-list-s--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
}
.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
	text-align: left;
	color: #081f2c;
}
.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price {
	color: #d53115;
}
.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price ~ .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
	color: #d53115;
}
.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
}
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
	text-align: left;
	color: #081f2c;
}
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment + .block-cart-i--price-items .price {
	color: #d53115;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
	margin-top: 8px;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .price,
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .net-price {
	text-align: left;
	color: #081f2c;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .price {
	color: #d53115;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
	text-align: left;
	color: #081f2c;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price {
	color: #d53115;
}
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price ~ .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-bulk-purchase-b--price-infos {
	white-space: nowrap;
}
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos {
	text-align: left;
}
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #d53115;
}
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
	text-align: left;
	color: #081f2c;
}
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price {
	color: #d53115;
}
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price ~ .default-price {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
}
/* ----クイックビュー---- */
.block-quickview {
	position: absolute;
	top: 200px;
	right: 0;
	width: 100%;
	min-width: 920px;
	max-width: none;
	height: auto;
	padding: 28px;
	border: 1px solid #dedede;
	border-radius: 10px;
	box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
.block-quickview-line + .block-quickview-line {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dedede;
}
.block-quickview-item {
	display: flex;
	width: 100%;
}
.block-quickview-item .block-quickview--image {
	display: block;
	width: 420px;
	margin-right: 40px;
}
.block-quickview-item .block-quickview--image figure img {
	width: 100%;
}
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image .block-quickview-item figure {
	width: 420px;
	height: 420px;
}
.block-quickview-item .block-quickview--description {
	width: calc(100% - 460px);
}
.block-quickview-item .block-quickview--description .block-quickview--name {
	margin: 0 0 12px;
	padding: 0 0 17px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.333;
	color: #000;
	background-image: linear-gradient(to right, #707070 0, #707070 2px, transparent 3px, transparent 4px);
	background-position: bottom left;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos {
	margin: 0 0 12px;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .default-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .exchange-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-exchange-price--rate-dt {
	text-align: left;
	font-size: 24px;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .price {
	font-size: 24px;
	font-weight: 500;
	color: #081f2c;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .price::after {
	font-size: 12px;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price {
	font-size: 18px;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price::after {
	font-size: 12px;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment {
	font-size: 12px;
	font-weight: bold;
	color: #d53115;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment + .block-quickview--price-items .block-quickview--price {
	color: #d53115;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price {
	font-size: 14px;
	font-weight: 500;
}
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price::after {
	font-size: 12px;
}
.block-quickview-item .block-quickview--description .block-quickview--goods-code,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock {
	display: flex;
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
}
.block-quickview-item .block-quickview--description .block-quickview--goods-code dt,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock dt {
	width: 6.0em;
	margin-right: 1.0em;
}
.block-quickview-item .block-quickview--description .block-list-add-cart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	width: 100%;
	padding: 20px 0;
	border-radius: 3px;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
}
.block-quickview-item .block-quickview--description .block-list-add-cart-btn::before {
	display: inline-block;
	width: 21px;
	height: 23px;
	margin-right: 12px;
	vertical-align: top;
	background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
	content: "";
}
.block-pickup-list-p--custom-order .block-list-custom-order-btn {
	margin-top: 12px;
	width: 100%;
	padding: 20px 0;
	border-radius: 3px;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
}
/* ----ページ機能---- */
.block-pagecategory-page-list--frame {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
	width: calc(25% - 9px);
	margin: 0 12px 15px 0;
}
.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
	margin-right: 0;
}
/* ----商品詳細画面---- */
.block-goods-detail {
	grid-template-columns: 1fr 580px;
}
.pane-goods-left-side {
	width: 580px;
	margin-right: 32px;
}
.pane-goods-right-side {
	width: 580px;
}
.block-goods-detail-fixedCart {
	border-top: 1px solid #ccc;
	padding: 5px 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f4f4f4;
	z-index: 1001;
	display: none;
}
.block-goods-detail-fixedCart.is-show {
	display: block;
}
.block-goods-detail-fixedCart--inner {
	width: 1200px;
	margin: 0 auto;
}
.block-goods-detail-fixedCart--gird {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
}
.block-goods-detail-fixedCart--item1 {
	width: 50%;
	flex-shrink: 0;
}
.block-goods-detail-fixedCart--item2 {
	display: flex;
	align-items: center;
	gap: 10px;
}
.block-goods-detail-fixedCart--name {
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.block-goods-detail-fixedCart--price {
	line-height: 1;
}
.block-goods-detail-fixedCart--price .price,
.block-goods-detail-fixedCart--price .block-goods-price--price.saleprice {
	font-size: 24px !important;
}
.block-goods-detail-fixedCart--price .price::after,
.block-goods-detail-fixedCart--price .block-goods-price--price.saleprice::after {
	font-size: 14px !important;
}
.block-goods-detail-fixedCart--price .block-goods-price--default-price {
	font-size: 16px !important;
}
.block-goods-detail-fixedCart--price .block-goods-price--default-price::after {
	font-size: 12px;
}
.block-goods-detail-fixedCart--price .salepriceRate {
	font-size: 20px !important;
}
.block-goods-detail-fixedCart .block-goods-detail-fixedCart--item1 .block-icon--auto-reservation {
	width: 190px;
	font-size: 12px;
	padding: 5px;
}
.block-goods-detail-fixedCart--button {
	flex-shrink: 0;
	width: 260px;
	height: 40px;
}
.block-goods-detail-fixedCart--button .goods-detail-cartBtn {
	width: 260px;
	height: 40px;
}
.block-goods-detail-fixedCart--item2 .block-goods-detail-fixedCart--button {
	width: 210px;
}
.block-goods-detail-fixedCart--button .block-no-stock .block-no-stock--message,
.block-goods-detail-fixedCart--item2 .block-goods-detail-fixedCart--button .block-add-cart--btn {
	width: 210px;
	height: 40px;
	font-size: 14px;
}
.block-goods-detail-fixedCart--item2 .block-goods-detail-fixedCart--button .block-add-cart--text {
	font-size: 14px;
	font-weight: bold;
}
.block-goods-detail-fixedCart--item2 .block-goods-detail-fixedCart--button .block-add-cart--text::before {
	width: 17px !important;
	height: 17px !important;
	background-size: 17px 17px !important;
}
.block-goods-detail-fixedCart--item2 .block-goods-detail-fixedCart--bookmark :is(
.block-goods-favorite-registed--btn,
.block-goods-favorite--btn
) {
	width: 40px;
	height: 40px;
	gap: 0;
}
.block-goods-detail-fixedCart--item2 .block-goods-detail-fixedCart--bookmark :is(
.block-goods-favorite-registed--btn > span,
.block-goods-favorite--btn > span
) {
	width: 0;
	height: 0;
	overflow: hidden;
	white-space: nowrap;
}
.block-goods-detail-fixedCart--bookmark .block-goods-favorite-registed--btn::before,
.block-goods-detail-fixedCart--bookmark .block-goods-favorite--btn::before {
	margin: 0;
}
.block-goods-detail--stockmsg {
	margin-bottom: 32px;
}
.pane-goods-left-side .block-src-l {
	width: 580px;
	margin-left: auto;
	order: 20;
	position: relative;
}
.block-goods-detail .block-goods-detail-line-item figure {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 580px;
}
.block-goods-detail .block-goods-detail-line-item .block-icon--auto-new {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 60px;
}
.block-goods-detail--color-variation-goods-image .block-goods-detail--color-variation-goods-thumbnail-form {
	order: 10;
}
.block-goods-detail--color-variation-goods-image .bx-wrapper {
	margin-left: auto;
	order: 20;
}
.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport {
	width: 100%;
}
.block-goods-slider-wrap {
	position: relative;
}
.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider {
	width: 100%;
}
.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider .block-goods-detail-line-item {
	width: 100%;
}
.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider .block-goods-detail-line-item figure > img {
	vertical-align: top;
	object-fit: scale-down;
	width: 580px;
	height: 580px;
}
.pane-goods-left-side .block-goods-gallery {
	margin-top: 20px;
	order: 10;
}
.pane-goods-left-side .block-goods-gallery li {
	display: block;
	width: 108px;
}
.pane-goods-left-side .block-goods-gallery li figure {
	width: 108px;
	height: 108px;
}
.pane-goods-left-side .block-goods-gallery li .block-goods-detail--color-variation-goods-color-name {
	display: none;
}
.block-icon {
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 4px;
	font-size: 11px;
}
.block-bookmarkslider--item-description .block-icon--auto-on-sales,
.page-bookmark .block-icon--auto-on-sales {
	display: none;
}
.block-icon .block-icon--comment1,
.block-icon .block-icon--comment2,
.block-icon .block-icon--comment3 {
	text-align: center;
	border: 1px solid #c00;
	border-radius: 5px;
	padding: 4px 8px;
	line-height: 1;
	color: #c00;
	background-color: #fff;
}
.block-icon > span {
	margin-right: 0;
}
.block-icon > span:last-of-type {
	margin-right: 0;
}
.block-icon img {
	display: inline;
	width: auto;
	height: 20px;
}
.pane-goods-right-side .block-icon {
	margin: 0 0 15px;
}
.page-goods .block-goods-name h1 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
}
.block-goods-comment {
	margin: 0 0 10px;
	color:#22499C;
	font-weight:bold;
	font-size:18px;
}
.block-goods-price {
	padding-top: 8px;
	margin: 0 0 12px;
}
.block-goods-price--price {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}
.pane-goods-right-side .block-text--goods-name2 {
	font-size: 16px;
}
.pane-goods-right-side .default-price {
	margin-bottom: 4px;
	font-size: 28px;
	font-weight: bold;
}
.block-goods-price--price.saleprice {
	color: #f00;
	font-size: 32px;
	font-weight: bold;
}
.pane-goods-right-side .salepriceRate {
	font-size: 22px;
}
.block-goods-price .price::after,
.block-goods-price .default-price::after {
	font-size: 20px;
}
.block-salepriceRate-wrap .block-goods-price--price.saleprice::after {
	font-size: 22px;
}
.block-goods-price .block-goods-price--on-sales-comment {
	font-size: 12px;
	font-weight: bold;
	color: #d53115;
	display: none;
}
.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price {
	color: #d53115;
}
.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price + .block-goods-price--default-price {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
.block-goods-price--net::after {
	font-size: 11px;
	content: "(税抜)";
}
.block-goods-price--regular-repeat-price::after {
	font-size: 11px;
	content: "(税込)";
}
.block-goods-price--regular-repeat-net::after {
	font-size: 11px;
	content: "(税抜)";
}
.goods-detail-description {
	display: flex;
	padding: 4px 0;
}
.goods-detail-description dt {
	display: block;
	width: auto;
	min-width: 6.0em;
	font-weight: 500;
}
.goods-detail-description dd {
	margin-left: 0.3em;
	display: block;
}
.goods-detail-description.block-goods-stock {
	margin: 20px 0 10px;
	font-size: 16px;
}
.goods-detail-description.block-goods-stock dt {
	min-width: auto;
}
.goods-detail-description.block-goods-stock dd {
	font-weight: bold;
}
.block-variation-stockCmt {
	margin-top: 30px;
	padding: 20px;
	background-color: #F4F4F4;
}
.block-variation-stockCmt--items {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.block-variation-stockCmt--item {
	display: flex;
	align-items: flex-start;
	gap: 25px;
}
.block-variation-stockCmt--title {
	flex-shrink: 0;
	font-weight: bold;
	width: 90px;
}
.block-variation-stockCmt--title.-stock01 {
	color: #4EA04B;
}
.block-variation-stockCmt--title.-stock02 {
	color: #f60;
}
.block-variation-stockCmt--title.-stock03 {
	color: #46f;
}
.block-variation-stockCmt--title.-stock04 {
	color: #000;
}
.block-variation-stockCmt--item > dd {
	flex-grow: 1;
	font-size: 13px;
}
.block-variation--item-dropdown {
	margin-top: 12px;
	border: 1px solid #111;
	border-radius: 4px;
}
.block-variation--item-list {
	margin-bottom: 8px;
}
.block-variation.block-color {
	display: none;
}
.block-variation--name.block-color--name,
.block-variation--name.block-size--name {
	margin: 16px 0 4px;
	padding: 16px 0 0;
	border: 0;
	border-top: 1px dashed #707070;
	font-size: 14px;
	font-weight: bold;
}
.block-variation--item {
	vertical-align: top;
	margin-right: 4px;
}
.block-color--item-term figure,
.block-size--item-term figure {
	width: 52px;
	height: 52px;
}
.block-color--item-term img,
.block-size--item-term img {
	max-width: 52px;
	max-height: 52px;
}
.block-size--item-term span {
	width: 52px;
	height: 52px;
	padding: 2px;
	font-size: 13px;
}
.block-color-with-cart,
.block-size-with-cart,
.block-color-size-with-cart {
	margin-top: 30px;
}
.block-size-with-cart--item,
.block-color-size-with-cart--color-line {
	padding: 4px 0;
}
.block-color-with-cart--item-term {
	width: 110px;
	height: auto;
	flex-shrink: 0;
}
.block-size-with-cart--item-term {
	width: 110px;
	height: 110px;
	flex-shrink: 0;
}
.block-color-size-with-cart--nocolor {
	width: 110px;
	height: 110px;
	margin-right: 4px;
	flex-shrink: 0;
}
.block-color-with-cart--item-term figure,
.block-color-size-with-cart--color-item-term figure {
	width: 110px;
	height: 110px;
}
.block-color-with-cart--item-term figure {
	margin-bottom: 10px;
}
.block-color-with-cart--item-term img,
.block-color-size-with-cart--color-item-term img {
	max-width: 110px;
	max-height: 110px;
}
.block-size-with-cart--item-term span,
.block-color-size-with-cart--size-item-term span {
	font-size: 13px;
}
.block-variation-add-cart {
	width: 100%;
	margin-right: 8px;
}
.block-add-cart--btn,
.goods-detail-cartBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border-radius: 50vh;
	padding: 4px 10px;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-feature-settings: 'palt';
	transition: all .3s ease;
}
.block-add-cart--text,
.goods-detail-cartBtn--text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	font-weight: bold;
}
.block-add-cart--text::before,
.goods-detail-cartBtn--text::before {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	background: url(../../img/usr/common/icon_goods_cart.png) no-repeat 0 0;
	background-size: 17px 17px;
}
.block-add-cart--btn:is(:hover, :focus, :active),
.goods-detail-cartBtn:is(:hover, :focus, :active) {
	background-color: #666;
	text-decoration: none;
}
.category30 .block-add-cart--btn,
.category30 .goods-detail-cartBtn {
	background-color: #22499C;
}
.category30 .block-add-cart--btn:is(:hover, :focus, :active),
.category30 .goods-detail-cartBtn:is(:hover, :focus, :active) {
	background-color: #4E78D1;
}
.category50 .block-add-cart--btn,
.category50 .goods-detail-cartBtn {
	background-color: #FF846E;
}
.category50 .block-add-cart--btn:is(:hover, :focus, :active),
.category50 .goods-detail-cartBtn:is(:hover, :focus, :active) {
	background-color: #F4A496;
}
.block-add-cart--btn.-isbackorder,
.goods-detail-cartBtn.-isbackorder {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}
.block-add-cart--btn.-isbackorder .block-add-cart--text::before,
.goods-detail-cartBtn.-isbackorder .goods-detail-cartBtn--text::before {
	display: none;
}
.block-add-cart--btn.-isbackorder:is(:hover, :focus, :active),
.goods-detail-cartBtn.-isbackorder:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
}
.category30 .block-add-cart--btn.-isbackorder,
.category30 .goods-detail-cartBtn.-isbackorder {
	border: 1px solid #22499C;
	color: #22499C;
}
.category30 .block-add-cart--btn.-isbackorder:is(:hover, :focus, :active),
.category30 .goods-detail-cartBtn.-isbackorder:is(:hover, :focus, :active) {
	background-color: #F8FAFF;
	border-color: #22499C;
	color: #22499C;
}
.category50 .block-add-cart--btn.-isbackorder,
.category50 .goods-detail-cartBtn.-isbackorder {
	border: 1px solid #FF846E;
	color: #FF846E;
}
.category50 .block-add-cart--btn.-isbackorder:is(:hover, :focus, :active),
.category50 .goods-detail-cartBtn.-isbackorder:is(:hover, :focus, :active) {
	background-color: #fffcfc;
	border-color: #FF846E;
	color: #FF846E;
}
.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
	width: 100%;
	margin-right: 8px;
}
.block-variation-no-stock .block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: 0;
	padding: 4px 10px;
	border-radius: 50vh;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #ccc;
}
.block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	color: #000;
	border-radius: 50vh;
	transition: all .3s ease;
}
.block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn:is(:hover, :focus, :active) {
	border-color: #aaa;
	color: #666;
	background-color: #f7f7f7;
}
.category30 .block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn {
	border: 1px solid #22499C;
	color: #22499C;
}
.category30 .block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn:is(:hover, :focus, :active) {
	background-color: #F8FAFF;
	border-color: #22499C;
	color: #22499C;
}
.category50 .block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn {
	border: 1px solid #FF846E;
	color: #FF846E;
}
.category50 .block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn:is(:hover, :focus, :active) {
	background-color: #fffcfc;
	border-color: #FF846E;
	color: #FF846E;
}
.block-variation-favorite {
	flex-shrink: 0;
}
.block-variation-favorite--btn,
.block-variation-favorite-registed--btn {
	height: 40px;
	width: 40px;
	border-radius: 50vh;
	transition: all .3s ease;
}
.block-variation-favorite--btn:is(:hover, :focus, :active),
.block-variation-favorite-registed--btn:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
}
.block-variation-favorite--btn:is(:hover, :focus, :active) {
	opacity: .6;
}
.block-variation-favorite--btn {
	border: 1px solid #000;
	background: #fff url(../../img/usr/common/icon_goods_bookmark.png) center center / 18px auto no-repeat;
}
.block-variation-favorite-registed--btn {
	border: 1px solid #f68;
	background: #fff url(../../img/usr/common/icon_goods_bookmark_reg.png) center center / 18px auto no-repeat;
}
.block-variation-favorite--btn .block-icon-image,
.block-variation-favorite-registed--btn .block-icon-image {
	display: none;
}
.block-goods-set {
	margin: 0 0 15px;
}
.block-goods-set--header {
	margin-bottom: 8px;
	padding-bottom: 0;
	font-size: 22px;
	font-weight: bold;
	border: 0;
}
.block-goods-set--item-list {
	width: 100%;
}
.block-arrival-notice .block-arrival-notice--btn {
	width: 100%;
	margin: 12px 0 10px;
	padding: 20px 0;
	border: 0;
	color: #fff;
	background: #73c3d6;
}
.block-no-stock .block-no-stock--message,
.block-outside-sales-period--message {
	margin-top: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 60px;
	border: 0;
	border-radius: 50vh;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #ccc;
}
.block-variation-arrival-notice--btn {
	width: 100%;
	margin: 12px 0 10px;
	padding: 20px 0;
	border: 0;
	color: #fff;
	background: #73c3d6;
}
.block-add-cartWrap {
	display: flex;
	gap: 8px;
	align-items: center;
}
.block-custom-order--btn {
	width: 100%;
	margin: 12px 0 10px;
	padding: 20px 0;
	border-radius: 0;
	font-size: 16px;
}
.block-goods-favorite--btn,
.block-goods-favorite-registed--btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 14px 0;
	border-radius: 50vh;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 240px;
	height: 60px;
	line-height: 1;
	transition: all .3s ease;
}
.block-goods-favorite--btn:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
}
.block-goods-favorite--btn:is(:hover, :focus, :active)::before {
	opacity: .6;
}
.block-goods-favorite-registed--btn:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
}
.block-goods-favorite--btn::before,
.block-goods-favorite-registed--btn::before {
	display: inline-block;
	width: 21px;
	height: 18px;
	content: "";
	transition: all .3s ease;
}
.block-goods-favorite--btn {
	border: 1px solid #000;
	color: #000;
}
.block-goods-favorite--btn::before {
	background: url(../../img/usr/common/icon_goods_bookmark.png) center center / 100% auto no-repeat;
	content: "";
	vertical-align: middle;
}
.block-goods-favorite-registed--btn {
	border: 1px solid #f68;
	color: #f68;
	background: #fff;
}
.block-goods-favorite-registed--btn::before {
	margin: 2px 11px 2px 0;
	vertical-align: bottom;
	background: url(../../img/usr/common/icon_goods_bookmark_reg.png) center center / 100% auto no-repeat;
}
.block-contact-about-goods--btn {
	display: inline;
	padding: 0;
	border: 0;
	text-decoration: underline;
	font-size: 14px;
	color: #081f2c;
	background: none;
}
.block-goods-store-stock--btn {
	display: inline;
	width: auto;
	padding: 0;
	border: 0;
	text-decoration: underline;
	text-align: left;
	font-size: 14px;
	color: #081f2c;
	background: none;
}
/**/
.block-reservation-wrap .block-icon--auto-reservation {
	width: 260px;
	background-color: #fff;
	border: 1px solid #5BA759;
	color: #5BA759;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	display: block;
	padding: 8px 10px;
}
.block-comment-reservation {
	margin-block: 8px;
	color: #5BA759;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.block-icon--isbackorder {
	width: 260px;
	background-color: #fff;
	border: 1px solid #4466FF;
	color: #4466FF;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	display: block;
	padding: 8px 10px;
}
.block-goods--tab {
	position: relative;
	margin-top: 70px;
	padding: 50px 0 60px;
	background-color: #F4F4F4;
}
.block-goods--tab::before,
.block-goods--tab::after {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F4F4F4;
	content: "";
}
.block-goods--tab::before {
	left: 100%;
}
.block-goods--tab::after {
	right: 100%;
}
.block-goods--tab-items {
	display: flex;
	border: 1px solid #000;
	border-radius: 5px;
	margin-bottom: 55px;
}
.block-goods--tab-item {
	flex-grow: 1;
	text-align: center;
	min-width: 50%;
}
.block-goods--tab-item:first-child {
	border-left: 1px solid #000;
	border-radius: 5px 0 0 5px;
}
.block-goods--tab-item:first-child .block-goods--tab-link {
	border-radius: 5px 0 0 5px;
}
.block-goods--tab-item:last-child {
	border-left: 1px solid #000;
	border-radius: 0 5px 5px 0;
}
.block-goods--tab-item:last-child .block-goods--tab-link {
	border-radius: 0 5px 5px 0;
}
.block-goods--tab-link {
	display: block;
	padding: 16px;
	background-color: #fff;
	line-height: 1;
	font-size: 18px;
	position: relative;
	transition: all .3s ease;
}
.block-goods--tab-link:not(.is-show):is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-goods--tab-link.is-show {
	color: #fff;
	font-weight: bold;
	background-color: #000;
	text-decoration: none;
}
.block-goods--tab-link.is-show::after {
	display: block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 16px;
	height: 12px;
	background-color: #000;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	border-bottom: 0;
}
.category30 .block-goods--tab-items,
.category30 .block-goods--tab-item {
	border-color: #22499C;
}
.category30 .block-goods--tab-link {
	color: #22499C;
}
.category30 .block-goods--tab-link:not(.is-show):is(:hover, :focus, :active) {
	opacity: 1;
	background-color: #F8FAFF;
}
.category30 .block-goods--tab-link.is-show {
	color: #fff;
	background-color: #22499C;
}
.category30 .block-goods--tab-link.is-show::after {
	background-color: #22499C;
}
.category50 .block-goods--tab-items,
.category50 .block-goods--tab-item {
	border-color: #FF846E;
}
.category50 .block-goods--tab-link {
	color: #FF846E;
}
.category50 .block-goods--tab-link.is-show {
	color: #fff;
	background-color: #FF846E;
}
.category50 .block-goods--tab-link.is-show::after {
	background-color: #FF846E;
}
.category50 .block-goods--tab-link:not(.is-show):is(:hover, :focus, :active) {
	opacity: 1;
	background-color: #fffcfc;
}
.block-goods--tab-content {
	display: none;
}
.block-goods--tab-content.is-show {
	display: block;
}
.block-goods-srcd6 {
	width: 1200px;
	margin: 80px auto 40px;
	text-align: center;
}
.block-goods-srcd6--image {
	max-width: 100%;
}
.block-comment9 {
	margin-top: 20px;
}
.block-goods-commentTitle {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 80px;
	margin-bottom: 25px;
	padding: 0;
	text-align: center;
	background: none;
}
.block-goods-commentWrap {
	font-size: 16px;
}
.block-goods-commentWrap + .block-goods-commentWrap {
	margin-top: 90px;
}
.block-goods-commentWrap h3,
.block-goods-comments h3 {
	font-weight: bold;
	font-size: 22px;
	border: 0;
	margin-bottom: 10px;
	padding: 0;
}
.block-goods--tab-contentGrid {
	display: flex;
	gap: 20px;
}
.block-goods--tab-contentItem {
	flex-grow: 1;
}
.block-goods--tab-contentItem:nth-child(2) {
	max-width: 50%;
	min-width: 50%;
}
.block-goods-tabTitle {
	margin-bottom: 15px;
	padding: 0 0 0 6px;
	border-left: 7px solid #000;
	border-bottom: 0;
	font-size: 17px;
	font-weight: bold;
}
.block-goods-tabTitle:not(:first-child) {
	margin-top: 30px;
}
.block-goods-cmtThumb {
	margin-bottom: 5px;
	text-align: center;
}
.block-goods-cmtThumb > img {
	border-radius: 5px;
}
.block-goods-detail-utility {
	margin-top: 100px;
	padding: 33px 20px;
	background-color: #F4F4F4;
}
.block-goods-detail-utilityList {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	width: 930px;
	margin: auto;
}
.block-goods-detail-utilityItem {
	width: 300px;
	font-size: 13px;
	font-weight: bold;
}
.block-goods-detail-utilityItem .block-contact-about-goods--btn,
.block-goods-detail-utilityLink {
	position: relative;
	margin-top: 0;
	padding: 12px 30px 12px 20px;
	border: 1px solid #ccc;
	border-radius: 50vh;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
	position: relative;
	background-color: #fff;
	line-height: 1.2;
	text-decoration: none;
}
.block-goods-detail-utilityItem .block-contact-about-goods--btn::after,
.block-goods-detail-utilityLink::after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-goods-detail-utilityItem .block-contact-about-goods--btn:is(:hover, :focus, :active),
.block-goods-detail-utilityLink:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
	text-decoration: none;
}
.block-goods-detail-utilityItem .block-contact-about-goods--btn:is(:hover, :focus, :active)::after,
.block-goods-detail-utilityLink:is(:hover, :focus, :active)::after {
	border-color: #aaa;
}
/**/
.block-accessory-list {
	margin: 40px 0;
}
.block-accessory-list .block-common-head,
.block-accessory-list.-noTitle .block-common-head {
	display: none;
}
.pane-goods-right-side .block-accessory-list {
	padding: 0;
	margin: 30px 0 15px;
}
.pane-goods-right-side .block-accessory-list .block-accessory-list--name {
	padding: 24px 0 0;
	margin: 0 0 16px;
	border: 0;
	font-size: 18px;
	font-weight: 500;
}
.pane-goods-footer .block-accessory-list .block-accessory-list--name {
	padding: 24px 0 0;
	margin: 0 0 20px;
	border: 0;
	font-size: 18px;
	font-weight: 500;
}
.page-goods .block-accessory-list {
	margin-top: 80px;
}
.page-goods .block-accessory-list:not(.-goodsMiddle) {
	padding-top: 50px;
	border-top: 1px solid #ccc;
}
.page-goods .block-accessory-list .block-thumbnail-t li {
	margin-bottom: 0;
}
.page-goods ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description {
	padding-right: 15px;
}
.page-goods .pane-block--title.block-recent-item--header {
	text-align: center;
	margin: 80px auto 30px;
	padding-top: 50px;
	border-top: 1px solid #ccc;
	width: 1200px;
}
.page-goods .pane-block--title.block-recent-item--header span {
	display: block;
}
.pane-fullpage .block-recent-item--body .block-thumbnail-h li,
.page-goods .block-recent-item--body .block-thumbnail-h li {
	max-width: 190px;
	margin-right: 10px;
}
.pane-fullpage .block-thumbnail-h--goods-image figure,
.page-goods .block-thumbnail-h--goods-image figure {
	width: 190px;
	height: 190px;
	border-radius: 5px;
}
.page-goods .block-recent-item--keep-history {
	display: none;
}
.pane-goods-center dl.block-goods-comment1,
.pane-goods-center dl.block-goods-comment2,
.pane-goods-center dl.block-goods-comment3,
.pane-goods-center dl.block-goods-comment4,
.pane-goods-center dl.block-goods-comment5 {
	margin: 0 0 24px;
}
.pane-goods-center dl[class^="block-goods-comment"] dt {
	display: none;
	margin: 0 0 22px;
	padding: 12px 0;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #111;
}
.pane-goods-center dl[class^="block-goods-comment"]:first-of-type dt {
	display: block;
}
.pane-goods-center dl[class^="block-goods-comment"] dt h3 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 24px;
}
.block-goods-comment--title {
	margin: 0 0 16px;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	border-bottom: 1px solid #dedede;
}
.block-goods-comment--table-frame {
	width: 100%;
	margin: 0 0 15px;
}
.block-goods-comment--table-frame .block-goods-comment--table {
	border-collapse: collapse;
}
.block-goods-comment--table-frame .block-goods-comment--table th,
.block-goods-comment--table-frame .block-goods-comment--table td {
	padding: 12px 15px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #707070;
}
.block-goods-comment--table-frame .block-goods-comment--table tr.title th {
	background: #eee;
}
.block-goods-comment--table-frame .block-goods-comment--table tr th:first-of-type,
.block-goods-comment--table-frame .block-goods-comment--table tr.title th:first-of-type {
	text-align: left;
	font-weight: bold;
}
.block-goods-comment--table-frame .block-goods-comment--table td {
	white-space: nowrap;
}
.block-goods-footer-cart {
	display: none;
}
.block-goods-user-review {
	margin: 0 0 90px;
}
.block-goods-user-review h2 {
	margin: 0 0 32px;
	padding: 12px 0;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #111;
	background: none;
}
.block-goods-user-review h2 .block-icon-image--table {
	display: block;
}
.block-goods-user-review h2 .block-icon-image--table-cell {
	display: none;
}
.block-goods-user-review h2 .block-icon-image--table-cell-left {
	display: block;
	font-size: 24px;
	font-weight: 500;
}
.block-goods-user-review--score dt,
.block-goods-user-review--count dt {
	font-weight: 500;
}
.block-goods-user-review--score dd img {
	height: 22px;
}
.block-goods-user-review--description {
	margin: 20px 0 24px;
}
.block-goods-user-review--need-login-message {
	margin: 14px 0;
}
.block-goods-user-review--write-review {
	margin: 8px 0;
}
.block-goods-user-review--write-review-link,
.block-goods-user-review--write-review-btn {
	display: block;
	width: 216px;
	padding: 9px 0;
	border: 1px solid #d53100;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #d53100;
}
.block-goods-user-review--item {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}
.block-goods-user-review--item:last-of-type {
	border-bottom: 0;
}
.block-goods-user-review--item .block-goods-user-review--item-title {
	margin: 0 0 10px;
}
.block-goods-user-review--item .block-goods-user-review--item-score {
	margin: 0 0 8px;
}
.block-goods-user-review--item .block-goods-user-review--item-score dt {
	height: auto;
}
.block-goods-user-review--item .block-goods-user-review--item-score dt img {
	height: 22px;
	vertical-align: top;
}
.block-goods-user-review--item .block-goods-user-review--item-comment {
	margin: 8px 0 0;
}
.block-goods-user-review--item .block-goods-user-review--item-moderate-vote {
	margin: 8px 0 0;
}
.block-goods-uservoice .block-goods-uservoice--title {
	margin: 0 0 22px;
	padding: 12px 0;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #111;
}
.block-goods-instagram .block-goods-instagram--title {
	margin: 0 0 30px;
	padding: 75px 0 0;
	border: 0;
	text-align: center;
	font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.333;
	color: #000;
	letter-spacing: 0.02em;
}
.block-goods-instagram .block-goods-instagram--title img {
	display: block;
	margin: 0 auto 8px;
}
.block-goods-instagram .block-goods-instagram--title span {
	display: block;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
	/* display: flex;
	flex-flow: column wrap;
	*/
	display: block;
}
.block-goods-sns {
	order: 110;
}
.page-goods .block-icon {
	order: 10;
}
.block-goods-comment {
	order: 30;
}
.block-goods-name {
	order: 20;
}
.block-goods-price {
	order: 50;
}
.block-goods-code {
	order: 60;
	display: none;
}
.block-goods-item-code {
	order: 70;
	display: none;
}
.block-goods-item-code2 {
	order: 80;
	display: none;
}
.block-goods-item-code3 {
	order: 90;
	display: none;
}
.block-goods-release-dt {
	order: 100;
	display: none;
}
.block-goods-class1 {
	order: 110;
	display: none;
}
.block-goods-class2 {
	order: 120;
	display: none;
}
.block-goods-attr1 {
	order: 130;
	display: none;
}
.block-goods-attr2 {
	order: 140;
	display: none;
}
.block-goods-attr3 {
	order: 150;
	display: none;
}
.block-goods-size {
	order: 160;
	display: none;
}
.block-goods-color {
	order: 170;
	display: none;
}
.block-goods-point {
	order: 180;
	display: none;
}
.block-goods-postage {
	order: 190;
	display: none;
}
.block-goods-stock {
	order: 200;
}
.block-goods-spec {
	order: 210;
	display: none;
}
.block-goods-sales-detail-append {
	order: 220;
}
.block-variation {
	order: 230;
}
.block-custom-order {
	order: 240;
}
.block-add-cart {
	order: 250;
}
.block-no-stock {
	order: 260;
}
.block-outside-sales-period {
	order: 260;
}
.block-arrival-notice {
	order: 270;
}
.block-goods-store-stock {
	order: 335;
}
.block-goods-set {
	order: 290;
}
.block-accessory-list {
	order: 350;
}
.block-variation-back-order {
	order: 310;
}
.block-contact-about-goods {
	order: 330;
}
.block-goods-favorite {
	order: 320;
}
.block-goods-link {
	order: 340;
}
/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
	text-align: center;
	margin-top: 50px;
}
.block-guest-favorite-synchronize h2 {
	text-align: left;
}
.block-guest-favorite-synchronize span {
	display: inline-block;
	margin-top: 10px;
}
.block-guest-favorite-synchronize a {
	text-decoration: underline;
}
.block-guest-favorite-synchronize a:is(:hover, :focus, :active) {
	text-decoration: none;
}
/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
	margin: 5px 0 0 5px;
}
/* ----アプリログイン訴求画面---- */
.block-applogin-body {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.9em;
	text-align: center;
	margin: auto;
	height: 100px;
}
/* ----カテゴリトピック一覧---- */
.block-category-list--topic {
	position: relative;
}
.block-category-list--topic .block-top-topic--header {
	border: 0;
	font-size: 36px;
	text-align: left;
	margin-bottom: 30px;
	padding: 0;
	font-weight: bold;
}
.block-category-list--topic .block-top-topic--header > span {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	font-weight: 500;
}
/* もっと見るボタン */
.page-top .block-top-topic--next-page,
.block-category-list--topic .block-top-topic--next-page {
	position: absolute;
	top: 60px;
	right: 0;
	margin-top: 0;
	display: none;
}
.cat10 .block-category-list--topic .block-top-topic--next-page {
	top: 10px;
}
.block-top-topic--header-artplaza + .block-top-topic--body .block-top-topic--next-page {
	display: none !important;
}
.block-top-topic--next-page a {
	position: relative;
	padding: 8px 10px;
	width: 145px;
	font-size: 13px;
	font-weight: bold;
	transition: background-color 0.3s ease, color 0.3s ease;
	box-sizing: border-box;
}
.block-top-topic--next-page a::after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
}
.block-top-topic--next-page a:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
}
.block-top-topic--next-page a:is(:hover, :focus, :active)::after {
	border-color: #aaa;
}
.block-comixyz-topic .block-top-topic--next-page > a {
	color: #22499C;
	border-color: #22499C;
}
.block-comixyz-topic .block-top-topic--next-page > a::after {
	border-color: #22499C;
}
.block-comixyz-topic .block-top-topic--next-page > a:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #22499C;
}
.block-artsbooks-topic .block-top-event--header-wrap {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.block-artsbooks-topic .block-top-topic--next-page {
	position: static;
	margin-top: 40px;
}
.block-artsbooks-topic .block-top-topic--next-page > a {
	width: 220px;
	color: #FF846E;
	border-color: #FF846E;
}
.block-artsbooks-topic .block-top-topic--next-page > a::after {
	border-color: #FF846E;
}
.block-artsbooks-topic .block-top-topic--next-page > a:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #FF846E;
}
/* 現行移植 */
.common-header {
	text-align: center;
	position: relative;
	z-index: 9999;
	opacity: 1;
}
.common-header .l-grid {
	display: flex;
}
.block-header-util {
	font-size: 13px;
	background: #000;
	color: #fff;
}
.block-header-util a {
	color: #fff;
}
.block-header-util a:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-header-util .container {
	height: 36px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
.common-header__title {
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 10px;
	font-size: 13px;
}
.common-header__title > a {
	position: relative;
	border: 1px solid #999;
	border-left: 0;
	padding: 3px 20px;
}
.common-header__title > a::before {
	display: block;
	content: "";
	position: absolute;
	top: -1px;
	left: -8px;
	width: 8px;
	height: 22px;
	background: url(../../img/usr/common/header/bg_arrow.png) no-repeat 0 0;
	background-size: auto 100%;
}
.common-header__title > a > span {
	display: flex;
	gap: 5px;
	align-items: center;
	line-height: 1;
}
.common-header__title > a > span::before {
	display: block;
	content: "";
	width: 16px;
	height: 12px;
	background: url(../../img/usr/common/header/icon_home_white.png) no-repeat 0 0;
	background-size: 16px auto;
}
.common-header__guide {
	top: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	line-height: 36px;
	letter-spacing: 0.1em;
}
.common-header__guide a {
	text-decoration: underline;
}
.common-header__guide a:is(:hover, :focus, :active) {
	opacity: 1;
	text-decoration: none;
}
.common-header__menu {
	letter-spacing: 0.06em;
}
.common-header__menu li {
	padding: 0 1.5em;
	border-right: 1px solid #999999;
	line-height: 1.1;
}
.common-header__menu li:last-child {
	border-right: none;
	padding-right: 0;
}
.common-header__announce {
	font-size: 14px;
	padding: 0.5em 0;
	background-color: #82B5B5;
}
.common-header__announce .js-headerSlider > .slideItem:not(:first-child) {
	display: none;
}
.common-header__announce a {
	color: #fff;
	display: inline-block;
	position: relative;
}
.common-header__announce a.important {
	padding-left: 25px;
}
.common-header__announce a.important:before {
	content: "";
	width: 16px;
	height: 14px;
	background: url(../../img/usr/common/header/icon_important.png) no-repeat center;
	background-size: 16px auto;
	position: absolute;
	left: 0;
	top: calc(50% + 3px);
	margin-top: -11px;
}
.common-header__announce .slick-arrow {
	width: 6px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -3.5px;
	background-repeat: no-repeat;
	background-size: 6px 8px;
}
.common-header__announce .slick-prev {
	left: 0;
	background-image: url(../../img/usr/common/header/icon_arrow_prev_01.png);
}
.common-header__announce .slick-next {
	right: 0;
	background-image: url(../../img/usr/common/header/icon_arrow_next_01.png);
}
.common-header__announce .slick-prev::before,
.common-header__announce .slick-next::before {
	background-image: none;
}
/* カテゴリヘッダー */
.shop-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10001;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.2);
	opacity: 1;
}
.shop-header .l-inner {
	width: 1200px;
	margin: 0 auto;
}
.shop-header .l-grid {
	display: flex;
}
.shop-header__menu {
	position: relative;
	padding: 25px 0;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.shop-header.-depart .shop-header__menu {
	padding-bottom: 14px;
}
.shop-header .header-search {
	width: 320px;
	padding-left: 65px;
	box-sizing: content-box;
}
.header-search__keyword {
	position: relative;
	max-width: 320px;
	position: relative;
	background: #fff;
}
.header-search__keyword input {
	outline-style: none;
}
.header-search__keyword input[type=text] {
	width: 100%;
	height: 35px;
	font-size: 14px;
	padding: 0 1.5em;
	border-radius: 50vh;
}
.header-search__keyword button {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../../img/usr/common/header/icon_search_gray.png) no-repeat center bottom 8px;
	background-size: 19px 19px;
	border: 0;
}
.header-search__keyword ::placeholder {
	color: #666;
	letter-spacing: 0.05em;
}
.header-search__list .list-item {
	margin-bottom: 10px;
}
.header-search__list .list-item:last-child {
	margin-bottom: 0;
}
.header-search__list .item-label {
	background: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px;
	position: relative;
	border-radius: 5px;
}
.header-search__list .item-label .icon {
	width: 20px;
	text-align: center;
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle;
}
.header-search__list .item-label .icon img {
	vertical-align: text-bottom;
}
.shop-header .header-logo {
	padding: 0;
	margin: 0;
	width: 20%;
	line-height: 1;
}
.shop-header .header-logo a {
	display: block;
	line-height: 1;
	transition: all .3s ease;
}
.shop-header .header-logo a:is(:hover, :focus, :active) {
	opacity: .2;
}
.shop-header .header-nav {
	text-align: center;
	align-items: center;
	gap: 20px;
	justify-content: flex-end;
	flex-shrink: 0;
}
.shop-header .header-nav > li {
	min-width: 55px;
	height: 55px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.shop-header .header-nav > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.shop-header .header-nav a:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.shop-header .header-nav li:last-child {
	padding-top: 3px;
}
.shop-header .header-nav a p {
	font-size: 11px;
	line-height: 1;
	color: #333;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.shop-header__link {
	padding-bottom: 10px;
	background: #fff;
}
.shop-header__link .link-list02 .search {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	width: 100%;
}
.shop-header__link .link-list02 .search li {
	position: relative;
	width: 300px;
}
.shop-header__link .link-list02 .search a {
	position: relative;
	padding: 8px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #F4F4F4;
	transition: all 0.3s;
	border-radius: 50vh;
	font-size: 19px;
	line-height: 1;
}
.shop-header__link .link-list02 .search a::after {
	position: absolute;
	right: 25px;
	display: block;
	width: 8px;
	height: 8px;
	content: "";
}
.shop-header__link .link-list02 .search li a.is-current::after {
	top: calc(50% - 3px);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
.shop-header__link .link-list02 .search li a:not(.is-current)::after {
	top: calc(50% - 2px);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg) translateY(-50%);
}
.shop-header__link .link-list02 .search__icon {
	position: relative;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
}
.shop-header__link .link-list02 .search a:is(:hover, :focus, :active),
.shop-header__link .link-list02 .search a.is-current {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.shop-header__link .link-list02 .search a:first-child:is(:hover, :focus, :active)::after,
.shop-header__link .link-list02 .search a.is-current::after {
	border-color: #fff;
}
.shop-header__link .link-list02 .search__icon.-shop {
	padding-left: 26px;
	background-image: url(../../img/usr/common/icon_shop.png);
	background-size: 15px 16px;
}
.shop-header__link .link-list02 .search a:is(:hover, :focus, :active) .search__icon.-shop,
.shop-header__link .link-list02 .search a.is-current .search__icon.-shop {
	background-image: url(../../img/usr/common/icon_shop_white.png);
}
.shop-header__link .link-list02 .search__icon.-article {
	padding-left: 29px;
	background-image: url(../../img/usr/common/icon_article.png);
	background-size: 20px 16px;
}
.shop-header__link .link-list02 .search a:is(:hover, :focus, :active) .search__icon.-article {
	background-image: url(../../img/usr/common/icon_article_white.png);
}
.shop-header .header-menu-btn {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 50%;
	width: 55px;
	height: 45px;
	background-image: url(../../img/usr/common/header/depart/btn_menu_open.png);
	background-repeat: no-repeat;
	background-position: top 5px left 50%;
	background-size: 24px auto;
	transition: opacity 0.3s ease;
	transform: translateY(-50%);
	font-size: 11px;
	color: #333;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.shop-header.-depart .header-menu-btn {
	top: calc(50% + 8px);
}
.shop-header .header-menu-btn:is(:hover, :focus, :active) {
	opacity:0.2;
}
.shop-header .header-menu-btn.is-active {
	background-position: top 0 left 50%;
	background-image: url(../../img/usr/common/header/depart/btn_menu_close.png);
}
.shop-header .header-cart-btn {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
}
.shop-header .header-cart-btn a {
	display: block;
}
.shop-header .block-headernav--cart-count {
	position: absolute;
	top: -15px;
	right: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 24px;
	line-height: 24px;
	border-radius: 50%;
	background: #FF0000;
	text-align: center;
}
.shop-header__link.-border {
	padding: 7px 0;
	background-color: #F4F4F4;
}
.shop-header.-artplaza .shop-header__link.-border {
	padding: 12px 0;
	background-color: #fff;
	border-top: 1px solid #EDEDED;
}
.shop-header__link .link-list01 {
	justify-content: center;
}
.shop-header__link .link-list01 {
	padding: 0;
	justify-content: space-between;
}
.shop-header__link .link-list01 .search {
	font-size: 15px;
	position: relative;
	letter-spacing: 0;
}
.shop-header__link .link-list01 .search > li {
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-right: 1px dotted #aaa;
}
.shop-header__link .link-list01 .search a {
	padding: 0 2.3em;
	padding-left: calc(2.3em + 2px);
	margin-left: -2px;
	position: relative;
}
.shop-header.-page .shop-header__searchItems > li a::before,
.shop-header__link .link-list01 .search a::before {
	opacity: 0;
	content: "";
	width: 100%;
	height: 46px;
	background: #ddd;
	position: absolute;
	bottom: -10px;
	left: 0;
	border-radius: 8px 8px 0 0;
}
.shop-header.-page .shop-header__searchItems > li a.is-active::before,
.shop-header__link .link-list01 .search a.is-active::before {
	opacity: 1;
}
.shop-header__link .link-list01 .search a > span {
	position: relative;
}
.shop-header .shop-header__link .link-list01 .search > li {
	flex-grow: 1;
}
.shop-header.-depart .shop-header__link .link-list01 .search {
	width: 720px;
	text-align: center;
}
.shop-header.-depart .shop-header__link .link-list01 .search > li:first-child > a {
	padding-left: 0;
}
.shop-header.-comixyz .shop-header__menu {
	padding-block: 12px;
}
.shop-header.-comixyz .shop-header__link .link-list01 .search {
	width: 615px;
	text-align: center;
}
.shop-header.-comixyz .shop-header__link .link-list01 .search > li:nth-child(2) {
	width: 190px;
}
.shop-header.-artsbooks .shop-header__link .link-list01 .search a {
	padding-inline: 15px;
	font-size: 14px;
}
.shop-header.-artsbooks .header-logo {
	width: 252px;
}
.shop-header.-artsbooks .shop-header__menu {
	padding-block: 12px;
}
.shop-header:not(.-artplaza) .shop-header__link .link-list01 .search > li:last-child {
	border-right: 0;
}
.shop-header__link .link-list01 .search a:is(:hover) {
	opacity: .2;
	text-decoration: none;
}
.shop-header__link .link-list01 .search a:is(:focus, :active) {
	text-decoration: none;
}
.shop-header__link .link-list01 .store {
	align-items: center;
}
.shop-header__link .link-list01 .store-btn:not(:first-child) {
	margin-left: 7px;
}
.shop-header__link .link-list01 .store-btn a {
	display: block;
	width: 120px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	border-radius: 50vh;
	text-align: center;
}
.shop-header__link .link-list01 .store-btn:where(.depart, .comixyz, .artsbooks, .artplaza) a {
	color: #fff;
	border: 1px solid transparent;
	transition: all .3s ease;
}
.shop-header__link .link-list01 .store-btn.depart a {
	background-color: #000;
}
.shop-header__link .link-list01 .store-btn.depart a:is(:hover, :focus, :active) {
	background-color: #666;
}
.shop-header__link .link-list01 .store-btn.comixyz a {
	background-color: #22499C;
}
.shop-header__link .link-list01 .store-btn.comixyz a:is(:hover, :focus, :active) {
	background-color: #4E78D1;
}
.shop-header__link .link-list01 .store-btn.artsbooks a {
	background-color: #FF846E;
}
.shop-header__link .link-list01 .store-btn.artsbooks a:is(:hover, :focus, :active) {
	background-color: #F4A496;
}
.shop-header__link .link-list01 .store-btn.artplaza a {
	background-color: #606060;
}
.shop-header__link .link-list01 .store-btn.artplaza a:is(:hover, :focus, :active) {
	background-color: #999;
}
.shop-header__link .link-list01 .store-btn:where(.depart, .comixyz, .artsbooks, .artplaza) a:is(:hover, :focus, :active) {
	opacity: 1;
	text-decoration: none;
}
/* 汎用 */
.shop-header.-page .shop-header__search {
	background-color: #F4F4F4;
}
.shop-header.-page .shop-header__search .l-grid {
	justify-content: center;
}
.shop-header.-page .shop-header__searchItems {
	padding: 10px 0;
}
.shop-header.-page .shop-header__searchItems > li {
	font-size: 15px;
}
.shop-header.-page .shop-header__searchItems > li:not(:first-child) {
	border-left: 1px dotted #999;
}
.shop-header.-page .shop-header__searchItems > li a {
	display: block;
	padding: 0 55px;
	position: relative;
}
.shop-header.-page .shop-header__searchItems > li a > span {
	position: relative;
}
.shop-header.-page .shop-header__searchItems > li a:is(:hover, :focus, :active) {
	text-decoration: none;
}
.shop-header.-page .shop-header__searchItems > li a:not([class*=" is-active"]):is(:hover, :focus, :active) {
	opacity: .2;
}
/* ヘッダー下部雑誌リスト */
.depart-magazine {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
}
.depart-magazine-list {
	display: flex;
	gap: 10px;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
}
.depart-magazine-item {
	width: 110px;
	border-radius: 5px;
	overflow: hidden;
	flex-shrink: 0;
}
.depart-magazine-item a {
	line-height: 1;
}
.depart-magazine-item a:is(:hover, :focus, :active) {
	opacity: .2;
}
/* ----百貨店MV----*/
.block-depart-mv {
	margin-bottom: 70px;
	padding-top: 10px;
	padding-bottom: 42px;
	background-color: #F4F4F4;
	opacity: 1;
}
.block-depart-mv > .container {
	width: 1080px;
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.block-depart-mv--slide {
	width: 560px;
	position: relative;
}
.block-depart-mv a:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-depart-mv a img {
	transition: all .3s ease;
}
.block-depart-mv--slide-banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.block-depart-mv--slide-banner.-new::before {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	content: "";
	width: 60px;
	height: 24px;
	background-image: url(../../img/usr/top/depart/icon_new.png);
	background-repeat: no-repeat;
}
.block-depart-mv a:is(:hover, :focus, :active) .block-depart-mv--slide-banner img {
	transform: scale(1.1);
	opacity: .8;
}
.block-depart-mv a:is(:hover, :focus, :active) .block-depart-mv--slide-text {
	text-decoration: underline;
}
.block-depart-mv--slide-outline {
	width: 430px;
}
.block-depart-mv--slide-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.block-depart-mv--slide-date {
	color: #666;
	font-size: 14px;
	line-height: 1;
}
.block-depart-mv--pickup {
	width: 490px;
}
.block-depart-mv--pickup-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 30px;
}
.block-depart-mv--pickup-item {
	width: 230px;
	flex-shrink: 0;
}
.block-depart-mv--pickup-banner {
	position: relative;
	line-height: 1;
	margin-bottom: 8px;
}
.block-depart-mv--pickup-banner::before,
.block-depart-mv--pickup-banner::after {
	display: block;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
}
.block-depart-mv--pickup-banner.-new::before {
	top: 6px;
	right: 6px;
	width: 40px;
	height: 16px;
	background-image: url(../../img/usr/top/depart/icon_new.png);
	background-size: 40px 16px;
}
.block-depart-mv--pickup-banner.-recommend::after {
	top: -12px;
	left: 5px;
	width: 69px;
	height: 64px;
	background-image: url(../../img/usr/top/depart/icon_recommend.png);
}
.block-depart-mv--pickup-banner.-pickup::after {
	top: -12px;
	left: -17px;
	width: 95px;
	height: 75px;
	background-image: url(../../img/usr/top/depart/icon_pickup.png);
}
.block-depart-mv .block-depart-mv--pickup-banner > div {
	width: 230px;
	height: 230px;
	overflow: hidden;
}
.block-depart-mv a:is(:hover, :focus, :active) .block-depart-mv--pickup-banner img {
	transform: scale(1.1);
	opacity: .8;
}
.block-depart-mv a:is(:hover, :focus, :active) .block-depart-mv--pickup-text {
	text-decoration: underline;
}
.block-depart-mv--pickup-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.block-depart-mv--pickup-date {
	color: #666;
	font-size: 14px;
	line-height: 1;
}
/* departMV slick override */
.block-depart-mv .slick-list {
	z-index: 1;
}
.block-depart-mv--slide .slick-dots {
	position: absolute;
	top: 560px;
	right: -3px;
	bottom: auto;
	width: auto;
}
.block-depart-mv--slide .slick-prev,
.block-depart-mv--slide .slick-next {
	top: 265px;
	width: 30px;
	height: 30px;
	z-index: 2;
}
.block-depart-mv--slide .slick-prev {
	left: -15px;
}
.block-depart-mv--slide .slick-next {
	right: -15px;
}
.block-depart-mv--slide .slick-prev::before,
.block-depart-mv--slide .slick-next::before {
	width: 30px;
	height: 30px;
}
.block-depart-mv--slide .slick-prev::before {
	background-image: url(../../img/usr/top/depart/slick_arrow_prev.png);
}
.block-depart-mv--slide .slick-next::before {
	background-image: url(../../img/usr/top/depart/slick_arrow_next.png);
}
/* ---- 最新号掲載 ---- */
.block-issue {
	margin-bottom: 120px;
}
.block-issue--link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.block-issue--link:is(:hover, :focus, :active) {
	opacity: .2;
}
.block-issue--thumb {
	width: 140px;
	min-height: 190px;
	margin-bottom: 16px;
}
.block-issue--logo {
	text-align: center;
}
/* COMIXYZ MV */
.block-comixyz-mv {
	margin-top: 15px;
	margin-bottom: 90px;
}
.block-comixyz-new-products {
	margin: 80px 0 90px;
}
.block-comixyz-new-products--title {
	border: 0;
	font-size: 36px;
	margin-bottom: 16px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	background: none;
}
.block-comixyz-new-products--title > span {
	display: block;
	font-size: 16px;
	margin-left: 10px;
	font-weight: 500;
	color: #333;
}
.block-comixyz-new-products--items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 1260px;
  margin: 0 auto;
}
.block-comixyz-new-products--item {
  width: 300px;
}
.block-comixyz-new-products--item:nth-child(n+5) {
  display: none;
}
.block-comixyz-new-products a:is(:hover, :focus, :active) {
  opacity: .2;
}
.block-comixyz-new-products--read-more {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 145px;
  margin: 20px auto 0;
  color: #22499C;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #22499C;
  padding: 7px 0 5px 5px;
  cursor: pointer;
}
.block-comixyz-new-products--read-more:hover {
  text-decoration: underline;
}
.block-comixyz-new-products--read-more:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #22499C;
  border-bottom: 1px solid #22499C;
  transform: rotate(45deg) translateY(4px);
}
.block-comixyz-new-products--read-more.open {
  gap: 14px;
  padding-left: 10px;
}
.block-comixyz-new-products--read-more.open:after {
  transform: rotate(-135deg) translateY(-9px);
}
.block-comixyz-search {
	margin-bottom: 90px;
}
.block-comixyz-search--items + .block-comixyz-search--items {
	margin-top: 80px;
}
.block-comixyz-search--title {
	border: 0;
	font-size: 36px;
	margin-bottom: 16px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	background: none;
}
.block-comixyz-search--title > span {
	display: block;
	font-size: 16px;
	margin-left: 10px;
	font-weight: 500;
	color: #333;
}
.block-comixyz-search--grid {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}
.block-comixyz-search--item {
	width: 120px;
}
.block-comixyz-search--link {
	display: block;
}
.block-comixyz-search--link:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-comixyz-search--thumb {
	margin-bottom: 6px;
	line-height: 1;
}
.block-comixyz-search--grid.-comic .block-comixyz-search--item {
	width: 90px;
}
.block-comixyz-search--grid.-comic .block-comixyz-search--thumb {
	width: 90px;
	height: 90px;
}
.block-comixyz-search--grid.-comic .block-comixyz-search--thumb > img {
	width: 90px;
	height: 90px;
	border-radius: 50vh;
	border: 1px solid #ddd;
}
.block-comixyz-search--name {
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
}
/* Arts&Books MV */
.block-artsbooks-mv {
	margin-top: 15px;
}
/* ----藝大MV----*/
.block-artplaza-mv {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 120px 0 0;
}
.block-artplaza-mv .container {
	display: block;
}
.block-artplaza-mv__lead {
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.block-artplaza-mv__logo {
	line-height: 1;
	text-align: center;
	margin-bottom: 65px;
}
.block-artplaza-mv__items {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.block-artplaza-mv__link {
	background-color: #606060;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: bold;
	width: 200px;
	height: 40px;
	border-radius: 50vh;
}
.block-artplaza-mv__link > span {
	line-height: 1;
}
.block-artplaza-mv__link:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
/* 下層カテゴリ見出し部分調整 */
.category-top-sublist {
	margin-inline: auto;
	margin-bottom: 90px;
	width: 1085px;
}
.category-top-sublist .block-category-style-d--item {
	width: calc(25% - 10px);
}
:is(
.cat10,
.cat30,
.cat50,
.cat70
) .category-top-sublist {
	display: none;
}
.block-artplaza-mv + .category-top-sublist {
	display: none;
}
/* フリースペース1あり */
.category-top-outline {
	margin-bottom: 60px;
	padding: 50px 0;
	background: #F4F4F4;
}
.category-top-outline--inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 47px;
	width: 100%;
}
.category-top-outline--thumb {
	width: 590px;
	flex-shrink: 0;
	line-height: 1;
}
.category-top-outline--thumb .block-category-list--header-img {
	margin-bottom: 0;
}
.category-top-outline--detail {
	flex-grow: 1;
}
.category-top-outline--detail .block-category-list--header,
.category-top-outline--detail .block-category-list--comment {
	text-align: center;
}
.category-top-outline--detail .block-category-style-d {
	gap: 15px;
}
.category-top-outline--detail .block-category-style-d--item {
	width: calc(25% - 12px);
}
.category-top-outline--thumb + .category-top-outline--detail .block-category-list--header {
	text-align: left;
}
.category-top-outline--thumb + .category-top-outline--detail .block-category-list--comment {
	text-align: left;
}
.category-top-outline--thumb + .category-top-outline--detail .block-category-style-d--item {
	width: calc(50% - 15px);
}
/* サブカテゴリ表示 */
.block-category-style-d {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.block-category-style-d--item {
	width: calc(33% - 5px);
}
.block-category-style-d--item-name {
	border: 1px solid #ccc;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50vh;
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
}
.block-category-style-d--item-name > a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 12px 30px 12px 20px;
	transition: all .3s ease;
	position: relative;
	background-color: #fff;
	line-height: 1.2;
}
.block-category-style-d--item-name > a::after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-category-style-d--item-name > a.is-current,
.block-category-style-d--item-name > a:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
	text-decoration: none;
}
.block-category-style-d--item-name > a.is-current::after,
.block-category-style-d--item-name > a:is(:hover, :focus, :active)::after {
	border-color: #aaa;
}
/* カテゴリ上部ロゴ */
.block-category-shopLogo {
	text-align: center;
	line-height: 1;
	padding: 10px 20px;
}
.block-category-shopName {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	background-color: #999;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 20px 8px;
	line-height: 1;
	z-index: 800;
}
.block-category-shopName > a {
	color: #fff;
}
.block-category-shopName.is-show {
	display: block;
}
/* arts&books */
:is(
.block-tq,
.block-ng,
.block-kanazawa,
.block-ukiyoe,
.block-meiga,
.block-artSquare
) ul.block-thumbnail-t li dl {
	width: 250px;
	max-width: 250px;
}
:is(
.block-tq,
.block-ng,
.block-kanazawa,
.block-ukiyoe,
.block-meiga,
.block-artSquare
) ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
	width: 250px;
	height: 250px;
}
:is(
.block-tq,
.block-ng,
.block-kanazawa,
.block-ukiyoe,
.block-meiga,
.block-artSquare
) .block-top-event--more {
	position: static;
	margin-top: 40px;
}
:is(
.block-tq,
.block-ng,
.block-kanazawa,
.block-ukiyoe,
.block-meiga,
.block-artSquare
) .block-top-event--more > a {
	width: 220px;
}
.block-artsbooks-head {
	margin: 50px 0 16px;
	padding: 0;
	border: 0;
	font-size: 36px;
	text-align: center;
}
.block-artsbooks-head > span {
	display: block;
	color: #333;
	font-weight: 500;
	font-size: 16px;
}
.block-artsbooks-about {
	width: 740px;
	margin: auto;
	margin-bottom: 87px;
}
.block-artsbooks-about--title {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 0;
	line-height: 1;
	text-align: center;
	background: none;
}
.block-artsbooks-about--text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.block-artsbooks-about--text02 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 28px;
}
.block-artsbooks-about--grid {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}
.block-artsbooks-about--item {
	width: 120px;
}
.block-artsbooks-about--link {
	transition: all .3s ease;
}
.block-artsbooks-about--link:is(:hover, :focus, :active) {
	opacity: .3;
	text-decoration: none;
}
.block-artsbooks-about--thumb {
	margin-bottom: 8px;
	line-height: 1;
}
.block-artsbooks-about--name {
	font-size: 12px;
	text-align: center;
}
.block-tq {
	padding-bottom: 100px;
	background: linear-gradient(to bottom, #fff 143px, transparent 143px),
	url(../../img/usr/top/artsbooks/fb/bg_tq01.jpg);
}
.block-tq--title {
	margin: 0 auto 30px;
	padding: 0;
	width: 1048px;
	border-bottom: 0;
	line-height: 1;
	background: none;
}
.block-tq--inner {
	width: 1200px;
	margin-inline: auto;
	padding: 70px 76px;
	background-color: #fff;
	border-radius: 10px;
}
.block-tq--lead {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}
.block-tq--text {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}
.block-tq--pickup {
	display: flex;
	gap: 15px;
}
.block-tq--pickup-item {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 26px;
	width: 50%;
	padding: 10px;
	background-color: #303055;
	color: #fff;
	border-radius: 5px;
}
.block-tq--pickup-thumb {
	line-height: 1;
	overflow: hidden;
	width: 240px;
	height: 240px;
}
.block-tq--pickup-thumb > img {
	transition: all .3s ease;
}
.block-tq--pickup-item:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-tq--pickup-item:is(:hover, :focus, :active) .block-tq--pickup-thumb > img {
	opacity: .2;
	transform: scale(1.1);
}
.block-tq--pickup-item:is(:hover, :focus, :active) .block-tq--pickup-button {
	opacity: .2;
}
.block-tq--pickup-detail > p {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.block-tq--pickup-button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50vh;
	font-size: 13px;
	font-weight: bold;
}
.block-tq--pickup-button::after {
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-ng {
	padding-block: 100px;
	background-color: #666464;
}
.block-ng--inner {
	width: 1200px;
	margin-inline: auto;
	padding: 70px 76px;
	background-color: #fff;
	border-radius: 10px;
}
.block-ng--outline {
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	gap: 33px;
}
.block-ng--outline-detail {
	flex-grow: 1;
}
.block-ng--outline-thumb {
	flex-shrink: 0;
}
.block-ng--title {
	margin: 0 0 35px;
	padding: 0;
	text-align: center;
	line-height: 1;
	background: none;
}
.block-ng--title02 {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
	line-height: 1;
	background: none;
}
.block-ng--text {
	font-size: 16px;
	line-height: 1.8;
}
.block-ng--title03 {
	margin: 0 0 16px;
	padding: 0;
	font-size: 24px;
	border: 0;
	text-align: center;
	line-height: 1;
}
.block-ng--text {
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}
.block-ng--pickup {
	position: relative;
	margin-bottom: 40px;
	padding-top: 65px;
}
.block-ng--pickup-title {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	width: 367px;
	height: 90px;
	transform: translateX(-50%);
	z-index: 1;
}
.block-ng--pickup-inner {
	position: relative;
	margin-inline: 15px;
	padding: 2px;
	border: 2px solid #8C7458;
}
.block-ng--pickup-items {
	display: flex;
	padding: 40px 0 27px;
	border: 1px solid #8C7458;
}
.block-ng--pickup-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 33px;
	width: 33%;
	flex-grow: 1;
	font-size: 16px;
}
.block-ng--pickup-item:not(:last-child)::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	border-right: 1px dotted #8C7458;
}
.block-ng--pickup-num {
	color: #8C7458;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}
.block-kanazawa {
	padding-block: 100px;
	background: url(../../img/usr/top/artsbooks/fb/bg_kanazawa01.png);
}
.block-kanazawa--inner {
	width: 1200px;
	margin-inline: auto;
	padding: 30px 76px 50px 30px;
	background-color: #fff;
	border-radius: 10px;
}
.block-kanazawa--outline {
	display: flex;
	align-items: center;
	gap: 47px;
}
.block-kanazawa--thumb {
	flex-shrink: 0;
}
.block-kanazawa--detail {
	flex-grow: 1;
}
.block-kanazawa--title {
	margin: 0 0 37px;
	padding: 0;
	border-bottom: 0;
	line-height: 1;
	background: none;
}
.block-kanazawa--text {
	font-size: 16px;
	line-height: 1.8;
}
.block-kanazawa .block-top-event--goods {
	padding-left: 46px;
}
.block-ukiyoe {
	padding-top: 58px;
	padding-bottom: 100px;
	background-color: #ED1B24;
}
.block-ukiyoe--title {
	margin: 0;
	padding: 0;
	border-bottom: 0;
	line-height: 1;
	text-align: center;
	background: none;
}
.block-ukiyoe--inner {
	width: 1200px;
	margin-top: -110px;
	margin-inline: auto;
	padding: 96px 76px 70px;
	background-color: #fff;
	border-radius: 10px;
}
.block-ukiyoe .block-artsbooks-head {
	margin-top: 0;
}
.block-meiga {
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #E2E2E2;
}
.block-meiga--title {
	margin: 0;
	padding: 0;
	border-bottom: 0;
	line-height: 1;
	text-align: center;
	background: none;
}
.block-meiga--inner {
	width: 1200px;
	margin-top: -57px;
	margin-inline: auto;
	padding: 83px 76px 60px;
	background-color: #fff;
	border-radius: 10px;
}
.block-meiga .block-artsbooks-head {
	margin-top: 0;
}
.pane-fullpage .block-artsbooks-topic .block-top-topic--header,
.pane-fullpage .block-artsbooks-topic .block-top-topic--items {
	width: 1050px;
	margin-inline: auto;
}
.pane-fullpage .block-artsbooks-topic .block-top-topic--body {
	width: 1200px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 90px;
}
.block-artSquare {
	padding: 100px 0;
	background-color: #DFDBD6;
}
.block-artSquare--inner {
	margin-inline: auto;
	padding: 0 76px 70px;
	width: 1200px;
	border-radius: 10px;
	background-color: #fff;
}
.block-artSquare--title {
	margin: 0;
	padding: 0;
	height: calc(377px - 55px);
	text-align: center;
	background: none;
}
.block-artSquare--title img {
	position: relative;
	top: -55px;
}
.block-artSquare--lead {
	margin-top: 25px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.block-artSquare--list {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.block-artSquare--item {
	width: calc((100% - 15px) / 2);
	position: relative;
	z-index: 0;
}
.is-comingSoon.block-artSquare--item::after,
.is-comingSoon .block-artSquare--list-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
}
.block-artSquare--list-anc {
	padding: 20px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 16px;
	color: #fff;
	border-radius: 5px;
	background-color: #B7A375;
}
.block-artSquare--list-anc:hover {
	text-decoration: none;
}
.is-comingSoon .block-artSquare--list-anc {
	pointer-events: none;
}
.block-artSquare--list-detail {
	flex: 1;
}
.block-artSquare--list-ttl {
	font-size: 28px;
	font-weight: bold;
}
.block-artSquare--list-desc {
	margin-top: 5px;
}
.block-artSquare--list-text {
	font-size: 14px;
}
.block-artSquare--list-link {
	margin-top: 20px;
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	background-color: transparent;
	transition: .3s ease;
	position: relative;
}
.block-artSquare--list-anc:hover .block-artSquare--list-link {
	opacity: .2;
}
.block-artSquare--list-link::after {
	position: absolute;
	content: "";
	top: calc(50% - 2px);
	right: 15px;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-50%);
	rotate: -45deg;
}
.block-artSquare--list-img {
	width: 240px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.is-comingSoon .block-artSquare--list-img::before {
	position: absolute;
	content: "COMING SOON";
	top: 50%;
	left: 50%;
	z-index: 4;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size: 28px;
	font-weight: 500;
	white-space: pre;
	color: #333;
	transform: translate(-50%, -50%) rotate(-15deg);
}
.is-comingSoon .block-artSquare--list-img::after {
	z-index: 3;
}
.block-artSquare--list-img img {
	display: block;
	width: 100%;
	transition: .3s ease;
}
.block-artSquare--list-anc:hover .block-artSquare--list-img img {
	opacity: .2;
	transform: scale(1.1);
}

/* フリースペース藝大 */
.block-freespace-wrap {
	margin: 80px 0 100px;
}
.block-freespace-wrap.-color {
	padding: 80px 0 100px;
	background-color: #F4F4F4;
}
.block-freespace-wrap.-adjust {
	margin-top: 0;
}
.block-freespace-container {
	width: 1200px;
	margin: auto;
}
.block-top-topic--header-artplaza,
.block-freespace-header {
	margin-bottom: 15px;
}
.block-top-topic--header-artplazaTitle,
.block-freespace-header--title {
	font-size: 48px;
	padding: 0;
	text-align: center;
	background: none;
	font-weight: 500;
}
.block-freespace-wrap .block-top-topic--body {
	margin-bottom: 0;
}
.block-freespace-grid {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.block-freespace-grid--item {
	background-color: #fff;
	border-radius: 5px;
	flex-shrink: 0;
	position: relative;
	width: 390px;
}
.pane-fullpage .block-top-topic--header,
.pane-fullpage .block-top-topic--body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.artplaza-shop {
	height: 100%;
	line-height: 1;
}
.artplaza-shop--detail {
	display: none;
}
.artplaza-shop:is(:hover, :focus, :active) .artplaza-shop--detail {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 5px;
	color: #fff;
	padding: 34px;
}
.artplaza-shop--detail-lead {
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 1.3;
}
.artplaza-shop--detail-link {
	border: 1px solid #fff;
	border-radius: 50vh;
	width: 252px;
	height: 36px;
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 34px;
	transition: all .3s ease;
}
.artplaza-shop--detail-link::after {
	position: absolute;
	top: 13px;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	content: "";
}
.artplaza-shop--detail-link:is(:hover, :focus, :active) {
	text-decoration: none;
	background-color: rgba(255, 255, 255, .5);
}
.artplaza-new--top {
	margin-bottom: 20px;
}
.artplaza-new--shop {
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
	line-height: 1;
}
.artplaza-new--thumb {
	margin: auto;
	width: 330px;
	height: 330px;
	overflow: hidden;
	line-height: 1;
	border-radius: 5px;
}
.artplaza-new--thumb > img {
	transition: all .3s ease;
}
.artplaza-new--info {
	text-align: center;
}
.artplaza-new--info-comment {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 1.2;
}
.artplaza-new--info-name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
.artplaza-new--info-price {
	font-size: 12px;
}
.artplaza-new--info-price > b {
	font-size: 16px;
}
.artplaza-new:is(:hover, :focus, :active) .artplaza-new--thumb > img {
	transform: scale(1.1);
}
.artplaza-new:is(:hover, :focus, :active) {
	opacity: .8;
	text-decoration: none;
}
.artplaza-column {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 30px;
	height: 100%;
}
.artplaza-column--top {
	margin-bottom: 12px;
}
.artplaza-column--thumb {
	margin: 0 auto 20px;
	width: 330px;
	height: 220px;
	overflow: hidden;
	line-height: 1;
	border-radius: 5px;
}
.artplaza-column--thumb > img {
	transition: all .3s ease;
	width: 330px;
	height: 220px;
	object-fit: cover;
}
.artplaza-column--title {
	font-size: 15px;
	line-height: 1.3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.artplaza-column--info {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: #666;
	font-size: 13px;
}
.artplaza-column:is(:hover, :focus, :active) {
	opacity: .8;
	text-decoration: none;
}
.artplaza-column:is(:hover, :focus, :active) .artplaza-column--thumb > img {
	transform: scale(1.1);
}
.block-freespace-more {
	margin-top: 30px;
}
.block-freespace-more--link {
	margin: auto;
	border: 1px solid #000;
	border-radius: 50vh;
	width: 252px;
	height: 36px;
	position: relative;
	display: block;
	color: #000;
	text-align: center;
	line-height: 34px;
	transition: all .3s ease;
}
.block-freespace-more--link::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg) translateY(-50%);
	content: "";
}
.block-freespace-more--link:is(:hover, :focus, :active) {
	text-decoration: none;
	opacity: .2;
}
/* イベント移動 */
.freespace-full {
	max-width: 1200px;
	margin: 60px auto 70px;
	position: relative;
}
.freespace-full .block-top-event--more {
	margin-top: 60px;
	position: static;
	display: flex;
	justify-content: center;
}
.freespace-full .block-top-event--more > a {
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}
.block-top-event--header.-type02 {
	text-align: center;
}
.block-top-event--header.-type02 > span {
	display: block;
}
.block-category-list--event:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}
/* ---- モールフッター ---- */
.block-shop-footer {
	padding-block: 60px;
	background-color: #F4F4F4;
}
.block-shop-footer--inner {
	width: 1200px;
	margin-inline: auto;
}
.block-shop-footer--logo {
	margin-bottom: 38px;
	line-height: 1;
	text-align: center;
}
.block-shop-footer--logo > a:is(:hover, :focus, :active) {
	opacity: .2;
}
.block-shop-footer--items + .block-shop-footer--items {
	margin-top: 35px;
	padding-top: 30px;
	background: url(../../img/usr/common/dotted.png) repeat-x top left;
}
.block-shop-footer--title {
	margin-bottom: 17px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.block-shop-footer--title > a {
	display: flex;
	align-items: center;
	gap: 15px;
	transition: all .3s ease;
}
.block-shop-footer--title > a::after {
	display: block;
	content: "";
	width: 19px;
	height: 19px;
	background: url(../../img/usr/common/footer/depart/icon_arrow_02.png);
	background-size: 19px 19px;
}
.block-shop-footer--title > a:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-shop-footer--grid {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
}
.block-shop-footer--item-link {
	display: block;
	width: 160px;
}
.block-shop-footer--item-link > :last-child {
	margin-bottom: 0;
}
.block-shop-footer--item-link:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
.block-shop-footer--thumb {
	margin-bottom: 8px;
	line-height: 1;
}
.block-shop-footer--name {
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
}
/* 小学館百貨店フッター */
.block-shop-footer.-depart .block-shop-footer--title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 7px;
}
.block-shop-footer.-depart .block-shop-footer--title::before {
	display: block;
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.block-shop-footer.-depart .block-shop-footer--title.-shop::before {
	width: 21px;
	height: 22px;
	background-image: url(../../img/usr/common/footer/depart/icon_title_shop.png);
	background-size: 21px 22px;
}
.block-shop-footer.-depart .block-shop-footer--title.-article::before {
	width: 25px;
	height: 20px;
	background-image: url(../../img/usr/common/footer/depart/icon_title_article.png);
	background-size: 25px 20px;
}
.block-shop-footer.-depart .block-shop-footer--grid.-shop {
	gap: 10px;
}
.block-shop-footer.-depart .block-shop-footer--grid.-shop .block-shop-footer--item-link {
	width: 140px;
}
.block-shop-footer.-depart .block-shop-footer--grid.-article .block-shop-footer--item {
	width: calc(25% - 9px);
}
.block-shop-footer.-depart .block-shop-footer--grid.-article .block-shop-footer--item-link {
	position: relative;
	width: 100%;
	padding: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	line-height: 1.3;
}
.block-shop-footer.-depart .block-shop-footer--grid.-article .block-shop-footer--name {
	font-size: 16px;
}
.block-shop-footer.-depart .block-shop-footer--grid.-article .block-shop-footer--item-link::before {
	display: block;
	content: "";
	width: 19px;
	height: 19px;
	background: url(../../img/usr/common/footer/depart/fb/icon_arrow.png) 0 0 no-repeat;
}
.block-shop-footer.-depart .block-shop-footer--grid.-media {
	gap: 15px;
}
.block-shop-footer.-depart .block-shop-footer--grid.-media .block-shop-footer--item-link {
	width: 190px;
}
/* COMIXYZフッター */
.block-shop-footer.-comixyz {
	background-color: #ddd;
}
.block-shop-footer--shop-inner {
	display: flex;
}
.block-shop-footer--shop-content {
	width: 50%;
	flex-grow: 1;
	padding-inline: 47px;
}
.block-shop-footer--shop-content:first-child {
	border-right: 1px dashed #9f9f9f;
}
.block-shop-footer--shop-button {
	margin-bottom: 35px;
}
.block-shop-footer--shop-button > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	border-radius: 4px 4px 0 0;
	border-radius: 50vh;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 20px 10px;
	line-height: 1;
}
.block-shop-footer--shop-button > a::after {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	position: absolute;
	right: 25px;
	width: 8px;
	height: 8px;
	content: "";
	top: calc(50% - 2px);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
}
.block-shop-footer--shop-button > a:is(:hover, :focus, :active) {
	opacity: .6;
	text-decoration: none;
}
.block-shop-footer.-comixyz .block-shop-footer--grid.-comic02::after {
	display: block;
	content: "";
	width: 160px;
	height: 151px;
}
.block-shop-footer.-comixyz .block-shop-footer--items + .block-shop-footer--items {
	background: none;
}
.block-shop-footer.-comixyz .block-shop-footer--name {
	min-height: 34px;
}
/* arts&booksフッター */
.block-artsbooks-footer .block-shop-footer--grid {
	justify-content: center;
}
/* 藝大アートプラザ */
.block-shop-footer.-artplaza {
	padding-block: 90px;
}
.block-shop-footer.-artplaza .block-shop-footer--logo {
	margin-bottom: 28px;
}
.block-artplaza-footer--items {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.block-artplaza-footer--item {
	flex-shrink: 0;
}
.block-artplaza-footer--link {
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 28px;
	font-family: jost, sans-serif;
	width: 390px;
	height: 100px;
}
.block-artplaza-footer--link:is(:hover, :focus, :active) {
	opacity: .2;
	text-decoration: none;
}
/* ショップMVスライダーのベース */
.block-shop-mv {
	margin-bottom: 80px;
}
.block-shop-mv--slide > .block-shop-mv--slide-item:not(:first-child) {
	display: none;
}
.block-shop-mv--slide-item {
	margin-inline: 8px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	max-width: 480px;
	max-height: 480px;
}
.block-shop-mv--slide-item img {
	object-fit: cover;
	object-position: center;
}
.block-comixyz-mv .block-shop-mv--slide-item {
	max-width: 760px;
	max-height: none;
}
.block-shop-mv--slide-item a {
	transition: all .3s ease;
}
.block-shop-mv--slide-item a:is(:hover, :focus, :active) {
	opacity: .5;
}
.block-shop-mv .slick-prev,
.block-shop-mv .slick-next {
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 70px;
}
.block-shop-mv .slick-prev {
	left: 0;
	border-radius: 0 50vh 50vh 0;
}
.block-shop-mv .slick-next {
	right: 0;
	border-radius: 50vh 0 0 50vh;
}
.block-shop-mv .slick-prev:is(:hover, :focus, :active),
.block-shop-mv .slick-next:is(:hover, :focus, :active) {
	opacity: .5;
	background-color: #000;
}
.block-shop-mv .slick-prev::before,
.block-shop-mv .slick-next::before {
	width: 35px;
	height: 70px;
}
.block-shop-mv .slick-prev::before {
	background-image: url(../../img/usr/top/icon_mv_slide_prev.png);
}
.block-shop-mv .slick-next::before {
	background-image: url(../../img/usr/top/icon_mv_slide_next.png);
}
.block-shop-mv .slick-dots li button::before {
	background-color: #ddd;
}
.block-shop-mv .slick-dots li.slick-active button::before {
	background-color: #000;
	border: 0;
}
/* サライ */
.block-sarai-mv {
	margin-bottom: 40px;
	padding: 30px 0 0;
	background: url(../../img/usr/top/sarai/fb/bg_mv.png) repeat-x left 0 top 0,
	url(../../img/usr/top/sarai/fb/bg_mv.png) repeat-x left 0 top 200px;
	overflow-x: hidden;
}
.block-sarai-mv--head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto 30px;
	padding: 25px 30px 25px 10px;
	width: 1200px;
	height: 263px;
	background: url(../../img/usr/top/sarai/fb/bg_mv_title.png) no-repeat 0 0;
	text-align: center;
}
.block-sarai-mv--title {
	padding: 0;
	margin: 0;
	order: 2;
}
.block-sarai-mv--pickup {
	order: 1;
	position: relative;
	width: 210px;
}
.block-sarai-mv--pickup--link {
	display: block;
}
.block-sarai-mv--pickup-link:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-sarai-mv--pickup-link:is(:hover, :focus, :active) .block-sarai-mv--pickup-thumb,
.block-sarai-mv--pickup-link:is(:hover, :focus, :active) .block-sarai-mv--pickup-button {
	opacity: .2;
}
.block-sarai-mv--pickup-thumb {
	margin-bottom: 10px;
	padding-right: 28px;
	padding-left: 57px;
	position: relative;
	transition: all .3s ease;
}
.block-sarai-mv--pickup-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 81px;
	height: 81px;
	background: url(../../img/usr/top/sarai/fb/img_mv_badge.png) no-repeat 0 0;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.block-sarai-mv--pickup-button {
	margin: auto;
	width: 180px;
	transition: all .3s ease;
}
.block-sarai-mv--pickup-button > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 7px 5px 7px 0;
	transition: all .3s ease;
	position: relative;
	border: 2px solid #fff;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50vh;
	line-height: 1;
}
.block-sarai-mv--pickup-button > span::after {
	display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-sarai-mv--lead {
	order: 3;
}
.block-event-maidIn--lead {
	margin-bottom: 12px;
	font-size: 16px;
}
.block-top-event--header-wrap.-saraioriginal {
	border-top: 0;
}
.block-top-event--lead {
	margin-bottom: 20px;
	font-size: 16px;
}
.block-gift-sarai {
	margin-top: 90px;
	padding: 25px 20px 0;
	background: url(../../img/usr/top/sarai/fb/bg_event.png) no-repeat 0 0;
}
.block-gift-sarai .block-top-event--header-wrap {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.block-gift-sarai--title {
	position: relative;
	margin: 0 0 22px;
	padding: 0;
	border-bottom: 0;
	text-align: center;
	background: none;
}
.block-gift-sarai--title > span {
	position: absolute;
	top: -5px;
	left: 18px;
}
.block-sarai-other {
	margin-top: 60px;
	margin-bottom: 35px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
.block-sarai-other--grid {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}
.block-sarai-other--item {
	width: 50%;
	text-align: center;
}
.block-sarai-other .block-top-event--header {
	font-size: 30px;
	margin-bottom: 0;
}
.block-sarai-other .block-top-event--header > span {
	margin-left: 0;
}
.block-sns-sarai {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
.block-sns-sarai--item {
	width: 60px;
}
.block-sarai-info {
	margin-bottom: 20px;
	padding: 48px 73px;
	background-color: #F4F4F4;
	border-radius: 10px;
}
.block-sarai-info--grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
}
.block-sarai-info--item {
	flex-grow: 1;
}
.block-sarai-info--item:last-child {
	width: 455px;
	flex-shrink: 0;
}
.block-sarai-info .block-top-event--header {
	text-align: left;
	font-size: 30px;
	font-feature-settings: 'palt';
}
.block-sarai-info .block-top-event--header > span {
	display: block;
	font-size: 16px;
}
.block-sarai-info--more {
	margin-top: 25px;
}
.block-sarai-info--more > a {
	position: relative;
	display: block;
	width: 184px;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 50vh;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	background: #fff;
	transition: all 0.3s ease;
}
.block-sarai-info--more > a::after {
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 15px;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-sarai-info--more > a:is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
}
.block-sarai-info--more > a:is(:hover, :focus, :active)::after {
	border-color: #aaa;
}
.block-news-sarai--grid {
	display: flex;
	gap: 15px;
}
.block-news-sarai--head {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
}
.block-news-sarai--thumb {
	margin-bottom: 9px;
	line-height: 1;
}
.block-news-sarai--name {
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
.block-sns-sarai--link,
.block-officialSite-sarai--link,
.block-news-sarai--link {
	display: block;
}
.block-sns-sarai--link img,
.block-officialSite-sarai--link img,
.block-news-sarai--link img {
	transition: all .3s ease;
}
.block-sns-sarai--link:is(:hover, :focus, :active) img,
.block-officialSite-sarai--link:is(:hover, :focus, :active) img,
.block-news-sarai--link:is(:hover, :focus, :active) img {
	opacity: .2;
}
/* --- 総合トップ ----*/
.block-top-event--tab-items {
	padding-bottom: 28px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}
.block-top-event--tab-item {
	width: 170px;
	height: 50px;
}
.block-top-event--tab-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color: #fff;
	opacity: .5;
	transition: all .3s ease;
}
.block-top-event--tab-link:is(:hover, :focus, :active) {
	opacity: 1;
}
.block-top-event--tab-link.is-show {
	border: 2px solid #000;
	opacity: 1;
}
.block-top-event--tab-link.is-show::after {
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: "";
	height: calc(20px / 2);
	width: 16px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #000;
	transform: translateX(-50%);
}
.block-top-event--tab-content {
	display: none;
}
.block-top-event--tab-content.is-show {
	display: block;
}
.block-generalTop-newItems,
.block-generalTop-rankings {
	position: relative;
}
.block-generalTop-newItems .block-top-event--more {
	top: 10px;
}
.block-generalTop-searchList.-shoplist {
	margin-top: 60px;
	margin-bottom: 110px;
	padding-top: 60px;
	border-top: 1px solid #ddd;
}
.block-generalTop-searchList .block-top-event--header {
	margin-bottom: 10px;
}
.block-generalTop-shoplist--body {
	padding: 40px 68px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.block-generalTop-shoplist--body:not(:last-child) {
	margin-bottom: 30px;
}
.block-generalTop-shoplist--content {
	display: none;
}
.block-generalTop-shoplist--content.is-show {
	display: block;
}
.block-generalTop-shoplist--logo {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	text-align: center;
	line-height: 1;
}
.block-generalTop-shoplist--tab {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-generalTop-shoplist--tab-item {
	position: relative;
	width: 240px;
	height: 40px;
}
.block-generalTop-shoplist--tab-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #000;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 10px 5px;
	height: 100%;
	text-decoration: none;
	transition: all .3s ease;
}
.block-generalTop-shoplist--tab-item:first-child .block-generalTop-shoplist--tab-text {
	border-right: 0;
	border-radius: 5px 0 0 5px;
}
.block-generalTop-shoplist--tab-item:last-child .block-generalTop-shoplist--tab-text {
	border-left: 0;
	border-radius: 0 5px 5px 0;
}
.block-generalTop-shoplist--tab-text::before,
.block-generalTop-shoplist--tab-text::after {
	display: block;
	content: "";
}
.block-generalTop-shoplist--tab-text.-shopping::before {
	width: 15px;
	height: 16px;
	background: url(../../img/usr/common/icon_shop.png) no-repeat 0 0;
	background-size: 15px 16px;
	transition: all .3s ease;
}
.block-generalTop-shoplist--tab-text.-article::before {
	width: 20px;
	height: 16px;
	background: url(../../img/usr/common/icon_article.png) no-repeat 0 0;
	background-size: 20px 16px;
	transition: all .3s ease;
}
.block-generalTop-shoplist--tab-text:is(:hover, :focus, :active) {
	text-decoration: none;
}
.block-generalTop-shoplist--tab-text:not([class*=" is-show"]):is(:hover, :focus, :active) {
	background-color: #f7f7f7;
	border-color: #aaa;
	color: #666;
	text-decoration: none;
}
.block-generalTop-shoplist--tab-text:not([class*=" is-show"]):is(:hover, :focus, :active)::before {
	opacity: .6;
}
.block-generalTop-shoplist--tab-text.is-show {
	color: #fff;
	background-color: #000;
}
.block-generalTop-shoplist--tab-text.is-show::after {
	position: absolute;
	bottom: -11px;
	left: calc(50%);
	height: 11px;
	width: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #000;
	transform: translateX(-50%);
}
.block-generalTop-shoplist--tab-text.is-show.-shopping::before {
	background-image: url(../../img/usr/common/icon_shop_white.png);
}
.block-generalTop-shoplist--tab-text.is-show.-article::before {
	background-image: url(../../img/usr/common/icon_article_white.png);
}
.block-generalTop-shoplist--lead {
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
	line-height: 1;
}
.block-generalTop-shoplist--text {
	font-size: 16px;
}
.block-generalTop--grid {
	display: flex;
	align-items: flex-start;
	gap: 5px 7px;
	flex-wrap: wrap;
}
.block-generalTop--grid.-comixyz-category .block-generalTop--thumb > img {
	border-radius: 50vh;
}
.block-generalTop--grid.-artsbooks,
.block-generalTop--grid.-artplaza {
	justify-content: center;
}
.block-generalTop--thumb.-border,
.block-generalTop--grid.-depart .block-generalTop--thumb {
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: content-box;
}
.block-generalTop--thumb {
	text-align: center;
	line-height: 1;
}
.block-generalTop--name {
	margin-top: 4px;
	font-size: 12px;
	text-align: center;
}
.block-generalTop--link {
	display: block;
}
.block-generalTop--link:is(:hover, :focus, :active) {
	opacity: .3;
	text-decoration: none;
}
.block-generalTop-shoplist .block-generalTop--item {
	width: 120px;
}
.block-generalTop-shoplist .block-generalTop--grid {
	margin: 20px auto 0;
	width: 628px;
}
.block-generalTop-category .block-generalTop--grid {
	gap: 24px 7px;
}
.block-generalTop-category .block-generalTop--item {
	width: calc(25% - 6px);
}
.block-generalTop--grid.-article {
	gap: 10px;
	justify-content: center;
}
.block-generalTop--grid.-article .block-generalTop--item {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.block-generalTop--more {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.block-generalTop--more > a {
	position: relative;
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 12px;
	border: 1px solid transparent;
	border-radius: 50vh;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #000;
	transition: all .3s ease;
}
.block-generalTop--more > a::after {
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 23px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	rotate: -45deg;
	content: "";
	transition: all .3s ease;
}
.block-generalTop--more > a:is(:hover, :focus, :active) {
	background-color: #666;
}
.block-generalTop--more.-color02 > a {
	background-color: #22499C;
}
.block-generalTop--more.-color02 > a:is(:hover, :focus, :active) {
	background-color: #4E78D1;
}
.block-generalTop--more.-color03 > a {
	background-color: #FF846E;
}
.block-generalTop--more.-color03 > a:is(:hover, :focus, :active) {
	background-color: #F4A496;
}
.block-generalTop--more.-color04 > a {
	background-color: #606060;
}
.block-generalTop--more.-color04 > a:is(:hover, :focus, :active) {
	background-color: #999;
}
/**/
.block-generalTop-searchList.-category {
	margin-bottom: 113px;
}
.block-generalTop-category {
	padding: 44px 62px;
	background-color: #f4f4f4;
	display: flex;
	gap: 62px;
}
.block-generalTop-category--body {
	width: 50%;
}
.block-generalTop-category--logo {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	text-align: center;
	line-height: 1;
}
.page-cart .block-cart .block-accessory-list--list {
	margin-top: 50px;
}
/**/
.block-top-event--comment {
	display: none;
}
/* 会員登録調整 */
.block-member-info--message-option-info,
.block-member-info--message-mailnews {
	display: none;
}
/* ----カート画面の複数購入表記---- */
.block-cart--attention {
	display: none;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
}
.block-cart--attention-lead,
.block-order-complete--cart > p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}
.block-cart--attention-lead > span,
.block-order-complete--cart > p > span {
	background: linear-gradient(to top, #fff03e 12px, transparent 12px);
}
.block-cart--attention-lead::before,
.block-order-complete--cart > p::before {
	display: block;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: url(../../img/usr/icon_attention.png) no-repeat 0 0;
	background-size: 100% auto;
	content: "";
}
.block-cart--attention-num {
	font-size: 34px;
}
.block-cart--attention-text {
	line-height: 1.7;
}
.block-order-complete--cart > p {
	margin-bottom: 15px;
	font-weight: bold;
}
.block-goods-detail-utility {
	display: none;
}
.page-entry .block-member-info--items-mailnews + .legend,
.page-entry .block-member-info--message-promotion,
.page-entry .block-member-info--items-promotion-code {
	display: none;
}
/* ----ログイン注釈---- */
.block-login--attention {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fffcc8;
	text-align: center;
	font-size: 14px;
}
.block-login--attention-lead {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}
.block-login--attention-lead > span {
	background: linear-gradient(to top, #fff03e 12px, transparent 12px);
}
.block-login--attention-lead::before {
	display: block;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: url(../../img/usr/icon_attention.png) no-repeat 0 0;
	background-size: 100% auto;
	content: "";
}
.block-login--attention-link {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.block-login--attention-link:is(:hover, :focus, :active) {
	text-decoration: none;
}
/* ソート、ページャー非表示 */
:is(
.block-category-list.cat1020,
.block-category-list.cat1030,
.block-category-list.cat1040,
.block-category-list.cat1060,
.block-category-list.cat3010,
.block-category-list.cat3020,
.block-category-list.cat3030,
.block-category-list.cat3040,
.block-category-list.cat3050,
.block-category-list.cat3060,
.block-category-list.cat3070
) .block-goods-list--items-wrap {
	display: none;
}
:is(
.block-category-list.cat1020,
.block-category-list.cat1030,
.block-category-list.cat1040,
.block-category-list.cat1060,
.block-category-list.cat3010,
.block-category-list.cat3020,
.block-category-list.cat3030,
.block-category-list.cat3040,
.block-category-list.cat3050,
.block-category-list.cat3060,
.block-category-list.cat3070
) .block-goods-list--pager.pager {
	display: none;
}
/* カート画面お気に入り非表示 */
.page-cart .block-bookmarkslider {
	display: none;
}
/* AmazonPay注文同時会員登録住所チェックボックス非表示 */
.page-estimate .js-addr-retention {
	display: none !important;
}
