﻿@charset "utf-8";

/* ----トップページ本文---- */
#top-slider-warp {
	width: 900px;
	position: relative;
	overflow: hidden;
}
#top-slider-warp ul li {
	margin: 0 5px;
}
#top-slider-warp .slick-arrow {
	width: 60px;
	height: 60px;
	background-color: #443829;
	position: absolute;
	top: 130px;
	z-index: 100;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
	transition: .1s;
	opacity: 0.85;
}
#top-slider-warp .slick-arrow:hover {
    opacity: .5;
}
#top-slider-warp .slick-arrow::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
#top-slider-warp .slick-prev {
	left: 20px;
}
#top-slider-warp .slick-prev::before {
	right: 20px;
	transform:  rotate(-135deg);
}
#top-slider-warp .slick-next {
	right: 20px;
}
#top-slider-warp .slick-next::before {
	left: 20px;
	transform:  rotate(45deg);
}
#top-slider-warp .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 0;
}
#top-slider-warp .slick-dots li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
}
#top-slider-warp .slick-dots li button {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	vertical-align: top;
	border-radius: 50%;
	background-color: #443829;
	border: 1px solid #443829;
}
#top-slider-warp .slick-dots li.slick-active button {
	background-color: #ffffff;
}
/* 重要なお知らせ */
.block-top--important-notices {
	display: flex;
	margin-top: 20px;
}
.block-top--important-notices h2 {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.77;
	width: 130px;
	padding: 0;
	margin: 0;
	background: none;
}
.block-top--important-notices ul {
	width: 760px;
	margin-left: auto;
}
.block-top--important-notices ul li {
	margin-top: 2px;
}
.block-top--important-notices ul li:first-child {
	margin-top: 0;
}
.block-top--important-notices ul li a {
	font-size: 18px;
	line-height: 1.77;
	display: block;
}
/* ----トップページ予備テンプレート2---- */

.block-top-free2--header {
	margin: 0 0 28px;
}

.block-top-free2--body {
  margin: 30px 0 0;
}
.block-top-free2--items {
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

.block-top-free2--items li {
	width: 440px;
	margin-bottom: 20px;
}
.block-top-free2--items li:nth-child(odd) {
	margin-right: 20px;
}
.block-top-free2--items li a {
	display: block;
	text-align: center;
}
.block-top-free2--btn {
	width: 380px;
	margin: 0 auto;
}
.block-top-free2--btn a {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.8;
	border-radius: 50px;
	display: block;
	padding: 8px 0 6px;
	position: relative;
	border: 2px solid #938675;
	background-color: #ffffff;
}
.block-top-free2--btn a:hover {
	text-decoration: none;
}
.block-top-free2--btn a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
/* ----ヘッダー---- */
.pane-header.pane-header-fixd {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #ffffff;
	z-index: 200;
}
.pane-header.pane-header-fixd .block-headernav {
	padding: 5px 0 9px;
}
.pane-header.pane-header-fixd .block-header-welcome,
.pane-header.pane-header-fixd .block-header-contact {
	display: none;
}
.pane-header.pane-header-fixd .block-header-logo {
	width: 109px;
	margin-left: -54px;
	top: 11px;
}
.pane-header.pane-header-fixd .block-headernav--item-list li a {
	/*font-size: 0;*/
	/*height: 59px;*/
	font-size: 14px;
	line-height: 1.6;
	padding: 45px 0 0;
	background-size: 32px 32px;
}
.block-header--newentry {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	background-color: #fe0000;
	background-image: url("../../img/usr/common/newentry_bg.png");
	background-position: left top;
	background-repeat: repeat;
}
.block-header--newentry strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}
.block-header--newentry a {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-left: 45px;
	padding-right: 20px;
	position: relative;
}
.block-header--newentry a::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform:  rotate(-45deg);
}
.block-header--newentry a:hover {
	text-decoration: underline;
}
.block-header-welcome {
	line-height: 1.75;
	width: 600px;
}
.block-header-welcome strong {
	font-weight: bold;
	line-height: 1.75;
}
.block-header-contact {
	position: absolute;
	right: 0;
	top: 0;
	width: 122px;
}
.block-header-contact a {
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 1.75;
	padding-left: 24px;
	background-image: url("../../img/usr/common/ico_mail.svg");
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: 20px 16px;
}
.block-header-contact a:hover {
	text-decoration: underline;
}
.block-header-logo {
	width: 160px;
	font-size: 0;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -80px;
}

.block-headernav {
	padding-bottom: 17px;
}

.block-headernav--item-list {
  display: flex;
  justify-content: center;
}

.block-headernav--item-list li {
  position: relative;
  display: inline-block;
  text-align: center;
}

.block-headernav--item-list li i {
  display: block;
}

.block-headernav--item-list li a {
	line-height: 1.125;
	text-decoration: none;
	display: block;
	padding: 59px 0 0;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 45px 45px;
}

.block-headernav--item-list li a:hover {
  text-decoration: none;
}
.block-headernav--item-list li.block-headernav--item-list-entry a {
	width: 134px;
	background-image: url("../../img/usr/common/ico_pen.svg");
}
.block-headernav--item-list li.block-headernav--item-list-login a {
	width: 126px;
	background-image: url("../../img/usr/common/ico_key.svg");
}
.block-headernav--item-list li.block-headernav--item-list-bookmark a {
	width: 135px;
	background-image: url("../../img/usr/common/ico_heart.svg");
}
.block-headernav--item-list li.block-headernav--item-list-guide {
	margin-left: 300px;
}
.block-headernav--item-list li.block-headernav--item-list-guide a {
	width: 128px;
	background-image: url("../../img/usr/common/ico_guide.svg");
}
.block-headernav--item-list li.block-headernav--item-list-catalog a {
	width: 133px;
	background-image: url("../../img/usr/common/ico_list.svg");
	background-position: center 12px;
}
.block-headernav--item-list li.block-headernav--item-list-cart a {
	width: 131px;
	background-image: url("../../img/usr/common/ico_cart.svg");
	background-position: center 12px;
}
.block-headernav--item-list li.block-headernav--item-list-mypage a {
	width: 127px;
	background-image: url("../../img/usr/common/ico_mypage.svg");
	background-position: center 12px;
}
.block-headernav--item-list li.block-headernav--item-list-history a {
	width: 131px;
	background-image: url("../../img/usr/common/ico_clock.svg");
	background-position: center 12px;
}

.block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  background-color: #fe0000;
  color: #fff;
  border-radius: 50px;
  top: 5px;
  left: 50%;
	margin-left: 5px;
  z-index: 2;
}

/* ----ヘッダー検索---- */

.block-global-search {
	padding: 10px 0;
  background-color: #443829;
}
.block-global-search .container {
	display: flex;
	align-items: center;
}
.block-global-search select {
	width: 200px;
	height: 40px;
	border: 0;
	border-right: 1px solid #443829;
	padding: 0 25px 0 32px;
	margin-left: 200px;
	background-color: #f2e4d4;
	border-radius: 50px 0 0 50px;
}
select::-ms-expand {
    display: none;
}
.block-global-search--keyword {
  width: 550px;
	height: 40px;
}
.page-search .block-global-search select {
	font-size: 0;
}

.block-global-search form {
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
  border: none;
  background-color: #ffffff;
	border-radius: 0;
	height: 40px;
}

button.block-global-search--submit {
  border: none;
	padding: 0;
	margin: 0;
  width: 50px;
	height: 40px;
	border-radius: 0 50px 50px 0;
	background-color: #ffffff;
}
button.block-global-search--submit img {
	width: 23px;
	vertical-align: text-bottom;
}

.block-global-search--searchdetail {
  margin-left: 30px;
}

.block-global-search--search-detail-link {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding-right: 15px;
	position: relative;
}
.block-global-search--search-detail-link::before {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform:  rotate(-45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
}
.block-global-search--search-detail-link:hover {
	text-decoration: underline;
}
/* ----ヘッダーバナー---- */
.block-header--banner {
	text-align: center;
}
/* ----グローバルナビ---- */

.block-globalnav--item-list {
  display: table;
  width: 100%;
}

.block-globalnav--item-list i {
  margin-right: 10px;
}

.block-globalnav--item-list > li {
  display: table-cell;
  width: 20%;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.block-globalnav--item-list > li > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
}

.block-globalnav--item-list > li > a {
  text-decoration: none;
}

.block-globalnav--item-list > li > a:hover {
  color: #6fb4c3;
}

.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: #6fb4c3;
  text-decoration: none;
}

.block-globalnav--item-list > li > a.active .fa-chevron-down {
  color: #fff;
  transform: rotate(180deg);
}

.block-globalnav-menu {
  position: absolute;
  background-color: #191919;
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 30px 0 20px;
  text-align: left;
  z-index: 10;
}

.block-globalnav-menu * {
  color: #fff;
}

.block-globalnav-menu > div {
  width: 1200px;
  margin: auto;
}

.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 {
  display: flex;
  align-items: center;
}

.block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ----フッター---- */

footer .container {
  position: relative;
	width: 100%;
}
.block-footerguide {
	padding: 83px 0 33px;
	background-color: #f2e4d4;
	position: relative;
}
.block-footerguide h2 {
	text-align: center;
	position: absolute;
	left: 0;
	top: -34px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
}
.block-footerguide .container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.block-footerguide-box {
	width: 420px;
	padding: 8px 30px 83px;
	position: relative;
	border-left: 1px solid #e4dbd1;
}
.block-footerguide-box:first-child {
	border-left: 0;
	padding-left: 0;
	width: 390px;
}
.block-footerguide-box:nth-child(3) {
	padding-right: 0;
	width: 390px;
}
.block-footerguide-box h3 {
	text-align: center;
	padding: 0 0 14px;
	margin: 0;
}
.block-footerguide-box h3::after {
	display: none;
}
.block-footerguide-box h3 span {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	line-height: 2.0;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-size: 41px 41px;
}
#footerguide_order h3 span {
	background-image: url("../../img/usr/common/ico_cart.svg");
	background-position: left -4px;
}
#footerguide_postage h3 span {
	background-image: url("../../img/usr/common/ico_truck.svg");
	background-position: left -2px;
}
#footerguide_payment h3 span {
	background-image: url("../../img/usr/common/ico_money.svg");
	background-position: left -1px;
}

ul.block-footerguide-box--txt {
	padding-left: 14px;
}
ul.block-footerguide-box--txt li {
	margin-top: 10px;
	list-style: disc;
}
.block-footerguide-box--note {
	margin-top: 10px;
    padding-left: 1em;
}
.color-red {
	color: #fe0000;
}

