@charset "UTF-8";

/*------------------------------------------------*/
/*------------------------	reset.css	------------------------*/
/*------------------------------------------------*/


/* ----リセット---- */

html {
	color: #000;
	background: #FFF;
	-webkit-text-size-adjust: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}


/* to preserve line-height and selector appearance */

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}



@media (min-width: 640px) {
	
	/*because legend doesn't inherit in IE */
	
	legend {
		color: #000;
	}
	/*------------------------------------------------*/
	/*------------------------	base.css	------------------------*/
	/*------------------------------------------------*/
	
	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	
	/* ----全体設定---- */
	
	body {
		margin: 0;
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 14px;
		line-height: 1.5;
		color: #444;
	}
	
	
	/* ----ヘッドライン---- */
	
	h1, .h1 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 32px;
		font-weight: normal;
	}
	
	h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 26px;
		font-weight: normal;
	}
	
	h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 21px;
		font-weight: normal;
	}
	
	
	/* ----リンク---- */
	
	a {
		text-decoration: none;
		color: #444;
	}
	
	a:hover, a:focus {
		text-decoration: underline;
	}
	
	a:focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	
	
	/* ----タグ---- */
	
	img {
		max-width: 100%;
	}
	
	hr {
		border: 0;
		border-bottom: 1px dotted #ccc;
	}
	
	address {
		font-style: normal;
	}

	/* ----共通---- */
	
	.block-contentspages {
		margin: 40px auto 0;
		padding: 0 0 40px;
		max-width: 1060px;
		line-height: 20px;
		line-height: calc(20/14);
	}
	.block-contentspages strong {
		font-weight: bold;
	}
	.block-contentspages .modals {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	  background: rgba(0,0,0,0.5);
		z-index: 10000;
		overflow: auto;
	}
	.block-contentspages .modal-wrapper {
		position: absolute;
		top: 100px;
		left: 50%;
		margin: 0 0 0 -400px;
		width: 800px;
		z-index: 10001;
	}
	.block-contentspages .modal-content {
		margin: 0 0 100px;
		width: 800px;
	}
	.block-contentspages .modals,
	.block-contentspages .modals .modal {
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.3s;
	}
	.block-contentspages .modals.open {
		visibility: visible;
		opacity: 1;
	}
	.block-contentspages .modals .modal.on {
		visibility: visible;
		opacity: 1;
	}
	
	
	/* ----MTコスメティクスについて---- */
	
	.block-concept {
		margin: 0 30px;
	}
	.block-concept--inner h2 {
		margin: 60px 0;
		padding: 0 0 40px;
		font-size: 30px;
		line-height: 48px;
		line-height: calc(48/30);
		letter-spacing: 0.1em;
		font-family: "Noto Serif", serif;
		text-align: center;
		border-bottom: 1px solid #efefef;
	}
	.block-concept--inner {
		padding: 40px 140px 100px;
		background: url(../../images/usr/concept_bg.jpg) no-repeat center bottom;
		background-size: cover;
		border: 1px solid #d8d8d8;
	}
	.block-concept--inner p {
		margin: 50px 0 0;
		font-size: 15px;
		line-height: 27px;
		line-height: calc(27/15);
	}
	
	
	/* ----会社概要---- */
	
	.block-company {
		margin: 0 30px;
	}
	.block-company .table {
		width: 100%;
	}
	.block-company .table dt {
		font-weight: bold;
	}
	.block-company .table dd {
		margin: 8px 0 10px;
		padding: 0  0 10px;
		border-bottom: 1px solid #efefef;
	}
	.block-company .table dd:last-child {
		margin: 8px 0 0;
		padding: 0;
		border: none;
	}
	.block-company .table .tel {
		display: inline-block;
	}
	
	
	/* ----特定商取引法に基づく表示---- */
	
	.block-law {
		margin: 0 30px;
	}
	.block-law .table {
		width: 100%;
	}
	.block-law .table a {
		text-decoration: underline;
	}
	.block-law .table .tel {
		display: inline-block;
	}
	
	
	/* ----よくあるご質問---- */
	
	.block-faq {
		margin: 0 30px;
	}
	.block-faq h2 {
		margin: 30px 0 0;
	}
	.block-faq--list {
		position: relative;
		margin: 20px 0 0;
	  padding: 15px 20px;
		line-height: 20px;
		line-height: calc(20/14);
	  border: 1px solid #d8d8d8;
	}
	.block-faq--list:before,
	.block-faq--list:after {
		position: absolute;
		top: 26px;
		right: 15px;
		display: block;
		content: "";
		background: #3c3c3c;
		width: 12px;
		height: 1px;
		transition: transform 0.3s;
	}
	.block-faq--list:after {
		transform: rotate(90deg);
	}
	.block-faq--list.on:after {
		transform: rotate(0deg);
	}
	.block-faq--list dt,
	.block-faq--list dd {
		position: relative;
		padding: 0 15px 0 30px;
	}
	.block-faq--list dt {
		font-size: 15px;
		line-height: 20px;
		line-height: calc(20/15);
		cursor: pointer;
	}
	.block-faq--list dd {
		margin: 15px 0 0;
	}
	.block-faq--list dd a {
		text-decoration: underline;
	}
	.block-faq--list dd .panel {
		margin: 10px 0 0;
	}
	.block-faq--list dt:before,
	.block-faq--list dd:before {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		font-size: 18px;
		font-family: "Cinzel", serif;
	}
	.block-faq--list dt:before {
		content: "Q";
		color: #5b5758;
	}
	.block-faq--list dd:before {
		content: "A";
		color: #8a8a8a;
	}
	.block-faq--list .tel {
		display: inline-block;
	}
	
	
	/* ----ご利用ガイド---- */
	
	.block-guide {
		margin: 0 30px;
	}
	.block-guide--nav {
		padding: 0 0 30px;
		border-bottom: 1px solid #efefef;
	}
	.block-guide--nav ul {
		font-size: 0;
		text-align: center;
	}
	.block-guide--nav li {
		margin: 0 10px;
		display: inline-block;
		font-size: 12px;
	}
	.block-guide--nav li a:after {
		display: inline-block;
		content: "";
		margin: 0 0 0 9px;
		width: 7px;
		height: 4px;
		vertical-align: middle;
		background: url(../../images/usr/common/arrow01_bottom_black.png) no-repeat;
		background-size: 7px 4px;
	}
	.block-guide--contents p {
		margin: 10px 0 0;
	}
	.block-guide--contents .panel {
		margin: 15px 0 0;
	}
	.block-guide--contents li {
		margin: 3px 0;
		padding: 0 0 0 1em;
		text-indent: -1em;
	}
	.block-guide--contents .table th,
	.block-guide--contents .table td {
		vertical-align: middle;
		text-align: center;
	}
	.block-guide--contents h2 {
		margin: 60px 0 10px;
	}
	.block-guide--contents h3 {
		margin: 40px 0 20px;
		padding: 0 0 10px;
		border-bottom: 1px solid #d8d8d8;
	}
	.block-guide--contents h4 {
		margin: 0 0 10px;
		font-size: 15px;
		font-weight: bold;
	}
	.block-guide--flow h4 {
		margin: 20px 0 10px;
	}
	.block-guide--contents a {
		text-decoration: underline;
	}
	.block-guide--contents .tel {
		display: inline-block;
		text-indent: 0;
	}
	.block-guide--contact li {
		padding: 0;
		text-indent: 0;
	}
	/* modal */
	.block-guide .modal-body h3 {
		margin: 20px 0 10px;
		padding: 0 0 10px;
		font-size: 15px;
		border-bottom: 1px solid #d8d8d8;
	}
	.block-guide .modal-body li {
		margin: 0 10px 5px;
		display: inline-block;
		border: none;
	}
	.block-guide .modal-body .panel p {
		margin: 0;
	}
	
	
	/* ----プライバシーポリシー---- */
