@charset "UTF-8";

.lazyload {
	opacity: 0;
}

.lazyloading {
	opacity: 1;
}

.lazyloaded {
	opacity: 1;
}

/* ---------------------------------------
TOP
---------------------------------------- */
.top-navi-block {
	padding: 10px 0 22px;
	background-color: #fff;
}

.top-navi-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

.top-navi-item {
	text-align: center;
	line-height: 1;
}

.top-navi-link {
	padding: 0;
	font-size: 10px;
	line-height: 1;
	vertical-align: top;
	color: inherit;
	border: none;
	background: none;
}

.top-navi-link::before {
	content: "";
	display: block;
	margin-bottom: 10px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #f2f2f2 no-repeat center / 82%;
}

.top-navi-item.shop .top-navi-link::before {
	background-image: url(../../img/usr/top/icon_shop.svg);
}

.top-navi-item.new .top-navi-link::before {
	background-image: url(../../img/usr/top/icon_new.svg);
}

.top-navi-item.sale .top-navi-link::before {
	background: #fce7e7 no-repeat center / 82%;
	background-image: url(../../img/usr/top/icon_sale.svg);
}

.top-navi-item.reserv .top-navi-link::before {
	background-image: url(../../img/usr/top/icon_reserv.svg);
}

.top-navi-item.web .top-navi-link::before {
	background-image: url(../../img/usr/top/icon_web.svg);
}

.top-navi-item.category .top-navi-link::before {
	background-image: url(../../img/usr/top/icon_category.svg);
	background-size: 100%;
}

/* hdg */
.top-section-hdg,
.genre-section-hdg {
	margin: 0 0 20px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.46;
	letter-spacing: .05em;
	text-align: center;
	color: #616161;
	border: none;
}

.top-section-hdg [lang="en"],
.genre-section-hdg [lang="en"] {
	margin-bottom: 4px;
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 1.22;
}

/* btn */
.top-btn-basic,
.genre-btn-basic,
.block-top-outlet--next-page {
	margin-top: 20px;
	padding: 0 20px;
	text-align: center;
}

.top-btn-basic-link,
.genre-btn-basic-link,
.block-top-outlet--next-page a {
	padding: 12px 24px;
	min-width: 196px;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .05em;
	color: #ce1032;
	border: 1px solid #ce1032;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
}

.top-btn-basic-link:not(.blank)::before,
.top-btn-basic-link.blank::after,
.genre-btn-basic-link:not(.blank)::before,
.genre-btn-basic-link.blank::after,
.block-top-outlet--next-page a:not(.blank)::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	display: block;
}

.top-btn-basic-link:not(.blank)::before,
.genre-btn-basic-link:not(.blank)::before,
.block-top-outlet--next-page a:not(.blank)::before {
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #ce1032;
	border-bottom: 1px solid #ce1032;
	transform: rotate(-45deg);
}

.top-btn-basic-link.blank::after {
	width: 13px;
	height: 13px;
	background: url(/img/usr/common/icon_external_link.svg) no-repeat center / contain;
	transform: translateY(-50%);
}

/* section */
.top-section:not(:empty),
.genre-section:not(:empty) {
	padding: 35px 0 38px;
	border-top: 1px solid #c7c7c7;
}

.top-section.freaks-magazine + .top-section,
.top-section.block-top-staff-ranking + .top-section,
.genre-section.block-genre-staff + .genre-section,
.top-section.top-powerpush {
	border-top: none;
}

.top-section.top-ranking,
.top-section.block-top-staff-ranking,
.genre-section.block-genre-staff {
	border-top: 0;
	background: #F8F8F8;
}

/* top brand list */
.top-navi-block .brand-grid-list {
	padding: 20px;
	display: grid;
	gap: 10px 15px;
	grid-template-columns: repeat(2, 1fr);
}

.top-navi-block .brand-grid-list-item {
	border: 1px solid #c7c7c7;
}

.top-navi-block .brand-grid-list-item__block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 10px;
	position: relative;
}

.top-navi-block .brand-grid-list-item__thumb {
	width: 100%;
}

.top-navi-block .brand-grid-list-item__thumb img {
	width: 100%;
	height: auto;
}

.top-navi-block .brand-grid-list-item__brand {
	font-size: 9px;
	color: #222;
	padding: 0 8px;
	line-height: 1.5;
}

