﻿@charset "UTF-8";
/* ----sliderパーツ---- */
.slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 45px;
	background-color: #666666;
	border-radius: 4px;
	border: 0;
	margin: -37px 0 0;
	padding: 0;
	font-size: 0;
	z-index: 10;
	cursor: pointer;
}
.slick-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
}
 .slick-prev {
	 left: -15px;
}
 .slick-prev::after {
	transform: rotate(-45deg);
	left: 12px;
}
 .slick-next {
	right: 5px;
}
 .slick-next::after {
	transform: rotate(135deg);
	right: 12px;
}
/* ----トップページ本文---- */

.block-top-body--body,
.block-category-slider--body {
	width: 950px;
}
.block-top-body--body #top-slider,
.block-category-slider--body #category-slider {
	position: relative;
}
.block-top-body--body #top-slider li a,
.block-category-slider--body #category-slider li a {
	display: block;
}
.block-top-body--body #top-slider li img,
.block-category-slider--body #category-slider li img {
	width: 600px;
	height: 400px;
}
.block-top-body--body .slick-slide img,
.block-category-slider--body .slick-slide img {
	width: 600px;
	height: auto;
	opacity: 0.5;
}
.block-top-body--body .slick-slide.slick-current img,
.block-category-slider--body .slick-slide.slick-current img {
	opacity: 1.0;
}
.block-top-body--body #top-slider .slick-prev,
.block-category-slider--body #category-slider .slick-prev {
	left: 160px;
}
.block-top-body--body #top-slider .slick-prev::after,
.block-category-slider--body #category-slider .slick-prev::after {
}
.block-top-body--body #top-slider .slick-next,
.block-category-slider--body #category-slider .slick-next {
	right: 160px;
}
.block-top-body--body #top-slider .slick-next::after,
.block-category-slider--body #category-slider .slick-next::after {
}
.block-top-body--body #top-slider .slick-dots,
.block-category-slider--body #category-slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 23px;
}
.block-top-body--body #top-slider .slick-dots li,
.block-category-slider--body #category-slider .slick-dots li {
	width: 11px;
	line-height: 11px;
	margin: 0 10px;
}
.block-top-body--body #top-slider .slick-dots button,
.block-category-slider--body #category-slider .slick-dots button {
	width: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	display: block;
	background-color: #DCDCDC;
	border-radius: 11px;
	cursor: pointer;
}
.block-top-body--body #top-slider .slick-dots li.slick-active button,
.block-category-slider--body #category-slider .slick-dots li.slick-active button {
	background-color: #CBA153;
}

/* ----トップページ予備テンプレート2---- */

.block-top-free2--header,
.block-category-banner--header {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.46;
	text-align: left;
	margin: 35px 0 15px;
}
.block-top-free2--header span,
.block-category-banner--header span {
	color: #CBA153;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Overpass';
	line-height: 1.307;
	display: block;
	padding-top: 1px;
}

.block-top-free2--body,
.block-category-banner--body {
  margin: 47px 0 50px;
}

.block-top-free2--items,
.block-category-banner--items {
	display: flex;
	flex-wrap: wrap;
}

.block-top-free2--items li,
.block-category-banner--items li {
	width: 298px;
	margin: 0 28px 28px 0;
}
.block-top-free2--items li:nth-child(3n),
.block-category-banner--items li:nth-child(3n) {
	margin-right: 0;
}
.block-top-free2--items li a,
.block-category-banner--items li a {
	display: block;
	text-align: center;
}

.block-top-free2--items > li {
  width: 535px;
  height: auto;
}

.block-top-free2--items > li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

/* ----ヘッダー---- */
.pane-header--wrap.js-fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #DCDCDC;
}
.pane-header--wrap.js-fixed .block-header-site-display {
	display: none;
}
.block-header-mall-information {
	font-size: 14px;
	line-height: 1.428;
	text-align: center;
	width: 100%;
	padding: 11px 0;
	margin: 0;
	background-color: #FFEFEF;
}
.block-header-mall-information a {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
}
.block-header-mall-information a:hover {
	text-decoration: underline;
}
.block-header-site-display {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 5px;
}
.block-header-site-display--read {
	margin-left: 24px;
}
.block-header-site-display--read a {
	font-size: 14px;
	line-height: 1.4285;
	display: block;
}
.block-header-site-display--language {
	margin-left: 24px;
}
.block-header-site-display--language a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4285;
	display: block;
}
.block-header-site-display--font-size {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 30px;
}
.block-header-site-display--font-size dt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.428;
	margin-right: 9px;
}
.block-header-site-display--font-size dd {
	margin-left: 6px;
}
.block-header-site-display--font-size dd span,
.block-header-site-display--font-size dd a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.0;
	width: 31px;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}
.block-header-site-display--font-size dd span {
	background-color: #CBA153;
}
.block-header-site-display--font-size dd a {
	text-decoration: none;
	background-color: #C8C8C8;
}

.block-header-logo {
	width: 290px;
	margin-right: 10px;
}
.block-header-logo a {
	color: #666666;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.block-header-logo img.block-header-logo--img {
	max-height: 69px;
}
.block-header-logo span {
	font-weight: 400;
	line-height: 1.5;
	margin-left: 10px;
}
.block-header-logo span strong {
	line-height: 1.5;
	font-weight: bold;
	display: block;
}

.block-headernav {
  width: 406px;
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.block-headernav--item-list li {
  position: relative;
}

.block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  z-index: 1;
}

.block-headernav--item-list li a {
	color: #666666;
	font-size: 13px;
	line-height: 1.46;
	text-align: center;
	text-decoration: none;
	padding: 0 0 7px;
	display: block;
}

.block-headernav--item-list li a:hover {
  text-decoration: none;
}

.block-headernav--cart-count {
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-family: 'Overpass';
	background-color: #FF1A1A;
	color: #fff;
	border-radius: 10px;
	top: 0;
	right: 15px;
	z-index: 2;
}
.block-icon-image--center {
	line-height: 1.0;
}
.block-icon-image--center-inline-block {
	display: block;
}
.block-icon-image {
	width: 100%;
	padding-top: 43px;
	background-repeat: no-repeat;
}
.block-icon-image--columns {
	width: 118px;
	background-image: url("../../img/usr/common/ico_guide.png");
	background-position: center 9px;
	background-size: 24px 24px;
}
.block-icon-image--mypage {
	width: 104px;
	background-image: url("../../img/usr/common/ico_mypage.png");
	background-position: center 10px;
	background-size: 18px auto;
}
.block-icon-image--bookmark {
	width: 104px;
	background-image: url("../../img/usr/common/ico_bookmark.png");
	background-position: center 13px;
	background-size: 20px auto;
}
.block-icon-image--shopping-cart {
	width: 80px;
	background-image: url("../../img/usr/common/ico_cart.png");
	background-position: center 9px;
	background-size: 25px auto;
}

.block-headerpoint {
	width: 145px;
	margin-left: auto;
}
.block-headerpoint--txt {
	font-size: 13px;
	line-height: 1.46;
	text-align: right;
	margin: 0 0 3px;
}
.block-headerpoint--point {
	text-align: right;
}
.block-headerpoint--point span {
	font-size: 26px;
	font-family: 'Overpass';
	font-weight: 700;
	line-height: 1.23;
	position: relative;
	display: inline-block;
	padding-left: 35px;
}
.block-headerpoint--point span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px;
	height: 24px;
	background-image: url("../../img/usr/common/ico_point.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.block-headerpoint small {
	color: #FF1A1A;
	font-size: 10px;
	text-align: right;
	transform: scale(0.9);
	transform-origin: 0 0;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: -0.01em;
	display: block;
	width: 110%;
}
/* ----ヘッダー検索---- */

