﻿@charset "UTF-8";

.page-top .wrapper {
	background: none;
}

.page-top .pane-contents>.container {
	width: 100%;
}

.page-top .pane-right-menu {
	width: 100%;
}

/* ----トップページ本文---- */
.block-top-keyword {
	display: none;
	width: 1000px;
	margin: 0 auto 20px;
}

.block-top-keyword ul.block-top-keyword--list {
	display: flex;
	gap: 16px;
}

.block-top-keyword ul.block-top-keyword--list>li a {
	font-size: 13px;
	color: #707070;
}

/* MV */
#top-slider-warp {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

#top-slider-warp #top-slider-rectangle li.slick-slide img {
	/*width: 940px;*/
	opacity: 0.5;
}

#top-slider-warp #top-slider-square li.slick-slide img {
	border-radius: 5px;
	width: 450px;
}

#top-slider-warp #top-slider-rectangle li.slick-slide.slick-current img {
	opacity: 1.0;
}

#top-slider-warp #top-slider-square li.slick-slide {
	margin-right: 20px;
}

#top-slider-warp #top-slider-square li:last-child {
	margin-right: 0;
}

#top-slider-warp li.slick-slide img {
	/*width: 940px;*/
}

#top-slider-warp li.slick-slide.slick-current img {
	opacity: 1.0;
}

#top-slider-warp .slick-arrow {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 40px;
	margin-top: -20px;
	background-color: #2D2D2D;
	border: 0;
	text-indent: -9999px;
	z-index: 10;
	cursor: pointer;
}

#top-slider-warp .slick-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#top-slider-warp .slick-prev {
	left: 50%;
	margin-left: -483px;
}

#top-slider-warp .slick-prev::before {
	left: 10px;
	transform: rotate(135deg);
}

#top-slider-warp .slick-next {
	right: 50%;
	margin-right: -483px;
}

#top-slider-warp .slick-next::before {
	right: 10px;
	transform: rotate(-45deg);
}

#top-slider-warp ul.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	padding: 10px 0;
}

#top-slider-warp ul.slick-dots li {
	width: 8px;
	margin: 0 2px;
}

#top-slider-warp ul.slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
}

#top-slider-warp ul.slick-dots li.slick-active button {
	background-color: #2D2D2D;
}

#top-slider-warp #top-slider-square .slick-track {
	margin-left: 0;
}

.block-top-navigation {
	padding: 0 0 34px;
	border-bottom: 1px solid #ECECEC;
}

.block-top-navigation ul.block-top-navigation--list {
	display: flex;
	justify-content: center;
}

.block-top-navigation ul.block-top-navigation--list>li {
	width: 115px;
}

.block-top-navigation ul.block-top-navigation--list>li .block-top-navigation--image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 63px;
	margin: 0 auto 8px;
	border-radius: 50%;
	overflow: hidden;
	background: #C8EAFF;
}

.block-top-navigation ul.block-top-navigation--list>li .block-top-navigation--image img {
	width: 100%;
}

.block-top-navigation ul.block-top-navigation--list>li .block-top-navigation--text {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.03em;
	color: #1A1A1A;
}

/* ヘッダー帯インフォメーション */
.event_bnr {
	width: 100%;
	margin: auto;
	display: flex;
	background: #fff;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.block-header--wrap .block-header--wrap .pane-header .event_bnr a img {
	width: 960px;
	margin: 0 auto 10px;
	display: inline-block;
}

.event_bnr a img {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: block;
	height: auto;
	vertical-align: top;
}

.block-header--wrap.scrolled .block-header--wrap.scrolled .pane-header .event_bnr {
	display: none;
}

.header-banar {
	width: 1200px;
	display: flex;
	height: 40px;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}

.header-banar div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-banar-wrap.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}

nav.pane-globalnav.fixed {
	top: 98px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.pane-contents {
	margin-top: 10px;
}

/* 注目タグ */
.block-top-attention-tag {
	width: 100%;
	background-color: #ffffff;
}

.block-top-attention-tag--inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.block-top-attention-tag h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	width: 95px;
}

.block-top-attention-tag ul {
	width: 880px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

.block-top-attention-tag ul li {
	margin: 0 3px 10px;
}

.block-top-attention-tag ul li a {
	color: #2D2D2D;
	font-size: 13px;
	text-align: center;
	line-height: 1.84;
	display: block;
	padding: 3px 10px;
	background-color: #DDDDDD;
	border-radius: 50px;
}

/* 注目タグ（イベントページ用） */
.block-event-attention-tag {
	width: 100%;
	background-color: #ffffff;
}

.block-event-attention-tag--inner {
	width: 740px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.block-event-attention-tag h2 {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	width: 95px;
}

.block-event-attention-tag ul {
	width: 880px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

.block-event-attention-tag ul li {
	margin: 0 3px 10px;
}

.block-event-attention-tag ul li a {
	color: #2D2D2D;
	font-size: 13px;
	text-align: center;
	line-height: 1.84;
	display: block;
	padding: 3px 10px;
	background-color: #DDDDDD;
	border-radius: 50px;
}

div.block-top-category {
	margin-top: 28px;
	margin-bottom: 28px;
}

/*イベントタイトル*/
.block-top-event h2,
div#block_of_itemhistory h2,
div.block-top-free--column1 h3,
div.block-top-free--column1 h2,
div.block-top-category h2 {
	padding-bottom: 0;
	margin-bottom: 25px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.block-top-event h2 span,
div#block_of_itemhistory h2 span,
div.block-top-free--column1 h3 span,
div.block-top-free--column1 h2 span,
div.block-top-category h2 span {
	background: #F9F9F9;
	position: relative;
	z-index: 2;
	padding: 0 25px;
	display: inline;
}

.block-top-event h2::before,
div#block_of_itemhistory h2::before,
div.block-top-free--column1 h3::before,
div.block-top-free--column1 h2::before,
div.block-top-category h2::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #000;
}

div.block-top-event .block-top-event--title-icon {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 1000px;
	margin: 0 auto 2px;
}

div.block-top-event .block-top-event--title-icon .icon {
	display: block;
	padding: 2px 7px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
	background: #3CA8E9;
}

div.block-top-event h2 {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #1A1A1A;
}

div.block-top-event h2::before {
	display: none;
}

div.block-top-event h2 span {
	padding: 0;
	background: none;
}

div.block-top-event .block-top-event--goods {
	width: 1000px;
	margin: 0 auto;
}

div.block-top-event .block-top-event--more-link {
	display: block;
	width: 250px;
	margin: 0 auto 100px;
	padding: 9px 19px;
	border: 1px solid #D1D1D1;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

/*イベントタイトル*/
ul.block-top-category-tab {
	margin: 0 auto 30px;
	width: 92%;
	text-align: center;
}

ul.block-top-category-tab li {
	font-size: 14px;
	color: #707070;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

ul.block-top-category-tab li:last-child {
	margin: 0;
}

div.block-top-category-wrap {
	margin: 0 auto;
	width: 82.1%;
}

.block-top-category-main {
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.block-top-category-main:last-child {
	margin-bottom: 0;
}

.block-top-category-main li {
	margin-bottom: 0px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-right: 20px;
	width: 145px;
	text-align: center;
}

.block-top-category-main li:last-child {
	margin-right: 0;
}

.block-top-category-main li img {
	width: 88px;
	border-radius: 50%;
}

.block-top-category-main li a {
	text-decoration: none;
	display: block;
}

.block-top-category-main li span {
	font-size: 12px;
	line-height: 1.4;
	color: #707070;
	margin-top: 10px;
	display: block;
}

ul.block-top-category-tab li.active_ {
	font-weight: bold;
	color: #000;
	position: relative;
}

ul.block-top-category-tab li.active_::before {
	position: absolute;
	bottom: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000;
}

.block-top-category-item {
	display: none;
}

.block-top-category-item:nth-child(1) {
	display: block;
}

/* ----トップページ予備テンプレート---- */
.block-top-category-group {
	margin: 0 0 100px;
	padding: 80px 0;
	background: #F1FAFF;
}

.block-top-category-group .block-top-category-group--tab {
	width: 1000px;
	margin: 0 auto;
}

.block-top-category-group .block-top-category-group--tab h2 {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #1A1A1A;
}

.block-top-category-group .block-top-category-group--tab-inner {
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 0 48px;
}

.block-top-category-group ul.block-top-category-group--tab-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.block-top-category-group ul.block-top-category-group--tab-list>li .block-top-category-group--tab-button {
	padding: 2px 15px;
	border: 0;
	border-radius: 13px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	color: #707070;
	white-space: nowrap;
	background: none;
}

.block-top-category-group ul.block-top-category-group--tab-list>li .block-top-category-group--tab-button.is-active {
	color: #FFF;
	background: #3CA8E9;
}

.block-top-category-group .block-top-category-group--tab-content .block-top-category-group--tab-content-item {
	display: none;
}

.block-top-category-group .block-top-category-group--tab-content ul.block-top-category-group--category-list {
	display: flex;
	align-items: flex-start;
	justify-content: stretch;
	flex-wrap: wrap;
	gap: 25px 40px;
}

.block-top-category-group .block-top-category-group--tab-content ul.block-top-category-group--category-list>li {
	width: 90px;
}

.block-top-category-group .block-top-category-group--tab-content ul.block-top-category-group--category-list>li .block-top-category-group--category-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	box-sizing: border-box;
	margin: 0 0 7px;
	background: #FFF;
}

.block-top-category-group .block-top-category-group--tab-content ul.block-top-category-group--category-list>li .block-top-category-group--category-image img {
	width: 100%;
}

.block-top-category-group .block-top-category-group--tab-content ul.block-top-category-group--category-list>li .block-top-category-group--category-text {
	font-size: 12px;
	text-align: center;
	word-break: keep-all;
	line-height: 1.35714;
	color: #707070;
}

.block-top-paseos-tv h2 {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #1A1A1A;
}

.block-top-paseos-tv ul.block-top-paseos-tv--list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	justify-content: center;
	width: 1000px;
	margin: 0 auto 50px;
	padding: 0 70px;
}

.block-top-paseos-tv ul.block-top-paseos-tv--list>li {
	width: 200px;
}

.block-top-paseos-tv ul.block-top-paseos-tv--list>li:last-of-type {
	margin-right: auto;
}

.block-top-paseos-tv ul.block-top-paseos-tv--list>li .block-top-paseos-tv--image img {
	vertical-align: top;
}

.block-top-paseos-tv ul.block-top-paseos-tv--list>li .block-top-paseos-tv--date {
	display: none;
	margin: 10px 0 0;
	font-size: 12px;
	color: #707070;
}

.block-top-paseos-tv ul.block-top-paseos-tv--list>li .block-top-paseos-tv--name {
	display: none;
	margin: 6px 0 0;
	font-size: 14px;
}

.block-top-paseos-tv .block-top-paseos-tv--more .block-top-paseos-tv--more-link {
	display: block;
	width: 250px;
	margin: 0 auto 100px;
	padding: 9px 19px;
	border: 1px solid #D1D1D1;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.block-top-ranking-tab {
	margin: 0 0 100px;
	padding: 80px 0;
	background: #F6F6F6;
}

.block-top-ranking-tab .block-top-ranking-tab--title {
	margin-bottom: 16px;
}

.block-top-ranking-tab .block-top-ranking-tab--list-frame {
	width: 1000px;
	margin: 0 auto 30px;
}

.block-top-ranking-tab .block-top-ranking-tab--list-frame ul.block-top-ranking-tab--list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.block-top-ranking-tab .block-top-ranking-tab--list-frame ul.block-top-ranking-tab--list>li .block-top-ranking-tab--tab-button {
	padding: 2px 15px;
	border: 0;
	border-radius: 13px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	color: #707070;
	white-space: nowrap;
	background: none;
}

.block-top-ranking-tab .block-top-ranking-tab--list-frame ul.block-top-ranking-tab--list>li .block-top-ranking-tab--tab-button.is-active {
	color: #FFF;
	background: #3CA8E9;
}

.block-top-ranking-tab .block-top-ranking-tab--content .block-top-ranking-tab--content-item {
	display: none;
}

.block-top-ranking-tab .block-top-ranking-tab--content .block-top-ranking-tab--more-button {
	display: block;
	width: 250px;
	margin: 20px auto 0;
	padding: 9px 19px;
	border: 1px solid #D1D1D1;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	background: #FFF;
}

.block-top-buyer-recommend {
	margin: 0 0 100px;
	padding: 80px 0;
	background: #F1FAFF;
}

.block-top-buyer-recommend .block-top-buyer-recommend--title {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #1A1A1A;
}

.block-top-buyer-recommend .block-top-buyer-recommend--inner {
	width: 1000px;
	margin: 0 auto;
}

.block-top-buyer-recommend .block-top-buyer-recommend--inner ul.block-top-buyer-recommend--list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0 2px;
}

.block-top-buyer-recommend .block-top-buyer-recommend--inner ul.block-top-buyer-recommend--list>li {
	width: 312px;
}

.block-top-buyer-recommend .block-top-buyer-recommend--inner ul.block-top-buyer-recommend--list>li img {
	vertical-align: top;
}

.block-top-buyer-recommend .block-top-buyer-recommend--inner ul.block-top-buyer-recommend--list>li .block-top-buyer-recommend--text {
	margin: 12px 0 0;
	font-size: 14px;
	color: #1A1A1A;
}

.block-top-buyer-recommend .block-top-buyer-recommend--more .block-top-buyer-recommend--more-link {
	display: block;
	width: 250px;
	margin: 20px auto 0;
	padding: 9px 19px;
	border: 1px solid #D1D1D1;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	background: #FFF;
}

.block-top-month-feature .block-top-month-feature--title {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #1A1A1A;
}

.block-top-month-feature {
	margin: 0 0 100px;
}

.block-top-month-feature .block-top-month-feature--inner {
	width: 1000px;
	margin: 0 auto;
}

.block-top-buyer-feature .block-top-buyer-feature--title {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #1A1A1A;
}

.block-top-month-feature .block-top-month-feature--inner ul.block-top-month-feature--list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 0 2px;
}

.block-top-month-feature .block-top-month-feature--inner ul.block-top-month-feature--list>li {
	width: 312px;
}

.block-top-month-feature .block-top-month-feature--inner ul.block-top-month-feature--list>li img {
	vertical-align: top;
}

.block-top-month-feature--more .block-top-month-feature--more-link {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 9px 19px;
	border: 1px solid #D1D1D1;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	background: #FFF;
}

.block-top-original-style {
	margin: 0 0 100px;
}

.block-top-original-style .block-top-original-style--inner {
	width: 1000px;
	margin: 0 auto;
}

.block-top-original-style .block-top-original-style--title {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #1A1A1A;
}

.block-top-original-style ul.block-top-original-style--list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.block-top-original-style ul.block-top-original-style--list>li {
	width: calc(50% - 10px);
	border: 1px solid #ECECEC;
}

.block-top-original-style ul.block-top-original-style--list>li img {
	vertical-align: top;
}

.block-top-original-style ul.block-top-original-style--list>li a,
.block-top-original-style ul.block-top-original-style--list>li .nolink_ {
	display: flex;
	align-items: center;
	width: 100%;
}

.block-top-original-style ul.block-top-original-style--list>li .block-top-original-style--image {
	width: 165px;
	padding: 9px;
}

.block-top-original-style ul.block-top-original-style--list>li .block-top-original-style--text-frame {
	width: calc(100% - 165px);
	text-align: center;
}

.block-top-original-style ul.block-top-original-style--list>li .block-top-original-style--text {
	margin: 13px 0 0;
	font-size: 13px;
	color: #1A1A1A;
}

.page-top #block_of_itemhistory h2 {
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #1A1A1A;
}

.page-top #block_of_itemhistory h2::before {
	display: none;
}