.top-navi-block .brand-grid-list .block-icon {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
}

/* top zeta adjust */
.page-top .block-ranking-r--genre-name,
.page-top .block-newitems-r--goods-shop,
.page-top .block-staffrecommend-r--goods-shop,
.page-genre .block-ranking-r--genre-name,
.page-genre .block-newitems-r--goods-shop,
.page-top .block-outlet-r--goods-shop,
.page-genre .block-staffrecommend-r--goods-shop {
	display: none;
}

/* top live styling */
.top-live-wrap {
	padding: 0 0 0 20px;
}

/* category brand styling */
.page-category .block-category-recommend--styling-content,
.page-brandtop .block-category-recommend--styling-content {
    padding: 38px 0;
    background: #f7f7f7;
}

.page-category .block-category-recommend--styling-title,
.page-brandtop .block-category-recommend--styling-title {
    margin: 0 0 18px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .01em;
    text-align: center;
}

.page-category .coordinate-list .coordinate-item-mobile,
.page-brandtop .coordinate-list .coordinate-item-mobile {
    position: relative;
    margin-left: 0;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 7px;
    width: calc((100% - 14px) / 3);
}

.page-category .coordinate-list .coordinate-item-mobile:nth-of-type(2n),
.page-brandtop .coordinate-list .coordinate-item-mobile:nth-of-type(2n) {
    margin-right: 7px;
}

.page-category .coordinate-list .coordinate-item-mobile:nth-of-type(3n),
.page-brandtop .coordinate-list .coordinate-item-mobile:nth-of-type(3n) {
    margin-right: 0;
}

.coordinate-item--label {
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
}

.page-category .coordinate-item--height,
.page-brandtop .coordinate-item--height {
    margin-top: 3px;
}

/* ---------------------------------------
silver egg adjust
---------------------------------------- */

/* common */
.block-common-silveregg {
	padding: 38px 0;
	border-top: 1px solid #c7c7c7;
}

.hdg-common-silveregg,
.block-event-foryou--title {
	margin: 0 0 18px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .01em;
	text-align: center;
	border: none;
}

/* top, shop top, item, item detail, mypage, order history, favorite item */
.top-section .block-pickup-list-p--items,
.page-bookmark .block-pickup-list-p--items,
.page-goods .block-pickup-list-p--items,
.page-menu .block-pickup-list-p--items,
.page-event-error .block-pickup-list-p--items,
.page-search .block-common-silveregg .block-pickup-list-p--items,
.page-category .block-common-silveregg .block-pickup-list-p--items,
.page-brandtop .block-common-silveregg .block-pickup-list-p--items,
.page-top .block-outlet__goods--items,
.page-historydetail .block-pickup-list-p--items,
.block-common-silveregg .block-pickup-list-p--items {
	gap: 20px 7px;
}

.page-category .block-pickup-list-p--items,
.page-brandtop .block-pickup-list-p--items {
	padding-top: 0;
	justify-content: flex-start;
	gap: 20px 10px;
}

.top-section .block-pickup-list-p--item,
.block-goods-related-item .block-pickup-list-p--item,
.page-menu .block-pickup-list-p--item,
.page-historydetail .block-pickup-list-p--item,
.page-bookmark .block-pickup-list-p--item,
.page-search .block-common-silveregg .block-pickup-list-p--item,
.page-goods .block-pickup-list-p--item,
.page-category .block-common-silveregg .block-pickup-list-p--item,
.page-brandtop .block-common-silveregg .block-pickup-list-p--item,
.page-order .block-pickup-list-p--item,
.page-event-error .block-pickup-list-p--item,
.page-top .block-outlet__goods--items .block-pickup-list-p--item {
	width: calc((100% - 14px) / 3);
}

/* cart */
.block-cart .block-pickup-list-p {
	overflow-x: scroll;
}

.block-cart .block-pickup-list-p--items {
	flex-wrap: nowrap;
	margin-top: 0;
}

.block-cart .block-pickup-list-p--item {
	width: calc((100% - 20px) / 2.6);
	flex: 0 0 auto;
}

/* shop top */
.block-genre-foryou--viewall {
	margin-top: 20px;
	padding: 0 20px;
	text-align: center;
}

.block-genre-foryou--viewall-btn {
	min-width: 175px;
	padding: 7px 24px;
	font-size: 13px;
	letter-spacing: .05em;
	position: relative;
}

