@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: 25px;
	transform:  rotate(-135deg);
}
#top-slider-warp .slick-prev::after {
    content: "";
    width: 25px;
    height: 3px;
    background: #FFF;
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 20px;
    display: block;
    transform: translateY(-50%);
}
#top-slider-warp .slick-next {
	right: 20px;
}
#top-slider-warp .slick-next::before {
	left: 25px;
	transform:  rotate(45deg);
}
#top-slider-warp .slick-next::after {
    content: "";
    width: 25px;
    height: 3px;
    background: #FFF;
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 16px;
    display: block;
    transform: translateY(-50%);
}
#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;
	overflow: hidden;
    position: relative;
}
.block-header--newentry .carousel {
    display: flex; 
    transition: transform 0.5s ease-in-out;
}

.block-header--newentry .carousel-item {
    flex: 0 0 100%;
    box-sizing: border-box;
}
.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: 26px 18px;
}
.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");
	background-size: 50px 50px;
}
.block-headernav--item-list li.block-headernav--item-list-login a {
	width: 132px;
	background-image: url("../../img/usr/common/ico_mypage.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-size: 60px;
	background-position: 31px 2px;
}
.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--item-list li.block-headernav--item-list-digitalcatalog a {
	width: 135px;
	background-image: url("../../img/usr/common/ico_catalog.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;
}
/* アイコンIE調整用 */
@media all and (-ms-high-contrast: none){
	.block-headernav--item-list li.block-headernav--item-list-cart a {
		background-size: 128px;
		background-position: -6px -8px;
	}
	.block-header-contact a{
		background-position: left 4px;
		background-size: 20px 20px;
	}
	.block-headernav--item-list li.block-headernav--item-list-bookmark a{
		background-size: 44px;
		background-position: center 12px;
	}
  }
/* ----ヘッダー検索---- */

.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 h2 img {
	width: 504px;
}
.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_red.svg");
	background-position: left -4px;
}
#footerguide_postage h3 span {
	background-image: url("../../img/usr/common/ico_truck_red2.svg");
	background-position: left -2px;
}
#footerguide_payment h3 span {
	background-image: url("../../img/usr/common/ico_money_red.svg");
	background-position: left -1px;
}
@media all and (-ms-high-contrast: none){
	#footerguide_postage h3 span{
		background-position: left 0px;
		background-size: 44px;
	}
	#footerguide_order h3 span{
		background-size: 43px;
	}
  }
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");
	-webkit-background-size: 73px 23px;
	background-size: 73px 23px;
	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-gallery ul li.block-goods-gallery--color-variation-src-M1,.block-goods-gallery ul li.block-goods-gallery--color-variation-src-M2,.block-goods-gallery ul li.block-goods-gallery--color-variation-src-M3
{
	display: none;
}
.block-goods-name--text {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
}
h1.h1.block-goods-name--text {
	padding: 20px 0 18px;
}
.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;*/
	line-height: 1.5;
	/*margin: 20px 0 0;*/
	margin: 28px 0 0;
}

.block-goods-comment1 {
	font-size: 18px;
	line-height: 1.5;
	/*padding: 10px 0 16px;*/
	padding: 28px 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-comment3 dd br{
	content: "";
    display: block;
    margin-bottom: 5px;
}
.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-movie-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.33;
	background: #F2E4D4;
	margin: 20px 0 15px;
	padding: 12px;
}
.block-goods-movie-list{
	display: flex;
	flex-wrap: wrap;
	gap:  10px 20px;
}
.block-goods-movie-list li{
	width: calc((100% - 20px) / 2);
	cursor: pointer;
}
.video-play-modal{
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
	z-index: 10000;
	display: none;
}
.video-play-modal-close{
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -30px;
	right: 0;
	color: #FFF;
	padding-left: 20px;
	cursor: pointer;
}
.video-play-modal-close:hover{
	opacity: 0.7;
}
.video-play-modal-close::before,.video-play-modal-close::after{
	content:"";
	width: 16px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
.video-play-modal-close::before{
	transform: translateY(-50%) rotate(45deg);
}
.video-play-modal-close::after{
	transform: translateY(-50%) rotate(-45deg);
}
.video-play-modal-inner{
	width: 1000px;
	height: 728px;
	max-height: 80vh;
	min-height: 395px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.video-play-modal-video{
	max-height: 80vh;
	width: 100%;
	padding: 40px;
	overflow-y: auto;
}
.video-play-modal-inner .youtube{
	text-align: center;
}
.video-play-modal-inner .youtube + .youtube{
	margin-top: 30px;
}
.video-play-modal-inner .youtube iframe{
	vertical-align: bottom;
}
.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: 28px;
}
.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;*/
    margin-top: 28px;
	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,
.block-goods--share ul li .js-copybtn {
	font-size: 16px;
	line-height: 1.56;
	padding: 0 25px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
	cursor: pointer;
	transition: 0.1s;
}
.block-goods--share ul li .js-copybtn:hover {
	opacity: 0.5; 
}
.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_red.svg");
	background-size: 19px 19px;
}
.block-goods--share ul li.block-goods--share-url a,
.block-goods--share ul li.block-goods--share-url .js-copybtn {
	background-image: url("../../img/usr/common/ico_urlcopy_red.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;
}
.page-goods .block-goods--about-shipping-cost a {
	background-image: url("../../img/usr/common/ico_truck_red2.svg");
	background-size: 20px 20px;
}
.block-goods--about-terms a {
	background-image: url("../../img/usr/common/ico_guide.svg");
	background-size: 19px 19px;
}
.page-goods .block-goods--about-terms a {
	background-image: url("../../img/usr/common/ico_guide_red.svg");
	background-size: 19px 19px;
}
.block-goods-affix-list > div.block-goods-affix-caution {
	padding-top: 0;
	width: 100%;
}
.block-goods-affix-caution a {
	background: url('../../../img/usr/common/ico_caution.svg') no-repeat center center;
	background-position: left center;
    background-repeat: no-repeat;
	background-size: 19px 17px;
	padding-left: 25px;
	font-size: 16px;
    line-height: 1.56;
}
.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_red2.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;
	word-break:break-all;
}
.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-color-size-with-cart--expiration {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 5px;
  width: 100%;
  overflow-wrap: break-word;
}

.block-color-size-with-cart--deadline {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
	width: 100%;
}

.block-color-size-with-cart--deadline strong {
    font-weight: bold;
}

.block-variation-favorite {
	width: 50px;
}
.block-variation-favorite a {
	display: block;
	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;
	font-weight:bold;
}
.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.png");
	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 {
	margin-top: 6px;
}
.block-goods-user-review--item-score dt {
	margin: 0;
	height: 25px;
}
.block-goods-user-review--item-score dt img {
	height: 17px;
	vertical-align: top;
}
.block-goods-user-review--item-name {
	margin-left: auto;
	display: flex;
}
.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: left;
	margin-top: 5px;
}
.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;
}
.page-goods .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_red.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: 8.5em;
}
.block-top-topic--items dl dd.block-top-topic--icon {
	width: 105px;
	line-height: 1.0;
	padding-top: 3px;
	text-align: left;
}
.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 dl dd.block-top-topic--txt a {
	text-decoration: underline;
}
.block-top-topic--items dl dd.block-top-topic--txt:hover a {
	text-decoration: none;
}
.block-top-topic--next-page {
	width: 380px;
	margin: 30px 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;
}
.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_red.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_red.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: 40px 0 33px;
}
.block-rightmenu--box-bnr ul li:nth-child(1) a p {
	margin-top: 21px;
}
.block-rightmenu--box-bnr ul li:nth-child(1) a .block-rightmenu--box-bnr-img img {
	width: 164px;
}
.block-rightmenu--banner .block-rightmenu--box-bnr ul li:nth-child(1) a {
	padding: 3px 0;
	background-color:#40A9D8;
}
.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;
	width: 100%;
	height: 100%;
}
.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;
	max-width: 204px;
}
.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 {
	text-decoration: line-through;
}
.block-thumbnail-t--price-items.sold-out .block-thumbnail-t--price-txt,
.block-thumbnail-t--price-items.sold-out .block-thumbnail-t--price {
	position: relative;
}
.block-thumbnail-t--price-items.sold-out .block-thumbnail-t--price-txt::after,
.block-thumbnail-t--price-items.sold-out .block-thumbnail-t--price::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #443829;
	position: absolute;
	left: 0;
	top: calc(50% - 0.5px);
}

/* ---- 詳細表示 ---- */
.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;
	flex-wrap: wrap;
	height: 100%;
}

.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: bold;
	/*padding-left: 59px;*/
    padding-left: 50px;
	background-image: url("../../img/usr/common/ico_mail.svg");
	/*background-position: 28px center;*/
    background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 21px 21px;
}
.block-variation-no-stock .block-variation-no-stock--message {
	color: #443829;
	font-weight: bold;
	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: #ebebeb;
}
.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-goods .block-goods-detail-j--goods {
	margin: 0 auto !important;
}
.page-goods .block-accessory-list .block-goods-detail-j--goods {
	margin: 0 20px 0 0 !important;
}
.page-goods .block-accessory-list .block-goods-detail-j--goods:nth-child(5n) {
	margin: 0 !important;
}
.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;
}
.page-goods .block-goods-detail-j {
    width: 920px;
    left: -10px;
}
.page-goods .block-accessory-list .block-goods-detail-j {
  left: 0;
}
.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: -13px;
}
.block-goods-detail-j .slick-prev::before {
	right: 18px;
	transform:  rotate(-135deg);
}
.block-goods-detail-j .slick-next {
    right: -13px;
}
.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-genre-page--event .no_seed_available{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    padding-top: 10px;
}
.page-genre .col-xs-4.col-lg-4.py-3 span.btn-checkbox::after{
	content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    background: url(../../special/common/img/ar_down_.png) no-repeat;
    background-position: center center;
	background-size: contain;
}
.originalpage_wrap #SeedBanner.container .col-xs-4.col-lg-4.py-3 span.btn-checkbox::after{
	content: none;
}
.step-wrap.step3 .col-xs-4.col-lg-4.py-3 span.btn-checkbox::after{
	content: none;
}
.page-contentspages .py-4.px-2.size20,
.page-genre .py-4.px-2.size20{
	border: 2px solid;
}
.page-contentspages .py-4.px-2.size20:hover,
.page-genre .py-4.px-2.size20:hover{
	border-color: red;
}
.page-contentspages .py-4.px-2.size20 img,
.page-genre .py-4.px-2.size20 img{
	width: 203px;
	height: 175px;
	margin-top: 15px;
}
.page-contentspages .py-4.px-2.size20,
.page-genre .py-4.px-2.size20{
	padding-top: 19px!important;
	padding-bottom: 46px!important;
}
.page-contentspages .btn-checkbox a,
.page-genre .btn-checkbox a{
	color: #9c8e7c;
    font-weight: bold;
}
.py-4.px-2.size20 > b {
    color: #443829;
}
.page-genre .py-4.px-2.size20{
	color: #443829;
    border-color: #9c8e7c;
}
/* ここまで */