.block-global-search {
	width: 335px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 10px;
}


.block-global-search--keyword {
  width: 280px;
}

.block-global-search form {
	display: block;
	position: relative;
}
input.block-global-search--keyword {
	width: 266px;
	height: 44px;
	padding: 0 45px 0 25px;
	border: 1px solid #DCDCDC;
	background-color: #F5F5F5;
	border-radius: 22px;
}
input.block-global-search--keyword:hover {
}
input.block-global-search--keyword::placeholder {
	color: #969696;
	font-size: 14px;
	font-weight: 400;
}
button.block-global-search--submit {
	width: 45px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	display: block;
}
.block-icon-image--search {
	width: 45px;
	height: 44px;
	display: block;
	margin: 0;
	padding: 0;
	background-image: url("../../img/usr/common/ico_search.png");
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 19px 19px;
}
.block-global-search--searchdetail {
  margin-left: 10px;
}
.block-global-search--search-detail-link {
	font-size: 14px;
	line-height: 1.42;
}
.block-global-search--search-detail-link:hover {
  text-decoration: none;
}

/* ----グローバルナビ---- */

.block-icon-image--sign-out {
	width: 104px;
	background-image: url("../../img/usr/common/logout_pc.png");
	background-position: center 10px;
	background-size: 18px auto;
}

.block-globalnav--item-list {
	display: flex;
	width: 100%;
	border-top: 1px solid #DCDCDC;
}

.block-globalnav--item-list > div {
  display: block;
  width: 20%;
  vertical-align: middle;
}

.block-globalnav--item-list > div > a {
	color: #666666;
	font-size: 15px;
	line-height: 1.466;
	text-decoration: none;
	width: 100%;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-globalnav--item-list > div:hover > .block-globalnav--item-link {
  opacity: 0.7;
}

.block-globalnav--item-list > div > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  border-left: 1px solid #666;
  top: 10px;
  left: 0;
}

.block-globalnav--item-list > div:last-child > a:before {
  border-right: 1px solid #666;
}

.block-globalnav--item-list > div > a .fa-chevron-down {
  position: absolute;
  font-size: 12px;
  right: 12px;
}

.block-globalnav--item-list > div > a.active {
  transition: color 0.2s linear 0;
  color: #6fb4c3;
  text-decoration: none;
}

.block-globalnav--item-list > div > a.active .fa-chevron-down {
  color: #fff;
  transform: rotate(180deg);
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-small {
  padding-right: 30px;
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-double-small {
  position: relative;
  left: 50px;
  width: 30px;
}

.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 > div {
  display: flex;
  align-items: center;
}

.block-globalnav-menu--freespace div li img {
  vertical-align: middle;
}
.block-header-shop-information {
	font-size: 14px;
	line-height: 1.428;
	text-align: center;
	width: 100%;
	padding: 11px 0;
	margin: 0 0 10px;
	background-color: #FFF9EF;
}
.block-header-shop-information a {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428;
	text-decoration: none;
	text-align: center;
	display: block;
}
.block-header-shop-information a:hover {
	text-decoration: underline;
}
/* ----フッター---- */
.pane-footer {
  position: relative;
}
footer .container {
}

.block-footernav {
  margin-bottom: 20px;
  text-align: center;
}
.block-footernav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-footernav li {
}

.block-footernav li a {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4285;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
.block-footernav li a:hover {
	text-decoration: underline;
}

/* ----ページトップに戻る---- */

.block-page-top a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;;
	font-family: 'Overpass';
	text-align: center;
	line-height: 1.0;
	text-decoration: none;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 25px;
	background-color: #CBA153;
	border-radius: 10px;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 12px;
  margin-left: -5px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 30px;
  display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
	display: none;
}

.block-switcher-container {
  float: left;
  padding: 0 0 10px 10px;
  width: 50%;
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #444;
  color: #fff;
}
.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}
.block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
  background-size: 10px auto;
}

/* ----Copyright---- */

.block-copyright {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
}

/* ----ブランド画面---- */

.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-genre-page--sub { 
	display: none;
}

/* ----商品詳細画面---- */
.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
	max-height: 600px;
}
.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport .block-goods-detail-line-item a {
	display: block;
	line-height: 1.0;
}
.block-goods-detail--color-variation-goods-thumbnail-form {
	margin-top: 20px;
}
.block-goods-gallery li {
	width: 112px;
	margin: 0 10px 0 0;
}
.block-goods-gallery .js-goods-detail-gallery-slider.js-noslider li:nth-child(5n) {
	margin-right: 0;
}
.block-goods-gallery li a {
	display: block;
}
.block-goods-gallery li figure {
	width: 112px;
	height: 112px;
}
.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
	display: none;
}
.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail--color-variation-goods-thumbnail-form .bx-viewport {
	max-height: 112px;
}

.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name { display: none;}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail--color-variation-goods-thumbnail-form .bx-viewport { max-height: 112px;}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev,
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next {
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 44px;
	background: #CBA153;
	font-size: 0;
	top: calc(50% - 22px);
	z-index: 10;
	cursor: pointer;
	transition: 0.3s;
}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev::after,
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next::after {
	content: '';
	width: 10px;
	height: 10px;
	border-left: #FFF 2px solid;
	border-top: #FFF 2px solid;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 3px);
}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev { left: -22px;}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next { right: -22px;}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev::after { transform: rotate(-45deg);}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next::after { transform: rotate(135deg); left: calc(50% - 7px);}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev:hover,
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next:hover { opacity: 0.7;}
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-prev.disabled,
.page-goods .block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .bx-controls-direction .bx-next.disabled { display: none;}

.block-goods-detail .block-icon {
	line-height: 1.0;
	margin: 0 0 20px;
	width: 100%;
}
.block-goods-comment {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 25px;
	width: 100%;
}
.block-goods-category {
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 5px;
	width: 100%;
}
.block-goods-category a {
	color: #CBA153;
	font-weight: 400;
	line-height: 1.5;
}
.block-goods-name {
	width: 100%;
}
.block-goods-name--text {
	font-size: 24px;
	line-height: 1.66;
	margin: 0 0 32px;
}
.block-goods-price {
	margin: 32px 0 2px;
	width: 100%;
}
.block-goods-price--price {
	color: #CBA153;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.325;
	text-align: right;
}
.block-goods-price--price .pricefont {
	font-size: 16px;
	font-weight: 500;
}
.goods-detail-description dt,
.goods-detail-description dd {
	font-size: 14px;
	font-weight: 400;
}

.goods-detail-description.block-goods-code {
	display: flex;
	justify-content: flex-end;
}
.goods-detail-description.block-goods-code dt,
.goods-detail-description.block-goods-code dd {
	width: auto;
}

.goods-detail-description.block-goods-stock {
	display: flex;
	justify-content: flex-end;
}
.goods-detail-description.block-goods-stock dt,
.goods-detail-description.block-goods-stock dd {
	width: auto;
}