.block-genre-foryou--viewall-btn::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	display: block;
	margin-top: -3px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #ce1032;
	border-bottom: 1px solid #ce1032;
	transform: rotate(-45deg);
}

/* styling */
.page-staffstartstylingdetail .block-pickup-list-p--items {
	gap: 7px;
}

.page-staffstartstylingdetail .block-pickup-list-p--item {
	width: calc((100% - 7px * 2) / 3);
}

/* feature, blog, staff */
.block-ss-feature,
.block-ss-blog,
.block-ss-staff {
	padding: 38px 0;
	border-top: 1px solid #c7c7c7;
}

/* item */
.page-goods .block-ranking-r--items {
	gap: 7px;
}

.page-goods .block-ranking-r--items > .block-ranking-r--item {
	width: calc((100% - 7px * 2) / 3);
}

/* ---------------------------------------
Daytona LIVE
---------------------------------------- */

/* live common */
.live-common-h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: .01em;
	text-align: center;
	color: #888;
	border: none;
}

.live-common-h2 [lang="en"] {
	margin-bottom: 5px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .03em;
	color: #000;
}

.live-common-tag {
	margin: 0 0 15px;
	width: calc(100% + 40px);
	position: relative;
	left: -20px;
	overflow-x: scroll;
}

.live-common-tag-list {
	padding-left: 20px;
	display: flex;
}

.live-common-tag-list-item {
	flex: 0 0 auto;
}

.live-common-tag-list-item + .live-common-tag-list-item {
	margin-left: 8px;
}

.live-common-tag-list-item:last-child {
	padding-right: 20px;
}

.live-common-tag-list-btn {
	padding: 6px 8px 8px 9px;
	display: block;
	font-size: 11px;
	line-height: 1;
	letter-spacing: .06em;
	white-space: pre;
	color: #222;
	border-radius: 3px;
	background-color: #f8f8f8;
}

/* live top */
.live-top-wrapper {
	padding-top: 56px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.live-top-wrapper::before,
.live-top-wrapper::after {
	position: absolute;
	content: "";
	z-index: 1;
	border-radius: 50%;
	filter: blur(50px);
	transform: translateZ(0);
}

.live-top-wrapper::before {
	top: -50px;
	left: -240px;
	width: 270px;
	height: 242px;
	background-color: #fdf8B8;
	opacity: .36;
}

.live-top-wrapper::after {
	top: -140px;
	right: -115px;
	width: 315px;
	height: 315px;
	background-color: #f5dcad;
	opacity: .56;
}

.live-top-h1 {
	margin: 0 auto 20px;
	padding: 0 32px;
	text-align: left;
}

.live-top-h1 img {
	max-width: 184px;
}

.live-top-lead-block {
	padding: 0 32px;
}

.live-top-lead-main {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .01em;
	color: #f23e64;
}

.live-top-lead-txt {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: .01em;
	color: #333;
}

.live-top-lead-img {
	margin: 0 -32px 10px;
	position: relative;
	z-index: 0;
}

.live-top-lead-img::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	z-index: -1;
	margin-top: -4%;
	width: 140%;
	height: 135%;
	border-radius: 50%;
	background-color: rgb(242 62 100 / .16);
	filter: blur(50px);
	transform: translateZ(0) translate(-50%,-50%);
}

.live-top-sec {
	padding: 48px 20px 50px;
}

.live-top-sec.bg-grad {
	background: linear-gradient(180deg, rgb(255 255 255 / 0), #fff4f4 15%, #fadede 100%);
}

.live-top-sec.bg-coat {
	background-color: #fcebeb;
}

.live-top-list-sche-item {
	padding: 18px 11px 15px 16px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgb(242 62 100 / 17%);
	background-color: #fff;
}

.live-top-list-sche-item + .live-top-list-sche-item {
	margin-top: 13px;
}

.live-top-dl-sche {
	display: flex;
	align-items: center;
}

.live-top-dl-sche-date {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: .04em;
	white-space: pre;
}

.live-top-dl-sche-date .fs-big {
	font-size: 16px;
	font-weight: 700;
}

.live-top-dl-sche-date .fs-small {
	margin-left: 3px;
	display: inline-block;
	font-size: 10px;
}

.live-top-dl-sche-txt {
	margin-left: 16px;
	padding-left: 16px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.69;
	letter-spacing: .01em;
	border-left: 1px solid #e3e3e3;
	width: 100%;
}

.live-top-link-sche {
	margin-top: 3px;
	text-align: right;
}

.live-top-link-sche-inner {
	padding-right: 15px;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.46;
	letter-spacing: -.03em;
	color: #f23e64;
	position: relative;
}

.live-top-link-sche-inner::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 3px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #f23e64;
	border-bottom: 2px solid #f23e64;
	transform: rotate(-45deg);
}