.block-footerguide-box--inner {
	background-color: #ffffff;
	margin-top: 10px;
	padding: 10px 18px;
}
.block-footerguide-box--inner h4 {
	font-weight: bold;
	line-height: 1.6;
}
.block-footerguide-box--inner p {
}
#footerguide_postage .block-footerguide-box--inner {
	text-align: center;
}
#footerguide_postage .block-footerguide-box--inner p {
	margin-top: 2px;
}
#footerguide_payment .block-footerguide-box--note {
	font-size: 12px;
	margin: 0;
}
#footerguide_payment .block-footerguide-box--card-logo {
	margin: 5px 0 9px;
}
#footerguide_payment h4 {
	margin-top: 12px;
}
#footerguide_payment h4:first-child {
	margin-top: 0;
}
.block-footerguide-box--detail-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.block-footerguide-box--detail-btn a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 8px 0 6px;
	width: 240px;
	background-color: #ffffff;
	border: 2px solid #938675;
	border-radius: 50px;
	position: relative;
}
.block-footerguide-box--detail-btn a:hover {
	text-decoration: none;
}
.block-footerguide-box--detail-btn a::before {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
}
.block-footernav {
	padding: 23px 0;
}
.block-footernav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-footernav li {
	border-left: 1px solid #f2ede9;
}
.block-footernav li:first-child {
	border-left: 0;
}
.block-footernav li a {
	line-height: 1.1;
	display: block;
	padding: 0 15px;
}
footer .container a.logo {
	position: absolute;
	right: 50%;
	bottom: 8px;
	margin-right: -595px;
	background-image: url("../../img/usr/common/footer_logo.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 73px;
	height: 23px;
}
/* ----ページトップに戻る---- */
.block-page-top {
	position: absolute;
	top: auto;
	/*top: -120px;*/
	right: 40px;
	display: none;
	z-index: 100;
	background-image: url("../../img/usr/common/ico_top.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.block-page-top::before,
.block-page-top::after {
	content: "";
	position: absolute;
	transition: 0.2s;
}
.block-page-top::after {
	bottom: 80px;
	left: 50%;
	width: 6px;
	height: 0;
	margin-left: -3px;
	background: #a7ca5d;
	border-radius: 10px 10px 0 0;
}
.block-page-top::before {
	bottom: 96px;
	left: 50%;
	width: 70px;
	height: 25px;
	margin-left: -35px;
	background: url("../../img/usr/common/ico_top_reaf.png");
	background-size: 70px 25px;
	z-index: 1;
	opacity: 0;
}
.block-page-top:hover::after {
	height: 22px;
}
.block-page-top:hover::before {
	opacity: 1;
	animation: reaf 0.7s ease;
}
@keyframes reaf {
	0% {
		transform: scale(0);
	}
	40% {
		transform: scale(0);
	}
	60% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

.block-page-top a {
	display: block;
	width: 88px;
	height: 121px;
	position: relative;
	z-index: 3;
}
.block-page-top a:after,
.block-page-top a:before {
	content: "";
	position: absolute;
	overflow: hidden;
	top: -5px;
	width: 30px;
	height: 17px;
	background: url("../../img/usr/common/ico_top_deco.png") no-repeat;
	background-position: center 17px;
	background-size: 30px 17px;
	z-index: 1;
	transition: 0.2s;
}
.block-page-top a:after {
	left: -15px;
	height: 17px;
	transform: rotate(-45deg);
}
.block-page-top a:before {
	right: -15px;
	height: 17px;
	transform: rotate(45deg);
}
.block-page-top:hover a:after,
.block-page-top:hover a:before {
	animation: deco 0.5s ease;
	background-position: center 17px;
}
@keyframes deco {
	50% {
		background-position: center 17px;
	}
	100% {
		background-position: center -17px;
	}
}
.block-page-top:hover {
	transition: 0.2s;
	animation: bowl 1.5s ease;
}
@keyframes bowl {
	10% {
		transform: scaley(0.95);
		transform-origin: bottom left;
	}
	50% {
		transform: scaley(1);
	}
}





/* ----pc/スマホ切り替えスイッチ---- */

.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}

.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 {
	color: #a99b8b;
	font-size: 14px;
	text-align: center;
	line-height: 1.64;
	padding: 9px 0 8px;
	background-color: #443829;
}

/* ----ブランド画面---- */

.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-line-item {
}
.block-goods-detail-line-item a {
	display: block;
}
.block-goods-detail-line-item a.js-video-play iframe, .block-goods-detail-line-item a.js-video-play video {
	width: 450px;
	height: 450px;
}

.block-src-l--image-comment {
	font-size: 16px;
	line-height: 1.5;
	margin: 13px 0 20px;
} 
.block-src-l--image-caption {
	font-size: 13px;
	line-height: 1.5;
	margin: 13px 0;
}
#zoomple_previewholder .image_wrap {
	box-shadow: 0 0 20px 4px rgba(0,0,0,0.50) !important;
}
#zoomple_previewholder .caption-wrap {
	display: none;
}
.block-goods-gallery ul {
	display: flex;
	flex-wrap: wrap;
}
.block-goods-gallery ul li {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 6px 6px 0;
}
.block-goods-gallery ul li:nth-child(6n) {
	margin-right: 0;
}
.block-goods-gallery ul li a {
	display: block;
	border: 1px solid #cccccc;
}
.block-goods-gallery li figure {
	width: 68px;
	height: 68px;
}

.block-goods-name--text {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}
.block-goods-name2 {
	font-size: 18px;
	line-height: 1.38;
	margin-top: 9px;
}

.pane-goods-right-side .block-icon {
	padding-top: 10px;
}
.pane-goods-right-side .block-icon > span {
	margin: 6px 6px 0 0;
	/*padding: 3px 10px 2px 10px;*/
}

.block-goods-comment {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin: 20px 0 0;
}

.block-goods-comment1 {
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 0 16px;
}
.block-goods-comment2,
.block-goods-comment3 {
	margin-top: 12px;
}
.block-goods-comment2 dt,
.block-goods-comment2 dd,
.block-goods-comment3 dt,
.block-goods-comment3 dd {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
.block-goods-comment2 dt,
.block-goods-comment3 dt {
	font-weight: bold;
}
.block-goods-comment2 dd,
.block-goods-comment3 dd {
	margin-top: 4px;
}
.block-goods-comment4 {
	margin-top: 17px;
}
.block-goods-comment5 {
	margin-top: 15px;
}
.block-goods-comment6 {
	margin-top: 70px;
}
.block-goods-comment7 {
	margin-top: 70px;
}
.block-goods-comment8 {
	margin-top: 80px;
}

.block-goods--order-deadline {
	display: flex;
}
.block-goods--order-deadline {
	margin-top: 12px;
}
.block-goods--order-deadline dt,
.block-goods--order-deadline dd {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
.block-goods--order-deadline dt {
	font-weight: bold;
}
.block-goods--product-description {
	margin-top: 15px;
}
.block-goods--product-description a {
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px 8px;
	border-radius: 50px;
	border: 2px solid #938675;
	display: block;
	position: relative;
}
.block-goods--product-description a::before,
.block-goods--product-description a::after {
	content: "";
	position: absolute;
	right: 18px;
	width: 7px;
	height: 7px;
	border-left: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
}
.block-goods--product-description a::before {
	top: 16px;
}
.block-goods--product-description a::after {
	top: 23px;
}
.block-goods--share {
	margin-top: 55px;
	padding-bottom: 17px;
	border-bottom: 1px dotted #a2a2a2;
}
.block-goods--share ul {
	display: flex;
}
.block-goods--share ul li {
}
.block-goods--share ul li a {
	font-size: 16px;
	line-height: 1.56;
	padding: 0 25px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}
.block-goods--share ul li:nth-child(3) a {
	padding-right: 0;
}
.block-goods--share ul li.block-goods--share-mail a {
	background-image: url("../../img/usr/common/ico_mail.svg");
	background-size: 19px 19px;
}
.block-goods--share ul li.block-goods--share-url a {
	background-image: url("../../img/usr/common/ico_urlcopy.svg");
	background-size: 18px 18px;
}
.block-goods--share ul li.block-goods--share-line a {
	background-image: url("../../img/usr/common/ico_line.png");
	background-size: 18px 18px;
}
.block-goods--about-shipping-cost {
	margin-top: 12px;
}
.block-goods--about-terms {
	margin-top: 12px;
}
.block-goods--about-shipping-cost a,
.block-goods--about-terms a {
	font-size: 16px;
	line-height: 1.56;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
.block-goods--about-shipping-cost a {
	background-image: url("../../img/usr/common/ico_truck.svg");
	background-size: 20px 20px;
}
.block-goods--about-terms a {
	background-image: url("../../img/usr/common/ico_guide.svg");
	background-size: 19px 19px;
}
.block-goods--free-shipping {
	text-align: center;
	padding: 8px 0 5px;
	margin: 70px auto 10px;
	width: 760px;
	border: 1px dotted #9b9b9b;
	border-radius: 5px;
}
.block-goods--free-shipping span.block-goods--free-shipping-caption {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	display: inline-block;
	padding-left: 33px;
	background-image: url("../../img/usr/common/ico_truck.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
.block-goods--free-shipping span strong {
	color: #fe0000;
	font-size: 20px;
	font-weight: bold;
}
.block-goods--free-shipping span.block-goods--free-shipping-comment {
	font-size: 16px;
}
.block-variation--header {
	background-color: #f3f3f3;
	border-top: 1px solid #443829;
}
.block-variation--header ul {
	display: flex;
	align-items: center;
}
.block-variation--header ul li {
	font-size: 20px;
	text-align: center;
	line-height: 1.25;
	padding: 7px 0;
}
.block-variation--header ul li.block-variation--header-lineup {
	width: 250px;
}
.block-variation--header ul li.block-variation--header-postage {
	width: 140px;
}
.block-variation--header ul li.block-variation--header-price {
	width: 210px;
}
.block-variation--header ul li.block-variation--header-btn {
	width: 290px;
}
.block-color-size-with-cart--item-list {
	border-bottom: 1px solid #443829;
}
.block-color-size-with-cart--color-line {
	align-items: flex-start;
	padding: 0;
}
.block-color-size-with-cart--color-line.at-border {
	border-top: 1px solid #443829;
}
.block-color-size-with-cart--color-item {
	width: 70px;
	margin: 0 15px 0 0;
	padding: 19px 0 0;
}
.block-color-size-with-cart--color-item-term,
.block-color-size-with-cart--nocolor {
	width: 70px;
	height: 70px;
	border: 0;
	margin: 0;
}
.block-color-size-with-cart--color-item-term figure {
	width: 70px;
	height: 70px;
}
.block-color-size-with-cart--color-item-term img {
	max-width: 70px;
	max-height: 70px;
}
.block-color-size-with-cart--color-item-name {
	font-size: 16px;
	line-height: 1.4;
	padding: 7px 0 25px;
}
.block-color-size-with-cart--color-description {
	display: flex;
	align-items: center;
	padding: 24px 0 24px;
	border-top: 1px dotted #a1a1a1;
}
.block-color-size-with-cart--color-line.at-border .block-color-size-with-cart--color-description {
	border-top: 0;
}
.block-cart--size-item {
	width: 250px;
	margin-right: 20px;
}
.block-cart--size-item .block-icon {
  margin: 0 0 5px;
}
.block-color-size-with-cart--size-item {
	width: 200px;
	margin-right: 15px;
}
.block-color-size-with-cart--cord-item {
	font-size: 13px;
	line-height: 1.69;
}
.block-color-size-with-cart--size-item-term {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	border: 0;
	width: auto;
	height: auto;
	margin: 0;
	background: none;
}
.block-color-size-with-cart--date-item {
	font-size: 16px;
	line-height: 1.8;
}

.block-color-size-with-cart--postage-icon {
	width: 100px;
	text-align: center;
	margin-right: 15px;
	/*background-color: #f5d5d6;*/
}
.block-color-size-with-cart--postage-icon img {
	width: 100px;
}
.block-color-size-with-cart--postage-icon-free {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 1.56;
	padding: 2px 0 1px;
	background-color: #fe0000;
	border-radius: 5px;
}
.block-color-size-with-cart--postage-icon-lines {
	color: #443829;
	font-size: 16px;
	text-align: center;
	line-height: 1.437;
	border: 1px solid #443829;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 3px 0;
	position: relative;
}
.block-color-size-with-cart--postage-icon-lines strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.166;
	display: block;
}
.block-color-size-with-cart--postage-icon-lines sub {
	font-size: 11px;
	line-height: 1.0;
	position: absolute;
	right: 3px;
	bottom: 2px;
}
.block-color-size-with-cart--price-box {
	width: 185px;
	margin-right: 10px;
}
.block-color-size-with-cart--rank {
	font-size: 16px;
	line-height: 1.25;
}
.block-goods-nodiscount-comment {
	font-size: 14px;
}
.block-goods-price {
	margin: 0;
}
.block-goods-price--default-price {
	color: #777777;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
}
.block-goods-price--on-sales-comment {
	color: #fe0000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
.block-goods-price--on-sales-comment + .block-goods-price--price {
	color: #fe0000;
}
.block-goods-price--price {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
}
.block-goods-price--price strong {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.08;
}
.block-goods-price--price strong small {
	font-size: 16px;
	line-height: 1.625;
}
.block-variation-add-cart-box {
	width: 290px;
	display: flex;
	flex-wrap: wrap;
}
.block-variation-nodiscount-comment {
	font-size: 13px;
	line-height: 1.625;
}

.block-variation-add-cart,
.block-goods-variation-arrival-notice,
.block-variation-no-stock {
	width: 240px;
	margin: 0;
	position: relative;
}
.block-variation-add-cart--btn {
	width: 230px;
	height: 50px;
}
.block-goods-variation-arrival-notice--btn {
	width: 230px;
	height: 48px;
	text-decoration: none;
}

.block-color-size-with-cart--stock {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 5px;
	/*position: absolute;
	left: 0;
	bottom: -21px;*/
	width: 100%;
}

.block-variation-favorite {
	width: 50px;
}
.block-variation-favorite a {
	height: 50px;
	width: 50px;
	padding: 0;
	position: relative;
}
.block-variation-favorite a i {
	display: none;
}

.block-variation-favorite--btn,
.block-variation-favorite-registed--btn,
.js-animation-bookmark-warap .heart-animation {
}
.block-variation-favorite-registed--btn,
.js-animation-bookmark-warap {
	border-color: #fe0000;
}
.block-variation-favorite--btn::before,
.block-variation-favorite-registed--btn::before,
.js-animation-bookmark-warap .heart-animation::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 26px;
	height: 26px;
	margin: -12px 0 0 -13px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.block-variation-favorite--btn::before {
	background-image: url("../../img/usr/common/ico_heart.svg");
}
.block-variation-favorite-registed--btn::before,
.js-animation-bookmark-warap .heart-animation::before {
	background-image: url("../../img/usr/common/ico_heart02.svg");
}
.block-variation-favorite--btn.js-animation-bookmark-warap::before {
	display: none;
}
.js-animation-bookmark-warap .heart-animation {
	display: flex;
	align-items: center;
	justify-content: center;
}
.js-animation-bookmark-warap .heart-animation::before {
/*	width: 26px;
	height: 26px;
	background-image: url("../../img/usr/common/ico_heart02.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 25px;*/
    animation: heart-animation 1s ease;
}
@keyframes heart-animation {
	0% {
		transform: scale(0);
    }
    50% {
		transform: scale(0.8);
    }
    55% {
		transform: scale(1);
    }
    60% {
	transform: scale(1.2);
	}
    70% {
		transform: scale(0.8);
    }
	100% {
		transform: scale(1.2);
	}
}
.js-cancel-modal.js-animation-bookmark-warap .heart-animation::before {
	animation: none;
}

.block-goods-affix-list > div {
	width: 400px;
	margin: 0 auto;
	padding-top: 10px;
}
.block-goods-affix-list > div .block-goods-affix-list--link {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
	text-decoration: none;
	padding: 7px 10px 7px;
	border: 2px solid #938675;
	border-radius: 50px;
	display: block;
}
.block-goods-affix-list > div .block-goods-affix-list--link span {
	display: inline-block;
	padding-left: 30px;
	background-image: url("../../img/usr/common/ico_pdf.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px 29px;
}
.block-goods-affix-list > div .block-goods-affix-list--link::before {
	display: none;
}
.block-goods-affix-list > div .block-goods-affix-list--link::after {
/*	content: "";
	width: 24px;
	height: 29px;
	position: absolute;
	left: 100px;
	top: 9px;*/
}
.block-goods-spec--box {
	margin-top: 50px;
}
.block-goods-spec--box .goods-detail-description {
	border-bottom: 1px solid #443829;
}
.block-goods-spec--box .goods-detail-description:first-child {
	border-top: 1px solid #443829;
}
.block-goods-spec--box .goods-detail-description dt,
.block-goods-spec--box .goods-detail-description dd {
	font-size: 18px;
	line-height: 1.8;
	padding: 22px 20px 19px;
	vertical-align: middle;
}
.block-goods-spec--box .goods-detail-description dt {
	text-align: center;
	background-color: #f3f3f3;
	width: 240px;
}

/* ユーザーレビュー */
.block-goods-user-review h2 {
	font-size: 24px;
	margin: 75px 0 30px;
	background-color: #f2e4d4;
}
.block-goods-user-review--item {
	margin-top: 22px;
	padding-bottom: 23px;
	border-bottom: 1px dotted #9c9c9c;
}
.block-goods-user-review--item.js-slide {
	display: none;
}
.block-goods-user-review--item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.block-goods-user-review--item-comment {
	font-size: 18px;
	line-height: 1.7;
	margin: 7px 0 0;
}
.block-goods-user-review--item-summary {
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.block-goods-user-review--item-score dt {
	margin: 0;
	height: 17px;
}
.block-goods-user-review--item-score dt img {
	height: 17px;
	vertical-align: top;
}
.block-goods-user-review--item-name {
	margin-left: auto;
}
.block-goods-user-review--item-name dt,
.block-goods-user-review--item-name dd {
	font-size: 16px;
	line-height: 1.6875;
}
.block-goods-user-review--item-moderate-vote {
	font-size: 14px;
	text-align: right;
}
.block-goods-user-review--info {
	display: flex;
	padding-bottom: 23px;
	border-bottom: 1px dotted #9c9c9c;
}
.block-goods-user-review--count-summary {
}
.block-goods-user-review--score dt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	vertical-align: bottom;
}
.block-goods-user-review--score dd {
	vertical-align: bottom;
	height: 27px;
}
.block-goods-user-review--score dd img {
	height: 27px;
	vertical-align: top;
}
.block-goods-user-review--count {
	margin-top: 5px;
}
.block-goods-user-review--count dt {
	font-weight: 500;
}

.block-goods-user-review--description {
	margin: 0 0 0 auto;
}
.block-goods-user-review--write-review {
	overflow: hidden;
}
.block-goods-user-review--write-review-btn {
	text-align: left;
	text-decoration: none;
	width: 220px;
	border: 2px solid #938675;
	border-radius: 50px;
	padding: 3px 0 1px 64px;
	float: right;
	background-image: url("../../img/usr/common/ico_pen.svg");
	background-position: 35px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}
.block-goods-user-review--description p {
	line-height: 1.75;
	margin-top: 3px;
}
.block-goods-user-review--pagenav {
	padding: 7px 0 6px;
	margin: 10px 0 0;
	background-color: #f3f3f3;
}
.block-goods-user-review--container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-goods-user-review--pager-now,
.block-goods-user-review--ref a {
	line-height: 2.0625;
	text-align: center;
	display: block;
	width: 33px;
	height: 33px;
	position: relative;
}
.block-goods-user-review--pager-now::after,
.block-goods-user-review--ref a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 9px;
	width: 1px;
	height: 15px;
	background-color: #e2e2e2;
}
.block-goods-user-review--pager-now:first-child::before,
.block-goods-user-review--ref:first-child a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 1px;
	height: 15px;
	background-color: #e2e2e2;
}
.block-goods-user-review--pager-now {
	color: #443829;
	font-weight: bold;
}
.block-goods-user-review--more-btn {
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	text-decoration: none;
	width: 380px;
	border: 2px solid #938675;
	border-radius: 50px;
	padding: 8px 0 7px;
	margin: 30px auto 0;
	position: relative;
	cursor: pointer;
}
.block-goods-user-review--more-btn::before,
.block-goods-user-review--more-btn::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 22px;
	width: 16px;
	height: 2px;
	transition: all .4s;
	background-color: #938675;
}
.block-goods-user-review--more-btn::before {
	transform:  rotate(90deg);
}
.block-goods-user-review--more-btn.js-open::before {
	transform:  rotate(0);
}
/*cssによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side,
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}
.pane-goods-left-side,
.pane-goods-right-side {
	padding-bottom: 10px;
}
.block-goods-sns {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.block-goods-comment {
  order: 30;
}

.block-goods-name {
  order: 10;
}
.block-goods-name2 {
	order: 15;
}
.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;
	margin-top: 80px;
}

.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: 32;
}
.block-goods-comment2 {
	order: 34;
}
.block-goods-comment3 {
	order: 36;
}
.block-goods-comment4 {
	order: 200;
}
.block-goods--order-deadline {
	order: 150;
}
.block-goods--product-description {
	order: 160;
}
.block-goods--share {
	order: 170;
}
.block-goods--about-terms {
	order: 180;
}
.block-goods--about-shipping-cost {
	order: 190;
}

/* ----ゲストお気に入り画面---- */
.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-recent-item,
.block-recent-item--items {
	width: 1200px;
	margin: 0 auto;
}
.block-recent-item--header {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.0;
	text-align: left;
	margin: 20px 0 8px;
	padding: 0 0 0 15px;
	border: 0;
	position: relative;
}
.block-recent-item--header::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 20px;
	background-color: #443829;
	border-radius: 3px;
}
.block-thumbnail-h {
	margin: 0 0 60px;
}
.block-thumbnail-h li {
	width: 180px;
	margin-left: 24px;
}
.block-thumbnail-h li a {
	display: block;
	text-decoration: none;
}
.block-thumbnail-h li a:hover {
	text-decoration: underline;
}
.block-thumbnail-h--sold {
	position: relative;                
	display: block;
}
.block-thumbnail-h--sold::before {
	content: "在庫なし";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0;
	text-align: center;
	display: block;
	width: 130px;
	padding: 10px 0 9px;
	z-index: 1;
	border-radius: 50px;
	margin: -20px 0 0 -65px;
	background-color: rgba(68,56,41,0.80);
}
.block-thumbnail-h--sold figure img {
	opacity: 0.5;
}
.block-thumbnail-h--goods-image figure {
	width: 180px;
	height: 180px;
	background: #ffffff;
	border: 1px solid #cfcfcf;
}
.block-thumbnail-h--goods-description {
	margin-top: 7px;
}
.block-thumbnail-h--goods-description .block-icon {
}
.block-thumbnail-h--goods-description .block-icon span:nth-child(2n) {
	margin-right: 0;
}
.block-thumbnail-h--goods-name {
	margin-top: 9px;
}
.block-thumbnail-h--goods-name a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.38;
}
.block-thumbnail-h--goods-description .variation-name {
	font-size: 16px;
	line-height: 1.3125;
	margin: 8px 0 0;
}
.block-thumbnail-h--price-infos {
	display: flex;
	align-items: center;
}
.block-thumbnail-h--scomment {
	color: #fe0000;
	font-size: 10px;
	width: 55px;
}
.block-thumbnail-h--scomment + .block-thumbnail-h--price-items {
	width: auto;
	margin-left: auto;
}
.block-thumbnail-h--price-items {
	display: flex;
	align-items: center;
	width: 100%;
}
.block-thumbnail-h--price-txt {
	font-size: 12px;
	line-height: 1.75;
}
@media all and (-ms-high-contrast:none){
	.block-thumbnail-h--price-txt {
		font-size: 10px;
	}
}
.block-thumbnail-h--goods .price {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
	text-align: right;
	margin-left: auto;
}
.block-thumbnail-h--price strong {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.05;
}
.block-thumbnail-h--price strong small {
	font-size: 12px;
	line-height: 1.75;
}
@media all and (-ms-high-contrast:none){
	.block-thumbnail-h--price strong {
		font-size: 16px;
	}
	.block-thumbnail-h--price strong small {
		font-size: 10px;
	}
}
.block-recent-item--keep-history {
	display: none;
}
.block-thumbnail-h--goods-description .variation-name.sold-out,
.block-thumbnail-h--price-items.sold-out .block-thumbnail-h--price-txt,
.block-thumbnail-h--price-items.sold-out .block-thumbnail-h--price {
	color: #777777;
	text-decoration: line-through;
}
/* ----トピックス---- */
.block-top-topic {
	margin-top: 80px;
	position: relative;
}
.block-top-topic--header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 11px 0;
	margin: 0 0 18px;
	border: 0;
	background-color: #f2e4d4;
}
.block-top-topic--body {
	margin: 0;
}
.block-top-topic--items li {
	border: 0;
	padding: 8px 0 0;
}
.block-top-topic--items li a {
	display: block;
	text-decoration: none;
}
.block-top-topic--items li a:hover {
	text-decoration: none;
}
.block-top-topic--items dl,
.block-top-topic--items dl dt,
.block-top-topic--items dl dd {
	margin: 0;
}
.block-top-topic--items dl {
	display: flex;
	letter-spacing: -5px;
}
.block-top-topic--items dl dt,
.block-top-topic--items dl dd {
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0;
	display: block;
}
@media all and (-ms-high-contrast:none){
	.block-top-topic--items dl dt,
	.block-top-topic--items dl dd {
		font-size: 16px;
	}
}
.block-top-topic--items dl dt {
	width: 145px;
}
.block-top-topic--items dl dd.block-top-topic--icon {
	width: 105px;
	line-height: 1.0;
	padding-top: 3px;
	text-align: center;
}
.block-top-topic--items dl dd.block-top-topic--icon img {
	width: 80px;
}
.block-top-topic--items dl dd.block-top-topic--txt {
	width: 650px;
}
.block-top-topic--items a dl dd.block-top-topic--txt {
	text-decoration: underline;
}
.block-top-topic--items a dl dd.block-top-topic--txt:hover {
	text-decoration: none;
}
.block-top-topic--next-page {
	width: 380px;
	margin: 20px auto 0;
}
.block-top-topic--next-page a {
	color: #443829;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.8;
	border-radius: 50px;
	display: block;
	padding: 8px 0 6px;
	position: relative;
	border: 2px solid #938675;
}
.block-top-topic--next-page a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
.add-bg-color{
    background-color: #f2e4d4;
}
.block-topic-page--start-date{
	font-weight: bold;
	margin-bottom: 25px;
}
.block-topic-page--article-body{
	padding-left: 20px;
}
/* ----トップページ　カタログ---- */
.block-top-catalog--header {
	margin: 80px 0 30px;
}
.block-top-catalog {
	position: relative;
}
.block-top-catalog ul {
	position: absolute;
	right: 62px;
	top: 66px;
}
.block-top-catalog ul li {
	margin-bottom: 14px;
	width: 380px;
}
.block-top-catalog ul li a {
	font-size: 18px;
	line-height: 1.77;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 0 6px 106px;
	border: 2px solid #938675;
	background-color: #ffffff;
	background-position: 66px center;
	background-repeat: no-repeat;
	background-size: 27px 27px;
	border-radius: 50px;
	position: relative;
}
.block-top-catalog ul li a::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
}
.block-top-catalog ul li a strong {
	font-size: 22px;
	font-weight: bold;
}
.block-top-catalog ul li a:hover {
	text-decoration: none;
}
.block-top-catalog ul li.block-top-catalog--mail a {
	background-image: url("../../img/usr/common/ico_mail.svg");
}
.block-top-catalog ul li.block-top-catalog--look a {
	background-image: url("../../img/usr/common/ico_book.svg");
}
.block-top-catalog ul li.block-top-catalog--order a {
	background-image: url("../../img/usr/common/ico_list.svg");
}
/* ---- 右メニュー リンク ---- */
.block-rightmenu--box-bnr {
}
.block-rightmenu--box-bnr ul {
	display: flex;
	justify-content: space-between;
}
.block-rightmenu--box-bnr ul li {
	width: 590px;
}
.block-rightmenu--box-bnr ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	border: 6px solid #f3f3f3;
	background-color: #ffffff;
	position: relative;
}
.block-rightmenu--box-bnr ul li a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	background-color: #f3f3f3;
	background-image: url("../../img/usr/common/ico_anotherlink.svg");
	background-position: 11px 7px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.block-rightmenu--box-bnr ul li a:hover {
	text-decoration: none;
}
.block-rightmenu--box-bnr ul li a p {
	font-size: 18px;
	line-height: 1.78;
}
.block-rightmenu--box-bnr ul li:nth-child(1) a {
	padding: 30px 0 16px;
}
.block-rightmenu--box-bnr ul li:nth-child(1) a p {
	margin-top: 21px;
}