.page-top #block_of_itemhistory h2 span {
	padding: 0;
	background: none;
}

.page-top #itemHistory {
	width: 1000px;
	margin: 0 auto;
}

.page-top #itemHistory .block-recent-item--keep-history {
	display: none;
}

.block-top-free--header {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 50px 0 30px;
	margin: 10px 0 0;
	border-top: 1px solid #DCDCDC;
}

.block-top-free--column2 ul,
.block-top-free--column3 ul,
.block-top-free--column4 ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0%;
}

.block-top-free--name {
	color: #2D2D2D;
	font-size: 14px;
	font-weight: bold;
}

.block-top-free--comment {
	color: #2D2D2D;
	font-size: 12px;
	line-height: 2.0;
	display: block;
}

.block-top-free--image {
	letter-spacing: 0;
	position: relative;
}

.block-top-free--image span,
.block-top-free--image a {
	display: block;
}

.block-top-free--image .block-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.block-top-free--image .block-icon img {
	width: 50px;
	height: auto;
}

.block-top-free--column1 .block-top-free--image {
	text-align: center;
	margin: 0 0 20px;
}

.block-top-free--column2 .block-top-free--image {
	width: 380px;
	margin: 0 0 20px;
	text-align: center;
}

.block-top-free--column2 .block-top-free--image:nth-child(even) {
	margin-left: 20px;
}

.block-top-free--column3 .block-top-free--image {
	width: 248px;
	margin: 0 18px 40px 0;
	text-align: center;
}

.block-top-free--column3 .block-top-free--image:nth-child(3n) {
	margin-right: 0;
}

.block-top-free--column4 .block-top-free--image {
	width: 181px;
	margin: 0 18px 30px 0;
	text-align: center;
}

.block-top-free--column4 .block-top-free--image:nth-child(4n) {
	margin-right: 0;
}

.block-top-free--comment-off .block-top-free--comment {
	display: none;
}

/* ----ヘッダー---- */
.pane-globalnav {
	display: none;
}

.block-top-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #ECECEC;
	z-index: 99;
}

.block-top-header .block-top-header--banner a {
	display: block;
	padding: 10px;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #FFF;
	background: linear-gradient(to right, #3CA8E9 0%, #38C8ED 75%, #36D5EE 100%);
}

.block-top-header .block-top-header--inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1000px;
	height: 68px;
	margin: 0 auto;
}

.block-top-header .block-top-header--inner .block-top-header--left {
	display: none;
}

.block-top-header .block-top-header--inner .block-top-header-logo {
	width: 167px;
	margin: 0;
	font-size: 10px;
}

.block-top-header .block-top-header--inner .block-top-header-logo img {
	vertical-align: top;
}

.block-top-header .block-top-header--inner .block-top-header--right {
	display: flex;
	align-items: stretch;
	height: 100%;
	max-width: calc(100% - 167px);
}

.block-top-header .block-top-header--inner .block-top-header--right .block-top-header--search {
	margin-left: 40px;
	margin-top: auto;
	margin-bottom: auto;
}

.block-top-header .block-top-header--inner .block-top-header--right .block-top-header--search form {
	position: relative;
}

.block-top-header .block-top-header--inner .block-top-header--right .block-top-header--search .block-top-header--search-keyword {
	width: 159px;
	height: 34px;
	margin: 0;
	padding: 6px 40px 6px 12px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	background: #F5F8F9;
}

.block-top-header.is-logged-in .block-top-header--inner .block-top-header--right .block-top-header--search .block-top-header--search-keyword {
	width: 235px;
}

.block-top-header .block-top-header--inner .block-top-header--right .block-top-header--search .block-top-header--search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	padding: 0;
	border: 0;
	background: url(../../img/usr/common/ico_header_search.png) center center / 17px auto no-repeat;
}

.block-top-header .block-top-header--inner .block-top-header--right ul.block-top-header--navi-list {
	display: flex;
	align-items: stretch;
	margin-left: 8px;
}

.block-top-header .block-top-header--inner .block-top-header--right ul.block-top-header--navi-list>li a {
	position: relative;
	color: #1A1A1A;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 5px;
	font-size: 9px;
	line-height: 1;
	height: 100%;
	padding: 0 8px;
}

.block-top-header .block-top-header--inner .block-top-header--right ul.block-top-header--navi-list>li a .block-top-header--cart-count {
	position: absolute;
	top: 18px;
	right: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #FFF;
	background: #0091DB;
}

.block-top-header .pane-header {
	display: flex;
	width: 100%;
	z-index: 99;
}

.block-top-banner--entry a {
	width: 240px;
	margin: 0 auto;
	display: block;
	line-height: 1.0;
}

.block-header--wrap {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #ffffff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
	z-index: 100;
	transition-timing-function: ease;
	transition: all 300ms;
}

.block-header--wrap.scrolled {
	transform: translatey(-150px);
	transition-timing-function: ease;
	transition: all 200ms;
}

body.page-top .block-header--wrap.scrolled {
	transform: translatey(-75px);
}

.pane-header {
	background-color: #ffffff;
}

.pane-header .container {
	height: 58px;
}

.block-header-logo {
	width: 140px;
	font-size: 0;
	padding: 12px 0 11px;
}

.block-headernav {
	margin-left: auto;
}