.block-add-cart {
	width: 300px;
}
.block-add-cart--btn {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	width: 300px;
	height: 55px;
	padding-left: 70px;
	background-color: #CBA153;
	border: 1px solid #CBA153;
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin-bottom: 10px
}
.block-add-cart--btn::before {
	content: "";
	width: 25px;
	height: 26px;
	margin-right: 10px;
	background-image: url("../../img/usr/common/ico_cart_w.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}
.block-no-stock {
	width: 300px;
}
.block-goods-favorite {
	width: 230px;
	margin-left: auto;
}
.block-goods-favorite--btn,
.block-goods-favorite-registed--btn {
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	background-image: url("../../img/usr/common/ico_bookmark.png");
	background-position: 38px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border-radius: 4px;
	display: flex;
	align-items: center;
	width: 230px;
	height: 55px;
	padding-left: 75px;
}
.block-goods-favorite-registed--btn {
	background-image: url("../../img/usr/common/ico_bookmark_on.png");
	background-position: 16px center;
	padding-left: 54px;
}
.block-contact-about-goods--btn {
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 55px;
}
.block-goods-comment1,
.block-goods-comment2 {
	margin: 60px 0 0;
	width: 100%;
}
.block-goods-comment1 dt,
.block-goods-comment2 dt {
	margin: 0 0 17px;
}
.block-goods-comment1 dt h3,
.block-goods-comment2 dt h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.444;
	margin: 0;
}
.block-goods-comment1 dd,
.block-goods-comment2 dd {
	font-weight: 400;
}

.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5,
.block-rules-comment {
	font-weight: 400;
	margin: 60px 0 0;
	width: 100%;
}


.block-goods-footer-cart {
	display: none;
}
/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: row wrap;
}

.block-goods-sns {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.block-goods-comment {
  order: 30;
}
.block-goods-category {
	order: 40;
}
.block-goods-name {
  /*order: 40;*/
  order: 50;
}

.block-goods-price {
  order: 60;
}

.block-goods-code {
  order: 70;
}

.block-goods-item-code {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-variation {
  order: 230;
}

.block-custom-order {
  order: 240;
}

.block-add-cart {
  order: 250;
}

.block-no-stock {
  order: 260;
}

.block-outside-sales-period {
  order: 260;
}

.block-arrival-notice {
  order: 270;
}

.block-goods-store-stock {
  order: 280;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 320;
}

.block-goods-favorite {
  order: 330;
}

.block-goods-link {
  order: 340;
  width: 100%;
}
.block-goods-comment1 {
	order: 400;
}
.block-goods-comment2 {
	order: 410;
}
.block-goods-comment3 {
	order: 420;
}
.block-goods-comment4 {
	order: 430;
}
.block-rules-comment {
	order: 440;
}
/* ----ゲストお気に入り画面---- */
.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-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}
/* ----最近見た商品---- */
#cart_itemhistory {
	margin-top: 60px;
}
.block-recent-item {
  width: 950px;
}
.block-recent-item--header,
.block-cart-recent-item--header {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.46;
	text-align: left;
	margin: 0 0 20px;
	padding: 60px 0 0;
	border-top: 1px solid #DCDCDC;
}
.block-recent-item--header span,
.block-cart-recent-item--header span {
	color: #CBA153;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Overpass';
	line-height: 1.307;
	display: block;
	padding-top: 1px;
}
.block-recent-item--items {
	width: 100%;
}
.block-thumbnail-h {
}
.block-thumbnail-h .slick-list.draggable {

}
.block-thumbnail-h li {
	width: 128px;
	margin: 0 0 0 35px;
	padding: 0;
}
.block-thumbnail-h li a {
	display: block;
}
.block-thumbnail-h--goods-image figure {
	width: 128px;
	height: 128px;
	background-color: inherit;
}
.block-thumbnail-h--goods-description {
	margin-top: 4px;
}
.block-thumbnail-h--goods .price {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.77;
}
.block-thumbnail-h--goods .pricefont {
	font-size: 12px;
}

.block-recent-item--keep-history {
	display: none;
}
.block-thumbnail-h .slick-prev {
	left: -1px;
}
.block-thumbnail-h .slick-next {
	right: -4px;
}