.block-rightmenu--box-bnr ul li:nth-child(2) a {
	padding: 25px 0 16px;
}
.block-rightmenu--box-bnr ul li:nth-child(2) a p {
	margin-top: 17px;
}
.block-rightmenu--banner {
	margin-top: 30px;
}
.block-rightmenu--banner a {
	display: block;
	text-align: center;
}

/* ---- サブカテゴリ ---- */
.block-top-category {
}
.block-top-category--header {
	margin: 80px 0 16px;
}
.block-category-style-p--item {
	width: 440px;
	flex-basis: 440px;
	margin: 14px 20px 0 0;
}
.block-category-style-p--item:nth-child(2n) {
	margin: 14px 0 0 0;
}
.block-category-style-p--item:nth-child(3n) {
	/*margin-right: 0;*/
}
.block-category-style-p--item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	height: 70px;
	background-color: #ffffff;
	border: 2px solid #938675;
	border-radius: 50px;
	padding: 0 40px;
	position: relative;
}
.block-category-style-p--item a:hover {
	text-decoration: none;
}
.block-category-style-p--item a::before {
	content: "";
	width: 11px;
	height: 11px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
}
.block-category-style-p--item-image {
	width: 45px;
}
.block-category-style-p--item-name {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
}
.block-category-style-p--item-name::after {
	display: none;
}
.block-category-style-p--item__haveimg .block-category-style-p--item-name {
	width: 300px;
}
/* ---- アイコン ---- */
.block-icon {
	line-height: 1.0;
	letter-spacing: -5px;
}
.block-icon > span {
	font-feature-settings : "palt";
	line-height: 1.0;
	letter-spacing: 0.04em;
	display: inline-block;
	margin: 3px 3px 0 0;
	vertical-align: top;
}
.block-icon > span.block-icon--text {
	text-align: center;
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #443829;
	padding: 3px 4px 2px;
}
/* ---- ランキング ---- */
.block-ranking-r li {
	margin-bottom: 20px;
}
.block-ranking-r--goods {
	flex-basis: 204px;
	margin: 0 0 0 28px;
}
.block-ranking-r--goods a {
	display: block;
	position: relative;
}
.block-ranking-r--goods .block-ranking-r--sold {
	position: relative;
	display: block;
}
.block-ranking-r--goods .block-ranking-r--sold::before {
	content: "在庫なし";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0;
	text-align: center;
	display: block;
	width: 130px;
	padding: 10px 0 9px;
	z-index: 1;
	border-radius: 50px;
	margin: -20px 0 0 -65px;
	background-color: rgba(68,56,41,0.80);
}
.block-ranking-r--goods .block-ranking-r--sold figure img {
	opacity: 0.5;
}
.block-ranking-r--goods-image figure {
	width: 204px;
	height: 204px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.block-ranking-r--goods a .block-icon--auto-new,
.block-ranking-r--goods a .block-icon--auto-on-sales {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	z-index: 10;
}
.block-ranking-r--goods-image .block-ranking-r--rank {
	color: #443829;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.0;
	display: block;
	position: static;
	width: 64px;
	height: 32px;
	background-color: #f3f3f3;
	border-radius: 50px 50px 0 0;
	margin: 5px auto 0;
	padding-top: 13px;
}
.block-ranking-r--goods-description {
	margin-top: 7px;
}
.block-ranking-r--goods-description .block-icon {
}
.block-ranking-r--goods-name {
	margin-top: 9px;
}
.block-ranking-r--goods-name a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;
}
.block-ranking-r--goods-name a:hover {
	text-decoration: underline;
}
.block-ranking-r--goods-description .variation-name {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 9px;
}
.block-ranking-r--price-infos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.block-ranking-r--scomment {
	color: #fe0000;
	font-size: 14px;
	width: 70px;
}
@media all and (-ms-high-contrast:none){
	.block-ranking-r--scomment {
		font-size: 12px;
	}
}
.block-ranking-r--scomment + .block-ranking-r--price-items {
	width: auto;
	margin-left: auto;
}
.block-ranking-r--scomment + .block-ranking-r--price-items .price {
	color: #fe0000;
}
.block-ranking-r--price-items {
	display: flex;
	align-items: center;
	width: 100%;
}
.block-ranking-r--price-txt {
	font-size: 14px;
	line-height: 1.7;
}
@media all and (-ms-high-contrast:none){
	.block-ranking-r--price-txt {
		font-size: 12px;
	}
}
.block-ranking-r--goods .price {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	margin-left: auto;
	text-align: right;
}
.block-ranking-r--goods .price strong {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.09;
}
.block-ranking-r--goods .price strong small {
	font-size: 14px;
	line-height: 1.7;
}
@media all and (-ms-high-contrast:none){
	.block-ranking-r--goods .price strong {
	font-size: 20px;
	}
	.block-ranking-r--goods .price strong small {
		font-size: 12px;
	}
}
.block-ranking-r--goods-rank-1 .block-ranking-r--rank-1,
.block-ranking-r--goods-rank-2 .block-ranking-r--rank-2,
.block-ranking-r--goods-rank-3 .block-ranking-r--rank-3 {
	color: #ffffff;
	background: none;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-radius: 0;
	width: 100%;
	height: 37px;
	margin: 0 0 -1px;
	padding-top: 21px;
}
.block-ranking-r--goods-rank-1 .block-ranking-r--rank-1 {
	background-image: url("../../img/usr/common/ico_rank01.png");
}
.block-ranking-r--goods-rank-2 .block-ranking-r--rank-2 {
	background-image: url("../../img/usr/common/ico_rank02.png");
}
.block-ranking-r--goods-rank-3 .block-ranking-r--rank-3 {
	background-image: url("../../img/usr/common/ico_rank03.png");
}
.block-ranking-r--goods-rank-1 .img-center,
.block-ranking-r--goods-rank-2 .img-center,
.block-ranking-r--goods-rank-3 .img-center {
	border: 3px solid #000;
}
.block-ranking-r--goods-rank-1 .img-center {
	border-color: #c7b644;
}
.block-ranking-r--goods-rank-2 .img-center {
	border-color: #9aabac;
}
.block-ranking-r--goods-rank-3 .img-center {
	border-color: #d58245;
}
.block-ranking-r--goods-description .variation-name.sold-out,
.block-ranking-r--price-items.sold-out .block-ranking-r--price-txt,
.block-ranking-r--price-items.sold-out .block-ranking-r--price {
	color: #777777;
	text-decoration: line-through;
}
/* ---- 4つ並び ---- */
.block-thumbnail-t li {
	margin-bottom: 35px;
}
.block-thumbnail-t--goods {
	flex-basis: 204px;
	margin: 0 0 0 28px;
}
.block-thumbnail-t--goods a {
	display: block;
	position: relative;
}
.block-thumbnail-t--goods .block-thumbnail-t--sold {
	position: relative;
	display: block;
}
.block-thumbnail-t--goods .block-thumbnail-t--sold::before {
	content: "在庫なし";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0;
	text-align: center;
	display: block;
	width: 130px;
	padding: 10px 0 9px;
	z-index: 1;
	border-radius: 50px;
	margin: -20px 0 0 -65px;
	background-color: rgba(68,56,41,0.80);
}
.block-thumbnail-t--goods .block-thumbnail-t--sold figure img {
	opacity: 0.5;
}
.block-thumbnail-t--goods-image figure {
	width: 204px;
	height: 204px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.block-thumbnail-t--goods a .block-icon--auto-new,
.block-thumbnail-t--goods a .block-icon--auto-on-sales {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	z-index: 10;
}
.block-thumbnail-t--goods-description {
	margin-top: 7px;
}
.block-thumbnail-t--goods-description .block-icon {
	line-height: 1.0;
	letter-spacing: -5px;
}
.block-thumbnail-t--goods-description .block-icon span {
	display: inline-block;
	line-height: 1.0;
	letter-spacing: 0;
	margin: 3px 3px 0 0;
}
.block-thumbnail-t--goods-name {
	margin-top: 9px;
}
.block-thumbnail-t--goods-name a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;
}
.block-thumbnail-t--goods-name a:hover {
	text-decoration: underline;
}
.block-thumbnail-t--goods-description .variation-name {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 9px;
}
.block-thumbnail-t--price-infos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.block-thumbnail-t--scomment {
	color: #fe0000;
	font-size: 14px;
	width: 70px;
}
@media all and (-ms-high-contrast:none){
	.block-thumbnail-t--scomment {
		font-size: 12px;
	}
}
.block-thumbnail-t--scomment + .block-thumbnail-t--price-items {
	width: auto;
	margin-left: auto;
}
.block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price {
	color: #fe0000;
}
.block-thumbnail-t--price-items {
	display: flex;
	align-items: center;
	width: 100%;
}
.block-thumbnail-t--price-txt {
	font-size: 14px;
	line-height: 1.7;
}
@media all and (-ms-high-contrast:none){
	.block-thumbnail-t--price-txt {
		font-size: 12px;
	}
}
.block-thumbnail-t--goods .price {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	margin-left: auto;
	text-align: right;
}
.block-thumbnail-t--goods .price strong {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.09;
}
.block-thumbnail-t--goods .price strong small {
	font-size: 14px;
	line-height: 1.7;
}
@media all and (-ms-high-contrast:none){
	.block-thumbnail-t--goods .price strong {
	font-size: 20px;
	}
	.block-thumbnail-t--goods .price strong small {
		font-size: 12px;
	}
}
.block-thumbnail-t--goods-description .variation-name.sold-out,
.block-thumbnail-t--price-items.sold-out .block-thumbnail-t--price-txt,
.block-thumbnail-t--price-items.sold-out .block-thumbnail-t--price {
	color: #777777;
	text-decoration: line-through;
}
/* ---- 詳細表示 ---- */
.block-goods-list-d li {
	margin-bottom: 40px;
}
.block-goods-list-d--image {
	width: 204px;
}
.block-goods-list-d--image a {
	display: block;
	position: relative;
}
.block-goods-list-d--image figure {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 204px;
	height: 204px;
}
.block-goods-list-d--items .block-goods-list-d--sold {
	position: relative;
	display: block;
}
.block-goods-list-d--items .block-goods-list-d--sold::before {
	content: "在庫なし";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0;
	text-align: center;
	display: block;
	width: 130px;
	padding: 10px 0 9px;
	z-index: 1;
	border-radius: 50px;
	margin: -20px 0 0 -65px;
	background-color: rgba(68,56,41,0.80);
}
.block-goods-list-d--items .block-goods-list-d--sold figure img {
	opacity: 0.5;
}

.block-goods-list-d--image .block-icon--auto-new,
.block-goods-list-d--image .block-icon--auto-on-sales {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
}
.block-goods-list-d--item-description {
	width: 676px;
	padding: 0;
	margin-left: auto;
}
.block-goods-list-d--item-description .block-icon span {
	margin: 0 6px 6px 0;
	/*padding: 3px 10px 2px 10px;*/
}
.block-goods-list-d--item-description .block-icon span.block-icon--text {
	padding: 3px 10px 2px 10px;
}
.block-goods-list-d--goods-name {
	margin-top: 8px;
}
.block-goods-list-d--goods-name a {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.17;
	text-decoration: none;
}
.block-goods-list-d--goods-name a:hover {
	text-decoration: underline;
}
.block-goods-list-d--sub-title {
	font-size: 18px;
	line-height: 1.55;
}
.block-goods-list-d--comment {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.55;
	margin-top: 7px;
}
.block-goods-list-d--order-deadline {
	font-size: 16px;
	line-height: 1.56;
	text-align: right;
	margin-top: 3px;
}
.block-goods-list-d--item-details {
	margin-top: 16px;
	padding: 29px 0;
	border-top: 1px dotted #a0a0a0;
}
.block-goods-list-d--item-details:last-child {
	margin-top: 0;
	border-bottom: 1px dotted #a0a0a0;
}
.block-goods-list-d--item-details-left {
	flex-basis: 190px;
}
.block-goods-list-d--item-details-middle {
	flex-basis: 150px;
	margin-left: 30px;
}
.block-goods-list-d--item-details-right {
	flex-basis: 290px;
	margin-left: auto;
	display: flex;
	align-items: center;
}