.block-headernav--item-list {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.block-headernav--item-list li {
	position: relative;
	display: inline-block;
	font-size: 11px;
	text-align: center;
	border-left: 1px solid #F3F3F3;
}

.block-headernav--item-list li:first-child {
	border-left: 0;
}

.block-headernav--item-list li i.fa {
	position: relative;
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
	z-index: 1;
}

.block-headernav--item-list li a {
	font-size: 11px;
	line-height: 1.27;
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 34px;
	background-position: 20px center;
	background-repeat: no-repeat;
}

.block-headernav--item-list li.block-headernav--item-list-favorite a {
	padding-left: 51px;
	background-image: url("../../img/usr/common/ico_heart.svg");
	background-size: 25px 25px;
}

.block-headernav--item-list li.block-headernav--item-list-login a {
	padding-left: 50px;
	background-image: url("../../img/usr/common/ico_login.svg");
	background-size: 20px 20px;
}

.block-headernav--item-list li.block-headernav--item-list-cart a {
	padding-left: 54px;
	padding-right: 0;
	background-image: url("../../img/usr/common/ico_cart.svg");
	background-size: 25px 25px;
}

.block-headernav--item-list li.block-headernav--item-list-mypage a {
	padding-left: 48px;
	background-image: url("../../img/usr/common/ico_mypage.svg");
	background-size: 24px 24px;
}

.block-headernav--item-list li a:hover {
	text-decoration: none;
}

.block-headernav--cart-count {
	display: none;
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	background-color: #D42828;
	color: #fff;
	border-radius: 10px;
	top: 0;
	right: 32px;
	z-index: 2;
}

/* ----ヘッダー検索---- */
.block-global-search {
	width: 340px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 40px;
}

.block-global-search--keyword {
	width: 340px;
	text-indent: 20px;
}

.block-global-search form {
	position: relative;
}

.block-global-search form input.block-global-search--keyword {
	background: #DDDDDD;
	color: #707070;
	border: none;
	border-radius: 50px;
	width: 340px;
	margin: 0 0 0;
	padding: 7px 10px 5px 20px;
	height: min-content;
	line-height: 1;
	outline: none;
	text-align: left;
	text-indent: 10px;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
	margin: 0;
}

button.block-global-search--submit {
	border: none;
	background-color: transparent;
	background-image: url("../../img/usr/common/ico_search.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	width: 33px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.block-global-search--searchdetail {
	margin-left: 15px;
}

.block-global-search--search-detail-link {
	color: #6fb4c3;
	text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
	text-decoration: none;
}

/* ----グローバルナビ---- */
.block-globalnav--item-list {
	display: table;
	/* display: flex;align-items: stretch;justify-content: center;flex-wrap: wrap;width: 1000px;*/
	width: 980px;
	margin: 0 auto;
}

.block-globalnav--item-list i {
	margin-right: 10px;
}

.block-globalnav--item-list>li {
	/* display: block;width: calc(100% / 7);*/
	display: table-cell;
	width: 16%;
	line-height: 1;
	text-align: center;
}

.block-globalnav--item-list>li>a {
	position: relative;
	/* display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;*/
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0 10px;
}

.block-globalnav--item-list>li>a {
	text-decoration: none;
}

.block-globalnav--item-list>li>a:hover {
	color: #6fb4c3;
}

.block-globalnav--item-list>li>a.block-globalnav-txt {
	background: #ff4f8b;
}

.block-globalnav--item-list>li>a.block-globalnav-txt:hover {
	color: #ff4f8b;
}

.block-globalnav--item-list>li>a:before {
	/*  content: "";display: block;position: absolute;width: 100%;height: 38px;border-left: 1px solid #666;top: 10px;left: 0;*/
}

.block-globalnav--item-list>li:last-child>a:before {
	border-right: 1px solid #666;
}

.block-globalnav--item-list>li>a .fa-chevron-down {
	position: absolute;
	font-size: 12px;
	right: 12px;
}

.block-globalnav--item-list>li>a.active {
	transition: color 0.2s linear 0;
	color: #0091DB;
	text-decoration: none;
	background-color: #ffffff;
}

.block-globalnav--item-list>li>a.active .fa-chevron-down {
	/*  color: #fff;transform: rotate(180deg);*/
}

.block-globalnav-menu {
	position: absolute;
	height: fit-content !important;
	background-color: #ffffff;
	opacity: 0.98;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 25px 0 40px;
	text-align: left;
	z-index: 10;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.block-globalnav-menu * {
	color: #2D2D2D;
}

.block-globalnav-menu>div {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.block-globalnav-menu>div h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.866;
	margin-bottom: 15px;
	width: 100%;
}

.block-globalnav-menu--freespace ul.block-globalnav-menu--item-list {
	display: block;
	width: 100%;
	padding-bottom: 25px;
}

.block-globalnav-menu--freespace ul.block-globalnav-menu--item-list li a {
	font-size: 13px;
	line-height: 2;
	display: block;
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
}

.block-globalnav-menu--freespace ul.block-globalnav-menu--item-list li a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 7px;
	left: 0;
	margin-top: 0;
}

.block-globalnav-menu--freespace ul.block-globalnav-menu--item-list li.block-globalnav-menu--item-list-title {
	width: 180px;
	padding-left: 0;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 10px;
	border-bottom: solid 1px #333;
}

.block-globalnav-menu--freespace ul.block-globalnav-menu--item-list li.block-globalnav-menu--item-list-title a {
	padding-left: 0;
}

.block-globalnav-menu--freespace ul.block-globalnav-menu--item-list li.block-globalnav-menu--item-list-title a:before {
	border: none;
}

.block-globalnav-menu--freespace ul.block-globalnav-menu--item-list li.block-globalnav-menu--item-list-title a:hover {
	text-decoration: none;
}

.block-globalnav-menu--freespace ul.block-globalnav-menu--item-list li+li.block-globalnav-menu--item-list-title {
	margin-top: 24px;
}

.block-globalnav-menu .block-dynamic-category--body,
.block-globalnav-menu .block-dynamic-genre--body {
	display: flex;
	align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,
.block-globalnav-menu .block-dynamic-genre--body li {
	width: 20%;
	font-size: 14px;
	margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,
.block-globalnav-menu .block-dynamic-genre--body li a {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,
.block-globalnav-menu .block-dynamic-genre--body li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,
.block-globalnav-menu .block-dynamic-genre--body li a img {
	vertical-align: middle;
	width: 30px;
	margin-right: 10px;
}

.block-globalnav-menu--freespace * {
	font-size: 14px;
}

.block-globalnav-menu--freespace h3 {
	margin-top: 0;
}

.block-globalnav-menu--freespace p {
	font-size: 12px;
	margin: 10px 10px 10px 0;
}

.block-globalnav-menu--freespace>ul {
	width: 18%;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.block-globalnav-menu--freespace>ul:last-of-type {
	margin-right: 0;
}

.block-globalnav-menu--freespace ul li img {
	vertical-align: middle;
}

.block-globalnav-menu--bnrspace ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block-globalnav-menu--bnrspace ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.block-globalnav-menu--bnrspace ul li a {
	display: block;
}

.block-globalnav-menu--bnrspace ul.column2 li {
	width: 45%;
}

.block-globalnav-menu--bnrspace ul.column2 li:nth-child(2n) {
	margin-right: 0;
}

.block-globalnav-menu---bnrspace ul.column3 li {
	width: 30%;
}

.block-globalnav-menu--bnrspace ul.column3 li:nth-child(3n) {
	margin-right: 0;
}

.block-globalnav-menu--bnrspace ul.column4 li {
	width: 20%;
}

.block-globalnav-menu--bnrspace ul.column4 li:nth-child(4n) {
	margin-right: 0;
}

.block-globalnav-menu--bnrspace ul li:last-of-type {
	margin-right: 0;
}

#block_category_original ul.column3 li {
	width: 30%;
}

#block_category_coordinate ul.column3 li {
	width: 30%;
}

/* 新規会員登録　バナー */
.block-top-banner--entry {
	text-align: center;
	padding: 10px 0;
}

/* ----フッター---- */
footer .container {
	position: relative;
	width: 100%;
}

ul.block-footernav--sns-link {
	text-align: center;
	letter-spacing: -5px;
	line-height: 1.0;
	padding: 20px 0;
}

ul.block-footernav--sns-link li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 12px;
	width: 26px;
}

ul.block-footernav--sns-link li a {
	display: block;
	line-height: 1.0;
}

.block-footernav {
	text-align: center;
	padding: 29px 0 28px;
	background-color: #ffffff;
}

.block-footernav ul {
	letter-spacing: -5px;
}

.block-footernav li {
	display: inline-block;
	letter-spacing: 0;
	border-left: 1px solid #DDDDDD;
}

.block-footernav li:first-child {
	border-left: 0;
}

.block-footernav li a {
	color: #2D2D2D;
	line-height: 1.0;
	display: block;
	padding: 0 15px;
}

.pane-footer .container {
	width: 100%;
	background: #F6F6F6;
}

#footernav .block-top-footernav--benefit {
	padding: 50px 0 60px;
	text-align: center;
	color: #FFF;
	background: linear-gradient(110deg, #3CA8E9 0%, #38C8ED 70%, #36D5EE 100%);
}

#footernav .block-top-footernav--benefit .block-top-footernav--benefit-title {
	margin: 0 0 36px;
	font-size: 20px;
	font-weight: 500;
}

#footernav .block-top-footernav--benefit ul.block-top-footernav--benefit-list {
	display: flex;
	width: 840px;
	margin: 0 auto 30px;
}

#footernav .block-top-footernav--benefit ul.block-top-footernav--benefit-list>li {
	display: flex;
	align-items: center;
	width: 50%;
	padding-left: 49px;
	border-left: 1px dashed #9FD1EF;
}

#footernav .block-top-footernav--benefit ul.block-top-footernav--benefit-list>li:first-of-type {
	padding-left: 50px;
	border-left: 0;
}

#footernav .block-top-footernav--benefit ul.block-top-footernav--benefit-list>li .block-top-footernav--benefit-image {
	flex-shrink: 0;
}

#footernav .block-top-footernav--benefit ul.block-top-footernav--benefit-list>li .block-top-footernav--benefit-text {
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

#footernav .block-top-footernav--benefit ul.block-top-footernav--benefit-list>li .block-top-footernav--benefit-text span {
	font-size: 16px;
	font-weight: bold;
}

#footernav .block-top-footernav--benefit-entry .block-top-footernav--benefit-entry-link {
	display: block;
	width: 330px;
	margin: 0 auto;
	padding: 9px 19px;
	border: 1px solid #FFF;
	border-radius: 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
}

#footernav .block-top-footernav--bottom {
	display: flex;
	align-items: flex-start;
	width: 1000px;
	padding: 50px 0 38px;
	margin: 0 auto;
}

#footernav .block-top-footernav--bottom .block-top-footernav--left-frame,
#footernav .block-top-footernav--bottom .block-top-footernav--right-frame {
	width: 50%;
}

#footernav .block-top-footernav--bottom .block-top-footernav--left-frame {
	display: flex;
	align-items: flex-start;
	gap: 0 60px;
}

#footernav .block-top-footernav--bottom .block-top-footernav--left-frame ul.block-top-footernav--list>li {
	font-size: 14px;
	line-height: 2.2857;
	color: #707070;
}

#footernav .block-top-footernav--bottom .block-top-footernav--right-frame ul.block-top-footernav--sns {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	margin: 0 0 40px;
}

#footernav .block-top-footernav--bottom .block-top-footernav--right-frame .block-top-footerlogo {
	margin: 0 0 13px;
	padding-left: 3px;
	text-align: right;
}

#footernav .block-top-footernav--bottom .block-top-footernav--right-frame .block-top-footerlogo img {
	vertical-align: top;
}

#footernav .block-top-footernav--bottom .block-top-footernav--right-frame .block-top-copyright {
	padding-left: 6px;
	font-size: 12px;
	font-weight: normal;
	color: #D1D1D1;
	text-align: right;
}

/* ----ページトップに戻る---- */
.block-page-top a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	background-color: #999999;
}

.block-page-top a:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -5px;
}

.block-page-top {
	position: fixed;
	top: auto;
	bottom: 10px;
	right: 26px;
	display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
	width: 400px;
	text-align: center;
	margin: 0 auto 20px;
	display: none;
}

.block-switcher li {
	display: inline-block;
}

.block-switcher--switch {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #444;
	color: #fff;
}

.block-switcher--switch:hover {
	text-decoration: none;
	background-color: #ccc;
}

.block-switcher--current {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}

.block-switcher .fa {
	margin-right: 10px;
	vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
	font-size: 22px;
}

.block-switcher .fa-desktop {
	font-size: 18px;
}

/* ----Copyright---- */
.block-copyright {
	font-size: 10px;
	text-align: center;
	color: #999999;
	padding: 10px 0;
}

/* ----ブランド画面---- */
.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 20px 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: #ddd 1px solid;
	border-top: none;
	border-bottom: none;
}

.block-brand-list--item-name {
	padding: 15px 35px 0;
}

.block-brand-list--item-comment {
	border-bottom: #ddd 1px solid;
	padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
	display: block;
	text-align: center;
	width: 240px;
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 14px;
	margin: 15px auto 0;
	background: #e5e5e5;
}

.block-brand-detail--image {
	margin-top: 40px;
}

.block-brand-detail--description {
	margin-bottom: 30px;
}

/* ----商品詳細画面---- */
.block-goods-detail--color-variation-goods-image {
	position: relative;
}

.block-goods-detail--color-variation-goods-image .block-icon {
	position: absolute;
	top: 0;
	z-index: 10;
}

.block-goods-detail--color-variation-goods-image .block-icon span {
	display: inline-block;
	vertical-align: top;
	line-height: 1.0;
}

.block-goods-detail--color-variation-goods-image .block-icon.at-brand-icon span img {
	width: 100px;
}

.block-goods-detail--color-variation-goods-image .block-icon.at-auto-icon span img {
	height: 36px;
}

.block-goods-detail--color-variation-goods-image .block-icon.at-brand-icon {
	left: 0;
}

.block-goods-detail--color-variation-goods-image .block-icon.at-auto-icon {
	right: 6px;
	top: 6px;
	margin: 0;
	letter-spacing: 0;
}