/* ----トピック---- */
.block-top-topic--header,
.block-top-common--header {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.46;
	text-align: left;
	margin: 28px 0 17px;
	padding: 36px 0 0;
	border-top: 1px solid #DCDCDC;
}
.block-top-topic--header span,
.block-top-common--header span {
	color: #CBA153;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Overpass';
	line-height: 1.307;
	display: block;
	padding-top: 1px;
}
.block-top-topic--body {
	margin: 0 0 50px;
}
.block-top-topic--items li,
.block-topic-details--items li {
	border: 0;
	margin: 0 0 15px;
	padding: 0;
	background-color: #F5F5F5;
	border-radius: 6px;
}
.block-top-topic--items li a,
.block-topic-details--items li a {
	color: #666666;
	display: block;
	text-decoration: none;
	position: relative;
}
.block-top-topic--items li a::after,
.block-topic-details--items li a::after {
	content: "続きを読む";
	color: #CBA153;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	position: absolute;
	right: 0;
	top: 19px;
	width: 100px;
}
.block-top-topic--items li a:hover::after,
.block-topic-details--items li a:hover::after {
	text-decoration: underline;
}
.block-top-topic--items dl,
.block-topic-details--items dl {
	display: flex;
	align-items: center;
	padding: 19px 0 17px;
}
.block-top-topic--items dt,
.block-top-topic--items dd,
.block-topic-details--items dt,
.block-topic-details--items dd {
	line-height: 1.5;
}
.block-top-topic--items dt,
.block-topic-details--items dt {
	width: 115px;
	text-align: center;
}
.block-top-topic--items dd,
.block-topic-details--items dd {
	font-weight: 400;
	padding-right: 110px;
	flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1; /*行数*/
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-icon-image--flex-cell-margin,
.block-topic-details--icon,
.block-top-topic--next-page {
	display: none;
}


/* ----トップページイベント表示---- */
.block-top-event--header {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.46;
	text-align: left;
	margin: 55px 0 15px;
	padding: 50px 0 0;
	border-top: 1px solid #DCDCDC;
}
.block-top-event--header span {
	color: #CBA153;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Overpass';
	line-height: 1.307;
	display: block;
	padding-top: 1px;
}
.block-top-event--header a {
	color: #666666;
	text-decoration: none;
	display: block;
}


/* ----ランキング---- */
.block-ranking-r {
	width: 950px;
}
.block-ranking-r--items {
	width: 970px;
}
.block-ranking-r li {

}
.block-ranking-r--goods {
	flex-basis: 174px;
	width: 174px;
	margin: 0 20px 0 0;
}
.block-ranking-r--goods a {
	display: block;
	text-decoration: none;
}
.block-ranking-r--goods-image {
	padding-top: 39px;
}
.block-ranking-r--goods-image figure {
	width: 174px;
	height: 174px;
	background-color: inherit;
}
.block-ranking-r--goods-image .block-ranking-r--rank {
	color: #FFFFFF;
	font-size: 19px;
	font-family: 'Overpass';
	font-weight: 700;
	line-height: 34px;
	width: 31px;
	height: 31px;
	left: 0;
	top: 0;
	align-items: stretch;
	background-color: #666666;
}
.block-ranking-r--goods-description {
	margin-top: 8px;
	line-height: 1.0;
}
.block-ranking-r--goods .price {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
}
.block-ranking-r--goods .pricefont {
	font-size: 15px;
	font-weight: 500;
}
.block-ranking-r--rank.block-ranking-r--rank-1 {
	background-color: #CBA153;
}
.block-ranking-r--rank.block-ranking-r--rank-2 {
	background-color: #969696;
}
.block-ranking-r--rank.block-ranking-r--rank-3 {
	background-color: #886627;
}
/* ----アイコン---- */
.block-icon {
	letter-spacing: -5px;
}
.block-icon > span {
	display: inline-block;
	letter-spacing: 0;
	line-height: 1.0;
}
.block-icon img {
	height: 24px;
	width: auto;
}

.block-goods-detail .block-icon img {
	height: 50px;
	width: auto;
}

/* ----ピックアップ---- */
.block-pickup-list-p li {
	margin-bottom: 28px;
}
.block-pickup-list-p--item-body {
	width: 298px;
	margin: 0 28px 0 0;
	display: block;
	position: relative;
}
.block-pickup-list-p--item-body:nth-child(3n) {
	margin-right: 0;
}
.block-pickup-list-p--image {
	width: 298px;
}
.block-pickup-list-p--image a {
	text-decoration: none;
	display: block;
}
.block-pickup-list-p--image figure {
	width: 298px;
	height: 298px;
	background-color: #ffffff;
}
.block-pickup-list-p--item-description {
	width: 298px;
	margin: 21px 0 0;
	padding: 0;
}
.block-pickup-list-p--item-description .block-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.block-pickup-list-p--goods-name {
	line-height: 1.5;
}
.block-pickup-list-p--goods-name a {
	color: #666666;
	text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-pickup-list-p .price {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
}
.block-pickup-list-p .pricefont {
	font-size: 13px;
	font-weight: 400;
}
/* ----サムネイル---- */
.block-thumbnail-t li {
	margin-bottom: 28px;
}
.block-thumbnail-t--goods {
	width: 298px;
	margin: 0 28px 0 0;
	display: block;
	position: relative;
}
.block-thumbnail-t--goods:nth-child(3n) {
	margin-right: 0;
}
.block-thumbnail-t--goods-image {
	width: 298px;
}
.block-thumbnail-t--goods-image a {
	text-decoration: none;
	display: block;
}
.block-thumbnail-t--goods-image figure {
	width: 298px;
	height: 298px;
	background-color: #ffffff;
}
.block-thumbnail-t--goods-description {
	width: 298px;
	margin: 21px 0 0;
	padding: 0;
}
.block-thumbnail-t--goods-description .block-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.block-thumbnail-t--goods-name {
	line-height: 1.5;
}
.block-thumbnail-t--goods-name a {
	color: #666666;
	text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-thumbnail-t--goods .price {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
}
.block-thumbnail-t--goods .pricefont {
	font-size: 13px;
	font-weight: 400;
}
/* ----関連商品---- */
.block-goods-detail-j li {
	margin-bottom: 26px;
	flex-wrap: nowrap;
}
.block-goods-detail-j--goods {
	width: 280px;
	margin: 0 26px 0 0;
	display: block;
	position: relative;
}
.block-goods-detail-j--goods:nth-child(4n) {
	margin-right: 0;
}
.block-goods-detail-j--goods-image {
	width: 280px;
}
.block-goods-detail-j--goods-image a {
	text-decoration: none;
	display: block;
}
.block-goods-detail-j--goods-image figure {
	width: 280px;
	height: 280px;
	background-color: #ffffff;
}
.block-goods-detail-j--goods-description {
	margin: 21px 0 0;
	padding: 0;
}
.block-goods-detail-j--goods-description .block-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.block-goods-detail-j--goods-name {
	line-height: 1.5;
}
.block-goods-detail-j--goods-name a {
	color: #666666;
	text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-goods-detail-j--goods .price {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
}
.block-goods-detail-j--goods .pricepricefont {
	font-size: 13px;
	font-weight: 400;
}

.block-cart-i li {
	margin-bottom: 26px;
	flex-wrap: nowrap;
}
.block-cart-i--goods {
	width: 280px;
	margin: 0 26px 0 0;
	display: block;
	position: relative;
}
.block-cart-i--goods:nth-child(4n) {
	margin-right: 0;
}
.block-cart-i--goods-image {
	width: 280px;
}
.block-cart-i--goods-image a {
	text-decoration: none;
	display: block;
}
.block-cart-i--goods-image figure {
	width: 280px;
	height: 280px;
	background-color: #ffffff;
}
.block-cart-i--goods-description {
	margin: 21px 0 0;
	padding: 0;
}
.block-cart-i--goods-description .block-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.block-cart-i--goods-name {
	line-height: 1.5;
}
.block-cart-i--goods-name a {
	color: #666666;
	text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-cart-i--goods .price {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.33;
}
.block-cart-i--goods .pricefont {
	font-size: 13px;
	font-weight: 400;
}
/* ----左メニューブロック共通---- */

.pane-left-menu .pane-block--title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	border: 0;
	padding: 0 0 0 33px;
	margin: 0 0 8px;
	background-image: url("../../img/usr/common/ico_left_title_deco.png");
	background-position: left 5px;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
.pane-left-menu .pane-block--title a {
	color: #666666;
	text-decoration: none;
	display: block;
}
.pane-block--title {

}

/* ----絞り込み---- */
.pane-left-menu .pane-block--subtitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin: 8px 0 14px;
	padding: 20px 0 0;
	border: 0;
	border-top: 1px solid #DCDCDC;
}
.block-filter--imagelist,
.block-filter--treelist {
	margin-bottom: 25px;
}
.block-filter--imagelist-inner-accordion {
	letter-spacing: -5px;
}
.block-filter--image {
	margin: 0 7px 7px 0;
	letter-spacing: 0;
}
.block-filter--image:nth-child(5n) {
	margin-right: 0;
}
.block-filter--image a {
	display: block;
}
.block-filter--image .block-filter--image-src {
	width: 36px;
	height: 36px;
	border-radius: 3px;
}
.block-filter--image .block-filter--image-src.block-filter-checkmark {
	width: 15px;
	height: 15px;
	border-radius: 0;
	top: 50%;
}

.block-filter--treeitem {
	border: 0;
	/*margin: 0 0 12px;*/
	margin: 0;
}
.block-filter--treeitem-container {
	display: block;
}
.block-filter--treeitem-name {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.142;
	text-decoration: none;
	display: block;
	padding: 0;
	height: auto;
}
.block-filter--treelist-inner-accordion {
	border-bottom: 1px solid #DCDCDC;
}

.block-filter--treelist .block-filter--treeitem {
	border-top: 1px solid #DCDCDC;
	position: relative;
}
.block-filter--treelist .block-filter--treeitem a {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	padding: 4px 0;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.block-filter--treelist .block-filter--treeitem a .block-filter--treeitem-selected {
	color: #666666;
	font-weight: bold;
}
.block-filter--treelist .block-filter--treeitem.js-filter--tree-acc > .block-filter--treeitem-container {
	width: 180px;
}
.block-filter--treelist .block-filter--treeitem.js-filter--tree-acc > span.js-accordion {
	width: 30px;
	height: 43px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.block-filter--treelist .block-filter--treeitem.js-filter--tree-acc > span.js-accordion span {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-color: #CBA153;
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 0;
}
.block-filter--treelist .block-filter--treeitem.js-filter--tree-acc > span.js-accordion span::before,
.block-filter--treelist .block-filter--treeitem.js-filter--tree-acc > span.js-accordion span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	margin-left: -5px;
	transition: all .3s;
	background-color: #FFFFFF;
}
.block-filter--treelist .block-filter--treeitem.js-filter--tree-acc > span.js-accordion span::after {
	transform: rotate(-90deg);
}
.block-filter--treelist .block-filter--treeitem.js-filter--tree-acc > span.js-accordion.is-close span::after {
	transform: rotate(0);
}



.block-filter--treelist .block-filter--tree-2 {
}
.block-filter--treelist .block-filter--tree-2 li a {
	min-height: 49px;
}
.block-filter--treelist .block-filter--tree-2 .js-filter--tree-acc > span.js-accordion {
	height: 49px;
}
.block-filter--treelist .block-filter--tree-2 .js-filter--tree-acc > span.js-accordion span {
	top: 13px;
}
.block-filter--treelist .block-filter--tree-3 {
	display: none;
}
.block-filter--treelist .block-filter--tree-3 .js-filter--tree-acc > span.js-accordion {
	height: 43px;
}
.block-filter--treelist .block-filter--tree-3 .js-filter--tree-acc > span.js-accordion span {
	top: 10px;
}
.block-filter--treelist .block-filter--tree-3 li {
	text-indent: 30px;
}
.block-filter--treelist .block-filter--tree-3 li a {
	min-height: 43px;
}
.block-filter--treelist .block-filter--tree-4 {
	display: none;
	padding: 7px 0 11px;
	border-top: 1px solid #DCDCDC;
}
.block-filter--treelist .block-filter--tree-4 li {
	text-indent: 58px;
	border: 0;
}
.block-filter--treelist .block-filter--tree-4 li a {
	min-height: 28px;
}


/*.block-filter--treeitem-name span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 28px;
}
.block-filter--treeitem-name span::before,
.block-filter--treeitem-name span::after {
	content: "";
	position: absolute;
}
.block-filter--treeitem-name span::before {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #DCDCDC;
	background-color: #F5F5F5;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.block-filter--treeitem-name span.block-filter--treeitem-selected {
	color: #666666;	
}
.block-filter--treeitem-name span.block-filter--treeitem-selected::before {
	border: 1px solid #666666;
	background-color: #666666;
}
.block-filter--treeitem-name span.block-filter--treeitem-selected::after {
	width: 10px;
	height: 6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	left: 3px;
	top: 3px;
	transform: rotate(-55deg);
}*/



.block-filter-option-items {
	line-height: 1.0;
	margin: 0 0 12px;
}
.block-filter-option-items label {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.142;
	display: inline-block;
	margin: 0;
}
.block-filter-option-items input[type="checkbox"] {
	display: none;
}
.block-filter-option-items input[type="checkbox"] + label {
	position: relative;
	padding: 0 0 0 28px;
}
.block-filter-option-items input[type="checkbox"] + label::before,
.block-filter-option-items input[type="checkbox"] + label::after {
	content: "";
	position: absolute;
}
.block-filter-option-items input[type="checkbox"] + label::before {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #DCDCDC;
	background-color: #F5F5F5;
	left: 0;
	top: 10px;
	margin-top: -8px;
	position: absolute;
}
.block-filter-option-items input[type="checkbox"]:checked + label::before {
	border: 1px solid #666666;
	background-color: #666666;
}
.block-filter-option-items input[type="checkbox"]:checked + label::after {
	width: 10px;
	height: 6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	left: 3px;
	top: 5px;
	transform: rotate(-55deg);
}
.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--btn {
	margin: 30px 0 0;
}
.block-filter--btn-clear {
	color: #CBA153;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.466;
	border: 1px solid #CBA153;
	background-color: #FFFFFF;
	border-radius: 20px;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.block-filter--treeitem-container {
	/*margin: 0 0 12px;*/
}

/* ----カテゴリーツリー---- */
.block-category-tree {
	margin: 30px 0;
}
.block-category-tree > .js-accordion {
	display: none;
}
.block-category-tree--items {
}
.block-category-tree--items .block-category-tree--item,
.block-category-tree--items .block-category-tree--item__open {
	position: relative;
}
.block-category-tree--items li a {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	padding: 4px 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: auto;
	min-height: 28px;
}
.block-category-tree--items li a:hover {
	text-decoration: underline;
}
.block-category-tree--items li a.js-accordion-link {
	padding-right: 30px;
}
.block-category-tree--items li .js-accordion {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-color: #CBA153;
	position: absolute;
	right: 0;
	top: 14px;
	cursor: pointer;
}
.block-category-tree--items li .js-accordion span {
	display: none;
}
.block-category-tree--items li .js-accordion::before,
.block-category-tree--items li .js-accordion::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	margin-left: -5px;
	transition: all .3s;
	background-color: #FFFFFF;
}
.block-category-tree--items li .js-accordion::after {
	transform: rotate(-90deg);
}
.block-category-tree--items li .js-accordion.is-close::after {
	transform: rotate(0);
}
.block-category-tree--items .block-category-tree--item__open > a {
	color: #CBA153;
	font-weight: 500;
	text-decoration: underline;
}
.block-category-tree--items .block-category-tree--item__open > a:hover {
	text-decoration: none;
}
.block-category-tree--level-2 {
}
.block-category-tree--level-2 > li {
	text-indent: 0;
	border-top: 1px solid #DCDCDC;
}
.block-category-tree--level-2 li a {
	min-height: 49px;
}
.block-category-tree--level-3 > li {
	text-indent: 30px;
	border-top: 1px solid #DCDCDC;
}
.block-category-tree--level-3 li a {
	min-height: 43px;
}
.block-category-tree--level-3 li .js-accordion {
	top: 10px;
}
.block-category-tree--level-4 {
	padding: 7px 0 11px;
	border-top: 1px solid #DCDCDC;
}
.block-category-tree--level-4 > li {
	text-indent: 58px;
	border: 0;
}
.block-category-tree--level-4 li a {
	min-height: 28px;
}
.block-category-tree--level-4 li .js-accordion {
	top: 3px;
}
/*.block-category-tree--level-4 {
	padding: 7px 0 11px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.block-category-tree--level-4 > li {
	text-indent: 86px;
	border: 0;
}
.block-category-tree--level-4 li a {
	min-height: 28px;
}*/


.block-category-tree--level-3,
.block-category-tree--level-4 {
	display: none;
}
.block-category-tree--item__open > .block-category-tree--items {
	display: block;
}

/* ----ジャンルツリー---- */
.block-genre-tree {
	margin: 30px 0;
}
.block-genre-tree--items {
}
.block-genre-tree--items .block-genre-tree--item,
.block-genre-tree--items .block-genre-tree--item__open {
	position: relative;
}
.block-genre-tree--items li a {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42;
	padding: 4px 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: auto;
	min-height: 28px;
}
.block-genre-tree--items li a:hover {
	text-decoration: underline;
}
.block-genre-tree--items li a.js-accordion-link {
	padding-right: 30px;
}
.block-genre-tree--items li .js-accordion {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background-color: #CBA153;
	position: absolute;
	right: 0;
	top: 14px;
	cursor: pointer;
}
.block-genre-tree--items li .js-accordion span {
	display: none;
}
.block-genre-tree--items li .js-accordion::before,
.block-genre-tree--items li .js-accordion::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	margin-left: -5px;
	transition: all .3s;
	background-color: #FFFFFF;
}
.block-genre-tree--items li .js-accordion::after {
	transform: rotate(-90deg);
}
.block-genre-tree--items li .js-accordion.is-close::after {
	transform: rotate(0);
}
.block-genre-tree--items .block-genre-tree--item__open > a {
	color: #CBA153;
	font-weight: 500;
	text-decoration: underline;
}
.block-genre-tree--items .block-genre-tree--item__open > a:hover {
	text-decoration: none;
}
.block-genre-tree--level2 {
}
.block-genre-tree--level2 > li {
	text-indent: 0;
	border-top: 1px solid #DCDCDC;
}
.block-genre-tree--level2 li a {
	min-height: 49px;
}
.block-genre-tree--level3 > li {
	text-indent: 30px;
	border-top: 1px solid #DCDCDC;
}
.block-genre-tree--level3 li a {
	min-height: 43px;
}
.block-genre-tree--level3 li .js-accordion {
	top: 10px;
}
.block-genre-tree--level4 {
	padding: 7px 0 11px;
	border-top: 1px solid #DCDCDC;
}
.block-genre-tree--level4 > li {
	text-indent: 58px;
	border: 0;
}
.block-genre-tree--level4 li a {
	min-height: 28px;
}
.block-genre-tree--level4 li .js-accordion {
	top: 3px;
}
/*.block-genre-tree--level4 {
	padding: 7px 0 11px;
	margin: 5px 0;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.block-genre-tree--level4 > li {
	text-indent: 86px;
	border: 0;
}
.block-genre-tree--level4 li a {
	min-height: 28px;
}*/

.block-genre-tree--level3,
.block-genre-tree--level4 {
	display: none;
}
.block-genre-tree--item__open > .block-genre-tree--items {
	display: block;
}

/* ---- 表示方法 ---- */
.block-goods-list--sort-order-items {
	font-size: 16px;
	margin: 0;
	display: flex;
	align-items: center;
}
.block-goods-list--sort-order-items dt,
.block-goods-list--sort-order-items dd {
	display: block;
	line-height: 1.0;
	margin: 0;
}
.block-goods-list--sort-order-items dt {
	font-weight: 400;
	line-height: 2.1875;
	width: 80px;
}
.block-goods-list--sort-order-items dd {
	position: relative;
}
.block-goods-list--sort-order-items dd::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 13px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #CBA153;
	border-bottom: 2px solid #CBA153;
	transform: rotate(45deg);
}
.block-goods-list--sort-order-items dd select {
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	padding: 8px 20px 7px 10px;
	width: 185px;
}
/* ---- 一覧　タイトルとソートを横並びにする ---- */
.block-goods-list--sort-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.block-goods-list--sort-wrap .block-category-list--header,
.block-goods-list--sort-wrap .block-genre-page--header,
.block-goods-list--sort-wrap .block-event-page--header {
	width: 665px;
}
.block-goods-list--sort-wrap .block-goods-list--sort-order-items {
	padding-top: 5px;
	margin-left: auto;
}
/* ---- 関連商品タイトル ---- */
.block-accessory-list {
	
}
.block-accessory-list--name {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.46;
	text-align: left;
	margin: 55px 0 15px;
	padding: 50px 0 0;
	border-top: 1px solid #DCDCDC;
}
.block-accessory-list--name span {
	color: #CBA153;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Overpass';
	line-height: 1.307;
	display: block;
	padding-top: 1px;
}

/* ---- 会員登録 ---- */
.block-quick-member-info--value-label,
.block-member-info--value-label {
	font-size: 14px;
}
.form-group.block-member-info--mail #mail,
.form-group.block-member-info--cmail #cmail,
.form-group.block-member-info--addr #addr,
.form-group.block-member-info--addr2 #addr2,
.form-group.block-member-info--addr3 #addr3,
.form-group.block-member-info--comp #comp,
.form-group.block-member-info--dept #dept,
.form-group.block-member-info--promotion-code input[name="promotion_code"],
.form-group.block-member-info--uid #uid {
	width: 100%;
}
/* ----アドレス帳の新規登録・変更---- */
.block-shipping-address--value-label {
	font-size: 14px;
}
.form-group.block-shipping-address--addr #addr,
.form-group.block-shipping-address--addr2 #addr2,
.form-group.block-shipping-address--addr3 input[name="addr3"],
.form-group.block-shipping-address--comp input[name="comp"],
.form-group.block-shipping-address--dept input[name="dept"] {
	width: 100%;
}
/* ----購入履歴詳細---- */
.block-purchase-history-detail--order-detail-items td,
.block-purchase-history-detail--order-detail-items td > div {
	word-break: break-all;
	word-wrap: break-word;
}
.block-purchase-history-detail--order-detail-items td:nth-child(1) {
	width: 150px;
}
.block-purchase-history-detail--order-detail-items td:nth-child(3) {
	width: 60px;
	text-align: center;
}
.block-purchase-history-detail--order-detail-items td:nth-child(4) {
	width: 150px;
	text-align: right;
}
.block-purchase-history-detail--payment-info-items th,
.block-purchase-history-detail--payment-info-items td,
.block-purchase-history-detail--shipping-info-items th,
.block-purchase-history-detail--shipping-info-items td {
	width: 50%;
}
.block-purchase-history-detail--receipt-items #receipt_address,
.block-purchase-history-detail--receipt-items #receipt_proviso {
	width: 300px;
}
/* ----パスワードの変更---- */
.form-group.block-member-password--update-old-id #oldid {
	width: 100%;
}
/* ----メールアドレス変更---- */
.form-group.block-mail-address--update-olduid input[name="olduid"],
.form-group.block-mail-address--update-newmail1 #newmail1,
.form-group.block-mail-address--update-newmail2 #newmail2 {
	width: 100%;
}