.block-goods-list-d--item-details .variation-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.27;
}
.block-goods-list-d--release {
	font-size: 16px;
	line-height: 1.75;
}
.block-goods-list-d--price-infos {
	width: 150px;
	text-align: left;
}
.block-goods-list-d--price-title {
	font-size: 16px;
	line-height: 1.5625;
}
.block-goods-list-d--scomment {
	color: #fe0000;
}
.block-goods-list-d--scomment + .block-goods-list-d--price-title,
.block-goods-list-d--scomment + .block-goods-list-d--price-title + .block-goods-list-d--price {
	color: #fe0000;
}
.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 1.0;
}
.block-goods-list-d .price strong {
	font-size: 24px;
	font-weight: bold;
}
.block-goods-list-d .price strong small {
	font-size: 16px;
}
.block-goods-list-d--add-cart,
.block-goods-list-d--arrival-notice,
.block-goods-list-d--reservation {
	flex-basis: 230px;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn,
.block-variation-no-stock .block-variation-no-stock--message,
.block-goods-list-d--arrival-notice .block-goods-list-d--arrival-notic-btn,
.block-goods-list-d--reservation .block-list-reservation-btn {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width: 230px;
	padding: 10px 0 8px;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn,
.block-goods-list-d--reservation .block-list-reservation-btn {
	background-image: url("../../img/usr/common/ico_cart02.svg");
	background-repeat: no-repeat;
	background-size: 21px 21px;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn {
	padding-left: 70px;
	background-position: 39px center;
}
.block-goods-list-d--reservation .block-list-reservation-btn {
	padding-left: 93px;
	background-position: 62px center;
}
.block-goods-list-d--arrival-notice .block-goods-list-d--arrival-notic-btn {
	font-weight: 500;
	padding-left: 59px;
	background-image: url("../../img/usr/common/ico_mail.svg");
	background-position: 28px center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
}

.block-variation-no-stock .block-variation-no-stock--message {
	color: #443829;
	font-weight: 500;
	text-align: center;
	background-color: #f3f3f3;
	border: 0;
	border-radius: 50px;
	height: 50px;
}
.block-goods-list-d--add-favorite {
	width: 50px;
	height: 50px;
	margin-left: auto;
}
.block-goods-list-d--add-favorite .block-list-favorite-btn {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0;
	padding: 0;
	margin: 0;
	background-image: url("../../img/usr/common/ico_heart.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}
.block-goods-list-d--add-favorite .block-list-favorite-registed--btn {
	border-color: #fe0000;
	background-image: url("../../img/usr/common/ico_heart02.svg");
}

.block-goods-list-d--item-details .block-goods-variation-arrival-notice,
.block-goods-list-d--item-details .block-variation-no-stock {
	margin: 0;
}
.block-goods-list-d--item-details .block-variation-no-stock .block-variation-no-stock--message {
	color: #443829;
	font-size: 18px;
	line-height: 1.8;
	padding: 10px 15px 8px;
	border-radius: 50px;
	border: 0;
	height: auto;
	background-color: #f3f3f3;
}
.block-goods-list-d--default-price {
	color: #777777;
}
.block-goods-list-d--price-infos.sold-out .block-goods-list-d--price-title,
.block-goods-list-d--price-infos.sold-out .block-goods-list-d--price {
	color: #777777;
	text-decoration: line-through;
}
/* ---- 関連商品 ---- */
.block-goods-detail-j--items li {
	display: flex !important;
	margin-bottom: 20px;
}
.block-goods-detail-j--goods {
	flex-basis: 164px;
	margin: 0 0 0 20px;
}
.page-cart .block-goods-detail-j--goods {
	flex-basis: 183px;
}
.block-goods-detail-j--goods a {
	display: block;
	position: relative;
}
.block-goods-detail-j--goods .block-ranking-r--sold {
	position: relative;
	display: block;
}
.block-goods-detail-j--goods .block-ranking-r--sold::before {
	content: "在庫なし";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0;
	text-align: center;
	display: block;
	width: 130px;
	padding: 10px 0 9px;
	z-index: 1;
	border-radius: 50px;
	margin: -20px 0 0 -65px;
	background-color: rgba(68,56,41,0.80);
}
.block-goods-detail-j--goods .block-ranking-r--sold figure img {
	opacity: 0.5;
}
.block-goods-detail-j--goods-image figure {
	width: 170px;
	height: 170px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.page-goods .block-goods-detail-j--goods-image figure {
	width: 164px;
	height: 164px;
}
.page-cart .block-goods-detail-j--goods-image figure {
	width: 183px;
	height: 183px;
}
.block-goods-detail-j--sold {
	position: relative;                
	display: block;
}
.block-goods-detail-j--sold::before {
	content: "在庫なし";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.0;
	text-align: center;
	display: block;
	width: 130px;
	padding: 10px 0 9px;
	z-index: 1;
	border-radius: 50px;
	margin: -20px 0 0 -65px;
	background-color: rgba(68,56,41,0.80);
}
.block-goods-detail-j--sold figure img {
	opacity: 0.5;
}
.block-goods-detail-j--goods-description {
	margin-top: 7px;
}
.block-goods-detail-j--goods-description .block-icon {
}
.block-goods-detail-j--goods-name {
	margin-top: 9px;
}
.block-goods-detail-j--goods-name a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;
}
.block-goods-detail-j--goods-name a:hover {
	text-decoration: underline;
}
.block-goods-detail-j--goods-description .variation-name {
	font-size: 16px;
	line-height: 1.3125;
	margin-top: 9px;
}
.block-goods-detail-j--price-infos {
	display: flex;
	align-items: center;
}
.block-goods-detail-j--scomment {
	color: #fe0000;
	font-size: 12px;
	width: 70px;
}
@media all and (-ms-high-contrast:none){
	.block-goods-detail-j--scomment {
		font-size: 10px;
	}
}
.block-goods-detail-j--scomment + .block-goods-detail-j--price-items {
	width: auto;
	margin-left: auto;
}
.block-goods-detail-j--price-items {
	display: flex;
	align-items: center;
	width: 100%;
}
.block-goods-detail-j--price-txt {
	font-size: 12px;
	line-height: 1.7;
}
@media all and (-ms-high-contrast:none){
	.block-goods-detail-j--price-txt {
		font-size: 10px;
	}
}
.block-goods-detail-j--goods .price {
	font-size: 10px;
	font-weight: 500;
	line-height: 1.7;
	margin-left: auto;
	text-align: right;
}
.block-goods-detail-j--goods .price strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.09;
}
.block-goods-detail-j--goods .price strong small {
	font-size: 10px;
	line-height: 1.7;
}
@media all and (-ms-high-contrast:none){
	.block-goods-detail-j--goods .price strong {
	font-size: 20px;
	}
	.block-goods-detail-j--goods .price strong small {
		font-size: 12px;
	}
}
.block-goods-detail-j {
	position: relative;
}
.block-goods-detail-j .slick-arrow {
	width: 48px;
	height: 48px;
	background-color: #443829;
	position: absolute;
	top: 60px;
	z-index: 100;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
	transition: .1s;
	opacity: 0.85;
}
.block-goods-detail-j .slick-arrow:hover {
    opacity: .5;
}
.block-goods-detail-j .slick-arrow::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.block-goods-detail-j .slick-prev {
    left: -23px;
}
.block-goods-detail-j .slick-prev::before {
	right: 18px;
	transform:  rotate(-135deg);
}
.block-goods-detail-j .slick-next {
    right: -23px;
}
.block-goods-detail-j .slick-next::before {
	left: 18px;
	transform:  rotate(45deg);
}
.block-goods-detail-j .slick-arrow.slick-disabled {
  display: none !important;
}
.block-goods-detail-j--goods-description .variation-name.sold-out,
.block-goods-detail-j--price-items.sold-out .block-goods-detail-j--price-txt,
.block-goods-detail-j--price-items.sold-out .block-goods-detail-j--price {
	color: #777777;
	text-decoration: line-through;
}
/* ---- イベント ---- */
.block-top-event--header {
	font-size: 24px;
	padding: 11px 0;
	border: 0;
}
.page-top .block-top-event--header {
	margin-top: 80px;
}
.page-top .block-top-event--header:first-child {
	margin-top: 30px;
}
.block-top-event--header a {
	text-decoration: none;
}
.block-top-event--header-sub {
}

.block-top-event--btn-more,
.block-top-event--btn-allmore {
	width: 380px;
	margin: 0 auto;
	padding: 10px 0 0;
}
.block-top-event--btn-more {
	padding: 10px 0 0;
}
.block-top-event--btn-allmore {
	padding: 20px 0 0;
}
.block-top-event--btn-more a,
.block-top-event--btn-allmore a {
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	text-decoration: none;
	border-radius: 50px;
	display: block;
	padding: 8px 0 6px;
	position: relative;
	border: 2px solid #938675;
}
.block-top-event--btn-more a {
	background-color: #f2e4d4;
}
.block-top-event--btn-allmore a {
	background-color: #ffffff;
}
.block-top-event--btn-more a:hover,
.block-top-event--btn-allmore a:hover {
	text-decoration: none;
}
.block-top-event--btn-more a::before,
.block-top-event--btn-allmore a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
/* ----左メニュー　バナー---- */
.block-left-menu--txt-bnr {
	padding: 50px 0 0;
}
.block-left-menu--txt-bnr.no-margin {
	padding-top: 0;
}
.block-left-menu--txt-bnr li {
	margin-top: 10px;
}
.block-left-menu--txt-bnr.no-margin li {
	margin-top: 0;
}
.block-left-menu--txt-bnr li a {
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	display: block;
	background-color: #f2e4d4;
	border: 2px solid #938675;
	border-radius: 10px;
	padding: 13px 25px 11px 7px;
	position: relative;
}
.block-left-menu--txt-bnr li a:hover {
	text-decoration: none;
}
.block-left-menu--txt-bnr li.block-left-menu--txt-bnr-arrow a::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
}
.block-left-menu--txt-bnr li.block-left-menu--txt-bnr-plus a::before,
.block-left-menu--txt-bnr li.block-left-menu--txt-bnr-plus a::after {
	content: "";
	position: absolute;
	right: 11px;
	top: 50%;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	background-color: #938675;
}
.block-left-menu--txt-bnr li.block-left-menu--txt-bnr-plus a::before {
	transform:  rotate(-90deg);
}

.block-left-menu--img-bnr {
}
.block-left-menu--img-bnr li {
	margin-top: 10px;
}
.block-left-menu--img-bnr li a {
	display: block;
	text-align: center;
}
.block-left-menu--title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px 13px;
	margin: 30px 0 0;
	background-color: #443829;
}
.block-left-menu--title + .block-left-menu--img-bnr {
	padding-top: 0;
}
/* ----アイコン---- */
.block-icon img {
	width: auto;
	height: 22px;
}
/* ----サイドタイトル---- */
.pane-left-menu .pane-block--title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.818;
	text-align: left;
	padding: 10px 10px 8px;
	margin: 55px 0 0;
	border-top: 0;
	border-bottom: 2px solid #443829;
	background: none;
	background-color: #dddddd;
}
.pane-left-menu .pane-block--title a {
	display: block;
	text-decoration: none;
}
#block_of_sowing .pane-block--title {
	margin-top: 0;
}
/* ----カテゴリツリー---- */
.pane-left-menu .block-category-tree--header {
}
.pane-left-menu .block-category-tree--header a {
}
.block-category-tree--item__open,
.block-category-tree--item {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	border-top: 1px solid #dddddd;
}
.block-category-tree--item__open {
	background-color: #f2e4d4;
}
.block-category-tree--item__open a.js-accordion-link,
.block-category-tree--item a.js-accordion-link {
	width: 210px;
}
.block-category-tree--item__open span.js-accordion,
.block-category-tree--item span.js-accordion {
	width: 40px;
	/*height: 60px;*/
	height: auto;
	cursor: pointer;
	position: relative;
}
.block-category-tree--level-3 .block-category-tree--item__open a.js-accordion-link,
.block-category-tree--level-3 .block-category-tree--item a.js-accordion-link {
	width: 210px;
}
.block-category-tree--item__open span.js-accordion span,
.block-category-tree--item span.js-accordion span {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: -9999px;
	margin: -11px 0 0 -11px;
	display: block;
	border-radius: 50%;
	background-color: #bbbbbb;
}
.block-category-tree--item__open span.js-accordion.is-close span {
	background-color: #ffffff;
}
.block-category-tree--item__open span.js-accordion span::after,
.block-category-tree--item__open span.js-accordion span::before,
.block-category-tree--item span.js-accordion span::after,
.block-category-tree--item span.js-accordion span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background-color: #ffffff;
	transition: all .3s;
}
.block-category-tree--item__open span.js-accordion span::before,
.block-category-tree--item span.js-accordion span::before {
	transform:  rotate(-90deg);
}
.block-category-tree--item__open span.js-accordion.is-close span::before,
.block-category-tree--item span.js-accordion.is-close span::before {
	transform:  rotate(-45deg);
	background-color: #888888;
}
.block-category-tree--item__open span.js-accordion.is-close span::after,
.block-category-tree--item span.js-accordion.is-close span::after {
	transform:  rotate(45deg);
	background-color: #888888;
}
.block-category-tree--item span.js-accordion.is-close span {
	background-color: #ffffff;
}

.block-category-tree--item__open a,
.block-category-tree--item a {
	font-size: 16px;
	line-height: 1.375;
	text-decoration: none;
	padding: 19px 5px 19px 10px;
	height: auto;
}
.block-category-tree--item__open a:hover,
.block-category-tree--item a:hover {
	text-decoration: none;
	background-color: #f2e4d4;
	opacity: 1.0;
}
.block-category-tree--item a:hover + span.js-accordion {
	background-color: #f2e4d4;
}
.block-category-tree--item__open > a,
.block-category-tree--item__open > span {
	/*font-weight: bold;*/
}
.block-category-tree--item__open > .block-category-tree--items {
	display: block;
}

.block-category-tree--level-2 > li > a {
	padding-left: 27px;
}
.block-category-tree--level-3 > li > a {
	padding-left: 46px;
}
.block-category-tree--level-4 > li > a {
	padding-left: 46px;
}

.block-category-tree--level-1 > li,
.block-category-tree--level-2 > li,
.block-category-tree--level-3 > li,
.block-category-tree--level-4 > li {
	text-indent: 0;
}

.block-category-tree--level-1 {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.block-category-tree--level-2 {
	width: 100%;
	background-color: #f4f4f4;
	display: none;
}
.block-category-tree--level-3 {
	background-color: #ebebeb;
	width: 100%;
	display: none;
}
.block-category-tree--level-4 {
	background-color: #ffffff;
	width: 100%;
	display: none;
}

/* ----ジャンルツリー---- */
.pane-left-menu .block-genre-tree--header {
}
.pane-left-menu .block-genre-tree--header a {
}
.block-genre-tree--item__open,
.block-genre-tree--item {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	border-top: 1px solid #dddddd;
}
.block-genre-tree--item__open {
	background-color: #f2e4d4;
}
.block-genre-tree--item__open a.js-accordion-link,
.block-genre-tree--item a.js-accordion-link {
	width: 210px;
}
.block-genre-tree--item__open span.js-accordion,
.block-genre-tree--item span.js-accordion {
	width: 40px;
	/*height: 60px;*/
	height: auto;
	cursor: pointer;
	position: relative;
}
.block-genre-tree--level3 .block-genre-tree--item__open a.js-accordion-link,
.block-genre-tree--level3 .block-genre-tree--item a.js-accordion-link {
	width: 210px;
}
.block-genre-tree--item__open span.js-accordion span,
.block-genre-tree--item span.js-accordion span {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: -9999px;
	margin: -11px 0 0 -11px;
	display: block;
	border-radius: 50%;
	background-color: #bbbbbb;
}
.block-genre-tree--item__open span.js-accordion.is-close span {
	background-color: #ffffff;
}
.block-genre-tree--item__open span.js-accordion span::after,
.block-genre-tree--item__open span.js-accordion span::before,
.block-genre-tree--item span.js-accordion span::after,
.block-genre-tree--item span.js-accordion span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background-color: #ffffff;
	transition: all .3s;
}
.block-genre-tree--item__open span.js-accordion span::before,
.block-genre-tree--item span.js-accordion span::before {
	transform:  rotate(-90deg);
}
.block-genre-tree--item__open span.js-accordion.is-close span::before,
.block-genre-tree--item span.js-accordion.is-close span::before {
	transform:  rotate(-45deg);
	background-color: #888888;
}
.block-genre-tree--item__open span.js-accordion.is-close span::after,
.block-genre-tree--item span.js-accordion.is-close span::after {
	transform:  rotate(45deg);
	background-color: #888888;
}
.block-genre-tree--item span.js-accordion.is-close span {
	background-color: #ffffff;
}

.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item > span {
	font-size: 16px;
	line-height: 1.375;
	text-decoration: none;
	padding: 19px 5px 19px 10px;
	height: auto;
	width: 100%;
}
.block-genre-tree--item__open:hover,
.block-genre-tree--item:hover {
	background-color: #f2e4d4;
}
.block-genre-tree--item__open a:hover,
.block-genre-tree--item a:hover {
	text-decoration: none;
}
.block-genre-tree--item__open > a,
.block-genre-tree--item__open > span {
	/*font-weight: bold;*/
}
.block-genre-tree--item__open > .block-genre-tree--items {
	display: block;
}

.block-genre-tree--level1 {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.block-genre-tree--level2 {
	width: 100%;
	background-color: #f4f4f4;
	display: none;
}
.block-genre-tree--level3 {
	background-color: #ebebeb;
	width: 100%;
	display: none;
}
.block-genre-tree--level4 {
	background-color: #ffffff;
	width: 100%;
	display: none;
}
.block-genre-tree--level-2 > li > a {
	padding-left: 27px;
}
.block-genre-tree--level-3 > li > a {
	padding-left: 46px;
}
.block-genre-tree--level-4 > li > a {
	padding-left: 46px;
}

.block-genre-tree--level-1 > li,
.block-genre-tree--level-2 > li,
.block-genre-tree--level-3 > li,
.block-genre-tree--level-4 > li {
	text-indent: 0;
}
/* ----ランキングツリー---- */
.block-ranking-tree--item__open,
.block-ranking-tree--item {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	border-top: 1px solid #dddddd;
}
.block-ranking-tree--item__open {
	background-color: #f2e4d4;
}
.block-ranking-tree--item__open a.js-accordion-link,
.block-ranking-tree--item a.js-accordion-link {
	width: 210px;
}
.block-ranking-tree--item__open span.js-accordion,
.block-ranking-tree--item span.js-accordion {
	width: 40px;
	/*height: 60px;*/
	height: auto;
	cursor: pointer;
	position: relative;
}
.block-ranking-tree--level-3 .block-ranking-tree--item__open a.js-accordion-link,
.block-ranking-tree--level-3 .block-ranking-tree--item a.js-accordion-link {
	width: 210px;
}
.block-ranking-tree--item__open span.js-accordion span,
.block-ranking-tree--item span.js-accordion span {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: -9999px;
	margin: -11px 0 0 -11px;
	display: block;
	border-radius: 50%;
	background-color: #bbbbbb;
}
.block-ranking-tree--item__open span.js-accordion.is-close span {
	background-color: #ffffff;
}
.block-ranking-tree--item__open span.js-accordion span::after,
.block-ranking-tree--item__open span.js-accordion span::before,
.block-ranking-tree--item span.js-accordion span::after,
.block-ranking-tree--item span.js-accordion span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background-color: #ffffff;
	transition: all .3s;
}
.block-ranking-tree--item__open span.js-accordion span::before,
.block-ranking-tree--item span.js-accordion span::before {
	transform:  rotate(-90deg);
}
.block-ranking-tree--item__open span.js-accordion.is-close span::before,
.block-ranking-tree--item span.js-accordion.is-close span::before {
	transform:  rotate(-45deg);
	background-color: #888888;
}
.block-ranking-tree--item__open span.js-accordion.is-close span::after,
.block-ranking-tree--item span.js-accordion.is-close span::after {
	transform:  rotate(45deg);
	background-color: #888888;
}
.block-ranking-tree--item span.js-accordion.is-close span {
	background-color: #ffffff;
}