.block-goods-detail--color-variation-goods-image .block-icon.at-auto-icon span {
	margin: 0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport .block-goods-detail-line-item figure {
	width: 100%;
	height: 592px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background-color: #F3D1D1;*/
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport .block-goods-detail-line-item figure img {
	flex-shrink: 0;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper {
	position: relative;
}

.block-goods-detail--color-variation-goods-image .bx-controls-direction a {
	position: absolute;
	top: 50%;
	display: block;
	width: 26px;
	height: 40px;
	margin-top: -20px;
	background-color: #2D2D2D;
	z-index: 50;
	text-indent: -9999px;
}

.block-goods-detail--color-variation-goods-image .bx-controls-direction a::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.block-goods-detail--color-variation-goods-image .bx-controls-direction a.bx-prev {
	left: 0;
}

.block-goods-detail--color-variation-goods-image .bx-controls-direction a.bx-prev::before {
	left: 10px;
	transform: rotate(135deg);
}

.block-goods-detail--color-variation-goods-image .bx-controls-direction a.bx-next {
	right: 0;
}

.block-goods-detail--color-variation-goods-image .bx-controls-direction a.bx-next::before {
	right: 10px;
	transform: rotate(-45deg);
}

.block-goods-detail--color-variation-goods-image .bx-controls-direction a.disabled {
	display: none;
}

.block-goods-gallery ul {
	margin-top: 10px;
}

.block-goods-gallery li {
	width: 50px;
	height: 58px;
	margin: 0 0 6px;
	background-color: #ffffff;
}

.block-goods-gallery li figure {
	width: 50px;
	height: 58px;
}

.block-goods-gallery li a {
	display: block;
}

.block-goods-gallery li a.active {
	position: relative;
}

.block-goods-gallery li a.active::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #999999;
	width: 100%;
	height: 100%;
}

.block-variation--item dt {
	border: 0;
	background-color: inherit;
}

.block-variation--item {
	margin-right: 10px;
	vertical-align: top;
}

.block-color--item dt {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.block-color--item-term figure {
	width: 26px;
	height: 26px;
}

.block-color--item-term img {
	max-width: 26px;
	max-height: 26px;
	border-radius: 50%;
}

.block-variation--item.active dt {
	border: 2px solid #999999;
}

.block-variation--item.color-disable-stock dt {
	border: 2px solid #999999;
}

.block-variation--item.color-enable-stock dt {
	border: 2px solid #999999;
}

.block-variation--item.active dt figure,
.block-variation--item.color-disable-stock dt figure {
	width: 26px;
	height: 26px;
}

.block-variation--item.active dt figure img,
.block-variation--item.color-disable-stock dt figure img {
	max-width: 26px;
	max-height: 26px;
}

.block-variation.block-color {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.block-variation--selected-item {
	display: none;
}

.block-variation--name {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 13px 0 0;
}

.page-goods .pane-goods-right-side .block-icon {
	letter-spacing: -5px;
	line-height: 1.0;
	margin: 0 0 7px;
}

.page-goods .pane-goods-right-side .block-icon span {
	display: inline-block;
	line-height: 1.0;
	letter-spacing: 0;
	margin: 0 5px 5px 0;
}

.page-goods .pane-goods-right-side .block-icon span img {
	height: 24px;
}

.page-goods .pane-goods-right-side .block-icon span.block-icon--txt {
	width: 87px;
	padding: 5px 3px 4px;
}

.page-goods .pane-goods-right-side .block-icon span.block-icon--txt span {
	font-size: 12px;
	transform: scale(1.0);
	margin: 0;
}

.block-goods-name {
	margin: 0 0 22px;
}

.block-goods-name--text {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	border: 0;
}

.block-goods-price {
	margin: 0 0 25px;
}

.block-goods-price--price {
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
}

.block-goods-price--price-tax {
	font-size: 14px;
	font-weight: normal;
}

.block-goods-price--net-price {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}

.block-goods-price--default-price {
	font-size: 14px;
	line-height: 1.714;
}

.block-goods-price--on-sales-comment {
	color: #D42828;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.87;
}

.block-goods-price--on-sales-comment+.block-goods-price--price,
.block-goods-price--on-sales-comment+.block-goods-price--price .block-goods-price--price-tax,
.block-goods-price--on-sales-comment+.block-goods-price--price+.block-goods-price--net-price {
	color: #D42828;
	font-weight: bold;
}

.block-goods-price--on-sales-comment+.block-goods-price--price {
	line-height: 1.16;
}

.goods-detail-description {
	margin-top: 5px;
	display: flex;
}

.goods-detail-description dt,
.goods-detail-description dd {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	width: auto;
	display: block;
}

.goods-detail-description dt {
	margin-right: 15px;
}

.block-variation p {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 10px;
}

.block-color-size-with-cart {
	margin-top: 21px;
}

.block-color-size-with-cart--item-list-wrap {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	margin: 0 0 6px;
	min-height: 133px;
	overflow: hidden;
}

.block-color-size-with-cart--color-line {
	padding: 15px 8px 15px 100px;
	background-color: #ffffff;
	position: relative;
}

.block-color-size-with-cart--size-line {
	padding: 15px 8px 15px 10px;
	background-color: #ffffff;
	position: relative;
}

.block-color-size-with-cart--size-line::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	width: 340px;
	height: 1px;
	background-color: #f3f3f3;
}

.block-color-size-with-cart--color-line .js-no-stock,
.block-color-size-with-cart--size-line .js-no-stock {
	color: #DDDDDD;
}

.block-color-size-with-cart--color-item-term {
	border: 0;
	width: 70px;
	height: 12vw;
	margin-right: 20px;
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 10;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.block-color-size-with-cart--color-item-term::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari 対応 */
}

.block-color-size-with-cart--color-item-term figure {
	width: 70px;
	height: 82px;
}

.block-color-size-with-cart--color-item-term img {
	max-width: 70px;
	max-height: 82px;
}

.block-color-size-with-cart--color-item-term span {
	font-size: 10px;
	line-height: 1.3;
	text-align: left;
	padding-top: 4px;
	display: block;
}

.block-color-size-with-cart--nocolor {
	border: 0;
	width: 70px;
	height: 40px;
	margin-right: 20px;
}

.block-color-size-with-cart--size-item-wrap {
	width: 120px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-right: 10px;
}

.block-color-size-with-cart--size-item-term {
	border: 0;
	width: 120px;
	height: auto;
	margin: 0;
}

.block-color-size-with-cart--size-item-term span {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	text-align: left;
}

.block-color-size-with-cart--stock-item-term {
	width: 120px;
	margin: 0;
}

.block-color-size-with-cart--stock-item-term span {
	font-size: 10px;
	line-height: 1.5;
	display: block;
}

.block-variation-add-cart,
.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
	margin-right: 5px;
}

.block-variation-add-cart--btn {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.714;
	text-align: left;
	padding: 9px 0 7px 45px;
	width: 170px;
	height: 40px;
	border-radius: 4px;
	background-image: url("../../img/usr/common/ico_cart02.svg");
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
}

.block-variation-no-stock--message,
.block-variation-outside-sales-period--message,
.block-goods-variation-arrival-notice--btn {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.714;
	width: 170px;
	height: 40px;
	border: 0;
	border-radius: 4px;
}

.block-variation-no-stock--message {
	color: #ffffff;
	text-align: left;
	padding: 9px 0 7px 45px;
	background-color: #DDDDDD;
	background-image: url("../../img/usr/common/ico_cart02.svg");
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 17px 17px;
}

.block-goods-variation-arrival-notice--btn {
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
	background-color: #2D2D2D;
}

.block-variation-favorite {}

.block-variation-favorite--btn,
.block-variation-favorite-registed--btn {
	width: 38px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 27px 27px;
	background-color: #ffffff;
	border: 0;
}

.block-variation-favorite--btn {
	background-image: url("../../img/usr/common/ico_heart02.svg");
}

.block-variation-favorite-registed--btn {
	background-image: url("../../img/usr/common/ico_heart03.svg");
}

.block-variation-favorite--btn i,
.block-variation-favorite-registed--btn i {
	display: none;
}

.block-goods-detail--normal-shipping-charges {}

.block-goods-detail--normal-shipping-charges h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 6px;
}

.block-goods-detail--normal-shipping-charges .at-color {
	color: #D42828;
}

.block-goods-detail--normal-shipping-charges table {
	width: 100%;
	border: 1px solid #DDDDDD;
}

.block-goods-detail--normal-shipping-charges table th,
.block-goods-detail--normal-shipping-charges table td {
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #DDDDDD;
}

.block-goods-detail--normal-shipping-charges table thead th {
	padding: 6px 0 4px;
	background-color: #DDDDDD;
	border-right: 1px solid #FFFFFF;
}

.block-goods-detail--normal-shipping-charges table thead th:last-child {
	border-right: 1px solid #DDDDDD;
}

.block-goods-detail--normal-shipping-charges table tbody th,
.block-goods-detail--normal-shipping-charges table tbody td {
	padding: 8px 0 4px;
	background-color: #ffffff;
}

.block-goods-detail--normal-shipping-charges table tbody th {
	width: 330px;
	line-height: 2.0;
}

.block-goods-detail--normal-shipping-charges table tbody th span {
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.block-goods-detail--normal-shipping-charges table tbody th strong,
.block-goods-detail--normal-shipping-charges table tbody td strong {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.0;
	display: inline-block;
}

.block-goods-detail--normal-shipping-charges-note {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 5px;
}

ul.block-goods-detail--normal-shipping-charges-about-link {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

ul.block-goods-detail--normal-shipping-charges-about-link li {
	margin-left: 25px;
}

ul.block-goods-detail--normal-shipping-charges-about-link li a {
	color: #2D2D2D;
	font-size: 12px;
	line-height: 1.5;
	display: block;
	padding-right: 10px;
	position: relative;
}

ul.block-goods-detail--normal-shipping-charges-about-link li a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-right: 1px solid #2D2D2D;
	border-bottom: 1px solid #2D2D2D;
	transform: rotate(-45deg);
}

.block-goods-comment1 {
	margin-top: 25px;
}

.block-goods-comment1 h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.78;
	margin: 0 0 5px;
}

.block-goods-comment1 p {
	font-size: 14px;
	line-height: 1.78;
	margin-top: 25px;
}

.block-goods-comment1 h2+p {
	margin-top: 0;
}

.block-goods-comment1 p.block-goods-comment1-link {
	text-align: right;
	margin-top: 7px;
}

.block-goods-comment1 p.block-goods-comment1-link a {
	color: #2D2D2D;
	font-size: 12px;
	line-height: 2.0;
	display: inline-block;
	padding-right: 10px;
	position: relative;
}

.block-goods-comment1 p.block-goods-comment1-link a::after {
	content: "";
	position: absolute;
	right: 1px;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-right: 1px solid #2D2D2D;
	border-bottom: 1px solid #2D2D2D;
	transform: rotate(-45deg);
}

.block-goods-comment2 {}

.block-goods-comment2--column2-image {
	display: flex;
	flex-wrap: wrap;
}

.block-goods-comment2--column2-image li {
	width: 490px;
	margin: 0 20px 20px 0;
}

.block-goods-comment2--column2-image li:nth-child(2n) {
	margin-right: 0;
}

.block-goods-comment6 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 4;
	grid-row-end: 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 4;
	width: 100%;
	text-align: center;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
	display: flex;
	flex-flow: column wrap;
}

/*シェアする*/
.block-goods-sns {
	display: none;
}

.block-goods-sns-wrap {
	order: 500;
	margin: 30px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 1px solid #dcdcdc;
}

.block-goods-sns-wrap .block-goods-sns {
	display: block;
}

.block-goods-sns-wrap p {
	line-height: 1;
	color: #2d2d2d;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 24px;
}

.block-goods-sns li {
	display: inline-block;
	vertical-align: top;
}

.block-goods-sns li {
	margin-right: 10px;
	height: 20px;
}

.block-goods-sns li:last-child {
	margin-right: 0;
}

.block-goods-sns-wrap .block-goods-sns .block-goods-sns--facebook {
	display: none;
}

#block-goods-sns-facebook {
	display: none;
}

.block-goods-sns #block-goods-sns-facebook {
	display: block;
}

#block-goods-sns-line {
	display: none;
}

.block-goods-sns #block-goods-sns-line {
	display: block;
}

.block-goods-sns-wrap .fb_iframe_widget>span {
	vertical-align: baseline !important;
}

/*シェアする*/
.page-goods .block-icon.at-item-icon {
	order: 20;
}

.page-goods .block-icon.at-price-icon {
	order: 45;
}

.block-goods-comment {
	order: 50;
}

.block-goods-name {
	order: 40;
}

.block-goods-price {
	order: 50;
}

.block-goods-code {
	order: 60;
}

.block-goods-item-code {
	order: 70;
}

.block-goods-item-code2 {
	order: 80;
}

.block-goods-item-code3 {
	order: 90;
}

.block-goods-release-dt {
	order: 100;
}

.block-goods-class1 {
	order: 110;
}

.block-goods-class2 {
	order: 120;
}

.block-goods-attr1 {
	order: 130;
}

.block-goods-attr2 {
	order: 140;
}

.block-goods-attr3 {
	order: 150;
}

.block-goods-size {
	order: 160;
}

.block-goods-color {
	order: 170;
}

.block-goods-point {
	order: 180;
}

.block-goods-postage {
	order: 190;
}

.block-goods-stock {
	order: 200;
}

.block-goods-spec {
	order: 210;
}

.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: 280;
}

.block-goods-set {
	order: 290;
}

.block-accessory-list {
	order: 300;
}

.block-variation-back-order {
	order: 310;
}

.block-contact-about-goods {
	order: 320;
}

.block-goods-favorite {
	order: 330;
}

.block-goods-link {
	order: 340;
}

.block-goods-comment1 {
	order: 300;
}

.block-goods-comment2 {
	order: 310;
}

.block-goods-comment3 {
	order: 320;
}

.block-goods-comment4 {
	order: 330;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
	text-align: center;
	margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
	margin: 5px 0 0 5px;
}

/* ----商品一覧画面：アイコン---- */
.block-icon img {
	width: auto;
	height: 17px;
}

.block-icon.at-brand-icon img {
	width: 50px;
	height: auto;
}

.block-icon .block-icon--auto-new img {
	height: 25px;
}

.block-icon .block-icon--txt {
	line-height: 1.0;
	text-align: center;
	padding: 3px 3px 2px;
	width: 62px;
	border-radius: 3px;
	border: 2px solid #2D2D2D;
	display: inline-block;
	vertical-align: top;
}