/* ----左メニュー　バナー---- */
.block-left-menu--txt-bnr {
	padding: 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 {
  position: relative;
	display: block;
	text-decoration: none;
}
.pane-left-menu .pane-block--title a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #443829;
  border-bottom: 2px solid #443829;
  transform: rotate(-45deg);
}
#block_of_sowing:first-child .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,
.block-ranking-tree--item > span{
	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,
.block-sowing-tree--level2 > li > span {
	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: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 42px;
    padding: 11px 0;
    background-color: #f2e4d4;
	text-align: center;
}
.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 0 20px 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.block-filter--variation-8 i::before {
  text-shadow: 
     1px  1px 0px #443829,
    -1px  1px 0px #443829,
     1px -1px 0px #443829,
    -1px -1px 0px #443829,
     1px  0px 0px #443829,
     0px  1px 0px #443829,
    -1px  0px 0px #443829,
     0px -1px 0px #443829;
}
.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: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	position: absolute;
	right: 0;
    top: -27px;
	width: 70px;
	height: 70px;
	padding-top: 40px;
	cursor: pointer;
	z-index: 13;

    padding-left: 3px;
    letter-spacing: 0.2em;
    display: inline-block;
}
/* .block-filter--close-btn::before,
.block-filter--close-btn::after {
	content: "";
	position: absolute;
	left: -23px;
	top: 48px;
	width: 26px;
	height: 3px;
	background-color: #ffffff;
}
.block-filter--close-btn::before {
	transform:  rotate(-45deg);
}
.block-filter--close-btn::after {
	transform:  rotate(45deg);
} */
.block-filter--close-btn::before{
	content: "×";
	position: absolute;
	left: -26px;
	top: 33px;
	color: #fff;
	font-size: 36px;
}


/* ----マイページ　左ナビ---- */
.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;
  margin-bottom: 55px;
}
.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.js-current,
.block-left-menu--mypage li a:hover {
	text-decoration: none;
	background-color: #f2e4d4;
	opacity: 1.0;
}
.block-left-menu--mypage li.block-left-menu--mypage-ttl {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.818;
	text-align: left;
	padding: 10px;
	border-top: 0;
	border-bottom: 2px solid #443829;
	background: none;
  background-color: #dddddd;
}

/* ----マイページ　トップ---- */
.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;
    padding: 0 4px;
}

.block-mypage--rank-details {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.block-mypage--customer-status + .block-mypage--rank-details {
  margin-top: 80px;
}
.block-mypage--rank-up-image,
.block-mypage--member-benefits {
	width: 550px;
}
.block-mypage--rank-up-image {
	display: flex;
	flex-direction: column;
}
.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: auto;
}
.block-mypage--rank-up-image p {
}
.block-mypage--cumulative {
	text-align: center;
	padding: 10px;
	margin-top: auto;
	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 28px 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_red.svg");
}
.block-mypage--update-password {
	background-image: url("../../img/usr/common/ico_key_red.svg");
}
.block-mypage--credit-card-confirmation {
	background-image: url("../../img/usr/common/ico_money_red2.svg");
}
.block-mypage--update-mail-address {
	background-image: url("../../img/usr/common/ico_mail_red.svg");
}
.block-mypage--mailnews {
	background-image: url("../../img/usr/common/ico_mail_news_red.svg")
}
.block-mypage--inquiry-history {
	background-image: url("../../img/usr/common/ico_mail_history_red.svg");
}
.block-mypage--create-address-book {
	background-image: url("../../img/usr/common/ico_book_red.svg");
}
.block-mypage--purchase-history {
	background-image: url("../../img/usr/common/ico_clock_red.svg");
}
.block-mypage--shopping-info-item-regular-purchase {
	background-image: url("../../img/usr/common/ico_regular_purchase.svg");
}
.block-mypage--shopping-info-item-favorite {
	background-image: url("../../img/usr/common/ico_heart_red.svg");
}
.block-mypage--arrival-notice-list {
	background-image: url("../../img/usr/common/ico_request_red.svg");
}
.block-mypage--shopping-info-item-coupon-list {
	background-image: url("../../img/usr/common/ico_coupon_red.svg");
}
.block-mypage--point-history {
	background-image: url("../../img/usr/common/ico_point_red.svg");
}
.block-mypage--order-description,
.block-mypage--shopping-info-item-goods-page {
	background-image: url("../../img/usr/common/ico_cart.svg");
}
.block-mypage--introduction-friends {
	background-image: url("../../img/usr/common/ico_friends.svg");
}


.block-mypage--linesync-info-item-setting {
	background-image: url("../../img/sys/snslogin/line.png") ;
}
.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_red2.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,
.block-inquiry-history-detail--update-dt {
	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-member-password--update-items div.chenge-pwd {
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: 184px;
}
.block-member-password--update-items .form-control {
    position: relative;
}
/* ----パスワード再設定---- */
.block-update-new-password--items div.chenge-pwd {
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: 184px;
}
.block-update-new-password--items .form-control {
    position: relative;
}
/* ----購入履歴一覧---- */
.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;
}

li.block-purchase-history--order-detail-item {
    font-size: 16px;
    margin: 10px 0;
}

.block-purchase-history--status a.btn.btn-primary {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    margin: 10px 0;
	padding: 10px 25px 8px;
}
.block-purchase-history--status {
	text-align: center;
}
.block-purchase-history--status .block-purchase-history-detail--box-wrap-text {
	text-align: left;
}

.block-purchase-history--order-detail-other {
    font-size: 16px;
    direction: rtl;
}
.block-purchase-history--search-frame {
	align-items: center;
}

/* ----購入履歴詳細---- */
.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-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-goods-list--items-warp input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
}
.block-goods-list--items-warp input[type="checkbox"] + label::before,
.block-goods-list--items-warp input[type="checkbox"] + label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.block-goods-list--items-warp input:checked + label::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;
    border-left: 3px #ffffff;
}
/*.block-favorite .block-goods-list--items-warp {
    padding: 10px;
}*/
.block-goods-list--items-warp input[type="checkbox"] + label {
    font-size: 16px;
    padding-left: 28px;
}
.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-arrival-notice-list--items .js-modal-main--btn-area .block-arrival-notice-list--delete,
.block-favorite--items .js-modal-main--btn-area .btn-danger{
	min-width: 150px;
    margin-right: 5px;
    box-sizing: border-box;
}
.block-arrival-notice-list--items input.btn.btn-danger.js-modal-main--cancel-btn{
	min-width: 150px;
    margin-right: 5px;
    box-sizing: border-box;
}
/* ----お問い合わせ フロー---- */
.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: 40px;
	height: 40px;
	top: 4.5px;
	right: -17.5px;
	z-index: 1;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	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: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.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: 30px;
	padding: 15px;
	border: 3px solid #f2e4d4;
	border-radius: 10px;
}
.block-inquiry--important-notices-header {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    /*line-height: 1.7;*/
    line-height: 20px;
    width: 210px;
    padding: 0 0 0 30px;
    margin: 0;
	background-image: url("../../img/usr/common/ico_warning.svg");
	background-position: left bottom 1px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.block-inquiry--important-notices-body {
	font-size: 16px;
	line-height: 1.7;
	width: 950px;
	margin-left: auto;
}
.block-inquiry--faq {
	border: 3px 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 {
	display: flex;
	flex-wrap: wrap;
}
.block-login--member-body .block-login--member-frame {
	display: block;
}
.block-login--member-body .block-login--first-time {
    display: flex;
    width: 586px;
    flex-direction: column;
    padding-right: 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--linelogin {
	padding: 20px 20px 0 20px;
	border: 2px solid #938675;
	border-radius: 10px;
}
.block-login--amazonlogin {
	padding: 20px 20px 20px 20px;
	border: 2px solid #938675;
	border-radius: 10px;
}
.amazon_login_wrap
{
	margin-top: 40px;
}
.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: auto;
}

.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--linelogin-state-saving-body label,
.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--linelogin-state-saving-body label::before,
.block-login--linelogin-state-saving-body label::after,
.block-login--login-state-saving label::before,
.block-login--login-state-saving label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.block-login--linelogin-state-saving-body label::before,
.block-login--login-state-saving label::before {
	width: 20px;
	height: 20px;
	border: 1px solid #ab9374;
	border-radius: 4px;
}
.block-login--linelogin-state-saving-body label.act::after,
.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--pwd span#chenge-pwd {
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: 336px;
}
.block-login--pwd .form-control {
    position: relative;
}
.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: 40px;
	height: 40px;
	top: 4.5px;
	right: -17.5px;
	z-index: 1;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	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: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.block-order-complete {
	padding: 25px 0;
}
.block-order-complete--header {
	text-align: center;
	margin: 42px 0 0;
}
.page-cart .block-order-complete--header {
	margin: 7px 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-withdrawal-questionnaire {
	margin-bottom: 40px;
}

.block-withdrawal-question {
	background-color: #f2e4d4;
	font-weight: bold;
}

.block-withdrawal-questionnaire .block-withdrawal-sex input[type="radio"] + label,
.block-withdrawal-questionnaire .block-withdrawal-era input[type="radio"] + label {
	font-size: 16px;
	line-height: 1.1;
	padding-left: 25px;
	padding-top: 2px;
}

.block-withdrawal-questionnaire .block-withdrawal-sex input[type="radio"] + label::before,
.block-withdrawal-questionnaire .block-withdrawal-era input[type="radio"] + label::before {
	width: 20px;
	height: 20px;
}
.block-withdrawal-questionnaire .block-withdrawal-sex input[type="radio"] + label::after,
.block-withdrawal-questionnaire .block-withdrawal-era input[type="radio"] + label::after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
}

.block-withdrawal-questionnaire .block-withdrawal--other textarea{
	width: 100%;
}

/* ----ご注文キャンセル---- */
.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--uid input[name="uid"] {
	width: 100%;
}
.block-member-info--promotion-code input[name="promotion_code"] {
  width: 80%;
}
.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-member-info--items-password div.chenge-pwd {
    width: 30px;
    height: 30px;
    background-color: #cccccc;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: 318px;
}
.block-member-info--items-password .form-control {
    position: relative;
}
/* ----ご注文内容の指定---- */
.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;
  padding-bottom: 15px;
}
.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--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(-2px);
}