.block-ranking-tree--item__open a,
.block-ranking-tree--item a {
	font-size: 16px;
	line-height: 1.375;
	text-decoration: none;
	padding: 19px 5px 19px 10px;
	height: auto;
	width: 100%;
}
.block-ranking-tree--item__open a:hover,
.block-ranking-tree--item a:hover {
	text-decoration: none;
	background-color: #f2e4d4;
	opacity: 1.0;
}
.block-ranking-tree--item a:hover + span.js-accordion {
	background-color: #f2e4d4;
}
.block-ranking-tree--item__open > a,
.block-ranking-tree--item__open > span {
	/*font-weight: bold;*/
}
.block-ranking-tree--item__open > .block-ranking-tree--items {
	display: block;
}

.block-ranking-tree--level2 > li > a {
	padding-left: 27px;
}
.block-ranking-tree--level3 > li > a {
	padding-left: 46px;
}
.block-ranking-tree--level4 > li > a {
	padding-left: 46px;
}

.block-ranking-tree--level1 > li,
.block-ranking-tree--level2 > li,
.block-ranking-tree--level3 > li,
.block-ranking-tree--level4 > li {
	text-indent: 0;
}

.block-ranking-tree--level1 {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.block-ranking-tree--level2 {
	width: 100%;
	background-color: #f4f4f4;
	display: none;
}
.block-ranking-tree--level3 {
	background-color: #ebebeb;
	width: 100%;
	display: none;
}
.block-ranking-tree--level4 {
	background-color: #ffffff;
	width: 100%;
	display: none;
}


/* ----種まきカレンダー---- */
.pane-left-menu .block-sowing-tree--header {
}
.pane-left-menu .block-sowing-tree--header a {
}
.block-sowing-tree--item__open,
.block-sowing-tree--item {
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	border-top: 1px solid #dddddd;
}
.block-sowing-tree--item__open {
	background-color: #f2e4d4;
}
.block-sowing-tree--item__open a.js-accordion-link,
.block-sowing-tree--item a.js-accordion-link {
	width: 210px;
}
.block-sowing-tree--item__open span.js-accordion,
.block-sowing-tree--item span.js-accordion {
	width: 40px;
	/*height: 60px;*/
	height: auto;
	cursor: pointer;
	position: relative;
}
.block-sowing-tree--level3 .block-sowing-tree--item__open a.js-accordion-link,
.block-sowing-tree--level3 .block-sowing-tree--item a.js-accordion-link {
	width: 210px;
}
.block-sowing-tree--item__open span.js-accordion span,
.block-sowing-tree--item span.js-accordion span {
	width: 22px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: -9999px;
	margin: -11px 0 0 -11px;
	display: block;
	border-radius: 50%;
	background-color: #bbbbbb;
}
.block-sowing-tree--item__open span.js-accordion.is-close span {
	background-color: #ffffff;
}
.block-sowing-tree--item__open span.js-accordion span::after,
.block-sowing-tree--item__open span.js-accordion span::before,
.block-sowing-tree--item span.js-accordion span::after,
.block-sowing-tree--item span.js-accordion span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background-color: #ffffff;
	transition: all .3s;
}
.block-sowing-tree--item__open span.js-accordion span::before,
.block-sowing-tree--item span.js-accordion span::before {
	transform:  rotate(-90deg);
}
.block-sowing-tree--item__open span.js-accordion.is-close span::before,
.block-sowing-tree--item span.js-accordion.is-close span::before {
	transform:  rotate(-45deg);
	background-color: #888888;
}
.block-sowing-tree--item__open span.js-accordion.is-close span::after,
.block-sowing-tree--item span.js-accordion.is-close span::after {
	transform:  rotate(45deg);
	background-color: #888888;
}
.block-sowing-tree--item span.js-accordion.is-close span {
	background-color: #ffffff;
}

.block-sowing-tree--item__open a,
.block-sowing-tree--item a,
.block-sowing-tree--item > span {
	font-size: 16px;
	line-height: 1.375;
	text-decoration: none;
	padding: 19px 5px 19px 10px;
	height: auto;
	width: 100%;
}
.block-sowing-tree--item__open a:hover,
.block-sowing-tree--item a:hover {
	text-decoration: none;
	background-color: #f2e4d4;
	opacity: 1.0;
}
.block-sowing-tree--item a:hover + span.js-accordion {
	background-color: #f2e4d4;
}

.block-sowing-tree--item__open > a,
.block-sowing-tree--item__open > span {
	/*font-weight: bold;*/
}
.block-sowing-tree--item__open > .block-sowing-tree--items {
	display: block;
}

.block-sowing-tree--level1 {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}
.block-sowing-tree--level2 {
	width: 100%;
	background-color: #f4f4f4;
	display: none;
}
.block-sowing-tree--level3 {
	background-color: #ebebeb;
	width: 100%;
	display: none;
}
.block-sowing-tree--level4 {
	background-color: #ffffff;
	width: 100%;
	display: none;
}
.block-sowing-tree--level2 > li > a {
	padding-left: 27px;
}
.block-sowing-tree--level3 > li > a {
	padding-left: 46px;
}
.block-sowing-tree--level4 > li > a {
	padding-left: 46px;
}

.block-sowing-tree--level1 > li,
.block-sowing-tree--level2 > li,
.block-sowing-tree--level3 > li,
.block-sowing-tree--level4 > li {
	text-indent: 0;
}

/* ----パンくず---- */
.pane-topic-path {
	background: none;
}
.block-topic-path {
	padding: 7px 0 0;
    width: 1200px;
	margin: 0 auto;
}
.block-topic-path--list li {
	line-height: 1.5;
}
.block-topic-path--list a {
	text-decoration: none;
}
.block-topic-path--list a:hover {
	text-decoration: underline;
}
.block-topic-path--list li.block-topic-path--item__home a {
	display: inline-block;
	font-size: 0;
	width: 18px;
	height: 25px;
	background-image: url("../../img/usr/common/ico_home.svg");
	background-position: center 3px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	vertical-align: middle;
}

/* ----並べ替え・表示形式・表示件数---- */
.block-goods-list--sort-order-items,
.block-goods-list--display-results-items,
.block-goods-list--display-style-items {
	font-size: 16px;
	line-height: 1.6875;
	margin: 12px 0 0;
	letter-spacing: -5px;
}
.block-goods-list--sort-order-items dt,
.block-goods-list--display-results-items dt,
.block-goods-list--display-style-items dt {
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0;
}
.block-goods-list--sort-order-items dd,
.block-goods-list--display-results-items dd,
.block-goods-list--display-style-items dd {
	display: inline-block;
	margin: 0;
	position: relative;
	letter-spacing: 0;
}
.block-goods-list--sort-order-items dd::after,
.block-goods-list--display-results-items dd::after,
.block-goods-list--display-style-items dd::after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 1px;
	height: 15px;
	background-color: #eeeeee;
}
.block-goods-list--sort-order-items dd:first-of-type::after,
.block-goods-list--display-results-items dd:first-of-type::after,
.block-goods-list--display-style-items dd:first-of-type::after {
	display: none;
}
.block-goods-list--sort-order-items dd.active,
.block-goods-list--display-results-items dd.active,
.block-goods-list--display-style-items dd.active {
	color: #443829;
	font-weight: bold;
	padding: 0 10px;
}
.block-goods-list--sort-order-items dd a,
.block-goods-list--display-results-items dd a,
.block-goods-list--display-style-items dd a {
	display: block;
	padding: 0 10px;
}
.block-goods-list--display-style-4rows.active,
.block-goods-list--display-style-4rows a,
.block-goods-list--display-style-purchase.active,
.block-goods-list--display-style-purchase a {
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	padding-left: 34px !important;
}
.block-goods-list--display-style-4rows.active,
.block-goods-list--display-style-4rows a {
	background-image: url("../../img/usr/common/ico_4rows.svg");
}
.block-goods-list--display-style-purchase.active,
.block-goods-list--display-style-purchase a {
	background-image: url("../../img/usr/common/ico_check.svg");
}
.block-goods-list--items-warp {
	border: 6px solid #f3f3f3;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 12px 24px 26px;
	margin: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.block-goods-list--items-warp .block-goods-list--sort-order-items {
	width: 490px;
}
.block-goods-list--items-warp .block-goods-list--display-results-items {
	width: 300px;
	margin-left: auto;
}
.block-goods-list--items-warp .block-goods-list--display-style-items {
	width: 490px;
}

/* 絞り込み */
.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
	display: block;
}

.block-filter {
	position: absolute;
	left: 50%;
	top: 60px;
	width: 900px;
	padding: 40px;
	margin-left: -430px;
	background-color: #ffffff;
	display: none;
	z-index: 300;
}
/* .block-filter--header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 11px 0;
	margin: 0 0 7px;
	border: 0;
	background-color: #f2e4d4;
} */
.block-filter--header{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 42px;
    padding: 22px 0 20px;
    border-top: 6px solid #ebebeb;
    border-bottom: 6px solid #ebebeb;
}
.pane-left-menu .pane-block--subtitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 29px 0 15px;
	padding: 0 0 0 15px;
	border: 0;
	cursor: default;
	position: relative;
}
.pane-left-menu .pane-block--subtitle::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 20px;
	background-color: #443829;
	border-radius: 3px;
}
.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
	display: flex;
	flex-wrap: wrap;
}
#div_filter_variation2 .block-filter--list-inner-accordion{
	margin-left: -27px;
}
.block-filter-option-items {
	min-width: 150px;
	margin: 0;
}
.block-filter--image {
	min-width: 110px;
	margin: 0;
}
.block-filter--image a {
/*	display: flex;
	align-items: center;*/
	display: block;
	text-align: center;
	text-decoration: none;
}
.block-filter--image a img {
	width: 46px;
	height: 46px;
}
.block-filter--image a span {
	font-size: 20px;
	line-height: 1.35;
	display: block;
	margin-top: 7px;
}
.block-filter--image-check i {
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	left: 32px;
}
.block-filter--image-check i::before {
	color: #fff;
	font-size: 26px;
}
.block-filter--image-check::before {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	left: 32px;
	/*border: 1px solid #938675;*/
}
.block-filter-option-pricebox,
.block-filter-option-txtbox {
	font-size: 20px;
	/* margin-bottom: 17px; */
}
.block-filter-option-pricebox input {
	width: 240px;
	margin: 0 10px;
	vertical-align: text-bottom;
}
.block-filter-option-pricebox input:first-child {
	margin-left: 0;
}
.block-filter-option-txtbox input {
	width: 800px;
}
.block-filter--btn {
	text-align: center;
	letter-spacing: -5px;
	padding-top: 33px;
}
.block-filter--btn-enter,
.block-filter--btn-clear {
	font-size: 18px;
	line-height: 1.0;
	display: inline-block;
	letter-spacing: 0;
	border-radius: 50px;
	padding: 17px 0 15px;
	margin: 0 10px;
}
.block-filter--btn-enter {
	color: #ffffff;
	text-align: left;
	padding-left: 167px;
	text-decoration: none;
	background-color: #443829;
	width: 380px;
	background-image: url("../../img/usr/common/ico_search02.svg");
	background-position: 134px 15px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.block-filter--btn-clear {
	border: 1px solid #938675;
	background-color: #ffffff;
	width: 150px;
	cursor: pointer;
}
.block-filter--open-btn {
	color: #ffffff;
	font-size: 14px;
	/* line-height: 1.0; */
	line-height: 0.2;
	text-align: center;
	/* width: 90px;
	height: 90px; */
	width: 80px;
	height: 80px;
	padding-top: 57px;
	border-radius: 50%;
	background-color: #44382a;
	background-image: url("../../img/usr/common/ico_search02.svg");
	/* background-position: center 18px; */
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: 29px 29px;
	position: fixed;
	right: 140px;
	bottom: 10px;
	cursor: pointer;
	z-index: 10;
}
.body-fixed{
	padding-right: 17px;
}
.body-fixed .block-filter--open-btn{
	right: 157px;
}
.block-filter--bg {
	width: 100%;
	height: 100%;
	background-color: rgba(68,56,41,0.80);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 250;
	display: none;
}
.block-filter--close-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	position: absolute;
	right: -70px;
    top: 0;
	width: 70px;
	height: 70px;
	padding-top: 40px;
	cursor: pointer;
	z-index: 13;
}
.block-filter--close-btn::before,
.block-filter--close-btn::after {
	content: "";
	position: absolute;
	left: 14px;
	top: 17px;
	width: 37px;
	height: 3px;
	background-color: #ffffff;
}
.block-filter--close-btn::before {
	transform:  rotate(-45deg);
}
.block-filter--close-btn::after {
	transform:  rotate(45deg);
}



/* ----マイページ　左ナビ---- */
.block-left-menu--txt-bnr li.block-left-menu--txt-bnr-mypage a,
.block-left-menu--txt-bnr li.block-left-menu--txt-bnr-contact a {
	text-align: left;
	padding-left: 7px;
}
.block-left-menu--mypage {
	margin-top: 30px;
}
.block-left-menu--mypage li {
	border-bottom: 1px solid #dddddd;
}
.block-left-menu--mypage li a {
	font-size: 16px;
	line-height: 1.375;
	text-decoration: none;
	padding: 19px 5px 19px 10px;
	height: auto;
	width: 100%;
	display: block;
}
.block-left-menu--mypage li a:hover {
	text-decoration: none;
	background-color: #f2e4d4;
	opacity: 1.0;
}
.block-left-menu--mypage li.js-current a {
	font-weight: bold;
}
.block-left-menu--mypage li.block-left-menu--mypage-ttl {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.818;
	text-align: left;
	padding: 0 0 10px;
	border-top: 0;
	border-bottom: 2px solid #443829;
	background: none;
}

/* ----マイページ　トップ---- */
.block-mypage--customer-status {
	color: #443829;
	text-align: left;
	border-radius: 0;
	background: none;
	display: block;
	padding: 0;
	margin: 0;
}
.block-mypage--sign {
	color: #443829;
	text-align: left;
	border: 0;
	padding: 10px 0 10px 100px;
	position: relative;
	border-bottom: 1px solid #443829;
}
.block-mypage--flexibili,
.block-mypage--school,
.block-mypage--trader{
	padding-left: 0;
}
.block-mypage--customer-rank-icon {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.block-mypage--customer-rank-icon img {
	width: 84px;
}
.block-mypage--customer-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6px;
}
.block-mypage--customer-name strong {
	font-size: 20px;
	font-weight: bold;
}
.block-mypage--customer-rank-name {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.0;
	margin-top: 5px;
}
.block-mypage--customer-gold-rank {
	color: #be9800;
}
.block-mypage--logout {
	position: absolute;
	right: 0;
	top: 15px;
}
.block-mypage--logout a {
	color: #443829;
	font-size: 16px;
	padding: 5px 15px;
}

.block-mypage--mypoint {
	font-size: 16px;
	padding: 0;
	margin-top: 10px;
}
.block-mypage--mypoint strong {
	font-weight: bold;
}
.block-mypage--mypoint-point {
	font-size: 28px;
	font-weight: bold;
}