/* ----お気に入り---- */
.block-favorite--form li,
.block-favorite--form li:first-child {
	border: 0;
	padding: 0;
}
.block-favorite--form .block-favorite--items li {
	padding: 20px;
	border-bottom: 1px solid #DCDCDC;
}
.block-favorite--form .block-favorite--items li:first-child {
	border-top: 1px solid #DCDCDC;
}

/* ----購入フロー---- */
.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
	line-height: 1.0;
}
.block-order-method--coupon-content input[name="coupon"] {
	width: 400px;
}
.block-order-method--sales-append-content {
	border: 0;
}
.block-order-estimate--total-tax {
	display: none;
}
.price.block-order-estimate--total-price .pricefont {
	font-size: 11px;
}
.block-order-estimate--uid-textbox #uid,
.block-order-estimate--pwd-textbox #pwd {
	width: 100%;
}

/* ----カート---- */
.block-cart--goods-list-image {
	background-color: #FFFFFF;
}

/* ----マイページ---- */
.block-mypage--customer-status {
	color: #666666;
	padding: 10px 40px;
	margin: 0 0 60px;
	height: 140px;
	background-color: #F4F4F4;
	border-radius: 10px;
}
.block-mypage--sign {
	width: 570px;
	flex-grow: inherit;
	text-align: left;
	border: 0;
}
.block-mypage--mypoint {
	flex-grow: inherit;
	padding: 0;
	margin-left: auto;
	width: 365px;
}
.block-mypage--mypoint dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFFFFF;
	border-radius: 10px;
	height: 42px;
}
.block-mypage--mypoint dl dt {
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.46;
	padding: 10px 13px;
}
.block-mypage--mypoint dl dd {
	color: #666666;
	font-size: 13px;
	line-height: 1.46;
	padding: 0 15px 0 0;
}
.block-mypage--mypoint dl dd .block-mypage--mypoint-point {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Overpass';
	line-height: 1.35;
	display: inline-block;
	vertical-align: middle;
}
.block-mypage--mypoint-duedate {
	color: #FF1A1A;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4285;
}
.block-mypage--logout {
	width: 138px;
	margin: 0 0 0 30px;
}
.block-mypage--logout a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.0;
	text-decoration: none;
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CBA153;
	border-radius: 4px;
	transition: all .3s;
}
.block-mypage--logout a:hover {
	opacity: 0.5;
}
.block-mypage--shopping-info, 
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.46;
	padding: 0;
	margin: 0 0 25px;
	background-color: inherit;
}
.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li,
.block-mypage--linesync-info-items li {
	border: 0;
	margin: 0 0 18px 18px;
	width: 388px;
	max-width: 388px;
}
.block-mypage--shopping-info-items li a,
.block-mypage--member-info-items li a,
.block-mypage--inquiry-info-items li a,
.block-mypage--snssync-info-items li a,
.block-mypage--linesync-info-items li a {
	color: #666666;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	display: flex;
	align-items: center;
	height: 118px;
	padding: 10px 40px;
	position: relative;
	transition: all .3s;
}
.block-mypage--shopping-info-items li a:hover,
.block-mypage--member-info-items li a:hover,
.block-mypage--inquiry-info-items li a:hover,
.block-mypage--snssync-info-items li a:hover,
.block-mypage--linesync-info-items li a:hover {
	opacity: 0.5;
}
.block-mypage--shopping-info-items li a::before,
.block-mypage--member-info-items li a::before,
.block-mypage--inquiry-info-items li a::before,
.block-mypage--snssync-info-items li a::before,
.block-mypage--linesync-info-items li a::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 100%;
	background-color: #CBA153;
	border-radius: 0 10px 10px 0;
}
.block-mypage--shopping-info-items li a::after,
.block-mypage--member-info-items li a::after,
.block-mypage--inquiry-info-items li a::after,
.block-mypage--snssync-info-items li a::after,
.block-mypage--linesync-info-items li a::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(-45deg);
}
.block-icon-image--table-cell-left {
	display: block;
}
.block-icon-image--table-cell-angle-right {
	display: none;
}
.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt,
.block-mypage--linesync-info-items li dt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	border: 0;
}
.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd,
.block-mypage--linesync-info-items li dd {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.46;
	padding: 0;
	margin: 6px 0 0;
}