.live-top-art {
	padding: 50px 20px;
}

.live-top-art-h2 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	border: none;
}

.live-top-art-lead {
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: .072em;
	line-height: 1.5;
	text-align: center;
	color: #f23e64;
}

.live-top-art-lead em {
	font-style: normal;
	font-weight: bold;
}

.live-top-art .live-top-dl-sche {
	margin-bottom: 20px;
}

.live-top-art-btn {
	text-align: center;
}

.live-top-art-btn-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 48px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .06em;
	color: #fff;
	border-radius: 5px;
	background-color: #f23e64;
}

/* live detail */
.live-detail-wrapper {
	padding-top: 28px;
	overflow: hidden;
}

.live-detail-block-lead {
	padding: 0 20px 50px;
}

.live-detail-txt-lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .01em;
}

.live-detail-sec {
	padding: 38px 20px 50px;
	border-top: 1px solid #c7c7c7;
}

/* ---------------------------------------
FOR YOU(あなたにおすすめ)
---------------------------------------- */
.block-foryou .block-foryou--title {
	margin: 35px 0 8px;
	padding: 0 20px;
}

.block-foryou .block-foryou-search {
	display: flex;
	flex-direction: column;
}

.block-foryou .block-foryou--count {
	margin-bottom: 22px;
	font-size: 14px;
	letter-spacing: .01em;
	text-align: center;
	order: 1;
}

.block-foryou .block-foryou--count .count {
	padding: 0 5px;
	font-size: 20px;
	font-weight: 700;
}

.block-foryou .block-foryou--search-conditions {
	padding: 10px 20px 9px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	order: 2;
	position: relative;
}

.block-foryou .block-foryou--search-conditions-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block-foryou .block-foryou--search-conditions-sort {
	width: 60%;
}

.block-foryou .block-foryou--search-conditions-sort-select {
	padding-left: 20px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	background: url(../../img/usr/common/ico_ranking-sort_sp.png) no-repeat center left / 14px auto;
}

.block-foryou .block-foryou--search-conditions-sort-modal {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	padding: 10px 0;
	width: 100%;
	display: block;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
}

.block-foryou .is-open + .block-foryou--search-conditions-sort-modal {
	animation: fadeInUp .5s forwards;
	pointer-events: auto;
}

.block-foryou .block-foryou--search-conditions-sort-state-list label {
	padding: 6px 48px 5px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	position: relative;
}

.block-foryou .block-foryou--search-conditions-sort-state-list label::before,
.block-foryou .block-foryou--search-conditions-sort-state-list [type="radio"]:checked + label::after {
	position: absolute;
	content: "";
}

.block-foryou .block-foryou--search-conditions-sort-state-list label::before {
	top: calc(50% - 9px);
	left: 20px;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 9px;
	background-color: #fff;
}

.block-foryou .block-foryou--search-conditions-sort-state-list [type="radio"]:checked + label {
	color: #ce1032;
	background-color: #fcf4f4;
}

.block-foryou .block-foryou--search-conditions-sort-state-list [type="radio"]:checked + label::before {
	border: 1px solid #ce1032;
}

.block-foryou .block-foryou--search-conditions-sort-state-list [type="radio"]:checked + label::after {
	top: calc(50% - 5px);
	left: 24px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #ce1032;
}

.block-foryou .block-foryou--search-conditions-sort-state-list [type="radio"] {
	display: none;
}

.page-foryoulist .refine-search-btn {
    margin-right: 0;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.block-foryou .block-pickup-list-p {
	padding-top: 20px;
	margin-bottom: 37px;
	order: 3;
}

/* ---------------------------------------
スタッフスタート
---------------------------------------- */

.block-goods-related-styling .coordinate-item--size-text {
  font-size: 12px;
  margin-top: 3px;
}

.block-goods-related-styling .coordinate-item--size-text .height {
	padding-right: 9px;
}

.block-goods-related-styling .coordinate-item--size-text .size {
	padding-left: 10px;
	position: relative;
}

.block-goods-related-styling .coordinate-item--size-text .size::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 1px;
	height: 90%;
	background:#888;
}