.block-mypage--rank-details {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.block-mypage--rank-up-image,
.block-mypage--member-benefits {
	width: 550px;
}
.block-mypage--rank-up-image {
}
.block-mypage--rank-up-information {
	text-align: center;
	padding: 10px;
	border: 1px solid #443829;
	background-color: #ffffff;
	border-radius: 50px;
	position: relative;
}
.block-mypage--rank-up-information strong {
	color: #fe0000;
	font-size: 18px;
	font-weight: bold;
}
.block-mypage--rank-up-information:after,
.block-mypage--rank-up-information:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.block-mypage--rank-up-information:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.block-mypage--rank-up-information:before {
	border-color: rgba(68, 56, 41, 0);
	border-top-color: #443829;
	border-width: 11px;
	margin-left: -11px;
}
.block-mypage--rank-image {
	text-align: center;
	margin-top: 20px;
}
.block-mypage--rank-up-image p {
}
.block-mypage--cumulative {
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	border: 2px solid #938675;
	background-color: #ffffff;
	border-radius: 10px;
}
.block-mypage--cumulative strong {
	font-weight: bold;
}
.block-mypage--cumulative strong span {
	color: #fe0000;
	font-size: 28px;
}

.block-mypage--member-benefits {
	padding: 20px;
	background-color: #f7f6f3;
}
.block-mypage--member-benefits h2 {
	font-size: 18px;
	background: none;
	padding: 6px 0 8px;
	margin: -35px 0 0 0;
	background-image: url("../../img/usr/mypage/ribbon.svg");
	background-position: center center;
	background-repeat: no-repeat;
}
.block-mypage--member-benefits ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block-mypage--member-benefits ul.at-disabled {
	opacity: 0.3;
}
.block-mypage--member-benefits ul.block-mypage--member-list li {
	font-weight: bold;
	width: 250px;
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #ffffff;
	border: 3px solid #000;
	border-radius: 5px;
	margin-bottom: 10px;
}
.block-mypage--member-benefits ul.block-mypage--member-list li > div {
	text-align: center;
}
.block-mypage--member-benefits ul.block-mypage--member-list li strong {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0;
	display: block;
	color: #fe0000;
}
.block-mypage--member-benefits ul.block-mypage--member-list li strong span {
	font-size: 24px;
}
.block-mypage--member-benefits ul.block-mypage--regular-member li {
	border-color: #e7e4d9;
}
.block-mypage--member-benefits ul.block-mypage--gold-member li {
	color: #be9800;
	border-color: #f0e19a;
}

.block-mypage--menu-box {
	display: flex;
	justify-content: space-between;
}
.block-mypage--menu-box-inner {
	width: 550px;
}
.block-mypage--member-info,
.block-mypage--shopping-info {
  margin-bottom: 5px;
}
.block-mypage--shopping-info-items,
.block-mypage--member-info-items {
	display: block;
}

.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li {
	width: 100%;
	max-width: none;
	border: 0;
	border-bottom: 1px dotted #e7e4d9;
	margin: 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.block-mypage--shopping-info-items li a,
.block-mypage--member-info-items li a {
	display: block;
	font-size: 18px;
	text-decoration: none;
	padding: 14px 0 12px 30px;
}
.block-mypage--shopping-info-items li a:hover,
.block-mypage--member-info-items li a:hover {
	background-color: #f7f6f3;
}
.block-mypage--udpate-member-info {
	background-image: url("../../img/usr/common/ico_mypage.svg");
}
.block-mypage--update-password {
	background-image: url("../../img/usr/common/ico_key.svg");
}
.block-mypage--credit-card-confirmation {
	background-image: url("../../img/usr/common/ico_money.svg");
}
.block-mypage--update-mail-address {
	background-image: url("../../img/usr/common/ico_mail.svg");
}
.block-mypage--mailnews {
	background-image: url("../../img/usr/common/ico_mail_news.svg")
}
.block-mypage--inquiry-history {
	background-image: url("../../img/usr/common/ico_mail_history.svg");
}
.block-mypage--create-address-book {
	background-image: url("../../img/usr/common/ico_book.svg");
}
.block-mypage--purchase-history {
	background-image: url("../../img/usr/common/ico_clock.svg");
}
.block-mypage--shopping-info-item-favorite {
	background-image: url("../../img/usr/common/ico_heart.svg");
}
.block-mypage--arrival-notice-list {
	background-image: url("../../img/usr/common/ico_request.svg");
}
.block-mypage--shopping-info-item-coupon-list {
	background-image: url("../../img/usr/common/ico_coupon.svg");
}
.block-mypage--point-history {
	background-image: url("../../img/usr/common/ico_point.svg");
}
.block-mypage--order-description,
.block-mypage--shopping-info-item-goods-page {
	background-image: url("../../img/usr/common/ico_cart.svg");
}
.block-mypage--point-history {
}
.block-mypage--update-address-book {
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
	text-align: left;
}
.block-mypage--update-address-book {
	background-image: url("../../img/usr/common/ico_truck.svg");
}



.block-mypage--inquiry-info {
	padding: 0;
	background: none;
	text-align: center;
}
.block-mypage--inquiry-info a {
	width: 400px;
}
.block-mypage--withdrawal-link {
	text-align: center;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e4dbd1;
}
.block-mypage--withdrawal-link a {
	width: 400px;
}
.block-withdrawal-to-top {
	text-align: right;
	margin-top: 12px;
}
.block-withdrawal-caution-message {
	margin-bottom: 24px;
}
.block-withdrawal-caution {
	margin-top: 32px;
}
.block-mypage--member-benefits p.block-mypage--member-service-details {
	text-align: right;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e4dbd1;
}
.block-mypage--member-note {
	font-size: 14px;
}
.block-mypage--member-benefits h2 + .block-mypage--member-note {
	margin: 28px 0 14px;
}
/* ----会員情報変更---- */
.checktype_addr input[name="addr"],
.checktype_addr2 input[name="addr2"],
.checktype_addr3 input[name="addr3"],
.checktype_comp input[name="comp"],
.checktype_dept input[name="dept"],
.checktype_custappend input[name="custappendkey2"],
.checktype_custappend input[name="custappendkey3"] {
	width: 100%;
}
.block-member-info--value-label,
.block-shipping-address--value-label {
	width: 65px;
}

/* ----アドレス帳の新規登録・変更---- */
.block-shipping-address--dept,
.block-shipping-address-confirmation--dept {
	border-bottom: 1px solid #443829;
}
.block-shipping-address--form .block-shipping-address--delete {
	color: #443829;
	border: 1px solid #938675;
	background-color: #ffffff;
}
/* ----ユーザーネーム---- */
.block-shipping-address--customer-name,
.block-shipping-address-confirmation--customer-name,
.block-purchase-history--customer-name,
.block-purchase-history-detail--customer-name,
.block-member-password--customer-name,
.block-favorite--customer-name,
.block-inquiry-history--customer-name,
.block-inquiry-history-detail--customer-name,
.block-point-history-list--customer-name,
.block-credit-card-confirmation--customer-name,
.block-coupon-list--customer-name,
.block-mail-address--customer-name,
.block-update-credit-card-info--customer-name,
.block-regular-purcharse-shipment-info-update--customer-name,
.block-member-id--customer-name,
.block-withdrawal--customer-name,
.block-regular-purcharse-cancellation--customer-name,
.block-regular-purcharse-list--customer-name,
.block-goodschange-list--customer-name,
.block-regular-purcharse-cycle-info-update--customer-name,
.block-regular-purcharse-method-info-update--customer-name,
.block-arrival-notice-list--customer-name,
.block-member-info-confirmation--customer-name,
.block-inquiry-completed--customer-name,
.block-inquiry--customer-name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 28px 0 14px;
	padding: 0 0 0 15px;
	position: relative;
}
.block-shipping-address--customer-name::after,
.block-shipping-address-confirmation--customer-name::after,
.block-purchase-history--customer-name::after,
.block-purchase-history-detail--customer-name::after,
.block-member-password--customer-name::after,
.block-favorite--customer-name::after,
.block-inquiry-history--customer-name::after,
.block-inquiry-history-detail--customer-name::after,
.block-point-history-list--customer-name::after,
.block-credit-card-confirmation--customer-name::after,
.block-coupon-list--customer-name::after,
.block-mail-address--customer-name::after,
.block-update-credit-card-info--customer-name::after,
.block-regular-purcharse-shipment-info-update--customer-name::after,
.block-member-id--customer-name::after,
.block-withdrawal--customer-name::after,
.block-regular-purcharse-cancellation--customer-name::after,
.block-regular-purcharse-list--customer-name::after,
.block-goodschange-list--customer-name::after,
.block-regular-purcharse-cycle-info-update--customer-name::after,
.block-regular-purcharse-method-info-update--customer-name::after,
.block-arrival-notice-list--customer-name::after,
.block-member-info-confirmation--customer-name::after,
.block-inquiry-completed--customer-name::after,
.block-inquiry--customer-name::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 20px;
	background-color: #443829;
	border-radius: 3px;
}

/* ----メールアドレス変更---- */
.block-mail-address--update-olduid input[name="olduid"],
.block-mail-address--update-newmail1 input[name="newmail1"],
.block-mail-address--update-newmail2 input[name="newmail2"] {
	width: 100%;
}
/* ----カード情報確認---- */
.block-credit-card-confirmation--olduid input[name="olduid"] {
	width: 100%;
}

/* ----メールアドレス変更---- */
.block-mail-address--mypage-link {
	text-align: center;
}
.block-mail-address--mypage-link a {
    margin-top: 10px;
    padding: 8px 8px;
	color: #ffffff;
    font-size: 16px;
	text-decoration: none;
    min-width: 160px;
	display: inline-block;
	background-color: #443829;
	border-radius: 50px;
}

/* ----パスワードの変更---- */
.block-member-password--login-link {
	text-align: center;
}
.block-member-password--login-link a {
    margin-top: 10px;
    padding: 8px 15px;
	color: #ffffff;
    font-size: 16px;
	text-decoration: none;
	display: inline-block;
	background-color: #443829;
	border-radius: 50px;
}
.block-member-password--update-old-id input[name="oldid"] {
	width: 100%;
}
/* ----購入履歴一覧---- */
.block-purchase-history--order-detail {
	font-size: 12px;
}
.block-purchase-history--order-detail .block-purchase-history--order-detail-list {
	width: 200px;
	word-break: break-all;
	word-wrap: break-word;
}
.block-purchase-history--status .status-order,
.block-purchase-history--status .status-cancel,
.block-purchase-history--status .status-income,
.block-purchase-history--status .status-reserve,
.block-purchase-history--status .status-rship,
.block-purchase-history--status .status-ship,
.block-purchase-history--status .status-verify,
.block-purchase-history--status .status-return,
.block-purchase-history--status .status-status_,
.block-purchase-history--status .status-status_1,
.block-purchase-history--status .status-status_2,
.block-purchase-history--status .status-status_3,
.block-purchase-history--status .status-status_4,
.block-purchase-history--status .status-status_9 {
	width: 200px;
}
/* ----購入履歴詳細---- */
.block-purchase-history-detail--order-detail-items td {
}
.block-purchase-history-detail--order-detail-items td:nth-child(1) {
	width: 100px;
}
.block-purchase-history-detail--order-detail-items td:nth-child(2) {
	font-size: 12px;
}
.block-purchase-history-detail--order-detail-items td:nth-child(2) > div {
	width: 278px;
	word-break: break-all;
	word-wrap: break-word;
}
.block-purchase-history-detail--order-detail-items td:nth-child(3) {
	width: 55px;
	text-align: center;
}
.block-purchase-history-detail--order-detail-items td:nth-child(4) {
	width: 100px;
	text-align: right;
}
.block-purchase-history-detail--payment-info-items th,
.block-purchase-history-detail--shipping-info-items th {
	width: 135px;
}
.block-purchase-history-detail--shipment-goods-name {
	width: 450px;
}