.block-icon .block-icon--txt span {
	color: #2D2D2D;
	font-size: 10px;
	font-weight: bold;
	transform: scale(0.8);
	display: block !important;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r {
	margin-bottom: 50px;
}

.block-ranking-r li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.block-ranking-r--goods {
	flex-basis: 134px;
	margin-left: 5px;
	background-color: #ffffff;
	border: 1px solid #ECECEC;
}

.block-ranking-r--goods:first-of-type {
	margin-left: 0;
}

.block-ranking-r--goods-image figure {
	background: #ffffff;
	width: 134px;
	height: 153px;
}

.block-ranking-r--goods a {
	color: #2D2D2D;
	text-decoration: none;
}

.block-ranking-r--goods-description {
	margin: 5px 10px 10px;
}

.block-ranking-r--goods-description .block-icon span {
	display: inline-block;
	line-height: 1.0;
}

.block-ranking-r--goods-description .block-icon.at-price-icon {
	margin: 8px 0 6px;
	line-height: 1.0;
}

.block-ranking-r--goods-name {
	font-size: 11px;
	line-height: 1.54;
	margin-top: 6px;
}

.block-ranking-r--goods .price {
	font-weight: normal;
}

.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--price {
	font-size: 15px;
	line-height: 1.0;
}

.block-ranking-r--price-tax {
	font-size: 10px;
}

.block-ranking-r--net-price {
	color: #999999;
	font-size: 10px;
	line-height: 1.4;
}

.block-ranking-r--scomment {
	color: #D42828;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin: 5px 0;
}

.block-ranking-r--default-price+.block-ranking-r--price,
.block-ranking-r--scomment+.block-ranking-r--price {
	color: #D42828;
	font-weight: bold;
}

.block-ranking-r--default-price+.block-ranking-r--price {
	margin-top: 9px;
}

.block-ranking-r--default-price+.block-ranking-r--default-price,
.block-ranking-r--default-price+.block-ranking-r--price+.block-ranking-r--net-price,
.block-ranking-r--scomment+.block-ranking-r--price+.block-ranking-r--net-price {
	color: #D42828;
}

.block-ranking-r--default-price+.block-ranking-r--default-price {
	margin-top: 5px;
}

div.block-top-event .block-ranking-r {
	margin: 0;
}

div.block-top-event ul.block-ranking-r--items {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 40px;
}

div.block-top-event ul.block-ranking-r--items>li {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin: 0;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods {
	position: relative;
	width: 184px;
	min-width: 184px;
	flex-basis: 184px;
	margin: 0;
	padding: 36px 0 0;
	border: 0;
	background: none;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-image {
	position: static;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-image figure {
	width: 100%;
	height: auto;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-image figure img {
	width: 100%;
	aspect-ratio: 60 / 71;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-image .block-icon {
	position: absolute;
	top: 36px;
	left: 0;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-image .block-ranking-r--rank {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 26px;
	height: 26px;
	border: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--favorite {
	position: absolute;
	right: 0;
	bottom: 18px;
	width: 16px;
	height: 13px;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--favorite span {
	width: 16px;
	height: 13px;
	background: url(../../img/usr/common/ico_goods_bookmark.png) center center / 100% auto no-repeat;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description {
	margin: 10px 0 0;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--goods-name {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--goods-name a {
	color: #707070;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--price-items {
	padding-right: 16px;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--price-items .block-ranking-r--scomment {
	display: none;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--price-items .block-ranking-r--default-price {
	display: none;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--price-items .block-ranking-r--price {
	font-size: 16px;
	font-weight: bold;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--price-items .block-ranking-r--price .block-ranking-r--price-tax {
	font-weight: 500;
}

div.block-top-event ul.block-ranking-r--items>li .block-ranking-r--goods .block-ranking-r--goods-description .block-ranking-r--price-items .block-ranking-r--net-price {
	margin-top: 3px;
}

/* 商品画像の上に乗るアイコン */
.block-ranking-r--goods-image .block-icon {
	position: absolute;
	left: 1px;
	top: 1px;
}

.block-ranking-r--goods-image .block-icon span {
	display: block;
	line-height: 1.0;
	margin-bottom: 2px;
}

.block-ranking-r--goods-image .block-icon img {
	height: auto;
	width: 50px;
}

/* お気に入り */
.block-ranking-r--favorite {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
}

.block-ranking-r--favorite span,
.block-ranking-r--favorite a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background-image: url("../../img/usr/common/ico_heart04.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
	position: relative;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 8px;
	left: auto;
	right: 5px;
	width: 22px;
	height: 22px;
	background: #ffffff;
	border: 1px solid #2D2D2D;
	border-radius: 50px;
	color: #2D2D2D;
	font-size: 11px;
	text-align: center;
}

.block-ranking-r--goods-image .block-ranking-r--rank-1 {
	color: #ffffff;
	border-color: #CEAE63;
	background-color: #CEAE63;
}

.block-ranking-r--goods-image .block-ranking-r--rank-2 {
	color: #ffffff;
	border-color: #B7B7B7;
	background-color: #B7B7B7;
}

.block-ranking-r--goods-image .block-ranking-r--rank-3 {
	color: #ffffff;
	border-color: #9E5E42;
	background-color: #9E5E42;
}

/* トップページ用 */
.page-top .block-ranking-r--goods {
	width: 150px;
	flex-basis: 150px;
}

.page-top .block-ranking-r--goods-image figure {
	width: 150px;
	height: 172px;
	min-height: 217px !important;
}

.page-top .block-thumbnail-t--goods-image figure {
	min-height: 268px;
}

.page-top .block-top-paseos-tv ul.block-top-paseos-tv--list>li {
	min-height: 200px;
}

.page-top .block-top-buyer-recommend--image,
.page-top .block-top-month-feature--image {
	min-height: 312px;
}

/*** 左ナビ　ボタン ***/
.block-left-menu-top-btn {
	margin-bottom: 40px;
}

.block-left-menu-top-btn li {
	margin-top: 4px;
}

.block-left-menu-top-btn li:first-child {
	margin-top: 0;
}

.block-left-menu-top-btn li a {
	color: #2D2D2D;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.357;
	display: block;
	padding: 15px 0 14px 48px;
	border: 1px solid #DDDDDD;
	background-color: #ffffff;
	background-position: 15px center;
	background-repeat: no-repeat;
}

.block-left-menu-top-btn li.block-left-menu-top-btn-login a {
	padding-top: 11px;
	padding-bottom: 9px;
	background-image: url("../../img/usr/common/ico_login.svg");
	background-size: 20px 20px;
}

.block-left-menu-top-btn li.block-left-menu-top-btn-info a {
	background-image: url("../../img/usr/common/ico_news.svg");
	background-size: 21px 21px;
}

.block-left-menu-top-btn li.block-left-menu-top-btn-favorite a {
	background-image: url("../../img/usr/common/ico_heart.svg");
	background-size: 20px 20px;
}

.block-left-menu-top-btn li.block-left-menu-top-btn-history a {
	background-image: url("../../img/usr/common/ico_history.svg");
	background-size: 21px 21px;
}

/* 左ナビ　ツリー */
.block-left-menu-top-tree {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #DDDDDD;
}

.block-left-menu-top-tree h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 14px;
}

.block-left-menu-top-tree li {
	margin-bottom: 12px;
}

.block-left-menu-top-tree li a {
	color: #2D2D2D;
	font-size: 13px;
	line-height: 1.538;
	display: block;
}

/* 左ナビ　リンク */
.block-left-menu-top-link {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #DDDDDD;
}

.block-left-menu-top-link li a {
	font-size: 13px;
	line-height: 2.1818;
}

/* 左ナビ　バナー */
.block-left-menu-top-banner {
	margin-top: 30px;
}

.block-left-menu-top-banner li {
	margin-bottom: 10px;
}

.block-left-menu-top-banner li a {
	display: block;
	text-align: center;
}

/* トップページ　イベントタブ */
.block-top-event--tab-header {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 50px 0 20px;
	margin: 10px 0 0;
	border-top: 1px solid #DCDCDC;
}

.block-top-event>.block-top-free--title,
.block-top-event--tab-btn {
	display: none;
}

.block-top-event--tab-btn {
	margin-bottom: 30px;
}

.block-top-event--tab-btn ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-top-event--tab-btn ul li {
	width: 90px;
	border-bottom: 1px solid #DDDDDD;
}

.block-top-event--tab-btn ul li a {
	color: #999999;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 4px;
	width: 80px;
	margin: 0 auto;
	border-radius: 5px 5px 0 0;
	display: block;
}

.block-top-event--tab-btn ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.block-top-event--tab-btn ul li.js-select {
	border-color: #0091DB;
}

.block-top-event--tab-btn ul li.js-select a {
	color: #ffffff;
	background-color: #0091DB;
}

/* ----最近見た商品---- */
.block-recent-item {
	width: 100%;
}

.block-recent-item--header,
.block-cart-recent-item--header {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 50px 0 30px;
	margin: 0;
	border-top: 1px solid #DCDCDC;
}

.block-recent-item--items {
	width: 100%;
}

.block-recent-item--keep-history {
	text-align: right;
	margin-top: 20px;
}

.block-recent-item--keep-history a {
	color: #777777;
	text-decoration: underline;
	font-size: 12px;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
.block-thumbnail-h {
	margin: 10px 0;
}

.block-thumbnail-h {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.block-thumbnail-h li {
	width: 134px;
	margin: 0 5px 5px 0;
	background: #ffffff;
	border: 1px solid #ECECEC;
}

.block-thumbnail-h li:nth-child(5n),
.block-goods-list-c--goods:nth-child(6n) {
	margin-right: 0;
}

.block-thumbnail-h--goods-image,
.block-goods-list-c--goods-image {
	position: relative;
}

.block-thumbnail-h--goods-image figure {
	background: #ffffff;
	width: 134px;
	height: 153px;
}

.block-thumbnail-h--goods-image .block-icon.at-brand-icon,
.block-goods-list-c--goods-image .block-icon.at-brand-icon {
	position: absolute;
	left: 1px;
	top: 1px;
}

.block-thumbnail-h--goods-image .block-icon.at-auto-icon,
.block-goods-list-c--goods-image .block-icon.at-auto-icon {
	position: absolute;
	right: 6px;
	top: 6px;
	margin: 0;
}

.block-thumbnail-h--goods-image .block-icon.at-brand-icon span,
.block-thumbnail-h--goods-image .block-icon.at-auto-icon span,
.block-goods-list-c--goods-image .block-icon.at-brand-icon span,
.block-goods-list-c--goods-image .block-icon.at-auto-icon span {
	display: block;
	line-height: 1.0;
}

.block-thumbnail-h--favorite,
.block-goods-list-c--favorite {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
}

.block-thumbnail-h--favorite a,
.block-goods-list-c--favorite a,
.block-thumbnail-h--favorite span,
.block-goods-list-c--favorite span {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background-image: url("../../img/usr/common/ico_heart04.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
}

.block-thumbnail-h--goods-description,
.block-goods-list-c--goods-description {
	margin: 5px 10px 10px;
}

.block-thumbnail-h--goods-description .block-icon span,
.block-goods-list-c--goods-description .block-icon span {
	display: inline-block;
	line-height: 1.0;
}

.block-thumbnail-h--goods-description .block-icon.at-price-icon,
.block-goods-list-c--goods-description .block-icon.at-price-icon {
	margin: 8px 0 6px;
	line-height: 1.0;
}

.block-thumbnail-h--goods-description .block-icon .block-icon--txt {
	padding: 3px 0 2px;
	border-width: 1px;
	width: 47px;
}

.block-thumbnail-h--goods-description .block-icon .block-icon--txt span {
	transform: scale(0.7);
}

.block-thumbnail-h--goods .price,
.block-goods-list-c--goods .price {
	font-weight: bold;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
	text-align: left;
}

.block-thumbnail-h--goods-name,
.block-goods-list-c--goods-name {
	font-size: 11px;
	line-height: 1.54;
	margin-top: 6px;
}

.block-thumbnail-h--scomment,
.block-goods-list-c--scomment {
	color: #D42828;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin: 5px 0;
}

.block-thumbnail-h--price-items,
.block-goods-list-c--price-items {
	margin-top: 5px;
}

.block-thumbnail-h--price,
.block-goods-list-c--price {
	font-size: 14px;
	line-height: 1.0;
}

.block-thumbnail-h--goods .price,
.block-goods-list-c--goods .price {
	font-weight: normal;
}

.block-thumbnail-h--price-tax,
.block-goods-list-c--price-tax {
	font-size: 10px;
}

.block-thumbnail-h--net-price,
.block-goods-list-c--net-price {
	color: #999999;
	font-size: 10px;
	line-height: 1.4;
}

.block-thumbnail-h--default-price+.block-thumbnail-h--price,
.block-thumbnail-h--scomment+.block-thumbnail-h--price,
.block-goods-list-c--default-price+.block-goods-list-c--price,
.block-goods-list-c--scomment+.block-goods-list-c--price {
	color: #D42828;
	font-weight: bold;
}

.block-thumbnail-h--default-price+.block-thumbnail-h--price,
.block-goods-list-c--default-price+.block-goods-list-c--price {
	margin-top: 9px;
}

.block-thumbnail-h--default-price+.block-thumbnail-h--default-price,
.block-thumbnail-h--default-price+.block-thumbnail-h--price+.block-thumbnail-h--net-price,
.block-thumbnail-h--scomment+.block-thumbnail-h--price+.block-thumbnail-h--net-price,
.block-goods-list-c--default-price+.block-goods-list-c--default-price,
.block-goods-list-c--default-price+.block-goods-list-c--price+.block-goods-list-c--net-price,
.block-goods-list-c--scomment+.block-goods-list-c--price+.block-goods-list-c--net-price {
	color: #D42828;
}

.block-thumbnail-h--default-price+.block-thumbnail-h--default-price,
.block-goods-list-c--default-price+.block-goods-list-c--default-price {
	margin-top: 5px;
}

.page-top ul.block-thumbnail-h {
	display: flex;
	gap: 20px;
}

.page-top ul.block-thumbnail-h>li {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	width: calc(20% - 16px);
	margin: 0 0 42px;
	padding: 0 1px;
	border: 0;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods {
	position: relative;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-image {
	position: static;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-image figure {
	width: 100%;
	height: auto;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-image figure img {
	aspect-ratio: 60 / 71;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--favorite {
	position: absolute;
	right: 0;
	bottom: 18px;
	width: 16px;
	height: 13px;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--favorite span {
	width: 16px;
	height: 13px;
	background: url(../../img/usr/common/ico_goods_bookmark.png) center center / 100% auto no-repeat;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-description {
	margin: 10px 0 0;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--goods-name {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--goods-name a {
	color: #707070;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--price-items {
	padding-right: 16px;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--price-items .block-thumbnail-h--default-price {
	display: none;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--price-items .block-thumbnail-h--price {
	font-size: 16px;
	font-weight: bold;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--price-items .block-thumbnail-h--price .block-thumbnail-h--price-tax {
	font-weight: 500;
}

.page-top ul.block-thumbnail-h>li .block-thumbnail-h--goods .block-thumbnail-h--goods-description .block-thumbnail-h--price-items .block-thumbnail-h--net-price {
	margin-top: 3px;
}

/* 商品詳細ページ用（1カラム） */
.page-goods .block-thumbnail-h li,
.block-goods-list-c--goods {
	width: 196px;
}

.block-goods-list-c--goods {
	background-color: #ffffff;
	margin-left: 5px;
}

.page-goods .block-thumbnail-h--goods-image figure,
.block-goods-list-c--goods-image figure {
	width: 194px;
	height: 222px;
}

.block-cart-recent-item,
.block-cart-recent-item--items {
	width: 100%;
}

/* トップページ用 */
.page-top .block-thumbnail-h li {
	width: 152px;
}

.page-top .block-thumbnail-h--goods-image figure {
	width: 150px;
	height: 172px;
}

/* カート画面用 */
.block-goods-list-c--items li {
	margin-bottom: 20px;
}

.block-goods-list-c--item-body {
	width: 150px;
	flex-basis: 150px;
	margin-left: 20px;
}

.block-goods-list-c--image figure {
	width: 150px;
	height: auto;
	background-color: inherit;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.block-thumbnail-t {
	margin: 10px 0;
}

.block-thumbnail-t {
	/*  display: flex;flex-direction: row;flex-wrap: wrap;*/
}

.block-thumbnail-t li {
	margin-bottom: 10px;
}

.block-thumbnail-t--goods {
	width: 24%;
	margin-left: 6px;
	background-color: #ffffff;
	border: 1px solid #ECECEC;
}

.block-thumbnail-t--goods-image {
	position: relative;
}

.block-thumbnail-t--goods-image figure {
	background: #ffffff;
	width: 100%;
	height: auto;
}

.block-thumbnail-t--goods-image .block-icon.at-brand-icon {
	position: absolute;
	left: 1px;
	top: 1px;
}

.block-thumbnail-t--goods-image .block-icon.at-auto-icon {
	position: absolute;
	right: 6px;
	top: 6px;
}

.block-thumbnail-t--goods-image .block-icon.at-brand-icon span,
.block-thumbnail-t--goods-image .block-icon.at-auto-icon span {
	display: block;
	line-height: 1.0;
}

.block-thumbnail-t--favorite {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.block-thumbnail-t--favorite a,
.block-thumbnail-t--favorite span {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background-image: url("../../img/usr/common/ico_heart04.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
}

.block-thumbnail-t--goods-description {
	margin: 5px 10px 10px;
}

.block-thumbnail-t--goods-description .block-icon span {
	display: inline-block;
	line-height: 1.0;
}

.block-thumbnail-t--goods-description .block-icon.at-price-icon {
	margin: 8px 0 6px;
	line-height: 1.0;
}

.block-thumbnail-t--goods .price {
	font-weight: bold;
}

.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {
	text-align: left;
}

.block-thumbnail-t--goods-name {
	font-size: 11px;
	line-height: 1.54;
	margin-top: 6px;
	word-break: break-all;
	word-wrap: break-word;
}

.block-thumbnail-t--goods-name a {
	text-decoration: none;
}

.block-thumbnail-t--scomment {
	color: #D42828;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin: 5px 0;
	display: none;
}

.block-thumbnail-t--price-items {
	margin-top: 5px;
}

.block-thumbnail-t--price {
	font-size: 14px;
	line-height: 1.0;
}

.block-thumbnail-t--goods .price {
	font-weight: normal;
}

.block-thumbnail-t--price-tax {
	font-size: 10px;
}

.block-thumbnail-t--net-price {
	color: #999999;
	font-size: 10px;
	line-height: 1.4;
}

.block-thumbnail-t--default-price {
	display: none;
}

.block-thumbnail-t--default-price+.block-thumbnail-t--price,
.block-thumbnail-t--scomment+.block-thumbnail-t--price {
	color: #D42828;
	font-weight: bold;
}

.block-thumbnail-t--default-price+.block-thumbnail-t--price {
	margin-top: 9px;
}

.block-thumbnail-t--default-price+.block-thumbnail-t--default-price,
.block-thumbnail-t--default-price+.block-thumbnail-t--price+.block-thumbnail-t--net-price,
.block-thumbnail-t--scomment+.block-thumbnail-t--price+.block-thumbnail-t--net-price {
	color: #D42828;
}

.block-thumbnail-t--default-price+.block-thumbnail-t--default-price {
	margin-top: 5px;
}

div.block-top-event ul.block-thumbnail-t>li {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin: 0 0 42px;
	padding: 0 1px;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods {
	position: relative;
	width: calc((100% - 90px) / 4);
	margin: 0;
	border: 0;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-image {
	position: static;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--favorite {
	position: absolute;
	right: 0;
	bottom: 18px;
	width: 16px;
	height: 13px;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--favorite span {
	width: 16px;
	height: 13px;
	background: url(../../img/usr/common/ico_goods_bookmark.png) center center / 100% auto no-repeat;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description {
	margin: 10px 0 0;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name a {
	color: #707070;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price-items {
	padding-right: 16px;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price-items .block-thumbnail-t--default-price {
	display: none;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price-items .block-thumbnail-t--scomment {
	display: none;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price-items .block-thumbnail-t--price {
	font-size: 16px;
	font-weight: bold;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price-items .block-thumbnail-t--price .block-thumbnail-t--price-tax {
	font-weight: 500;
}

div.block-top-event ul.block-thumbnail-t>li .block-thumbnail-t--goods .block-thumbnail-t--goods-description .block-thumbnail-t--price-items .block-thumbnail-t--net-price {
	margin-top: 3px;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */
.block-cart-i--goods {
	width: 196px;
	flex-basis: 196px;
	margin-left: 5px;
	background-color: #ffffff;
}

.block-cart-i--goods-image {
	position: relative;
}

.block-cart-i--goods-image figure {
	background: #ffffff;
	width: 196px;
	height: 224px;
}

.block-cart-i--goods-image .block-icon.at-brand-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.block-cart-i--goods-image .block-icon.at-auto-icon {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

.block-cart-i--goods-image .block-icon.at-brand-icon span,
.block-cart-i--goods-image .block-icon.at-auto-icon span {
	display: block;
}

.block-cart-i--favorite {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
}

.block-cart-i--favorite a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background-image: url("../../img/usr/common/ico_heart02.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.block-cart-i--goods-description {
	margin: 5px 10px 10px;
}

.block-cart-i--goods-description .block-icon span {
	display: inline-block;
	line-height: 1.0;
}

.block-cart-i--goods-description .block-icon.at-price-icon {
	margin: 8px 0 6px;
	line-height: 1.0;
}

.block-cart-i--goods .price {
	font-weight: bold;
}

.block-cart-i--goods .price,
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
	text-align: left;
}

.block-cart-i--goods-name {
	font-size: 11px;
	line-height: 1.54;
	margin-top: 6px;
}

.block-cart-i--scomment {
	color: #D42828;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin: 5px 0;
}

.block-cart-i--price-items {
	margin-top: 5px;
}

.block-cart-i--price {
	font-size: 14px;
	line-height: 1.0;
}

.block-cart-i--goods .price {
	font-weight: normal;
}

.block-cart-i--price-tax {
	font-size: 10px;
}

.block-cart-i--net-price {
	color: #999999;
	font-size: 10px;
	line-height: 1.4;
}

.block-cart-i--default-price+.block-cart-i--price,
.block-cart-i--scomment+.block-cart-i--price {
	color: #D42828;
	font-weight: bold;
}

.block-cart-i--default-price+.block-cart-i--price {
	margin-top: 9px;
}

.block-cart-i--default-price+.block-cart-i--default-price,
.block-cart-i--default-price+.block-cart-i--price+.block-cart-i--net-price,
.block-cart-i--scomment+.block-cart-i--price+.block-cart-i--net-price {
	color: #D42828;
}

.block-cart-i--default-price+.block-cart-i--default-price {
	margin-top: 5px;
}

/* ----右メニュー　バナー---- */
.block-right-menu-banner {
	margin-top: 80px;
}

.block-right-menu-banner ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.block-right-menu-banner ul li {
	width: 165px;
	margin: 0 10px 12px 0;
}

.block-right-menu-banner ul li a {
	display: block;
}

.block-right-menu-banner ul li:nth-child(4n) {
	margin-right: 0;
}

.page-goods .block-right-menu-banner ul li {
	width: 230px;
	margin-right: 20px;
}

.page-goods .block-right-menu-banner ul li:nth-child(4n) {
	margin-right: 0;
}

.page-top .block-right-menu-banner ul li {
	width: 186px;
	margin: 0 12px 12px 0;
}

.page-top .block-right-menu-banner ul li:nth-child(4n) {
	margin-right: 0;
}

/* ----トピック---- */
.block-top-topic .block-top-topic--header {
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
	border-top: #DCDCDC 1px solid;
	padding: 50px 0 30px;
}

.block-top-topic--header {
	/*font-size: 28px;text-align: center;line-height: 1.2;border-top: #444 2px solid;padding: 19px 0 30px;*/
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 50px 0 20px;
	margin: 10px 0 0;
}

.block-top-event--header {
	border-top: #DCDCDC 1px solid;
}

.block-top-event--header a {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #2d2d2d;
}

.block-top-event--header a:hover {
	color: #2d2d2d;
}

.block-top-topic--header span {
	display: block;
	font-size: 11px;
}

.block-top-topic--body {
	margin-bottom: 60px;
}

.block-top-topic--items li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.block-top-topic--items dl,
.block-top-topic--items dt,
.block-top-topic--items dd {
	display: inline;
}

.block-top-topic--items dt {
	margin-right: 10px;
}

.block-top-topic--next-page {
	text-align: right;
	margin-top: 20px;
}

.block-top-topic--next-page a {
	color: #6fb4c3;
	text-decoration: underline;
	font-size: 14px;
}

.block-top-topic--items img {
	vertical-align: middle;
}

.block-topic-page--article-icon {
	width: 40px;
	vertical-align: middle;
}

.block-topic-page--article figure {
	font-size: 0;
}

.block-topic-page--article figure img {
	padding-bottom: 10px;
}

.block-topic-details--items dl {
	display: flex;
}

.block-topic-details--items dt,
.block-topic-details--items dd {
	display: block;
}

.block-topic-details--items dt {
	color: #999999;
	font-size: 12px;
	line-height: 2.0;
	margin-right: 10px;
	width: 125px;
}

.block-topic-details--items dd.block-topic-details--items-icon {
	width: 40px;
	margin-right: 10px;
}

.block-topic-details--items dd.block-topic-details--items-icon img {
	width: 40px;
}

.block-topic-details--items dd.block-topic-details--items-txt {
	color: #2D2D2D;
	font-size: 14px;
	line-height: 1.714;
	width: 595px;
}

.block-topic-details--items img {
	vertical-align: middle;
}

.block-topic-details--items li {
	border-bottom: 0;
	padding: 14px 0;
}

.block-topic-details--items li a {
	display: block;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */
.block-accessory-list--name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 50px 0 30px;
	margin: 0;
	border-top: 1px solid #DCDCDC;
}

.block-goods-detail-j {
	margin: 10px 0;
}

.block-goods-detail-j {}

.block-goods-detail-j li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.block-goods-detail-j--goods {
	width: 196px;
	flex-basis: 196px;
	margin-left: 5px;
	background: #ffffff;
	border: 1px solid #ECECEC;
}

.block-goods-detail-j--goods-image {
	position: relative;
}

.block-goods-detail-j--goods-image figure {
	background: #ffffff;
	width: 196px;
	height: 224px;
}

.block-goods-detail-j--goods-image .block-icon.at-brand-icon {
	position: absolute;
	left: 1px;
	top: 1px;
}

.block-goods-detail-j--goods-image .block-icon.at-auto-icon {
	position: absolute;
	right: 6px;
	top: 6px;
}

.block-goods-detail-j--goods-image .block-icon.at-brand-icon span,
.block-goods-detail-j--goods-image .block-icon.at-auto-icon span {
	display: block;
}

.block-goods-detail-j--favorite {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
}

.block-goods-detail-j--favorite a {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background-image: url("../../img/usr/common/ico_heart04.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.block-goods-detail-j--goods-description {
	margin: 5px 10px 10px;
}

.block-goods-detail-j--goods-description .block-icon span {
	display: inline-block;
	line-height: 1.0;
}

.block-goods-detail-j--goods-description .block-icon.at-price-icon {
	margin: 8px 0 6px;
	line-height: 1.0;
}

.block-goods-detail-j--goods .price {
	font-weight: bold;
}

.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt {
	text-align: left;
}

.block-goods-detail-j--goods-name {
	font-size: 11px;
	line-height: 1.54;
	margin-top: 6px;
}

.block-goods-detail-j--scomment {
	color: #D42828;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	margin: 5px 0;
}

.block-goods-detail-j--price-items {
	margin-top: 5px;
}

.block-goods-detail-j--price {
	font-size: 14px;
	line-height: 1.0;
}

.block-goods-detail-j--goods .price {
	font-weight: normal;
}

.block-goods-detail-j--price-tax {
	font-size: 10px;
}

.block-goods-detail-j--net-price {
	color: #999999;
	font-size: 10px;
	line-height: 1.4;
}

.block-goods-detail-j--default-price+.block-goods-detail-j--price,
.block-goods-detail-j--scomment+.block-goods-detail-j--price {
	color: #D42828;
	font-weight: bold;
}

.block-goods-detail-j--default-price+.block-goods-detail-j--price {
	margin-top: 9px;
}

.block-goods-detail-j--default-price+.block-goods-detail-j--default-price,
.block-goods-detail-j--default-price+.block-goods-detail-j--price+.block-goods-detail-j--net-price,
.block-goods-detail-j--scomment+.block-goods-detail-j--price+.block-goods-detail-j--net-price {
	color: #D42828;
}

.block-goods-detail-j--default-price+.block-goods-detail-j--default-price {
	margin-top: 5px;
}

/* ----商品一覧画面----*/
/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items {
	display: none;
}

.block-goods-list--sort-order-items {
	margin: 0 0 0 auto;
	display: flex;
	width: 190px;
}

.block-goods-list--sort-order-items .active {}

.block-goods-list--sort-order-items dt,
.block-goods-list--sort-order-items dd {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.block-goods-list--sort-order-items dt {
	padding-left: 30px;
	background-image: url("../../img/usr/common/ico_sort.svg");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	margin-right: 10px;
}

.block-goods-list--sort-order-items dd {
	margin: 0;
}

/** ご注文方法の指定  **/
.block-regular-cycle--deliv_date--prev-expected-dt {
	border: 1px solid #DDDDDD;
	border-bottom: 0;
}

.block-regular-cycle--deliv_date--next-expected-dt {
	border: 1px solid #DDDDDD;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
	border: 1px solid #DDDDDD;
	background-color: #DDDDDD;
}

.block-order-method--spec-content dl {
	margin: 0;
}

.block-order-method--sales-append-content {
	padding: 20px;
}

.block-order-method--sales-append-content .form-group:not(:last-child) {
	border-bottom: 0;
}

/** ログイン  **/
.block-login--member-frame {
	padding: 0 10px;
	width: 50%;
}

.block-login--first-time-body {
	padding: 10px;
}

/** マイページ  **/
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
	background-color: #ffffff;
}

.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li,
.block-mypage--linesync-info-items li {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt,
.block-mypage--linesync-info-items li dt {
	background-color: #DDDDDD;
	border-bottom: 1px solid #F3F3F3;
}

.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd,
.block-mypage--linesync-info-items li dd {}

.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a,
.block-mypage--snssync-info-items li dt a,
.block-mypage--linesync-info-items li dt a {
	color: #444;
}

.block-mypage--shopping-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--inquiry-info-items li dt a:hover,
.block-mypage--snssync-info-items li dt a:hover,
.block-mypage--linesync-info-items li dt a:hover {
	text-decoration: none;
	color: #444;
	opacity: 0.7;
}

.block-mypage--update-address-book {
	margin-top: 10px;
}

.block-mypage--withdrawal {
	color: #777777;
}

.block-mypage--withdrawal:hover {
	text-decoration: none;
}

/** 定期購入商品配送先変更 **/
.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
	background-color: #ffffff;
}

/** 定期購入商品変更 **/
.page-regulargoods .block-thumbnail-t--goods {
	width: 196px;
}

.page-regulargoods .block-thumbnail-t--goods-image figure {
	width: 196px;
	height: 224px;
	background-color: #ffffff;
}

.page-regulargoods .block-thumbnail-t--goods-description .action {
	margin: 0;
}

.page-regulargoods .block-thumbnail-t--goods-description .action .btn {
	width: 176px;
	min-width: auto;
	padding: 9px 8px;
}

.page-regulargoods .block-goodschange-list .block-goodschange-list-item-buttons-selected {
	width: 176px;
	line-height: 1.5;
}

/** 定期購入お支払い方法変更 **/
.block-regular-purcharse-method-info-update--regular-sales-items {
	width: 100%;
}

/** 商品に関するお問い合わせ **/
.block-inquiry-history-detail--item dt {
	align-items: flex-end;
}

.block-inquiry-history-detail--update-dt {
	font-size: 16px;
}

/** お気に入り **/
.block-favorite--bookmark-list {
	margin-top: 30px;
}

.block-favorite--form li {
	border: 0;
	padding: 0;
}

.block-favorite--form li:first-child {
	border: 0;
}

.block-favorite--form .block-favorite--items>li {
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	border-top: 0;
	padding: 0;
	text-align: left;
}

.block-favorite--form .block-favorite--items>li:first-child {
	border-top: 1px solid #DDDDDD;
}

.block-favorite--checkbox {
	flex-basis: 58px;
	padding: 0;
	border-right: 1px solid #DDDDDD;
}

.block-favorite--image {
	flex-basis: 138px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #DDDDDD;
}

.block-favorite--image figure {
	width: 100px;
	height: 116px;
	background-color: #ffffff;
}

.block-favorite--description {
	flex-basis: 556px;
	padding: 14px;
	border-right: 1px solid #DDDDDD;
}

.block-favorite--description .block-icon.at-brand-icon {
	line-height: 1.0;
}

.block-favorite--description .block-icon.at-brand-icon span {
	line-height: 1.0;
	display: inline-block;
}

.block-favorite--goods-name a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.83;
	display: block;
}

.block-favorite--goods-name a:hover {
	text-decoration: underline;
}

.block-favorite--description .variation-name,
.block-favorite--goods-code {
	font-size: 12px;
	line-height: 1.83;
}

.block-favorite--price-item {
	flex-basis: 160px;
	padding: 14px 15px;
	/*border-right: 1px solid #DDDDDD;*/
}

.block-favorite--price {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0625;
}

.block-favorite--price-tax {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.7;
	margin-left: 5px;
}

.block-favorite--net-price {
	color: #2D2D2D;
	font-size: 10px;
	line-height: 1.7;
}

.block-favorite--delete-item {
	flex-basis: 88px;
	padding: 14px;
	align-items: flex-end;
}

.block-favorite--delete-item .btn-danger {
	color: #999999;
	font-size: 12px;
	line-height: 1.83;
	border-radius: 4px;
	background-color: #DDDDDD;
	border: 0;
	padding: 5px 10px 3px 13px;
}

.block-favorite--form .action-buttons {
	display: inline-block;
	width: 330px;
	margin: 0 10px 0;
}

.block-favorite--form .block-favorite--bookmark-list+.action-buttons,
.block-favorite--form .block-favorite--bookmark-list+.action-buttons+.action-buttons {
	margin-top: 30px;
}

.block-favorite--form .action-buttons .action {
	margin: 0;
}

.block-favorite--form {
	text-align: center;
}

.block-favorite--form .action-buttons .action .btn {
	width: 330px;
	padding: 19px 0 17px;
	margin: 0;
	border-radius: 4px;
}

/** カート画面 **/
.block-favorite--cart {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
}

div.block-cart {
	width: 1000px;
	margin: 0 auto;
}

.block-cart--container {
	margin-bottom: 70px;
}

.block-cart--contents,
.block-cart--side-area {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.block-cart--contents {
	margin-top: 15px;
}

.block-cart--goods-list li {
	background-color: #ffffff;
	border: 1px solid #DDDDDD;
	border-top: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	display: flex;
}

.block-cart--goods-list li:last-child {
	border: 1px solid #DDDDDD;
	border-top: 0;
}

.block-cart--goods-list li:first-child {
	border-top: 1px solid #DDDDDD;
}

.block-cart--goods-list-item-image,
.block-cart--goods-list-item,
.block-cart--goods-list-item-price-info,
.block-cart--goods-list-item-input {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}

.block-cart--goods-list-item-image {
	width: 140px;
	border-right: 1px solid #DDDDDD;
}

.block-cart--goods-list-item-image a {
	display: block;
}

.block-cart--goods-list-image {
	float: none;
	margin: 0;
	width: 140px;
	height: 140px;
	background-color: inherit;
}

.block-cart--goods-list-item {
	width: 400px;
	padding: 15px;
	border-right: 1px solid #DDDDDD;
}

.block-cart--goods-list-item .block-icon {
	margin: 0;
	line-height: 1.0;
	margin-bottom: 5px;
}

.block-cart--goods-list-item .block-icon span {
	display: inline-block;
	line-height: 1.0;
}

.block-cart--goods-list-item-name a {
	color: #2D2D2D;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
	display: block;
}

.block-cart--goods-list-item-comment {
	font-size: 12px;
	line-height: 1.8;
	padding: 0;
}

.block-cart--goods-list-item-price-info {
	text-align: left;
	width: 220px;
	padding: 15px;
	border-right: 1px solid #DDDDDD;
}

.block-cart--goods-list-item-price {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.0;
}

.block-favorite--price-tax {
	font-size: 10px;
	line-height: 1.0;
}

.block-cart--goods-list-item-net-price {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.0;
}

.block-cart--goods-list-item-input {
	width: 240px;
	padding: 15px;
	position: relative;
}

.block-cart--goods-list-item-qty {
	font-size: 12px;
	width: 145px;
	display: inline-block;
	vertical-align: top;
}

.block-cart--goods-list-item-qty::after {
	display: none;
}

.block-cart--goods-list-item-qty select {
	width: 110px;
	text-align: center;
	margin-left: 5px;
}

.block-cart--goods-list-item-calc {
	width: 60px;
	display: inline-block;
	vertical-align: top;
}

.block-cart--goods-list-item-calc-btn {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	width: 60px;
	height: 30px;
	background-color: #2D2D2D;
	border-radius: 4px;
}

.block-cart--goods-list-item-delete {
	color: #999999;
	font-size: 12px;
	line-height: 1.83;
	text-decoration: none;
	border-radius: 4px;
	background-color: #DDDDDD;
	border: 0;
	padding: 5px 10px 3px 13px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 60px;
	height: 30px;
}

.block-cart--side-contents {
	width: 100%;
	margin: 15px 0 0;
}

.block-cart--procedure {
	border: 0;
	padding: 0;
	margin: 0;
}

.block-cart--procedure-container {
	padding: 0;
	margin: 0;
	background-color: #F3F3F3;
}

.block-cart--total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.block-cart--item-total {
	font-size: 14px;
	line-height: 1.42;
	padding-left: 25px;
	background-image: url("../../img/usr/common/ico_cart.svg");
	background-position: left 2px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.block-cart--item-total strong {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
}

.block-cart--subtotal {
	font-size: 14px;
	line-height: 2.0;
	padding: 0;
}

.block-cart--subtotal-price {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.0;
}

.block-cart--about-link {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
}

.block-cart--about-link ul {
	display: flex;
	justify-content: flex-end;
	margin-right: 2px;
}

.block-cart--about-link ul li {
	margin-left: 25px;
}

.block-cart--about-link ul li a {
	color: #2D2D2D;
	font-size: 12px;
	line-height: 1.5;
	display: block;
	padding-right: 10px;
	position: relative;
}

.block-cart--about-link ul li a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-right: 1px solid #2D2D2D;
	border-bottom: 1px solid #2D2D2D;
	transform: rotate(-45deg);
}

.block-cart--button {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.block-cart--button:first-child {
	margin-top: 0;
}

.block-cart--continue-shopping,
.block-cart--order {
	width: 260px;
	height: 60px;
	margin: 0 10px;
}

.block-cart--procedure-container .block-cart--button .block-cart--order {
	height: 250px;
}

.block-cart--continue-shopping-link,
.block-cart--order-btn {
	font-size: 16px;
	font-weight: bold;
	width: 260px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.block-cart--continue-shopping-link {
	color: #2D2D2D;
	text-decoration: none;
	border: 1px solid #2D2D2D;
	border-radius: 4px;
}

.block-cart--promotion-criteria-list {
	display: flex;
	align-items: center;
	border: 1px solid #0091DB;
	background-color: rgba(0, 145, 219, 0.10);
	margin-top: 30px;
}

.block-cart--promotion-criteria-list h2 {
	color: #0091DB;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 130px;
	margin: 0;
}

.block-cart--promotion-criteria-list>div {
	padding: 18px 30px;
	width: 870px;
	background-color: #ffffff;
}

.block-cart--promotion-criteria-list>div strong {
	color: #D42828;
	font-weight: bold;
}

.promotion-criteria-list-message-now {
	font-size: 16px;
	line-height: 1.56;
}

.promotion-criteria-list-message-now+.promotion-criteria-list-message {
	margin-top: 10px;
}

.promotion-criteria-list-message .promotion-criteria {
	color: #2D2D2D;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.78;
}

/* ----注文フローステップ---- */
.block-order-flow--step {
	padding: 20px 0 30px;
	margin: 0;
	text-align: center;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
	color: #999999;
	display: inline-block;
	position: relative;
	background: #DDDDDD;
	margin: 0 30px 0 0;
	padding: 15px 20px 5px 29px;
	height: 50px;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
	position: absolute;
	top: 0;
	right: -50px;
	content: "";
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-left: 25px solid #DDDDDD;
	border-bottom-width: 25px;
	border-top-width: 25px;
}

.block-order-flow--step ul li:last-child {
	padding-right: 40px;
	padding-left: 40px;
	margin-right: 0;
}

.block-order-flow--step ul li:last-child::after {
	display: none;
}

.block-order-flow--step-current {
	color: #fff;
	background: #999999;
	font-weight: normal;
}

.block-order-flow--step-current:after {
	border-left: 25px solid #999999;
}

/** 定期購入商品解約 **/
.block-regular-purcharse-cancellation--cancel-reason-items.js-button-design label.radio {
	display: block;
}

/** しぼりこみ **/
.page-category .pane-left-menu {
	width: 260px;
	margin-right: 50px;
}

.pane-left-menu .pane-block--title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 0 24px;
	border: 0;
	background-image: url("../../img/usr/common/ico_narrow.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.pane-left-menu .pane-block--subtitle {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.54;
	padding: 20px 0 0;
	margin: 20px 0 15px;
	border: 0;
	border-top: 1px solid #DDDDDD;
	cursor: default;
}

.pane-left-menu .block-filter--treelist .pane-block--subtitle {
	margin-top: 5px;
}

#block_of_filter.js-button-design input[type="checkbox"]+label {
	font-size: 13px;
	line-height: 1.53;
	padding-left: 24px;
	margin: 9px 0 8px;
	display: block;
}

#block_of_filter.js-button-design input[type="checkbox"]+label::before {
	width: 15px;
	height: 15px;
	margin: -7px 0 0 0;
}

#block_of_filter.js-button-design input[type="checkbox"]+label::after {
	margin: -4px 0 0 3px;
}

#div_filter3 .block-filter--list-inner-accordion,
.block-filter--imagelist-inner-accordion {
	display: flex;
	flex-wrap: wrap;
}

#div_filter3 .block-filter--list-inner-accordion .block-filter-option-items,
.block-filter--imagelist-inner-accordion .block-filter--image {
	width: 50%;
	display: block;
	margin: 0;
}

.block-filter--imagelist-inner-accordion .block-filter--image {
	position: relative;
}

.block-filter--imagelist-inner-accordion .block-filter--image img {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	position: absolute;
	left: 18px;
	top: 12px;
}

#block_of_filter.js-button-design .block-filter--imagelist-inner-accordion .block-filter--image input[type="checkbox"]+label {
	padding-left: 35px;
}

.block-filter--filter-items-note {
	margin-top: 15px;
}

.block-filter--filter-items-note a {
	color: #999999;
	font-size: 12px;
	line-height: 1.25;
	text-align: right;
	padding-right: 10px;
	display: block;
	position: relative;
}

.block-filter--filter-items-note a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	transform: rotate(-45deg);
}

.filter-btn {
	margin-top: 30px;
}

.filter-btn ul {
	display: flex;
	justify-content: space-between;
}

.filter-btn ul li.clear_filter {
	width: 80px;
	height: 50px;
	border: 1px solid #2D2D2D;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter-btn ul li.clear_filter span {
	font-size: 12px;
	line-height: 1.5;
	display: inline-block;
	padding-left: 14px;
	position: relative;
}

.filter-btn ul li.clear_filter span::before,
.filter-btn ul li.clear_filter span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 1px;
	background-color: #999999;
}

.filter-btn ul li.clear_filter span::before {
	transform: rotate(-45deg);
}

.filter-btn ul li.clear_filter span::after {
	transform: rotate(45deg);
}

.filter-btn ul li.enter_filter {
	width: 176px;
}

.filter-btn ul li.enter_filter a {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2D2D2D;
	border-radius: 4px;
}

.filter-btn ul li.enter_filter a span {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	padding-left: 24px;
	background-image: url("../../img/usr/common/ico_narrow02.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.block-filter--treeitem-container {
	display: table;
}

.block-filter--treeitem {
	border: 0;
}

.page-genre .pane-left-menu .block-filter--tree-1 .block-filter--treeitem,
.page-category .pane-left-menu .block-filter--tree-1 .block-filter--treeitem {
	/*display: none;*/
}

.page-genre .pane-left-menu .block-filter--tree-1 ul .block-filter--treeitem,
.page-category .pane-left-menu .block-filter--tree-1 ul .block-filter--treeitem {
	display: block;
}

.block-filter--treeitem-dir {
	width: 43px;
	padding: 0;
	position: relative;
}

.block-filter--treeitem-dir::after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	transform: rotate(45deg);
	transition: all .3s;
}

.block-filter--treeitem-dir.block-filter--treeitem-dir__close::after {
	transform: rotate(-135deg);
}

#block_of_filter.js-button-design ul.block-filter--tree-1>li>.block-filter--treeitem-container input[type="checkbox"]+label {
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
}

#block_of_filter.js-button-design ul.block-filter--tree-1>li>.block-filter--treeitem-container input[type="checkbox"]+label::before {
	width: 20px;
	height: 20px;
	margin: -10px 0 0 0;
}

#block_of_filter.js-button-design ul.block-filter--tree-1>li>.block-filter--treeitem-container input[type="checkbox"]+label::after {
	margin: -4px 0 0 6px;
}

.block-filter--tree-2>li {
	padding-left: 30px;
}

.block-filter--tree-3>li {
	padding-left: 20px;
}

/** 並び替え/ページャー **/
.block-goods-list--items-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 0 20px;
}

.block-goods-list--items-wrap .block-goods-list--pager-top {
	margin: 0;
	width: auto;
}

/** お気に入りモーダル **/
.block-favorite-modal--bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.80);
}

.block-favorite-modal--wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	margin-left: -450px;
	background-color: #ffffff;
	z-index: 10001;
	display: none;
}

.block-favorite-modal--wrap h2 {
	text-align: center;
	padding: 40px 0 18px;
	margin: 0;
}

.block-favorite-modal--wrap h2 span {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	padding-left: 35px;
	background-image: url("../../img/usr/common/ico_heart.svg");
	background-position: left 5px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.block-favorite-modal--close {
	width: 26px;
	height: 26px;
	position: absolute;
	right: 13px;
	top: 13px;
	cursor: pointer;
}

.block-favorite-modal--close::before,
.block-favorite-modal--close::after {
	content: "";
	position: absolute;
	right: 3px;
	top: 50%;
	width: 20px;
	height: 3px;
	background-color: #DDDDDD;
}

.block-favorite-modal--close::before {
	transform: rotate(-45deg);
}

.block-favorite-modal--close::after {
	transform: rotate(45deg);
}

ul.block-favorite-modal--item {
	width: 720px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

ul.block-favorite-modal--item li {
	width: 240px;
	display: flex;
	padding: 10px;
	margin: 0 0 40px;
	justify-content: space-between;
}

.block-favorite-modal--item-image {
	width: 80px;
	text-align: center;
}

.block-favorite-modal--item-image p {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 2px;
}

.block-favorite-modal--item-description {
	width: 125px;
}

.block-favorite-modal--item-line {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.block-favorite-modal--item-line:first-child {
	margin-top: 0;
}

.block-favorite-modal--item-wrap {
	width: 75px;
	margin-right: 18px;
}

.block-favorite-modal--item-size {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
}

.block-favorite-modal--item-stock {
	font-size: 10px;
	line-height: 2.0;
}

.block-favorite-modal--item-icon {
	width: 32px;
}

.block-favorite-modal--item-icon a {
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background-image: url("../../img/usr/common/ico_heart02.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

.block-favorite-modal--item-line.no-stock {
	color: #DDDDDD;
}

/* カートページ */
.free_block .txt {
	width: fit-content;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 20px 50px;
	background: url(/img/usr/banner/freeship.png)left top no-repeat;
	background-size: 44px;
}

.free_block ul {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}

.free_block ul li {
	width: 24%;
	padding: 15px 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dedede;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

.free_block ul li a {
	color: #000;
}

.free_block ul li span {
	font-size: 12px;
}

/* visumo ここから */
.ecbn-selection-widget {
	max-width: 770px !important;
}

/* visumo ここまで */
.block-search-suggest--goods-price.price::after {
	content: '+税';
	color: #000000;
}

.page-topicdetaillist .pane-left-menu,
.page-topicdetaillist .block-left-menu-top-btn,
.page-topicdetaillist .block-left-menu-top-tree,
.page-topicdetaillist .block-left-menu-top-link,
.page-topicdetaillist .block-left-menu-top-banner,
.page-topicdetaillist .pane-right-menu,
.page-topic .pane-left-menu,
.page-topic .block-left-menu-top-btn,
.page-topic .block-left-menu-top-tree,
.page-topic .block-left-menu-top-link,
.page-topic .block-left-menu-top-banner,
.page-topic .pane-right-menu {
	display: none;
}

.page-topicdetaillist .pane-main,
.page-topic .pane-main {
	width: 1000px;
	margin: 0 auto;
}