/* プライバシーポリシー調整 */
.page-everyform .block-questionnaire--privacy-comment.privacy-comment {
    margin-top: 40px;
}
.page-questionnaireform .block-questionnaire--privacy-comment.privacy-comment {
    margin-top: 40px;
}
/**/

.block-questionnaire--freespace-top{
	margin-bottom: 20px;
}

.block-questionnaire--freespace-bottom {
    margin-top: 80px;
}

.page-everyform p.legend {
    margin-top: 20px;
}

.page-questionnaireform .btn-area.block-top-free2--btn{
	margin-top: 20px;
}

.page-everyform .btn-area.block-top-free2--btn{
	margin-top: 20px;
}

/* 見出し左寄せ・項目説明文調整 */
h2.block-questionnaire--item-header.legend{
	text-align: left;
    padding-left: 10px;
}
.block-questionnaire--item-description {
    font-size: 20px;
}
/* ----所持クーポン一覧---- */
.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-order-flow--step {
  padding: 42px 0;
}
.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 {
  padding-top: 0;
	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-description .block-cart--goods-list-item-price-info .price {
	font-size: 22px;
}
.block-cart--goods-list-item-name {
	font-size: 20px;
}
.block-cart--goods-list-item-stock {
	font-size: 16px;
	text-align: left;
}
.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-qty input {
  padding: 6px 40px 6px 10px;
  text-align: right;
}
.block-cart--goods-list-item-money {
	font-size: 22px;
	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-sumarry {
	width: 60%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dcdcdc;
}
.block-cart--price-sumarry .block-order-estimate--goods-title {
    width: 50%;
    margin-left: auto;
    text-align: left;
}
.block-cart--price-sumarry .block-order-estimate--goods-text {
    width: 50%;
    margin-left: auto;
    text-align: right;
}

.block-cart--price-sumarry-subtotal {
	width: 60%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.block-cart--price-sumarry-subtotal .block-order-estimate--goods-title.subtotal,
.block-cart--price-sumarry-subtotal .block-order-estimate--goods-text.subtotal {
	color: #f00;
	font-size: 20px;
	font-weight: bold;
}

.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-body p {
	font-size: 16px;
	line-height: 1.8;
}
.block-cart--about-returns-body .font-red {
	color: #fe0000;
}
/* ----こだわり検索---- */
.page-search .pane-left-menu {
	display: none;
}

.block-filter--modal{
	display: none;
	margin: auto;
	z-index: 100002;
	overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
	height: 95%;
	background: transparent;
}

.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: 86%;
    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;
	margin-top: 30px;
}

.block-filter--modal-inner-btn-close{
	/* margin: auto;
    padding: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-align: center;
    z-index: 13; */
	width: 240px;
    padding: 8px 0 6px;
    margin: 0 auto;
    border: 2px solid #938675;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
    text-decoration: none;
    background: #fff;
    display: block;
    position: relative;
    cursor: pointer;
}
button.js-ModalClose.block-filter--modal-inner-btn-close::before {
    content: '×';
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    color: #fe000c;
    position: absolute;
    left: 30px;
    top: calc(50% - 20px);
}

.is-noScroll {
    overflow: hidden;
	position: fixed;
	width: 100%;
	/* 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: 1100px;
}
#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 {
	margin-left: -53px;
}
#goods_search_items .block-search-goods--use_variation2.form-group .form-control a label {
	padding: 0;
	margin-right: 0;
  margin-bottom: 20px;
	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;
}
.page-search .action-buttons {
  margin-top: 40px;
}
.page-search #block-search-goods--reset-btn { 
	width: 150px;
	border: 1px solid #938675;
  font-size: 18px;
  font-weight: bold;
	background-color: #ffffff;
	cursor: pointer;
}
.page-search #block-search-goods--search-btn {
	width: 380px;
	padding-left: 167px;
	color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
	text-decoration: none;
	background-color: #443829;
	background-image: url("../../img/usr/common/ico_search02.svg");
	background-position: 134px 15px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

/* ----無料カタログの請求---- */
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: #f2e4d4;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 10px 16px;
}
.change-step li {
  width: 300px;
}
.entry-step li:not(:last-child):before,
.change-step li:not(:last-child):before {
  content: '';
  position: absolute;
  top: -7px;
  right: -18.5px;
  border-style: solid;
  border-width: 32px 0 32px 19px;  /* border-color: transparent transparent transparent #443829; */
  border-color: transparent transparent transparent #fff;
  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: -14.5px;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #f2e4d4;
  z-index: 1;
}
.entry-step li.current,
.change-step li.current {
  color: #fff;
  background: #443829;
  padding: 10px 0;
}
.entry-step li.current:after,
.change-step li.current:after {
  content: '';
  position: absolute;
  top: 0;
  right: -14.5px;
  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: left;
  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: 170px;
  height: 40px;
  background: url("../../img/usr/user_review/star_review.png");
  background-repeat: no-repeat;
	background-size: 170px 80px;
	position: relative;
	top: -10px;
}
.star-select {
  width: 170px;
  height: 40px;
  background: url("../../img/usr/user_review/star_review.png");
  background-repeat: no-repeat;
	background-size: 170px 80px;
}
#star_base + .help-block {
	margin-top: 0;
	font-size: 14px;
	color: #443829;
}
.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--rank.js-sales,
.block-details-z--on-sales-comment {
	color: #fe0000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
.block-details-z--rank.js-sales + .block-details-z--price .price,
.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;
}


/* 2021.04.01 add */
/* ---- 購入フロー ---- */
.block-order-method--goods-item-description {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 20px;
}
.block-order-method--goods-item-description .block-order-method--goods-item-name {
	font-size: 20px;
}
.block-order-method--goods-item-description .block-order-method--goods-item-price {
	margin-top: 20px;
}
.block-order-method--goods-item-description .block-order-method--goods-item-price strong {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 5px;
}
.block-order-method--goods-item-description .block-order-method--goods-item-qty span {
	display: inline-block;
	margin-right: 20px;
}
.block-order-method--goods-item-qty input[name^='qty'] { 
  width: 80px;
  padding-right: 30px;
  text-align: right;
  box-sizing: border-box;
}
.block-order-method .block-order-method--payment h3 {
	font-size: 18px;
	padding: 0;
}
.block-order-method .block-order-method--payment h3::after {
	content: none;
}
.block-order-method .block-order-method--payment .block-order-estimate--pay-card-brand .form-control,
.block-order-method .block-order-method--payment .block-order-estimate--pay-expire .form-control {
	padding-bottom: 20px;
}
.block-order-method .block-order-method--payment .block-order-method--coupon-content,
.block-order-method .block-order-method--payment .block-order-method--point-use-content,
.block-order-method .block-order-method--payment .block-order-method--payment-method-content {
	margin-left: 0;
}
.block-order-method .block-order-method--payment .block-order-method--coupon-content {
	margin-bottom: 0;
}
.block-order-method .block-order-method--payment .block-order-method--coupon-content input[name="coupon"] {
	margin-left: 10px;
}
.block-order-method .block-order-method--payment .block-order-method--point-use-content  input[type="text"]{
	text-align: right;
}
.block-order-method .block-order-method--payment input[type="radio"] + label,
.block-order-method .block-order-method--dest input[type="radio"] + label {
	font-size: 16px;
	line-height: 1.1;
	padding-left: 25px;
	padding-top: 2px;
}
.block-order-method .block-order-method--payment input[type="radio"] + label[for="pointpay_0"] {
	margin-top: 20px;
}
.block-order-method .block-order-method--payment input[type="radio"] + label[for="pointpay_1"] {
	margin: 20px 0;
}
.block-order-method .block-order-method--payment input[type="radio"] + label[for="pointpay_2"] {
	margin-bottom: 20px;
}
.block-order-method .block-order-method--payment input[type="radio"] + label::before,
.block-order-method .block-order-method--dest input[type="radio"] + label::before {
	width: 20px;
	height: 20px;
}
.block-order-method .block-order-method--payment input[type="radio"] + label::after,
.block-order-method .block-order-method--dest input[type="radio"] + label::after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
}
.block-order-method .block-order-method--payment .block-order-estimate--pay-header {
	background: #443829;
}
.block-order-method .block-order-method--payment .block-order-estimate--pay-input {
	background: #fff;
  border: none;
}
.block-order-method .block-order-method--payment select {
	padding: 5px 10px;
	padding-right: 30px;
	margin-top: -10px;
}
.block-order-method .block-order-method--payment .block-order-estimate--pay-expire select {
	margin-right: 10px;
}
.block-order-method .block-order-method--payment input[type="text"] {
	margin-top: -10px;
	padding-right: 10px;
}
.form-group .form-control {
	display: block;
	margin-top: 20px;
}
.fieldset .form-group .form-control {
	margin-top: 17px;
}
.fieldset .form-group .form-control .block-order-method--name-sei,
.fieldset .form-group .form-control .block-order-method--name-mei,
.fieldset .form-group .form-control .block-order-method--kana-sei,
.fieldset .form-group .form-control .block-order-method--kana-mei {
	margin-top: -7px;
}
.fieldset .form-group.block-order-estimate--pay-selectcard {
	padding: 0;
}
.fieldset .form-group.block-order-estimate--pay-selectcard .form-control {
	margin: 10px 0;
}
.form-group .form-control.block-order-estimate--pay-savecard-atttext {
	margin-top: -15px;
}
.block-order-estimate--pay-card-selecttype {
	padding-left: 20px;
}
.block-order-estimate--pay-card-selecttype .form-control ul {
	display: flex;
}
.block-order-estimate--pay-card-selecttype .form-control ul li {
	margin-right: 20px;
}
.block-order-method--procedure {
	text-align: center;
}
.block-order-method--procedure .block-order-method--back {
	margin: 15px auto 10px;
}
.block-order-method--procedure .block-order-method--back .btn-default {
	font-size: 14px;
	padding: 8px 40px 6px;
}
/*.block-order-estimate--goods-item-description {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 20px;
}*/
.block-order-estimate--goods-item-description {
    float: none;
    width: auto;
}
.block-order-estimate--goods-item-description .block-order-estimate--goods-item-name {
	font-size: 20px;
}
.block-order-estimate--goods-item-description .block-order-estimate--goods-item-price {
	margin-top: 20px;
}
.block-order-estimate--goods-item-description .block-order-estimate--goods-item-price strong {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 5px;
}
.block-order-estimate--goods-item-description .block-order-estimate--goods-item-deadline strong{
  font-weight: bold;
}
.block-order-estimate--goods-item-quantity .block-order-estimate--goods-item-qty::before {
  content: '　'; padding-right: 20px; display: inline;
}
.block-order-estimate--goods-content.wrap-wide {
	padding: 20px 0;
}
.block-order-estimate--goods-content.wrap-wide.set-btn {
	padding-bottom: 20px;
}
.block-order-estimate--goods-content .block-order-estimate--goods-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block-order-estimate--goods-content .block-order-estimate--goods-area.border-btm {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dcdcdc;
}
.block-order-estimate--goods-content .block-order-estimate--goods-area .block-order-estimate--goods-title {
	width: 50%;
	text-align: left;
  font-weight: bold;
}
.block-order-estimate--goods-content .block-order-estimate--goods-area .block-order-estimate--goods-text {
	width: 50%;
	text-align: right;
}
.block-order-estimate--goods-content .block-order-estimate--goods-area .block-order-estimate--goods-title.txt-strong-fs,
.block-order-estimate--goods-content .block-order-estimate--goods-area .block-order-estimate--goods-text.txt-strong-fs {
	color: #fe0000;
	font-size: 22px;
	font-weight: bold;
}
.block-order-estimate--goods-content .block-order-estimate--goods-area .block-order-estimate--goods-title.txt-strong,
.block-order-estimate--goods-content .block-order-estimate--goods-area .block-order-estimate--goods-text.txt-strong {
	font-weight: bold;
}
.block-order-estimate--goods-content .block-order-estimate--goods-area .block-order-estimate--goods-comment {
	font-size: 14px;
	margin-top: 20px;
}
.block-order-estimate--goods-comment {
	margin-left: auto;
	text-align: right;
}
.block-order-estimate--side-contents .block-order-method--back {
	text-align: center;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist {
	margin-top: 20px;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check input[type="checkbox"] + label {
	padding-left: 50px;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check-att {
	font-size: 14px;
	margin-left: 50px;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check.wrap-pwd {
	margin: 20px 0;
	display: block;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check.wrap-pwd .form-label {
	width: auto;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check.wrap-pwd .constraint {
  display: inline-block;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check.wrap-pwd .required::after {
	transform: translateY(0);
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check.wrap-pwd .form-control {
	width: 83%;
	padding-left: 0;
	margin-top: 0;
	position: relative;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check.wrap-pwd .form-control p {
	font-size: 14px;
	margin-top: 10px;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check.wrap-pwd .form-control .chenge-pwd {
	width: 30px;
	height: 30px;
	background-color: #cccccc;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 4px;
	left: 333px;
}
.block-order-estimate--goods .block-order-estimate--goods-new-regist .block-order-estimate--goods-check.wrap-pwd .form-control input#chenge-pwd-input {
  width: 367px;
  min-width: 367px;
}
.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content,
.block-order-method--goods-content,
.block-order-method--dest-content,
.block-order-method--host-content,
.block-order-method--host-confirmation {
  border: none;
  padding: 0;
}
.block-order-method--dest-list .block-order-method--dest-item:nth-child(1) {
  border-top: none;
}
.block-order-method--dest-list .block-order-method--dest-item {
  min-height: 139px;
  border-color: #443829;
  position: relative;
}
.block-order-method--dest-list .block-order-method--dest-item .block-order-method--dest-item-edit {
  position: absolute;
  right: 20px;
  top: calc(50% - 26px);
}
.block-order-method--dest-list .block-order-method--dest-add {
  padding: 40px 20px 20px 20px;
	text-align: center;
}
.block-order-method--goods-content { 
  padding-top: 20px;
}
.block-order-method--goods-list li {
  border-color: #443829;
}
.block-order-estimate--container .block-order-estimate--goods-btn {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}

.block-order-method--payment-method-select  { margin-bottom: 20px;}
.block-order-method--payment-method-content { border-bottom: #443829 1px solid;}
.fieldset.block-order-estimate--pay-input   { margin-bottom: 0;}
#method_frame_gmo .form-group.block-order-estimate--pay-card-method,
#method_frame_gmo .form-group.block-order-estimate--pay-savecard { border-bottom: none;}
#method_frame_gmo .form-group.block-order-estimate--pay-savecard { border-top: #443829 1px solid;}

.block-order-method--container .block-order-method--btn .block-order-method--next {
	width: 30%;
	margin: 0 auto;
}
.block-order-method--container .block-order-method--btn .block-order-method--back {
	margin: 15px 0 0;
	text-align: center;
}
.block-order-estimate--container .block-order-estimate--goods-btn .block-order-method--back {
	margin: 0 20px;
}
.block-order-method--container .block-order-method--btn .block-order-method--back .btn,
.block-order-estimate--container .block-order-estimate--goods-btn .block-order-method--back .btn {
	padding: 10px 35px 8px;
}
.block-order-estimate--container .block-order-estimate--goods-btn .block-order-estimate--commit {
	margin: -5px 20px 0;
	width: 30%;
}
.block-order-method--container .block-order-method--btn .block-order-method--next-btn,
.block-order-estimate--container .block-order-estimate--goods-btn .block-order-estimate--commit-btn {
	background-color: #fe0000;
}
.block-order-method--container .block-order-method--contents,
.block-order-estimate--container .block-order-estimate--content {
	width: 100%;
	float: none;
}
.block-order-method--container .block-order-method--side-area,
.block-order-estimate--container .block-order-estimate--side-area {
	display: none;
}
.block-order-method--coupon {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #443829 1px solid;
}
.block-order-method--point-use {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #443829 1px solid;
}
.block-order-method--point-use .block-order-method--point-use-select {
	padding: 0;
	background: transparent;
	border: none;
}
.block-order-method--point-use .block-order-method--point-use-select input[type="radio"] + label.radio-block {
	display: block;
}

.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--novelty,
.block-order-estimate--goods-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--amazonpay-login {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
  background: #fff;
}
.block-order-estimate--goods-list li {
  padding: 20px 0;
  margin: 0;
	border-bottom: solid 1px #443829;
  display: flex;
}
.block-order-estimate--goods-list li:last-child {
	border-bottom: none;
}
.block-order-estimate--goods-content .block-order-estimate--goods-area.border-btm {
	border-bottom: solid 1px #443829;
}

/* ---- 注文履歴 ---- */
.block-purchase-history--table th:last-child {
	width: 150px;
}
.block-purchase-history--total {
	text-align: right;
}
/* ---- 注文履歴詳細 ---- */
.block-purchase-history-detail--box {
	padding: 0;
	margin-bottom: 20px;
	border: none;
}
.block-purchase-history-detail--box.wrap-wide {
	padding: 0;
}
.block-purchase-history-detail--shiment-address {
  padding: 0;
	border: none;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap.border-btm {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #443829;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap .block-purchase-history-detail--box-wrap-title {
	width: 50%;
	text-align: left;
  font-weight: bold;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap .block-purchase-history-detail--box-wrap-text {
	width: 50%;
	text-align: right;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap .block-purchase-history-detail--box-wrap-title.txt-strong-fs,
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap .block-purchase-history-detail--box-wrap-text.txt-strong-fs {
	font-size: 22px;
	font-weight: bold;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap .block-purchase-history-detail--box-wrap-title.txt-strong,
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap .block-purchase-history-detail--box-wrap-text.txt-strong {
	font-weight: bold;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap .block-purchase-history-detail--box-wrap-title.txt-strong.order-total-price,
.block-purchase-history-detail--box .block-purchase-history-detail--box-wrap .block-purchase-history-detail--box-wrap-text.txt-strong.order-total-price {
	font-size: 22px;
  color: #fe0000;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-item li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.block-purchase-history-detail--box .block-purchase-history-detail--box-item li:not(:last-child) {
	border-bottom: 1px solid #443829;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.block-purchase-history-detail--box .block-purchase-history-detail--goods-item-image {
	width: 150px;
	height: 150px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.block-purchase-history-detail--box .block-purchase-history-detail--goods-item-description {
	/*display: flex;
	justify-content: space-between;
	align-items: flex-end;*/
	padding-top: 10px;
	width: 80%;
}
.block-purchase-history-detail--box .block-purchase-history-detail--goods-item-price {
	margin-top: 10px;
}
.block-purchase-history-detail--box .block-purchase-history-detail--goods-item-price strong {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 5px;
}
.block-purchase-history-detail--box .block-purchase-history-detail--goods-item-quantity .block-order-estimate--goods-item-qty::before {
  content: '：'; padding-right: 20px; display: inline;
}
.block-purchase-history-detail--box .block-purchase-history-detail--goods-item-text .block-purchase-history-detail--goods-item-name {
	font-size: 22px;
	font-weight: bold;
}

.block-purchase-history-detail--receipt-items{
	display: flex;
}

.block-purchase-history-detail--receipt-items .control-label {
	margin-right: 10px;
	font-weight: bold;
}

#issue_button {
  margin-left: auto;
}

.block-purchase-history-detail--receipt-input{
	margin-right: 30px;
	width: 260px;
}



#block-variation-add-cart-box.block-filter--modal { height: 100%; background: rgba(0,0,0,0.6);}
#block-variation-err-box.block-filter--modal { height: 100%; background: rgba(0,0,0,0.6);}
.block-cart-popup-box { width: 1000px; min-height: 500px; max-height: 80vh; margin: 0 auto; background: #fff; position: absolute; left: calc(50vw - 500px); top: 10vh;}
.block-cart-popup-box .block-cart-popup-box-inner { padding: 50px; max-height: 80vh; overflow-y: scroll;}
.block-cart-popup-box .mfp-close { display: none !important;}
.block-cart-popup-box-top-close   {position: absolute;top: -40px;right: -15px;width: 110px; cursor: pointer;}
.block-cart-popup-box-top-close a {font-size: 36px;font-weight: bold;text-decoration: none;line-height: 1.0;color: #fff;}
.block-cart-popup-box-top-close a::after {content: '閉じる';padding-left: 3px;font-size: 20px;font-weight: bold;letter-spacing: 0.2em;display: inline-block;color: #fff;position: absolute;top: 7px;}
.block-cart-popup-box h2 { margin: 0 0 30px 0;}
.block-cart-popup-box-item { margin-bottom: 50px; display: flex; justify-content: space-between;}
.block-cart-popup-box-item--image { width: 175px;}
.block-cart-popup-box-item--image img { width: 175px;}
.block-cart-popup-box-item--desc  { width: calc(100% - 200px);}
.block-cart-popup-box-item--desc-name  { font-size: 18px;}
.block-cart-popup-box-item--desc-price { font-size: 18px; text-align: right;}
.block-cart-popup-box-item--desc-price sale { color: red;}
.block-cart-popup-box-item--desc-price.onsale { color: #fe000c;}
.block-cart-popup-box-item--desc-price.onsale .default-price { display: block; text-align: right; text-decoration: line-through; color: #666; font-size: 14px;}
.block-cart-popup-box-item--desc-price .price-txt { font-size: 24px; font-weight: bold;}
.block-cart-popup-box-item--desc-price .price-txt .small { font-size: 16px;}
.block-cart-popup-box-item--desc-price .price-txt .tax { font-size: 16px;}
.block-cart-popup-box-item--desc-qty   { font-size: 18px; text-align: right;}
.block-cart-popup-box-button  { margin: 0 80px 30px; display: flex; justify-content: space-between;}
.block-cart-popup-box-button li { width: 48%;}
.block-cart-popup-box-button li.btn-back a { width: 100%; padding: 14px 0 12px; margin: 0 auto; border: 2px solid #938675; border-radius: 50px; font-size: 18px; font-weight: bold; line-height: 1.9; text-align: center; text-decoration: none; background: #fff; display: block; position: relative; cursor: pointer;}
.block-cart-popup-box-button li.btn-next a { width: 100%; padding: 14px 0 12px; margin: 0 auto; border: 2px solid #443829; border-radius: 50px; font-size: 18px; font-weight: bold; line-height: 1.9; text-align: center; text-decoration: none; color: #fff; background: #443829; display: block; position: relative;}
.block-cart-popup-box-close   { text-align: center;}
.block-cart-popup-box-close a { width: 240px; padding: 8px 0 6px; margin: 0 auto; border: 2px solid #938675; border-radius: 50px; font-size: 18px; font-weight: bold; line-height: 1.9; text-align: center; text-decoration: none; background: #fff; display: block; position: relative; cursor: pointer;}
.block-cart-popup-box-close a::before { content: '×'; font-size: 22px; font-weight: bold; display: inline-block; color: #fe000c; position: absolute; left: 30px; top: calc(50% - 20px);}

.block-cart-popup-box #pop_recommend_items h3 { padding: 20px 0; margin: 50px 0 0 0; border-top: #adadad 2px solid; font-size: 18px; color: #443829;}
#pop_recommend_items h3::after { display: none;}
#pop_recommend_items #pop_recommend_item_list { position: relative; margin-right: -20px;}
#pop_recommend_items #pop_recommend_item_list .block-recommend-r--item { width: 200px;}
#pop_recommend_items #pop_recommend_item_list .block-recommend-r--item a { display: block; text-decoration: none;}
#pop_recommend_items #pop_recommend_item_list .block-recommend-r--item a:hover { text-decoration: underline;}
#pop_recommend_items .block-recommend-r--sold { position: relative; display: block;}
#pop_recommend_items .block-recommend-r--sold::before { content: "在庫なし"; width: 130px; padding: 10px 0 9px; margin: -20px 0 0 -65px; position: absolute; left: 50%; top: 50%; color: #ffffff; font-size: 20px; line-height: 1.0; text-align: center; display: block; z-index: 1; border-radius: 50px; background-color: rgba(68,56,41,0.80);}
#pop_recommend_items .block-recommend-r--sold figure img { opacity: 0.5;}
#pop_recommend_items .block-recommend-r--goods-image figure { width: 200px; height: 200px; border: 1px solid #cfcfcf; background: #fff;}
#pop_recommend_items .block-recommend-r--goods-description { width: 200px; margin-top: 7px;}
#pop_recommend_items .block-recommend-r--goods-description .block-icon span:nth-child(2n) { margin-right: 0;}
#pop_recommend_items .block-recommend-r--goods-name { margin-top: 9px;}
#pop_recommend_items .block-recommend-r--goods-name a { font-size: 18px; font-weight: bold; line-height: 1.38;}
#pop_recommend_items .block-recommend-r--goods-description .variation-name { margin: 8px 0 0; font-size: 16px; line-height: 1.3125;}
#pop_recommend_items .block-recommend-r--price-infos { display: flex; align-items: center;}
#pop_recommend_items .block-recommend-r--scomment { width: 55px; font-size: 10px; color: #fe0000;}
#pop_recommend_items .block-recommend-r--scomment + .block-recommend-r--price-items { width: auto; margin-left: auto;}
#pop_recommend_items .block-recommend-r--price-items { width: 100%; display: flex; align-items: center;}
#pop_recommend_items .block-recommend-r--price-txt { font-size: 12px; line-height: 1.75;}
#pop_recommend_items .block-recommend-r--goods .price { margin-left: auto; font-size: 12px; font-weight: 500; line-height: 1.75; text-align: right;}
#pop_recommend_items .block-recommend-r--price strong { font-size: 20px; font-weight: bold; line-height: 1.05;}
#pop_recommend_items .block-recommend-r--price strong small { font-size: 12px; line-height: 1.75;}
#pop_recommend_items #pop_recommend_item_list .slick-prev,
#pop_recommend_items #pop_recommend_item_list .slick-next { width: 48px; height: 48px; border: none; border-radius: 50%; font-size: 0; color: #fff; background: #443829; position: absolute; top: 76px; z-index: 100; display: block; text-indent: -9999px; cursor: pointer; transition: .1s; opacity: 0.85;}
#pop_recommend_items #pop_recommend_item_list .slick-prev::after,
#pop_recommend_items #pop_recommend_item_list .slick-next::after { content: ''; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(135deg); transform: rotate(135deg); position: absolute; top: 18px;}
#pop_recommend_items #pop_recommend_item_list .slick-prev { left: -22px;}
#pop_recommend_items #pop_recommend_item_list .slick-next { right: 2px;}
#pop_recommend_items #pop_recommend_item_list .slick-prev::after { left: 20px; transform: rotate(-135deg);}
#pop_recommend_items #pop_recommend_item_list .slick-next::after { right: 21px; transform: rotate(45deg);}
#pop_recommend_items #pop_recommend_item_list .slick-prev.slick-disabled { opacity: 0.2;}
#pop_recommend_items #pop_recommend_item_list .slick-next.slick-disabled { opacity: 0.2;}
#pop_recommend_items #pop_recommend_item_list .slick-dots { margin-top: 15px; display: flex; justify-content: center;}
#pop_recommend_items #pop_recommend_item_list .slick-dots button { width: 12px; height: 12px; margin: 0 15px; border: none; border-radius: 10px; font-size: 0; background: #cccccc;}
#pop_recommend_items #pop_recommend_item_list .slick-dots .slick-active button { background: #443829;}

/* 2022.08 +Reccomend */
#block-variation-add-cart-box.block-filter--modal { opacity: 0; z-index: -1 !important;}
#block-variation-add-cart-box.block-filter--modal.on { display: block; opacity: 100; z-index: 100002 !important;}
#block-variation-add-cart-box .block-cart-popup-box-close { margin-top: 40px; display: block !important;}


/* 2021.05 EFO */
span.checktype_name::after,
span.checktype_kana::after { content: ''; width: 34px; height: 34px; margin: 2.5px 0 2px 3px; display: inline-block; vertical-align: top;}
span.efo-error-wrap::after { content: ''; width: 34px; height: 34px; margin: 2.5px 0 2px 3px; border-radius: 40px; display: inline-block; background: #FE0000 url("../../img/usr/common/ico_ng.png") center center no-repeat; -webkit-background-size: 28px 28px; background-size: 28px 28px; vertical-align: top;}
span.efo-valid-wrap::after { content: ''; width: 34px; height: 34px; margin: 2.5px 0 2px 3px; border-radius: 40px; display: inline-block; background: #B7B7B7 url("../../img/usr/common/ico_ok.png") center center no-repeat; -webkit-background-size: 28px 28px; background-size: 28px 28px; vertical-align: top;}

.js-efo input[type="password"] { min-width: 333px;}
.js-efo input[name="addr"], .js-efo input[name="addr2"], .js-efo input[name="addr3"],
.js-efo input[name="comp"], .js-efo input[name="dept"], .js-efo input[name="custappendkey2"], .js-efo input[name="custappendkey3"],
.js-efo input[name="s_addr"], .js-efo input[name="s_addr2"], .js-efo input[name="s_addr3"],
.js-efo input[name="s_mail"], .js-efo input[name="s_cmail"], .js-efo input[name="s_comp"], .js-efo input[name="s_dept"],
.js-efo input[name="d_addr"], .js-efo input[name="d_addr2"], .js-efo input[name="d_addr3"] { 
  width: 85% !important;
}
.js-efo input[name="name"], .js-efo input[name="name2"], .js-efo input[name="kana"], .js-efo input[name="kana2"],
.js-efo input[name="s_name"], .js-efo input[name="s_name2"], .js-efo input[name="s_kana"], .js-efo input[name="s_kana2"],
.js-efo input[name="d_name"], .js-efo input[name="d_name2"], .js-efo input[name="d_kana"], .js-efo input[name="d_kana2"] { 
  width: 180px !important;
}

/* ----特集ページ リンクボタン---- */
.special-intro {
  margin: 0 0 50px;
}
.special-intro h1 {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
}
.special-intro-text {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 30px;
}
.special-anchor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.special-anchor-links-3sp2 {
  justify-content: flex-start;
}
.special-anchor-links .child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  font-size: 20px;
  line-height: 1.3;
  height: 70px;
  border: 2px solid #938675;
  border-radius: 50px;
  text-decoration: none;
  color: #443829;
  font-weight: bold;
  margin: 0 0 20px;
  background: url(../../special/common/img/ar_down.png) no-repeat 95%;
}
.special-anchor-links.special-anchor-links-3sp2 .child {
  width: 32.6%;
  margin-right: calc((100% - 32.6% * 3) / 2);
}
.special-anchor-links.special-anchor-links-3sp2 .child:nth-child(3n) {
  margin-right: 0;
}
.special-anchor-links .child:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.special-anchor-links.special-anchor-links-3sp2 br.sp {
  display: none;
}
/* ----特集ページ SEOリンク---- */
.seo-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 30px;
}
.seo-links .linkchild {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    font-size: 20px;
    line-height: 1.3;
    height: 70px;
    border: 2px solid #938675;
    border-radius: 50px;
    text-decoration: none;
    color: #443829;
    font-weight: bold;
    margin: 0 0 20px;
	position: relative;
}
.seo-links .linkchild::before {
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2px solid #938675;
    border-bottom: 2px solid #938675;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    margin-top: -5px;
}

/* ----イベントページ もっと見るボタン---- */
.page-event .eventmore-btn-area 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;
  width: 380px;
  margin: 0 auto;
}
.page-event .eventmore-btn-area 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-goods-list-z--default-price.default-price {
	color: #443829;
}

/*---- 検索バーのサジェスト ---- */
.block-search-suggest--goods-name,
.block-search-suggest--goods-comment {
	width: calc(100% - 70px);
	padding: 0;
	float: right;
}
.block-search-suggest--goods::after {
	content: "";
	display: block;
	clear: both;
}

/*---- レビュー文字数アナウンス ---- */
.block-user-review--items .count-msg-another {
	font-size: 14px;
}

/* URL Copy */
.block-goods--share .block-goods--share-url { position: relative;}
.block-goods--share .block-goods--share-url #js-copyalert { width: 100%; padding: 14px 0; border: #fe0000 2px solid; border-radius: 6px; background: #fff; color: #fe0000; font-size: 16px; font-weight: bold; text-align: center; line-height: 1.0; position: absolute; top: -60px; left: 0; box-shadow: rgb(85, 85, 85) 4px 4px 4px;}
.block-goods--share .block-goods--share-url #js-copyalert::before { content: ''; width: 0px; height: 0px; border-color: #fe0000 transparent transparent; border-style: solid; border-width: 8px 5px 0px; display: block; position: absolute; left: calc(50% - 4px); bottom: -8px;}
.block-goods--share .block-goods--share-url #js-copyalert::after { content: ''; width: 0px; height: 0px; border-color: #fff transparent transparent; border-style: solid; border-width: 8px 5px 0px; display: block; position: absolute; left: calc(50% - 4px); bottom: -4px;}

/* 会員登録 */
.block-member-info--items-password input {
  width: 333px;
}

/* flipdesk閉じるボタン */
.flipdesk .flipdesk-trigger .flipdesk-trigger_expire {
  top: -40px !important;
  width: 30px !important;
  height: 30px !important;
  background-size: 30px 30px !important;
}

/* クーポン一覧 */
.block-coupon-list .pager-count {
  letter-spacing: 3px;
}
.block-coupon-list--item {
  position: relative;
  background: #fbf8d9;
  margin: 0 0 40px;
  padding: 40px 40px 30px;
}
.block-coupon-list--item-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-coupon-list--item-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-image: url(../../img/usr/common/border_coupon.png), url(../../img/usr/common/border_coupon.png);
  background-repeat: repeat-y;
  background-position: left 30px center, right 30px center;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 30px 190px 25px 80px;
  margin: 0 0 20px;
  min-height: 200px;
}
.block-coupon-list--item-name {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: auto;
}
.block-coupon-list--item-code,
.block-coupon-list--item-date {
  font-size: 18px;
}
.block-coupon-list--item-icon {
  position: absolute;
  top: 0;
  right: -30px;
}
.block-coupon-list--item-terms-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid #44342c;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.block-coupon-list--item-terms p {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 0 0 10px;
}
.block-coupon-list--item-terms .block-coupon-list--item-notitle p {
  padding: 0;
}
.block-coupon-list--item-terms p:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.block-coupon-list--item-terms .block-coupon-list--item-notitle p:before {
  content: '';
}
.action .btn.block-coupon-list--btn {
  position: relative;
  width: 435px;
  font-size: 18px;
  padding: 17px;
}
.action .btn.block-coupon-list--btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #443829;
  border-bottom: 1px solid #443829;
  transform: rotate(-45deg);
}

/* お友達紹介 */
.block-introduction-friends--text {
  font-size: 18px;
  margin: 0 0 50px;
}
.block-introduction-friends--text span {
  color: #FB0F17;
}
.block-introduction-friends--coupon {
  margin: 0 0 15px;
}
.block-introduction-friends--coupon ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.block-introduction-friends--coupon li {
  width: 440px;
}
.block-introduction-friends--coupon-btn-issue {
  display: block;
  width: 500px;
  margin: 0 auto 13px;
  padding: 18px 0;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1.5px;
  background: #433828;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}
.block-introduction-friends--coupon-btn-issue:hover {
  opacity: .5;
}
.block-introduction-friends--coupon-note {
  text-align: center;
}
.block-introduction-friends--menu li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EBE6E1;
}
.block-introduction-friends--menu li:before {
  content: "●";
  color: #9C8E7C;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 6px;
}
.block-introduction-friends--menu li a {
  position: relative;
  padding: 15px;
}
.block-introduction-friends--nav h2 {
  margin-bottom: 40px;
}
.block-introduction-friends--nav-box:not(:last-child) {
  margin: 0 0 60px;
}
.block-introduction-friends--nav-box h3 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBE6E1;
}
.block-introduction-friends--nav:not(#caution) p {
  font-size: 18px;
  padding: 0 10px;
}
.block-introduction-friends--nav-box a {
  display: inline-block;
  font-size: 18px;
  margin: 10px 10px 0;
}
.block-introduction-friends--nav#howto h2 + p span {
  color: #fe0000;
}
.block-introduction-friends--nav#check ul,
.block-introduction-friends--nav#howto ul {
  padding: 0 10px;
  margin: 40px 0 0;
}
.block-introduction-friends--nav#check li:first-child,
.block-introduction-friends--nav#howto li:first-child {
  padding: 0 0 80px;
  margin: 0 0 10px;
  background: url(../../img/usr/originalpage/guide/arrow.svg) no-repeat center bottom / 70px;
}
.block-introduction-friends--nav#check li p:not(:last-child),
.block-introduction-friends--nav#howto li p:not(:last-child) {
  margin: 0 0 15px;
}
.block-introduction-friends--nav#check li h4 {
  font-size: 18px;
  font-weight: bold;
}
.block-introduction-friends--nav#caution p {
  font-size: 18px;
  margin: 0 0 20px;
}
.block-introduction-friends--modal {
  display: none;
  margin: auto;
  z-index: 100002;
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  height: 100%;
  background: rgba(0,0,0,0.6);
  line-height: 1.72;
}
.block-introduction-friends--modal-contents {
  width: 640px;
  padding: 40px 40px 30px;
  min-height: 500px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-introduction-friends--modal-close-top {
  position: absolute;
  top: -35px;
  right: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 0 0 29px;
  cursor: pointer;
}
.block-introduction-friends--modal-close-top:before {
  content: '×';
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 36px;
}
.block-introduction-friends--modal-title {
  font-size: 24px;
  font-weight: bold;
  background: #F2E4D4;
  text-align: center;
  letter-spacing: 1.5px;
  margin: 0 0 15px;
  padding: 7px 0;
}
.block-introduction-friends--modal p {
  font-size: 18px;
}
.block-introduction-friends--modal-box-url {
  margin: 25px 0 40px;
}
.block-introduction-friends--modal-box-title {
  font-size: 20px;
  font-weight: bold;
}
.block-introduction-friends--modal-url,
.block-introduction-friends--modal-qr {
  margin: 10px 0 0;
  text-align: center;
}
.block-introduction-friends--modal-label {
  display: inline-block;
  border: 1px solid #42382B;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding: 1px 20px 0;
  margin: 0 0 5px;
}
.block-introduction-friends--modal-url-text {
  font-size: 18px;
}
.block-introduction-friends--modal-url ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}
.block-introduction-friends--modal-url li {
  position: relative;
  width: 160px;
  margin: 0 5px;
}
.block-introduction-friends--modal-url li a,
.block-introduction-friends--modal-url li .js-copybtn {
  display: block;
  padding: 4px 0 3px;
  cursor: pointer;
  border: 1px solid #443829;
  border-radius: 30px;
  text-decoration: underline;
}
.block-introduction-friends--modal-url li .js-copybtn:hover {
  opacity: .5;
}
.block-introduction-friends--share-mail span {
  padding: 0 0 0 25px;
  background: url(../../img/usr/common/ico_mail_red.svg) no-repeat left center;
}
.block-introduction-friends--share-url span {
  padding: 2px 0 2px 25px;
  background: url(../../img/usr/common/ico_urlcopy_red.svg) no-repeat left center;
}
.block-introduction-friends--share-line span {
  padding: 2px 0 2px 25px;
  background: url(../../img/usr/common/ico_line.png) no-repeat left center / 20px;
}
.block-introduction-friends--copy-alert {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 160px;
  text-align: center;
  background: #fff;
  margin: auto;
  padding: 5px 10px;
}
.block-introduction-friends--copy-alert:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #f00 transparent;
}
.block-introduction-friends--copy-alert:after {
  content: '';
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
}
.block-introduction-friends--modal-box-qr {
  margin: 0 0 30px;
}
.block-introduction-friends--modal-box-qr #qrcode {
  width: 150px;
  margin: 12px auto 0;
}
.block-introduction-friends--modal-box-qr #qrcode canvas {
  width: 100%;
}
.block-introduction-friends--modal-close-bottom {
  width: 240px;
  padding: 8px 0 6px;
  margin: 0 auto;
  border: 2px solid #938675;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  text-decoration: none;
  background: #fff;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 13;
  border-radius: 50px;
}
.block-introduction-friends--modal-close-bottom:before {
  content: '×';
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  color: #fe000c;
  position: absolute;
  left: 30px;
  top: calc(50% - 20px);
}

.block-introduction-friends--ttl_campaign {
	text-align: center;
}
.block-introduction-friends--period {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 1.0;
	text-align: center;
}

/* ----トップページ ランキングタブ---- */
.page-top .block-top-event {
  margin: 0 0 55px;
}
.block-top-event-text {
  font-size: 14px;
  text-align: right;
  margin: 5px 0 0;
}
.block-top-event-tab {
  margin: 0 0 25px;
}
.block-top-event-tab ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.block-top-event-tab li {
  position: relative;
  color: #443829;
  font-size: 20px;
  line-height: 1.2;
  padding: 13px;
  border: 1px solid #443829;
  border-radius: 30px;
}
.block-top-event-tab li:not(.current):hover {
  opacity: .8;
  cursor: pointer;
}
.block-top-event-tab li.current {
  position: relative;
  color: #fff;
  background: #443829;
  border-radius: 30px;
}
.block-top-event-tab li:last-child.current {
  margin-left: 0;
}
.block-top-event-tab li.current:after {
  content: '';
  position: absolute;
  left: calc(50% - 8.5px);
  bottom: -10px;
  width: 17px;
  height: 10px;
}
.block-top-event h3 {
  position: relative;
  text-align: center;
  padding: 0;
}
.block-top-event h3:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #443829;
  background: #fff;
}
.block-top-event h3 span {
  position: relative;
  font-size: 20px;
  background: #fff;
  padding: 0 15px;
  z-index: 1;
}

.block-method-7-help-block {
	color: #ff0000;
	font-size: 16px;
	font-weight:bold;
}
.block-cart--about-returns-body{
	overflow-y: scroll;
	height: 280px;
}
.block-cart--about-returns-body::-webkit-scrollbar {
	height: 10px;
}
.block-cart--about-returns-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bfb5ac;
}
.block-cart--about-returns-body::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}
.returnpolicy-agree-checkbox-ini {
    opacity: 0.5;
}

/*====== 2023/02/20追加 ======*/
.block-header-fixed{
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	display: none;
}
.block-header-fixed.is-show{
	display: block;
}
.block-header-fixed-container{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.block-header-fixed .block-header-logo{
	position: static;
	width: 124px;
	margin: 0;
}
.block-header-fixed .block-global-search{
	background: #fff;
	padding: 0;
}
.block-header-fixed .block-header-fixed-search{
	display: flex;
	align-items: center;
	position: relative;
	width: 720px;
}
.block-header-fixed .block-global-search select {
	border: 2px solid #443829;
	border-right: 1px solid #443829;
	padding: 0 25px 0 32px;
	margin-left: 45px;
	height: 44px;
}
.block-header-fixed input.block-global-search--keyword {
	border-top: 2px solid #443829;
	border-bottom: 2px solid #443829;
	height: 44px;
	width: 270px;
}
.block-header-fixed button.block-global-search--submit {
	border: 2px solid #443829;
	border-left:0;
	height: 44px;
}
.block-header-fixed button.block-global-search--submit img {
	width: 23px;
	vertical-align: text-bottom;
}
.block-header-fixed .block-global-search--search-detail-link {
	color: #443829;
	font-weight: bold;
	padding-right: 22px;
}
.block-header-fixed .block-global-search--search-detail-link::before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #443829;
	border-bottom: 2px solid #443829;
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.block-header-fixed .block-header-fixed-nav{
	width: 100%;
	background: #f2e4d4;
}
.block-header-fixed .block-header-fixed-nav > ul{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-header-fixed .block-header-fixed-nav > ul > li >a{
	text-decoration: none;
	display: block;
}
.block-header-fixed .block-header-fixed-nav > ul > li >a,.block-header-fixed .block-header-fixed-nav > ul > li >span{
	font-size: 18px;
	font-weight: bold;
	color: #443829;
	text-align: center;
	padding: 12px 40px;
	letter-spacing: 0.1em;
}
.block-header-fixed .block-header-fixed-nav > ul > li > span{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.block-header-fixed .block-header-fixed-nav > ul > li:hover > span{
	opacity: 0.5;
}
.block-header-fixed .block-header-fixed-nav > ul > li > span.is-active::after{
	transform: translateY(1px) rotate(225deg);
}
.block-header-fixed .block-header-fixed-nav > ul > li > span::after{
	content:"";
	width: 10px;
	height: 10px;
	border-right: 2px solid #443829;
	border-bottom: 2px solid #443829;
	display: block;
	transform: translateY(-3px) rotate(45deg);
	margin-left: 10px;
	transition: .3s;
}
.block-header-fixed .block-headernav{
	margin-left: auto;
	padding-bottom: 15px;
}
.block-header-fixed .block-headernav--item-list li a {
	font-size: 13px;
}
.block-header-fixed .block-headernav--item-list li.block-headernav--item-list-mypage a {
	width: 84px;
	background-position: center 16px;
	background-size: 35px;
	font-size: 14px;
}
.block-header-fixed .block-headernav--item-list li.block-headernav--item-list-history a {
	width: 76px;
	background-position: center 15px;
	background-size: 37px;
}
.block-header-fixed .block-headernav--item-list li.block-headernav--item-list-catalog a {
	width: 110px;
	background-position: center 18px;
	background-size: 33px;
}
.block-header-fixed .block-headernav--item-list li.block-headernav--item-list-cart a {
	width: 60px;
	background-size: 49px;
	background-position: 1px 10px;
	font-size: 14px;
}
.block-header-fixed .block-headernav--item-list li.block-headernav--item-list-login a {
	/* width: 72px; */
	width: 124px;
	background-size: 37px;
	background-position: center 15px;
}
.block-header-fixed .block-headernav--item-list li.block-headernav--item-list-entry a {
	width: 78px;
	background-size: 46px;
	background-position: center 12px;
}
.block-header-fixed .block-headernav--item-list li.block-headernav--item-list-digitalcatalog a {
	width: 110px;
	background-size: 37px;
	background-position: center 19px;
	font-size: 14px;
}
.block-header-logo {
	width: 180px;
	top: 18px;
	left: 0;
	margin-left: 0;
	padding: 0;
	border: none;
}
.block-headernav--item-list {
  justify-content: flex-end;
}
.block-headernav--item-list li.block-headernav--item-list-guide {
	margin-left: 0;
}
.block-header-welcome {
	width: 700px;
	margin-left: auto;
	padding-right: 150px;
	text-align: right;
}


/* 20230913 */
.block-order-estimate--goods-item-qty {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
}
.block-purchase-history-detail--box .block-purchase-history-detail--goods-item-quantity .block-order-estimate--goods-item-qty::before {
	font-size: 16px;
	font-weight: normal;

}

/* イベントタイトル（画像） */
h2.block-top-event--image,
h2.h1.block-event-page--header-img {
  background: none;
  padding: 0;
  border: 0;
}

/*--------------------
revico 調整
--------------------*/
/* フォント */
.block-goods-revico-review-list .revico-widget {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
/* レビュー無し */
.revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row-no-review {
	padding-top: 80px;
}
/* 商品詳細 */
.page-goods .block-goods-detail .block-goods-revico-review { 
	order: 31;
	margin: 25px 0 0;
}
.page-goods .block-goods-detail .revico-star .revico-star-block--rate {
	transform: none;
	top: 6px;
}
.page-goods .block-goods-detail .revico-star-block--title {
	margin-left: 0;
}

.page-goods .block-goods-detail .revico-star-block--title {
	font-size: 28px;
}
.page-goods .block-goods-detail .revico-star-block--total {
	font-size: 18px;
	margin: 3px 15px 0;
}
.page-goods .block-goods-detail .revico-widget a.revico-read-more-review {
	font-size: 18px;
}
/* ページ下部レビュー */
.page-goods .block-goods-revico-review-list {
	margin: 50px 0 0;
}
.page-goods .block-goods-revico-review-list .revico-review {
	display: none;
}
.page-goods .block-goods-revico-review-list .revico-star .revico-star-graph-wrapper {
	justify-content: center;
	position: relative;
	padding-top: 45px;
}
.page-goods .block-goods-revico-review-list .revico-star .revico-star-graph-wrapper::before {
	content: "この商品のレビュー";
	display: block;
	position: absolute;
	text-align: center;
	top: 0;
	font-size: 18px;
}
.page-goods .block-goods-revico-review-list .revico_tab_item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-goods .block-goods-revico-review-list .revico-comment-main .revico-logo {
	display: none;
}

/* 検索結果 */
.page-search .pane-main .revico-star .revico-star-block--rate {
	transform: scale(0.8);
	top: 4px;
}
.page-search .pane-main .revico-star-block--title {
	margin-left: -32px;
}
.page-search .pane-main .revico-star-block--title {
	font-size: 20px;
}
.page-search .pane-main .revico-star-block--total {
	font-size: 16px;
	margin: 3px 15px 0;
}
.page-search .pane-main .revico-widget a.revico-read-more-review {
	font-size: 16px;
}

/* ランキング */
.page-genre .block-ranking-r .revico-star .revico-star-block--rate {
	transform: scale(0.8);
	top: 4px;
}
.page-genre .block-ranking-r .revico-star-block--title {
	margin-left: -32px;
}
.page-genre .block-ranking-r .revico-star-block--title {
	font-size: 20px;
}
.page-genre .block-ranking-r .revico-star-block--total {
	font-size: 14px;
	margin: 3px 0 0 5px;
}
.page-genre .block-ranking-r .revico-widget a.revico-read-more-review {
	font-size: 16px;
}
/* ランキング以外のジャンルページ */
.page-genre .block-thumbnail-t .revico-star .revico-star-block--rate {
	transform: scale(0.8);
	top: 4px;
}
.page-genre .block-thumbnail-t .revico-star-block--title {
	margin-left: -32px;
}
.page-genre .block-thumbnail-t .revico-star-block--title {
	font-size: 20px;
}
.page-genre .block-thumbnail-t .revico-star-block--total {
	font-size: 14px;
	margin: 3px 0 0 5px;
}
.page-genre .block-thumbnail-t .revico-widget a.revico-read-more-review {
	font-size: 16px;
}

/* 商品一覧 */
/* 4列 */
.page-category .block-thumbnail-t--revico .revico-star .revico-star-block--rate {
	transform: scale(0.8);
	top: 4px;
}
.page-category .block-thumbnail-t--revico .revico-star-block--title {
	margin-left: -32px;
}

.page-category .block-thumbnail-t--revico .revico-star-block--title {
	font-size: 20px;
}
.page-category .block-thumbnail-t--revico .revico-star-block--total {
	font-size: 14px;
	margin: 3px 0 0 5px;
}
.page-category .block-thumbnail-t--revico .revico-widget a.revico-read-more-review {
	font-size: 16px;
}
/* 一括購入 */
.page-category .block-goods-list-d--revico .revico-star .revico-star-block--rate {
	transform: scale(0.8);
	top: 4px;
}
.page-category .block-goods-list-d--revico .revico-star-block--title {
	margin-left: -32px;
}

.page-category .block-goods-list-d--revico .revico-star-block--title {
	font-size: 20px;
}
.page-category .block-goods-list-d--revico .revico-star-block--total {
	font-size: 14px;
	margin: 3px 0 0 5px;
}
.page-category .block-goods-list-d--revico .revico-widget a.revico-read-more-review {
	font-size: 16px;
}

/* ユーザーレビュー絞り込み */
.revico-modal .revico-comment-filter--block-item-select {
  cursor: pointer;
}
.revico-modal .revico-comment-filter--block-item-select input[type="checkbox"] {
  position: relative !important;
  top: 0 !important;
  left: 0;
  border: 1px solid #ab9374;
  border-radius: 4px;
  background: #fff;
  width: 20px;
  height: 20px;
  opacity: 1;
  -webkit-appearance: none;
}
.revico-modal .revico-comment-filter--block-item-select input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  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;
}
.revico-modal .revico-modal__inner.revico-picture-modal-product .revico-modal-content .revico-comment-header-modal .revico-comment-filter-wrapper .revico-comment-filter--variation span {
  position: relative;
  padding: 0 !important;
}
.revico-modal .revico-comment-filter--variation label {
  display: block;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.revico-modal .revico-comment-filter--variation input[type="radio"] {
  position: absolute;
  top: 9px;
  left: auto;
  right: 10px;
  border: 1px solid #443829;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 1;
  -webkit-appearance: none;
}
.revico-modal .revico-comment-filter--variation input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: #443829;
  border-radius: 50%;
}

/*--------------------
 トップページ改修
--------------------*/
/* MV CLS */
#top-slider > li:not(:first-child){
  display: none;
}
/* 今月まける種 */
.block-top-thismonth {
	margin: 0 0 80px;
}
.block-top-thismonth--link-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 30px;
}
.block-top-thismonth .thismonth-link {
	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;
	max-width: 440px;
	flex-basis: 440px;
}
.block-top-thismonth .thismonth-link:hover {
	text-decoration: none;
}
.block-top-thismonth .thismonth-link::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-top-thismonth .thismonth-link-img {
	width: 41px;
}
.block-top-thismonth .thismonth-link-text {
	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-top-thismonth .link-vgt .thismonth-link-img {
	margin-bottom: 5px;
}
.block-top-thismonth .link-flw .thismonth-link-img {
	margin-bottom: 3px;
}
.block-top-thismonth .thismonth-otherlink {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	height: 50px;
	background-color: #ffffff;
	border: 2px solid #938675;
	border-radius: 50px;
	padding: 0 40px;
	position: relative;
	max-width: 380px;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 18px;
}
.block-top-thismonth .thismonth-otherlink::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: -5px;
}

/* 商品カテゴリー */
.block-top-search-category {
	margin: 0 0 80px;
}
.block-top-search-category .category-list > li {
	background-color: #F8F1E9;
	border-radius: 4px;
	padding: 20px;
}
.block-top-search-category .category-list > li+li {
	margin-top: 16px;
}
.block-top-search-category .category-list-ttl {
	display: flex;
	gap: 24px;
	margin: 0 0 20px;
	justify-content: flex-start;
}
.block-top-search-category .category-list-ttl-img {
	width: 41px;
}
.block-top-search-category .category-list-ttl-text {
	font-size: 22px;
	font-weight: bold;
}
.block-top-search-category .category-list-link-box {
	display: flex;
	gap: 10px;
}
.block-top-search-category .category-list-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	height: 50px;
	background-color: #ffffff;
	border: 2px solid #938675;
	border-radius: 50px;
	padding: 0 40px;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	width: calc((100% - (10px * 2)) / 3);
}
.block-top-search-category .category-list-link::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: -5px;
}

/* ランキング スライダー */
.page-top .block-ranking-r--items .slick-list .block-ranking-r--goods { 
	margin: 0 10px;
}
.page-top .block-top-event {
	width: 900px;
	position: relative;
}
.page-top .block-ranking-r--items .slick-arrow {
	width: 44px;
	height: 44px;
	background-color: #443829;
	position: absolute;
	top: 116px;
	z-index: 100;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
	transition: .1s;
	opacity: 0.85;
}
.page-top .block-ranking-r--items .slick-arrow:hover {
    opacity: .5;
}
.page-top .block-ranking-r--items .slick-arrow::before {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.page-top .block-ranking-r--items .slick-prev,
.page-top .block-ranking-r--items .slick-next {
	transition: 0.2s;
	opacity: 1;
}
.page-top .block-ranking-r--items .slick-prev.slick-disabled,
.page-top .block-ranking-r--items .slick-next.slick-disabled {
	opacity: 0;
}
.page-top .block-ranking-r--items .slick-prev {
	left: -12px;
}
.page-top .block-ranking-r--items .slick-prev::before {
	right: 13px;
	transform:  rotate(-135deg);
}
.page-top .block-ranking-r--items .slick-next {
	right: -12px;
}
.page-top .block-ranking-r--items .slick-next::before {
	left: 13px;
	transform:  rotate(45deg);
}
.page-top .block-ranking-r--goods-image figure {
	width: 100%;
	height: 100%;
	min-width: 203px;
	min-height: 203px;
}
.page-top .block-top-event-rank-contents-wrap {
	position: relative;
}
.page-top .block-top-event-rank-contents {
	position: absolute;
	left: 0;
	right: 0;
}
/* タブ切り替え */
.block-top-event-rank-contents {
	opacity: 0;
	z-index: -1;
}
.block-top-event-rank-contents.active {
	opacity: 1;
	z-index: 1;
	top: 0;
	position: relative;
}

/* 商品詳細ページ関連商品部分のRevico表示調整 */
body.page-goods .pane-goods-footer .block-accessory-list #block_of_recommend .block-goods-detail-j .block-icon {
	display: none !important;
}
body.page-goods .pane-goods-footer .block-accessory-list #block_of_recommend .block-goods-detail-j .revico-star .revico-star-block--rate {
	transform: scale(0.6);
  transform-origin: left;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
body.page-goods .pane-goods-footer .block-accessory-list #block_of_recommend .block-goods-detail-j .revico-star-block--title {
	font-size: 16px;
  margin-left: -65px;
}
body.page-goods .pane-goods-footer .block-accessory-list #block_of_recommend .block-goods-detail-j .revico-star-block--total {
  color: #222;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 3px;
}
.block-order-method-amazonpay--method-list .block-order-method-amazonpay--method-item {
  min-height: 139px;
  border-color: #443829;
  position: relative;
}
.block-order-method-amazonpay--method-list .block-order-method-amazonpay--method-item .block-order-method-amazonpay--method-item-edit {
  position: absolute;
  right: 20px;
  top: calc(50% - 26px);
}


/* 2024.02 TOPページ改修 */
.block-top--notices-frame { margin: 40px 0 60px;}
.block-top--notices-frame .notices-tub-list { width: 100%; height: 55px; margin: 0 0 30px 0; display: flex; justify-content: space-between; align-items: center;}
.block-top--notices-frame .notices-tub-list li { width: 50%; height: 53px; border: #443829 1px solid; font-size: 24px; font-weight: bold; background: #fff; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: 0.3s;}
.block-top--notices-frame .notices-tub-list li + li { border-left: none;}
.block-top--notices-frame .notices-tub-list li:hover { opacity: 0.6;}
.block-top--notices-frame .notices-tub-list li.active { background: #443829; color: #fff; position: relative;}
.block-top--notices-frame .notices-tub-list li.active:hover { opacity: 0.8;}
.block-top--notices-frame .notices-tub-list li.active::after { content: ''; border-right: 8px solid transparent; border-top: 10px solid #443829; border-left: 8px solid transparent; display: block; position: absolute; bottom: -10px; left: calc(50% - 8px);}
.block-top--notices-frame .notices-tub-list .new { display: inline-block; position: relative;}
.block-top--notices-frame .notices-tub-list .new::before { content: 'NEW'; width: 50px; height: 50px; padding: 2px 0 0 0; border: #fff 3px solid; border-radius: 50px; font-size: 14px; font-weight: bold; line-height: 1.0; color: #fff; background: #FF0000; display: flex; justify-content: center; align-items: center; position: absolute; top: -20px; right: -60px; box-sizing: border-box;}
.block-top--notices-frame .notice-box:not(.active) { display: none;}
.block-top--notices-frame .notice-box li { padding: 0 0 0 90px; font-size: 18px; line-height: 1.4; position: relative;}
.block-top--notices-frame .notice-box li + li { margin-top: 10px;}
.block-top--notices-frame .notice-box li.new::before { content: 'NEW'; width: 80px; height: 24px; padding: 1px 0 0 0; border-radius: 5px; font-size: 18px; font-weight: bold; text-indent: 0.1em; letter-spacing: 0.1em; color: #fff; background: #FF0000; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0;}
.block-top--notices-frame .notice-box li a { text-decoration: underline;}

#top_instagram_frame { max-width: 100vw; margin: 0 0 80px 0; overflow-x: hidden;}
#top_instagram_frame .title-sub  { font-size: 20px; text-align: center;}
#top_instagram_frame .notice-txt { margin: 0 0 20px 0; font-size: 16px; text-align: center;}

#top_review_frame { margin: 0 0 80px 0;}
#top_review_frame .tub-list { width: 100%; height: 52px; margin: 0 0 30px 0; display: flex; justify-content: space-between; align-items: center;}
#top_review_frame .tub-list li { width: calc(50% - 10px); height: 52px; border: #443829 1px solid; border-radius: 52px; font-size: 20px; background: #fff; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: 0.3s;}
#top_review_frame .tub-list li:hover { opacity: 0.6;}
#top_review_frame .tub-list li.active { background: #443829; color: #fff; position: relative;}
#top_review_frame .tub-list li.active:hover { opacity: 0.8;}
#top_review_frame .contents-box.hide  { position: absolute; top: 0; left: 0; z-index: -10; opacity: 0;}

.block-left-menu--sns-list    { padding: 20px 20px 40px 20px; display: flex; flex-wrap: wrap;}
.block-left-menu--sns-list li { width: 60px; height: 60px; margin: 0 15px 15px 0;}
.block-left-menu--sns-list li:nth-child(3n) { margin: 0 0 15px 0;}
.block-left-menu--sns-list li img { width: 100%; vertical-align: top;}

.block-footer-sns { padding: 24px 0 105px 0; border-top: #F5F5F5 2px solid;}
.block-footer-sns h2 { padding: 0; margin: 0 0 14px 0; border: none; font-size: 22px; font-weight: bold; text-align: center; line-height: 1.0; color: #443829; background: none;}
.block-footer-sns-list { display: flex; justify-content: center; column-gap: 20px;}
.block-footer-sns-list li { width: 50px; height: 50px;}
.block-footer-sns-list li img { width: 100%; vertical-align: top;}

/* もっとみる */
#top_review_frame .block-top-revico-review--next-page { width: 380px; margin: 30px auto 0; }
#top_review_frame .block-top-revico-review--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; }
#top_review_frame .block-top-revico-review--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; }

/*ヘッダー改修*/
.block-headernav--item-list-feature a{
	width: 135px;
  background-image: url(../../img/usr/common/ico_feature.svg);
}
.block-header-sub {
	display: flex;
	justify-content: flex-end;
}
.block-header-welcome{
	width: auto;
	margin-left: 30px;
}
.block-header-guide a{
	padding-left: 1.2em;
	position: relative;
	display: block;
	text-decoration: none;
}
.block-header-guide a:after{
	content: '';
	width: 1em;
	height: 1em;
	display: block;
	background-image: url(../../img/usr/common/ico_guide.svg);
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 0;
}

.block-additional-authentication >.block-login-banner {
	margin-top: 40px;
}

.block-additional-authentication:has(.block-login-banner) {
  height: 840px;
}