/* -------------------店舗一覧------------------- */

/* styling */
.block-store-recommend--styling > .staff-contents-container:not(:empty){
	margin-top: 30px;
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	padding: 0 0 38px;
}

.block-store-recommend--styling-title {
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	padding: 35px 10px 8px;
}

.block-store-recommend--styling .search-condition-gender {
	margin: 0 0 20px;
}

.block-store-recommend--styling .coordinate-item-mobile {
	margin-bottom: 20px;
}

.block-store-recommend--styling .coordinate-item--description {
	flex-direction: row-reverse;
}

.block-store-recommend--more {
	margin: 22px 0 0;
	text-align: center;
}

/* staff */
.block-store-recommend--staff > .block-store-recommend--staff-content:not(:empty){
	border-bottom: 1px solid #C7C7C7;
	padding: 0 0 38px;
}

.block-store-recommend--staff-title {
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	padding: 35px 10px 8px;
}

/* blog一覧 */
.block-store-recommend--blog > .staff-contents-container:not(:empty){
	border-bottom: 1px solid #C7C7C7;
	padding: 0 0 38px;
}

.block-store-recommend--blog-title {
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	padding: 35px 10px 8px;
}

#ss-store-blog-list .blog-list-frame	{
	padding: 0;
}

#ss-store-blog-list .blog-item-mobile {
	padding: 0 20px 20px;
	border-bottom: 1px solid #F4F4F4;
	gap: 0 10px;
}

#ss-store-blog-list .blog-item--blogtitle {
	font-size: 13px;
}

/* event */
.block-store-recommend--event>*:not(:empty){
	background: #F8F8F8;
	padding: 0 0 38px;
}

.block-store-recommend--event .block-store-recommend--event-title{
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	padding: 35px 10px 8px;
}

#ss-store-event-list .staff-contents-mainframe {
	padding: 0;
}

#ss-store-event-list .article-list .event-item-mobile {
	width: 100%;
	margin: 0;
	display: flex;
	padding-top: 20px;
}

#ss-store-event-list .article-list .event-item-mobile:first-child {
	padding-top: 0;
}

#ss-store-event-list .article-list .event-item--eventtitle {
	margin-bottom: 5px;
	line-height: 1.54;
	font-size: 11px;
	letter-spacing: .012em;
	color: #000;
}

#ss-store-event-list .article-list .event-item--main-img {
	margin-right: 10px;
	width: 94px;
	flex-shrink: 0;
}

#ss-store-event-list .article-list .event-item--info-box {
	flex-shrink: 0;
	flex: 1;
}

#ss-store-event-list .article-list .event-item--info--releasedate {
	margin-bottom: 10px;
	line-height: 1;
	letter-spacing: .03em;
	color: #818181;
	font-size: 11px;
}

/* news */
.block-store-recommend--news > .staff-contents-container:not(:empty){
	padding: 0 0 38px;
	border-bottom: 1px solid #C7C7C7;
}

.block-store-recommend--news-title {
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	padding: 35px 10px 8px;
}

.block-store-detail .news-list .card-list-frame {
	padding: 0;
}

.block-store-detail .news-list .news-item-mobile {
	padding: 0 20px 20px;
	border-bottom: 1px solid #F4F4F4;
}

.block-store-detail .news-list .news-item--newstitle {
	font-size: 13px;
}

/* feature */
.block-store-recommend--feature > .staff-contents-container:not(:empty){
	padding: 0 0 38px;
}

.block-store-recommend--feature-title {
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	padding: 35px 10px 8px;
}