.block-mypage--member-info,
.block-mypage--inquiry-info {
	border-top: 1px solid #DCDCDC;
	padding-top: 60px;
}
.block-mypage--inquiry-info {
	margin-top: 180px;
}

.block-mypage--member-info-items a.block-mypage--update-address-book {
	text-align: left;
	width: auto;
	height: auto;
	padding: 0 0 0 15px;
	border: 0;
	border-radius: 0;
	margin: 0 0 0 40px;
	background-color: inherit;
}
.block-mypage--member-info-items a.block-mypage--update-address-book::before {
	display: none;
}
.block-mypage--member-info-items a.block-mypage--update-address-book::after {
	border-color: #CBA153;
	left: 0;
	right: auto;
	margin: 0;
	top: 14px;
	width: 7px;
	height: 7px;
}

.block-mypage--withdrawal-link {
	display: none;
}

/* ---- ログイン ---- */
.pane-header.pane-login-header .container {
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding-bottom: 50px;
}
.pane-header--wrap.js-fixed .pane-header.pane-login-header .container {
	flex-direction: row;
}
.pane-header.pane-login-header .block-header-site-display {
	width: 50%;
}

.block-login--body {
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: row-reverse;*/
	/*border: 1px solid #DCDCDC;*/
}
.block-login--body .block-common-alert-list {
	width: 100%;
	order: 11;
}
.block-login--member,
.block-login--first-time {
	width: 600px;
	padding: 83px 57px;
	border: 1px solid #DCDCDC;
}
.block-login--member {
	order: 31;
	/*border-left: 1px solid #DCDCDC;*/
}
.block-login--first-time {
	order: 21;
	border-right: 0;
	background-color: #F4F4F4;
}