/* 
	.block-privacy {
		margin: 0 30px;
	}
*/

	.block-privacy--contents p {
		margin: 10px 0 0;
	}
	.block-privacy--contents .tel {
		display: inline-block;
		text-indent: 0;
	}
	.block-privacy--contents .panel {
		margin: 15px 0 0;
	}
	.block-privacy--contents .panel > p {
		margin: 0;
	}
	.block-privacy--contents ul {
	  margin: 15px 0 0;
	}
	.block-privacy--contents ul li {
		margin: 3px 0;
		padding: 0 0 0 1em;
		text-indent: -1em;
	}
	.block-privacy--contents ol {
		margin: 15px 0 0 1.5em;
	}
	.block-privacy--contents ol li {
		margin: 3px 0 0;
		list-style: decimal;
	}
	.block-privacy--contents h2 {
		margin: 60px 0 10px;
		font-size: 20px;
	}
	.block-privacy--contents h3 {
		margin: 40px 0 20px;
		padding: 0 0 10px;
		border-bottom: 1px solid #d8d8d8;
	}
	
	/*------------------------------------------------*/
	/*------------------------	base_form.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----入力フォーム共通---- */
	
	input, button, select, textarea {
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
	}
	
	input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], select, textarea {
		padding: 4px;
		border: 1px solid #999;
		background-color: #fff;
	}
	
	input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="url"]:hover, input[type="number"]:hover, select:hover, textarea:hover {
		border: 1px solid #666;
	}
	
	input[type="radio"] {
		width: 18px;
		height: 18px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	input[type="checkbox"] {
		width: 18px;
		height: 18px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	label.radio, label.checkbox, input[type="radio"], input[type="radio"]+label, input[type="checkbox"], input[type="checkbox"]+label, select {
		cursor: pointer;
	}
	
	input[type="text"][disabled] {
		background: #dcdcdc;
		cursor: not-allowed;
	}
	
	
	/* ----ボタン---- */
	
	.btn {
		display: inline-block;
		margin: 0;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		white-space: nowrap;
		padding: 4px 10px;
	}
	
	.btn:hover, .btn:focus {
		text-decoration: none;
	}
	
	.btn:active, .btn.active {
		outline: 0;
		box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125);
	}
	
	.btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover, .btn.disabled:active, .btn[disabled]:active {
		cursor: not-allowed;
		opacity: 0.65;
		filter: alpha(opacity=65);
		box-shadow: none !important;
	}
	
	.btn-default {
		color: #333;
		border: solid 1px #dcdcdc;
		background-color: #e5e5e5;
	}
	
	.btn-primary {
		color: #fff;
		border: solid 1px #c54f00;
		background-color: #f60;
	}
	
	.btn-secondary {
		color: #fff;
		border: solid 1px #333;
		background-color: #666;
	}
	
	.btn-danger {
		color: #fff;
		border: solid 1px #c30;
		background-color: #d9534f;
	}
	
	.hidden-btn {
		position: absolute;
		left: -9999px;
		width: 1px;
		height: 1px;
	}
	
	
	/* ----画面上部メッセージ---- */
	
	.alert {
		margin-top: 5px;
		padding: 10px 10px 10px 30px;
		margin-bottom: 5px;
		position: relative;
		border: 1px solid #ebccd1;
		color: #a94442;
		background-color: #f2dede;
	}
	
	.alert:before {
		font-family: FontAwesome;
		content: "\f071";
		position: absolute;
		left: 10px;
	}
	
	.success {
		margin-top: 5px;
		padding: 10px 10px 10px 30px;
		margin-bottom: 5px;
		position: relative;
		border: 1px solid #bce8f1;
		color: #31708f;
		background-color: #d9edf7;
	}
	
	.success:before {
		font-family: FontAwesome;
		content: "\f05a";
		position: absolute;
		left: 10px;
	}
	
	
	/* ----入力フォームタイトル---- */
	
	.legend {
		font-size: 16px;
		font-weight: bold;
		width: 100%;
		margin: 10px 0;
		padding: 5px 0;
		border-bottom: 2px solid #444;
	}
	
	
	/* ----縦型入力フォーム---- */
	
	.fieldset-vertical {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.fieldset-vertical .form-group {
		margin: 5px 0 10px 0;
	}
	
	.fieldset-vertical .form-label, .fieldset-vertical .constraint {
		float: left;
		margin: 0 0 5px 0;
	}
	
	.fieldset-vertical .form-label {
		margin: 0 5px 0 0;
	}
	
	.fieldset-vertical .form-label label {
		font-weight: bold;
	}
	
	.fieldset-vertical .form-control {
		clear: both;
	}
	
	
	/* ----横型入力フォーム---- */
	
	.fieldset {
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	
	.fieldset .form-group {
		display: table;
		width: 100%;
	}
	
	.fieldset .form-label, .fieldset .constraint, .fieldset .form-control {
		display: table-cell;
	}
	
	.fieldset .form-label {
		width: 20%;
		padding: 5px;
		text-align: right;
	}
	
	.fieldset .form-label label {
		font-weight: bold;
	}
	
	.fieldset .constraint {
		width: 45px;
		padding: 5px;
	}
	
	.fieldset .form-control {
		padding: 5px;
	}
	
	
	/* ----入力支援---- */
	
	.form-error {
		display: block;
		color: #a94442;
	}
	
	.required:after {
		display: inline;
		padding: .2em .6em;
		font-size: 11px;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: .25em;
		color: #fff;
		background-color: #d9534f;
		content: "必須";
	}
	
	.help-block {
		display: block;
		font-size: 11px;
		margin-top: 5px;
		color: #737373;
	}
	
	.count-msg-another {
		display: block;
		font-size: 11px;
		margin-top: 5px;
		color: #555;
	}
	
	.count-msg {
		display: block;
		font-size: 11px;
		margin-top: 5px;
		color: #f66;
	}
	
	
	/* ----入力フォームボタン---- */
	
	.action-buttons {
		margin-top: 10px;
		width: 100%;
		text-align: center;
		display: block;
	}
	
	.action {
		display: inline;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.action .btn {
		margin-top: 10px;
		padding: 8px 8px;
		font-size: 16px;
		border-bottom-width: 2px;
		min-width: 160px;
	}
	
	
	/* ----ラジオボタン、チェックボックス---- */
	
	.radio {
		margin-right: 10px;
	}
	
	.checkbox {
		margin-right: 10px;
	}
	
	
	/* ----EFO---- */
	
	.efo-icon {
		border: none;
		vertical-align: middle;
	}
	
	input[type="text"].efo-error, input[type="tel"].efo-error, input[type="email"].efo-error, input[type="search"].efo-error, input[type="password"].efo-error, input[type="url"].efo-error, input[type="number"].efo-error, select.efo-error, textarea.efo-error {
		background-color: #f2dede;
	}
	
	input[type="text"].efo-valid, input[type="tel"].efo-valid, input[type="email"].efo-valid, input[type="search"].efo-valid, input[type="password"].efo-valid, input[type="url"].efo-valid, input[type="number"].efo-valid, select.efo-valid, textarea.efo-valid {
		background-color: #e9f2d7;
	}
	/*------------------------------------------------*/
	/*------------------------	base_misc.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----テーブル---- */
	
	.table, .table td, .table th {
		border-collapse: collapse;
		border: 1px solid #c8c8c8;
	}
	
	.table td, .table th {
		padding: 10px;
	}
	
	.table th {
		font-weight: bold;
		background-color: #f8f8f8;
	}
	
	
	/* ----テキストカラー----*/
	
	.text-muted {
		color: #777;
	}
	
	.text-warning {
		color: #8a6d3b;
	}
	
	.text-danger {
		color: #a94442;
	}
	
	.price {
		color: #c30;
	}
	
	.default-price {
		text-decoration: line-through;
		color: #333;
		font-weight: bold;
	}
	
	.net-price {
		color: #555;
	}
	
	.exchange-price {
		color: #555;
	}
	
	
	/* ----プロモーションメッセージ--- */
	
	.promotion-criteria, .promotion-benefit {
		color: #f00;
		font-weight: bold;
	}
	
	
	/* ----商品説明リスト---- */
	
	.goods-detail-description {
		display: table;
		width: 100%;
	}
	
	.goods-detail-description dt {
		display: table-cell;
		width: 100px;
		font-weight: bold;
	}
	
	.goods-detail-description dd {
		display: table-cell;
	}
	
	
	/* ----パネル---- */
	
	.panel {
		padding: 10px;
		overflow: hidden;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	
	
	/* ----バッジ---- */
	
	.badge {
		display: inline-block;
		min-width: 10px;
		padding: 3px 7px;
		line-height: 1;
		vertical-align: middle;
		white-space: nowrap;
		text-align: center;
		border-radius: 10px;
		color: #fff;
		background-color: #777;
	}
	
	.badge:empty {
		display: none;
	}
	
	
	/* ----ページャー---- */
	
	.pager {
		margin-bottom: 5px;
		margin-top: 5px;
		text-align: right;
	}
	
	.pager>* {
		display: inline-block;
		vertical-align: top;
	}
	
	.pager-scope {
		display: inline-block;
		padding: 3px;
		margin-right: 5px;
	}
	
	.pager-total {
		display: inline-block;
		padding: 3px;
		margin-right: 5px;
	}
	
	.pagination {
		display: inline-block;
	}
	
	.pagination>* {
		list-style-type: none;
		float: left;
		margin-left: -1px;
		padding: 2px 7px;
		background-color: #fff;
		border: 1px solid #dcdcdc;
	}
	
	.pagination>.disabled {
		color: #777;
	}
	
	.pager-current {
		color: #c00;
	}
	
	
	/* ----画像センタリング配置---- */
	
	.img-center {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.img-center img {
		flex-shrink: 0;
		text-align: center;
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	
	
	/* ----ツールチップ---- */
	
	.balloontip {
		min-width: 20px;
		padding: 10px;
		border-radius: 6px;
		opacity: 1;
		z-index: 32767;
		text-align: left;
		font-size: 12px;
		border: 1px solid rgb(119, 119, 119);
		box-shadow: rgb(85, 85, 85) 4px 4px 4px;
		color: rgb(255, 255, 255);
		background: #333;
	}
	
	
	/* ----ドロップダウン---- */
	
	.dropdown {
		z-index: 11000;
	}
	
	.dropdown li {
		background: #444;
	}
	
	.dropdown li span {
		display: block;
		padding: 13px 15px;
		margin: 0;
		text-decoration: none;
		line-height: 1;
		color: #fff;
		cursor: pointer;
	}
	
	.dropdown li span:hover {
		background: #616d0b;
	}
	
	
	/* ----モーダルダイアログ---- */
	
	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		z-index: 10000;
	}
	
	.modal-overlay-alert {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		z-index: 10002;
	}
	
	.modal-alert {
		width: 400px;
		z-index: 10003;
	}
	
	.modal-dialog {
		width: 600px;
		z-index: 10001;
	}
	
	.modal-header {
		padding: 15px 20px 15px;
		font-size: 14px;
		font-weight: bold;
		clear: both;
		border-bottom: none;
		line-height: 1;
		color: #fff;
		background-color: #333;
	}
	
	.modal-content {
		background: #eee;
	}
	
	.modal-body {
		padding: 20px;
	}
	
	.modal-body p {
		margin-bottom: 10px;
	}
	
	.modal-body li {
		border-bottom: 1px dotted #444;
	}
	
	.modal-body li a {
		padding: 12px;
		color: #4da7ba;
		display: flex;
		max-width: 560px;
		font-size: 16px;
	}
	
	.modal-body li a i {
		margin: 0 10px 0 auto;
		color: #444;
		font-size: 16px;
	}
	
	.modal-body li a:hover {
		text-decoration: none;
	}
	
	.modal-body li a:hover i {
		color: #4da7ba;
		text-decoration: none;
	}
	
	.modal-footer {
		padding: 0 10px 15px;
	}
	
	.modal-alert .modal-footer {
		text-align: center;
	}
	
	.modal-alert .modal-footer input {
		width: 40%;
	}
	
	.modal-close {
		display: block;
		width: 18px;
		cursor: pointer;
		float: right;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		color: #fff;
	}
	
	.modal-dialog .modal-footer {
		text-align: center;
	}
	
	.modal-dialog .modal-footer .btn {
		min-width: 150px;
		margin-right: 5px;
	}
	
	
	/* ----ヘッダー警告---- */
	
	.header-warning {
		position: relative;
		padding: 10px;
		background: #fffacd;
		border-bottom: 1px solid #b0c4de;
	}
	
	.header-warning-contents {
		display: block;
		padding-right: 18px;
		text-align: center;
		background: transparent;
	}
	
	.header-warning-close {
		display: block;
		position: absolute;
		width: 18px;
		cursor: pointer;
		font-weight: bold;
		top: 10px;
		right: 10px;
		background: transparent;
	}

	
	/* ----レビュー---- */
	
	.star-base {
		cursor: pointer;
		width: 60px;
		height: 15px;
		background: url("../../images/usr/user_review/star.png");
	}
	
	.star-select {
		width: 60px;
		height: 15px;
		background: url("../../images/usr/user_review/star.png");
		background-repeat: no-repeat;
	}
		/* ----ホワイトスペース制御----*/
	
	.white-space-pre-wrap {
		white-space: pre-wrap;
	}
	
	
	/* ---- !!!! ここより下にスタイルを追加しないこと !!!! */
	
	
	/* ----表示・非表示---- */
	
	.hidden {
		display: none;
	}
	
	.show {
		display: block;
	}
	/*------------------------------------------------*/
	/*------------------------	layout.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----全体レイアウト---- */
	
	.wrapper {
		width: 100%;
	}
	
	.container {
		width: 1200px;
		margin: 0 auto;
	}
	
	.pane-header .container {
		display: flex;
		align-items: center;
		height: 90px;
	}
	
	.pane-globalnav {
		width: 100%;
	}
	
	.pane-contents {
		min-height: 600px;
		padding-bottom: 50px;
	}

/*
	.pane-contents .container {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto 1fr;
		/* IE11 */
/*
		display: -ms-grid;
		-ms-grid-columns: auto 1fr;
		-ms-grid-rows: auto 1fr;
	}
*/
	
	.pane-left-menu {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 3;
		/* IE11 */
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		width: 240px;
		margin: 30px 60px 0 0;
	}
	
	.pane-main {
		display: block;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		/* IE11 */
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		width: 100%;
	}
	
	.pane-right-menu {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
		/* IE11 */
		-ms-grid-column: 2;
		-ms-grid-row: 2;
		margin: 30px 0;
		width: 900px;
	}
	
	.pane-footer {
		padding: 33px 0;
	}
	
	
	/* ----商品詳細レイアウト---- */
	
	.page-goodspreview .pane-left-menu, .page-goodspreview .pane-right-menu, .page-goods .pane-left-menu, .page-goods .pane-right-menu {
		display: none;
	}
	
	.block-goods-detail {
		display: grid;
		grid-template-columns: 1fr 400px;
		grid-template-rows: auto auto auto auto;
		/* IE11 */
		display: -ms-grid;
		-ms-grid-columns: 1fr 400px;
		-ms-grid-rows: auto auto auto auto;
	}
	
	.pane-goods-header {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
		/* IE11 */
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		width: 100%;
		margin: 30px 0 0 0;
	}
	
	.pane-goods-left-side {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 2;
		grid-row-end: 3;
		/* IE11 */
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		width: 740px;
		margin: 0 60px 0 0;
	}
	
	.pane-goods-right-side {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
		/* IE11 */
		-ms-grid-column: 2;
		-ms-grid-row: 2;
		width: 400px;
	}
	
	.pane-goods-center {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
		/* IE11 */
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 3;
		width: 100%;
	}
	
	.pane-goods-footer {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 4;
		grid-row-end: 5;
		/* IE11 */
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 4;
		width: 100%;
	}
	/*------------------------------------------------*/
	/*------------------------	block_goods.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----商品詳細画面---- */
	

	.block-src-l figure {
		text-align: center;
	}
	
	.block-goods-affix-list {
		margin-bottom: 10px;
	}
	
	.block-goods-affix-list dt {
		padding: 5px 0;
		border-bottom: 1px dotted #ccc;
	}
	
	.block-goods-affix-list dd {
		padding: 5px 0 0 15px;
	}
	
	.block-goods-affix-list--link:before {
		font-family: FontAwesome;
		content: "\f15c";
		margin-right: 5px;
	}
	
	.block-add-cart--btn {
		margin-top: 10px;
		padding: 12px 0;
		font-size: 18px;
		width: 280px;
	}
	
	.block-custom-order--btn {
		margin-top: 10px;
		padding: 12px 0;
		font-size: 18px;
		width: 280px;
	}
	
	.block-goods-store-stock--btn {
		margin-top: 10px;
		padding: 6px 0;
		font-size: 16px;
		width: 280px;
	}
	
	.block-arrival-notice--btn {
		margin-top: 10px;
		padding: 6px 0;
		font-size: 16px;
		width: 280px;
	}
	
	.block-contact-about-goods--btn {
		margin-top: 10px;
		padding: 6px 0;
		font-size: 16px;
		width: 280px;
	}
	
	.block-goods-favorite--btn {
		margin-top: 10px;
		padding: 6px 0;
		font-size: 16px;
		width: 280px;
	}
	
	.block-variation-add-cart {
		margin-right: 5px;
	}
	
	.block-variation-add-cart--btn {
		display: table-cell;
		vertical-align: middle;
		font-size: 16px;
		width: 165px;
		height: 54px;
	}
	
	.block-variation-favorite--btn {
		display: table-cell;
		vertical-align: middle;
		font-size: 24px;
		width: 54px;
		height: 54px;
	}
	
	.block-no-stock--message {
		text-align: center;
		margin-top: 10px;
		padding: 6px 0;
		font-size: 16px;
		width: 200px;
		border: 1px solid #ebccd1;
		color: #a94442;
		background-color: #f2dede;
	}
	
	.block-variation-no-stock, .block-goods-variation-arrival-notice {
		margin-right: 5px;
	}
	
	.block-variation-no-stock--message, .block-goods-variation-arrival-notice--btn {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 165px;
		height: 54px;
	}
	
	.block-variation-no-stock--message {
		border: 1px solid #ebccd1;
		color: #a94442;
		background-color: #f2dede;
	}
	
	.block-goods-gallery ul {
		font-size: 0;
	}
	
	.block-goods-gallery li {
		display: inline-block;
		width: 100px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.block-goods-gallery li figure {
		width: 100px;
		height: 100px;
	}
	
	.block-goods-price {
		margin: 10px 0;
	}
	
	.block-goods-price--price {
		font-size: 24px;
		font-weight: bold;
	}
	
	.block-goods-price--on-sales-comment {
		color: #c30;
	}
	
	.block-accessory-list {
		width: 900px;
	}
	
	.block-goods-footer-cart {
		text-align: center;
	}


	/* ----トップページイベント表示---- */
	
	.block-top-event--header {
		font-size: 28px;
		text-align: center;
		border-top: #444 2px solid;
		padding: 19px 0 30px;
	}
	
	/* ----アイコン---- */
	
	.block-icon img {
		width: 32px;
	}
	
	
	/* ----商品一覧画面----*/
	
	
	/* 表示方法・並べ替え・ページャ */
	
	.block-goods-list--display-style-items {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	.block-goods-list--display-style-items .active {
		color: #c00;
	}
	
	.block-goods-list--display-style-items dt {
		display: inline-block;
		font-weight: bold;
	}
	
	.block-goods-list--display-style-items dd {
		display: inline-block;
		margin-right: 5px;
	}
	
	.block-goods-list--sort-order-items {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	.block-goods-list--sort-order-items .active {
		color: #c00;
	}
	
	.block-goods-list--sort-order-items dt {
		display: inline-block;
		font-weight: bold;
	}
	
	.block-goods-list--sort-order-items dd {
		display: inline-block;
		margin-right: 5px;
	}
	
	
	/* ----商品一覧画面：一覧：block-goods-list-l---- */
	
	.block-goods-list-l--table {
		width: 100%;
	}
	
	.block-goods-list-l--table, .block-goods-list-l--table td, .block-goods-list-l--table th {
		border-collapse: collapse;
	}
	
	.block-goods-list-l--table td, .block-goods-list-l--table th {
		padding: 10px;
	}
	
	.block-goods-list-l--table th {
		font-weight: bold;
		white-space: nowrap;
	}
	
	.block-goods-list-l--table, .block-goods-list-l--table td, .block-goods-list-l--table th {
		border: 1px solid #444;
	}
	
	.block-goods-list-l--add-cart {
		text-align: center;
	}
	
	.block-goods-list-l--stock {
		text-align: center;
	}
	
	.block-goods-list-l--goods-name a {
		color: #000;
		text-decoration: underline;
	}
	
	.block-goods-list-l--add-cart .block-list-add-cart-btn {
		display: block;
		padding: 12px 0;
		font-size: 16px;
		width: 220px;
	}
	
	.block-goods-list-l--add-cart .block-list-custom-order-btn {
		display: block;
		padding: 12px 0;
		font-size: 16px;
		width: 220px;
		margin-bottom: 5px;
	}
	
	.block-goods-list-l .price {
		font-weight: bold;
	}
	
	.block-goods-list-l .price, .block-goods-list-l .net-price, .block-goods-list-l .default-price, .block-goods-list-l .exchange-price, .block-goods-list-l .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-goods-list-l .net-price, .block-goods-list-l .default-price, .block-goods-list-l .exchange-price, .block-goods-list-l .block-exchange-price--rate-dt {
		font-size: 12px;
	}
	
	.block-goods-list-l--scomment {
		font-size: 12px;
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：一括購入：block-goods-list-l---- */
	
	.block-bulk-purchase-b--table {
		width: 100%;
	}
	
	.block-bulk-purchase-b--table, .block-bulk-purchase-b--table td, .block-bulk-purchase-b--table th {
		border-collapse: collapse;
	}
	
	.block-bulk-purchase-b--table td, .block-bulk-purchase-b--table th {
		padding: 10px;
	}
	
	.block-bulk-purchase-b--table th {
		font-weight: bold;
		white-space: nowrap;
	}
	
	.block-bulk-purchase-b--table, .block-bulk-purchase-b--table td, .block-bulk-purchase-b--table th {
		border: 1px solid #444;
	}
	
	.block-bulk-purchase-b--stock {
		text-align: center;
	}
	
	.block-bulk-purchase-b--goods-name a {
		color: #000;
		text-decoration: underline;
	}
	
	.block-bulk-purchase-b--add-cart {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: right;
	}
	
	.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
		display: inline-block;
		padding: 12px 0;
		font-size: 16px;
		width: 220px;
	}
	
	.block-bulk-purchase-b .price {
		font-weight: bold;
	}
	
	.block-bulk-purchase-b .price, .block-bulk-purchase-b .net-price, .block-bulk-purchase-b .default-price, .block-bulk-purchase-b .exchange-price, .block-bulk-purchase-b .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-bulk-purchase-b .net-price, .block-bulk-purchase-b .default-price, .block-bulk-purchase-b .exchange-price, .block-bulk-purchase-b .block-exchange-price--rate-dt {
		font-size: 12px;
	}
	
	.block-bulk-purchase-b--scomment {
		font-size: 12px;
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */
	
	.block-goods-list-d li {
		margin-bottom: 20px;
	}
	
	.block-goods-list-d--image {
		width: 200px;
	}
	
	.block-goods-list-d--item-body {
		display: flex;
		width: 900px;
	}
	
	.block-goods-list-d--image figure {
		background: #f5f5f5;
		width: 200px;
		height: 200px;
	}
	
	.block-goods-list-d--item-description {
		width: 700px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.block-goods-list-d--goods-name a {
		color: #000;
		text-decoration: underline;
	}
	
	.block-goods-list-d--item-details {
		display: flex;
		margin-top: 10px;
	}
	
	.block-goods-list-d--item-details-left {
		flex-basis: 360px;
	}
	
	.block-goods-list-d--add-cart {
		flex-basis: 300px;
		text-align: center;
	}
	
	.block-goods-list-d--add-cart .block-list-add-cart-btn {
		display: block;
		padding: 12px 0;
		font-size: 16px;
		width: 220px;
		margin: 0 auto;
	}
	
	.block-goods-list-d--add-cart .block-list-custom-order-btn {
		display: block;
		padding: 12px 0;
		font-size: 16px;
		width: 220px;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	
	.block-goods-list-d--price-infos {
		width: 330px;
		text-align: right;
	}
	
	.block-goods-list-d--price-title {
		display: inline-block;
	}
	
	.block-goods-list-d--price {
		display: inline-block;
	}
	
	.block-goods-list-d--stock-items {
		width: 330px;
		text-align: right;
	}
	
	.block-goods-list-d--stock-title {
		display: inline-block;
	}
	
	.block-goods-list-d--stock {
		display: inline-block;
	}
	
	.block-goods-list-d .price {
		font-weight: bold;
	}
	
	.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 {
		text-align: right;
	}
	
	.block-goods-list-d--scomment {
		color: #cc3302;
	}
	
	.block-goods-list-d--goods-comment {
		margin-top: 10px;
	}
	
	
	/* ----商品一覧画面：チェックリスト：block-check-list-a---- */
	
	.block-check-list-a li {
		margin-bottom: 20px;
	}
	
	.block-check-list-a--image {
		width: 142px;
	}
	
	.block-check-list-a--item-body {
		display: flex;
		width: 900px;
	}
	
	.block-check-list-a--image figure {
		background: #f5f5f5;
		width: 142px;
		height: 142px;
	}
	
	.block-check-list-a--item-description {
		width: 758px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.block-check-list-a--goods-name a {
		color: #000;
		text-decoration: underline;
	}
	
	.block-check-list-a--price-infos {
		text-align: right;
	}
	
	.block-check-list-a--price-title {
		display: inline-block;
	}
	
	.block-check-list-a--price {
		display: inline-block;
	}
	
	.block-check-list-a--stock-items {
		text-align: right;
	}
	
	.block-check-list-a--stock-title {
		display: inline-block;
	}
	
	.block-check-list-a--stock {
		display: inline-block;
	}
	
	.block-check-list-a .price {
		font-weight: bold;
	}
	
	.block-check-list-a .price, .block-check-list-a .net-price, .block-check-list-a .default-price, .block-check-list-a .exchange-price, .block-check-list-a .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-check-list-a--scomment {
		color: #cc3302;
	}
	
	.block-check-list-a--goods-comment {
		margin-top: 10px;
	}
	
	.block-check-list-a--select-item {
		text-align: right;
	}
	
	.block-check-list-a--add-cart {
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: right;
	}
	
	.block-check-list-a--add-cart .block-list-add-cart-btn {
		display: inline-block;
		padding: 12px 0;
		font-size: 16px;
		width: 220px;
	}
	
	
	/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */
	
	.block-pickup-list-p li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	.block-pickup-list-p--item-body {
		display: flex;
		width: 450px;
	}
	
	.block-pickup-list-p--image {
		width: 142px;
	}
	
	.block-pickup-list-p--image figure {
		background: #f5f5f5;
		width: 142px;
		height: 142px;
	}
	
	.block-pickup-list-p--item-description {
		width: 308px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.block-pickup-list-p--goods-name a {
		color: #000;
		text-decoration: underline;
	}
	
	.block-pickup-list-p--add-cart .block-list-add-cart-btn {
		display: block;
		padding: 8px 0;
		width: 160px;
	}
	
	.block-pickup-list-p--add-cart .block-list-custom-order-btn {
		display: block;
		padding: 8px 0;
		width: 160px;
		margin-bottom: 5px;
	}
	
	.block-pickup-list-p .price {
		font-weight: bold;
	}
	
	.block-pickup-list-p .price, .block-pickup-list-p .net-price, .block-pickup-list-p .default-price, .block-pickup-list-p .exchange-price, .block-pickup-list-p .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-pickup-list-p--scomment {
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */
	
	.block-pickup-list-w li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	.block-pickup-list-w--item-body {
		display: flex;
		width: 450px;
	}
	
	.block-pickup-list-w--image {
		width: 142px;
	}
	
	.block-pickup-list-w--image figure {
		background: #f5f5f5;
		width: 142px;
		height: 142px;
	}
	
	.block-pickup-list-w--item-description {
		width: 308px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.block-pickup-list-w--goods-name a {
		color: #000;
		text-decoration: underline;
	}
	
	.block-pickup-list-w--add-cart .block-list-add-cart-btn {
		display: block;
		padding: 8px 0;
		border-bottom-width: 2px;
		width: 160px;
	}
	
	.block-pickup-list-w--add-cart .block-list-custom-order-btn {
		display: block;
		padding: 8px 0;
		width: 160px;
		margin-bottom: 5px;
	}
	
	.block-pickup-list-w .price {
		font-weight: bold;
	}
	
	.block-pickup-list-w .price, .block-pickup-list-w .net-price, .block-pickup-list-w .default-price, .block-pickup-list-w .exchange-price, .block-pickup-list-w .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-pickup-list-w--scomment {
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
	
	.block-thumbnail-t li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	
	.block-thumbnail-t--goods {
		width: 200px;
		margin-left: 33px;
	}
	
	.block-thumbnail-t--goods:first-of-type {
		margin-left: 0;
	}
	
	.block-thumbnail-t--goods-image figure {
		background: #f5f5f5;
		width: 200px;
		height: 200px;
	}
	
	.block-thumbnail-t--goods a {
		color: #000;
		text-decoration: underline;
	}
	
	.block-thumbnail-t--goods-description {
		margin-top: 20px;
	}
	
	.block-thumbnail-t--goods .price {
		font-weight: bold;
	}
	
	.block-thumbnail-t--goods .price, .block-thumbnail-t--goods .net-price, .block-thumbnail-t--goods .default-price, .block-thumbnail-t--goods .exchange-price, .block-thumbnail-t--goods .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-thumbnail-t--scomment {
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：ランキング：block-ranking-r---- */
	
	.block-ranking-r li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	
	.block-ranking-r--goods {
		flex-basis: 200px;
		margin-left: 33px;
	}
	
	.block-ranking-r--goods:first-of-type {
		margin-left: 0;
	}
	
	.block-ranking-r--goods-image figure {
		background: #f5f5f5;
		width: 200px;
		height: 200px;
	}
	
	.block-ranking-r--goods a {
		text-decoration: underline;
	}
	
	.block-ranking-r--goods-description {
		margin-top: 20px;
	}
	
	.block-ranking-r--goods .price {
		font-weight: bold;
	}
	
	.block-ranking-r--goods .price, .block-ranking-r--goods .net-price, .block-ranking-r--goods .default-price, .block-ranking-r--goods .exchange-price, .block-ranking-r--goods .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-ranking-r--scomment {
		color: #cc3302;
	}
	
	
	/* ランキングアイコン */
	
	.block-ranking-r--goods-image {
		position: relative;
	}
	
	.block-ranking-r--goods-image .block-ranking-r--rank {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 10px;
		left: 5px;
		width: 32px;
		height: 32px;
		background: #000;
		border-radius: 32px;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}
	
	
	/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
	
	.block-thumbnail-h {
		margin: 10px 0;
	}
	
	.block-thumbnail-h {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.block-thumbnail-h li {
		width: 142px;
		margin-left: 9px;
	}
	
	.block-thumbnail-h li:nth-child(6n+1) {
		margin-left: 0;
	}
	
	.block-thumbnail-h--goods-image figure {
		background: #f5f5f5;
		width: 142px;
		height: 142px;
	}
	
	.block-thumbnail-h--goods-description {
		margin-top: 20px;
	}
	
	.block-thumbnail-h--goods .price {
		font-weight: bold;
	}
	
	.block-thumbnail-h--goods .price, .block-thumbnail-h--goods .net-price, .block-thumbnail-h--goods .default-price, .block-thumbnail-h--goods .exchange-price, .block-thumbnail-h--goods .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-thumbnail-h--scomment {
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：リスト：block-list-s---- */
	
	.block-list-s li:first-child {
		border-top: 1px solid #444;
	}
	
	.block-list-s li {
		display: block;
		border-bottom: 1px solid #444;
		margin: 0;
		padding: 5px 0;
	}
	
	.block-list-s div {
		display: inline;
	}
	
	.block-list-s--goods-name, .block-list-s--price-items div {
		padding-right: 1em;
	}
	
	.block-list-s--goods-name a {
		color: #000;
		text-decoration: underline;
	}
	
	.block-list-s .price {
		font-weight: bold;
	}
	
	.block-list-s--scomment {
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：買い物かご：block-cart-i---- */
	
	.block-cart-i li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	
	.block-cart-i--goods {
		flex-basis: 200px;
		margin-left: 33px;
	}
	
	.block-cart-i--goods:first-of-type {
		margin-left: 0;
	}
	
	.block-cart-i--goods-image figure {
		background: #f5f5f5;
		width: 200px;
		height: 200px;
	}
	
	.block-cart-i--goods a {
		text-decoration: underline;
	}
	
	.block-cart-i--goods-description {
		margin-top: 20px;
	}
	
	.block-cart-i--goods .price {
		font-weight: bold;
	}
	
	.block-cart-i--goods .price, .block-cart-i--goods .net-price, .block-cart-i--goods .default-price, .block-cart-i--goods .exchange-price, .block-cart-i--goods .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-cart-i--scomment {
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */
	
	.block-goods-detail-j li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	
	.block-goods-detail-j--goods {
		flex-basis: 200px;
		margin-left: 33px;
	}
	
	.block-goods-detail-j--goods:first-of-type {
		margin-left: 0;
	}
	
	.block-goods-detail-j--goods-image figure {
		background: #f5f5f5;
		width: 200px;
		height: 200px;
	}
	
	.block-goods-detail-j--goods a {
		text-decoration: underline;
	}
	
	.block-goods-detail-j--goods-description {
		margin-top: 20px;
	}
	
	.block-goods-detail-j--goods .price {
		font-weight: bold;
	}
	
	.block-goods-detail-j--goods .price, .block-goods-detail-j--goods .net-price, .block-goods-detail-j--goods .default-price, .block-goods-detail-j--goods .exchange-price, .block-goods-detail-j--goods .block-exchange-price--rate-dt {
		text-align: right;
	}
	
	.block-goods-detail-j--scomment {
		color: #cc3302;
	}
	
	
	/* ----商品一覧画面：商品名：block-goods-name-n---- */
	
	.block-goods-name-n li:first-child {
		border-top: 1px solid #444;
	}
	
	.block-goods-name-n li {
		display: block;
		border-bottom: 1px solid #444;
		margin: 0;
		padding: 5px 0;
	}
	
	.block-goods-name-n dt {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		padding-right: 1em;
	}
	
	.block-goods-name-n dd {
		display: inline-block;
		vertical-align: top;
	}
	
	.block-goods-name-n a {
		color: #000;
		text-decoration: underline;
	}
	
	
	/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */
	
	.block-goods-list-x--items li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.block-goods-list-x--item-body {
		flex-basis: 200px;
		margin-left: 33px;
	}
	
	.block-goods-list-x--item-body:first-of-type {
		margin-left: 0;
	}
	
	.block-goods-list-x--image figure {
		background: #f5f5f5;
		width: 200px;
		height: 200px;
	}
	
	
	/* ----商品一覧画面：カート画面：block-goods-list-c---- */
	
	.block-goods-list-c--items li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.block-goods-list-c--item-body {
		flex-basis: 180px;
		margin-left: 24px;
	}
	
	.block-goods-list-c--item-body:first-of-type {
		margin-left: 0;
	}
	
	.block-goods-list-c--image figure {
		background: #f5f5f5;
		width: 180px;
		height: 180px;
	}
	
	
	/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */
	
	.block-category-style-p {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 0 50px 0;
	}
	
	.block-category-style-p--item {
		flex-basis: 440px;
		overflow: hidden;
	}
	
	.block-category-style-p--item:nth-child(2n) {
		margin: 0 0 0 20px;
	}
	
	.block-category-style-p--item-name {
		font-size: 16px;
		border-bottom: #444 dashed 1px;
		padding-bottom: 10px;
		clear: both;
	}
	
	.block-category-style-p--item-image {
		width: 143px;
		float: left;
	}
	
	.block-category-style-p--item-comment {
		width: 275px;
		float: right;
	}
	
	
	/* ----カテゴリー画面：詳細：block-category-style-d---- */
	
	
	/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */
	
	.block-category-style-g {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 0 50px 0;
	}
	
	.block-category-style-g--item:nth-child(2n) {
		margin: 0 0 0 20px;
	}
	
	.block-category-style-g--item {
		flex-basis: 440px;
		overflow: hidden;
	}
	
	.block-category-style-g--item-name {
		font-size: 16px;
		border-bottom: #444 dashed 1px;
		padding-bottom: 10px;
	}
	
	.block-category-style-g--item-image {
		width: 143px;
		float: left;
	}
	
	.block-category-style-g--item-comment {
		width: 275px;
		float: right;
	}
	
	.block-category-style-g--item ul {
		clear: both;
		margin: 10px 10px 0 10px;
		padding: 0;
	}
	
	.block-category-style-g--item ul li {
		margin: 0 0 0 2em;
		padding: 0;
		list-style: square;
	}
	
	
	/* ----カテゴリー画面：一覧：block-category-style-l---- */
	
	.block-category-style-l--item-name {
		display: inline;
	}
	
	.block-category-style-l--splitter {
		margin: 0 5px;
	}
	
	
	/* ----カテゴリー画面：サムネイル：block-category-style-t---- */
	
	.block-category-style-t {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 0 50px 0;
	}
	
	.block-category-style-t--item {
		flex-basis: 210px;
		overflow: hidden;
		margin: 0 0 0 20px;
	}
	
	.block-category-style-t--item:nth-child(4n+1) {
		margin: 0;
	}
	
	
	/* ----カテゴリーツリー---- */
	
	.block-category-tree--item__open, .block-category-tree--item {
		border-top: #eee 1px solid;
	}
	
	.block-category-tree--item__open a, .block-category-tree--item a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 43px;
	}
	
	.block-category-tree--level-2>li {
		text-indent: 10px;
	}
	
	.block-category-tree--level-3>li {
		text-indent: 20px;
	}
	
	.block-category-tree--level-4>li {
		text-indent: 30px;
	}
	
	.block-category-tree--image {
		width: 43px;
		height: 43px;
		margin-right: 9px;
	}
	
	
	/* ----ジャンルツリー---- */
	
	.block-genre-tree--item__open, .block-genre-tree--item {
		border-top: #eee 1px solid;
	}
	
	.block-genre-tree--item__open a, .block-genre-tree--item a {
		display: flex;
		align-items: center;
		height: 43px;
	}
	
	.block-genre-tree--level2>li {
		text-indent: 10px;
	}
	
	.block-genre-tree--level3>li {
		text-indent: 20px;
	}
	
	.block-genre-tree--level4>li {
		text-indent: 30px;
	}
	
	.block-genre-tree--image {
		width: 43px;
		height: 43px;
		margin-right: 9px;
	}
	
	
		/*------------------------------------------------*/
	/*------------------------	block_misc.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----ランディングページ---- */
	
	.block-landingpage-login--member-body {
		display: table;
		width: 100%;
		padding: 20px;
		overflow: hidden;
		border: solid 3px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-login--member-frame {
		display: table-cell;
	}
	
	.block-landingpage-login--login {
		margin-top: 10px;
		padding: 12px 0;
		font-size: 16px;
		width: 160px;
	}
	
	.block-landingpage-login--ask-password {
		margin-top: 10px;
		text-align: center;
	}
	
	.block-landingpage-form {
		margin-top: 10px;
		display: table;
		width: 100%;
		padding: 20px;
		overflow: hidden;
		border: solid 3px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-form--goods {
		padding: 20px;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-form--spec-content {
		padding: 20px;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-form--goods {
		padding: 20px;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-form--spec-content dl {
		margin: 0 0 10px 0;
	}
	
	.block-landingpage-form--payment-content {
		padding: 20px;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-form--payment-content-method-select li {
		margin: 0 0 10px 0;
	}
	
	.block-landingpage-form--sales-append-content {
		background: #fff;
		border: solid 1px #dcdcdc;
		margin: 0 0 20px 0;
	}
	
	.block-landingpage-form--sales-append-content .form-label, .block-landingpage-form--sales-append-content .constraint {
		background-color: #f8f8f8;
	}
	
	.block-landingpage-form--sales-append-content .form-group:not(:last-child) {
		border-bottom: solid 1px #dcdcdc;
	}
	
	.block-landingpage-login--guest-body {
		display: table;
		width: 100%;
		padding: 20px;
		overflow: hidden;
		border: solid 3px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-login--guest-info {
		padding: 20px;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-login--guest-info-value-label, .block-landingpage-other--dest-input-value-label {
		display: inline-block;
		width: 60px;
		text-align: center;
	}
	
	.block-landingpage-other--dest {
		padding: 10px;
		background: #f8f8f8;
		border: 1px solid #dcdcdc;
	}
	
	.block-landingpage-other--dest-input {
		padding: 20px;
		border-bottom: solid 1px #dcdcdc;
		border-left: solid 1px #dcdcdc;
		border-right: solid 1px #dcdcdc;
		background: #fff;
	}
	
	.block-landingpage-order {
		padding: 20px;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	/*------------------------------------------------*/
	/*------------------------	USER	base.css	------------------------*/
	/*------------------------------------------------*/
	
	@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
	@import url("https://fonts.googleapis.com/css?family=Cinzel");
	
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
		position: relative;
		box-sizing: border-box;
	}
	
	@font-face {
		font-family: 'tga';
		src: url('fonts/texgyreadventor-regular.otf');
		font-weight: normal;
		font-style: normal;
	}
	
	
	/* ----全体設定---- */
	
	html {
		font-size: 62.5%;
	}
	
	body {
		color: #000;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: .02em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-print-color-adjust: exact;
	}
	
	
	/* ----ヘッドライン---- */
	
	h1, .h1 {
		margin: 0 0 30px;
		padding: 0;
		color: #000;
		font-size: 2.2rem;
		font-weight: normal;
		line-height: 1;
	}
	
	h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 2.4rem;
		font-weight: normal;
		color: #414141;
		line-height: 33px;
		line-height: calc(33/24);
	}
	
	h2.h1.block-category-list--header {
		font-size: 2.8rem;
		color: #666666;
		text-align: center;
	}
	
	h2.h1.block-category-list--header img {
		width: 153px;
		display: block;
		margin: auto;
	}
	
	h3, h4, h5 {
		font-size: 1.8rem;
		font-weight: normal;
		color: #414141;
		line-height: 21px;
		line-height: calc(21/18);
	}
	
	.optimaized-h1 {
		display: none;
	}
	
	
	/* ----リンク---- */
	
	a {
		color: #000;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	.hover {
		text-decoration: none;
		transition: opacity 0.2s;
	}
	
	.hover:hover {
		opacity: 0.7;
	}
	
	.block-goods-list-d--goods-name a {
		color: #666666;
		text-decoration: none;
	}
	
	
	/* ----イメージ---- */
	
	figure {
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		max-width: none;
		max-height: none;
		min-width: 0;
		min-height: 0;
		background: transparent;
		transition: opacity 0.25s;
	}
	
	a:hover figure {
		opacity: 0.6;
	}
	
	img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
	}
	
	
	/* ----入力フォーム共通---- */
	
	input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], select, textarea {
		padding: 0 0 0 10px !important;
		height: 30px !important;
		color: #000;
		font-size: 12px !important;
		text-indent: 0!important;
		vertical-align: middle!important;
		line-height: 20px!important;
		border: 1px solid #000!important;
		border-radius: 0!important;
		box-sizing: border-box!important;
		outline: none!important;
		background: #fff!important;
		-webkit-appearance: none!important;
		-moz-appearance: none!important;
		appearance: none!important;
		transition-property: border, background!important;
		transition-duration: 0.2s!important;
	}
	
	textarea {
		padding: 10px !important;
		height: 150px !important;
	}
	
	select {
		-webkit-appearance: menulist!important;
		-moz-appearance: menulist!important;
		appearance: menulist!important;
	}
	
	input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="url"]:hover, input[type="number"]:hover, select:hover, textarea:hover {
		border: 1px solid #b4b4b4!important;
	}
	
	input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
		border-color: #5b5758!important;
		background: #fff!important;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1)!important;
	}
	
	input[name="name"], input[name="name2"], input[name="kana"], input[name="kana2"], input[name="s_name"], input[name="s_name2"], input[name="s_kana"], input[name="s_kana2"], input[name="coupon"] {
		width: 180px!important;
	}
	
	
	/* ----ボタン---- */
	
	.btn {
		display: inline-block!important;
		padding: 0 15px !important;
		height: 30px !important;
		font-size: 1.2rem !important;
		font-weight: normal!important;
		text-align: center!important;
		vertical-align: middle!important;
		text-indent: 1px!important;
		letter-spacing: 1px!important;
		vertical-align: middle!important;
		line-height: 28px !important;
		border-width: 1px !important;
		border-style: solid!important;
		border-color: #8a8a8a!important;
		box-sizing: border-box!important;
		outline: none!important;
		background: transparent!important;
		cursor: pointer!important;
		transition-property: opacity, background!important;
		transition-duration: 0.25s!important;
	}
	
	.btn-default {
		color: #000 !important;
		border: 1px solid #000 !important;
		background-color: #fff !important;
	}
	
	.btn-default:hover {
		color: #fff!important;
		background-color: #000!important;
	}
	
	.btn-primary {
		border: solid 1px #000 !important;
		background-color: #000 !important;
	}
	
	.btn-primary:hover {
		color: #000;
		border: solid 1px #000 !important;
		background-color: #fff !important;
	}
	
	.btn-secondary {
		color: #3c3c3c !important;
		border: 1px solid #000 !important;
		background-color: #fff !important;
	}
	
	.btn-secondary:hover {
		background-color: #000 !important;
	}
	
	.btn-danger {
		color: #3c3c3c !important;
		border: 1px solid #8a8a8a !important;
		background-color: #fff !important;
	}
	
	.btn-danger:hover {
		border: solid 1px #7d7d7d !important;
		background-color: #7d7d7d !important;
		color: #fff !important;
	}
	
	.block-list-button {
		padding: 10px 0 0!important;
		font-size: 0!important;
		text-align: center!important;
	}
	
	.block-list-button .btn {
		display: block!important;
		margin: 10px auto 0!important;
		padding: 0!important;
		width: 154px!important;
	}
	
	.status-reserve [class^="status-progress"]:after {
		border-right: #5b5758 solid 4px!important;
		background: #5b5758!important;
	}
	
	.status-return [class^="status-progress"]:after {
		border-right: #5b5758 solid 4px!important;
		background: #5b5758!important;
	}
	
	
	/* ----入力フォームボタン---- */
	
	.action-buttons {
		margin: 60px 0 0!important;
	}
	
	
	/* ----テーブル---- */
	
	.table, .table td, .table th {
		margin: 0!important;
		padding: 0!important;
		font-size: 1.2rem!important;
		line-height: 20px!important;
		border-collapse: collapse!important;
		border: 0!important;
	}
	
	.table {
		margin: 10px 0 0!important;
		border: 1px solid #d8d8d8!important;
		box-sizing: border-box!important;
	}
	
	.table td, .table th {
		margin: 0!important;
		padding: 10px 20px!important;
		text-align: left!important;
		vertical-align: top!important;
		border-top: 1px solid #d8d8d8!important;
		border-right: 1px solid #d8d8d8!important;
	}
	
	.table th {
		font-weight: normal!important;
		border-top: 1px solid #d8d8d8!important;
		border-right: 1px solid #d8d8d8!important;
		background: #e5e5e5!important;
		color: #000!important;
	}
	
	
	/* ----ページャー---- */
	
	.pager {
		margin: 0!important;
		padding: 40px 0 0!important;
		color: #8a8a8a!important;
		font-size: 0!important;
		text-align: center!important;
		line-height: 1!important;
	}
	
	.block-goods-list--pager-bottom {
		padding: 20px 0 0!important;
	}
	
	.pager-total {
		display: block!important;
		margin: 0!important;
		padding: 0!important;
		font-size: 1.2rem!important;
	}
	
	.pagination>* {
		float: none!important;
		margin: 0!important;
		padding: 0!important;
		border: none !important;
		background: transparent!important;
	}
	
	.pagination li {
		display: inline-block!important;
		margin: 25px 5px 0!important;
		font-size: 12px!important;
		line-height: 34px!important;
	}
	
	.pagination li a, .pagination li span {
		display: block!important;
		width: 34px!important;
		height: 34px!important;
		color: #8a8a8a!important;
		text-decoration: none!important;
		/*	background-image: url(../../images/usr/common/icon_diamond_linewhite.png);*/
		background-position: center center!important;
		background-repeat: no-repeat!important;
		background-size: 34px!important;
		transition: background 0.25s!important;
	}
	
	.pagination li a:hover, .pagination .pager-current span {
		color: #1c1a1b!important;
		font-size: 14px!important;
	}
	
	.pagination .pager-first a, .pagination .pager-previous a, .pagination .pager-next a, .pagination .pager-last a {
		position: relative!important;
		margin: 0!important;
		text-indent: 100%!important;
		white-space: nowrap!important;
		overflow: hidden!important;
	}
	
	.pagination .pager-first a:after, .pagination .pager-previous a:after, .pagination .pager-next a:after, .pagination .pager-last a:after {
		display: block!important;
		content: ""!important;
		position: absolute!important;
		top: 0!important;
		text-indent: 0!important;
		width: 100%!important;
		height: 100%!important;
		background-position: center center!important;
		background-repeat: no-repeat!important;
		background-size: 10px!important;
	}
	
	.pagination .pager-first a:after, .pagination .pager-previous a:after {
		left: 0!important;
	}
	
	.pagination .pager-first a:after {
		background-image: url(../../images/usr/common/pager_first.png)!important;
	}
	
	.pagination .pager-previous a:after {
		background-image: url(../../images/usr/common/pager_previous.png)!important;
	}
	
	.pagination .pager-next a:after, .pagination .pager-last a:after {
		right: 0!important;
	}
	
	.pagination .pager-next a:after {
		background-image: url(../../images/usr/common/pager_next.png)!important;
	}
	
	.pagination .pager-last a:after {
		background-image: url(../../images/usr/common/pager_last.png)!important;
	}
	
	.pagination .pager-first a:hover, .pagination .pager-previous a:hover, .pagination .pager-next a:hover, .pagination .pager-last a:hover {
		background: none!important;
		opacity: 0.6!important;
	}
	
	
	/* ----ツールチップ---- */
	
	.balloontip {
		margin: 0!important;
		padding: 5px 10px!important;
		width: auto!important;
		height: auto!important;
		color: #3c3c3c!important;
		font-size: 12px!important;
		line-height: 24px!important;
		border: 1px solid #dcdcdc!important;
		border-radius: 0!important;
		background: #fff!important;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)!important;
		opacity: 1!important;
	}
	
	
	/* ----ドロップダウン---- */
	
	.dropdown {
		margin: -1px 0 0 !important;
		font-size: 0 !important;
		line-height: 1 !important;
		border: 1px solid #8a8a8a !important;
	}
	
	.dropdown li {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 12px !important;
		border: 0 !important;
		border-top: 1px solid #dcdcdc !important;
		background: transparent !important;
	}
	
	.dropdown li:first-child {
		border-top: 0 !important;
	}
	
	.dropdown li span {
		display: block!important;
		padding: 13px 15px!important;
		margin: 0!important;
		text-decoration: none!important;
		line-height: 1!important;
		color: #fff!important;
		cursor: pointer!important;
	}
	
	.dropdown li span {
		display: block!important;
		margin: 0!important;
		padding: 0 25px!important;
		height: 30px!important;
		color: #3c3c3c!important;
		line-height: 28px!important;
		background: #fff!important;
		transition: background 0.25s!important;
	}
	
	.dropdown li span:hover {
		background: #f0f0f0!important;
	}
	
	
	/* ----モーダルダイアログ---- */
	
	.modal-header {
		margin: 0!important;
		padding: 15px 30px!important;
		font-size: 15px!important;
		font-weight: normal!important;
		line-height: 1!important;
		background: #5b5758!important;
	}
	
	.modal-content {
		background: #f5f5f5!important;
	}
	
	
	/* ----ラベルアイコン---- */
	
	.block-icon {
		margin: 0 0 0 -5px!important;
		padding: 5px 0 0!important;
	}
	
	.block-icon span {
		display: inline-block!important;
		margin: 5px 0 0 5px!important;
	}
	
	.block-icon img {
		width: auto!important;
		height: 16px!important;
	}
	
	
	/* ----会員規約補足文言---- */
	
	.block-member-info--use-spoofing-protection .agree_complement {
		font-size: 9px!important;
		text-align: left!important;
		width: 590px!important;
	}
	/*------------------------------------------------*/
	/*------------------------	USER	base_form.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----ボタン---- */
	
	.btn-danger {
		color: #fff;
		border: solid 1px #333;
		background-color: #666;
	}
	
	
	/* ----画面上部メッセージ---- */
	
	.alert {
		margin-top: 5px;
		padding: 10px 10px 10px 30px;
		margin-bottom: 5px;
		position: relative;
		border: 1px solid #a94442;
		color: #a94442;
		/*background-color: #f2dede;*/
	}
	
	.success {
		margin-top: 5px;
		padding: 10px 10px 10px 30px;
		margin-bottom: 5px;
		position: relative;
		border: 1px solid #7d7d7d;
		color: #7d7d7d;
		background-color: #fff;
	}
	
	.success:before {
		font-family: FontAwesome;
		content: "\f05a";
		position: absolute;
		left: 10px;
	}
	
	
	/* ----入力支援---- */
	
	.required:after {
		display: inline;
		padding: .2em .6em;
		font-size: 11px;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: .25em;
		color: #fff;
		background-color: #a94442;
		content: "必須";
	}
	
	.count-msg {
		display: block;
		font-size: 11px;
		margin-top: 5px;
		color: #a94442;
	}
	/*------------------------------------------------*/
	/*------------------------	USER	base_misc.css	------------------------*/
	/*------------------------------------------------*/
	
	.price {
		color: #a94442;
	}
	
	.modal-body li a {
		padding: 12px;
		color: #969696;
		display: flex;
		max-width: 560px;
		font-size: 16px;
	}
	
	.modal-body li a i {
		margin: 0 10px 0 auto;
		color: #444;
		font-size: 16px;
	}
	
	.modal-body li a:hover {
		text-decoration: none;
	}
	
	.modal-body li a:hover i {
		color: #969696;
		text-decoration: none;
	}
	/*------------------------------------------------*/
	/*------------------------	USER	layout.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----全体レイアウト---- */
	
	.pane-header, .pane-footer, .pane-globalnav, .pane-contents, .pane-order-contents, .pane-main, .pane-left-menu, .pane-right-menu, .pane-topic-path, .pane-order-header {
		position: relative;
		margin: 0;
		padding: 0;
		max-width: none;
		max-height: none;
		min-width: 0;
		min-height: 0;
		width: auto;
		height: auto;
		line-height: 1;
		background: transparent;
	}
	
	.wrapper {
		margin: 0;
		padding: 0;
		max-width: none;
		max-height: none;
		min-height: 0;
		width: 100%;
		min-width: 980px;
		height: auto;
		line-height: 1;
		background: transparent;
	}
	
	.container {
		margin: 0;
		padding: 0;
		max-width: none;
		max-height: none;
		min-width: 0;
		min-height: 0;
		width: auto;
		height: auto;
		line-height: 1;
		background: transparent;
	}
	
	.pane-contents, .pane-order-contents {
		margin: 30px auto 80px;
		padding: 0;
		max-width: 1060px;
	}
	
	.pane-contents .container,
	.pane-order-contents .container {
		margin: 0 30px;
	}
	#home .pane-contents .container,
	#home .pane-order-contents .container {
		margin: 0;
	}
	#home .pane-contents,
	#home .pane-order-contents {
		max-width: 100%;
	}
	
	.page-goods .pane-contents .container {
		margin: 0;
	}
	
	.page-top .pane-contents {
		margin-top: 20px;
	}
	
	.page-freepage .pane-contents .container {
		margin: 0;
	}
	
	.pane-contents .pane-main, .pane-contents .pane-right-menu {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	.pane-main, .pane-right-menu {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
	.pane-left-menu {
		margin: 0 60px 0 0;
		padding: 0;
		width: 220px;
	}
	
	.pane-main {
		line-height: 1.8;
	}
	
	.pane-header .container, .pane-topic-path .container, .pane-order-header .container {
		display: block;
		position: relative;
		margin: auto;
		max-width: 1060px;
		height: auto;
	}
	
	.pane-order-header {
		border-bottom: 1px solid #d8d8d8;
	}
	
	.pane-order-header .container {
		min-height: 0;
		height: 40px;
	}
	
	.pane-footer {
		position: relative;
		margin: 35px 0 0;
		padding: 0;
		border-top: none;
		overflow: visible;
	}
	
	.pane-globalnav {
		min-height: 45px;
		background: #285a96;
	}
	
	
	/* ----商品詳細---- */
	
	.block-goods-detail, .pane-goods-left-side, .pane-goods-right-side, .pane-goods-center, .pane-goods-footer {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		max-width: none;
		max-height: none;
		min-width: 0;
		min-height: 0;
		width: auto;
		height: auto;
		line-height: 1;
		background: transparent;
	}
	
	.pane-goods-header {
		margin: 0;
	}
	
	.pane-goods-left-side {
		float: left;
		padding: 0;
		width: 580px;
	}
	
	.pane-goods-right-side {
		float: right;
		width: 350px;
	}
	
	.pane-goods-center {
		padding: 15px 0 0;
		width: 100%;
		clear: both;
	}
	
	.goods-detail-description {
		margin: 15px 0 0;
	}
	
	.goods-detail-description dt {
		margin: 0;
		padding: 0;
		width: 20%;
		font-weight: normal;
	}
	
	.goods-detail-description dd {
		margin: 0;
		padding: 0 0 0 7px;
		width: calc(80% - 7px);
	}
	
	.goods-detail-description dd:before {
		display: inline-block;
		content: "：";
		margin: 0 12px 0 0;
	}
	
	
	/* ----ホーム---- */
	
	.page-top .pane-contents {
		max-width: none;
	}
	
	.page-top .pane-contents .container {
		margin: 0;
	}
	
	.page-top .pane-left-menu, .page-category .pane-left-menu {
		display: none;
	}
	
	.page-top .pane-right-menu {
		display: none;
	}
	
	
	/* ----商品一覧---- */
	
	.page-category .pane-main {
		width: 1060px;
		margin: auto;
		max-width: 100%;
	}
	/*------------------------------------------------*/
	/*------------------------	USER	block_common.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----トピック---- */

	.block-topic-page--article-icon {
		vertical-align: middle;
	}
	
	.block-topic-page--article figure {
		font-size: 0;
	}
	
	.block-topic-page--article figure img {
		padding-bottom: 10px;
	}
	
	.block-topic-details--items dl, .block-topic-details--items dt, .block-topic-details--items dd {
		display: inline;
	}
	
	.block-topic-details--items dt {
		margin-right: 10px;
	}
	
	.block-topic-details--items img {
		vertical-align: middle;
	}
	
	.block-topic-details--items li {
		border-bottom: #ddd 1px solid;
		padding: 10px 0;
	}
	
	/* ----パンくず---- */
	
	.block-topic-path {
		padding: 12px 0;
	}
	
	.block-topic-path--list li {
		display: inline-block;
		padding-right: 5px;
	}
	
	.block-topic-path--list a {
		text-decoration: underline;
	}
	
	
	/* ----左メニューブロック共通---- */
	
	.pane-left-menu h2 {
		font-size: 16px;
		border-top: #444 1px solid;
		padding: 16px 0;
		font-weight: bold;
		margin-bottom: 0;
	}
	
	.pane-left-menu h3 {
		font-size: 14px;
		padding: 8px 0;
		font-weight: bold;
		border-bottom: #eee 1px solid;
		margin-bottom: 5px;
		cursor: pointer;
	}
	
	
	/* ----キーワード検索ブロック---- */
	
	.block-search-box--search-detail a {
		color: #6fb4c3;
		text-decoration: underline;
	}
	
	.block-search-box--form {
		background-color: #eee;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	input.block-search-box--keyword:hover, input.block-search-box--keyword {
		border: none;
		background-color: transparent;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	button.block-search-box--search-submit {
		border: none;
		background-color: transparent;
		width: 33px;
	}
	
	.block-search-box--search-detail {
		margin: 5px 0;
	}
	
	
	/* ----Ajaxカートブロック---- */
	
	.block-jscart--items {
		border-bottom: #eee 1px solid;
		margin-bottom: 5px;
	}
	
	.block-jscart--items dd {
		text-align: right;
	}
	
	.block-jscart--delete {
		text-align: right;
		margin-bottom: 5px;
	}
	
	.block-jscart--cart-to-order {
		text-align: center;
		margin-top: 15px;
	}
	
	
	/* ----エラー画面---- */
	
	.block-validation-alert {
		text-align: center;
		margin: 100px auto;
		padding: 30px;
		width: 500px;
		border: 1px solid #808080;
	}
	
	.block-validation-alert--title {
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.block-validation-alert--link {
		display: block;
		margin-top: 10px;
	}
	
	.block-common-alert {
		margin-top: 40px;
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #bcbcbc;
		color: #a94442;
		background-color: #fff;
	}
	
	.block-common-alert--link {
		display: block;
		margin-top: 10px;
	}
	
	.block-common-alert-list {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #bcbcbc;
		background-color: #fff;
	}
	
	.block-common-alert-list--items {
		color: #a94442;
	}
	
	
	/* ----郵便番号サジェスト---- */
	
	.block-ziplist--ziplist-frame {
		z-index: 2000;
	}
	
	
	/* ----サイクル情報編集---- */
	
	.block-regular-cycle--cycle-sub-type {
		margin-bottom: 10px;
		padding: 10px;
		background: #f8f8f8;
		border: 1px solid #ccc;
	}
	
	.block-regular-cycle--deliv_date {
		width: 100%;
		margin: 20px 0;
	}
	
	.block-regular-cycle--deliv_date--prev-expected-dt {
		border-top: 1px dotted #ccc;
		border-left: 1px dotted #ccc;
		border-right: 1px dotted #ccc;
	}
	
	.block-regular-cycle--deliv_date--next-expected-dt {
		border: 1px dotted #ccc;
	}
	
	.block-regular-cycle--deliv_date--prev-expected-dt-title, .block-regular-cycle--deliv_date--next-expected-dt-title {
		padding: 8px;
		text-align: center;
		font-weight: bold;
		vertical-align: top;
		background-color: #f8f8f8;
		border-bottom: 1px dotted #ccc;
	}
	
	.block-regular-cycle--deliv_date--prev-expected-dt-date, .block-regular-cycle--deliv_date--next-expected-dt-date {
		padding: 8px;
		text-align: center;
		font-weight: bold;
		vertical-align: top;
	}
	/*------------------------------------------------*/
	/*------------------------	USER	block_goods.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----商品詳細画面---- */
	
	.block-goods-price--on-sales-comment {
		margin: 0 0 10px 0;
	}
	
	.block-variation-favorite--btn {
		display: table-cell !important;
		vertical-align: middle !important;
		font-size: 24px;
		width: 54px;
		height: 54px;
	}
	
	
	/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */
	
	.block-goods-list-d {
		margin-top: 60px;
	}
	
	.block-goods-list-d li {
		position: relative;
		min-height: 800px;
		margin-bottom: 20px;
	}
	
	.block-goods-list-d li+li {
		margin-top: 220px;
	}
	
	.block-goods-list-d--image {
		width: 540px;
	}
	.block-goods-list-d--item-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	
	.block-goods-list-d--image figure {
		width: 100%;
		height: auto;
		background: transparent;
	}
	
	.block-goods-list-d--item-description {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: unset;
		width: 460px;
		padding: 0;
		box-sizing: border-box;
	}
	
	.block-goods-list-d li:nth-child(even) .block-goods-list-d--item-description {
		order: 2;
		padding-left: 37px;
		padding-left: 64px;
	}
	.block-goods-list-d li:nth-child(even) .block-goods-list-d--image {
		order: 1;
	}
		.block-goods-list-d li:nth-child(odd) .block-goods-list-d--item-description {
		order: 1;
		padding-right: 37px;
	}
	.block-goods-list-d li:nth-child(odd) .block-goods-list-d--image {
		order: 2;
	}
	
	.block-goods-list-d--goods-name {
		margin: 7px 0 0 0;
	}
	
	.block-goods-list-d--goods-name a {
		color: #000;
		font-size: 1.7rem;
		font-weight: 600;
		text-decoration: none;
	}
	
	.block-goods-list-d--item-details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 26px 0 0 0;
	}
	
	.block-goods-list-d--item-details-left {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.block-goods-list-d--add-cart {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		margin-top: 18px;
		text-align: center;
	}
	
	.block-add-cart .block-add-cart--btn.btn,
	.block-goods-list-d--add-cart .block-list-add-cart-btn {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 40px!important;
		margin: 0 auto;
		padding: 12px 0;
		border: 1px solid #000;
		background-color: #000!important;
		color: #fff;
		font-size: 1.5rem!important;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.block-add-cart .block-add-cart--btn.btn:hover,
	.block-goods-list-d--add-cart .block-list-add-cart-btn:hover {
		background-color: #fff!important;
		color: #000!important;
	}
	
	.block-goods-list-d--add-cart .block-list-custom-order-btn {
		display: block;
		padding: 12px 0;
		font-size: 16px;
		width: 220px;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	
	.block-goods-list-d--price-infos {
		width: 100%;
		text-align: left;
	}
	
	.block-goods-list-d--price-title {
		display: none;
	}
	
	.block-goods-list-d--price {
		display: inline-block;
		color: #000;
		font-size: 1.6rem;
		font-weight: 600;
	}
	
	.block-goods-list-d--stock-items {
		display: none;
		width: 100%;
		text-align: left;
	}
	
	.block-goods-list-d--stock-title {
		display: inline-block;
	}
	
	.block-goods-list-d--stock {
		display: inline-block;
	}
	
	.block-goods-list-d .price {
		font-weight: bold;
	}
	
	.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 {
		text-align: left;
	}
	
	.block-goods-list-d--comment {
		margin: 26px 0 0 0;
		color: #df8191;
		font-size: 1.4rem;
	}
	
	.block-goods-list-d--scomment {
		color: #df8191;
		font-size: 1.2rem;
	}
	.block-goods-list-d--goods-comment dt {
		color: #df8191;
		font-size: 3rem;
		line-height: 1.4
	}
	
	.block-goods-prod-ttl-img {
		margin: 0 0 60px -37px;
	}
	
	.page-goods .block-goods-prod-ttl-txt {
		display: none;
	}
	
	.block-goods-prod-ttl-txt {
		font-family: futura-pt, sans-serif;
	}
	
	.page-category .block-goods-prod-ttl-txt {
		display: none;
	}
	
	.block-goods-list-d--goods-comment dd {
		margin: 30px 0 0;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.block-goods-comment1  .txt-caution,
	.block-goods-list-d--goods-comment  .txt-caution {
		font-size: 1.1rem;
		vertical-align: top;
	}
	
	.block-goods-list-d--goods-comment dd .block-comment-caution {
		margin-top: 20px;
		font-size: 1.1rem;
	}
	
	.block-goods-list-d .block-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: unset;
		margin: 40px 0 0 0 !important;
		padding: 0!important;
	}
	
	.block-goods-list-d .block-icon .block-icon-top {
		position: absolute;
		top: 740px;
	}
	
	.block-goods-list-d li:nth-child(odd) .block-icon .block-icon-top {
		right: 0;
	}
	
	.block-goods-list-d li:nth-child(even) .block-icon .block-icon-top {
		right: 520px;
	}
	
	.block-goods-list-d .block-icon span {
		display: inline-block!important;
		margin: 0 5px 5px 0!important;
	}
	
	.block-goods-list-d .block-icon .block-icon-top span {
		margin: 0 10px 5px 0!important;
	}
	
	.block-goods-list-d .block-icon img {
		width: auto!important;
		height: 17px!important;
	}
	
	.block-goods-list-d .block-icon .block-icon-top img {
		height: 60px!important;
	}
	
	.page-category .txt-caution {
		font-size: 20px;
	}
	
	.block-goods-list-d--net-price.net-price {
		display: none;
	}
	/*------------------------------------------------*/
	/*------------------------	USER	block.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----ヘッダー---- */
	
	.pane-header .container {
		position: relative;
		width: 1060px;
		max-width: 100%;
		margin: auto;
		padding-top: 45px;
		font-family: futura-pt, sans-serif;
	}
	
	.block-header--logo {
		width: 340px;
		margin: 0 auto;
	}
	
	.block-storenav--menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-top: 25px;
	}
	
	.block-storenav--menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
	
	.block-storenav--menu ul li:not(:last-child) {
		margin-right: 60px;
	}
	
	.block-storenav--menu ul a {
		display: inline-block;
		position: relative;
		padding-bottom: 4px;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0em;
		overflow: hidden;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-storenav--menu ul a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: -100%;
		width: 100%;
		height: 2px;
		background-color: #edb8c1;
		-webkit-transition: .15s ease-in-out;
		transition: .15s ease-in-out;
	}
	
	.block-storenav--menu ul a:hover::after {
		left: 0;
	}
	
	.block-storestatus--button, .block-storestatus--button ul, .block-storestatus--button ul li, .block-storestatus--button ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.block-storestatus--button {
		position: absolute;
		top: 23px;
		right: 0;
	}
	
	.block-storestatus--button ul li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 18px;
	}
	
	.block-storestatus--button ul li a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-weight: 500;
	}
	
	.block-storestatus--button ul li a img {
		margin-right: 9px;
	}
	
	.block-headernav--cart-count {
		display: none;
		position: absolute;
		width: 18px;
		height: 18px;
		line-height: 20px;
		font-size: 1rem;
		background-color: #e28595;
		color: #fff;
		border-radius: 25px;
		top: -9px;
		left: 12px;
		z-index: 2;
		letter-spacing: .02em;
		text-align: center;
		opacity: .7;
	}
	
	
	/* ----フッター---- */
	
	.pane-footer {
		font-family: futura-pt, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	.block-footer-sns-list {
		margin-bottom: 28px;
	}
	
	.block-footer-sns-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.block-footer-sns-list ul li {
		margin: 0 20px;
	}
	
	.block-footer-sns-list ul li a {
		display: block;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-footer-sns-list ul li a:hover {
		opacity: .7;
	}
	
	.block-footer-sns-list ul li a img {
		display: block;
	}
	
	.block-footer-sns-list ul li:nth-child(1) a img, .block-footer-sns-list ul li:nth-child(3) a img {
		width: 22px;
	}
	
	.block-footer-sns-list ul li:nth-child(2) a img {
		width: 12px;
	}
	
	.block-footer-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
/* 		min-width: 1060px; */
		padding: 25px 0 0;
		background-color: #e5e5e5;
	}
	
	.block-footer-logo {
		width: 230px;
	}
	
	.block-footer-logo a {
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-footer-logo a:hover {
		opacity: .7;
	}
	
	.block-footer-nav {
		padding-bottom: 96px;
		padding-bottom: 50px;
	}
	
	.block-footer-nav-list {
		margin-top: 20px;
	}
	
	.block-footer-nav-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.2rem
	}
	
	.block-footer-nav-list ul li {
		margin: 0 11px;
	}
	
	.block-footer-nav-list ul li a {
		position: relative;
		font-weight: 400;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-footer-nav-list ul li a:hover {
		opacity: .7;
	}
	
	.block-footer-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 42px;
		background-color: #000;
	}
	
	.block-footer-bottom ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.1rem
	}
	
	.block-footer-bottom ul li {
		margin: 0 6px;
		color: #fff;
	}
	
	.block-footer-bottom ul a {
		color: #fff;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-footer-bottom ul a:hover {
		opacity: .7;
	}
	
	.block-footer-bottom ul .small {
		font-size: 1rem;
	}



	/* ----パンくず---- */
	
	.block-topic-path {
		margin: 6px 30px 0;
		line-height: 21px;
	}
	
	.block-topic-path a {
		color: #8a8a8a;
		text-decoration: none;
		line-height: 1;
	}
	
	.block-topic-path a:hover {
		text-decoration: underline;
	}
	
	.block-topic-path--item__home a {
		position: relative;
		padding: 0 0 0 18px;
	}
	
	.block-topic-path--item__home a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin: -5px 0 0;
		width: 10px;
		height: 10px;
		background: url(../../images/usr/common/icon_home.png) no-repeat;
		background-size: 10px;
	}
	
	
	/* ----サイドメニュー---- */
	
	.block-category-tree h2, .block-genre-tree h2 {
		margin: 0;
		padding: 0;
		font-family: "Noto Sans Japanese", sans-serif;
		font-size: 15px;
		font-weight: normal;
		line-height: 1;
		border: 0;
	}
	
	.block-category-tree ul, .block-genre-tree ul {
		margin: 0 0 0 15px;
		padding: 10px 0 40px;
	}
	
	.block-category-tree li, .block-genre-tree li {
		margin: 20px 0 0;
		padding: 0;
		border: 0;
		line-height: 1;
	}
	
	.block-category-tree li a, .block-genre-tree li a {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}
	
	.block-leftmenu-banner li {
		padding: 0 0 10px;
	}
	
	.block-leftmenu-banner li a {
		display: block;
	}
	
	.block-leftmenu-banner li img {
		width: 100%;
		height: auto;
	}
	
	.block-leftmenu-other {
		margin: 30px 0 0;
		border-top: 1px solid #d8d8d8;
	}
	
	.block-leftmenu-other ul {
		padding: 20px 0 0;
	}
	
	.block-leftmenu-other li {
		margin: 20px 0 0;
		font-size: 12px;
	}
	
	
	/* ----カテゴリーイメージ---- */
	
	.block-category-image {
		padding: 0 0 60px;
	}
	
	
	/* ----カテゴリーサマリー---- */
	
	.block-category-list--comment {
		font-size: 15px;
		line-height: 27px;
	}
	
	
	/* ----カテゴリー表示---- */
	
	.block-goods-list--display-style-items, .block-goods-list--sort-order-items {
		margin: 60px 0 0;
	}
	
	.page-category .block-goods-list--sort-order-items, .page-category .block-goods-list--pager {
		display: none;
	}
	
	.block-goods-list--display-style-items dt, .block-goods-list--sort-order-items dt, .block-goods-list--display-style-items dd, .block-goods-list--sort-order-items dd {
		font-weight: normal;
	}
	
	.block-goods-list--display-style-items dd, .block-goods-list--sort-order-items dd {
		margin: 0 0 0 15px;
	}
	
	.block-goods-list--display-style-items dd a, .block-goods-list--sort-order-items dd a {
		color: #888888;
	}
	
	.block-goods-list--display-style-items {
		display: none;
	}






	/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
	
	.block-thumbnail-h, .block-thumbnail-h li, .block-thumbnail-h dl, .block-thumbnail-h dt, .block-thumbnail-h dd, .block-thumbnail-h figure {
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		color: #8a8a8a;
		text-align: left;
		border: 0;
		background: transparent;
	}
	
	.block-thumbnail-h {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 40px 0 0;
		font-size: 0;
		line-height: 1;
	}
	
	.block-thumbnail-h li, .block-thumbnail-h li:nth-child(6n+1) {
		margin: 0;
		width: 240px;
		font-size: 12px;
	}
	
	.block-thumbnail-h li:not(:nth-child(4n)) {
		margin-right: 33px;
	}
	
	.block-thumbnail-h figure img {
		width: 100%;
		height: auto;
	}
	
	.block-thumbnail-h--goods-name {
		margin: 18px 0 0;
		min-height: inherit;
		color: #000;
		font-size: 1.3rem;
		font-weight: 600;
		text-align: center;
		line-height: 1.4;
	}
	
	.block-thumbnail-h--goods-name a {
		text-decoration: none;
	}
	
	.block-thumbnail-h--goods .price, .block-thumbnail-h--goods .net-price, .block-thumbnail-h--goods .default-price, .block-thumbnail-h--goods .exchange-price, .block-thumbnail-h--goods .block-exchange-price--rate-dt {
		color: #000;
		font-size: 1.3rem;
		font-weight: normal;
		text-align: center;
	}
	
	.block-thumbnail-h--goods .price {
		margin: 0;
		text-align: center;
	}
	
	.block-thumbnail-h--goods .default-price {
		margin-top: 6px;
		font-size: 1.1rem;
	}
	
	
	/* ----商品一覧画面：チェックリスト：block-check-list-a---- */
	
	.block-check-list-a, .block-check-list-a ul, .block-check-list-a li, .block-check-list-a--item-body, .block-check-list-a--image, .block-check-list-a--image figure, .block-check-list-a--item-description, .block-check-list-a--goods-name, .block-check-list-a--comment {
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		text-align: left;
		border: 0;
		background: transparent;
	}
	
	.block-check-list-a .variation-name {
		margin: 5px 0 0;
	}
	
	.block-check-list-a li {
		position: relative;
		margin: 30px 0 0;
		min-height: 140px;
	}
	
	.block-check-list-a--item-description {
		margin: 0 0 0 160px;
	}
	
	.block-check-list-a--goods-name {
		font-size: 15px;
		line-height: 21px;
	}
	
	.block-check-list-a--goods-name a {
		color: #3c3c3c;
		text-decoration: none;
	}
	
	.block-check-list-a--comment {
		margin: 10px 0 0;
		color: #414141;
	}
	
	.block-check-list-a--image figure {
		position: absolute;
		top: 0;
		left: 0;
		width: 140px;
		height: 140px;
	}
	
	.block-check-list-a--select-item {
		margin: 15px 0 0;
	}
	
	.block-check-list-a--price-infos {
		line-height: 20px;
	}
	
	.block-check-list-a .price {
		margin: 15px 0 0;
		color: #8a8a8a;
		font-size: 13px;
		font-weight: normal;
	}
	
	.block-check-list-a--stock-items {
		margin: 5px 0 0;
	}
	
	.block-check-list-a--add-cart {
		margin: 30px 0 0;
		padding: 0 0 30px;
		border-bottom: 1px solid #d8d8d8;
	}
	
	.block-check-list-a--add-cart .btn {
		margin: 0;
		width: 100%;
		height: 45px !important;
		font-size: 15px !important;
		vertical-align: middle;
		line-height: 43px !important;
	}
	
	
	/* ----最近見た商品---- */
	
	.block-recent-item, .block-recent-item--header, .block-recent-item--items, .block-recent-item--keep-history, .block-recent-item--keep-history a {
		margin: 0;
		padding: 0;
		max-width: auto;
		max-height: auto;
		width: auto;
		height: auto;
		text-align: left;
		border: 0;
		background: transparent;
	}
	
	.block-recent-item {
		position: relative;
		margin: 200px 0 100px;
	}
	
	.block-recent-item--header {
		position: relative;
		margin: 0 auto;
		padding: 0;
		max-width: 1060px;
		color: #000;
		font-size: 14px;
		font-weight: normal;
		text-indent: 2px;
		vertical-align: top;
		letter-spacing: 2px;
		line-height: 1;
		text-align: center;
	}
	
	.block-recent-item--header>span {
		display: block;
	}
	
	.block-recent-item--header .block-en {
		font-size: 3.6rem;
		font-family: "Noto Sans Japanese", sans-serif;
	}
	
	.block-recent-item--header .block-ja {
		margin-top: 10px;
	}
	
	.block-recent-item--keep-history {
		position: absolute;
		top: -70px;
		right: 0;
	}
	
	.block-recent-item--keep-history a {
		display: inline-block;
		position: relative;
		width: auto;
		height: auto;
		color: #000;
		font-size: 1.2rem;
		text-align: center;
		text-decoration: none;
		text-indent: 1px;
		vertical-align: middle;
		letter-spacing: 1px;
		line-height: 27px;
	}
	
	.block-recent-item--keep-history a:hover {
		background-color: #d8d8d8;
	}
	
	.block-recent-item--keep-history a:before {
		display: inline-block;
		content: "";
		margin: 0 6px 0 0;
		width: 8px;
		height: 8px;
		background: url(../../images/usr/common/icon_cross.png) no-repeat;
		background-size: 8px;
	}
	
	
	/* ----商品一覧画面：カート画面：block-goods-list-c---- */
	
	.block-goods-list-c, .block-goods-list-c--items, .block-goods-list-c--items li, .block-goods-list-c--item-body, .block-goods-list-c--image, .block-goods-list-c--item-body figure {
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		border: 0;
		background: transparent;
	}
	
	.block-goods-list-c--items {
		padding: 40px 0 0;
	}
	
	.block-goods-list-c--items li {
		margin: 20px -20px 0 0;
		padding: 0;
		font-size: 0;
		line-height: 1;
	}
	
	.block-goods-list-c--item-body {
		display: inline-block;
		margin: 0 10px;
		width: calc(100% / 6 - 20px);
		text-align: center;
	}
	
	.block-goods-list-c--item-body figure img {
		width: 100%;
		height: auto;
	}
	
	
	/* ----共通タイトルヘッダー---- */
	
	.block-common-header {
		position: relative;
		margin: 0 auto;
		padding: 0;
		max-width: 1060px;
		color: #8a8a8a;
		font-family: "Noto Sans Japanese", sans-serif;
		font-size: 14px;
		font-weight: normal;
		text-indent: 2px;
		letter-spacing: 2px;
		line-height: 1;
	}
	
	.block-common-header span {
		display: inline-block !important;
		position: relative !important;
		top: 7px !important;
		margin: 0 18px 0 0 !important;
		padding: 0 !important;
		color: #5b5758 !important;
		font-family: "Cinzel", serif !important;
		font-size: 34px !important;
		text-indent: -2px !important;
		letter-spacing: 4px !important;
	}
	
	
	/* ----商品詳細ギャラリー---- */
	
	.block-goods-gallery, .block-goods-gallery ul, .block-goods-gallery li, .block-goods-gallery li figure {
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		font-size: 0;
		line-height: 1;
		border: 0;
		background: transparent;
	}
	
	.block-goods-gallery ul {
		margin: 0 0 0 -15px;
		padding: 15px 0 0;
	}
	
	.block-goods-gallery li {
		display: inline-block;
		margin: 15px 0 0 15px;
		width: 72px;
	}
	
	
	/* ----商品詳細画面---- */
	
	.block-src-l {
		font-size: 1.6rem;
	}
	
	.pane-goods-right-side>form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.block-goods-name {
		margin: 6px 0 0;
	}
	
	.block-goods-name h2 {
		margin: 0;
		color: #000;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.6;
	}
	
	.block-goods-price {
		margin: 18px 0 0;
	}
	
	.block-goods-price--on-sales-comment {
		margin: 0 0 7px;
		font-size: 1.2rem;
		color: #df8191;
	}
	
	.block-goods-price .price {
		margin: 0;
		color: #000;
		font-size: 1.6rem;
		;
		font-weight: 600;
		line-height: 1.4;
	}
	
	.block-goods-price .net-price, .block-goods-price .default-price {
		margin: 5px 0 0;
		font-size: 1.2rem;
		font-weight: 400;
	}
	
	.block-goods-code {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0;
		font-size: 1rem;
	}
	
	.block-goods-code dt, .block-goods-code dd {
		width: auto;
		padding: 0;
	}
	
	.block-goods-code dd::before {
		margin: 0;
	}
	
	.pane-goods-right-side .block-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 10px 0 0!important;
		padding: 0!important;
	}
	
	.pane-goods-right-side .block-icon span {
		margin: 0 4px 0 0!important;
	}
	
	.pane-goods-right-side .block-icon img {
		height: 17px!important;
	}
	
	.pane-goods-right-side .block-icon .block-icon-top {
		position: absolute;
		top: 0;
		left: -715px;
	}
	
	.pane-goods-right-side .block-icon .block-icon-top span {
		margin: 0 10px 0 0!important;
	}
	
	.pane-goods-right-side .block-icon .block-icon-top img {
		height: 60px!important;
	}
	
	
	/* ----商品詳細コメント---- */
	
	.block-goods-comment, .block-goods-comment1, .block-goods-comment2, .block-goods-comment3, .block-goods-comment1 dt, .block-goods-comment2 dt, .block-goods-comment3 dt, .block-goods-comment1 dd, .block-goods-comment2 dd, .block-goods-comment3 dd, .block-goods-comment1 h3, .block-goods-comment2 h3, .block-goods-comment3 h3 {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		line-height: 1;
	}
	
	.block-goods-comment {
		margin: 13px 0 0;
		color: #414141;
		font-size: 15px;
		line-height: 27px;
	}
	
	.block-goods-comment1 {
		padding: 10px 0 0;
	}
	
	.block-goods-comment2 dt, .block-goods-comment3 dt {
		margin: 75px 0 0;
		font-size: 2.2rem;
		font-weight: 600;
	}
	
	.block-goods-comment2 dd, .block-goods-comment3 dd {
		padding: 22px 0 0;
		font-size: 1.6rem;
		;
		line-height: 1.6;
	}
	
	.block-goods-comment2 dd small, .block-goods-comment3 dd small {
		display: inline-block;
		padding: 10px 0 0;
		font-size: 12px;
		line-height: 1.6;
	}
	
	.block-goods-comment2 dd .block-ingredients, .block-goods-comment3 dd .block-ingredients {
		margin-top: 16px;
		font-size: 1.4rem;
	}
	
	.block-goods-comment2 dd ol, .block-goods-comment3 dd ol {
		margin: 0 0 0 21px;
	}
	
	.block-goods-comment2 dd li, .block-goods-comment3 dd li {
		margin: 20px 0 0;
		list-style: decimal;
	}
	
	.block-goods-comment2 dd li:first-child, .block-goods-comment3 dd li:first-child {
		margin: 0;
	}
	
	.block-goods-comment1 dt {
		margin-top: 30px;
		color: #df8191;
		font-size: 1.8rem;
		line-height: 1.44;
	}
	
	.block-goods-prod-ttl-txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
		color: #000;
		line-height: 1.1;
	}
	
	.block-goods-prod-ttl-txt span:first-child {
		font-size: 2rem;
		letter-spacing: .04em;
	}
	
	.block-goods-prod-ttl-txt span:last-child {
		font-size: 4rem;
		letter-spacing: .16em;
	}
	
	.page-category .block-goods-prod-detail-comment {
		display: none;
	}
	
	.page-goods .block-goods-prod-detail-comment {
		display: block
	}
	
	.page-category .block-goods-prod-ttl-link {
		display: block;
	}
	
	.page-goods .block-goods-prod-ttl-link {
		display: none;
	}
	
	.block-goods-prod-ttl-link a {
		text-decoration: underline;
	}
	
	.block-goods-prod-ttl-link a:hover {
		text-decoration: none;
	}
	
	.block-goods-comment1 dd {
		padding-top: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	
	.block-goods-comment1 dd sup {
		vertical-align: super;
	}
	
	.block-goods-comment1 dd .block-comment-caution {
		margin-top: 20px;
		font-size: 1.1rem;
	}
	
	.block-goods-comment-img-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.block-goods-comment-img-content .block-img {
		margin: -38px 0 0 50px;
	}
	
	.block-howto {}
	
	.block-howto-ttl {
		font-size: 1.6rem;
	}
	
	.block-howto-steps_point {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.block-howto-steps {
		width: 610px;
		margin-top: 45px;
		padding-left: 40px;
	}
	
	.block-howto-steps ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 500px;
		list-style: none;
	}
	
	.block-howto-steps ul li .step-ttl {
		font-size: 2.6rem;
		font-family: futura-pt, sans-serif;
		font-weight: 500;
		letter-spacing: .12em;
	}
	
	.block-howto-steps ul li .step-txt {
		margin-top: 7px;
		font-size: 1.6rem;
		letter-spacing: -.03em;
		line-height: 1.6;
	}
	
	.block-howto-steps ul li .step-img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 141px;
	}
	
	.block-howto-point {
		width: 404px;
	}
	
	.block-howto-point-ttl {
		position: relative;
		width: 100%;
		font-size: 1.8rem;
		font-family: futura-pt, sans-serif;
		font-weight: 500;
		letter-spacing: .12em;
		text-align: center;
	}
	
	.block-howto-point-ttl::before, .block-howto-point-ttl::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		width: 165px;
		height: 3px;
		background-color: #df8191;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.block-howto-point-ttl::before {
		left: 0;
	}
	
	.block-howto-point-ttl::after {
		right: 0;
	}
	
	.block-howto-point-ttl>span {
		display: inline-block;
		background-color: #fff;
	}
	
	.block-howto-point-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 18px;
		border-bottom: 3px solid #df8191;
	}
	
	.block-howto-point-list ul li {
		position: relative;
		margin: 0;
		padding-left: 22px;
		font-size: 1.6rem;
		list-style-type: none;
	}
	
	.block-howto-point-list ul li::before {
		content: '';
		position: absolute;
		left: 0;
	}
	
	.block-howto-point-list ul li:nth-child(1)::before {
		content: '①';
	}
	
	.block-howto-point-list ul li:nth-child(2)::before {
		content: '②';
	}
	
	.block-howto-point-list ul li:nth-child(3)::before {
		content: '③';
	}
	
	.block-howto-point-list ul li:nth-child(4)::before {
		content: '④';
	}
	
	.block-howto-point-list ul li.block-caution {
		margin: 28px 0 8px;
		padding-left: 0;
		font-size: 1.1rem;
	}
	
	.block-howto-point-list .point-img {
		width: 101px;
	}
	
	.block-howto-point-caution {
		margin-top: 6px;
		font-size: 1.1rem;
	}
	
	
	/* ----商品詳細バリエーション---- */
	
	.block-variation, .block-variation--name, .block-variation--item-list, .block-variation--item-list dl, .block-variation--item-list dt, .block-variation--item-list dd, .block-variation--item-list span, .block-variation--selected-item {
		display: block;
		margin: 0;
		padding: 0;
		max-width: none;
		max-height: none;
		min-width: 0;
		min-height: 0;
		width: auto;
		height: auto;
		line-height: 1;
		border: 0;
		background: transparent;
	}
	
	.block-variation.block-color {
		margin: 40px 0 0;
		padding: 10px 0 0;
		border-top: 1px solid #d8d8d8;
	}
	
	.block-variation--name {
		margin: 30px 0 0;
		padding: 0;
		color: #3c3c3c;
		font-family: "Noto Sans Japanese", sans-serif;
		font-size: 15px;
		line-height: 1;
	}
	
	.block-variation--item-list {
		margin: 0 0 0 -15px;
		font-size: 0;
	}
	
	.block-variation--item-list dl {
		display: inline-block;
		margin: 15px 0 0 15px;
		width: calc(20% - 15px);
		text-align: center;
	}
	
	.block-variation--item-list dt, .block-variation--item.active dt {
		position: relative;
		border: 1px solid #d8d8d8;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.block-variation--item.active dt:after {
		position: absolute;
		content: "";
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		border: 2px solid #5b5758;
	}
	
	.block-variation--item-list dt:hover {
		border: 1px solid #5b5758;
	}
	
	.block-variation--item-list dd {
		display: none;
	}
	
	.block-variation--item-list span {
		padding: 8px;
		font-size: 15px;
	}
	
	.block-variation--item.active span {
		color: #a59061;
	}
	
	.block-color--item-term figure {
		padding: 8px;
		width: auto;
		height: auto;
	}
	
	.block-variation--selected-item {
		margin: 10px 0 0;
	}
	
	.block-variation--item-dropdown {
		margin: 30px 0 0;
		width: 100%;
	}
	
	
	/* ----商品詳細ボタン---- */
	
	.block-add-cart {
		margin: 30px 0 0;
	}
		/* 
	.block-add-cart .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 42px !important;
		margin: 0;
		border: 1px solid #000;
		background-color: #000!important;
		font-size: 1.5rem !important;
		vertical-align: middle;
		line-height: 68px;
		letter-spacing: 2px;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-add-cart .btn:hover {
		background-color: #fff!important;
		color: #000!important;
	} */
	
	.block-contact-about-goods {
		margin: 12px 0 0;
		padding: 0;
		font-size: 1.1rem;
		text-align: right;
	}
	
	.block-contact-about-goods .btn {
		display: inline !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
		letter-spacing: 0 !important;
		line-height: 1 !important;
		border: 0 !important;
		background: transparent !important;
		color: #000!important;
	}
	
	.block-contact-about-goods .btn:hover {
		color: #000!important;
		text-decoration: underline !important;
	}
	
	.block-goods-favorite {
		margin: 15px 0 0;
	}
	
	.block-goods-favorite .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 42px !important;
		margin: 0;
		border: 1px solid #000;
		color: #000;
		font-size: 1.5rem !important;
		vertical-align: middle;
		line-height: 43px !important;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-goods-favorite .btn:hover {
		background-color: #000!important;
		color: #000;
	}
	
	.block-goods-favorite .btn:before {
		display: inline-block;
		content: "";
		position: relative;
		top: 2px;
		margin: 0 7px 0 0;
		width: 17px;
		height: 16px;
		background: url(../../images/usr/common/icon_favorite_black.png) no-repeat;
		background-size: contain;
	}
	
	.block-goods-favorite .btn:hover:before {
		background: url(../../images/usr/common/icon_favorite_white.png) no-repeat;
		background-size: contain;
	}
	
	
	/* ----商品詳細関連商品---- */
	
	.block-accessory-list, .block-accessory-list--name, .block-accessory-list--list {
		display: block;
		margin: 0;
		padding: 0;
		max-width: none;
		max-height: none;
		min-width: 0;
		min-height: 0;
		width: auto;
		height: auto;
		line-height: 1;
		border: 0;
		background: transparent;
	}
	
	.block-accessory-list {
		margin: 40px 0 0;
		padding: 40px 0 0;
		border-top: 1px solid #d8d8d8;
	}
	
	.block-accessory-list--name {
		font-size: 1.5rem;
	}
	
	
	/* ----商品詳細セット品---- */
	
	.block-goods-set {
		margin: 40px 0 0;
		padding: 30px 20px;
		background: #efefef;
	}
	
	.block-goods-set .legend {}
	
	.block-goods-set--header {
		margin: 0;
		padding: 0;
		font-size: 1.5rem;
		line-height: 1;
		border: 0;
	}
	
	.block-goods-set--item-list, .block-goods-set--item-list th, .block-goods-set--item-list td {
		margin: 0 !important;
		padding: 0 !important;
		line-height: 1 !important;
		border: 0 !important;
		background: transparent !important;
	}
	
	.block-goods-set--item-list {
		margin: 10px 0 0 !important;
		width: 100% !important;
	}
	
	.block-goods-set--item-list th, .block-goods-set--item-list td {
		padding: 5px 10px !important;
		font-size: 1.2rem !important;
		line-height: 20px !important;
		border-bottom: 1px solid #d8d8d8 !important;
	}
	
	.block-goods-set--item-list th {
		color: #8a8a8a;
		white-space: nowrap;
	}
	
	.block-goods-set--item-qty {
		width: 1%;
	}
	
	
	/* ----商品詳細拡張---- */
	
	.block-goods-sales-detail-append {
		line-height: 25px;
	}
	
	
	/* ----商品詳細カスタム---- */
	
	.block-custom-order {
		margin: 30px 0 0;
	}
	
	.block-custom-order .btn {
		margin: 0;
		width: 100%;
		height: 68px !important;
		font-size: 18px !important;
		vertical-align: middle;
		line-height: 68px !important;
		letter-spacing: 2px;
	}
	
	
	/* ----商品詳細レビュー---- */
	
	.block-goods-user-review, .block-goods-user-review--info, .block-goods-user-review--count-summary, .block-goods-user-review--count-summary dl, .block-goods-user-review--count-summary dt, .block-goods-user-review--count-summary dd, .block-goods-user-review--description {
		display: block;
		margin: 0;
		padding: 0;
		max-width: none;
		max-height: none;
		min-width: 0;
		min-height: 0;
		width: auto;
		height: auto;
		line-height: 1;
		border: 0;
		background: transparent;
	}
	
	.block-goods-user-review {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 100px 0 0;
		width: 100%;
	}
	
	.block-goods-user-review h2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 14px !important;
		background: transparent !important;
		color: #000;
	}
	
	.block-goods-user-review h2 .block-en {
		font-size: 3.6rem;
		font-family: futura-pt, sans-serif;
		font-weight: 400;
		letter-spacing: .06em;
	}
	
	.block-goods-user-review h2 .block-ja {
		margin-left: 14px;
		font-size: 1.7rem;
	}
	
	.block-goods-user-review--info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 12px 0 0;
		padding: 0;
	}
	
	.block-goods-user-review--count-summary {
		-webkit-box-ordinal-group: 31;
		-ms-flex-order: 30;
		order: 30;
		display: block;
		margin: 30px 0 0;
		padding: 0;
		font-size: 0;
		text-align: left;
		background: transparent;
	}
	
	.block-goods-user-review--count-summary dl, .block-goods-user-review--count-summary dt, .block-goods-user-review--count-summary dd {
		display: inline-block;
		height: 20px;
		font-size: 15px;
		font-weight: normal;
		vertical-align: middle;
		line-height: 20px;
	}
	
	.block-goods-user-review--count-summary dl {
		margin: 0;
	}
	
	.block-goods-user-review--count dt, .block-goods-user-review--count dd {
		color: #000;
		font-size: 1.6rem;
		font-weight: 600;
	}
	
	.block-goods-user-review--count-summary dd img {
		width: auto;
		height: 20px;
	}
	
	.block-goods-user-review--count-summary dl.block-goods-user-review--score {
		display: none;
	}
	
	.block-goods-user-review--list, .block-goods-user-review--list li, .block-goods-user-review--list p, .block-goods-user-review--item-summary, .block-goods-user-review--item-summary dl, .block-goods-user-review--item-summary dt, .block-goods-user-review--item-summary dd, .block-goods-user-review--item-frame, .block-goods-user-review--item-moderate-vote, .block-goods-user-review--item-moderate-vote ul, .block-goods-user-review--item-moderate-vote li {
		display: block;
		margin: 0;
		padding: 0;
		max-width: none;
		max-height: none;
		min-width: 0;
		min-height: 0;
		width: auto;
		height: auto;
		line-height: 1;
		border: 0;
		background: transparent;
	}
	
	.block-goods-user-review--description {
		margin: 0;
	}
	
	.block-goods-user-review--description p {
		color: #000;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.block-goods-user-review--list li {
		margin: 26px 0 0;
		padding-top: 18px;
		border-top: 1px solid #000;
	}
	
	.block-goods-user-review--list li:first-child {
		margin-top: 15px;
	}
	
	.block-goods-user-review--list li p {
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 1.4;
	}
	
	.block-goods-user-review--item-summary {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: 8px 0 0;
	}
	
	.block-goods-user-review--item-summary dl, .block-goods-user-review--item-summary dt, .block-goods-user-review--item-summary dd {
		display: inline-block;
		margin: 0 5px 0 0;
		height: auto;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	
	.block-goods-user-review--item-summary dt img {
		width: auto;
		height: 19px;
	}
	
	.block-goods-user-review--item-summary dl.block-goods-user-review--item-score {
		margin-top: 7px;
	}
	
	.block-goods-user-review--item-name {
		margin: 0 0 0 15px;
		background: red;
	}
	
	.block-goods-user-review--item-comment {
		margin: 12px 0 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.block-goods-user-review--item-moderate-vote {
		position: relative;
		margin: 25px 0 0;
		padding: 0 0 0 15px;
		font-size: 12px;
	}
	
	.block-goods-user-review--item-moderate-vote:after {
		display: inline-block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 8px;
		height: 1px;
		background: #3c3c3c;
	}
	
	.block-goods-user-review--form .btn {
		display: none!important;
	}
	
	.block-goods-user-review--write-review {
		margin: 20px 0 0;
	}
	
	.block-goods-user-review--write-review-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 152px;
		height: 30px;
		margin: 0;
		padding: 2px 0 0;
		background-color: #df8191;
		color: #fff;
		font-size: 1.3rem;
		font-weight: normal;
		text-align: center;
		text-indent: 1px;
		text-decoration: none;
		letter-spacing: 1px;
		vertical-align: middle;
		line-height: 28px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		outline: none;
		cursor: pointer;
		-webkit-transition-property: opacity, background;
		transition-property: opacity, background;
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
	}
	
	.block-goods-user-review--write-review-link:before {
		display: inline-block;
		content: "";
		position: relative;
		top: -3px;
		margin: 0 3px 0 0;
		width: 20px;
		height: 17px;
		background: url(../../images/usr/common/icon_write_review.png) no-repeat;
		background-size: contain;
	}
	
	.block-goods-user-review--write-review-link:active {
		opacity: 0.8;
	}
	
	.block-goods-user-review--write-review-link:hover {
		text-decoration: none;
		background-color: #c76f7e;
	}
	
	.block-goods-user-review--pagenav {
		background: transparent;
		clear: both;
		margin: 40px 0 10px;
		padding: 5px;
	}
	
	.block-goods-user-review--readmore {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.block-goods-user-review--readmore a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 180px;
		height: 40px;
		border: 1px solid #000;
		font-size: 1.4rem;
		text-decoration: none;
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	
	.block-goods-user-review--readmore a:hover {
		border-color: #7d7d7d;
		background-color: #7d7d7d;
		color: #fff;
	}
	
	.block-goods-user-review--container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.block-goods-user-review--container span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		margin: 0 7px;
		border: 1px solid #000;
		font-family: futura-pt, sans-serif;
		font-size: 1.5rem;
		font-weight: 600;
	}
	
	.block-goods-user-review--container span a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	
	.block-goods-user-review--container span a:hover {
		background-color: #7d7d7d;
		color: #fff;
	}
	
	
	/* ----商品詳細購入ボタン---- */
	
	.block-goods-footer-cart {
		display: none;
		padding: 10px 0 50px;
	}
	
	.block-goods-footer-cart {
		padding: 10px 0 50px;
	}
	
	.block-goods-footer-cart .block-add-cart .btn {
		width: 400px;
	}
	
	.block-goods-footer-cart .block-contact-about-goods {
		text-align: center;
	}
	
	.block-goods-footer-cart .block-goods-favorite .btn {
		width: 400px;
	}
	
	.block-goods-footer-cart .block-variation--item-dropdown {
		width: 400px;
	}
	
	
	/* ----トップタイトルヘッダー---- */
	
	
	/* ----トップスライダー---- */
	
	.block-top-body {
		background: -webkit-gradient(linear, left bottom, left top, from(#fbe9eb), color-stop(62.6%, #fbe9eb), color-stop(62.6%, #fff), to(#fff));
		background: linear-gradient(0deg, #fbe9eb 0%, #fbe9eb 62.6%, #fff 62.6%, #fff 100%);
	}
	
	.block-top-body--slider {
		width: 1060px;
		margin: auto;
	}
	
	.block-top-body--slider .slick-list li {
		background-color: #fff;
	}
	
	.block-top-body--slider a:hover img {
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-top-body--slider a:hover img {
		opacity: .7;
	}
	
	
	/* ----トップカテゴリー---- */
	
	.block-top-free-1 {
		background: -webkit-gradient(linear, left top, left bottom, from(#fbe9eb), color-stop(21.6%, #fbe9eb), color-stop(21.6%, #fff), to(#fff));
		background: linear-gradient(180deg, #fbe9eb 0%, #fbe9eb 21.6%, #fff 21.6%, #fff 100%);
	}
	
	.block-top-category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 1060px;
		margin: auto;
		padding-top: 92px;
	}
	
	.block-top-category ul {
		width: 510px;
	}
	
	.block-top-category ul li:not(:first-child) {
		margin-top: 34px;
	}
	
	.block-top-category ul li a {
		display: block;
		background-color: #fff;
		font-size: 1.3rem;
		-webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.12);
	}
	
	.block-top-category-lineat a {
		height: 432px;
	}
	
	.block-top-category-ambassador a {
		height: 604px;
	}
	
	.block-top-category-product a {
		height: 604px;
	}
	
	.block-top-category-journal a {
		height: 432px;
	}
	
	.block-top-category-img {
		position: relative;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-top-category ul li a:hover .block-top-category-img {
		opacity: .7;
	}
	
	.block-top-category-img p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		font-size: 5rem;
		font-family: futura-pt, sans-serif;
		font-weight: 500;
		letter-spacing: .1em;
	}
	
	.block-top-category-ttl-date, .block-top-category-ttl-en, .block-top-category-comment {
		padding: 0 20px;
		line-height: 1.4;
	}
	
	.block-top-category-ttl-en {
		font-size: 1.6rem;
	}
	
	.block-top-category-ttl-date, .block-top-category-ttl-en {
		margin-top: 10px;
		font-weight: 500;
		font-family: futura-pt, sans-serif;
	}
	
	.block-top-category-comment {
		margin-top: 4px;
	}




	.variation-name {
		visibility: hidden;
	}
	
	
	/* ----JOURNAL及びTREATMENTにおいてマウスオーバーの際にCOMING SOON---- */
	
	#header .def, #header .hov {
		display: block;
		-webkit-transition: .4s;
		transition: .4s;
	}
	
	#header .def {
		opacity: 1;
		width: 65px;
	}
	
	#header .hov {
		opacity: 0;
		color: #222;
		margin-top: -20px;
		text-align: center;
		width: 65px;
	}
	
	#header a:hover .def {
		opacity: 0;
	}
	
	#header a:hover .hov {
		opacity: 1;
	}


/* ----トピック---- */
	
	.block-top-topic {
		background-color: #fbe9eb;
	}
	
	.block-top-topic--header {
		margin: 0;
		padding: 66px 0 0;
		font-size: 28px;
		text-align: center;
		line-height: 1.2;
		border-top: none;
	}
	
	.block-top-topic--header span {
		display: block;
		font-size: 11px;
	}
	
	.block-top-topic--body {
		width: 1060px;
		margin: 20px auto 0;
	}
	
	.block-top-topic--items li {
		border-bottom: none;
		padding: 0 0;
	}
	
	.block-top-topic--items li:not(:first-child) {
		margin-top: 37px;
	}
	
	.block-top-topic--items li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		padding-bottom: 14px;
		font-size: 1.3rem;
	}
	
	.block-top-topic--items li a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 50px;
		height: 1px;
		background-color: #d1cece;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	
	.block-top-topic--items li a:hover::after {
		background-color: #edb8c1
	}
	
	.block-top-topic--items dl,
	.block-top-topic--items dt,
	.block-top-topic--items dd {
		display: block;
		text-align: center;
	}
	
	.block-top-topic--items dt {
		margin-right: 0;
	}
	.block-top-topic--items dd {
		margin-top: 12px;
	}
	
	.block-top-topic--next-page {
		display: none;
	}
	
	.block-top-topic--next-page a {
		color: #6fb4c3;
		text-decoration: underline;
		font-size: 14px;
	}
	
	.block-top-topic--items img {
		vertical-align: middle;
	}
	
	.block-topic-page--article-icon {
		vertical-align: middle;
	}
	
	.block-topic-page--article figure {
		font-size: 0;
	}
	
	.block-topic-page--article figure img {
		padding-bottom: 10px;
	}
	
	.block-topic-details--items dl,
	.block-topic-details--items dt,
	.block-topic-details--items dd {
		display: inline;
	}
	
	.block-topic-details--items dt {
		margin-right: 10px;
	}
	
	.block-topic-details--items img {
		vertical-align: middle;
	}
	
	.block-topic-details--items li {
		border-bottom: #ddd 1px solid;
		padding: 10px 0;
	}
	






	/* ----トップカテゴリー---- */
	
	.block-top-free-1 {
		background:-webkit-gradient(linear,left top, left bottom,from(#fbe9eb),color-stop(21.6%, #fbe9eb),color-stop(21.6%, #fff),to(#fff));
		background:linear-gradient(180deg,#fbe9eb 0%,#fbe9eb 21.6%,#fff 21.6%,#fff 100%);
	}
	
	.block-top-category {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 1060px;
		margin: auto;
		padding-top: 92px;
	}
	
	.block-top-category ul {
		width: 510px;
	}
	
	.block-top-category ul li:not(:first-child) {
		margin-top: 34px;
	}
	
	.block-top-category ul li a {
		display: block;
		background-color: #fff;
		font-size: 1.3rem;
		-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.12);
		box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.12);
	}
	
	.block-top-category-lineat a {
		height: 432px;
	}
	
	.block-top-category-ambassador a {
		height: 604px;
	}
	
	.block-top-category-product a {
		height: 604px;
	}
	
	.block-top-category-journal a {
		height: 432px;
	}
	
	.block-top-category-img {
		position: relative;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-top-category ul li a:hover .block-top-category-img {
		opacity: .7;
	}
	
	.block-top-category-img p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		font-size: 5rem;
		font-family: futura-pt, sans-serif;
		font-weight: 500;
		letter-spacing: .1em;
	}
	
	.block-top-category-ttl-date,
	.block-top-category-ttl-en,
	.block-top-category-comment {
		padding: 0 20px;
		line-height: 1.4;
	}
	
	.block-top-category-ttl-en {
		font-size: 1.6rem;
	}
	
	.block-top-category-ttl-date,
	.block-top-category-ttl-en {
		margin-top: 10px;
		font-weight: 500;
		font-family: futura-pt, sans-serif;
	}
	
	.block-top-category-comment {
		margin-top: 4px;
	}
	

	.pc {
		display: block;
	}
	.sp {
		display: none !important;
	}
}




@media (min-width: 640px) and (max-width: 1059px ) {
	.wrapper {
		min-width: 640px;
	}
	.block-storenav--menu ul li:not(:last-child) {
		margin-right: 5vw;
	}
	.pane-contents, .pane-order-contents {
		width: 100%;
	}
	.block-goods-list-d--image {
		width: 50%;
	}
	.block-goods-list-d--image .img-center img {
		width: 100%;
	}
	.block-goods-list-d--item-description {
		width: 50%;
	}
	.pane-goods-left-side {
		width: 50%;
		box-sizing: border-box;
	}
	.pane-goods-right-side {
		width: calc(50% - 37px);
		box-sizing: border-box;
	}
	.pane-goods-right-side img {
		max-width: 100%;
	}
	.block-goods-list-d--goods-comment dt {
		font-size: 3vw;
	}
	.block-goods-list-d li {
		min-height: auto;
	}
	.block-howto-steps_point,
	.block-howto-point {
		display: block;
		box-sizing: border-box;
	}
	.block-howto-point {
		margin-top: 30px;
		margin-left: 40px;
		box-sizing: border-box;
	}
}



@media (max-width: 639px) {

	/*------------------------------------------------*/
	/*------------------------	sb_base.css	------------------------*/
	/*------------------------------------------------*/
	
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
		font-size: 100%;
		vertical-align: baseline;
	}
	
	body {
		line-height: 1;
	}
	
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	
	ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
	
	a {
		margin: 0;
		padding: 0;
		vertical-align: baseline;
		background: transparent;
		text-decoration: none;
	}
	
	
	/* change colours to suit your needs */
	
	ins {
		background-color: #ff9;
		color: #000;
		text-decoration: none;
	}
	
	
	/* change colours to suit your needs */
	
	mark {
		background-color: #ff9;
		color: #000;
		font-style: italic;
		font-weight: bold;
	}
	
	del {
		text-decoration: line-through;
	}
	
	abbr[title], dfn[title] {
		border-bottom: 1px dotted inherit;
		cursor: help;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	
	/* change border colour to suit your needs */
	
	hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #cccccc;
		margin: 1em 0;
		padding: 0;
	}
	
	input, select {
		vertical-align: middle;
		margin: 0px;
	}
	
	
	/*------------------------------------------------*/
	/*------------------------	sb_base_form.css	------------------------*/
	/*------------------------------------------------*/
	
	
	
	
	/* ----全体設定---- */
	
	body {
		font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 14px;
		line-height: 1.5;
		min-width: 320px;
		color: #444;
		background-color: #fff;
	}
	
	
	/* ----ヘッドライン---- */
	
	h1, .h1 {
		padding: 10px;
		font-size: 20px;
		font-weight: bold;
		background-color: transparent;
	}
	
	h2 {
		padding: 10px;
		font-size: 18px;
		font-weight: bold;
		background-color: #dcdcdc;
	}
	
	h3 {
		padding: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	
	
	
	/* ----タグ---- */
	
	img {
		vertical-align: bottom;
	}
	
	/*------------------------------------------------*/
	/*------------------------	sb_base_misc.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----テーブル---- */
	
	.table, .table td, .table th {
		border-collapse: collapse;
		border: 1px solid #c8c8c8;
	}
	
	.table {
		table-layout: fixed;
		width: 100%;
	}
	
	.table td, .table th {
		padding: 5px;
	}
	
	.table th {
		font-weight: normal;
		background-color: #f8f8f8;
		width: 35%;
		text-align: left;
	}
	
	.table td {
		background-color: #fff;
	}
	
	
	/* ----テキストカラー----*/
	
	.text-muted {
		color: #777;
	}
	
	.text-warning {
		color: #8a6d3b;
	}
	
	.text-danger {
		color: #a94442;
	}
	
	.price {
		color: #c30;
	}
	
	.default-price {
		text-decoration: line-through;
		color: #333;
		font-weight: bold;
	}
	
	.net-price {
		color: #555;
	}
	
	.exchange-price {
		color: #555;
	}
	
	
	/* ----商品説明リスト---- */
	
	.goods-detail-description {
		display: table;
		width: 100%;
	}
	
	.goods-detail-description dt {
		display: table-cell;
		width: 120px;
		font-weight: bold;
	}
	
	.goods-detail-description dd {
		display: table-cell;
	}
	
	
	/* ----パネル---- */
	
	.panel {
		padding: 10px;
		overflow: hidden;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	
	
	/* ----バッジ---- */
	
	.badge {
		display: inline-block;
		min-width: 10px;
		padding: 3px 7px;
		line-height: 1;
		vertical-align: middle;
		white-space: nowrap;
		text-align: center;
		border-radius: 10px;
		color: #fff;
		background-color: #777;
	}
	
	.badge:empty {
		display: none;
	}
	
	
	/* ----ページャー---- */
	
	.pager {
		margin-bottom: 10px;
		text-align: center;
	}
	
	.pager>* {
		display: inline-block;
		vertical-align: top;
	}
	
	.pager-scope {
		padding: 3px;
		margin: 0 10px;
		text-align: center;
		display: block;
	}
	
	.pager-total {
		display: block;
		padding: 3px;
		margin-right: 5px;
	}
	
	.pager-count span {
		font-weight: bold;
	}
	
	.pagination>li {
		min-width: 28px;
	}
	
	.pagination {
		display: inline-block;
	}
	
	.pagination>* {
		list-style-type: none;
		float: left;
		padding: 5px 1px;
		background-color: #fff;
		border: 1px solid #dcdcdc;
		text-align: center;
		font-size: 14px;
		line-height: 1;
		margin: 0 1px;
	}
	
	.pagination>.disabled {
		color: #777;
	}
	
	.pager-current {
		color: #fff;
		background-color: #666;
		border: 1px solid #666;
	}
	
	.pager-current span {
		font-weight: bold;
	}
	
	
	/* ----画像センタリング配置---- */
	
	.img-center {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.img-center img {
		text-align: center;
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	
	
	/* ----ツールチップ---- */
	
	.balloontip {
		min-width: 20px;
		max-width: 100%;
		padding: 10px;
		border-radius: 6px;
		opacity: 1;
		z-index: 32767;
		text-align: left;
		font-size: 12px;
		border: 1px solid rgb(119, 119, 119);
		box-shadow: rgb(85, 85, 85) 4px 4px 4px;
		color: rgb(255, 255, 255);
		background: #333;
	}
	
	
	/* ----ドロップダウン---- */
	
	.dropdown {
		z-index: 11000;
	}
	
	.dropdown li {
		background: #444;
	}
	
	.dropdown li span {
		display: block;
		padding: 13px 15px;
		margin: 0;
		text-decoration: none;
		line-height: 1;
		color: #fff;
		cursor: pointer;
	}
	
	.dropdown li span:hover {
		background: #616d0b;
	}
	
	
	/* ----モーダルダイアログ---- */
	
	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		z-index: 10000;
	}
	
	.modal-overlay-alert {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		z-index: 10002;
	}
	
	.modal-alert {
		padding: 0 10px;
		width: 100%;
		max-width: 600px;
		z-index: 10003;
	}
	
	.modal-dialog {
		padding: 0 10px;
		width: 100%;
		max-width: 600px;
		z-index: 10001;
	}
	
	.modal-header {
		padding: 10px;
		font-weight: bold;
		clear: both;
		border-bottom: none;
		line-height: 1;
		color: #fff;
		background-color: #333;
	}
	
	.modal-content {
		background: #eee;
	}
	
	.modal-body {
		padding: 10px;
	}
	
	.modal-body p {
		margin-bottom: 10px;
	}
	
	.modal-footer {
		padding: 0 10px 10px;
	}
	
	.modal-footer .btn {
		margin-top: 5px;
		width: 100%;
	}
	
	.modal-close {
		display: block;
		width: 18px;
		cursor: pointer;
		float: right;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		color: #fff;
	}
	
	
	/* ----ヘッダー警告---- */
	
	.header-warning {
		position: relative;
		padding: 10px;
		background: #fffacd;
		border-bottom: 1px solid #b0c4de;
	}
	
	.header-warning-contents {
		display: block;
		padding-right: 18px;
		text-align: center;
		background: transparent;
	}
	
	.header-warning-close {
		display: block;
		position: absolute;
		width: 18px;
		cursor: pointer;
		font-weight: bold;
		top: 10px;
		right: 10px;
		background: transparent;
	}
	
	
	/* ----検索エンジン向けH1タグ---- */
	
	.optimaized-h1 {
		margin: 0;
		padding: 0;
		font-size: 10px;
	}
	
	
	/* ----レビュー---- */
	
	.star-base {
		float: left;
		width: 60px;
		height: 15px;
		background: url("../../images/usr/user_review/star.png");
	}
	
	.star-select {
		width: 60px;
		height: 15px;
		background: url("../../images/usr/user_review/star.png");
		background-repeat: no-repeat;
	}
	
	.star-select-link {
		color: #66f;
		float: left;
		margin-left: 5px;
	}
		
	/* ----ホワイトスペース制御----*/
	
	.white-space-pre-wrap {
		white-space: pre-wrap;
	}
	
	
	/* ----カテゴリ・ジャンルツリー----*/
	
	.expand-tree-open i:before {
		content: "\f068";
	}
	
	
	/* ---- !!!! ここより下にスタイルを追加しないこと !!!! */
	
	
	/* ----表示・非表示---- */
	
	.hidden {
		display: none;
	}
	
	.show {
		display: block;
	}
	/*------------------------------------------------*/
	/*------------------------	sb_block_common.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----トピック---- */

	.block-topic-details {
		margin: 10px;
	}
	
	.block-topic-details--header {
		margin: -10px -10px 0;
	}
	
	.block-topic-details--icon {
		vertical-align: middle;
	}
	
	.block-topic-details--items {
		margin: 0 -10px 0 -10px;
		border-top: 1px solid #eee;
	}
	
	.block-topic-details--items li {
		border-bottom: 1px solid #eee;
		padding: 10px 25px 10px 10px;
		position: relative;
	}
	
	.block-topic-details--items li a {
		display: block;
		text-decoration: none;
	}
	
	.block-topic-details--items li a:after {
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		height: 100%;
		top: 50%;
		font-size: 20px;
		line-height: 20px;
		margin-top: -10px;
		right: 10px;
	}
	
	
	/* ----最近見た商品---- */
	
	.block-recent-item--header {
		padding: 10px;
	}
	
	
	/* ----検索サジェスト---- */
	
	.block-search-suggest {
		position: absolute;
		display: block;
		z-index: 1000;
		text-align: left;
		padding: 5px;
		width: 290px;
		background-color: #fff;
		border: solid 1px #ccc;
	}
	
	.block-search-suggest--keyword {
		padding: 2px;
	}
	
	.block-search-suggest--keyword-entry {
		display: block;
		text-decoration: none;
	}
	
	.block-search-suggest--goods {
		min-height: 60px;
		padding: 2px;
		display: block;
		clear: both;
	}
	
	.block-search-suggest--goods-img {
		display: block;
		float: left;
		width: 60px;
		margin-right: 10px;
	}
	
	.block-search-suggest--goods-img img {
		width: 60px;
		height: 60px;
	}
	
	.block-search-suggest--goods-name, .block-search-suggest--goods-comment, .block-search-suggest--goods-price-items {
		width: 100%;
	}
	
	.block-search-suggest--keyword:hover, .block-search-suggest--goods:hover {
		background-color: #dedede;
		cursor: pointer;
	}
	
	
	/* ----パンくず---- */
	
	.block-topic-path {
		padding: 10px 10px;
		font-size: 0;
		background-color: #f5f5f5;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.block-topic-path--list li {
		display: inline-block;
		font-size: 12px;
		padding-right: 5px;
	}
	
	.block-topic-path--list a {
		text-decoration: underline;
	}
	
	
	/* ----キーワード検索ブロック---- */
	
	.block-search-box--keyword {
		width: 100%;
		height: 38px;
	}
	
	.block-search-box--form {
		padding: 10px;
		position: relative;
		background: #eee;
	}
	
	.block-search-box--placeholder {
		position: absolute;
		top: 20px;
		left: 20px;
		color: #999;
		font-size: 14px;
	}
	
	.block-search-box--search-submit {
		margin-left: 10px;
		width: 65px;
		height: 38px;
		background: #666;
		color: #fff;
		font-size: 18px;
	}
	
	
	/* ----エラー画面---- */
	
	.block-validation-alert {
		text-align: center;
		margin: 100px 10px;
	}
	
	.block-validation-alert--title {
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.block-validation-alert--link {
		display: block;
		margin-top: 10px;
	}
	
	.block-common-alert {
		padding: 10px;
		margin: 10px;
		border: 1px solid #ebccd1;
		color: #a94442;
		background-color: #f2dede;
	}
	
	.block-common-alert--link {
		display: block;
		text-decoration: underline;
		margin-top: 10px;
	}
	
	.block-common-alert-list {
		padding: 10px;
		margin-bottom: 10px;
		border: 1px solid #666;
		background-color: #fff;
	}
	
	.block-common-alert-list--items {
		color: #a94442;
	}
	
	
	/* ----郵便番号サジェスト---- */
	
	.block-ziplist--ziplist-frame {
		z-index: 2000;
	}
	
	
	/* ----サイクル情報編集---- */
	
	.block-regular-cycle--cycle-sub-type {
		margin-bottom: 10px;
		padding: 10px;
		background: #f8f8f8;
		border: 1px solid #ccc;
	}
	
	.block-regular-cycle--deliv_date {
		width: 100%;
		margin: 20px 0;
	}
	
	.block-regular-cycle--deliv_date--prev-expected-dt {
		border-top: 1px dotted #ccc;
		border-left: 1px dotted #ccc;
		border-right: 1px dotted #ccc;
	}
	
	.block-regular-cycle--deliv_date--next-expected-dt {
		border: 1px dotted #ccc;
	}
	
	.block-regular-cycle--deliv_date--prev-expected-dt-title, .block-regular-cycle--deliv_date--next-expected-dt-title {
		padding: 8px;
		text-align: center;
		font-weight: bold;
		vertical-align: top;
		background-color: #f8f8f8;
		border-bottom: 1px dotted #ccc;
	}
	
	.block-regular-cycle--deliv_date--prev-expected-dt-date, .block-regular-cycle--deliv_date--next-expected-dt-date {
		padding: 8px;
		text-align: center;
		font-weight: bold;
		vertical-align: top;
	}
	/*------------------------------------------------*/
	/*------------------------	sb_block_goods.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----商品詳細画面---- */
	
	.page-goods .block-topic-path {
		margin-top: 0;
	}
	
	.block-goods-detail {
		margin: 10px;
		display: -webkit-flex;
		display: flex;
	}
	
	.block-goods-detail-footer {
		margin: 10px;
	}
	
	.block-goods-detail--promotion-freespace {
		margin-bottom: 10px;
	}
	
	.block-goods-name {
		margin-bottom: 10px;
	}
	
	.block-goods-name h2 {
		margin: -10px;
	}
	
	.block-icon {
		margin-bottom: 10px;
	}
	
	.block-src-l {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.block-src-c {
		margin-bottom: 10px;
	}
	
	.block-goods-gallery {
		margin: -10px -10px 0 -10px;
	}
	
	.block-goods-gallery ul {
		padding: 10px 10px 0 0;
	}
	
	.block-goods-gallery li {
		width: 25%;
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	.block-goods-comment {
		margin-bottom: 10px;
	}
	
	.block-goods-price {
		text-align: right;
		margin-bottom: 10px;
	}
	
	.block-goods-price--price {
		font-size: 20px;
		font-weight: bold;
	}
	
	.block-custom-order--btn {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
	.block-add-cart--btn {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
	.block-goods-favorite--btn {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
	.block-arrival-notice--btn {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
	.block-variation {
		margin-top: 10px;
	}
	
	.block-variation-arrival-notice--select {
		margin-bottom: 10px;
	}
	
	.block-variation-arrival-notice--btn {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
	.block-no-stock--message {
		text-align: center;
		padding: 6px 0;
		font-size: 16px;
		width: 200px;
		border: 1px solid #ebccd1;
		color: #a94442;
		background-color: #f2dede;
		margin: 0 auto 10px auto;
	}
	
	.block-goods-store-stock--btn {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
	.block-goods-sns {
		margin-bottom: 10px;
		text-align: center;
	}
	
	.block-contact-about-goods-btn {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
	.block-goods-link {
		margin-bottom: 10px;
	}
	
	.block-goods-comment1 h3, .block-goods-comment2 h3, .block-goods-comment3 h3, .block-goods-comment4 h3, .block-goods-comment5 h3 {
		padding: 0;
	}
	
	.block-goods-comment1, .block-goods-comment2, .block-goods-comment3, .block-goods-comment4, .block-goods-comment5 {
		margin-bottom: 10px;
	}
	
	.block-rules-comment {
		margin-bottom: 10px;
	}
	
	.block-variation-no-stock--message {
		border: 1px solid #ebccd1;
		color: #a94442;
		background-color: #f2dede;
	}
	
	.block-exchange-price {
		font-size: 12px;
	}
	
	.block-goods-set {
		margin-bottom: 10px;
	}
	
	.block-goods-set--header {
		margin: 0 -10px 10px -10px;
	}
	
	.block-goods-set--item-list {
		margin-bottom: -1px;
	}
	
	.block-goods-set--item-name-link {
		text-decoration: underline;
	}
	
	.block-goods-sales-detail-append--item select {
		max-width: 300px;
	}
	
	
	/* バリエーション切り替えボタン */
	
	.block-variation--name {
		margin: 10px -10px;
	}
	
	.block-variation--item-list {
		font-size: 0;
	}
	
	.block-variation--item {
		display: inline-block;
		font-size: 14px;
		margin-right: 5px;
	}
	
	.block-variation--selected-item {
		margin-bottom: 10px;
	}
	
	.block-variation--item-description {
		display: none;
	}
	
	.block-variation--item-term {
		display: block;
		border: 2px solid #d0d0d0;
		background-color: #fff;
		cursor: pointer;
	}
	
	.block-variation--item.color-disable-stock dt {
		border: 2px dashed #d0d0d0;
		background-color: #eee;
	}
	
	.block-variation--item.size-disable-stock dt {
		border: 2px dashed #d0d0d0;
		background-color: #eee;
	}
	
	.block-variation--item.active dt {
		border: 2px solid #3fbf0d;
	}
	
	.block-color--item-term {
		min-width: 54px;
		min-height: 54px;
	}
	
	.block-color--item-term img {
		max-width: 40px;
		max-height: 40px;
	}
	
	.block-color--item-term figure {
		width: 50px;
		height: 50px;
	}
	
	.block-size--item dt {
		width: 54px;
		min-height: 54px;
	}
	
	.block-size--item-term {
		min-width: 54px;
		min-height: 54px;
	}
	
	.block-size--item-term span {
		display: table-cell;
		word-break: break-all;
		text-align: center;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		padding: 2px;
	}
	
	
	/* サイズ別カートボタン */
	
	.block-size-with-cart--item {
		margin-bottom: 10px;
		width: 100%;
		display: -webkit-flex;
		display: flex;
	}
	
	.block-size-with-cart--item-term {
		border: 2px solid #d0d0d0;
		background-color: #fff;
		width: 54px;
		height: 54px;
		margin-right: 5px;
	}
	
	.block-size-with-cart--item-term span {
		display: table-cell;
		word-break: break-all;
		text-align: center;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		padding: 2px;
		font-size: 14px;
	}
	
	.block-size-with-cart .block-variation-no-stock--message, .block-size-with-cart .block-goods-variation-arrival-notice--btn, .block-size-with-cart .block-variation-add-cart--btn {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		height: 54px;
		width: 182px;
	}
	
	.block-size-with-cart .block-variation-favorite {
		margin-left: 5px;
	}
	
	.block-size-with-cart .block-variation-favorite--btn {
		display: table-cell;
		vertical-align: middle;
		font-size: 24px;
		height: 54px;
		width: 54px;
	}
	
	
	/* カラー別カートボタン */
	
	.block-color-with-cart--item {
		margin-bottom: 10px;
		width: 100%;
		display: -webkit-flex;
		display: flex;
	}
	
	.block-color-with-cart--item-term {
		border: 2px solid #d0d0d0;
		background-color: #fff;
		width: 54px;
		height: 54px;
		margin-right: 5px;
	}
	
	.block-color-with-cart--item-term figure {
		width: 50px;
		height: 50px;
	}
	
	.block-color-with-cart--item-term img {
		max-width: 40px;
		max-height: 40px;
	}
	
	.block-color-with-cart .block-variation-no-stock--message, .block-color-with-cart .block-goods-variation-arrival-notice--btn, .block-color-with-cart .block-variation-add-cart--btn {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		height: 54px;
		width: 182px;
	}
	
	.block-color-with-cart .block-variation-favorite {
		margin-left: 5px;
	}
	
	.block-color-with-cart .block-variation-favorite--btn {
		display: table-cell;
		vertical-align: middle;
		font-size: 24px;
		height: 54px;
		width: 54px;
	}
	
	
	/* カラーサイズ別カートボタン */
	
	.block-color-size-with-cart--nocolor {
		width: 54px;
		height: 54px;
		margin-right: 5px;
	}
	
	.block-color-size-with-cart--color-line {
		margin-bottom: 10px;
		width: 100%;
		display: -webkit-flex;
		display: flex;
	}
	
	.block-color-size-with-cart--size-line {
		margin-bottom: 10px;
		width: 100%;
		display: -webkit-flex;
		display: flex;
	}
	
	.block-color-size-with-cart--size-item-term {
		display: inline-block;
		vertical-align: top;
		border: 2px solid #d0d0d0;
		background-color: #fff;
		width: 54px;
		height: 54px;
		margin-right: 5px;
	}
	
	.block-color-size-with-cart--size-item-term span {
		display: table-cell;
		word-break: break-all;
		text-align: center;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		padding: 2px;
		font-size: 14px;
	}
	
	.block-color-size-with-cart--color-item-term {
		border: 2px solid #d0d0d0;
		background-color: #fff;
		width: 54px;
		height: 54px;
		margin-right: 5px;
	}
	
	.block-color-size-with-cart--color-item-term figure {
		width: 50px;
		height: 50px;
	}
	
	.block-color-size-with-cart--color-item-term img {
		max-width: 40px;
		max-height: 40px;
	}
	
	.block-color-size-with-cart .block-variation-no-stock--message, .block-color-size-with-cart .block-goods-variation-arrival-notice--btn, .block-color-size-with-cart .block-variation-add-cart--btn {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		height: 54px;
		width: 123px;
		font-size: 12px;
	}
	
	.block-color-size-with-cart .block-variation-favorite {
		margin-left: 5px;
	}
	
	.block-color-size-with-cart .block-variation-favorite--btn {
		display: table-cell;
		vertical-align: middle;
		font-size: 24px;
		height: 54px;
		width: 54px;
	}
	
	
	/* ----関連商品---- */
	
	.block-accessory-list {
		margin-top: 10px;
	}
	
	
	/* ----ユーザーレビュー画面---- */
	
	.block-goods-user-review {
		margin-bottom: 10px;
	}
	
	.block-goods-user-review h2 {
		margin: 10px 0;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.block-goods-user-review--info {
		padding: 10px;
		background: #eee;
	}
	
	.block-goods-user-review--count-summary {
		margin-bottom: 5px;
		padding: 6px;
		background: #fff;
		border: 1px solid #eee;
	}
	
	.block-goods-user-review--score dt {
		display: inline;
		font-weight: bold;
	}
	
	.block-goods-user-review--score dd {
		display: inline;
	}
	
	.block-goods-user-review--score dd img {
		height: 17px;
		position: relative;
		top: -3px;
	}
	
	.block-goods-user-review--count dt {
		display: inline;
		font-weight: bold;
	}
	
	.block-goods-user-review--count dd {
		display: inline;
	}
	
	.block-goods-user-review--write-review {
		text-align: right;
	}
	
	.block-goods-user-review--write-review a {
		text-decoration: underline;
		background-size: 14px 14px;
		padding: 0 0 0 20px;
	}
	
	.block-goods-user-review--item {
		padding: 10px;
		border-bottom: 1px solid #eee;
	}
	
	.block-goods-user-review--item-title {
		padding: 0;
		margin-bottom: 10px;
	}
	
	.block-goods-user-review--item-summary dt {
		display: inline;
	}
	
	.block-goods-user-review--item-summary dd {
		display: inline;
	}
	
	.block-goods-user-review--item-score dd img {
		height: 17px;
		position: relative;
		top: -3px;
	}
	
	.block-goods-user-review--item-moderate-vote {
		border-top: #eee 1px dotted;
		padding: 10px 0;
	}
	
	.block-goods-user-review--item-moderate-link {
		text-decoration: underline;
	}
	
	.block-goods-user-review--item-moderate-other-link {
		text-decoration: underline;
	}
	
	.block-goods-user-review--pagenav {
		margin: 0 0 10px 0;
		clear: both;
		background: #f0f0f0;
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
	}
	
	.block-goods-user-review--pager-now {
		margin: 2px 5px;
		color: #c00;
		font-weight: bold;
		white-space: nowrap;
	}
	
	.block-goods-user-review--ref {
		margin: 2px 5px;
		color: #003780;
		text-decoration: underline;
		font-weight: bold;
		white-space: nowrap;
	}
	
	.block-goods-user-review--readmore a {
		text-decoration: underline;
	}
	
	.block-goods-user-review--item-moderate-underestimate {
		padding-left: 10px;
	}
	
	.block-goods-user-review--item-moderate-underestimate dt {
		display: inline;
	}
	
	.block-goods-user-review--item-moderate-underestimate dd {
		display: inline;
	}
	
	.block-goods-user-review--item-moderate-overestimate {
		padding-left: 10px;
	}
	
	.block-goods-user-review--item-moderate-overestimate dt {
		display: inline;
	}
	
	.block-goods-user-review--item-moderate-overestimate dd {
		display: inline;
	}
	
	.block-goods-user-review .dropdown {
		z-index: 1;
	}
	
	.block-goods-user-review--form {
		margin: 10px 10px 0;
	}
	
	.block-goods-user-review--write-review-btn {
		width: 100%;
		padding: 10px 0;
	}
	
	.block-goods-user-review--form+form .block-goods-detail-footer {
		margin-top: -10px;
	}
	
	.block-user-review {
		margin: 10px;
	}
	
	.block-user-review--header {
		margin: -10px -10px 0;
	}
	
	.block-user-review--review-body textarea {
		width: 100%;
	}
	
	.block-user-review--review-contribution-conditions h3 {
		padding: 10px 0;
	}
	
	.block-user-review--item-header {
		margin: 0 -10px 10px;
	}
	
	.block-user-review--message a {
		text-decoration: underline;
	}
	
	.block-user-review--evaluator-name dt {
		display: inline;
	}
	
	.block-user-review--evaluator-name dd {
		display: inline;
	}
	
	.block-user-review--evaluation {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	.block-user-review--evaluation-score dt {
		display: inline;
	}
	
	.block-user-review--evaluation-score dd img {
		height: 17px;
		position: relative;
		top: -3px;
	}
	
	.block-user-review--evaluation-score dd {
		display: inline;
	}
	
	.block-user-review--review-item {
		margin: 10px -10px 10px;
	}
	
	.block-user-review--review-header {
		margin-right: 10px;
		margin-left: 10px;
		padding-right: 0;
		padding-left: 0;
	}
	
	.block-user-review--review-item:first-child {
		border-top: 1px solid #eee;
	}
	
	.block-user-review--evaluation-message {
		margin: 10px 10px 0;
	}
	
	.block-user-review--review-comment {
		padding: 10px;
		border-bottom: 1px solid #eee;
	}
	
	.block-user-review--review-item .action-buttons {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	.block-user-review-completed {
		margin: 10px;
	}
	
	.block-user-review-completed--header {
		margin: -10px -10px 0;
	}
	
	.block-user-review-completed--message-header {
		margin: 0 -10px 10px;
	}
	
	
	/* ----イベント画面---- */
	
	.block-event-page--goods {
		margin: 0 0 10px 0;
	}
	
	.block-event-page--comment {
		margin: 0 10px 10px 10px;
	}
	
	
	/* ----店舗在庫画面---- */
	
	.block-store-stock {
		margin: 10px;
	}
	
	.block-store-stock-goods-img-l {
		margin-bottom: 10px;
	}
	
	.block-store-stock-name--header {
		background: transparent;
		margin: -10px -10px 0;
	}
	
	.block-store-stock--goods-detail {
		margin-bottom: 10px;
	}
	
	.block-store-stock-goods {
		margin-bottom: 10px;
	}
	
	.block-store-stock--header {
		margin: 10px -10px 10px;
	}
	
	.block-store-stock--message {
		border: solid 1px #a94442;
		color: #a94442;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	.block-store-stock--div-name {
		font-weight: bold;
	}
	
	.block-store-stock--list {
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}
	
	.block-store-stock--list dd {
		padding: 5px 5px 5px 12px;
	}
	
	.block-store-stock--item {
		padding-right: 12px;
	}
	
	.block-store-stock--item a {
		text-decoration: underline;
	}
	
	
	/* ----アイコン---- */
	
	.block-icon {
		font-size: 0;
	}
	
	.block-icon span {
		margin-right: 3px;
	}
	
	.block-icon img {
		width: auto;
		height: 13px;
		vertical-align: top;
	}
	
	
	/* ----商品一覧画面----*/
	
	
	/* 表示方法 */
	
	.block-style--header {
		display: table;
		table-layout: fixed;
		width: 100%;
		background-color: #dcdcdc;
	}
	
	.block-style--expand-icon {
		display: table-cell;
		height: 43px;
		width: 40px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		text-align: left;
		cursor: pointer;
	}
	
	.block-style--element {
		display: none;
	}
	
	.block-style--close i:before {
		content: "\f067";
	}
	
	.block-sort--select {
		display: table-cell;
		padding-left: 10px;
		vertical-align: middle;
		height: 43px;
	}
	
	
	/* 並び替え */
	
	.block-sort--header {
		display: table;
		table-layout: fixed;
		width: 100%;
		background-color: #dcdcdc;
	}
	
	.block-sort--expand-icon {
		display: table-cell;
		height: 43px;
		width: 40px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		text-align: left;
		cursor: pointer;
	}
	
	.block-sort--element {
		display: none;
	}
	
	.block-sort--close i:before {
		content: "\f067";
	}
	
	.block-goods-list--display-style-items-selectbox {
		padding-left: 10px;
	}
	
	.block-style--select {
		display: table-cell;
		padding-left: 10px;
		vertical-align: middle;
		height: 43px;
	}
	
	
	/* ページャ */
	
	.block-goods-list-naviframe {
		margin-bottom: 10px;
		text-align: center;
	}
	
	
	/* 自動読み込み */
	
	.block-goods-list-auto-load {
		text-align: center;
		margin: 10px 0;
	}
	
	.block-goods-list-auto-load--loading {
		font-size: 60px;
	}
	
	.block-goods-list-auto-load--continue span {
		text-decoration: underline;
	}
	
	
	/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */
	
	.block-pickup-list-p--items {
		border-top: 1px solid #eee;
	}
	
	.block-pickup-list-p--items li {
		border-bottom: 1px solid #eee;
		padding: 10px;
	}
	
	.block-pickup-list-p--items li a {
		display: table;
		table-layout: fixed;
		text-decoration: none;
		width: 100%;
	}
	
	.block-pickup-list-p--goods-image {
		width: 145px;
		display: table-cell;
		vertical-align: top;
	}
	
	.block-pickup-list-p--goods-image figure {
		background: #f5f5f5;
		width: 145px;
		height: 145px;
		padding: 5px;
	}
	
	.block-pickup-list-p--goods-description {
		display: table-cell;
		vertical-align: top;
		padding-left: 10px;
		word-wrap: break-word;
		font-size: 14px;
	}
	
	.block-pickup-list-p--goods-name {
		font-weight: bold;
	}
	
	.block-pickup-list-p--comment {
		font-size: 12px;
	}
	
	.block-pickup-list-p--price {
		font-size: 18px;
		font-weight: bold;
	}
	
	
	/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
	
	.block-thumbnail-t--items {
		border-top: 1px solid #eee;
		font-size: 0;
		padding: 10px 10px 0 0;
	}
	
	.block-thumbnail-t--items li {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	.block-thumbnail-t--items li a {
		text-decoration: none;
	}
	
	.block-thumbnail-t--goods-image {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.block-thumbnail-t--goods-image figure {
		background: #f5f5f5;
		width: 100%;
		min-width: 140px;
		min-height: 140px;
		padding: 5px;
	}
	
	.block-thumbnail-t--goods-description {
		word-wrap: break-word;
	}
	
	.block-thumbnail-t--goods-name {
		font-weight: bold;
	}
	
	.block-thumbnail-t--comment {
		font-size: 12px;
	}
	
	.block-thumbnail-t--price {
		font-size: 18px;
		font-weight: bold;
	}
	
	
	/* ----商品一覧画面：ランキング：block-ranking-r---- */
	
	.block-ranking-r--items {
		border-top: 1px solid #eee;
		font-size: 0;
		padding: 10px 10px 0 0;
	}
	
	.block-ranking-r--items li {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	.block-ranking-r--items li a {
		text-decoration: none;
	}
	
	.block-ranking-r--goods-image {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.block-ranking-r--goods-image figure {
		background: #f5f5f5;
		width: 100%;
		min-width: 140px;
		min-height: 140px;
	}
	
	.block-ranking-r--goods-description {
		word-wrap: break-word;
	}
	
	.block-ranking-r--goods-name {
		font-weight: bold;
	}
	
	.block-ranking-r--comment {
		font-size: 12px;
	}
	
	.block-ranking-r--price {
		font-size: 18px;
		font-weight: bold;
	}
	
	
	/* ランキングアイコン */
	
	.block-ranking-r--goods-image {
		position: relative;
	}
	
	.block-ranking-r--rank {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 4px;
		left: 4px;
		width: 24px;
		height: 24px;
		background: #000;
		border-radius: 24px;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}
	
	
	/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
	
	.block-thumbnail-h--items {
		font-size: 0;
		padding: 10px 10px 0 0;
	}
	
	.block-thumbnail-h--items li {
		width: 25%;
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	.block-thumbnail-h--items li a {
		text-decoration: none;
	}
	
	.block-thumbnail-h--goods-image {
		width: 100%;
	}
	
	.block-thumbnail-h--goods-image figure {
		background: #f5f5f5;
		width: 100%;
		min-width: 70px;
		min-height: 70px;
	}
	
	
	/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */
	
	.block-goods-detail-j--items {
		border-top: 1px solid #eee;
	}
	
	.block-goods-detail-j--items li {
		border-bottom: 1px solid #eee;
		padding: 10px;
	}
	
	.block-goods-detail-j--items li a {
		display: table;
		table-layout: fixed;
		text-decoration: none;
		width: 100%;
	}
	
	.block-goods-detail-j--goods-image {
		width: 145px;
		display: table-cell;
		vertical-align: top;
	}
	
	.block-goods-detail-j--goods-image figure {
		background: #f5f5f5;
		width: 145px;
		height: 145px;
	}
	
	.block-goods-detail-j--goods-description {
		display: table-cell;
		vertical-align: top;
		padding-left: 10px;
		word-wrap: break-word;
		font-size: 14px;
	}
	
	.block-goods-detail-j--goods-name {
		font-weight: bold;
	}
	
	.block-goods-detail-j--comment {
		font-size: 12px;
	}
	
	.block-goods-detail-j--price {
		font-size: 18px;
		font-weight: bold;
	}
	
	.block-goods-detail-j--cart-btn {
		margin-top: 10px;
	}
	
	.block-goods-detail-j--cart-btn .block-list-add-cart-btn {
		padding: 10px;
	}
	
	.block-goods-detail-j--custom-order {
		margin-top: 10px;
	}
	
	.block-goods-detail-j--custom-order .block-list-custom-order-btn {
		padding: 10px;
	}
	
	
	/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */
	
	.block-goods-list-x--items {
		border-top: 1px solid #eee;
		font-size: 0;
		padding: 10px 10px 0 0;
	}
	
	.block-goods-list-x--items li {
		width: 25%;
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	.block-goods-list-x--items li a {
		text-decoration: none;
	}
	
	.block-goods-list-x--goods-image {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.block-goods-list-x--goods-image figure {
		background: #f5f5f5;
		width: 100%;
		min-width: 70px;
		min-height: 70px;
	}
	
	
	/* ----商品一覧画面：カート画面：block-goods-list-c---- */
	
	.block-goods-list-c--items {
		border-top: 1px solid #eee;
		font-size: 0;
		padding: 10px 10px 0 0;
	}
	
	.block-goods-list-c--items li {
		width: 25%;
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	
	.block-goods-list-c--items li a {
		text-decoration: none;
	}
	
	.block-goods-list-c--goods-image {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.block-goods-list-c--goods-image figure {
		background: #f5f5f5;
		width: 100%;
		min-width: 70px;
		min-height: 70px;
	}
	
	
	/* ----カテゴリー画面---- */
	
	.block-category-list--goods {
		margin: 0 0 10px 0;
	}
	
	.block-category-list--promotion-freespace {
		margin: 0 10px 10px 10px;
	}
	
	.block-category-list--comment {
		margin: 0 10px 10px 10px;
	}
	
	
	/* ----カテゴリー画面：一覧：block-category-style-l---- */
	
	.block-category-style-l--items {
		border-top: 1px solid #eee;
	}
	
	.block-category-style-l--item {
		border-bottom: 1px solid #eee;
		background-color: #fff;
		min-height: 43px;
		position: relative;
	}
	
	.block-category-style-l--item-container {
		display: table;
		width: 100%;
	}
	
	.block-category-style-l--body {
		display: table-cell;
		height: 43px;
		vertical-align: middle;
		text-align: left;
	}
	
	.block-category-style-l--item a {
		padding: 0 25px 0 0;
		text-decoration: none;
	}
	
	.block-category-style-l--item a:after {
		font-family: FontAwesome;
		content: "\f105";
		position: absolute;
		height: 100%;
		top: 50%;
		font-size: 20px;
		line-height: 20px;
		margin-top: -10px;
		right: 10px;
	}
	
	.block-category-style-l--name {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
	}
	
	.block-category-style-l--image {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
	}
	
	.block-category-style-l--image figure {
		width: 43px;
		height: 43px;
	}
	
	
	/* ----カテゴリーツリー---- */
	
	.block-category-tree {
		border-bottom: 1px solid #eee;
	}
	
	.block-category-tree--header {
		border-bottom: 1px solid #eee;
	}
	
	.block-category-style-g--items-0, .block-category-style-g--items-1, .block-category-style-g--items-2, .block-category-style-g--items-3 {
		border-top: 1px solid #eee;
	}
	
	.block-category-style-g--item {
		border-bottom: 1px solid #eee;
		min-height: 43px;
		background-color: #fff;
	}
	
	.block-category-style-g--item-container {
		display: table;
		width: 100%;
	}
	
	.block-category-style-g--expand-icon {
		display: table-cell;
		height: 43px;
		width: 20px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		cursor: pointer;
	}
	
	.block-category-style-g--body {
		display: table-cell;
		height: 43px;
		vertical-align: middle;
		text-align: left;
	}
	
	.block-category-style-g--image {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
	}
	
	.block-category-style-g--image figure {
		width: 43px;
		height: 43px;
	}
	
	.block-category-style-g--name {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
		text-decoration: underline;
	}
	
	.block-category-style-g--comment {
		display: none;
	}
	
	.block-category-style-g--items-1>li {
		padding-left: 10px;
	}
	
	.block-category-style-g--items-2>li {
		padding-left: 20px;
	}
	
	.block-category-style-g--items-3>li {
		padding-left: 30px;
	}
	
	.block-category-style-g--items-2 {
		margin-left: -10px;
	}
	
	.block-category-style-g--items-3 {
		margin-left: -20px;
	}
	
	
	/* ----ジャンル画面---- */
	
	.block-genre-page--goods {
		margin: 0 0 10px 0;
	}
	
	.block-genre-page--comment {
		margin: 0 10px 10px 10px;
	}
	
	
	/* ----ジャンルツリー---- */
	
	.block-genre-tree {
		border-bottom: 1px solid #eee;
	}
	
	.block-genre-tree--header {
		border-bottom: 1px solid #eee;
	}
	
	.block-genre-style--items-0, .block-genre-style--items-1, .block-genre-style--items-2, .block-genre-style--items-3 {
		border-top: 1px solid #eee;
	}
	
	.block-genre-style--item {
		border-bottom: 1px solid #eee;
		min-height: 43px;
		background-color: #fff;
	}
	
	.block-genre-style--item:last-child {
		border-bottom: none;
	}
	
	.block-genre-style--item-container {
		display: table;
		width: 100%;
	}
	
	.block-genre-style--expand-icon {
		display: table-cell;
		height: 43px;
		width: 20px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		cursor: pointer;
	}
	
	.block-genre-style--body {
		display: table-cell;
		height: 43px;
		vertical-align: middle;
		text-align: left;
	}
	
	.block-genre-style--image {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
	}
	
	.block-genre-style--image figure {
		width: 43px;
		height: 43px;
	}
	
	.block-genre-style--name {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
		text-decoration: underline;
	}
	
	.block-genre-style--comment {
		display: none;
	}
	
	.block-genre-style--items-1>li {
		padding-left: 10px;
	}
	
	.block-genre-style--items-2>li {
		padding-left: 20px;
	}
	
	.block-genre-style--items-3>li {
		padding-left: 30px;
	}
	
	.block-genre-style--items-2 {
		margin-left: -10px;
	}
	
	.block-genre-style--items-3 {
		margin-left: -20px;
	}
	
	
	/* ----絞り込み検索---- */
	
	.block-filter--header {
		display: table;
		table-layout: fixed;
		width: 100%;
		background-color: #dcdcdc;
	}
	
	.block-filter--list-item-container {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	
	.block-filter--expand-icon {
		display: table-cell;
		height: 43px;
		width: 40px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		text-align: left;
		cursor: pointer;
	}
	
	.block-filter--select-label {
		display: table-cell;
		height: 43px;
		padding-left: 10px;
		vertical-align: middle;
		text-align: left;
	}
	
	.block-filter--list-item {
		display: none;
		border-bottom: #eee 1px solid;
	}
	
	.block-filter--filter-options {
		border-top: #eee 1px solid;
	}
	
	.block-filter--element {
		display: table;
		table-layout: fixed;
		border-bottom: #eee 1px solid;
		width: 100%;
	}
	
	.block-filter--element:last-child {
		border-bottom: none;
	}
	
	.block-filter--option-items {
		display: table-cell;
		height: 43px;
		padding-left: 20px;
		vertical-align: middle;
		width: 100%;
	}
	
	.block-filter--select {
		display: table-cell;
		padding-left: 20px;
		vertical-align: middle;
		height: 43px;
	}
	
	.block-filter--close i:before {
		content: "\f067";
	}
	
	.block-filter--treelist-layer {
		border-top: #eee 1px solid;
	}
	
	.block-filter--treeitem {
		border-top: #eee 1px solid;
	}
	
	.block-filter--treeitem:first-child {
		border-top: none;
	}
	
	a.block-filter--treeitem-name {
		text-decoration: underline;
	}
	
	.block-filter--tree-2, .block-filter--tree-3, .block-filter--tree-4 {
		border-top: #eee 1px solid;
	}
	
	.block-filter--tree-2>li {
		padding-left: 20px;
	}
	
	.block-filter--tree-3>li {
		padding-left: 30px;
	}
	
	.block-filter--tree-4>li {
		padding-left: 40px;
	}
	
	.block-filter--tree-2 {
		margin-left: -10px;
	}
	
	.block-filter--tree-3 {
		margin-left: -20px;
	}
	
	.block-filter--tree-4 {
		margin-left: -30px;
	}
	
	.block-filter--treeitem-container {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	
	.block-filter--treeitem-dir {
		display: table-cell;
		height: 43px;
		width: 40px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		text-align: left;
		cursor: pointer;
	}
	
	.block-filter--treeitem-name {
		display: table-cell;
		height: 43px;
		padding-left: 20px;
		vertical-align: middle;
		text-align: left;
	}
	
	.block-filter--treeitem-selected {
		color: #c00;
	}


	/*------------------------------------------------*/
	/*------------------------	USR	sb_base.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----全体設定---- */
	
	body {
		color: #333;
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino sbKaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 3.2vw;
		line-height: 1.8;
		letter-spacing: .06em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-print-color-adjust: exact;
	}
	
	
	
	/* ----ヘッドライン---- */
	
	h1, .h1 {
		margin: 8vw 0;
		font-size: 5.4vw;
		line-height: 1.3;
	}
	
	h2 {
		margin: 8vw 0 0;
		padding: 0;
		font-size: 5vw;
		line-height: 1.3;
		font-weight: normal;
		/*color: #414141;*/
		background: none;
	}
	
	h2.h1.block-category-list--header {
		font-size: 2.8rem;
		color: #666666;
	}
	
	h2.h1.block-category-list--header img {
		display: block;
		margin: auto;
	}
	
	h3, h4, h5 {
		margin: 8vw 0 0;
		padding: 0;
		font-size: 4vw;
		line-height: 1.3;
		/*color: #414141;*/
		font-weight: normal;
	}
	
	
	/* ----リンク---- */
	
	a {
		color: #333;
	}
	
	a:hover, a:focus {
		text-decoration: none;
	}
	
	a:focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	
	.block-goods-list-d--goods-name a {
		color: #666666;
		text-decoration: none;
	}
	
	
	/* ----タグ---- */
	
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
	
	/* ----商品関連---- */
	
	.block-icon {
		margin: 0 0 5px;
	}
	
	.block-icon span {
		display: inline-block;
		margin: 0 3px 3px 0;
	}
	
	.block-icon img {
		height: 12px;
	}
	
	.variation-name {
		margin: 0 0 4px;
		font-size: 10px;
		line-height: 1.4;
		color: #8a8a8a;
		visibility: hidden;
	}
	
	.price {
		font-weight: normal;
		color: #8a8a8a;
	}
	
	.default-price {
		font-size: 12px;
		color: #8a8a8a;
		font-weight: normal;
	}
	
	.net-price {
		font-size: 12px;
		font-weight: normal;
		color: #8a8a8a;
	}
	
	.net-price:before, .net-price:after {
		display: inline;
	}
	
	.net-price:before {
		content: "（";
	}
	
	.net-price:after {
		content: "）";
	}
	
	.default-price:before, .default-price:after {
		display: inline;
	}
	
	.default-price:before {
		content: "（";
	}
	
	.default-price:after {
		content: "）";
	}
	
	
	/* ----入力フォーム共通---- */
	
	input, button, select, textarea {
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
	}
	
	input[type="submit"], input[type="button"], button {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], select, textarea {
		margin: 0;
		padding: 10px;
		width: 100%;
		color: #3c3c3c;
		font-size: 14px;
		text-indent: 0;
		line-height: 1.5;
		border: 1px solid #d8d8d8;
		border-radius: 0;
		box-sizing: border-box;
		outline: none;
		background: #f5f5f5;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		transition-property: border, background;
		transition-duration: 0.2s;
	}
	
	select {
		width: 100%;
		padding: 5px 10px;
		border-radius: 5px;
	}
	
	input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="url"]:hover, input[type="number"]:hover, select:hover, textarea:hover {
		border: 1px solid #b4b4b4;
	}
	
	input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
		border-color: #285a96;
		background: #fff;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}
	
	label.radio, label.checkbox {
		display: inline-block;
		margin: 0 5px 5px 0;
	}
	
	input[type="text"][disabled] {
		background: #dcdcdc;
		cursor: not-allowed;
	}
	
	input[type="file"] {
		padding: 10px 0 0;
	}
	
	
	/* ----ボタン---- */
	
	.btn-default {
		color: #414141;
		border: 1px solid #8a8a8a;
		background-color: #fff;
	}
	
	.btn-primary {
		color: white;
		border: 1px solid #7d7d7d;
		background-color: #7d7d7d;
	}
	
	.btn-secondary {
		color: #3c3c3c;
		border: 1px solid #8a8a8a;
		background-color: #fff;
	}
	
	.btn-danger {
		color: #3c3c3c;
		border: 1px solid #8a8a8a;
		background-color: #fff;
	}
	
	
	/* ----商品説明リスト---- */
	
	.goods-detail-description {
		display: table;
		width: 100%;
	}
	
	.goods-detail-description dt, .goods-detail-description dd {
		padding: 2px 0;
		font-size: 12px;
		line-height: 1.4;
	}
	
	.goods-detail-description dt {
		width: 90px;
		font-weight: normal;
	}
	
	.goods-detail-description dd:before {
		display: inline-block;
		content: "：";
		padding: 0 1em 0 0;
	}
	
	
	/* ----テーブル---- */
	
	.table, .table td, .table th {
		border-collapse: collapse;
		border: 1px solid #d8d8d8;
	}
	
	.table {
		table-layout: fixed;
		width: 100%;
	}
	
	.table td, .table th {
		padding: 10px 8px;
		font-size: 12px;
		border-top: 1px solid #d8d8d8;
	}
	
	.table th {
		background-color: #f5f5f5;
	}
	
	.table td {
		background-color: #fff;
	}
	
	
	/* ----ページャー---- */
	
	.pager {
		margin: 20px 0;
		color: #8a8a8a;
		text-align: center;
	}
	
	.pager-count span {
		font-weight: normal;
	}
	
	
	/* ----パネル---- */
	
	.panel {
		margin: 15px;
		padding: 15px;
	}
	
	
	/* ----検索エンジン向けH1タグ---- */
	
	.optimaized-h1 {
		display: none;
	}
	
	
	/* ----入力フォームタイトル---- */
	
	.legend {
		margin: 40px -15px 0;
		padding: 15px 15px 13px;
		font-weight: normal;
		width: auto;
	}
	
	
	/* ----縦型入力フォーム---- */
	
	.fieldset-vertical {
		margin: 0;
	}
	
	.fieldset-vertical .form-group {
		margin: 10px 0 0;
	}
	
	.fieldset-vertical .form-label label {
		display: inline-block;
		color: #000;
	}
	
	.fieldset-vertical .form-label, .fieldset-vertical .constraint, .fieldset-vertical .form-label+.required {
		display: inline-block;
		margin: 15px 0 5px 0;
	}
	
	.fieldset-vertical .form-label {
		margin: 15px 5px 5px 0;
	}
	
	
	/* ----入力支援---- */
	
	.form-error {
		padding: 8px 0 0;
		display: block;
		color: #a94442;
	}
	
	
	/* ----入力フォームボタン---- */
	
	.action-buttons {
		margin: 10px 0 0;
	}
	
	.action .btn {
		width: 100%;
		margin: 20px 0 0;
		font-size: 14px;
		padding: 14px 0;
		font-weight: normal;
		border-bottom-width: 1px;
	}
	/* ----ドロップダウン---- */
	
	.dropdown {
		border: 1px solid #8a8a8a;
	}
	
	.dropdown li {
		background: #fff;
		border-top: 1px solid #dcdcdc;
	}
	
	.dropdown li:first-child {
		border-top: 0;
	}
	
	.dropdown li span {
		color: #3c3c3c;
	}
	
	.dropdown li span:hover {
		background: #f0f0f0;
	}
	
	
	/* ----モーダルダイアログ---- */
	
	.modal-header {
		padding: 10px;
		font-weight: bold;
		clear: both;
		border-bottom: none;
		line-height: 1;
		color: #fff;
		background-color: #285a96;
	}
	
	.modal-body {
		padding: 20px 15px;
	}
	
	.modal-body p {
		margin: 0;
	}
	
	.modal-content {
		background: #fff;
	}
	
	.modal-content textarea {
		margin: 20px 0 0;
		background: #fff;
		font-size: 12px;
	}
	
	
	/* ----ページャー---- */
	
	.pager {
		margin: 0;
		padding: 10vw 0 0;
		color: #8a8a8a;
		font-size: 0;
		text-align: center;
		line-height: 1;
	}
	
	.block-goods-list--pager-bottom {
		padding: 6vw 0 0;
	}
	
	.pager-total {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 2.7vw;
	}
	
	.pagination>* {
		float: none;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
	}
	
	.pagination li {
		display: inline-block;
		margin: 5vw 1vw 0;
		font-size: 3vw;
		line-height: 8.2vw;
	}
	
	.pagination li a, .pagination li span {
		display: block;
		width: 7vw;
		height: 7vw;
		color: #8a8a8a;
		text-decoration: none;
		background: transparent;
		transition: background 0.25s;
	}
	
	.pagination li a:hover, .pagination .pager-current span {
		color: #333;
		background: transparent;
		font-size: 3.8vw;
	}
	
	.pagination .pager-first a, .pagination .pager-previous a, .pagination .pager-next a, .pagination .pager-last a {
		position: relative;
		margin: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.pagination .pager-first a:after, .pagination .pager-previous a:after, .pagination .pager-next a:after, .pagination .pager-last a:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		text-indent: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 10px;
	}
	
	.pagination .pager-first a:after, .pagination .pager-previous a:after {
		left: 0;
	}
	
	.pagination .pager-first a:after {
		background-image: url(../../images/usr/common/pager_first.png);
	}
	
	.pagination .pager-previous a:after {
		background-image: url(../../images/usr/common/pager_previous.png);
	}
	
	.pagination .pager-next a:after, .pagination .pager-last a:after {
		right: 0;
	}
	
	.pagination .pager-next a:after {
		background-image: url(../../images/usr/common/pager_next.png);
	}
	
	.pagination .pager-last a:after {
		background-image: url(../../images/usr/common/pager_last.png);
	}
	
	.pagination .pager-first a:hover, .pagination .pager-previous a:hover, .pagination .pager-next a:hover, .pagination .pager-last a:hover {
		background: none;
		opacity: 0.6;
	}
	
	
	/* ----会員規約補足文言---- */
	
	.block-member-info--use-spoofing-protection .agree_complement {
		font-size: 80%;
	}
	/*------------------------------------------------*/
	/*------------------------	USR	sb_base_form.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----入力フォーム共通---- */
	
	input, button, select, textarea {
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
	}
	
	input[type="submit"], input[type="button"], button {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], select, textarea {
		margin: 0;
		padding: 10px;
		width: 100%;
		color: #3c3c3c;
		font-size: 14px;
		text-indent: 0;
		line-height: 1.5;
		border: 1px solid #000;
		border-radius: 0;
		box-sizing: border-box;
		outline: none;
		background: #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		transition-property: border, background;
		transition-duration: 0.2s;
	}
	
	input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="url"]:hover, input[type="number"]:hover, select:hover, textarea:hover {
		border: 1px solid #666;
	}
	
	input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
		border-color: #285a96;
		background: #fff;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}
	
	input[type="radio"] {
		width: 18px;
		height: 18px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	input[type="checkbox"] {
		width: 18px;
		height: 18px;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	label.radio, label.checkbox, input[type="radio"], input[type="radio"]+label, input[type="checkbox"], input[type="checkbox"]+label, select {
		cursor: pointer;
	}
	
	input[type="text"][disabled] {
		background: #dcdcdc;
		cursor: not-allowed;
	}
	
	
	/* ----ボタン---- */
	
	.btn {
		margin: 0;
		padding: 10px 15px;
		line-height: 1;
		font-weight: normal;
		color: #8a8a8a;
		border: 1px solid #d8d8d8;
		box-sizing: border-box;
		outline: none;
		background: transparent;
		cursor: pointer;
	}
	
	.btn:hover, .btn:focus {
		text-decoration: none;
	}
	
	.btn:active, .btn.active {
		outline: 0;
		box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125);
	}
	
	.btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover, .btn.disabled:active, .btn[disabled]:active {
		cursor: not-allowed;
		opacity: 0.65;
		filter: alpha(opacity=65);
		box-shadow: none !important;
	}
	
	.btn-default {
		color: #414141;
		border: solid 1px #8a8a8a;
		background-color: #fff;
	}
	
	.btn-primary {
		color: #fff;
		border: solid 1px #000;
		background-color: #000;
	}
	
	.btn-secondary {
		color: #fff;
		border: solid 1px #000;
		background-color: #fff;
	}
	
	.btn-danger {
		color: #3c3c3c;
		border: solid 1px #8a8a8a;
		background-color: #fff;
	}
	
	.hidden-btn {
		position: absolute;
		left: -9999px;
		width: 1px;
		height: 1px;
	}

	/* ----入力フォームタイトル---- */
	
	.legend {
		font-size: 4.6vw;
		font-weight: normal;
		width: 100%;
		margin: 10px 0;
		padding: 5px 0;
		border-bottom: 1px solid #444;
		;
	}
	
	
	/* ----縦型入力フォーム---- */
	
	.fieldset-vertical {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.fieldset-vertical .form-group {
		margin: 5px 0 10px 0;
	}
	
	.fieldset-vertical .form-label, .fieldset-vertical .constraint {
		float: left;
		margin: 0 0 5px 0;
	}
	
	.fieldset-vertical .form-label {
		margin: 0 5px 0 0;
	}
	
	.fieldset-vertical .form-label label {
		font-weight: bold;
	}
	
	.fieldset-vertical .form-control {
		clear: both;
	}
	
	
	/* ----入力支援---- */
	
	.form-error {
		display: block;
		color: #a94442;
	}
	
	.required:after {
		display: inline;
		padding: .2em .6em;
		font-size: 11px;
		text-align: center;
		white-space: nowrap;
		vertical-align: baseline;
		border-radius: .25em;
		color: #fff;
		background-color: #a94442;
		content: "必須";
	}
	
	.help-block {
		display: block;
		font-size: 11px;
		margin-top: 5px;
		color: #737373;
	}
	
	.count-msg-another {
		display: block;
		font-size: 11px;
		margin-top: 5px;
		color: #555;
	}
	
	.count-msg {
		display: block;
		font-size: 11px;
		margin-top: 5px;
		color: #f66;
	}
	
	
	/* ----入力フォームボタン---- */
	
	.action-buttons {
		width: auto;
		display: block;
	}
	
	.action .btn {
		width: 100%;
		margin-top: 10px;
		padding: 14px 0;
		border-bottom-width: 1px;
	}
	
	
	/* ----ラジオボタン、チェックボックス---- */
	
	.radio {
		margin-right: 10px;
	}
	
	.checkbox {
		margin-right: 10px;
	}
	
	
	/* ----EFO---- */
	
	.efo-icon {
		border: none;
		vertical-align: middle;
	}
	
	input[type="text"].efo-error, input[type="tel"].efo-error, input[type="email"].efo-error, input[type="search"].efo-error, input[type="password"].efo-error, input[type="url"].efo-error, input[type="number"].efo-error, select.efo-error, textarea.efo-error {
		background-color: #f2dede;
	}
	
	input[type="text"].efo-valid, input[type="tel"].efo-valid, input[type="email"].efo-valid, input[type="search"].efo-valid, input[type="password"].efo-valid, input[type="url"].efo-valid, input[type="number"].efo-valid, select.efo-valid, textarea.efo-valid {
		background-color: #e9f2d7;
	}
	/*------------------------------------------------*/
	/*------------------------	USR	sb_base_misc.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----テーブル---- */
	
	.table, .table td, .table th {
		border-collapse: collapse;
		border: 1px solid #c8c8c8;
	}
	
	.table {
		table-layout: fixed;
		width: 100%;
	}
	
	.table td, .table th {
		padding: 5px;
	}
	
	.table th {
		font-weight: normal;
		background-color: #e5e5e5;
		width: 35%;
		text-align: left;
	}
	
	.table td {
		background-color: #fff;
	}
	
	
	/* ----テキストカラー----*/
	
	.text-muted {
		color: #777;
	}
	
	.text-warning {
		color: #8a6d3b;
	}
	
	.text-danger {
		color: #a94442;
	}
	
	.price {
		font-weight: normal;
		color: #414141;
	}
	
	.default-price {
		font-size: 12px;
		color: #414141;
		font-weight: normal;
	}
	
	.net-price {
		font-size: 12px;
		font-weight: normal;
		color: #414141;
	}
	
	.exchange-price {
		color: #555;
	}
	
	
	/* ----商品説明リスト---- */
	
	.goods-detail-description {
		display: table;
		width: 100%;
	}
	
	.goods-detail-description dt {
		display: table-cell;
		width: 120px;
		font-weight: bold;
	}
	
	.goods-detail-description dd {
		display: table-cell;
	}
	
	
	/* ----パネル---- */
	
	.panel {
		padding: 10px;
		overflow: hidden;
		border: solid 1px #dcdcdc;
		background: #fff;
	}
	
	
	/* ----バッジ---- */
	
	.badge {
		display: inline-block;
		min-width: 10px;
		padding: 3px 7px;
		line-height: 1;
		vertical-align: middle;
		white-space: nowrap;
		text-align: center;
		border-radius: 10px;
		color: #fff;
		background-color: #b02c14;
	}
	
	.badge:empty {
		display: none;
	}
	
	
	/* ----ページャー---- */
	
	.pager {
		margin-bottom: 10px;
		text-align: center;
	}
	
	.pager>* {
		display: inline-block;
		vertical-align: top;
	}
	
	.pager-scope {
		padding: 3px;
		margin: 0 10px;
		text-align: center;
		display: block;
	}
	
	.pager-total {
		display: block;
		padding: 3px;
		margin-right: 5px;
	}
	
	.pager-count span {
		font-weight: bold;
	}
	
	.pagination>li {
		min-width: 28px;
	}
	
	.pagination {
		display: inline-block;
	}
	
	.pagination>* {
		list-style-type: none;
		float: left;
		padding: 5px 1px;
		background-color: #fff;
		border: none;
		text-align: center;
		font-size: 14px;
		line-height: 1;
		margin: 0 1px;
	}
	
	.pagination>.disabled {
		color: #777;
	}
	
	.pager-current {
		color: #333;
		background-color: transparent;
		;
		border: none;
	}
	
	.pager-current span {
		font-weight: bold;
	}
	
	
	/* ----画像センタリング配置---- */
	
	.img-center {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.img-center img {
		text-align: center;
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	
	
	/* ----ツールチップ---- */
	
	.balloontip {
		min-width: 20px;
		max-width: 100%;
		padding: 10px;
		border-radius: 6px;
		opacity: 1;
		z-index: 32767;
		text-align: left;
		font-size: 12px;
		border: 1px solid rgb(119, 119, 119);
		box-shadow: rgb(85, 85, 85) 4px 4px 4px;
		color: rgb(255, 255, 255);
		background: #333;
	}
	
	
	/* ----ドロップダウン---- */
	
	.dropdown {
		z-index: 11000;
	}
	
	.dropdown li {
		background: #444;
	}
	
	.dropdown li span {
		display: block;
		padding: 13px 15px;
		margin: 0;
		text-decoration: none;
		line-height: 1;
		color: #fff;
		cursor: pointer;
	}
	
	.dropdown li span:hover {
		background: #616d0b;
	}
	
	
	/* ----モーダルダイアログ---- */
	
	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		z-index: 10000;
	}
	
	.modal-overlay-alert {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
		z-index: 10002;
	}
	
	.modal-alert {
		padding: 0 10px;
		width: 100%;
		max-width: 600px;
		z-index: 10003;
	}
	
	.modal-dialog {
		padding: 0 10px;
		width: 100%;
		max-width: 600px;
		z-index: 10001;
	}
	
	.modal-header {
		padding: 10px;
		font-weight: bold;
		clear: both;
		border-bottom: none;
		line-height: 1;
		color: #fff;
		background-color: #333;
	}
	
	.modal-content {
		background: #eee;
	}
	
	.modal-body {
		padding: 10px;
	}
	
	.modal-body p {
		margin-bottom: 10px;
	}
	
	.modal-footer {
		padding: 0 10px 10px;
	}
	
	.modal-footer .btn {
		margin-top: 5px;
		width: 100%;
	}
	
	.modal-close {
		display: block;
		width: 18px;
		cursor: pointer;
		float: right;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		color: #fff;
	}
	
	
	/* ----ヘッダー警告---- */
	
	.header-warning {
		position: relative;
		padding: 10px;
		background: #fffacd;
		border-bottom: 1px solid #b0c4de;
	}
	
	.header-warning-contents {
		display: block;
		padding-right: 18px;
		text-align: center;
		background: transparent;
	}
	
	.header-warning-close {
		display: block;
		position: absolute;
		width: 18px;
		cursor: pointer;
		font-weight: bold;
		top: 10px;
		right: 10px;
		background: transparent;
	}
	
	
	/* ----検索エンジン向けH1タグ---- */
	
	.optimaized-h1 {
		margin: 0;
		padding: 0;
		font-size: 10px;
	}
	
	
	/* ----レビュー---- */
	
	.star-base {
		float: left;
		width: 60px;
		height: 15px;
		background: url("../../images/usr/user_review/star.png");
	}
	
	.star-select {
		width: 60px;
		height: 15px;
		background: url("../../images/usr/user_review/star.png");
		background-repeat: no-repeat;
	}
	
	.star-select-link {
		color: #66f;
		float: left;
		margin-left: 5px;
	}
	
	
	/* ----ホワイトスペース制御----*/
	
	.white-space-pre-wrap {
		white-space: pre-wrap;
	}
	
	
	/* ----カテゴリ・ジャンルツリー----*/
	
	.expand-tree-open i:before {
		content: "\f068";
	}
	
	
	/* ---- !!!! ここより下にスタイルを追加しないこと !!!! */
	
	
	/* ----表示・非表示---- */
	
	.hidden {
		display: none;
	}
	
	.show {
		display: block;
	}
	/*------------------------------------------------*/
	/*------------------------	USR	sb_layout.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* ----ヘッダー---- */
	
	.pane-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		position: relative;
		height: 17.6vw;
		padding: 1.33vw 15.87vw 0 0;
		background-color: #fff;
		font-size: 3.47vw;
	}
	
	.pane-header::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2.4vw;
		background-color: #fdbbc6;
	}
	
	
	/* シンプル */
	
	.pane-order-header {
		border-bottom: 2px solid #efefef;
	}
	
	
	/* ----グローバルナビ---- */
	
	.pane-globalnav {
		background-color: #285a96;
		color: #fff;
	}
	/*------------------------------------------------*/
	/*------------------------	USR	sb_block.css	------------------------*/
	/*------------------------------------------------*/
	
	
	/* 共通ヘッダ・フッタ---- */
	
	body {
		position: relative;
	}
	
	
	/* ----ヘッダー---- */
	
	.block-header-logo, .block-header-menu-logo {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		display: block;
		width: 100%;
		margin-left: 3.47vw;
	}
	
	.block-header-logo a, .block-header-menu-logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 48.67vw;
	}
	
	.block-header-cart a, .block-header-menu-cart a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		height: auto;
	}
	
	.block-header-cart img, .block-header-menu-cart img {
		width: 5.33vw;
		height: auto;
	}
	
	.block-headernav--cart-count {
		display: none;
		position: absolute;
		top: -2.7vw;
		right: -2.5vw;
		width: 4.6vw;
		height: 4.6vw;
		border-radius: 5.2vw;
		background-color: #e28595;
		color: #fff;
		font-size: 2.67vw;
		font-family: 'Poppins', sans-serif;
		text-align: center;
		line-height: 4.6vw;
		letter-spacing: 0;
		z-index: 2;
	}
	
	.block-header-menu {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.block-header-menu>input {
		display: none;
	}
	
	.block-header-menu-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 17.6vw;
		margin-right: 5.33vw;
		padding-top: 1.33vw;
	}
	
	.block-header-menu-btn label {
		display: block;
		position: relative;
		width: 5.33vw;
		height: 4.53vw;
	}
	
	.block-header-menu-btn label::before, .block-header-menu-btn label::after, .block-header-menu-btn label span::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		width: 5.33vw;
		height: 1px;
		background-color: #595656;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-header-menu-btn label::before {
		top: 0;
	}
	
	.block-header-menu-btn label::after {
		bottom: 0;
	}
	
	.block-header-menu-btn label span {
		display: block;
		position: relative;
		width: 100%;
		height: 4.53vw;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-header-menu-btn label span::before {
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.block-header-menu-close label {
		display: block;
		position: relative;
		width: 5.33vw;
		height: 4.53vw;
	}
	
	.block-header-menu-close label::before, .block-header-menu-close label::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 5.33vw;
		height: 1px;
		background-color: #595656;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.block-header-menu-close label::before, .block-header-menu-close label::after {
		width: 5.33vw;
	}
	
	.block-header-menu-close label::before {
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}
	
	.block-header-menu-close label::after {
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
	}
	
	.block-header-menu-body {
		display: block;
		position: fixed;
		top: 0;
		left: -104vw;
		width: 100vw;
		min-height: 100vh;
		background-color: #fee7eb;
		font-size: 3.47vw;
		overflow: scroll;
		z-index: 99999;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	#menu_btn:checked~.block-header-menu-body {
		left: 0;
	}
	
	.block-header-menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		height: 17.6vw;
		padding: 1.33vw 15.87vw 0 0;
		font-size: 3.47vw;
	}
	
	.block-header-menu-close {
		position: absolute;
		right: 5.33vw;
	}
	
	.block-header-menu-nav {
		padding: 0 4vw;
		font-family: futura-pt, sans-serif;
	}
	
	.block-header-menu-nav li {
		border-bottom: 1px solid #000;
	}
	
	.block-header-menu-nav li:first-child {
		border-top: 1px solid #000;
	}
	
	.block-header-menu-nav li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		width: 100%;
		height: 14.93vw;
		font-size: 5.47vw;
		letter-spacing: .02em;
	}
	
	.block-header-menu-sns {
		margin-top: 8vw;
		padding: 0 4vw;
	}
	
	.block-header-menu-sns ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.block-header-menu-sns li:not(:last-child) {
		margin-right: 7.2vw;
	}
	
	.block-header-menu-sns img {
		height: 4.93vw;
	}
	
	
	/* コンパクト */
	
	.block-header-simple {
		border-bottom: 1px solid #efefef;
	}
	
	
	/* ----格納メニュー---- */
	
	
	/* menu--btn */
	
	.block-header-menu--btn {
		margin: 0 15px 20px;
	}
	
	.block-header-menu--btn a {
		padding: 17px 0;
		font-size: 14px;
		line-height: 1;
		background: #efefef;
		text-align: center;
	}
	
	.block-header-menu--btn a:before {
		display: inline-block;
		content: "";
		margin: 0 8px 0 0;
		width: 20px;
		height: 20px;
		vertical-align: -4px;
	}
	
	.block-header-menu--btn a {
		color: white;
	}
	
	.block-header-menu--btn .mypage {
		background: #d7afb4;
	}
	
	.block-header-menu--btn .mypage:before {
		background: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/usr/sb/common/header_menu_mypage.png) no-repeat;
		background-size: 20px 20px;
	}
	
	.block-header-menu--btn .login {
		background: #93acca;
	}
	
	.block-header-menu--btn .login:before {
		background: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/images/usr/sb/common/header_menu_login.png) no-repeat;
		background-size: 20px 20px;
	}
	
	
	/* menu--member */
	
	.block-header-menu--member .block-header-menu--list {
		margin: 0 15px 30px;
		padding: 0 15px;
		background: #efefef;
	}
	
	.block-header-menu--member .block-header-menu--list a {
		padding: 16px 0;
		font-size: 12px;
	}
	
	.block-header-menu--member .block-header-menu--list li:last-child a {
		border: none;
	}
	
	.block-header-menu--member .block-header-menu--list a:before {
		display: inline-block;
		content: "";
		margin: 0 8px 0 0;
		width: 20px;
		height: 20px;
		vertical-align: -4px;
	}
	
	.block-header-menu--member .block-header-menu--list .bag:before {
		background: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/usr/sb/common/header_menu_bag.png) no-repeat;
		background-size: 20px 20px;
	}
	
	.block-header-menu--member .block-header-menu--list .favorite:before {
		background: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/usr/sb/common/header_menu_favorite.png) no-repeat;
		background-size: 20px 20px;
	}
	
	.block-header-menu--member .block-header-menu--list .history:before {
		background: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/usr/sb/common/header_menu_history.png) no-repeat;
		background-size: 20px 20px;
	}
	
	.block-header-menu--member .block-header-menu--list .logout:before {
		background: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/usr/sb/common/header_menu_logout.png) no-repeat;
		background-size: 20px 20px;
	}
	
	
	/* menu--link */
	
	.block-header-menu--link .block-header-menu--list {
		border-top: 1px solid #d8d8d8;
	}
	
	.block-header-menu--link .block-header-menu--toggle {
		position: relative;
		cursor: pointer;
	}
	
	.block-header-menu--link .block-header-menu--toggle+ul {
		display: none;
	}
	
	.block-header-menu--link .block-header-menu--toggle.on+ul {
		display: block;
	}
	
	.block-header-menu--link .block-header-menu--toggle:before, .block-header-menu--link .block-header-menu--toggle:after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: "";
		background: #3c3c3c;
		width: 12px;
		height: 1px;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
	
	.block-header-menu--link .block-header-menu--toggle:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.block-header-menu--link .block-header-menu--toggle.on:after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	.block-header-menu--link .block-header-menu--list a.on {
		border: none;
	}
	
	.block-header-menu--list-lower {
		padding: 0 30px 15px;
		border-bottom: 1px solid #d8d8d8;
	}
	
	.block-header-menu--list-lower a {
		position: relative;
		padding: 13px 0;
		font-size: 12px;
		border-bottom: 1px solid #efefef;
	}
	
	.block-header-menu--list-lower li:last-child a {
		border: none;
	}
	
	.block-header-menu--list-lower a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		margin: -5px 0 0;
		width: 7px;
		height: 7px;
		border-right: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	
	/* menu--guide */
	
	.block-header-menu--guide .block-header-menu--list {
		font-size: 0;
		border-top: 1px solid #d8d8d8;
	}
	
	.block-header-menu--guide .block-header-menu--list li {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	
	.block-header-menu--guide .block-header-menu--list li:nth-child(odd) a {
		border-right: 1px solid #d8d8d8;
	}
	
	.block-header-menu--guide .block-header-menu--list a {
		padding: 18px 5px 18px 15px;
		font-size: 12px;
	}
	
	
	/* menu--close */
	
	.block-header-menu--close {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 45px;
		height: 55px;
		cursor: pointer;
	}
	
	
	/* ----グローバルナビ---- */
	
	.block-globalnav--item-list {
		width: 100%;
		font-size: 0;
	}
	
	.block-globalnav--item-list>li {
		position: relative;
		display: inline-block;
		width: 50%;
	}
	
	.block-globalnav--item-list>li>a {
		display: block;
		font-size: 14px;
		line-height: 1;
		text-align: center;
		padding: 15px 0;
		color: #fff;
	}
	
	.block-globalnav--item-list>li:first-child:after {
		position: absolute;
		top: 10px;
		right: 0;
		bottom: 10px;
		display: block;
		content: "";
		width: 1px;
		background: #7e9cc0;
	}
	
	
	/* ----フッター---- */
	
	.pane-footer {
		margin-top: 18vw;
		font-family: futura-pt, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	.block-footer-sns-list {
		margin: 0 auto 4.8vw;
	}
	
	.block-footer-sns-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.block-footer-sns-list ul li {
		margin: 0 3.5vw;
	}
	
	.block-footer-sns-list ul a {
		display: block;
	}
	
	.block-footer-sns-list ul img {
		height: 4.93vw;
	}
	
	.block-footer-content {
		padding: 5.87vw 0 0;
		background-color: #e2e2e2;
	}
	
	.block-footer-nav {
		margin-top: 2vw;
		padding-bottom: 15.73vw;
		padding-bottom: 6vw;
	}
	
	.page-contentspages .block-footer-nav, .page-freepage .block-footer-nav {
		padding-bottom: 3.6vw;
	}
	
	.block-footer-nav-list {}
	
	.block-footer-nav-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 70vw;
		margin: auto;
	}
	
	.block-footer-nav-list ul li {
		margin: 0 2vw;
	}
	
	.block-footer-nav-list ul a {
		font-size: 2.67vw;
		letter-spacing: 0;
		line-height: 2;
	}
	
	.block-footer-nav-list ul .small a span {
		display: block;
		position: absolute;
		left: -5vw;
		width: 57vw;
		font-size: 3vw;
		-webkit-transform: scale(.74);
		transform: scale(.74)
	}
	
	.block-footer-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.block-footer-logo a {
		display: block;
		width: 35.47vw;
	}
	
	.block-footer-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 8.8vw;
		background-color: #000;
		color: #fff;
	}
	
	.block-footer-bottom ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.block-footer-bottom a, .block-footer-bottom span {
		display: block;
		color: #fff;
		font-size: 2.67vw;
		letter-spacing: 0;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	.block-footer-bottom .small a {
		-webkit-transform: scale(.65);
		transform: scale(.65);
	}
	
	.block-footer-copyright {
		text-align: center;
	}
	
	
	/* トップページ（追加コンテンツ）---- */
	
	
	/* ----トップスライダー---- */
	
	.block-top-body--slider {
		position: relative;
		margin: auto;
		width: 100%;
	}
	
	.block-top-body--slider--image {
		overflow: hidden;
	}
	
	.block-top-body--slider--image ul {
		font-size: 0;
		white-space: nowrap;
		line-height: 0;
	}
	
	.block-top-body--slider--image li {
		width: 100%;
		display: inline-block;
	}
	
	.block-top-body--slider--image li img {
		width: 100%;
		height: auto;
	}
	
	.block-top-body--slider--control, .block-top-body--slider--page, .block-top-body--slider--mask {
		display: none;
	}
	
	.block-top-body--slider--control span {
		display: block;
		position: absolute;
		bottom: -2px;
		width: 40px;
		height: 45px;
		cursor: pointer;
	}
	
	.block-top-body--slider--control .prev {
		left: 0;
	}
	
	.block-top-body--slider--control .next {
		right: 0;
	}
	
	.block-top-body--slider--control .prev:before, .block-top-body--slider--control .next:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		margin: -8px 0 0;
		width: 14px;
		height: 14px;
		border-right: 2px solid #8a8a8a;
		border-bottom: 2px solid #8a8a8a;
	}
	
	.block-top-body--slider--control .prev:before {
		left: 15px;
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}
	
	.block-top-body--slider--control .next:after {
		right: 15px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.block-top-body--slider--page {
		margin: 3px 0 0;
		font-size: 0;
		text-align: center;
		line-height: 0;
	}
	
	.block-top-body--slider--page span {
		display: inline-block;
		width: 40px;
		height: 40px;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/images/usr/common/icon_diamond_gray.png);
		background-size: 14px;
		cursor: pointer;
		-webkit-transition: background 0.2s;
		transition: background 0.2s;
	}
	
	.block-top-body--slider--page .current, .block-top-body--slider--page span:hover {
		background-image: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/images/usr/common/icon_diamond_gold.png);
	}
	
	.block-top-body--slider--mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
	}
	
	.block-top-body--slider--mask:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -5px 0 0 -25px;
		width: 50px;
		height: 10px;
		background: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/usr/common/loading.gif) no-repeat;
		background-size: 50px 10px;
	}
	
	.block-top-body--slider.loaded .block-top-body--slider--mask {
		pointer-events: none;
		opacity: 0;
	}
	
	.block-top-body--slider.loaded .block-top-body--slider--mask:after {
		display: none;
	}
	
	
	/* ----バナーエリア---- */
	
	.block-top--banner {
		padding: 35px 15px 0;
		background: white;
	}
	
	.block-top--banner--body li {
		margin: 5px 0 0;
		text-align: center;
	}
	
	.block-top--banner--body li img {
		width: 100%;
		height: auto;
	}
	
	
	/* ----タイトル---- */
	
	.block-top--header {
		margin: 0;
		padding: 0;
		font-size: 3.47vw;
		font-family: 'tga', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #333;
		font-weight: normal;
		text-align: center;
		background: none;
		border: none;
	}
	
	
	/* ----ラインナップ---- */
	
	.block-top--lineup--item-list {
		margin: 0 8px;
		font-size: 0;
	}
	
	.block-top--lineup--item-list li {
		display: inline-block;
		margin: 11px 0 0;
		padding: 0 7px;
		width: 50%;
		height: 166px;
		font-size: 12px;
		text-align: center;
	}
	
	.block-top--lineup--item-list li img {
		width: 100%;
		height: auto;
	}



	/* ----ニュース---- */
	
	.block-top-topic {
		margin: 8vw 0 0;
		padding: 0 4vw;
	}
	
	.block-top-topic--header {
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
	}
	
	.block-top-topic--header img {
		width: 16.4vw;
	}
	
	.block-top-topic--items {
		margin: 1.87vw 0 0;
	}
	
	.block-top-topic--items li {
		padding: 0;
		border-top: 1px solid #000;
		border-bottom: none;
	}
	
	.block-top-topic--items li+li {
		margin-top: 4vw;
	}
	
	.block-top-topic--items li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 2.2vw 0;
	}
	
	.block-top-topic--items li a:after {
		content: none;
	}
	
	.block-top-topic--items dt {
		font-size: 3.2vw;
		color: #000;
	}
	
	.block-top-topic--items dd {
		padding: 0;
		font-size: 3.2vw;
		line-height: 1.5;
	}
	
	.block-top-topic--next-page {
		display: none;
		margin: 30px 35px 0;
		padding: 0;
	}
	
	.block-top-topic--next-page a {
		display: block;
		padding: 10px 0;
		font-size: 12px;
		letter-spacing: 0.1em;
		color: #8a8a8a;
		text-align: center;
		text-decoration: none;
		border: 1px solid #d8d8d8;
	}
	
	/* ----商品表示レイアウト---- */
	
	
	/* 商品名・コメント */
	
	.block-ranking-r--goods-name, .block-goods-detail-j--goods-name, .block-pickup-list-p--goods-name {
		margin: 0 0 4px;
		font-weight: normal;
		font-size: 13px;
		line-height: 1.3;
	}
	
	.block-ranking-r--comment, .block-goods-detail-j--comment, .block-pickup-list-p--comment {
		margin: 0 0 5px;
		font-size: 12px;
		line-height: 1.4;
		color: #414141;
	}
	
	
	/* 2列 */
	
	.block-ranking-r--items, .block-pickup-list-p--items {
		padding: 0;
		border: none;
	}
	
	.block-ranking-r--items li, .block-pickup-list-p--items li {
		width: 100%;
		border: none;
	}
	
	.block-ranking-r--goods-image, .block-pickup-list-p--goods-image {
		width: 115px;
	}
	
	.block-ranking-r--goods-image, .block-ranking-r--description {
		margin: 0;
		padding: 0;
		display: table-cell;
		vertical-align: top;
	}
	
	.block-ranking-r--goods-image figure, .block-pickup-list-p--goods-image figure {
		padding: 0;
		width: auto;
		height: auto;
		min-width: 115px;
		min-height: 115px;
	}
	
	
	/* ピックアップ */
	
	.block-category-list--header-freespace img {
		display: block;
		margin: auto;
		width: 25.87vw;
	}
	
	.block-pickup-list-p--items {
		margin: 3vw 0 0;
		border: none;
	}
	
	.block-pickup-list-p--items li {
		position: relative;
		width: 78.47vw;
		margin: 0 0 8vw;
		padding: 0 0 94vw;
		border: none;
	}
	
	.block-pickup-list-p--items li:nth-child(odd) {
		margin-left: 12.93vw;
	}
	
	.block-pickup-list-p--items li:nth-child(even) {
		margin-left: .2vw;
	}
	
	.block-pickup-list-p--items li>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		width: 100%;
		padding: 0;
	}
	
	.block-pickup-list-p--items li>a:nth-child(1) {
		position: absolute;
		bottom: 0;
	}
	
	.block-pickup-list-p--goods-image {
		position: absolute;
		width: 80vw;
		bottom: 0;
		right: -8.6vw;
	}
	
	.block-goods-prod-ttl-img {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	
	.block-pickup-list-p--goods-comment {
		-webkit-box-ordinal-group: 21;
		-ms-flex-order: 20;
		order: 20;
	}
	
	.block-pickup-list-p .block-icon {
		-webkit-box-ordinal-group: 31;
		-ms-flex-order: 30;
		order: 30;
	}
	
	.block-pickup-list-p--comment {
		-webkit-box-ordinal-group: 41;
		-ms-flex-order: 40;
		order: 40;
	}
	
	.block-pickup-list-p--goods-name {
		-webkit-box-ordinal-group: 51;
		-ms-flex-order: 50;
		order: 50;
	}
	
	.block-pickup-list-p--price-infos {
		-webkit-box-ordinal-group: 61;
		-ms-flex-order: 60;
		order: 60;
	}
	
	.block-pickup-list-p--goods-description {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		padding: 0 0 0 5.2vw;
	}
	
	.block-pickup-list-p--goods-description>a {
		order: 30;
	}
	
	.page-category .block-goods-prod-ttl-txt {
		display: none;
	}
	
	.block-pickup-list-p--goods-name {
		font-size: 3.6vw;
		font-weight: 600;
	}
	
	.block-pickup-list-p--goods-comment {}
	
	.block-pickup-list-p--goods-comment dt {
		color: #df8191;
		font-size: 5.2vw;
		line-height: 1.3;
		letter-spacing: -.2vw;
	}
	
	.block-pickup-list-p--goods-comment dt sup {
		font-size: 2.4vw;
		vertical-align: super;
	}
	
	.block-goods-prod-ttl-img {
		width: 75vw;
		margin: 0 0 10.7vw -5.2vw;
	}
	
	.block-goods-prod-ttl-img img {
		width: 100%;
	}
	
	.block-goods-prod-ttl-txt {}
	
	.page-category .block-goods-prod-detail-comment {
		display: none;
	}
	
	.page-goods .block-goods-prod-detail-comment {
		display: block
	}
	
	.page-category .block-goods-prod-ttl-link {
		display: block;
	}
	
	.page-goods .block-goods-prod-ttl-link {
		display: none;
	}
	
	.block-goods-prod-ttl-link a {
		text-decoration: underline;
	}
	
	.block-pickup-list-p--goods-comment dd {
		margin-top: 4vw;
		font-size: 3.2vw;
		letter-spacing: 0;
	}
	
	.block-pickup-list-p--goods-comment dd .block-comment-caution {
		margin-top: 3.8vw;
		font-size: 2.4vw;
	}
	
	.block-pickup-list-p--comment {
		margin: 0 0 .6vw;
		color: #df8191;
		font-size: 2.4vw;
	}
	
	.block-pickup-list-p--scomment {
		margin: 1vw 0 .6vw;
		color: #df8191;
		font-size: 2.4vw;
	}
	
	.block-pickup-list-p--price {
		color: #000;
		font-size: 2.8vw;
		font-weight: 600;
	}
	
	.block-pickup-list-p--default-price {
		font-size: 2.4vw;
	}
	
	.block-pickup-list-p--default-price::before, .block-pickup-list-p--default-price::after {
		content: none;
	}
	
	.block-pickup-list-p .block-icon span img {
		height: 3.6vw;
	}
	
	.block-pickup-list-p .block-icon .block-icon-top {
		position: absolute;
		bottom: -97vw;
		right: -8vw;
	}
	
	.block-pickup-list-p .block-icon .block-icon-top span img {
		height: 9.87vw;
	}
	
	.variation-name {
		display: none;
	}
	
	
	/* ランキング */
	
	.block-ranking-r--items li {
		margin: 11px 0 0;
		padding: 0 15px;
	}
	
	.block-ranking-r--items li a {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	
	.block-ranking-r--description {
		padding: 0 0 0 10px;
		word-wrap: break-word;
	}
	
	.block-ranking-r--rank {
		width: 20px;
		height: 20px;
		background: none;
		z-index: 1;
	}
	
	.block-ranking-r--rank:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: "";
		width: 20px;
		height: 20px;
		background: #b1b1b1;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: -1;
	}
	
	.block-ranking-r--goods-rank-1 .block-ranking-r--rank:after {
		background: #a59061;
	}
	
	.block-ranking-r--goods-rank-2 .block-ranking-r--rank:after {
		background: #b7a681;
	}
	
	
	/* ピックアップ（カゴ付き） */
	
	.block-goods-detail-j {
		margin: 0 8px;
		border: none;
		font-size: 0;
	}
	
	.block-goods-detail-j--items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none;
	}
	
	.block-goods-detail-j li {
		display: inline-block;
		padding: 40px 7px 0;
		width: 50%;
		border: 0;
		font-size: 13px;
		vertical-align: top;
	}
	
	.block-goods-detail-j li+a, .block-goods-detail-j--goods-image, .block-goods-detail-j--goods-description {
		display: block;
		padding: 0;
	}
	
	.block-goods-detail-j--goods-image, .block-goods-detail-j--goods-image figure {
		width: 100%;
		height: 135px;
		background: #fff;
	}
	
	.block-goods-detail-j--goods-image {
		margin: 0 0 10px;
	}
	
	.block-goods-detail-j--cart-btn .block-list-add-cart-btn {
		padding: 12px 0;
		font-size: 12px;
	}
	
	
	/* 詳しく見る・カートボタン */
	
	.block-list-button {
		position: relative;
	}
	
	.block-goods-detail-j .btn {
		margin: 10px 0 0;
	}
	
	.block-ranking-r .block-list-button, .block-pickup-list-p .block-list-button, .block-accessory-list .block-goods-detail-j .block-list-button {
		font-size: 0;
	}
	
	.block-ranking-r .block-list-button .btn, .block-pickup-list-p .block-list-button .btn, .block-accessory-list .block-goods-detail-j .block-list-button .btn {
		display: inline-block;
		margin: 0 0 0 5px;
		width: calc(50% - 6px);
		font-size: 12px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.block-ranking-r .block-list-button .btn:first-child, .block-pickup-list-p .block-list-button .btn:first-child, .block-accessory-list .block-goods-detail-j .block-list-button .btn:first-child {
		margin: 0 5px 0 0;
	}
	
	.block-pickup-list-p .block-list-button {
		margin: 4vw 0 0 5.33vw;
		padding-bottom: 0;
	}
	
	.block-pickup-list-p .block-list-button .btn:first-child {
		display: none;
	}
	
	.block-pickup-list-p .block-list-button .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 40vw;
		height: 6.67vw;
		margin: 0;
		background-color: #000;
		font-size: 2.93vw;
	}
	
	
	/* 商品一覧画面：カート画面：block-goods-list-c */
	
	.block-goods-list-c--items {
		border: none;
		padding: 0 10px;
	}
	
	.block-goods-list-c--items li {
		padding: 0 5px;
	}
	
	.block-goods-list-c--goods-image figure {
		min-width: 65px;
		min-height: 65px;
		background: #fff;
	}
	
	
	/* ----最近チェックした商品---- */
	
	.block-recent-item {
		position: relative;
		margin: 80px 0 0;
		border-top: 1px solid #d8d8d8;
		background: #fff;
	}
	
	.block-recent-item:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		margin: -5px 0 0 -5px;
		width: 8px;
		height: 8px;
		background: #d8d8d8;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.block-recent-item--body {
		padding: 15px 0 30px;
	}
	
	.page-goods .block-recent-item--body {
		display: none;
	}
	
	.block-recent-item--header {
		margin: 0;
		padding: 15px;
		font-size: 12px;
		line-height: 1;
		font-weight: normal;
		background: none;
	}
	
	.block-thumbnail-h--items {
		padding: 0 10px;
	}
	
	.block-thumbnail-h--items li {
		padding: 0 5px;
	}
	
	.block-thumbnail-h--goods-image figure {
		min-width: 65px;
		min-height: 65px;
		background: #fff;
	}
	
	
	/* ----カテゴリ/ジャンルから探す---- */
	
	.block-category-tree, .block-genre-tree {
		background: #fff;
	}
	
	.page-goods .block-category-tree, .page-goods .block-genre-tree {
		display: none;
	}
	
	.block-category-tree--header, .block-genre-tree--header {
		margin: 0;
		position: relative;
		padding: 20px 15px;
		font-size: 14px;
		line-height: 1;
		font-weight: normal;
		background: #fff;
		border-top: 1px solid #d8d8d8;
		border-bottom: none;
		cursor: pointer;
	}
	
	.block-category-tree--header {}
	
	.block-category-tree--header:after, .block-category-tree--header:before, .block-genre-tree--header:after, .block-genre-tree--header:before {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: "";
		background: #3c3c3c;
		width: 12px;
		height: 1px;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
	
	.block-category-tree--header:after, .block-genre-tree--header:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.block-category-tree--header.on:after, .block-genre-tree--header.on:after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	.block-category-style-g, .block-genre-style {
		margin: 0 30px;
	}
	
	.block-category-style-g--items-0, .block-genre-style--items-0 {
		padding: 0 0 15px;
		border-top: none;
	}
	
	.block-category-style-g--item, .block-genre-style--item {
		position: relative;
		border-top: 1px solid #efefef;
		border-bottom: none;
		min-height: 42px;
		background: #fff;
	}
	
	.block-category-style-g--item:first-child, .block-genre-style--item:first-child {
		border-top: none;
	}
	
	.block-category-style-g--item a:after, .block-genre-style--item a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 2px;
		margin: -5px 0 0;
		width: 7px;
		height: 7px;
		border-right: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.block-category-style-g--body, .block-genre-style--body {
		height: 42px;
	}
	
	.block-category-style-g--name, .block-genre-style--name {
		padding: 0;
		font-size: 12px;
		text-decoration: none;
	}
	
	.block-category-style-g--expand-icon, .block-genre-style--expand-icon {
		position: relative;
		width: 42px;
		height: 42px;
		background: #fff;
		border-left: 1px dashed #efefef;
	}
	
	.block-category-style-g--expand-icon i, .block-genre-style--expand-icon i {
		display: none;
	}
	
	.block-category-style-g--expand-icon:after, .block-category-style-g--expand-icon:before, .block-genre-style--expand-icon:after, .block-genre-style--expand-icon:before {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: "";
		background: #d8d8d8;
		width: 12px;
		height: 1px;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
	
	.block-category-style-g--expand-icon:after, .block-genre-style--expand-icon:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.block-category-style-g--expand-icon.expand-tree-open:after, .block-genre-style--expand-icon.expand-tree-open:after {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	
	/* ----ページトップに戻る---- */
	
	.block-pageup {
		position: fixed;
		top: auto;
		bottom: 18px;
		right: 15px;
		width: 57px;
		height: 57px;
		-webkit-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		cursor: pointer;
	}
	
	.block-pageup.on {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	.block-pageup p {
		display: block;
		width: 57px;
		height: 57px;
		background: url(../../images/usr/sb/common/pageup.png) no-repeat;
		background-size: 57px 57px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	
	
	/* ----パンくず---- */
	
	.block-topic-path {
		position: relative;
		margin: 80px 0 0;
		padding: 15px 15px 25px;
		font-size: 0;
		background: #fff;
		border-top: none;
	}
	
	.block-topic-path:before {
		position: absolute;
		top: 0;
		left: 50%;
		margin: -5px 0 0 -5px;
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		/*background: #d8d8d8;
		*/
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.block-topic-path:first-child {
		font-weight: bold;
	}
	
	.block-topic-path--list {
		margin: 10px 0 0;
	}
	
	.block-topic-path--list li {
		display: inline-block;
		font-size: 10px;
		line-height: 1.8;
		padding-right: 5px;
		color: #8a8a8a;
	}
	
	.block-topic-path--list li:first-child a:before {
		display: inline-block;
		margin: 0 5px 0 0;
		content: "";
		width: 10px;
		height: 10px;
		background: url(%7B%0D%0A%09=path.img=%7D%0D%0A%09/usr/common/icon_home.png) no-repeat;
		background-size: 10px 10px;
	}
	
	.block-topic-path--list a {
		text-decoration: none;
		color: #8a8a8a;
	}
	
	
	/* 商品関連---- */
	
	
	/* ----商品一覧画面----*/
	
	
	/* カテゴリ・イベント */
	
	.block-event-page {
		margin: 0 15px 80px;
	}
	
	.block-category-list {
		margin: 0 15px;
	}
	
	.block-category-list .block-topic-path {
		margin: 80px -15px 0;
	}
	
	.block-category-list--header-img {
		margin: 40px -15px 0;
		padding: 0 0 5px;
	}
	
	.block-category-list--header-img img {
		width: 100%;
	}
	
	.block-event-page--comment, .block-category-list--comment {
		margin: 20px 0 0;
	}
	
	.block-event-page--goods, .block-category-list--goods {
		margin: 0 -15px 0;
	}
	
	
	/* 表示方法・並び替え */
	
	.block-goods-list--display-style-items, .block-goods-list--sort-order-items {
		margin: 35px 0 0;
	}
	
	.block-goods-list--sort-order-items {
		display: none;
	}
	
	.block-goods-list--display-style-items+script+.block-goods-list--sort-order-items {
		margin: 0;
	}
	
	.block-style--select, .block-sort--select {
		display: block;
		padding: 15px;
		vertical-align: middle;
		height: auto;
	}
	
	.block-style--header, .block-sort--header {
		margin: -1px 0 0;
		display: table;
		table-layout: fixed;
		width: 100%;
		background: #fff;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	}
	
	.block-style--header h2, .block-sort--header h2 {
		margin: 0;
		padding: 18px 0 18px 15px;
		font-size: 14px;
		cursor: pointer;
	}
	
	.block-style--expand-icon, .block-sort--expand-icon {
		position: relative;
		display: table-cell;
		width: 42px;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		text-align: left;
		cursor: pointer;
	}
	
	.block-style--expand-icon:before, .block-style--expand-icon:after, .block-sort--expand-icon:before, .block-sort--expand-icon:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -7px;
		display: block;
		content: "";
		width: 14px;
		height: 1px;
		background: #3c3c3c;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
	
	.block-style--close .block-style--expand-icon:after, .block-sort--close .block-sort--expand-icon:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.block-style--expand-icon i, .block-sort--expand-icon i {
		display: none;
	}
	
	
	/* ページャ */
	
	.block-goods-list-naviframe {
		margin: 35px 0 0;
		font-size: 14px;
		color: #8a8a8a;
		text-align: center;
	}
	
	.block-goods-list-naviframe--sum {
		margin: -5px 0 0;
	}
	
	.block-goods-list-auto-load--continue span {
		margin: 40px 15px;
		padding: 10px 15px;
		display: block;
		font-size: 12px;
		line-height: 1;
		font-weight: normal;
		text-decoration: none;
		color: #8a8a8a;
		border: 1px solid #d8d8d8;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		outline: none;
		background: transparent;
		cursor: pointer;
	}
	
	
	/* ----ジャンル----*/
	
	.block-genre-page {
		margin: 0 15px;
	}
	
	.block-genre-page--goods {
		margin: 0 -15px;
	}
	
	.block-genre-page .block-goods-list--sort-order-items {
		margin: 35px 0 0;
	}
	
	.block-genre-page .block-topic-path {
		margin: 80px -15px 0;
	}
	
	
	/* ----詳細ページ---- */
	
	.page-goods .block-search-box--form {
		display: none;
	}
	
	.page-goods .block-topic-path {
		margin: 80px 0 0;
		border-bottom: none;
	}
	
	.page-goods .block-topic-path:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0 0 -5px -5px;
		display: block;
		content: none;
		width: 8px;
		height: 8px;
		background: #d8d8d8;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.page-goods .block-topic-path:nth-of-type(1) {
		margin: 0;
		padding: 5px 15px 25px;
		border: none;
	}
	
	.page-goods .block-topic-path:nth-of-type(1):before, .page-goods .block-topic-path:nth-of-type(1):after {
		display: none;
	}
	
	
	/* ----商品詳細画面---- */

	.block-src-l {
		font-size: 2.67vw;
		margin-bottom: 1.33vw;
		letter-spacing: 0;
	}
	
	
	/* 商品画像 */
	
	.block-goods-gallery {
		margin: 0;
	}
	
	.block-goods-gallery ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -2.67vw -1.33vw 0 0;
	}
	
	.block-goods-gallery li {
		width: 11.2vw;
		padding: 0;
		margin: 1.33vw 1.33vw 0 0;
	}
	
	
	/* 商品名・コメント */
	
	.block-goods-name {
		margin: 1vw 0 0;
	}
	
	.block-goods-name h2 {
		margin: 0 0 0;
		padding: 0;
		color: #3c3c3c;
		font-size: 4.27vw;
		font-weight: 600;
		line-height: 1.3;
	}
	
	.page-goods .block-icon {
		margin: 0;
	}
	
	.block-goods-comment {
		font-size: 14px;
		line-height: 1.5;
		color: #414141;
	}
	
	.block-goods-price {
		margin: 2.67vw 0 0;
		color: #df8191;
		font-size: 2.4vw;
		text-align: left;
		letter-spacing: 0;
	}
	
	.block-goods-price .price {
		font-size: 3.2vw;
		font-weight: 600;
		color: #000;
		margin: 0 0 0;
	}
	
	.block-goods-price .net-price, .block-goods-price .default-price {
		margin: 0;
		font-size: 2.4vw;
	}
	
	.block-goods-price .default-price::before, .block-goods-price .default-price::after {
		content: none;
	}
	
	.block-goods-code {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 5vw;
	}
	
	.goods-detail-description dt, .goods-detail-description dd {
		display: block;
		width: auto;
		font-size: 2.4vw;
		font-weight: 400;
	}
	
	.goods-detail-description dd::before {
		padding: 0;
	}
	
	.block-goods-detail .block-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 1vw;
	}
	
	.block-goods-detail .block-icon img {
		height: 3.6vw;
	}
	
	.block-goods-detail .block-icon .block-icon-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.block-goods-detail .block-icon .block-icon-top span {
		margin: 0 0 0 1.33vw;
	}
	
	.block-goods-detail .block-icon .block-icon-top img {
		height: 9.87vw;
	}
	
	
	/* バリエーション切り替えボタン */
	
	.block-variation {
		margin: 35px 0 0;
		border-top: 1px solid #d8d8d8;
	}
	
	.block-variation .block-variation {
		border: none;
	}
	
	.block-variation+.block-variation {
		margin: 25px 0 0;
	}
	
	.block-variation--name {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}
	
	.block-variation--item-list {
		margin: 0 -5px;
	}
	
	.block-variation--item {
		font-size: 12px;
		margin: 15px 5px 0;
	}
	
	.block-variation--item-term {
		display: block;
		color: #8a8a8a;
		border: 1px solid #d8d8d8;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.block-variation--item.color-disable-stock dt, .block-variation--item.size-disable-stock dt {
		color: #8a8a8a;
		border: 1px dashed #d8d8d8;
		background: #efefef;
	}
	
	.block-variation--item.active dt {
		color: #5b5758;
		border: 2px solid #5b5758;
	}
	
	.block-color--item-term {
		min-width: 50px;
		min-height: 50px;
	}
	
	.block-color--item-term img {
		max-width: 30px;
		max-height: 30px;
	}
	
	.block-color--item-term figure {
		width: 48px;
		height: 48px;
	}
	
	.active .block-color--item-term figure {
		width: 46px;
		height: 46px;
	}
	
	.block-size--item dt {
		min-width: 50px;
		vertical-align: bottom;
		width: auto;
		min-height: 32px;
	}
	
	.block-size--item-term {
		display: inline-block;
		min-width: 50px;
		height: auto;
	}
	
	.block-size--item-term span {
		display: table-cell;
		word-break: break-all;
		text-align: center;
		vertical-align: middle;
		width: auto;
		height: auto;
		min-width: 48px;
		padding: 6px 5px;
	}
	
	.active .block-size--item-term span {
		min-width: 46px;
	}
	
	.block-variation--selected-item {
		margin: 15px 0 0;
		font-size: 12px;
	}
	
	
	/* ボタン */
	
	.block-add-cart-favorite {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 2.67vw 0 0;
	}
	
	.block-add-cart {
		margin: 20px 0 0;
		position: relative;
	}
	
	.block-add-cart:before {
		content: none;
	}
	
	.block-add-cart .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 76vw;
		height: 8vw;
		margin: 0;
		padding: 0;
		background-color: #000;
		font-size: 3.73vw;
	}
	
	.block-goods-favorite {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
	}
	
	.block-custom-order {
		margin: 11px 0 0;
	}
	
	.block-custom-order .btn {
		margin: 0;
		padding: 20px 0 19px 0;
		font-size: 14px;
	}
	
	.block-goods-favorite .btn {
		height: 8vw;
		margin: 0;
		padding: 0;
		border: none;
		font-size: 14px;
	}
	
	.block-goods-favorite .btn img {
		width: 8.13vw;
	}
	
	.block-goods-favorite .btn:before {
		content: none;
	}
	
	.block-contact-about-goods {
		margin: .4vw 0 0;
		text-align: left;
	}
	
	.block-contact-about-goods .btn {
		position: relative;
		display: inline;
		margin: 0;
		padding: 0;
		border: none;
		color: #000;
		font-size: 2.4vw;
	}
	
	.block-contact-about-goods .btn:before {
		content: none;
	}
	
	
	/* 説明コメント */
	
	.block-goods-comment1 {
		margin: 10vw 0 0;
		border-top: none;
	}
	
	.block-goods-comment1 h3, .block-goods-comment2 h3, .block-goods-comment3 h3, .block-goods-comment4 h3, .block-goods-comment5 h3 {
		margin: 55px 0 15px;
		font-size: 16px;
	}
	
	.block-goods-comment1 dd, .block-goods-comment2 dd, .block-goods-comment3 dd, .block-goods-comment4 dd, .block-goods-comment5 dd {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}
	
	.block-goods-comment1 ol, .block-goods-comment2 ol, .block-goods-comment3 ol, .block-goods-comment4 ol, .block-goods-comment5 ol {
		margin: 0 0 0 14px;
	}
	
	.block-goods-comment1 sup, .block-goods-comment2 sup, .block-goods-comment3 sup, .block-goods-comment4 sup, .block-goods-comment5 sup {
		vertical-align: super;
	}
	
	.block-goods-comment1 small, .block-goods-comment2 small, .block-goods-comment3 small, .block-goods-comment4 small, .block-goods-comment5 small {
		display: inline-block;
		margin: 20px 0 0;
		font-size: 12px;
		line-height: 2;
	}
	
	.block-goods-comment1 dt {
		color: #df8191;
		font-size: 5.33vw;
		line-height: 1.3;
	}
	
	.block-goods-comment1 .block-goods-prod-ttl-txt {
		display: none;
	}
	
	.block-goods-comment1 dd {
		font-size: 3.2vw;
	}
	
	.block-goods-comment1 dd .block-comment-caution {
		margin-top: 4.4vw;
		font-size: 2.4vw;
	}
	
	.block-goods-comment2, .block-goods-comment3 {
		margin-top: 12vw;
		border-bottom: 1px solid #000;
	}
	
	.block-goods-comment2 dt, .block-goods-comment3 dt {
		position: relative;
		margin-top: 0;
		padding: 2.4vw 0;
		border-top: 1px solid #000;
		font-size: 4.27vw;
		font-weight: 600;
	}
	
	.block-goods-comment2 dt .block-open-icon, .block-goods-comment3 dt .block-open-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: .6vw;
		width: 3.07vw;
		height: 3.07vw;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.block-goods-comment2 dt .block-open-icon::before, .block-goods-comment2 dt .block-open-icon::after, .block-goods-comment3 dt .block-open-icon::before, .block-goods-comment3 dt .block-open-icon::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #000;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.block-goods-comment2 dt .block-open-icon::before, .block-goods-comment3 dt .block-open-icon::before {
		width: 3.07vw;
		height: 1px;
	}
	
	.block-goods-comment2 dt .block-open-icon::after, .block-goods-comment3 dt .block-open-icon::after {
		width: 1px;
		height: 3.07vw;
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}
	
	.block-goods-comment2 dt.active .block-open-icon::after, .block-goods-comment3 dt.active .block-open-icon::after {
		opacity: 0;
	}
	
	.block-goods-comment2 dd, .block-goods-comment3 dd {
		display: none;
		margin-top: 1.8vw;
		padding-bottom: 8vw;
		font-size: 3.2vw;
	}
	
	.block-goods-comment2 dd .block-ingredients, .block-goods-comment3 dd .block-ingredients {
		margin-top: 5vw;
		font-size: 2.4vw;
		line-height: 1.5;
	}
		
	/*CSSによる商品詳細画面の項目の並び順変更用*/
	
	.block-goods-detail {
		margin: 0 6.67vw 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		position: relative;
	}
	
	.block-howto {}
	
	.block-howto-ttl {
		font-size: 3.2vw;
	}
	
	.block-howto-steps {
		margin-top: 12vw;
	}
	
	.block-howto-steps ul li {
		display: flex;
		flex-direction: column;
	}
	
	.block-howto-steps ul li+li {
		margin-top: 12vw;
	}
	
	.block-howto-steps ul li .step-img {
		width: 61.07vw;
		margin: auto;
		order: 10;
	}
	
	.block-howto-steps ul li>div:nth-child(1) {
		order: 20;
	}
	
	.block-howto-steps ul li .step-ttl {
		margin-top: 3vw;
		font-size: 5.8vw;
		font-family: futura-pt, sans-serif;
		font-weight: 500;
		letter-spacing: .12em;
	}
	
	.block-howto-steps ul li .step-txt {
		font-size: 3.2vw;
	}
	
	.block-howto-point {
		margin-top: 14vw;
	}
	
	.block-howto-point-ttl {
		position: relative;
		width: 100%;
		font-size: 3.8vw;
		font-family: futura-pt, sans-serif;
		font-weight: 500;
		letter-spacing: .12em;
		text-align: center;
	}
	
	.block-howto-point-ttl::before, .block-howto-point-ttl::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		width: 35.4vw;
		height: 2px;
		background-color: #df8191;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.block-howto-point-ttl::before {
		left: 0;
	}
	
	.block-howto-point-ttl::after {
		right: 0;
	}
	
	.block-howto-point-list {
		display: flex;
		flex-direction: column;
	}
	
	.block-howto-point-list .point-img {
		width: 38.27vw;
		margin: 6vw auto 0;
		order: 10;
	}
	
	.block-howto-point-list {
		border-bottom: 3px solid #df8191;
	}
	
	.block-howto-point-list>ul {
		margin-top: 5vw;
		padding: 0 14vw;
		order: 20;
	}
	
	.block-howto-point-list ul li {
		position: relative;
		margin: 0;
		padding-left: 4vw;
		font-size: 3.2vw;
		list-style-type: none;
	}
	
	.block-howto-point-list ul li::before {
		content: '';
		position: absolute;
		left: 0;
	}
	
	.block-howto-point-list ul li:nth-child(1)::before {
		content: '①';
	}
	
	.block-howto-point-list ul li:nth-child(2)::before {
		content: '②';
	}
	
	.block-howto-point-list ul li:nth-child(3)::before {
		content: '③';
	}
	
	.block-howto-point-list ul li:nth-child(4)::before {
		content: '④';
	}
	
	.block-howto-point-list ul li.block-caution {
		margin: 5vw 0 4vw;
		padding-left: 0;
		font-size: 2.4vw;
		letter-spacing: -.02em;
	}
	
	.block-howto-point-caution {
		margin-top: 2vw;
		font-size: 2.4vw;
		letter-spacing: -.02em;
	}
	
	
	/* ----ブランドページ----*/
	
	
	/* トップ */
	
	.page-brandtop .block-topic-path:nth-of-type(1) {
		margin: 0;
		padding: 5px 15px 25px;
		border: none;
	}
	
	.page-brandtop .block-topic-path:nth-of-type(1):before, .page-brandtop .block-topic-path:nth-of-type(1):after {
		display: none;
	}
	
	.block-brand-detail {
		margin: 0 15px;
	}
	
	.block-brand-detail--image {
		margin: 0 -15px;
		padding: 0 0 5px;
	}
	
	.block-brand-detail--image img {
		width: 100%;
	}
	
	.block-brand-detail--header {
		margin: 11px 0 0;
	}
	
	.block-brand-detail--description {
		margin: 20px 0 0;
	}
	
	.block-filter {
		margin: 40px 0 80px;
	}
	
	.block-filter--header {
		background: #fff;
		vertical-align: top;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
	}
	
	.block-filter--header-label {
		margin: 0;
		font-size: 16px;
		padding: 20px 15px;
		cursor: pointer;
	}
	
	.block-filter--expand-icon, .block-filter--treeitem-dir {
		position: relative;
	}
	
	.block-filter--treeitem-dir {
		border-left: 1px dashed #efefef;
	}
	
	.block-filter--expand-icon:before, .block-filter--expand-icon:after, .block-filter--treeitem-dir:before, .block-filter--treeitem-dir:after {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -7px;
		display: block;
		content: "";
		width: 14px;
		height: 1px;
		background: #3c3c3c;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;
	}
	
	.block-filter--close .block-filter--expand-icon:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.block-filter--treeitem-dir:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	.expand-tree-open.block-filter--treeitem-dir:after {
		-webkit-transform: rotate(-0deg);
		transform: rotate(-0deg);
	}
	
	.block-filter--treeitem-dir i, .block-filter--expand-icon i {
		display: none;
	}
	
	
	/* 一覧 */
	
	.block-brand-list {
		margin: 0 15px 80px;
	}
	
	.block-brand-list .block-topic-path:nth-of-type(1) {
		margin: 0 -15px;
		padding: 5px 15px 25px;
		border: none;
	}
	
	.block-brand-list .block-topic-path:nth-of-type(1):before, .block-brand-list .block-topic-path:nth-of-type(1):after {
		display: none;
	}
	
	.block-brand-list--items li:first-child {
		margin: 0;
	}
	
	.block-brand-list--items li {
		margin: 11px 0 0;
	}
	
	.block-brand-list--item-img {
		margin: 0 -15px;
		padding: 0 0 5px;
	}
	
	.block-brand-list--item-img img {
		width: 100%;
	}
	
	.block-brand-list--item-name {
		margin: 20px 0 0;
	}
	
	.block-brand-list--item-name a {
		text-decoration: underline;
	}
	
	.block-brand-list--name {
		font-size: 16px;
	}


	.pane-contents .container {
		margin: 0 10px;
	}
	
	.sp {
		display: block;
	}
	.pc {
		display: none !important;
	}


	.block-category-list--goods {
		margin-top: 50px;
	}
	.block-goods-list-d--price-infos {
		display: flex;
	}
	.block-goods-list-d--add-cart {
		display: table;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.block-goods-list-d--add-cart .btn-primary {
		display: block;
	}
	.block-goods-list-d--items li + li {
		margin-top: 100px;
	}
	.block-goods-prod-ttl-link {
		margin-bottom: 20px;
	}
	.block-goods-list-d--goods-comment dt {
		margin-bottom: 4vw;
		font-size: 20px;
		color: #df8191;
		line-height: 1.4
	}
	.block-goods-list-d--item-body {
	}
	.block-goods-list-d--item-description {
		display: table;
		margin: auto;
		font-size: 16px;
	}
	.block-goods-list-d--goods-name {
		font-size: 18px;
		font-weight: 600;
	}
	.block-goods-list-d--comment {
		color: #df8191;
	}
	.block-goods-list-d--image {
		width: 90%;
		margin: auto;
	}
	.pane-goods-right-side {
		margin-top: 50px;
	}
}



.breadcrumbs::after {
	display: block;
	content: "";
	margin-bottom: 20px;
}
.breadcrumbs li {
	display: inline-block;
}
.breadcrumbs li + li::before {
	padding: 0 10px;
	display: inline-block;
	content: ">";
	color: #999;
}

@media (max-width: 639px) {
	#home .pane-contents .container {
		margin: 0;
	}
	.breadcrumbs li + li::before {
		padding: 0 5px;
	}
	.breadcrumbs li {
		font-size: 11px;
	}
	/* ----ニュース---- */
	.block-top-topic {
		margin: 8vw 0 0;
		padding: 0 4vw;
	}
	.block-top-topic--header {
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
	}
	.block-top-topic--header img {
		width: 16.4vw;
	}
	.block-top-topic--items {
		margin: 1.87vw 0 0;
	}
	.block-top-topic--items li {
		padding: 0;
		border-top: 1px solid #000;
		border-bottom: none;
	}
	.block-top-topic--items li + li {
		margin-top: 4vw;
	}
	.block-top-topic--items li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 2.2vw 0;
	}
	.block-top-topic--items li a:after {
		content: none;
	}
	.block-top-topic--items dt {
		font-size: 3.2vw;
		color: #000;
	}
	.block-top-topic--items dd {
		padding: 0;
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.block-top-topic--next-page {
		display: none;
		margin: 30px 35px 0;
		padding: 0;
	}
	.block-top-topic--next-page a {
		display: block;
		padding: 10px 0;
		font-size: 12px;
		letter-spacing: 0.1em;
		color: #8a8a8a;
		text-align: center;
		text-decoration: none;
		border: 1px solid #d8d8d8;
	}



/* ----トップその他コンテンツ---- */
	.block-top-free-1 {
		margin-top: 7.3vw;
		padding: 0 4vw;
	}
	
	.block-top-category ul+ul,
	.block-top-category li+li {
		margin-top: 8vw;
	}
	
	.block-top-category-img {
		position: relative;
	}
	
	.block-top-category-img p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		font-size: 6.67vw;
		font-family: futura-pt, sans-serif;
		font-weight: 500;
	}
	
	.block-top-category-ttl-date, .block-top-category-ttl-en, .block-top-category-comment {
		position: relative;
		font-size: 3.2vw;
		line-height: 1.4;
	}
	
	.block-top-category-ttl-date, .block-top-category-ttl-en {
		display: inline-block;
		position: relative;
		margin-top: 2vw;
		font-family: futura-pt, sans-serif;
		z-index: +1;
	}
	
	.block-top-category-ttl-date::after, .block-top-category-ttl-en::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 2vw;
		background-color: #fdbbc6;
		z-index: -1;
	}
	
	.block-top-category-comment {
		margin-top: 1vw;
	}
	
	.block-top-free-2 img {
		display: block;
	}
	
	.block-top-products, .block-top-sdp, .block-top-treatment {
		margin: 0 auto 14vw;
	}
	
	.block-top-products .block-top-products--item, .block-top-sdp .block-top-sdp--item, .block-top-treatment .block-top-treatment--item {
		margin: 4vw auto 0;
	}
	
	.block-top-products .block-top-products--item a, .block-top-sdp .block-top-sdp--item a, .block-top-treatment .block-top-treatment--item a {
		display: block;
	}
	#block_of_top_free2 {
		margin-top: 80px;
	}
}



body#news .pane-main a,
body#line .pane-main a {
	text-decoration: underline;
}
body#news .pane-main a:hover,
body#line .pane-main a:hover {
	text-decoration: none;
}