/* チェックした関連記事 */
.staff-contents-content-title--center {
	margin-bottom: 22px;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.block-rankingitems__goods--items,
.page-genre .block-newitems__goods--items {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	gap: 20px 7px;
}

.page-genre .block-ranking-r--goods,
.top-section .block-ranking-r--goods,
.top-section .block-ranking-r--item {
	width: calc((100% - 14px)/3);
}

.block-ranking-r--price-infos,
.block-pickup-list-p--price-infos {
	color: #222;
	font-size: 15px;
	letter-spacing: 0.03em;
	font-weight: bold;
	line-height: 1.45;
}

/* FEATURE */
.article-list {
	margin-bottom: 20px;
}

.article-list .card-list-frame {
	transition: all 0.5s;
	gap: 20px 10px;
	padding: 0 20px;
}

.ss-news-detail .card-list-frame {
	transition: all 0.5s;
	gap: 20px 10px;
	margin-bottom: 38px;
}

.article-list .article-item-mobile {
	width: calc(50% - 5px);
	position: relative;
}

.article-list .article-item--main-img {
	margin: 0 0 8px;
	aspect-ratio: 1 / 1;
}

.article-item--articletitle {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 11px;
	line-height: 1.72;
	max-height: calc(1.72* 2em);
	overflow: hidden;
	text-align: left;
	word-break: break-all;
}

.ss-news .article-list .article-item-mobile,
.ss-blog .article-list .article-item-mobile,
.ss-news-detail .article-item-mobile {
	width: 100%;
	display: grid;
	grid-template-columns: 100px 1fr;
	padding: 0 20px 20px;
	border-bottom: 1px solid #F4F4F4;
	gap: 0 10px;
}

.ss-news .article-list .article-item-mobile:first-child {
	padding: 20px;
}

.ss-news .article-list .card-list-frame,
.ss-blog .article-list .card-list-frame {
	padding: 0;
}

.ss-news .article-list .article-item--main-img,
.ss-blog .article-list .article-item--main-img {
	margin: 0;
}

/* NEWS */
.news-list .card-list-frame {
	flex-direction: column;
	gap: 20px 0;
	padding: 0 20px;
}

.news-list .news-item-mobile {
	display: flex;
	gap: 0 10px;
}

.news-list .news-item--main-img {
	width: 94px;
	min-width: 24.1vw;
}

.news-list .news-item--info-box {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.news-list .news-item--newstitle {
	font-size: 11px;
	line-height: 1.545;
	letter-spacing: .012em;
}

.news-list .news-item--info--releasedate {
	font-size: 11px;
	color: #818181;
	letter-spacing: .03em;
}

/* BLOG */
.blog-list .blog-list-frame {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	padding: 0 20px;
}

.blog-list .blog-item-mobile {
	display: flex;
	gap: 0 10px;
}

.blog-list .blog-item-mobile .blog-item--main-img {
	width: 94px;
	min-width: 24.1vw;
}

.blog-list .blog-item-mobile .blog-item--info-box,
.ss-blog article-item--info-box {
	flex: 1;
}

.blog-list .blog-item--blogtitle {
	font-size: 11px;
	line-height: 1.545;
	letter-spacing: .012em;
}

.ss-blog .article-item--articletitle,
.ss-news .article-item--articletitle,
.ss-news-detail .article-item--articletitle {
	font-size: 13px;
}

.blog-list .blog-item--info--releasedate,
.ss-blog .article-item--info--releasedate {
	font-size: 11px;
	color: #818181;
	margin: 0 0 10px;
	letter-spacing: .03em;
}

.blog-list .blog-item--description--staff,
.ss-blog .article-item--description {
	display: flex;
	gap: 0 8px;
	width: 100%;
	align-items: center;
}

.blog-list .blog-item--description--staff-icon,
.ss-blog .article-item--description--staff-icon {
	aspect-ratio: 1 / 1;
	width: 32px;
	border-radius: 50%;
	overflow: hidden;
}

.blog-list .blog-item--description--staff-text,
.ss-blog .article-item--info {
	flex: 1;
	display: flex;
	flex-direction: column;
	line-height: 1.2em;
}

.blog-list .blog-item--description--staff-name,
.ss-blog .article-item--info--staffname {
	font-size: 11px;
	font-weight: bold;
}

.blog-list .blog-item--description--shop-name,
.ss-blog .article-item--info--shopname {
	font-size: 11px;
}

/* OUTLET */

.page-genre .block-outlet__goods--items {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.page-genre .block-outlet-r--goods {
	width: calc((100% - 14px)/3);
}

.page-genre .block-outlet-r--goods:not(:nth-of-type(3n)) {
	margin-right: 7px;
}

.page-genre .block-outlet-r--goods:nth-child(n+4) {
	margin-top: 20px;
}

.page-genre span[name="span_heart_outlet"] {
	max-width: 18% !important;
}

.page-genre .block-outlet-r--goods-name {
	font-weight: normal;
	font-size: 11px;
	margin-top: 3px;
}

.page-genre .block-outlet-r--price-infos {
	color: #222;
	font-size: 15px;
	letter-spacing: 0.03em;
	font-weight: bold;
}

/* 下部カテゴリツリー */
.block-category-tree--header{
	font-size: 22px;
	text-align: center;
	padding: 0;
	line-height: 1.22;
}

.block-category-tree--header + span{
	font-size: 13px;
	color: #616161;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	line-height: 1.46;
}

/* ---------------------------------------
efo調整
---------------------------------------- */
.block-order-method--dest .block-order-method-dest-info--billing-zip .form-control > span{
	flex-wrap: wrap;
}

.js-efo.js-efo-is-required .efo-message-add-box,
.form-error{
	display: block;
	margin-top: 6px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #CE1032;
}

.form-group.block-inquiry--sales-id .efo-message-add-box {
	display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    color: #CE1032;
}

input[name="addr2"].efo-caution {
	background-color: #FCF4F4;
	border: 2px solid #ce1032;
}

input[name="s_addr2"].efo-caution {
	background-color: #FCF4F4;
	border: 2px solid #ce1032;
}

input[name="d_addr2"].efo-caution {
	background-color: #FCF4F4;
	border: 2px solid #ce1032;
}

.form-error{
	width: 100%;
}

.block-quick-member-info--gender-radio {
	display: flex;
	width: 100%;
}

input[type="text"].efo-valid,
input[type="tel"].efo-valid,
input[type="email"].efo-valid,
input[type="search"].efo-valid,
input[type="password"].efo-valid,
input[type="url"].efo-valid,
input[type="number"].efo-valid,
select.efo-valid, textarea.efo-valid {
    background-color: #fff!important;
    border: 1px solid #E0E0E0!important;
}

.block-filter--filter-param--search-button--submit.disabled {
    pointer-events: none;
    background: #888;
    border-color: #888;
    opacity: 0.3;
}

/* Brand look用 */
body.page-genre {
	position: relative;
	z-index: 0;
}

body.page-genre::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: .5s ease-in;
}

body.page-genre.is-active::after {
	opacity: 0;
	z-index: -100;
}

.js-animation-bookmark {
	position: relative;
}

.block-loading-min {
	display: inline;
}

.block-loading-min--balls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

.block-loading-min--ball {
  width: 50%;
  height: 5px;
  position: absolute;
  top: calc(50% - 3px);
  transform-origin: 100% 50%;
  left: 0;
}

.block-loading-min--ball::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.block-loading-min--ball-1::before {
  animation: block-loading-min--keyframes 1s linear 0s infinite;
}

.block-loading-min--ball-2 {
  transform: rotate(45deg);
}

.block-loading-min--ball-2::before {
  animation: block-loading-min--keyframes 1s linear -0.125s infinite;
}

.block-loading-min--ball-3 {
  transform: rotate(90deg);
}

.block-loading-min--ball-3::before {
  animation: block-loading-min--keyframes 1s linear -0.25s infinite;
}

.block-loading-min--ball-4 {
  transform: rotate(135deg);
}

.block-loading-min--ball-4::before {
  animation: block-loading-min--keyframes 1s linear -0.375s infinite;
}

.block-loading-min--ball-5 {
  transform: rotate(180deg);
}

.block-loading-min--ball-5::before {
  animation: block-loading-min--keyframes 1s linear -0.5s infinite;
}

.block-loading-min--ball-6 {
  transform: rotate(225deg);
}

.block-loading-min--ball-6::before {
  animation: block-loading-min--keyframes 1s linear -0.625s infinite;
}

.block-loading-min--ball-7 {
  transform: rotate(270deg);
}

.block-loading-min--ball-7::before {
  animation: block-loading-min--keyframes 1s linear -0.75s infinite;
}

.block-loading-min--ball-8 {
  transform: rotate(315deg);
}

.block-loading-min--ball-8::before {
  animation: block-loading-min--keyframes 1s linear -0.875s infinite;
}

@keyframes block-loading-min--keyframes {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1;
  }

  100% {
    width: 2px;
    height: 2px;
    opacity: .2;
    margin-left: 2px;
  }
}