.block-login--member-body {
	margin: 0;
	display: block;
	background-color: inherit;
}
.block-login--member-frame {
	display: block;
}

.block-login--first-time-header {
	margin: 0;
}
.block-login--first-time-title,
.block-login--member-frame .common_headline2_area_ {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 16px;
	padding: 0;
	display: block;
}
.block-login--member-frame .common_headline2_area_ span {
	font-size: 24px;
	font-weight: 500;
	display: block;
}
.block-login--first-time-message,
.block-login--member-message {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 2.0;
	margin: 0 0 25px;
}
.block-login--member-message {
	margin-bottom: 57px;
}
.block-login--first-time-body {
	background-color: inherit;
}
.block-login--input-items {
	width: 484px;
	margin: 0 auto;
}
.block-login--input-items.fieldset .form-group {
	border: 0;
	margin-top: 20px;
}
.block-login--input-items.fieldset .form-label {
	width: 129px;
	padding: 0;
	background-color: inherit;
}
.block-login--input-items.fieldset .form-label label {
	font-size: 15px;
	font-weight: 500;
}
.block-login--input-items.fieldset .form-control {
	padding: 0;
}
.block-login--input-items.fieldset .form-control input[type="text"],
.block-login--input-items.fieldset .form-control input[type="password"] {
	width: 100%;
	padding: 10px;
	height: 50px;
	border: 0;
	border-radius: 0;
}
.block-login--member-body .block-login--input-items.fieldset .form-control input[type="text"],
.block-login--member-body .block-login--input-items.fieldset .form-control input[type="password"] {
	background-color: #F2F2F2;
}
.block-login--ask-password {
	text-align: right;
}
.block-login--ask-password a {
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.46;
	text-decoration: none;
}
.block-login--ask-password a span {
	color: #FF6565;
}
.block-point-add--frame .block-login--ask-password.help-block,
.block-login--first-time .block-login--ask-password.help-block,
.block-login--member-frame .block-login--ask-password.help-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.block-point-add--frame .block-login--ask-password.help-block .block-login--display-password,
.block-point-add--frame .block-login--ask-password.help-block a,
.block-login--first-time .block-login--ask-password.help-block .block-login--display-password,
.block-login--first-time .block-login--ask-password.help-block a,
.block-login--member-frame .block-login--ask-password.help-block .block-login--display-password,
.block-login--member-frame .block-login--ask-password.help-block a {
	font-size: 14px;
	display: block;
	margin: 0;
}
.block-point-add--frame .block-login--ask-password.help-block .block-login--display-password span,
.block-login--first-time .block-login--ask-password.help-block .block-login--display-password span,
.block-login--member-frame .block-login--ask-password.help-block .block-login--display-password span {
	padding: 0 10px 0 30px;
	display: block;
	background-image: url("../../img/usr/common/password_off.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	cursor: pointer;
}
.block-point-add--frame .block-login--ask-password.help-block .block-login--display-password input[type="checkbox"],
.block-login--first-time .block-login--ask-password.help-block .block-login--display-password input[type="checkbox"],
.block-login--member-frame .block-login--ask-password.help-block .block-login--display-password input[type="checkbox"] {
	display: none;
}
.block-point-add--frame .block-login--ask-password.help-block .block-login--display-password input[type="checkbox"]:checked + span,
.block-login--first-time .block-login--ask-password.help-block .block-login--display-password input[type="checkbox"]:checked + span,
.block-login--member-frame .block-login--ask-password.help-block .block-login--display-password input[type="checkbox"]:checked + span {
	background-image: url("../../img/usr/common/password_on.png");
}
.block-login--first-time-body .block-login--entry,
.block-login--member-body .block-login--login {
	width: 300px;
	height: 55px;
	margin-top: 37px;
}
.block-login--member-body .block-login--login {
	background-color: #3C3C3C;
	border: 1px solid #3C3C3C;
}
/* ---- ポイント追加 ---- */
.block-point-add--frame,
.block-point-add-completed--frame {
	background-color: #F4F4F4;
	border-radius: 10px;
	padding: 50px 0 80px;
}
.block-point-add-completed--frame .block-point-add-completed--message {
	font-size: 15px;
	line-height: 1.46;
	text-align: center;
}
.block-point-add--frame .block-point-add--customer-name,
.block-point-add-completed--frame .block-point-add--customer-name,
.block-point-add-completed--frame .block-point-add-completed--customer-name {
	text-align: center;
	line-height: 1.5;
	margin: 0 0 40px;
}
.fieldset.block-point-add--input-items,
.block-point-add-completed--frame .block-point-add-completed--input-items  {
	width: 484px;
	margin: 0 auto;
}
.fieldset.block-point-add--input-items .form-group,
.fieldset.block-point-add-completed--input-items .form-group {
	border: 0;
	margin-top: 20px;
}
.fieldset.block-point-add--input-items .form-label,
.fieldset.block-point-add-completed--input-items .form-label  {
	width: 129px;
	padding: 0;
	background-color: inherit;
	vertical-align: middle;
}
.fieldset.block-point-add-completed--input-items .form-group {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
}
.fieldset.block-point-add--input-items .form-label label {
	font-size: 15px;
	font-weight: 500;
}
.fieldset.block-point-add-completed--input-items .form-label label {
	font-size: 16px;
	font-weight: 500;
}
.fieldset.block-point-add--input-items .form-control,
.fieldset.block-point-add-completed--input-items .form-control {
	padding: 0;
}
.fieldset.block-point-add--input-items .form-control input[type="text"],
.fieldset.block-point-add--input-items .form-control input[type="password"] {
	width: 100%;
	padding: 10px;
	height: 50px;
	border: 0;
	border-radius: 0;
}
.block-point-add--body .action-buttons,
.block-point-add-completed--body .action-buttons  {
	margin-top: 30px;
}
.fieldset.block-point-add-completed--input-items .form-control {
	font-size: 15px;
	text-align: right;
}
.fieldset.block-point-add-completed--input-items .block-point-add-completed--uid .form-control {
	color: #CBA153;
}
.fieldset.block-point-add-completed--input-items .form-control strong {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.32;
}
.fieldset.block-point-add-completed--input-items .form-control small {
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
	display: block;
}
/* ---- アンケート ---- */
.block-questionnaire input[type="text"],
.block-questionnaire input[type="email"],
.block-questionnaire input[type="tel"],
.block-questionnaire input[type="number"],
.block-questionnaire textarea {
	width: 100%;
	border: 2px solid #CBA153;
	border-radius: 0;
}
.block-questionnaire textarea {
	height: 230px;
	/*border-radius: 0;*/
	/*border: 0;*/
	/*background-color: #F2F2F2;*/
}
.block-questionnaire select {
	border: 2px solid #CBA153;
	border-radius: 0;
}
.block-questionnaire input[type="text"][disabled],
.block-questionnaire input[type="email"][disabled],
.block-questionnaire input[type="tel"][disabled],
.block-questionnaire input[type="number"][disabled],
.block-questionnaire textarea[disabled],
.block-questionnaire select[disabled] {
	border-color: #F2F2F2;
	background-color: #F2F2F2;
	cursor: not-allowed;
}
.block-questionnaire label + input[type="text"] {
	width: 90%;
	margin: 5px 0;
}
.block-questionnaire .block-questionnaire--item {
	padding: 0 0 40px;
	margin: 0 0 40px;
	border-bottom: 1px solid #DCDCDC;
}
.block-questionnaire .block-questionnaire--item-header {
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 30px;
	border: 0;
}
.block-questionnaire .block-questionnaire--item-header span:first-child {
	color: #CBA153;
	font-size: 20px;
	font-family: 'Overpass';
	line-height: 1.2;
	margin-right: 10px;
	font-weight: bold;
	display: inline-block;
}
.block-questionnaire .block-questionnaire--item-header span.required {
	margin: 0;
	line-height: 19px;
	vertical-align: middle;
}
.block-questionnaire .block-questionnaire--box-content {
	margin: 30px 40px 0;
	width: auto;
	word-break: break-all;
	word-wrap: break-word;
}
.block-questionnaire .block-questionnaire--box-content span {
	display: block;
}

.block-questionnaire .fieldset .form-control {
	width: 73%;
}
.block-questionnaire--name-value-label {
	width: 65px;
	text-align: left;
}
.block-questionnaire input[type="checkbox"],
.block-questionnaire input[type="radio"] {
	display: none;
}
.block-questionnaire input[type="checkbox"] + label,
.block-questionnaire input[type="radio"] + label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0 0 0 40px;
	display: block;
	position: relative;
}
.block-questionnaire input[type="checkbox"] + label::before,
.block-questionnaire input[type="checkbox"] + label::after,
.block-questionnaire input[type="radio"] + label::before,
.block-questionnaire input[type="radio"] + label::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.block-questionnaire input[type="checkbox"] + label::before,
.block-questionnaire input[type="radio"] + label::before {
	width: 24px;
	height: 24px;
	/*background-color: #EBEBEB;*/
	border: 2px solid #CBA153;
}
.block-questionnaire input[type="checkbox"][disabled] + label::before,
.block-questionnaire input[type="radio"][disabled] + label::before {
	border-color: #F2F2F2;
	background-color: #F2F2F2;
	cursor: not-allowed;
}

.block-questionnaire input[type="checkbox"] + label::before {
	border-radius: 3px;
}
.block-questionnaire input[type="checkbox"]:checked + label::after {
	width: 12px;
	height: 6px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	left: 7px;
	top: 7px;
	transform: rotate(-50deg);
}

.block-questionnaire input[type="radio"] + label::before {
	border-radius: 50%;
}
.block-questionnaire input[type="radio"]:checked + label::after {
	width: 10px;
	height: 10px;
	background-color: #000000;
	border-radius: 50%;
	left: 7px;
	top: 7px;
}
.block-questionnaire .form-error {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
}