.block-purchase-history-detail--total-for-tax-ratio {
	margin-left: 0;
	font-size: 70%;
}
.block-purchase-history-detail--total-for-tax-ratio-title {
	margin-right: 0;
}
.block-purchase-history-detail--tax-ratio {
	margin: 0 5px;
	min-width: auto;
}
.block-purchase-history-detail--requests-for-order + .block-member-history--text {
	margin-top: 15px;
}
/* ----お問い合わせ履歴詳細---- */
.block-inquiry-history-detail--update-dt {
	font-size: 16px;
	padding: 5px 10px 0 0;
}
/* ----お気に入り---- */
.block-favorite--form li,
.block-favorite--form li:first-child {
	padding: 0;
	border: 0;
}
.block-favorite--items li {
	/*border: 1px solid #ccc;*/
	border-top: none;
	padding: 20px 0;
}
.block-favorite--items li:first-child {
	/*border: 1px solid #ccc;*/
	/*border-top: 1px solid #ccc;*/
	padding: 0 0 20px 0;
}
.block-favorite--image figure {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.block-favorite--description {
	flex-basis: 320px;
}
.block-favorite--comment {
	flex-basis: 265px;
}
.block-favorite--comment-textarea {
	width: 265px;
}

.block-favorite--checkbox {
	position: relative;
	align-items: center;
	justify-content: flex-start;
}
.block-favorite--checkbox::before,
.block-favorite--checkbox::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.block-favorite--checkbox::before {
	width: 20px;
	height: 20px;
	border: 1px solid #ab9374;
	background-color: #ffffff;
	border-radius: 4px;
}
.block-favorite--checkbox.act::after {
	top: 50%;
	left: 9px;
	width: 9px;
	height: 18px;
	margin-top: -14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #443829;
	border-right: 3px solid #443829;
}

.block-favorite--checkbox input[type="checkbox"] {
	/*opacity: 1;*/
	position: static;
	margin: 0;
	z-index: 5;
	width: 20px;
	height: 20px;
}
.block-favorite--delete-item .btn.btn-danger {
	color: #443829;
	border: 1px solid #938675;
	background-color: #ffffff;
}
.block-favorite--form .block-favorite--add-to-cart {
	padding-left: 40px;
	padding-right: 40px;
}
/* ----再入荷リクエスト一覧---- */
.block-arrival-notice-list--form li {
	margin: 0;
}
.block-arrival-notice-list--form .block-arrival-notice-list--items li {
	margin: 0;
	padding: 20px 0;
}
.block-arrival-notice-list--form .block-arrival-notice-list--items li:first-child {
	padding: 0 0 20px;
}
.block-arrival-notice-list--image figure {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.block-arrival-notice-list--description {
	width: 650px;
	flex-basis: 650px;
}
.block-arrival-notice-list--items .block-arrival-notice-list--delete {
	color: #443829;
	border: 1px solid #938675;
	background-color: #ffffff;
}
/* ----お問い合わせ フロー---- */
.block-inquiry-flow--step {
  padding: 0 0 40px 0;
  margin: 0;
  text-align: center;
}
.block-inquiry-flow--step ul {
	letter-spacing: -5px;
}

.block-inquiry-flow--step1,
.block-inquiry-flow--step2,
.block-inquiry-flow--step3 {
	display: inline-block;
	position: relative;
	height: 50px;
	letter-spacing: 0;
	margin: 0;
	padding: 12px 15px 8px 40px;
	background-color: #f2e4d4;
}
.block-inquiry-flow--step1::before,
.block-inquiry-flow--step2::before,
.block-inquiry-flow--step3::before {
	content: "";
	position: absolute;
	right: -24px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #f2e4d4;
	z-index: 1;
}
.block-inquiry-flow--step1:after,
.block-inquiry-flow--step2:after,
.block-inquiry-flow--step3:after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	top: 7px;
	right: -17px;
	z-index: 1;
	border-right: 1px solid #e4dbd1;
	border-bottom: 1px solid #e4dbd1;
	transform:  rotate(-45deg);
}
.block-inquiry-flow--step-current {
	color: #fff;
	font-weight: bold;
	background-color: #443829;
}

.block-inquiry-flow--step-current::before {
	border-color: transparent transparent transparent #443829;
}
.block-inquiry-flow--step-current::after {
	border-right: 1px solid #443829;
	border-bottom: 1px solid #443829;
}

.block-inquiry-flow--step ul li:first-child {
	border-radius: 50px 0 0 50px;
}
.block-inquiry-flow--step ul li:last-child {
	padding-right: 40px;
	border-radius: 0 50px 50px 0;
}
.block-inquiry-flow--step ul li:last-child::before,
.block-inquiry-flow--step ul li:last-child::after {
	display: none;
}

/* ----お問い合わせ---- */
.block-inquiry--order-id input[name="order_id"],
.block-inquiry--inquiry-body textarea {
	width: 100%;
}
.block-inquiry--important-notices {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 15px;
	border: 2px solid #f2e4d4;
	border-radius: 10px;
}
.block-inquiry--important-notices-header {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77;
    width: 210px;
    padding: 0 0 0 30px;
    margin: 0;
	background-image: url("../../img/usr/common/ico_warning.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}
.block-inquiry--important-notices-body {
	font-size: 18px;
	line-height: 1.77;
	width: 950px;
	margin-left: auto;
}
.block-inquiry--faq {
	border: 2px solid #f2e4d4;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.block-inquiry--faq h2 {
	margin: 0;
	border-radius: 8px 8px 0 0;
}
.block-inquiry--faq h2 span {
	padding-left: 35px;
	background-image: url("../../img/usr/common/ico_question02.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	display: inline-block;
}
.block-inquiry--faq ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px;
}
.block-inquiry--faq ul li {
	width: 31%;
	margin: 1%;
font-size:19px;
font-weight:bold;
	
}
.block-inquiry--faq ul li a {
	display: block;
	/*padding-right: 25px;
	background-image: url("../../img/usr/common/ico_anotherlink.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18px 18px;*/
}
/* ----ログイン---- */
.block-login {
	/*padding: 25px 0 140px;*/
	padding: 25px 0 0;
}

.block-login--input-items {
	width: 570px;
}
.block-login--input-items.fieldset .form-label {
	width: 30%;
	text-align: right;
	padding: 35px 10px 35px 25px;
}
.block-login--member-body .block-login--first-time {
	display: table-cell;
	padding-left: 20px;
}
.block-login--body .block-login--first-time {
}
.block-login--member-frame .common_headline2_area_,
.block-login--first-time .common_headline2_area_ {
	font-size: 20px;
	text-align: left;
	background: none;
	padding: 0;
	margin: 0 0 10px;
}
.block-login--member-frame-body,
.block-login--first-time-body {
	padding: 20px;
	border: 2px solid #938675;
	border-radius: 10px;
}
.block-login--first-time-body .btn-area {
	text-align: center;
}
.block-login--first-time-body .action-buttons .action input,
.block-login--first-time-body .btn-area a {
	width: 400px;
	margin: 20px auto;
}
.block-login--catalog-entry-tel dt {
	font-weight: bold;
}
.block-login--catalog-entry-tel dd img {
	display: none;
}
.block-login--catalog-entry-tel strong {
	font-weight: bold;
	padding: 3px 0 3px 25px;
	background-image: url("../../img/usr/common/ico_tel.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
}
.block-login--first-time-body + .common_headline2_area_ {
	margin-top: 40px;
}

.block-login--ask-password {
	text-align: right;
	margin-top: 30px;
}
.block-login--temporary-password {
	text-align: right;
	margin-top: 12px;
}
.block-login--ask-password a,
.block-login--temporary-password a {
	font-size: 16px;
	display: inline-block;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
}
.block-login--ask-password a {
	background-image: url("../../img/usr/common/ico_question.svg");
}
.block-login--temporary-password a {
	background-image: url("../../img/usr/common/ico_warning.svg");
}
.block-login--member-frame-body .action {
	display: block;
	margin: 20px 0 0;
}

.block-login--login-state-saving {
	margin: 15px 0 15px;
}

.block-login--member-frame-body .block-login--login {
	width: 400px;
}
.block-login--member-frame-body .loginimages input {
    position: absolute;
    top: 50%;
    margin-left: -25px;
    z-index: -1;
}

.block-login--login-state-saving label {
	line-height: 1.25;
	padding-left: 30px;
	margin: 0 45px 25px 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.block-login--login-state-saving label input[type="checkbox"] {
	display: none;
}
.block-login--login-state-saving label::before,
.block-login--login-state-saving label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.block-login--login-state-saving label::before {
	width: 20px;
	height: 20px;
	border: 1px solid #ab9374;
	border-radius: 4px;
}
.block-login--login-state-saving label.act::after {
	top: 50%;
	left: 7px;
	width: 9px;
	height: 18px;
	margin-top: -14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #443829;
	border-right: 3px solid #443829;
}
.block-login--first-time-body input[name="s_name"],
.block-login--first-time-body input[name="s_name2"],
.block-login--first-time-body input[name="s_kana"],
.block-login--first-time-body input[name="s_kana2"] {
	max-width: 200px;
}
.block-login--member-info-value-label {
	width: 65px;
	text-align: right;
}
.block-login--guest-check-policy {
	background-color: #f7f6f3;
	padding: 10px 0;
	text-align: center;
	margin-top: 20px;
}
.block-login--guest-text-policy {
	text-align: center;
	margin-top: 20px;
}
.block-login--guest-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-login--guest-btn .action .btn {
	margin-top: 0;
}
.block-login--guest-back-link {
	font-size: 16px;
	padding: 7px 0;
	margin: 0 10px;
	width: 240px;
}
.js-guest-acc {
	cursor: pointer;
	position: relative;
}
.js-guest-acc::before,
.js-guest-acc::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 15px;
	height: 1px;
	background-color: #443829;
}
.js-guest-acc::before {
	transform:  rotate(-90deg);
	transition: all .3s;
}
.js-guest-acc.at-open::before {
	transform:  rotate(0);
}
.js-guest-acc-body {
	display: none;
}
.block-login-banner {
	text-align: center;
}
.form-group .form-control {
    margin-top: 17px;
}
/* ----購入フロー---- */
.block-order-flow--step ul {
	letter-spacing: -5px;
}
.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
	letter-spacing: 0;
	margin: 0;
	padding: 12px 15px 8px 40px;
	background-color: #f2e4d4;
}
.block-order-flow--step1::before,
.block-order-flow--step2::before,
.block-order-flow--step3::before,
.block-order-flow--step4::before,
.block-order-flow--step5::before {
	content: "";
	position: absolute;
	right: -24px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #f2e4d4;
	z-index: 1;
}
.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 {
	border: 0;
	width: 35px;
	height: 35px;
	top: 7px;
	right: -17px;
	z-index: 1;
	border-right: 1px solid #e4dbd1;
	border-bottom: 1px solid #e4dbd1;
	transform:  rotate(-45deg);
}

.block-order-flow--step ul li:first-child {
	border-radius: 50px 0 0 50px;
}
.block-order-flow--step ul li:last-child {
	padding-right: 40px;
	border-radius: 0 50px 50px 0;
}
.block-order-flow--step ul li:last-child::before,
.block-order-flow--step ul li:last-child::after {
	display: none;
}
.block-order-flow--step-current {
	background-color: #443829;
}
.block-order-flow--step-current::before {
	border-color: transparent transparent transparent #443829;
}
.block-order-flow--step-current::after {
	border-right: 1px solid #443829;
	border-bottom: 1px solid #443829;
}

.block-order-complete {
	padding: 25px 0;
}
.block-order-complete--header {
	text-align: center;
	margin: 25px 0 0;
}

.block-order-complete--thanks {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 30px;
}
.block-order-complete--comment {
	text-align: center;
}
.block-order-complete--orderinfo {
	border: 0;
	padding: 0;
	margin: 0;
}

.block-order-complete--orderid {
	text-align: center;
	background-color: #f2e4d4;
	padding: 10px 0;
	margin: 20px 0 0;
}
.block-order-complete--orderid strong {
	font-weight: bold;
}
.block-order-complete--memo {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.block-order-complete--notice {
	padding: 30px 20px;
	margin: 40px 0 40px;
	border: 2px solid #938675;
	border-radius: 10px;
}

.block-order-complete--notice dl {
	margin-top: 20px;
}
.block-order-complete--notice dl:first-child {
	margin-top: 0;
}
.block-order-complete--notice dl dt {
	font-weight: bold;
	margin: 0 0 3px;
}
.block-order-complete--btn {
	margin-top: 40px;
	text-align: center;
}
.block-order-complete--trouble-btn {
	width: 400px;
	position: relative;
}
.block-order-complete--trouble-btn::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 2px solid #938675;
	border-bottom: 2px solid #938675;
	transform:  rotate(-45deg);
}
.block-order-complete--home {
	display: none;
}

.btn.block-order-complete--mypage-btn,
.btn.block-order-complete--home-btn {
  width: 400px;
  color: #443829;
  border: 1px solid #443829;
  background: #fff;
  padding: 11px;
}

/* ----退会---- */
.page-withdrawal {
	overflow-y: scroll;
}
.block-withdrawal--pwd {
	border-bottom: 1px solid #443829;
}
.block-withdrawal--uid .form-control input[type="text"],
.block-withdrawal--pwd .form-control input[type="password"] {
	width: 95%;
}
/* ----ご注文キャンセル---- */
.block-order-cancellation--order-detail-header {
	margin-top: 0;
}

/* ----会員登録---- */
.block-member-info--mail input[name="mail"],
.block-member-info--cmail input[name="cmail"],
.block-member-info--promotion-code input[name="promotion_code"],
.block-member-info--uid input[name="uid"] {
	width: 100%;
}
.block-member-terms--auth-url-mail-comp .action .btn {
    margin-top: 10px;
    padding: 8px 40px;
    font-size: 18px;
    background: #fff;
    color: #443829;
    border: 1px solid #443829;
}

/* ----ご注文内容の指定---- */
.block-order-gift-select h2 {
	padding: 20px 0;
}
.block-order-gift-select h3 {
	margin: 0;
	padding: 0;
}
.block-order-gift-select h3::after {
	display: none;
}

.block-order-gift-select--sales-append-content {
	border: 0;
}

.block-order-gift-select--delivery-dest-goods-content-list td {
	padding: 10px;
}
.block-order-gift-select--delivery-dest-goods-content-list td label {
	cursor: pointer;
}
.block-order-gift-select--promotion,
.block-order-gift-select--point-payment,
.block-order-gift-select--method {
	margin-top: 20px;
}
.block-order-gift-select--delivery-dest-goods-select .block-order-gift-select--delivery-dest-goods-checked-add-btn {
	padding-left: 40px;
	padding-right: 40px;
}
.block-order-gift-select .action .btn.btn-primary,
.block-order-gift-select .action .btn.btn-default {
	padding-left: 40px;
	padding-right: 40px;
}
/* ----贈り主様・お届け先様設定---- */
.block-order-gift-dest--cart-back a {
	text-decoration: none;
}
.block-order-gift-dest--action-buttons .block-order-gift-dest--next-btn {
	padding-left: 40px;
	padding-right: 40px;
	background: #fe0000;
}
.form-group.block-order-gift-dest--kana .block-order-gift-dest--value-label {
	width: 80px;
}
.fieldset.block-order-gift-dest--method-sender-input .form-control  {
	padding: 15px 0 10px 20px;
}
/* ----ご注文の確認---- */
.block-order-estimate--sales-append-list th {
	color: #443829;
}
.block-order-estimate--uid-textbox input[type="text"],
.block-order-estimate--pwd-textbox input[type="password"] {
	width: 100%;
}
.block-order-estimate--confirmation-title h3::after {
	top: 50%;
	margin-top: -11px;
}
.block-order-estimate--goods-item {
	margin-top: 5px;
}
.block-order-estimate--goods-list .block-icon > span {
	padding: 3px 10px 2px 10px;
	margin: 0 4px 6px 0;
}
/* ----ご注文内容の確認---- */
.block-order-gift-confirmation--mailnews {
	border-bottom: 1px solid #443829;
}
.block-order-estimate--pay-input {
	border-color: #443829;
	border-bottom: 0;
}
.block-order-estimate--pay-input .block-order-estimate--pay-header {
	margin-bottom: 0;
}
.block-order-estimate--novelty-item-image,
.block-order-gift-confirmation--novelty-item-image,
.block-order-gift-confirmation--item-image,
.block-order-gift-confirmation--sending-item-image {
	width: 170px;
}
.block-order-estimate--goods-item-image,
.block-order-estimate--novelty-item-image figure,
.block-order-gift-confirmation--novelty-item-image figure,
.block-order-gift-confirmation--item-image figure,
.block-order-gift-confirmation--sending-item-image figure {
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.block-order-gift-confirmation--item-name {
	width: 430px;
}
.block-order-gift-confirmation--item-qty {
	width: 55px;
}
.block-order-gift-confirmation--order-item-summary .block-order-gift-confirmation--point-summary {
	margin-top: 10px;
}
.block-order-gift-confirmation--sending-item-detail-table .block-order-gift-confirmation--sending-item-qty-header {
	width: 80px;
	text-align: center;
}
.block-order-estimate--pay-input .block-order-estimate--pay-card-method {
  border-bottom: 1px solid #443829;
}
.block-order-estimate--pay-input .block-order-estimate--pay-savecard {
  border-top: 0;
}
.block-order-gift-confirmation .btn-primary {
	background: #fe0000;
}
.block-order-complete--text {
	margin: 0 0 20px
}
/* ----ご注文方法の指定---- */
.block-order-method--coupon-content input[name="coupon"] {
	width: 300px;
}
.block-order-method--sales-append-textbox input[name="string3"],
.block-order-method--mail input[name="s_mail"],
.block-order-method--cmail input[name="s_cmail"],
.block-order-method--addr input[name="s_addr"],
.block-order-method--addr2 input[name="s_addr2"],
.block-order-method--addr3 input[name="s_addr3"],
.block-order-method--comp input[name="s_comp"],
.block-order-method--dept input[name="s_dept"],
.block-order-method--addr input[name="d_addr"],
.block-order-method--addr2 input[name="d_addr2"],
.block-order-method--addr3 input[name="d_addr3"],
.block-order-method--comp input[name="d_comp"],
.block-order-method--dept input[name="d_dept"] {
	width: 100%;
}
.block-order-method--sales-append-content {
	border: 0;
}
.block-order-gift-select--sales-append-content .block-order-gift-select--sales-append-textbox .form-control input[type="text"] {
	width: 800px;
}
.block-order-method--sales-append-content .block-order-method--sales-append-textbox .form-control input[type="text"] {
	width: 545px;
}
.block-order-method--value-label {
	width: 80px;
}
.block-order-method--host-content-inner input[name="s_name"],
.block-order-method--host-content-inner input[name="s_name2"],
.block-order-method--host-content-inner input[name="s_kana"],
.block-order-method--host-content-inner input[name="s_kana2"],
.block-order-method--dest-input input[name="d_name"],
.block-order-method--dest-input input[name="d_name2"],
.block-order-method--dest-input input[name="d_kana"],
.block-order-method--dest-input input[name="d_kana2"] {
	margin: 5px 0;
}
.block-order-method--goods-item-image {
	background: #ffffff;
	width: 150px;
	height: 150px;
	border: 1px solid #cccccc;
}
.block-order-method--goods-list .block-icon > span {
	padding: 3px 10px 2px 10px;
	margin: 0 4px 6px 0;
}
.block-order-method--procedure-container,
.block-order-estimate--procedure-container {
	background-color: #f2e4d4;
}
.block-order-method--procedure-container .btn,
.block-order-estimate--procedure-container .btn {
  background: #fe0000;
}
.block-order-method--host-title-confirmation address,
.block-order-method--dest-list address,
.block-order-estimate address {
	font-size: 16px;
}
.block-order-gift-select .btn-primary {
	background: #fe0000;
}
.block-order-method--coupon-content,
.block-order-method--promotion-content,
.block-order-method--point-use {
	margin: 0 0 20px;
}
/* ----ご注文方法の確認---- */
.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-register-btn,
.block-order-estimate--dest-address-change .block-order-estimate--dest-address-change-dest-btn,
.block-order-estimate--dest-address-item-buttons .block-order-estimate--dest-address-change-btn {
	font-size: 14px;
	padding: 5px 10px;
}
.block-order-estimate--dest-address-name-sei span,
.block-order-estimate--dest-address-name-mei span,
.block-order-estimate--dest-address-kana-sei span,
.block-order-estimate--dest-address-kana-mei span {
	display: block;
}
.block-order-estimate--dest-address-kana-sei .block-order-estimate--value-label,
.block-order-estimate--dest-address-kana-mei .block-order-estimate--value-label {
	width: 70px;
}
/* ----アンケート---- */
.block-questionnaire .block-questionnaire--box-content > input[type="text"],
.block-questionnaire .block-questionnaire--box-content > textarea {
	width: 100%;
}
.block-questionnaire--name-value-label {
	width: 80px;
}
.block-questionnaire--item-header span.required {
	height: 24px;
	vertical-align: middle;
	display: inline-block;
}
.block-questionnaire--item-header span.required::after {
	vertical-align: top;
	transform: translateY(-3px);
}
/* ----所持クーポン一覧---- */
.block-coupon-list--table th {
	text-align: center;
}
.block-coupon-list--table .block-coupon-list--coupon-dt {
	width: 180px;
	white-space: normal;
}
.block-coupon-list--coupon-target {
	width: 230px;
}
.block-coupon-list--coupon-code,
.block-coupon-list--coupon-name,
.block-coupon-list--bonus-type {
	text-align: center;
}
/* ----カート画面---- */
.block-cart--goods-list-image {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.block-cart--goods-list .block-icon > span {
	padding: 3px 10px 2px 10px;
	margin: 0 4px 6px 0;
}
.block-cart--subtotal {
	text-align: left;
}
.block-cart--subtotal strong {
	font-size: 28px;
	font-weight: bold;
	padding: 0 5px;
}
.block-cart--contents {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.block-cart--side-area {
	width: 100%;
	float: none;
	padding-top: 0;
}
.block-cart--procedure,
.block-cart--procedure-container {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
.block-cart--side-contents {
	width: 100%;
	margin: 0;
}

.block-cart--goods-list li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #443829;
}
.block-cart--goods-list li:last-child {
	border-bottom: 1px solid #443829;
}
.block-cart--goods-list-item-description {
	float: none;
	width: auto;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.block-cart--goods-list-item-image {
	width: 220px;
}
.block-cart--goods-list-item-image a {
	display: block;
}
.block-cart--goods-list-item .block-icon {
	width: 100%;
}
.block-cart--goods-list-item-description .block-cart--goods-list-item {
	width: 500px;
	float: none;
	margin: 0;
}
.block-cart--goods-list-item-name {
	font-size: 20px;
}
.block-cart--goods-list-item-stock {
	font-size: 14px;
	text-align: right;
}
.block-cart--goods-list-item-price-info {
	width: 100px;
	float: none;
}
.block-cart--goods-list-item-input {
	width: 100px;
	float: none;
	margin: 8px 10px 0 10px;
}
.block-cart--goods-list-item-money {
	text-align: right;
	font-weight: bold;
	width: 100px;
	margin: 8px 10px 0 10px;
}
div.block-cart--goods-list-item-delete {
	width: 100px;
	margin: 8px 10px 0 10px;
}
.block-cart--goods-list-item-delete input.block-cart--goods-list-item-delete {
	color: #443829;
	border: 1px solid #938675;
	background-color: #ffffff;
	text-decoration: none;
}
.block-cart--goods-list li.block-cart--goods-list-header {
	padding: 0;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	border-top: 1px solid #443829;
	border-bottom: 1px solid #443829;
}
li.block-cart--goods-list-header .block-cart--goods-list-item-item,
li.block-cart--goods-list-header .block-cart--goods-list-item-price-info,
li.block-cart--goods-list-header .block-cart--goods-list-item-input,
li.block-cart--goods-list-header .block-cart--goods-list-item-money,
li.block-cart--goods-list-header .block-cart--goods-list-item-delete {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.25;
	padding: 7px 0;
	margin: 0;
}

li.block-cart--goods-list-header .block-cart--goods-list-item-item {
	width: 720px;
}
li.block-cart--goods-list-header .block-cart--goods-list-item-price-info {
	width: 120px;
}
li.block-cart--goods-list-header .block-cart--goods-list-item-input {
	width: 120px;
}
li.block-cart--goods-list-header .block-cart--goods-list-item-money {
	width: 120px;
}
li.block-cart--goods-list-header .block-cart--goods-list-item-delete {
	width: 120px;
}

.block-cart--price-table {
	margin-left: auto;
}
.block-cart--price-table td {
	width: 200px;
	text-align: right;
}
.block-cart--promotion-discount {
	font-size: 16px;
}

.block-cart--btn-box {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.block-cart--btn-box .block-cart--continue-shopping {
	width: 250px;
	margin: 0 10px;
}
.block-cart--btn-box .block-cart--continue-shopping .block-cart--continue-shopping-link {
	width: 100%;
	text-decoration: none;
}
.block-cart--btn-box .block-cart--order {
	display: flex;
	justify-content: center;
}
.block-cart--btn-box .block-cart--order-btn,
.block-cart--btn-box .block-cart--order-btn-gift {
	width: 250px;
	margin: 0 10px;
}
.block-cart--promotion-message{
	text-align: right;
	margin-top: 20px;
	margin-bottom: -20px;
}
.block-cart--postage-message {
	text-align: right;
	margin-top: 20px;
}
.block-cart--about-returns-inner p {
	font-size: 18px;
	line-height: 1.7;
}
.block-cart--about-returns-inner .font-red {
	color: #fe0000;
}
.block-cart--returnpolicy {
	background-color: #f7f6f3;
	padding: 10px 0;
	text-align: center;
	margin-top: 20px;
}
.block-cart--container .order-side-area-end,
.block-cart--container .order-side-area-fixed {
	position: relative;
}
.block-promotion-message--content {
	margin-top: 20px;
}
.promotion-criteria,
.promotion-benefit {
	font-size: 28px;
}
/* ----メールニュース---- */
.block-mail-news input[type="text"] {
	width: 100%;
}
.block-cart--about-returns p {
	font-size: 16px;
	line-height: 1.8;
}
.block-cart--about-returns .font-red {
	color: #fe0000;
}
/* ----こだわり検索---- */
.page-search .pane-left-menu {
	display: none;
}

.block-filter--modal{
	display: none;
	position: relative;
	margin: auto;
	z-index: 10;
	overflow: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	height: 95%;
}

.block-filter--modal-overlay{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    overflow: hidden;
}

.block-filter--modal-inner{
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
	max-width: 900px;
	height: 95%;
    border: 6px solid #e7e4d9;
    border-radius: 5px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11;
	padding: 40px;
}

.block-filter--modal-inner input[type="checkbox"]{
	display: none;
}

.block-filter--modal-inner-btn{
	margin: auto;
	text-align: center;
}

.block-filter--modal-inner-btn-close{
	margin: auto;
    padding: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-align: center;
    z-index: 13;
}

.is-noScroll {
    overflow: hidden;
	padding-right: 17px;
}

.removed-filter{
	left: calc(50% + 8px);
}

.removed-filter-close-btn{
	right: -78.5px;
}

.open-btn-left{
	right: 157px;
}

.block-search-goods--condition-items .block-search-goods--category.form-group,
.block-search-goods--condition-items .block-search-goods--price,
.block-search-goods--condition-items .block-search-goods--goods-type,
.block-search-goods--condition-items .block-search-goods--keyword,
.block-search-goods--condition-items .block-search-goods--disp,
#goods_search_items .form-group {
	display: block;
	border: 0;
}
.block-search-goods--condition-items .block-search-goods--category .form-label,
.block-search-goods--condition-items .block-search-goods--category .form-control,
.block-search-goods--condition-items .block-search-goods--price .form-label,
.block-search-goods--condition-items .block-search-goods--price .form-control,
.block-search-goods--condition-items .block-search-goods--goods-type .form-label,
.block-search-goods--condition-items .block-search-goods--goods-type .form-control,
.block-search-goods--condition-items .block-search-goods--keyword .form-label,
.block-search-goods--condition-items .block-search-goods--keyword .form-control,
#goods_search_items .form-group .form-label,
#goods_search_items .form-group .control-label,
.block-search-goods--disp .form-label,
.block-search-goods--disp .form-control {
	display: block;
	width: 100%;
}

/*.block-search-goods--condition-items .block-search-goods--category .form-label {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 11px 0;
	margin: 40px 0 20px;
	border: 0;
	background-color: #f2e4d4;
}*/
.block-search-goods--condition-items .block-search-goods--category .form-label .required,
.block-search-goods--condition-items h2 .required {
	line-height: 19px;
	vertical-align: text-top;
	margin-left: 5px;
}
/*#block-search-goods--category4,
#block-search-goods--price {
	padding-top: 80px;
	position: relative;
}*/
#block-search-goods--category4 {
	padding-top: 80px;
	position: relative;
}
/*#block-search-goods--category4::after,
#block-search-goods--price::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 40px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-left: 5px solid #e4dbd1;
	border-bottom: 5px solid #e4dbd1;
	transform:  rotate(-45deg);
}*/
#block-search-goods--category4::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 9px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-left: 5px solid #e4dbd1;
	border-bottom: 5px solid #e4dbd1;
	transform:  rotate(-45deg);
}

.block-search-goods--condition-items .block-search-goods--category .form-control {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.block-search-goods--condition-items .block-search-goods--category .form-control label {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	margin: 0 10px;
	padding: 20px 0;
	cursor: pointer;
	border: 2px solid #9c8e7c;
	border-radius: 5px;
	text-align: center;
	display: block;
}
.block-search-goods--condition-items .block-search-goods--category .form-control label:first-of-type{
	margin-left: 0;
}
.block-search-goods--condition-items .block-search-goods--category .form-control input[type="radio"]:checked + label {
	box-shadow: 0 0 0 2px #ff0000 inset;
	border-color: #ff0000;
}
.block-search-goods--condition-items .block-search-goods--category .form-control label::before,
.block-search-goods--condition-items .block-search-goods--category .form-control label::after {
	display: none;
}

.block-search-goods--category-wrap {
	overflow: hidden;
}
.block-search-goods--category-wrap .form-control.block-search-item-detail--row-row3,
.block-search-goods--category-wrap .form-group.block-search-item-detail--row-row3 {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
	border: 0;
}
.block-search-goods--category-wrap .form-control.block-search-item-detail--row-row3:first-of-type{
	padding-left: 0;
	width: calc(33.333333% - 10px);
}
.block-search-goods--condition-items .block-search-goods--price .form-label,
.block-search-goods--condition-items .block-search-goods--goods-type .form-label,
.block-search-goods--condition-items .block-search-goods--keyword .form-label,
.block-search-goods--condition-items .block-search-goods--category .form-label,
#goods_search_items .form-group .form-label,
.block-search-goods--disp .form-label {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 28px 0 14px;
	padding: 0 0 0 15px;
	background-color: inherit;
	position: relative;
}
.block-search-goods--condition-items .block-search-goods--price .form-label::after,
.block-search-goods--condition-items .block-search-goods--goods-type .form-label::after,
.block-search-goods--condition-items .block-search-goods--keyword .form-label::after,
.block-search-goods--condition-items .block-search-goods--category .form-label::after,
#goods_search_items .form-group .control-label::after,
.block-search-goods--disp .form-label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 20px;
	background-color: #443829;
	border-radius: 3px;
}

.block-search-goods--condition-items .block-search-goods--price .form-control,
.block-search-goods--condition-items .block-search-goods--goods-type .form-control,
/*#goods_search_items .form-group .control-label,*/
.block-search-goods--keyword .form-control,
.block-search-goods--disp .form-control {
	padding: 0;
}


#block-search-goods--category6 .form-label,
#block-search-goods--category8 .form-label {
	display: none;
}

#block-search-goods--category4 .form-control select,
#block-search-goods--category4-filter .form-control select,
#block-search-goods--category6 .form-control select,
#block-search-goods--category8 .form-control select {
	width: 100%;
	/* margin-bottom: 20px; */
}
.page-search .form-group.block-search-goods--disp {
	border: 0;
}


/*.block-search-goods--condition-items .block-search-goods--keyword {
	margin-top: 25px;
	border-top: 1px solid #e7e4d9;
	border-bottom: 1px solid #e7e4d9;
}*/
.block-search-goods--condition-items .block-search-goods--keyword .form-label {
	background-color: inherit;
	width: 15%;
}
/*.block-search-goods--condition-items .block-search-goods--keyword .form-label label {
	font-weight: normal;
}*/
.block-search-goods--condition-items .block-search-goods--keyword .form-control input {
	width: 100%;
}
.block-search-goods--condition-items .block-search-goods--goods-type .form-control label,
#goods_search_items .form-group .form-control label {
	line-height: 1.25;
	padding-left: 30px;
	/* margin: 0 45px 0 0; */
	display: inline-block;
	position: relative;
	cursor: pointer;
	min-width: 161px;
}
.block-search-goods--condition-items .block-search-goods--goods-type .form-control label{
	margin-bottom: 0;
}
.block-search-goods--condition-items .block-search-goods--goods-type .form-control label::before,
#goods_search_items .form-group .form-control label::before {
	width: 20px;
	height: 20px;
	border: 1px solid #ab9374;
	border-radius: 4px;
	top: 2px;
}
.block-search-goods--condition-items .block-search-goods--goods-type .form-control input:checked + label::after,
#goods_search_items .form-group .form-control input:checked + label::after {
	top: 50%;
	left: 7px;
	width: 9px;
	height: 18px;
	margin-top: -14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #443829;
	border-right: 3px solid #443829;
	border-left: 0;
}
.block-search-goods--condition-items .block-search-goods--price .form-control input {
	width: 330px;
}
#goods_search_items .form-group .form-control{
	padding-left: 0;
}
#goods_search_items .block-search-goods--use_variation2.form-group .form-control {
	padding: 0;
	width: 1020px;
}
#goods_search_items .block-search-goods--use_variation2.form-group .form-control a {
	padding: 0;
	margin-right: 0;
	width: 100px;
	text-align: center;
	display: inline-block;
}
#goods_search_items .block-search-goods--use_variation2.form-group .form-control a.block-filter--variation-1,
#goods_search_items .block-search-goods--use_variation2.form-group .form-control a.block-filter--variation-11{
	margin-left: -53px;
}
#goods_search_items .block-search-goods--use_variation2.form-group .form-control a label {
	padding: 0;
	margin-right: 0;
	width: 100px;
}
#goods_search_items .block-search-goods--use_variation2.form-group .form-control a label span {
	display: block;
	width: 100%;
	line-height: 1.35;
	margin-top: 7px;
}
#goods_search_items .block-search-goods--use_variation2.form-group .form-control a i {
	left: 58px;
}
/* ----無料カタログの請求---- */
div.catalog_main,
div.catalog-confirmation-list {
	display: flex;
	flex-wrap: wrap;
	/*width: 1092px;*/
	margin: 0 auto;
}
div.catalog_main p.legend {
	width: 100%;
}
div.catalog_catalog,
div.catalog-confirmation-item {
	width: 364px;
	text-align: center;
	margin: 0 18px 20px;
}
div.catalog-confirmation-item img {
	max-width: 350px;
}
div.catalog_catalog label {
	display: inline-block;
	margin: 0;
	position: relative;
	cursor: pointer;
}
div.catalog_catalog label::before,
div.catalog_catalog label::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
}
div.catalog_catalog label::before {
	width: 20px;
	height: 20px;
	border: 1px solid #ab9374;
	background-color: #ffffff;
	border-radius: 4px;
}
div.catalog_catalog label.act::after {
	top: 22px;
	left: 19px;
	width: 9px;
	height: 18px;
	margin-top: -14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #443829;
	border-right: 3px solid #443829;
}
div.catalog_catalog label img {
	pointer-events: none;
}
/* ----会員規約---- */
.fieldset.block-member-terms--auth-mail-form {
}
.fieldset.block-member-terms--auth-mail-form .form-control {
	padding: 20px;
}
.block-customer--privacypolicy {
	background-color: #f7f6f3;
	padding: 10px 0;
	text-align: center;
	margin-top: 20px;
}
/* ----クイックオーダー---- */
.block-quick-order--goods-detail-cell.js-quick-order-img {
	text-align: center;
}
.block-quick-order--qty-cell.js-quick-order-qty input {
	text-align: center;
}
.block-quick-order--subtotal-cell.js-quick-order-subtotal {
	text-align: right;
}
.block-quick-order--stock-cell.js-quick-order-stock {
	display: none;
	text-align: center;
}

.block-quick-order--name {
	display: inline;
}

.block-quick-order--variation-name {
	display: inline-block;
    margin-left: 5px;
}

.block-quick-order--default-price {
	display: inline;
	font-weight: inherit;
}

.block-quick-order--price-arrow {
	color: #443829;
    display: inline-block;
    margin: 0 10px;
}

.block-quick-order--price {
	display: inline;
	font-weight: bold;
	color: #c00;
}

.block-quick-order--name {
	text-decoration: underline;
}
.block-quick-order--suggest-list {
	color: #fe0000;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	border: 2px solid #fe0000;
	border-radius: 6px;
	display: none;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 5px;
	margin-top: 10px;
}
.block-quick-order--suggest-list::before,
.block-quick-order--suggest-list::after {
	content: "";
	position: absolute;
}
.block-quick-order--suggest-list::before {
	position: absolute;
	height: 0px;
	width: 0px;
	border-color: transparent transparent rgb(254, 0, 0);
	border-style: solid;
	border-width: 0 5px 8px;
	border-image: none 100% / 1 / 0 stretch;
	top: -8px;
	left: 73.3915px;
}
.block-quick-order--suggest-list::after {
	position: absolute;
	height: 0px;
	width: 0px;
	border-color: transparent transparent rgb(255, 255, 255);
	border-style: solid;
	border-width: 0 2px 4px;
	border-image: none 100% / 1 / 0 stretch;
	top: -4px;
	left: 76.3915px;
}



/* ----複数配送---- */
.page-orderselect input.btn.btn-default.block-order-gift-select--delivery-dest-delete-btn {
    margin: 5px 5px 0 0;
}

/* ----登録ステップ---- */
.entry-step,
.change-step {
  margin: 0 0 30px;
}
.entry-step ul,
.change-step ul {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}
.entry-step li,
.change-step li {
  position: relative;
  width: 240px;
  height: 50px;
  background-color: #e7e4d9;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.change-step li {
  width: 300px;
}
.entry-step li:not(.current):not(:last-child):before,
.change-step li:not(.current):not(:last-child):before {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #443829;
  z-index: 1;
}
.entry-step li:not(.current):not(:last-child):after,
.change-step li:not(.current):not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #e7e4d9;
  z-index: 1;
}
.entry-step li.current,
.change-step li.current {
  color: #fff;
  background: #443829;
}
.entry-step li.current:after,
.change-step li.current:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #443829;
  z-index: 1;
}


/* ----アンケート画面---- */
.page-everyform .block-questionnaire--item-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-everyform .block-questionnaire--item-header .required {
  display: inline-block;
  margin: 0 0 0 5px;
}
.page-everyform .block-questionnaire--item-header .required:after {
  display: block;
  transform: translateY(0);
}

/* ----カート画面 特集バナー---- */
#cart-banner {
  margin: 60px 0 50px;
}
#cart-banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cart-banner li {
  width: 590px;
  margin: 0 0 20px;
}
/* ----ドロップダウン---- */

.dropdown {
  z-index: 11000;
	border: 1px solid #444444;
}

.dropdown li {
  background: #fff;
	border-top: 1px solid #444444;
}
.dropdown li:first-child {
	border-top: 0;
}

.dropdown li span {
  display: block;
  padding: 13px 15px;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  color: #444444;
  cursor: pointer;
}

.dropdown li span:hover {
  background: #f2e4d4;
}
/* ----レビュー---- */
.star-base {
  cursor: pointer;
  width: 85px;
  height: 20px;
  background: url("../../img/usr/user_review/star_review.png");
  background-repeat: no-repeat;
	background-size: 85px 40px;
}

.star-select {
  width: 85px;
  height: 20px;
  background: url("../../img/usr/user_review/star_review.png");
  background-repeat: no-repeat;
	background-size: 85px 40px;
}
.block-user-review--review-summery input[name="title"],
.block-user-review--review-body textarea {
	width: 100%;
}
.block-user-review--footer h3 {
	padding: 0 0 0 10px;
}
/* ----こちらの特集もおすすめ---- */
.block-recommend-banner--column2 ul {
	display: flex;
	flex-wrap: wrap;
}
.block-recommend-banner--column2 ul li {
	width: 49%;
	margin: 0 2% 20px 0;
}
.block-recommend-banner--column2 ul li:nth-child(2n) {
	margin-right: 0;
}

/* ---- 商品一覧；商品詳細モード ---- */
.block-details-z li {
	width: 100%;
	border-top: 1px dotted #a1a1a1;
}
.block-details-z li:first-child {
	border-top: 0;
}

.block-details-z--description {
	display: flex;
	align-items: center;
	padding: 24px 0;
}

.block-details-z--size-item {
	width: 250px;
	margin-right: 15px;
}
.block-details-z--size-item-term {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	border: 0;
	width: auto;
	height: auto;
	margin: 0;
	background: none;
}

.block-details-z--date-item {
	font-size: 16px;
	line-height: 1.8;
}

.block-details-z--postage-icon {
	width: 100px;
	text-align: center;
	margin-right: 15px;
}
.block-details-z--postage-icon img {
	width: 100px;
}
.block-details-z--postage-icon-free {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 1.56;
	padding: 2px 0 1px;
	background-color: #fe0000;
	border-radius: 5px;
}
.block-details-z--postage-icon-lines {
	color: #443829;
	font-size: 16px;
	text-align: center;
	line-height: 1.437;
	border: 1px solid #443829;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 3px 0;
	position: relative;
}
.block-details-z--postage-icon-lines strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.166;
	display: block;
}
.block-details-z--postage-icon-lines sub {
	font-size: 11px;
	line-height: 1.0;
	position: absolute;
	right: 3px;
	bottom: 2px;
}
.block-details-z--price-box {
	width: 220px;
	margin-right: 10px;
}

.block-details-z--rank {
	font-size: 16px;
	line-height: 1.25;
}
.block-details-z--nodiscount-comment {
	font-size: 13px;
	line-height: 1.625;
}
.block-details-z--default-price {
	color: #777777;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
}
.block-details-z--on-sales-comment {
	color: #fe0000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
.block-details-z--on-sales-comment + .block-details-z--price {
	color: #fe0000;
}
.block-details-z--price {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
}
.block-details-z--price strong {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.08;
}
.block-details-z--price strong small {
	font-size: 16px;
	line-height: 1.625;
}
.block-details-z--add-cart-box {
	width: 290px;
	display: flex;
	flex-wrap: wrap;
}

.block-details-z--add-cart,
.block-details-z--arrival-notice,
.block-details-z--no-stock {
	width: 240px;
	flex-basis: 240px;
	margin: 0;
	position: relative;
}
.block-details-z--add-cart--btn {
	width: 230px;
	height: 50px;
}
.block-details-z---notice--btn {
	width: 230px;
	text-decoration: none;
}

.block-details-z--no-stock .block-details-z-no-stock--message {
	color: #443829;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #f3f3f3;
	border: 0;
	border-radius: 50px;
	width: 230px;
	height: 50px;
	padding: 10px 0 8px;
}

