@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Adamina|Cantata+One|Noto+Sans+JP:400,700&subset=japanese');

/*------------------------------
	共通
------------------------------ */
html {
	min-width: 1280px;
}
@media screen and (max-width: 834px) {
	html {
		min-width: auto;
	}
}

body {
	width: 100%;
	position: relative;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #141414;
	margin: 0;
	padding: 0;
	background: #141414;
}
* {
	box-sizing: border-box;
	word-wrap: break-word;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-weight: normal;
}
.ms-serif {
	font-family: 'Adamina',serif;
	font-weight:lighter;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}
button {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 1rem;
	border-radius: 0;
	border: none;
	background: none;
	cursor: pointer;
}
button:disabled {
	cursor: default;
}
a {
	color: #141414;
	text-decoration: underline;
}
a:hover {
	color: #CF0A2C;
	text-decoration: underline;
}
a.disabled {
	color: #9A9A9A;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	font-size: 0.8125rem;
}
table th {
	font-weight: normal;
}
table th,
table td {
	padding: 7px 0;
}

/** form **/
form {
	margin: 0;
	padding: 0;
}
label {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
input[type=text],
select,
textarea {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 35px;
	margin: 0;
	padding: 0 10px;
	font-size: 0.875rem;
	background: #FFF;
	border: solid 1px #CCC;
}
input[type=text]:disabled {
	color: #000;
	background: #FFF;
	border: none;
	outline: 0;
}
select {
	padding-right: 0;
}
select:disabled {
	color: #9A9A9A;
	background: #E5E5E5;
	border: none;
}
textarea {
	padding: 2px 4px;
	resize: vertical;
}
textarea:disabled {
	color: #000;
	background: none;
	border: none;
	resize: none;
}
input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 16px !important;
	height: 16px !important;
	border: solid 1px #707070;
	background: #fff;
}
input[type=checkbox]:checked::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 2px;
	display: block;
	width: 6px;
	height: 10px;
	border-right: 3px solid #CF0A2C;
	border-bottom: 3px solid #CF0A2C;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 1;
}
input[type=radio] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 16px !important;
	height: 16px !important;
	border: solid 1px #707070;
	background: #fff;
	border-radius: 10px;
}
input[type=radio]:checked::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #CF0A2C;
	border-radius: 10px;
	z-index: 1;
}
.l-item-list-filter label.ms-disabled {
	cursor: default;
}
.l-item-list-filter label.ms-disabled input[type=checkbox]:disabled {
	border: solid 1px #CCC;
}
.l-item-list-filter label.ms-disabled span{
	color: #CCC;
}
.l-item-list-filter label.ms-disabled select:disabled {
	color: #9A9A9A;
	background: #E5E5E5;
}
.l-item-list-filter label.ms-disabled input[type=text]:disabled {
	color: #9A9A9A;
	background: #E5E5E5;
}
.l-item-list-filter label.ms-disabled input[type=checkbox]:checked::after {
	border-right: 3px solid #CCC !important;
	border-bottom: 3px solid #CCC !important;
}

/** button **/
button.bt-base {
	border: solid 2px #CCC;
}
button.bt-base:hover,
button.bt-base:active {
	border: solid 2px #CCC;
	background: #E5E5E5;
}
button.bt-base:disabled {
	color: #CCC;
	background: none;
	cursor: default;
}
button.bt-ms-submit {
	color: #FFF;
	border: solid 2px #CF0A2C;
	background: #CF0A2C;
	position: relative;
}
button.bt-ms-submit:hover,
button.bt-ms-submit:active {
	border: solid 2px #9E0822;
	background: #9E0822;
	color: #fff!important;
}
button.bt-ms-submit:disabled {
	border: solid 2px #CBCBCB;
	background: #CBCBCB;
}
button.bt-next.bt-ms-submit::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 15px;
	height: 2px;
	background: #fff;
}
button.bt-next.bt-ms-submit::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/** header .l-header **/
.l-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 1280px;
	height: 58px;
	color: #707070;
	font-size: 0.875rem;
	background: #FFF;
	box-shadow: 0px -5px 8px 5px rgba(0, 0, 0, 0.2);
	z-index: 8;
	padding-left: 47px;
	padding-right: 44px;
}
.l-header a {
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 2.5;
	text-decoration: none;
}
.l-header h1 a {
	height: auto;
	line-height: 1;
}
.l-header h1 a img {
	width: 64px;
	height: auto;
}
.m-sp-layout {
	display: flex;
	align-items: center;
	width: 213px;
}
.m-sp-layout-modify{
	display:flex;
	align-items:center;
	width:360px;
}

.m-bt-back {
	margin-left: 25px;
}
.m-bt-back button {
	position: relative;
	height: 26px;
	padding-left: 34px;
	background-image: url(../img/common/ico-back.svg);
	background-size: auto 24px;
	background-repeat: no-repeat;
	background-position: left center;
}
.m-bt-menu {
	position: relative;
}
.m-bt-menu.m-bt-menu-pc-hide {
	display: none;
}
.m-bt-menu button {
	position: relative;
	height: 21px;
	padding-left: 37px;
	background-image: url(../img/common/ico-menu.svg);
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: left center;
}
.m-bt-back button span,
.m-bt-menu button span {
	display: inline-block;
	font-size: 0.875rem;
	color: #707070;
	float: left;
}
.m-bt-back button:hover span,
.m-bt-menu button:hover span {
	color: #CF0A2C;
}
.m-header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 0 auto;
}
.m-keyword-search label {
	display: flex;
	width: 210px;
	border: solid 1px #CCC;
}
.m-keyword-search label input[type=text] {
	width: calc(100% - 35px);
	border: none;
}
.m-keyword-search label button {
	width: 35px;
	height: 35px;
	background: #FFF;
	background-image: url(../img/common/ico_search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.m-faq {
	margin-left: 30px;
}
.m-faq a {
	padding-left: 28px;
	background-image: url(../img/common/ico-faq.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}

.m-portal {
	margin-left: 30px;
}
.m-portal a {
	padding-left: 28px;
	background-image: url(../img/common/ico-external-link.svg);
	background-size:24px 24px !important;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}

.m-inquiry {
	margin-left: 30px;
}
.m-inquiry a {
	padding-left: 28px;
	background-image: url(../img/common/ico-toi.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
.m-user {
	margin-left: 30px;
}
.m-user span {
	display: inline-block;
}
.m-user a {
	display: flex;
	flex-direction: column;
	padding-left: 32px;
	line-height: 1.3;
	background: #FFF;
	background-image: url(../img/common/ico_login.svg);
	background-position:	left center;
	background-repeat:	no-repeat;
	background-size: 24px auto;
}
.m-user-id {
	font-size: 0.75rem;
}
.m-download {
	margin-left: 30px;
}
.m-download a {
	padding-left: 28px;
	background-image: url(../img/common/ico-download.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;
}
.m-menu {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	width: 215px;
	background: #FFF;
	border: solid 1px #707070;
	z-index: 5;
}
.m-menu a {
	display: block;
	height: auto;
	line-height: 1.1;
	padding: 15px;
}
.m-menu a:hover,
.m-menu a:active {
	color: #FFF;
	background: #0399F7;
}
.m-menu-child {
	position: relative;
}

.m-menu-child-link {
	position: absolute;
	top: 0;
	left: 214px;
	width: 320px;
	background: #FFF;
	border: solid 1px #707070;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.m-menu-child:hover .m-menu-child-link {
	visibility: visible;
	opacity: 1;
}
.m-menu-child:hover > a {
	color: #FFF;
	background: #0399F7;
}

/** footer .l-footer **/
.l-footer {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 1280px;
	padding: 20px 0 45px 0;
	background: #141414;
}
.l-footer-inner {
	display: flex;
	justify-content: center;
	margin-bottom: 22px;
}
.m-footer-logo {
	width: 73px;
}
.m-footer-logo > a,
.m-footer-logo > a > img {
	width: 36px;
	height: auto;
}
.m-footer-link {
	display: flex;
}
.m-footer-link > a {
	display: inline-block;
	margin-right: 55px;
	color: #FFF;
	font-size: 0.875rem;
	text-decoration: none;
}
.m-footer-link > a:last-child {
	margin-right: 0;
}
.m-footer-link > a:hover,
.m-footer-link > a:active {
	color: #CF0A2C;
	text-decoration: underline;
}
.m-footer-link > a.disabled {
	color: #707070;
	cursor: default;
	pointer-events: none;
}
small {
	text-align: center;
	font-size: 0.75rem;
	color: #CCC;
}

/** サブフッター **/
.ms-footer-sub {
	padding-bottom: 64px;
}
.l-sub-footer {
	width: 100%;
	min-width: 1280px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.875rem;
	background: #F0F0F0;
	z-index: 8;
}
.l-sub-footer.ms-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.l-sub-footer a {
	text-decoration: none;
}
.m-sub-footer-left {
	display: flex;
	align-items: center;
	height: 64px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 47px;
}
.m-sub-footer-left > button {
	display: none;
	margin-right: 14px;
}
.bt-close {
	position: relative;
	width: 40px;
	height: 50px;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: top 8px center;
	background-repeat: no-repeat;
	background-size: auto;
}
.bt-close.ms-show {
	display: inline-block;
}
.bt-close::after {
	content: "閉じる";
	position: absolute;
	top: 35px;
	left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0.625rem;
}
.bt-filtering {
	width: 157px;
	height: 40px;
	font-weight: bold;
	border: solid 2px #707070;
}
.bt-filtering-clear {
	width: 89px;
	height: 40px;
}
.bt-favorite-export,
.bt-favorite-export-result {
	width: 259px;
	height: 40px;
}
.bt-order-list {
	width: 259px;
	height: 40px;
	margin-left: 23px;
}
.bt-order-list > span {
	display: inline-block;
	height: 24px;
	padding-left: 38px;
	background-image: url(../img/common/bt-ico-doc.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
.bt-label-edit {
	position: relative;
	width: 60px;
	height: 60px;
	background-image: url(../img/common/ico-paperclip.svg);
	background-position: top 15px center;
	background-repeat: no-repeat;
	background-size: auto 20px;
}
.bt-label-edit::after {
	content: "ラベル編集";
	position: absolute;
	bottom: 5px;
	left: 0;
	display: inline-block;
	width: 60px;
	font-size: 0.625rem;
}
.m-sub-footer-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 0 auto;
	height: 64px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 40px;
}
.m-sub-footer-right > div {
	display: flex;
	align-items: center;
}
.bt-add-favorite-lump {
	position: relative;
	margin-right: 20px;
	width: 175px;
	height: 40px;
	border: solid 2px #CCC;
}
.bt-add-favorite-lump:hover {
	border: solid 2px #CCC;
  background: #E5E5E5;
}
.bt-add-favorite-lump > span {
	display: inline-block;
	font-size: 0.875rem;
	padding-left: 20px;
	background-image: url(../img/common/ico-label-add.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
.m-selected-label {
	display: flex;
	align-items: center;
	position: relative;
}
.m-selected-label > span:nth-child(1) {
	display: inline-block;
}
.m-selected-label > span:nth-child(2) {
	display: none;
}
.m-selected-label > input[type=checkbox] {
	display: none;
}
.m-selected-label > label {
	padding-top: 4px;
	font-size: 0.875rem;
	cursor: pointer;
}
.m-selected-label > label > span {
	display: inline-block;
	font-weight: bold;
	padding-right: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url(../img/common/ico-open-triangle.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.m-selected-label > label:hover > span {
	color: #CF0A2C;
}
.m-selected-label > input[type=checkbox]:checked + label > span {
	background-image: url(../img/common/ico-close-triangle.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.m-selected-label-list {
	display: none;
	position: absolute;
	right: 0;
	height: 500px;
	bottom: 30px;
	width: 260px;
	background: #FFF;
	border: solid 1px #CCC;
	overflow-y: auto;
}
.m-selected-label-list > input[type=radio] {
	display: none;
}
.m-selected-label-list > label,
.m-selected-label-list > button {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 0.875rem;
	text-align: left;
}
.m-selected-label-list > label:hover,
.m-selected-label-list > button:hover,
.m-selected-label-list > input[type=radio]:checked + label {
	color: #FFF;
	background: #0399F7;
}
.bt-favorite-list-link {
	position: relative;
	margin-left: 30px;
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding-left: 22px;
	background-image: url(../img/common/ico-paperclip.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;
}
.bt-favorite-list-link > span {
	font-size: 0.875rem;
}
.bt-favorite-list-link:hover > span {
	color: #e21836;
}
.bt-filter-show {
	display: none;
	position: relative;
	width: 61px;
	height: 60px;
	background-image: url(../img/common/bt-ico-item-filter.svg);
	background-position: top 10px center;
	background-repeat: no-repeat;
	background-size: auto;
}
.bt-filter-show::after {
	content: "商品絞込";
	position: absolute;
	bottom: 5px;
	left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0.625rem;
}

/** モーダル **/
.m-modal {
	display: none;
	position: fixed;
	top: 110px;
	left: 50%;
	z-index: 10;
}
.m-modal.show {
	display: block;
}
.m-modal-inner {
	display: flex;
	flex-direction: column;
	padding: 23px 0;
	background: #FFF;
	border: solid 1px #707070;
}
.m-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 33px 0 35px;
}
.m-modal-header > h3 {
	font-size: 1.5rem;
}
.m-modal-header > button {
	width: 28px;
	min-width: 28px;
	height: 28px;
	border: solid 1px #707070;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px auto;
}
.m-modal-header > button:hover {
	width: 28px;
	height: 28px;
	border: solid 1px #707070;
	background: #E5E5E5;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px auto;
}
.m-modal-operation {
	display: flex;
	justify-content: center;
}
.m-modal-operation > button {
	width: 154px;
	height: 40px;
	margin: 16px;
}
.m-modal-operation > button.bt-base {
	border: solid 1px #707070;
}
.m-modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, 0.8);
}
/*** SP表示 ***/
@media screen and (max-width: 834px) {
	.m-modal {
		width: 100% !important;
		margin-left: 0 !important;
	}
}

/** 警告 **/
.m-message {
	width: 100%;
	margin: 0 0 20px 0;
}
.m-message.ms-error {
	background: #FEE834;
	border: solid 2px #FEE834;
}
.m-message.ms-normal {
	border: solid 2px #000;
}
.m-message > li {
	width: 100%;
	padding: 3px 10px;
	color: #000;
	font-weight: bold;
}
.m-message > li:first-child {
	padding-top: 7px;
}
.m-message > li:last-child {
	padding-bottom: 7px;
}
/*** SP表示 ***/
@media screen and (max-width: 834px) {
	.m-message > li {
		font-size: 0.8125rem;
	}
}

/** .l-main-contents **/
.l-main-contents {
	position: relative;
	width: 100%;
	min-width: 1280px;
	margin-top: 58px;
	background: #FFF;
}
.l-main-contents > div {
	margin: 0 auto;
}
.l-contents-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.ms-pc {
	display: block !important;
}
.ms-sp {
	display: none !important;
}

/** ページトップに戻る **/
.m-bt-pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #CCC;
	background-image: url(../img/common/ico-to-top.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	z-index: 3;
	cursor: pointer;
}
.m-bt-pagetop:hover {
	opacity: 0.7;
}
.ms-ProductList .m-bt-pagetop.ms-fix,
.ms-Favorite .m-bt-pagetop.ms-fix {
	bottom: 70px;
}

/*** SP表示 ***/
@media screen and (max-width: 834px) {
	/** header .l-header **/
	.l-header {
		position: relative;
		width: 100%;
		min-width: 100%;
		height: 96px;
		flex-wrap: wrap;
		padding: 0 0 6px 0;
		justify-content: space-between;
		align-items: flex-start;
	}
	.m-sp-layout, .m-sp-layout-modify {
		position: relative;
		width: calc(100% / 2);
		height: 53px;
	}
	.m-sp-layout h1, .m-sp-layout-modify h1{
		position: absolute;
		top: 12px;
		right: -32px;
	}
	.m-bt-back {
		margin-left: 0;
	}
	.m-bt-back button {
		width: 54px;
		height: 53px;
		margin-left: 0;
		padding-left: 0;
		background-size: 18px auto;
		background-position: top 14px center;
		overflow: visible;
	}
	.m-bt-menu {
		width: auto;
		height: 53px;
	}
	.m-bt-menu.m-bt-menu-pc-hide {
		display: block;
	}
	.m-bt-menu button {
		width: 54px;
		height: 53px;
		padding-left: 0;
		overflow: visible;
		background-size: auto 19px;
		background-position: top 12px center;
	}
	.m-bt-menu button.menu-open {
		width: 54px;
		height: 53px;
		padding-left: 0;
		overflow: visible;
		background: #F0F0F0;
		background-image: url(../img/common/ico-bt-close.svg);
		background-repeat: no-repeat;
		background-position: top 12px center;
		background-size: auto;
	}
	.m-bt-back button span,
	.m-bt-menu button span {
		display: none;
	}
	.m-bt-back button::after {
		content: "戻る";
		position: absolute;
		bottom: 2px;
		left: 0;
		display: inline-block;
		width: 54px;
		font-size: 10px;
		color: #707070;
		text-align: center;
	}
	.m-bt-menu button::after {
		content: "メニュー";
		position: absolute;
		bottom: 3px;
		left: 0;
		display: inline-block;
		width: 54px;
		font-size: 10px;
		color: #707070;
		text-align: center;
	}
	.m-bt-menu button.menu-open::after {
		content: "閉じる";
		position: absolute;
		bottom: 3px;
		left: 0;
		display: inline-block;
		width: 54px;
		font-size: 10px;
		color: #707070;
		text-align: center;
	}
	.m-header-right {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex: 1 0 auto;
	}
	.m-keyword-search {
		width: 100%;
		padding: 2px 15px 0 15px;
	}
	.l-header.ms-fix {
		position: fixed;
		top: -49px;
		left: 0;
		z-index: 3;
	}
	.m-keyword-search label {
		width: 100%;
	}
	.m-user, .m-download, .m-faq, .m-portal, .m-inquiry {
		display: none;
	}
	.m-menu {
		position: fixed;
		top: 53px;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
		background: #F0F0F0;
	}
	.m-menu a {
		border-bottom: solid 1px #707070;
	}
	.m-menu-child {
		display: none;
	}
	/** 共通 **/
	.l-main-contents {
		min-width: auto;
		margin-top: 0;
		font-size: 0.875rem;
	}
	.l-main-contents > div,
	.l-main-contents > div > form > .l-contents-wrapper {
		width: 100%;
		min-width: 100%;
	}
	.ms-pc {
		display: none !important;
	}
	.ms-sp {
		display: block !important;
	}
	/** footer .l-footer **/
	.l-footer {
		min-width: auto;
		padding: 15px 0;
	}
	.l-footer-inner {
		flex-direction: column;
		margin: 0;
	}
	.m-footer-logo {
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	.m-footer-link {
		flex-direction: column;
		text-align: center;
	}
	.m-footer-link a {
		margin: 0 0 25px 0;
	}
	small {
		font-size: 0.625rem;
	}
	/** サブフッター **/
	.ms-ProductList,
	.ms-Favorite {
		padding-bottom: 81px;
	}
	.ms-ProductList .m-bt-pagetop,
	.ms-Favorite .m-bt-pagetop,
	.ms-ProductList .m-bt-pagetop.ms-fix,
	.ms-Favorite .m-bt-pagetop.ms-fix	{
		bottom: 86px;
	}
	.l-sub-footer.ms-fix {
		display: none;
		position: fixed;
		left: 0;
		bottom: 0;
		padding-top: 0;
	}
	.l-sub-footer,
	.m-sub-footer-inner {
		width: 100%;
		min-width: 100%;
		height: 81px;
	}
	/** modal **/
	.m-modal {
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		padding: 0 17px;
	}
	.m-modal-inner {
		display: flex;
		flex-direction: column;
		background: #FFF;
	}
	.m-modal-header {
		padding: 0 17px 0 33px;
	}
	.m-modal-header > h3 {
		font-size: 1.25rem;
	}
	.m-modal-operation > button {
		width: 132px;
		margin: 5px;
	}
	/** ページトップに戻る **/
	.m-bt-pagetop {
		bottom: 10px;
		right: 5px;
		width: 30px;
		height: 30px;
	}
	.m-bt-pagetop::after {
		width: 30px;
		height: 30px;
		background: url(../img/common/ico-open-triangle.png) center no-repeat;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}

/*------------------------------
	ログイン
------------------------------ */
.ms-Login,
.ms-Login .l-main-contents {
	background: #F0F0F0;
}
.ms-Login .l-contents-wrapper {
	display: block;
}
/** ログイン　ヘッダー **/
.ms-Login .m-bt-back,
.ms-Login .m-bt-menu,
.ms-Login .m-header-right {
	display: none;
}
/** ログイン　フッター **/
.ms-Login .l-footer {
	display: none;
}
/** ログイン　メインコンテンツ **/
.m-login-main-visual {
	width: 100%;
	height: 511px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 1920px;
  margin: 0 auto 30px;
}
.m-login-news {
	width: 871px;
	background-color: #E5E5E5;
	margin: 0 auto;
	padding: 15px;
}
.m-login-news .m-news-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.m-login-news .m-news {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.m-login-news .m-news .m-news-date {
	width: 100px;
}
.m-login-news .m-news .m-news-text {
	width: 100%;
	flex: 1;
	min-width: 0;
}
.m-login-form {
	width: 871px;
	margin: 0 auto 60px auto;
	padding-top: 29px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}
.m-login-form.ms-next .m-login-input.ms-userid {
	margin-left: -921px;
}
.m-login-input {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 871px;
	flex: 1 0 auto;
	margin-right: 50px;
	transition: all 0.3s ease-out;
}
.m-login-input label {
	align-items: center;
	justify-content: space-between;
	flex: 1 0 auto;
	display: flex;
	width: 677px;
	position: relative;
}
.m-login-input label > span {
	display: inline-block;
	font-size: 1.125rem;
	margin-right: 10px;
	white-space: nowrap;
	width: 110px;
}
.m-login-input label > span.m-password-icon {
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 24px;
	height: 24px;
	margin: 0;
}
.m-login-input label > span.m-password-icon i.bt-eye::before {
	content:"";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/common/ico-eye-open.svg) center no-repeat;
}
.m-login-input label > span.m-password-icon i.bt-eye.bt-eye-off::before {
	background: url(../img/common/ico-eye-close.svg) center no-repeat;
}
.m-login-input label > input[type=text],
.m-login-input label > input[type=password] {
	width: 100%;
	height: 60px;
	font-size: 1.125rem;
	flex: 1;
	min-width: 0;
	padding: 0 10px;
}
.m-login-input label > input[type=password]::-ms-reveal {
	display: none;
}
.m-login-input label > input::-ms-clear {
	visibility:hidden
}
.bt-login {
	width: 174px;
	height: 60px;
	margin-left: 20px;
	font-size: 1.25rem;
}
.bt-login.bt-next {
	background: #141414;
	border: 1px solid #141414;
}
.bt-login.bt-next:hover {
	background: #707070;
	border: 1px solid #707070;
	color: #fff!important;
}

/*** SP表示 ***/
@media screen and (max-width: 834px) {
	.ms-Login .l-contents-wrapper {
		display: flex;
	}
	/** ログイン　ヘッダー **/
	.ms-Login header {
		height: 58px;
	}
	.ms-Login header.ms-fix {
		position: relative;
		top: 0;
		height: 58px;
	}
	/** ログイン　メインコンテンツ **/
	.m-login-main-visual {
		min-width: auto;
		height: 240px;
	}
	.m-login-news {
		width: 100%;
		margin: 0 15px 0;
	}
	.m-login-news .m-news-title {
		margin-bottom: 10px;
	}
	.m-login-news .m-news {
		font-size: 0.8125rem;
		display: block;
	}
	.m-login-news .m-news .m-news-date {
		width: auto;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.m-login-form {
		width: 100%;
	}
	.m-login-form.ms-next .m-login-input.ms-userid {
		margin-left: -100vw;
	}
	.m-login-input {
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	.m-login-input label {
		flex: auto;
		display: block;
	}
	.m-login-input label > span,
	.m-login-input label > input[type=text],
	.bt-login	{
		width: 100%;
	}
	.m-login-input label > span {
		padding: 0 0 16px 0;
		margin: 0;
	}
	.bt-login {
		margin: 24px 0 0 0;
	}
}

/*------------------------------
	展示会選択
------------------------------ */
/** 展示会選択　ヘッダー **/
.ms-SeasonSelect .m-bt-back {
	display: none;
}
/** 展示会選択　メインコンテンツ **/
.l-season {
	width: 786px;
	padding-top: 45px;
}
.m-access-code-input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 35px 0;
}
.m-access-code-input > span {
	display: block;
	width: 100%;
	padding-bottom: 25px;
	font-size: 1.5rem;
}
.m-access-code-input > label {
	width: 582px;
}
.m-access-code-input > label > input[type=text] {
	width: 100%;
	height: 60px;
	font-size: 1.125rem;
	border: none;
	background: #F4F4F4;
}
.bt-access-code-fix {
	width: 174px;
	height: 60px;
	font-size: 1.25rem;
	background: #FFF;
	border: solid 2px #707070;
}
.m-event-link {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 50px;
}
.bt-event-link {
	width: 100%;
	min-height: 76px;
	margin-bottom: 32px;
	font-size: 2.5rem;
	font-family: 'Adamina', sans-serif;
	font-weight: lighter;
	background: #F0F0F0;
	border: solid 2px #E5E5E5;
}
.bt-event-link:hover,
.bt-event-link:active {
	background: #E5E5E5;
}
.bt-event-link:disabled {
	color: #CCC;
	background: #E5E5E5;
}
.bt-event-link.ms-new {
	border: solid 2px #CF0A2C;
}
/* 展示会選択 お知らせ機能 */
.m-seasonselect-news {
	width: 100%;
	background-color: #E5E5E5;
	margin: 0 auto 60px;
	padding: 15px;
	font-size: 0.875rem;
	position: relative;
}
.m-seasonselect-news .m-news-title {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1rem;
}
.m-seasonselect-news .m-news {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.m-seasonselect-news .m-news-set {
	display: none;
}
.m-seasonselect-news .m-news .m-news-date {
	width: 6.2em;
}
.m-seasonselect-news .m-news .m-news-text {
	white-space: nowrap;
	min-width: 0;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m-seasonselect-news .bt-news-accordion {
	padding-right: 15px;
	background-image: url(../img/common/ico-close-triangle.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	position: absolute;
	right: 20px;
	top: 20px;
	text-decoration: none;
}
.m-seasonselect-news .bt-news-accordion.bt-news-close {
	background-image: url(../img/common/ico-open-triangle.svg);
}

/*** SP表示 ***/
@media screen and (max-width: 834px) {
	/** 展示会選択　ヘッダー **/
	.ms-SeasonSelect .m-bt-menu button {
		display: inline-block;
	}
	/** 展示会選択　メインコンテンツ **/
	.l-season {
		padding: 40px 15px 0 15px;
	}
	.m-access-code-input {
		margin: 0 0 20px 0;
	}
	.m-access-code-input > span {
		padding-bottom: 16px;
		font-size: 1rem;
	}
	.m-access-code-input > label {
		width: calc(100% - 100px);
		padding-right: 5px;
	}
	.m-access-code-input > label > input[type=text] {
		height: 45px;
		font-size: 1rem;
	}
	.bt-access-code-fix {
		width: 100px;
		height: 45px;
		font-size: 1rem;
	}
	.m-event-link {
		margin-bottom: 10px;
	}
	.bt-event-link {
		min-height: 50px;
		margin-bottom: 25px;
		font-size: 1.3125rem;
	}
	/* 展示会選択　お知らせ機能 */
	.m-seasonselect-news {
		width: 100%;
		margin: 0 0 30px;
	}
	.m-seasonselect-news .m-news-title {
		margin-bottom: 10px;
	}
	.m-seasonselect-news .m-news {
		font-size: 0.8125rem;
		display: block;
	}
	.m-seasonselect-news .m-news .m-news-date {
		width: auto;
		font-weight: bold;
		margin-bottom: 5px;
	}
}

/*------------------------------
	カテゴリ選択
------------------------------ */
/** カテゴリ選択　メインコンテンツ **/
.ms-CategorySelect .l-main-contents {
	background: #F7F7F7;
}
.l-category-select h2 {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100px;
	padding: 10px 0;
	background: #FFF;
}
.l-category-select h2 > span {
	display: block;
	width: 860px;
	margin: 0 auto;
	font-size: 2.5rem;
}
.l-category-select .l-contents-wrapper {
	width: 860px;
	margin: 0 auto;
}
.m-category-menu {
	margin: 40px 0 30px 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.m-category-menu > li {
	display: block;
	margin-bottom: 45px;
}
.m-category-menu > li:nth-child(odd) {
	width: 400px;
}
.m-category-menu > li:nth-child(even) {
	width: calc(100% - 400px);
}
.bt-category-select {
	position: relative;
	display: inline-block;
	font-size: 1.375rem;
	background: none;
	overflow: visible;
}
.bt-category-select:hover,
.bt-category-select:active {
	color: #CF0A2C;
}
.bt-category-select:hover::after,
.bt-category-select:active::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 6px;
	background: #141414;
}
/*** SP表示 ***/
@media screen and (max-width: 834px) {
	/** カテゴリ選択　メインコンテンツ **/
	.l-category-select h2 {
		width: 100%;
		justify-content: center;
		min-height: 72px;
		padding: 5px 0;
	}
	.l-category-select h2 > span {
		display: block;
		padding: 0 15px;
		font-size: 1.3125rem;
	}
	.m-category-menu {
		margin: 5px 0 20px 0;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.m-category-menu > li {
		display: block;
		margin-bottom: 0;
		border-bottom: solid 1px #CCC;
	}
	.m-category-menu > li:last-child {
		border-bottom: none;
	}
	.m-category-menu > li:nth-child(odd),
	.m-category-menu > li:nth-child(even) {
		width: 100%;
	}
	.bt-category-select {
		display: block;
		width: 100%;
		text-align: left;
		padding: 16px 15px 12px 15px;
		font-size: 1rem;
	}
	.bt-category-select:hover::after,
	.bt-category-select:active::after	{
		display: none;
	}
}

/*------------------------------
	ダウンロードセンター
------------------------------ */
/** ダウンロードセンター　メインコンテンツ **/
.l-download-center {
	width: 1194px;
	padding-top: 40px;
}
.l-download-center h2 {
	width: auto;
	padding: 0 114px 0 17px;
	font-size: 1.5rem;
}
.m-download-center-tab {
	display: flex;
	flex: 1 0 auto;
	margin-bottom: 12px;
}
.m-download-center-tab > input[type=radio] {
	display: none;
}
.m-download-center-tab > input[type=radio] + label {
	display: block;
	width: auto;
	margin-right: 44px;
	cursor: pointer;
}
.m-download-center-tab > input[type=radio]:checked + label {
	cursor: default;
}
.m-download-center-tab > input[type=radio] + label > span {
	display: inline-block;
	padding-bottom: 3px;
}
.m-download-center-tab > input[type=radio] + label:hover > span {
	color: #CF0A2C;
}
.m-download-center-tab > input[type=radio]:checked + label > span {
	font-weight: bold;
	border-bottom: solid 6px #CF0A2C;
}
.m-download-center-tab > input[type=radio]:checked + label:hover > span {
	color: #141414;
}
.m-download-center-tab-contents {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 75px;
}
.m-download-center-tab-contents.ms-hide {
	display: none;
}
.m-download-item-head {
	display: flex;
	align-items: center;
	width: 100%;
	height: 42px;
	background: #E5E5E5;
}
.m-download-item-head > span {
	display: inline-block;
	font-weight: bold;
}
.m-download-item-head > span:nth-child(1) {
	width: 455px;
	text-align: center;
}
.m-download-item-head > span:nth-child(2),
.m-download-item > span:nth-child(3) {
	width: 212px;
	padding-right: 20px;
}
.m-download-item-head > span:nth-child(3),
.m-download-item > span:nth-child(4) {
	width: 241px;
	padding-right: 20px;
}
.m-download-new-category {
	display: block;
	padding-top: 3px;
	color: #CF0A2C;
	font-size: 0.75rem;
	font-weight: bold;
}
.m-download-item-head > span:nth-child(4),
.m-download-item > span:nth-child(5) {
	width: 286px;
}
.m-download-item {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px 0 20px 12px;
}
#tab1-panel .m-download-item {
	border-bottom: solid 1px #E5E5E5;
}
#tab2-panel .m-download-item.ms-item {
	margin-top: 20px;
	border-top: solid 2px #8C8C8C;
}
#tab2-panel .m-download-item.ms-item button {
	font-weight: bold;
}
#tab2-panel .m-download-item-head + .m-download-item.ms-item {
	margin-top: 0;
	border-top: none;
}
.m-download-item > span {
	display: block;
}
.m-download-item > span:nth-child(1) {
	width: 174px;
}
.m-download-item > span:nth-child(2) {
	width: 269px;
	padding-right: 23px;
}
.m-download-item.ms-favorite > span:nth-child(2) {
	padding-left: 23px;
	font-weight: bold;
}
.m-download-item.ms-item > span:nth-child(2) {
	padding-left: 18px;
	font-weight: bold;
}
.m-download-item.ms-category > span:nth-child(2) {
	padding-left: 34px;
	cursor: default;
}
.bt-download-item {
	width: 174px;
	height: 40px;
}
.m-download-item-change {
	display: flex;
	align-items: center;
	width: 100%;
	height: 57px;
	padding-left: 17px;
	background: #F7F7F7;
	border-top: solid 1px #CCC;
}
.m-download-item-change > label {
	align-items: center;
}
.m-download-item-change > label:nth-child(2),
.m-download-item-change > label:nth-child(3) {
	margin-left: 30px;
}
.m-download-item-change > label > span {
	display: inline-block;
	padding-right: 15px;
	font-size: 0.875rem;
	font-weight: bold;
}
.m-download-item-change > label > select {
	width: 259px;
}
/** サブフッター **/
.ms-DownloadFavorite .m-sub-footer-left > button.bt-filtering,
.ms-DownloadFavorite .m-sub-footer-left > button.bt-filtering-clear {
	display: inline-block;
}
.ms-DownloadFavorite .m-add-favorite-lump {
	display: none;
}
.ms-DownloadFavorite .m-selected-label > label > span {
	max-width: 450px;
}
/** モバイル **/
.m-download-item-change.ms-hide,
.m-download-center-tab2.ms-hide {
	display: none;
}
/*** SP表示 ***/
@media screen and (max-width: 834px) {
	.l-download-center {
		padding-top: 20px;
	}
	.l-download-center h2 {
		width: 100%;
		padding: 0 15px 35px 15px;
	}
	.m-download-center-tab {
		display: block;
		flex: auto;
		margin-bottom: 12px;
		padding: 0 15px 10px 15px;
		font-size: 1rem;
		border-bottom: solid 1px #CCC;
	}
	.m-download-center-tab > input[type=radio] + label.m-download-center-tab2,
	.m-download-item-head	{
		display: none;
	}
	.m-download-center-tab-contents {
		margin-bottom: 0;
	}
	.m-download-item {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 30px;
		padding: 0 15px 22px 15px;
	}
	.m-download-item {
		align-items: center;
	}
	.m-download-item > span {
		padding-top: 0;
	}
	.bt-download-item {
		width: 112px;
		font-size: 0.9375rem;
	}
	.m-download-item.ms-favorite > span:nth-child(2) {
		width: calc(100% - 112px);
		padding-left: 11px;
		padding-right: 0;
		font-size: 1rem;
	}
	.m-download-item > span:nth-child(3) {
		width: 40%;
		padding: 10px 15px 0 0;
		font-size: 0.875rem;
	}
	.m-download-item > span:nth-child(4) {
		width: 60%;
		padding: 10px 0 0 0;
	}
	.m-download-item > span:nth-child(5) {
		width: 100%;
		padding: 10px 0 0 0;
	}
	#tab1-panel {
		display: flex;
	}
}

/*------------------------------
	商品一覧、お気に入り一覧
------------------------------ */
/** 商品一覧、お気に入り一覧　メインコンテンツ **/
.l-item-list .l-contents-wrapper {
	align-items: flex-start;
	padding-top: 38px;
	font-size: 0.875rem;
}
/* 商品一覧 左カラム　選択絞り込み */
.l-item-list-filter {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 346px;
	padding: 8px 0 0 40px;
}
.l-item-list-filter > h2 {
	margin: 0 0 10px 17px;
	font-size: 1rem;
}
.l-item-list-filter > h2 > .m-season-add {
	display: inline-block;
	max-width: 240px;
	text-decoration: none;
	padding-right: 25px;
	background-image: url(../img/common/ico-close-triangle.svg);
	background-position: top 5px right;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.l-item-list-filter > h2 > .m-season-add:hover {
	color: #CF0A2C;
}
.m-season-select {
	display: none;
	position: absolute;
	top: 34px;
	right: 18px;
	width: 271px;
	z-index: 3;
}
.m-season-select > button {
	position: absolute;
	right: 0;
	top: -24px;
	width: 18px;
	height: 18px;
	border: solid 1px #707070;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.m-season-select > button:hover {
	border: solid 1px #707070;
	background: #E5E5E5;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.m-season-select > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-height: 400px;
	overflow-y: auto;
	background: #FFF;
	border: solid 1px #CCC;
	box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.5);
}
.m-season-select > div > label,
.m-item-sub-category-select > div > label {
	display: flex;
	flex-shrink: 0;
	width: 100%;
	padding: 9px 13px;
}
.m-season-select > div > label > span {
	width: calc(100% - 17px);
}
.m-season-select > div > label.ms-check {
	color: #FFF;
	background: #0399F7;
}
.l-item-list-filter h3 {
	margin: 18px 0 10px 17px;
	font-size: 0.875rem;
}
.l-item-list-filter h4 {
	margin: 0 0 10px 17px;
	color: #9A9A9A;
	font-size: 0.875rem;
}
.l-item-list-filter label + h4 {
	margin: 15px 0 10px 17px;
}
.l-item-list-filter > label {
	display: flex;
	max-width: 100%;
	align-items: flex-start;
	margin: 0 0 11px 17px;
}
.l-item-list-filter label > input[type=checkbox],
.l-item-list-filter label > input[type=radio] {
	flex: 1 0 auto;
	margin-top: 2px;
}
.l-item-list-filter label > span,
.m-item-list-more-filter label > span {
	display: block;
	padding: 0 15px 0 6px;
}
@media all and (-ms-high-contrast: none) {
	.l-item-list-filter label > span,
	.m-item-list-more-filter label > span {
		display: block;
		width: 273px;
		padding: 0 15px 0 6px;
	}
	.m-season-select > div > label > span {
		width: 209px;
	}
}
.l-item-list-filter label > select {
	width: 259px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-item-price-range-slide {
	width: 239px;
	margin: 10px 0 20px 25px;
}
.l-item-list-filter label > input[type=text] {
	width: 259px;
}
.m-item-price-range {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px 17px;
}
.m-item-price-range label {
	position: relative;
	padding-right: 18px;
}
.m-item-price-range label::after {
	content: "円";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}
.m-item-price-range label > input[type=text] {
	width: 96px;
}
.m-item-price-range > span {
	display: inline-block;
	margin: 0 8px;
	padding-top: 10px;
}
.m-item-list-more {
	display: flex;
	flex-direction: column;
	width: 276px;
	margin-top: 22px;
	padding: 9px 0 9px 17px;
	background: #F7F7F7;
}
label.m-item-list-open {
	width: 100%;
}
label.m-item-list-open > input[type=checkbox] {
	display: none;
}
label.m-item-list-open > span {
	display: inline-block;
	height: 18px;
	padding-left: 20px;
	background-image: url(../img/common/ico-open-triangle-l.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
label.m-item-list-open:hover > span {
	color: #CF0A2C;
}
label.m-item-list-open > input[type=checkbox]:checked + span {
	background-image: url(../img/common/ico-close-triangle-l.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
.m-item-list-more-filter {
	display: none;
	padding-bottom: 10px;
}
.m-item-list-more-filter.ms-open {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 10px;
}
.m-item-list-more-filter > label {
	display: flex;
	margin-bottom: 11px;
}
.m-item-list-more-filter label > select,
.m-item-list-more-filter label > input[type=text] {
	width: 240px;
}
.m-item-list-more-filter h3 {
	margin-left: 0;
}
.m-item-sub-category {
	position: relative;
	width: 240px;
	padding: 0;
	background: #FFF;
	border: solid 1px #CCC;
}
.m-item-sub-category-add {
	display: block;
	position: relative;
	padding: 7px 0 7px 10px;
	text-decoration: none;
	font-size: 0.875rem;
}
.m-item-sub-category-add::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 6px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/ico-close-triangle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.m-item-sub-category-add.ms-disabled {
	cursor: default;
	pointer-events: none;
	color: #9A9A9A;
	background: #E5E5E5;
}
.m-item-sub-category-add.ms-disabled::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 6px;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/ico-close-triangle.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	opacity: 0.5;
}
.m-item-sub-category-add:hover {
	text-decoration: none;
}
.m-item-sub-category-select {
	display: none;
	position: absolute;
	top: 34px;
	right: 0;
	width: 240px;
	z-index: 3;
}
.m-item-sub-category-select > button {
	position: absolute;
	right: 6px;
	top: -24px;
	width: 18px;
	height: 18px;
	border: solid 1px #707070;
	background: #FFF;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.m-item-sub-category-select > button:hover {
	border: solid 1px #707070;
	background: #E5E5E5;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}
.m-item-sub-category-select > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-height: 250px;
	overflow-y: auto;
	background: #FFF;
	border: solid 1px #CCC;
	box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.5);
}
.ms-hide {
	display: none !important;
}
/* jqueryUI css リセット */
.ui-widget.ui-widget-content {
	width: 100%;
	height: 6px;
	background: #CCC;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
	width: 21px;
	height: 21px;
	background: #F0F0F0;
	border-radius: 50%;
	border: solid 1px #CCC;
}
.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus {
	outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -.6em;
}
/* 右カラム　選択商品一覧 デフォルト表示 サムネイル（小） */
.l-filtering-item-list {
	position: relative;
	width: calc(100% - 346px);
	padding: 0 40px 90px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.m-item-list-head {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.m-item-list-head h2 {
	margin-bottom: 12px;
	padding-top: 5px;
	font-size: 1.5rem;
}
.m-item-list-head h2 > span:last-child {
	display: inline-block;
	color: #707070;
}
.m-item-list-head > button {
	margin: 10px 0 0 20px;
	padding-right: 23px;
	font-size: 0.875rem;
	background-image: url(../img/common/ico-close-triangle.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.m-item-list-head > button:hover {
	color: #CF0A2C;
}
.m-item-list-head > button:focus {
	outline: none;
}
.m-item-list-head > button.open {
	background-image: url(../img/common/ico-open-triangle.svg);
}
.m-item-list-pattern {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-content: flex-start;
	align-items: flex-start;
}
.m-item-list-pattern-change {
	display: flex;
	border: solid 1px #CCC;
}
.m-item-list-pattern-change > label {
	display: inline-block;
	width: 51px;
	height: 35px;
}
.m-item-list-pattern-change > input[type=radio] {
	display: none;
}
.m-item-list-pattern-change > input[type=radio] + label {
	background-position: center;
	background-repeat: no-repeat;
}
.m-item-list-pattern-change > input[type=radio]:checked + label {
	background: #141414;
	background-position: center;
	background-repeat: no-repeat;
}
.m-item-list-pattern-change > input[type=radio]#pattern01 + label {
	background-image: url(../img/common/bt-ico-list.svg);
	background-size: auto 18px;
}
.m-item-list-pattern-change > input[type=radio]#pattern01:checked + label {
	background-image: url(../img/common/bt-ico-list-on.svg);
	background-size: auto 18px;
}
.m-item-list-pattern-change > input[type=radio]#pattern02 + label {
	background-image: url(../img/common/bt-ico-table.svg);
	background-size: 18px auto;
}
.m-item-list-pattern-change > input[type=radio]#pattern02:checked + label {
	background-image: url(../img/common/bt-ico-table-on.svg);
	background-size: 18px auto;
}
.m-item-list-pattern-change > input[type=radio]#pattern03 + label {
	background-image: url(../img/common/bt-ico-table-l.svg);
	background-size: 18px auto;
}
.m-item-list-pattern-change > input[type=radio]#pattern03:checked + label {
	background-image: url(../img/common/bt-ico-table-l-on.svg);
	background-size: 18px auto;
}
.m-item-list-pattern-change > label:nth-child(4) {
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
.m-list-order-change {
	margin-left: 15px;
}
.m-list-order-change > select {
	width: 149px;
}
.m-condition {
	width: 100%;
}
.m-condition-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 11px 11px 5px 11px;
	font-size: 0.875rem;
	background: #F7F7F7;
}
.m-condition-inner > span {
	display: inline-block;
	position: relative;
	padding-bottom: 6px;
	margin-right: 1.5rem;
}
.m-condition-inner > span::after {
	content: "／";
	position: absolute;
	right: -1rem;
	top: 0;
	font-size: 0.875rem;
}
.l-filtering-item-list h3 {
	width: 100%;
	margin: 10px 0 12px 0;
	font-size: 1.75rem;
}
.l-filtering-item-list h3 > span {
	position: relative;
	max-width: 100%;
	display: inline-block;
	padding-bottom: 9px;
	font-size: 1.125rem;
	color: #707070;
}
.l-filtering-item-list h3 span.nb-color{
	color: #cf0a2c;
}
.m-hit-item-category {
	display: flex;
	flex-wrap: wrap;
}
.m-hit-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 174px;
	margin: 0 4px 5px 0;
	padding: 3px 6px 14px 6px;
	border: solid 1px #CCC;
	background: #FFF;
}
.m-hit-item:hover {
	border: solid 1px #BBB;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.m-hit-item-top {
	display: flex;
	flex-direction: column;
}
.m-hit-item-1st,
.m-hit-item-2nd,
.m-hit-item-3rd {
	width: 100%;
}
.m-hit-item-1st {
	text-align: center;
}
.m-hit-item-3rd {
	padding-top: 10px;
}
.m-hit-item span {
	display: block;
}
a.m-hit-item-photo {
	display: flex;
	align-items: center;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	text-decoration: none;
	padding: 5px;
}
a.m-hit-item-photo > picture > img,
a.m-hit-item-photo > img {
	width: 100%;
	height: auto;
}
a.m-hit-item-photo > img.focused-item{
	width:32px !important;
	height:32px !important;
	position:absolute;
	top:10px;
	right:10px;
}
a.m-hit-item-photo.ms-drop > img {
	opacity: 0.5;
}
a.m-hit-item-photo.ms-drop::before {
	content: "";
	display: inline-block;
	width: 148px;
	height: 148px;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #CF0A2C;
	background-image: linear-gradient(to right bottom, transparent 49.9%, #CF0A2C 50%, transparent 50.1%);
	z-index: 1;
}
a.m-hit-item-photo.ms-drop::after {
	content: "DROP";
	display: inline-block;
	color: #CF0A2C;
	width: 95px;
	height: 34px;
	text-align: center;
	line-height: 2.5;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -17px;
	background: #FFF;
	border: solid 1px #CF0A2C;
	z-index: 1;
}
span.m-hit-item-label {
	display: flex;
	margin: 1px 0 7px 0;
}
.m-hit-item-label > img {
	display: inline-block;
}
.m-hit-item-label > img:first-child {
	margin-right: 3px;
}
.m-hit-item-name {
	min-height: 40px;
}
.m-hit-item-price {
	position: relative;
	margin-bottom: 3px;
}
.m-hit-item span.m-price {
	display: inline-block;
	width: auto;
	max-width: calc(100% - 20px);
	margin-bottom: 3px;
	white-space: normal;
}
.ms-none .m-price::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -2.2rem;
}
.m-tooltip-open {
	float: right;
	width: 14px;
	height: 14px;
	margin-top: 3px;
}
.m-tooltip-open > input[type=checkbox] {
	display: none;
}
.m-tooltip-open > input[type=checkbox] + span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../img/common/ico-tooltip.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px auto;
}
.m-tooltip {
	display: none;
	position: absolute;
	right: 0;
	top: 23px;
	width: 208px;
	padding: 2px 5px;
	background: #FFF;
	border: solid 1px #CCC;
	box-shadow: 2px 4px 10px -3px rgba(0, 0, 0, 0.5);
	z-index: 3;
}
.m-tooltip > span {
	display: block;
	padding: 3px 0;
	font-size: 0.875rem;
	text-align: center;
}
.m-hit-item-release {
	margin-bottom: 5px;
}
.m-hit-item span.m-hit-item-limited {
	display: inline-block;
	margin-right: 8px;
	color: #A065FF;
}
.m-hit-item span.m-hit-item-cannot img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.m-hit-item span.m-label-keylook,
.m-hit-item span.m-label-focus {
	display: inline-block;
	margin-right: 5px;
	width: 24px;
	height: 19px;
	background-size: 24px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.m-hit-item span.m-label-keylook {
	background-image: url(../img/common/label-img-keylook.svg);
}
.m-hit-item span.m-label-focus {
	background-image: url(../img/common/label-img-focus.svg);
}
button.bt-hit-item-add-favorite {
	display: flex;
	align-items: center;
	border: none;
	width: auto;
	height: 26px;
	font-size: 0.875rem;
}
button.bt-hit-item-add-favorite > span {
	display: inline-block;
	height: 20px;
	padding-left: 22px;
	background-image: url(../img/common/ico-favorite-b.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	text-decoration: underline;
}
button.bt-hit-item-add-favorite:hover > span,
button.bt-hit-item-add-favorite:active > span {
	color: #CF0A2C;
	text-decoration: underline;
}
.m-hit-item-3rd-inner02 > div:first-child {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	margin-bottom: 3px;
}
.m-favorite-level-change {
	position: absolute;
	width: 123px;
	bottom: 26px;
	left: 0;
	display: none;
	background: #FFF;
	border: solid 1px #707070;
	z-index: 2;
}
.m-favorite-level-change > label {
	display: block;
	height: 37px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.m-favorite-level-change > input[type=radio] {
	display: none;
}
.m-favorite-level-change > input[type=radio]:checked + label,
.m-favorite-level-change > label:hover {
	background: #0399F7;
	background-position: center;
	background-repeat: no-repeat;
}
.m-favorite-level-change > label.m-level-max {
	background-image: url(../img/common/ico-valuation-1st-b.svg);
	background-size: 21px auto;
}
.m-favorite-level-change > input[type=radio]:checked + label.m-level-max,
.m-favorite-level-change > label.m-level-max:hover {
	background-image: url(../img/common/ico-valuation-1st-w.svg);
	background-size: 21px auto;
}
.m-favorite-level-change > label.m-level-high {
	background-image: url(../img/common/ico-valuation-2nd-b.svg);
	background-size: 21px auto;
}
.m-favorite-level-change > input[type=radio]:checked + label.m-level-high,
.m-favorite-level-change > label.m-level-high:hover {
	background-image: url(../img/common/ico-valuation-2nd-w.svg);
	background-size: 21px auto;
}
.m-favorite-level-change > label.m-level-average {
	background-image: url(../img/common/ico-valuation-3rd-b.svg);
	background-size: 23px auto;
}
.m-favorite-level-change > input[type=radio]:checked + label.m-level-average,
.m-favorite-level-change > label.m-level-average:hover {
	background-image: url(../img/common/ico-valuation-3rd-w.svg);
	background-size: 23px auto;
}
.m-favorite-level-change > label.m-level-cancel {
	font-size: 0.8125rem;
	text-align: center;
	padding-top: 10px;
}
.m-favorite-level-change > input[type=radio]:checked + label.m-level-cancel,
.m-favorite-level-change > label.m-level-cancel:hover {
	color: #FFF;
	background: #0399F7;
}
.m-hit-item-other-button {
	height: 40px;
	margin-top: 20px;
	border: 2px solid #E5E5E5;
	text-align: center;
	line-height: 36px;
	background-color: #F0F0F0;
	width: 100%;
	font-size: 0.875rem;
}
.m-hit-item-other-button:hover {
	background-color: #E5E5E5;
}
.m-hit-item-other-button span {
	display: inline-block;
}
.ms-list .m-hit-item-other-button {
	width: 105px;
	margin: 0 10px;
	height: 60px;
	line-height: 1.25rem;
}
.ms-list .m-hit-item-other-button span {
	display: block;
}
.ms-thumb-l .m-hit-item-other-button {
	margin: 20px 10px 0;
	box-sizing: border-box;
	display: block;
	width: 254px;
}
.m-hit-item-other-link {
	height: 40px;
	margin-top: 15px;
	padding: 0 10px;
}
.m-hit-item-other-link a {
	display: flex !important;
	align-items: center;
	position: relative;
	width: 40px !important;
	height: 40px;
	margin-right: 8px;
	overflow: hidden;
}
.m-hit-item-other-link a:focus {
	outline: none;
}
.m-hit-item-other-link a:nth-child(3) {
	margin-right: 0;
}
.m-hit-item-other-link a img {
	width: 100%;
	height: auto;
}
.m-hit-item-other-link a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: solid 1px #CCC;
	z-index: 1;
}
.m-hit-item-other-link a.ms-drop::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: solid 1px #CF0A2C;
	z-index: 1;
}
.m-hit-item-other-link a.ms-drop::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../img/common/ico-drop.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	z-index: 2;
}
.m-hit-item-other-link a.active::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	border: solid 1px #000;
	z-index: 1;
}
.m-bt-item-more-view {
	width: 100%;
	margin: 30px 0 60px 0;
	text-align: center;
}
.m-bt-item-more-view > button {
	width: 197px;
	height: 40px;
}
.l-filtering-item-list .m-bt-item-more-view:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
}
/* 商品一覧、お気に入り一覧　リスト表示 */
.ms-list .m-hit-item-category {
	width: 100%;
	border: solid 1px #CCC;
}
.ms-list .m-hit-item {
	flex-direction: row;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 100%;
	min-height: 101px;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0;
	padding: 5px 18px 5px 5px;
}
.ms-list .m-hit-item:hover {
	box-shadow: none;
	border-color: #CCC;
}
.ms-list .m-hit-item:last-child {
	border: none;
}
.ms-list .m-hit-item-top {
	flex-direction: row;
	flex-wrap: nowrap;
	width: calc(100% - 440px);
}
.ms-list .m-hit-item-1st {
	width: 90px;
	flex: 1 0 auto;
}
.ms-list a.m-hit-item-photo {
	display: flex;
	align-items: center;
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.ms-list a.m-hit-item-photo.ms-drop::before {
	width: 88px;
	height: 88px;
}
.ms-list a.m-hit-item-photo.ms-drop::after {
	width: 70px;
	height: 25px;
	margin-left: -35px;
	margin-top: -12px;
	font-size: 0.75rem;
	line-height: 2.2;
}
.ms-list a.m-hit-item-photo > picture,
.ms-list a.m-hit-item-photo > picture > img,
.ms-list a.m-hit-item-photo > img {
	width: 90px;
	height: auto;
}
.ms-list .m-hit-item-2nd {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.ms-list .m-hit-item-name {
	display: flex !important;
	align-items: center;
	height: auto;
	padding-left: 12px;
	padding-right: 20px;
	flex: 1px;
	min-width: 0;
}
.ms-list span.m-hit-item-label {
	align-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: 90px;
	margin: 0;
}
.ms-list .m-favorite-level-change {
	right: 0;
	left: auto;
}
.ms-list span.m-hit-item-label img {
	margin-bottom: 5px;
}
.ms-list span.m-hit-item-label img:last-child {
	margin-bottom: 0;
}
.ms-list .m-hit-item-3rd {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: auto;
	white-space: nowrap;
}
.ms-list .m-hit-item-3rd-inner {
	display: flex;
}
.ms-list .m-hit-item-3rd-inner01 {
	width: 181px;
}
.ms-list .m-hit-item-3rd-inner02 {
	width: 175px;
	text-align: right;
	padding-left: 5px;
}
.ms-list .m-hit-item-3rd-inner02 > div:first-child {
	justify-content: flex-start;
	height: 23px;
}
.ms-list .m-hit-item-other-link {
	display: block;
	width: 105px;
	margin: 0 10px;
	text-align: center;
	overflow: hidden;
}
.ms-list .prev-arrow {
	left: 0;
}
.ms-list .m-hit-item-other-link a:nth-of-type(n+2) {
	display: none;
}
.ms-list .m-hit-item-other-link a,
.ms-list .m-hit-item-release,
.ms-list button.bt-hit-item-add-favorite {
	margin: 0;
}
/* 商品一覧、お気に入り一覧　サムネイル（大） */
.ms-thumb-l .m-hit-item {
	width: 276px;
	margin: 0 30px 15px 0;
	padding: 0 0 14px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.ms-thumb-l .m-hit-item-1st,
.ms-thumb-l a.m-hit-item-photo {
	width: 100%;
	height: 274px;
}
.ms-thumb-l a.m-hit-item-photo.ms-drop::after {
	width: 218px;
	margin-left: -109px;
}
.ms-thumb-l a.m-hit-item-photo > picture,
.ms-thumb-l a.m-hit-item-photo > picture > img,
.ms-thumb-l a.m-hit-item-photo > img {
	width: 100%;
}
.ms-thumb-l .m-hit-item .m-hit-item-label {
	justify-content: flex-start;
	margin: 1px 0 7px 27px;
}
.ms-thumb-l .m-hit-item .m-hit-item-label > img {
	margin-right: 12px;
}
.ms-thumb-l .m-hit-item-name,
.ms-thumb-l .m-hit-item .m-hit-item-price {
	margin-left: 27px;
	padding-right: 27px;
}
.ms-thumb-l .m-tooltip {
	right: 27px;
}
.ms-thumb-l .m-hit-item-release {
	padding-left: 27px;
}
.m-hit-item-3rd-inner02 {
	position: relative;
}
.ms-thumb-l .m-hit-item-3rd-inner02 div .m-hit-item-limited {
	margin-left: 27px;
	margin-right: 15px;
}
.ms-thumb-l .bt-hit-item-add-favorite {
	margin-left: 27px;
}
.ms-thumb-l .m-favorite-level-change {
	left: 27px;
}
.ms-thumb-l .m-hit-item-other-link {
	width: 248px;
	margin-left: 17px;
}
.ms-thumb-l a.m-hit-item-photo.ms-drop::before {
	width: 272px;
	height: 272px;
}
@media screen and (max-width: 1280px) {
	.ms-thumb-l .m-hit-item-category .m-hit-item:nth-child(5n) {
		margin: 0 30px 15px 0;
	}
}
/* 商品一覧 シリーズ商品のカルーセル表示 */
.slick-track {
	margin-left: 0;
}
.slick-slide a {
	margin-right: 0;
}
.slide-arrow {
	position: absolute;
	top: 0;
	width: 8px;
	height: 40px;
}
.slide-arrow:focus {
	outline: none;
}
.prev-arrow {
	left: -2px;
	background-image: url(../img/common/bt-ico-prev.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.next-arrow {
	right: 0;
	background-image: url(../img/common/bt-ico-next.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/* お気に入り一覧　左カラム　絞り込み */
.ms-Favorite .l-item-list-filter h3 {
	margin-top: 0;
}
.m-favorite-label-ope,
.m-favorite-evaluate-show,
.m-favorite-label-add {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
	margin-bottom: 18px;
	padding-left: 17px;
}
.m-favorite-label-ope button {
	width: 120px;
	height: 35px;
	margin-top: 11px;
	font-size: 0.875rem;
}
.m-favorite-label-ope button:last-child {
	margin-left: 19px;
}
.m-favorite-evaluate-show div {
	width: 100%;
	display: flex;
	align-content: flex-start;
	margin-bottom: 10px;
}
.m-favorite-evaluate-show > div > label,
.m-favorite-evaluate-show > label {
	display: flex;
	align-content: flex-start;
	margin-right: 45px;
}
.m-favorite-evaluate-show > label > span {
	max-width: 45px;
	width: 45px;
}
@media all and (-ms-high-contrast: none) {
	.m-favorite-evaluate-show > label {
		min-width: 60px;
	}
	.m-favorite-evaluate-show > label img {
		pointer-events: none;
	}
}
.m-favorite-evaluate-show > label:last-child {
	margin-right: 0;
}
.m-favorite-evaluate-show + hr {
	width: 276px;
	margin: 10px 0 24px 0;
}
.m-favorite-label-add label > input[type=text] {
	width: 187px;
}
.m-favorite-label-add button {
	width: 64px;
	height: 35px;
	margin-left: 8px;
}
.m-favorite-label-add button > span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../img/common/ico-label-add-g.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
/* お気に入り一覧　右カラム　選択商品一覧 */
.ms-Favorite .m-item-list-head {
	width: 75%;
}
.ms-Favorite .m-item-list-pattern {
	width: 25%;
	padding-right: 40px;
}
.ms-Favorite .m-hit-item {
	padding: 3px 8px 14px 8px;
}
.ms-Favorite .ms-list .m-hit-item {
	min-height: 101px;
	padding: 0 8px 0 8px;
}
.ms-Favorite .ms-list .m-hit-item .m-hit-item-top {
	width: calc(100% - 363px);
}
.ms-Favorite .ms-list .m-hit-item .m-hit-item-3rd-inner01 {
	margin-left: 15px;
}
.ms-Favorite .ms-thumb-l .m-hit-item {
	min-height: 440px;
}
.bt-hit-item-add-favorite.ms-add {
	position: relative;
	width: 140px;
	height: 27px;
	margin-bottom: 0;
	border-top: solid 1px #CF0A2C;
	border-left: solid 1px #CF0A2C;
	border-bottom: solid 1px #CF0A2C;
	text-align: left;
	overflow: visible;
}
.bt-hit-item-add-favorite.ms-add > span {
	padding-left: 28px;
	color: #CF0A2C;
	font-size: 0.8125rem;
	text-decoration: none;
	background-image: none;
	background-size: 18px auto;
	background-position: left 7px center;
	background-repeat: no-repeat;
}
.bt-hit-item-add-favorite.ms-add:hover > span {
	text-decoration: none;
}
.bt-hit-item-add-favorite.ms-add::after {
	content: "";
	position: absolute;
	top: 3px;
	right: -9px;
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 1px solid;
	border-color: #CF0A2C #CF0A2C transparent transparent;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media all and (-ms-high-contrast: none) {
	.bt-hit-item-add-favorite.ms-add > span {
		padding-top: 2px;
	}
}
.bt-hit-item-add-favorite.ms-add.ms-average > span {
	background-image: url(../img/common/ico-valuation-3rd-r.svg);
}
.bt-hit-item-add-favorite.ms-add.ms-high > span {
	background-image: url(../img/common/ico-valuation-2nd-r.svg);
}
.bt-hit-item-add-favorite.ms-add.ms-max > span {
	background-image: url(../img/common/ico-valuation-1st-r.svg);
}
.ms-list button.bt-hit-item-add-favorite.ms-add {
	margin-right: 14px;
}
.ms-thumb-l button.bt-hit-item-add-favorite.ms-add {
	width: 190px;
}

/** サブフッター 商品一覧 **/
.ms-ProductList .m-sub-footer-left > button.bt-filtering,
.ms-ProductList .m-sub-footer-left > button.bt-filtering-clear {
	display: inline-block;
}
.ms-ProductList .m-selected-label > label > span {
	max-width: 330px;
}
.ms-ProductList .bt-label-edit,
.ms-ProductList .bt-favorite-export,
.ms-ProductList .bt-order-list,
.ms-ProductList .bt-favorite-export-result {
	display: none;
}
/** サブフッター お気に入り一覧 **/
.ms-Favorite .m-sub-footer-left > button.bt-favorite-export,
.ms-Favorite .m-sub-footer-left > button.bt-order-list {
	display: inline-block;
}
.ms-Favorite .m-sub-footer-right {
	display: none;
}
/** お気に入り一覧　エクスポート　モーダル **/
.m-modal-export {
	width: 514px;
	margin-left: -257px;
}
.m-modal-export-contens {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	padding-left: 40px;
	margin: 40px 0;
}
.m-modal-export-contens > label {
	margin-bottom: 25px;
}
.m-modal-export-contens > label:last-child {
	margin-bottom: 0;
}

/*** SP表示 ***/
@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes hide {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@media screen and (max-width: 834px) {
	/** 商品一覧　メインコンテンツ **/
	.ms-ProductList.ms-footer-sub {
		padding-bottom: 60px;
	}
	.l-item-list .l-contents-wrapper {
		padding-top: 30px;
	}
	/* 商品一覧　左カラム　選択絞り込み */
	.l-item-list-filter {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 27px 0 90px 15px;
		background: #FFF;
		z-index: 2;
	}
	.l-item-list-filter.show {
		display: flex;
		animation: show 0.5s linear 0s;
	}
	.l-item-list-filter.hide {
		display: none;
		animation: hide 0.5s linear 0s;
	}
	.m-season-select {
		top: 55px;
		width: calc(100% - 15px);
		padding-left: 15px;
	}
	.m-season-select > div {
		max-height: 50vh;
		overflow-y: auto;
	}
	.m-item-price-range-slide {
		display: none;
	}
	/* 右カラム　選択商品一覧 */
	.l-filtering-item-list {
		width: 100%;
		padding: 0 0 90px 0;
	}
	.l-filtering-item-list.hide {
		display: none;
	}
	.l-filtering-item-list.show {
		animation: show 0.5s linear 0s;
	}
	.l-filtering-item-list > h3 {
		padding: 0 15px;
	}
	.m-item-list-head {
		width: 100%;
		padding: 0 15px;
	}
	.m-item-list-head h2 {
		margin: 0 0 8px 0;
		font-size: 1.25rem;
	}
	.m-item-list-head h2 > span {
		display: none
	}
	.m-item-list-head h2 > span.ms-list-total {
		display: inline-block;
		margin-left: 20px;
	}
	.m-item-list-head > button {
		margin-top: 7px;
	}
	.m-condition {
		margin-bottom: 10px;
	}
	.m-item-list-pattern {
		position: relative;
		width: 100%;
	}
	.m-item-list-pattern-change {
		display: none;
	}
	.m-hit-item-category {
		justify-content: space-between;
		width: 100%;
	}
	.m-hit-item {
		width: calc(calc(100% / 2) - 3px);
		margin: 0 0 5px 0;
		padding-bottom: 10px;
	}
	*::-ms-backdrop, .m-hit-item {
		width: 49.5%; /* IE11 */
	}
	.m-hit-item-1st {
		width: 100%;
		padding-bottom: 5px;
		text-align: center;
	}
	span.m-hit-item-label {
		justify-content: flex-start;
	}
	span.m-hit-item-label > img:first-child {
		margin-right: 5px;
	}
	.m-hit-item-3rd-inner02 {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.m-hit-item-limited {
		margin: 0;
	}
	button.bt-hit-item-add-favorite {
		width: auto;
		font-size: 0.8125rem;
	}
	.m-favorite-level-change {
		bottom: 67px;
	}
	.m-hit-item-other-link {
		padding: 0;
	}
	.m-hit-item-other-link.slider {
		width: 167px;
		padding: 0 12px;
	}
	.slide-arrow {
		width: 12px;
		height: 40px;
		top: 0;
		margin-top: 0;
		background-size: 8px auto;
	}
	.prev-arrow {
		left: -4px;
	}
	.next-arrow {
		right: -2px;
	}
	/* お気に入り一覧　左カラム */
	.ms-Favorite .l-item-list-filter {
		padding-right: 15px;
	}
	.ms-Favorite .l-item-list-filter h3 {
		margin-left: 0;
		width: 100%;
	}
	.ms-Favorite .l-item-list-filter .m-favorite-label-ope,
	.ms-Favorite .l-item-list-filter .m-favorite-evaluate-show,
	.ms-Favorite .l-item-list-filter .m-favorite-label-add	{
		padding-left: 0;
	}
	.ms-Favorite .l-item-list-filter .m-favorite-label-ope label,
	.ms-Favorite .l-item-list-filter .m-favorite-label-ope label select,
	.m-favorite-evaluate-show + hr	{
		width: 100%;
	}
	.ms-Favorite .l-item-list-filter .m-favorite-label-add label {
		width: calc(100% - 72px);
	}
	.ms-Favorite .l-item-list-filter .m-favorite-label-add label input[type=text] {
		width: 100%;
	}
	/* お気に入り一覧　右カラム　選択商品一覧 */
	.ms-Favorite .m-item-list-head {
		width: 100%;
	}
	.ms-Favorite .m-item-list-head h2 {
		margin-bottom: 20px;
	}
	.ms-Favorite .m-hit-item {
		padding: 3px 8px 8px 8px;
	}
	.ms-Favorite .m-hit-item-3rd-inner02 {
		flex-wrap: wrap;
	}
	.ms-Favorite .m-favorite-level-change {
		bottom: 28px;
	}
	.m-tooltip {
		width: 100%;
	}
	/** サブフッター **/
	/*　商品一覧 */
	.ms-ProductList .l-sub-footer,
	.ms-Favorite .l-sub-footer	{
		display: block;
	}
	.ms-ProductList .m-sub-footer-left {
		display: none;
	}
	.ms-ProductList .m-sub-footer-right {
		flex-direction: row-reverse;
		justify-content: space-between;
		padding-top: 0;
		padding-right: 15px;
	}
	.ms-ProductList .m-sub-footer-right .m-sub-footer-right-2nd {
		flex-direction: row-reverse;
	}
	.ms-ProductList .bt-add-favorite-lump {
		border: none;
		width: 60px;
		height: 60px;
		background-image: url(../img/common/ico-label-add.svg);
		background-position: top 15px center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.ms-ProductList .bt-add-favorite-lump::after {
		content: "一括登録";
		display: inline-block;
		position: absolute;
		bottom: 4px;
		left: 0;
		width: 60px;
		font-size: 10px;
		text-align: center;
	}
	.ms-ProductList .bt-add-favorite-lump span {
		display: none;
	}
	.ms-ProductList .m-selected-label {
		flex-direction: column;
	}
	.ms-ProductList .m-selected-label > span:nth-child(1) {
		display: none;
	}
	.ms-ProductList .m-selected-label > span:nth-child(2) {
		display: inline-block;
		font-size: 0.625rem;
	}
	.ms-ProductList .m-selected-label > label {
		font-size: 0.75rem;
		font-weight: normal;
	}
	.ms-ProductList .m-selected-label > label > span {
		width: 100px;
		padding-right: 0;
		padding-bottom: 9px;
		background-image: url(../img/common/ico-open-triangle.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: auto;
		text-align: center;
	}
	.ms-ProductList .m-selected-label > input[type=checkbox]:checked + label > span {
		padding-right: 0;
		padding-bottom: 9px;
		background-image: url(../img/common/ico-close-triangle.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.ms-ProductList .m-selected-label-list {
		bottom: 48px;
	}
	.ms-ProductList .bt-favorite-list-link {
		width: 60px;
		height: 60px;
		padding: 0;
		background-image: url(../img/common/ico-paperclip.svg);
		background-position: top 12px center;
		background-repeat: no-repeat;
		background-size: auto 20px;
	}
	.ms-ProductList .bt-favorite-list-link::after {
		content: "お気に入り";
		position: absolute;
		bottom: 4px;
		left: 0;
		display: inline-block;
		width: 100%;
		text-align: center;
		font-size: 0.625rem;
	}
	.ms-ProductList .bt-favorite-list-link span,
	.ms-ProductList .m-favorite-list-link a span	{
		display: none;
	}
	.ms-ProductList .bt-filter-show {
		display: inline-block;
		margin-left: 10px;
	}
	.m-sub-footer-left.ms-show {
		display: flex;
		width: 100%;
		padding-left: 20px;
		padding-right: 27px;
	}
	.ms-ProductList .m-sub-footer-left.ms-show .bt-close {
		display: inline-block;
	}
	.m-sub-footer-left.ms-show > button:nth-child(1) {
		margin-right: 25px;
	}
	.m-sub-footer-right.ms-hide {
		display: none;
	}
	/*　お気に入り一覧 */
	.ms-Favorite .m-sub-footer-left {
		padding-top: 0;
		padding-left: 10px;
	}
	.ms-Favorite .m-sub-footer-left > .bt-label-edit {
		display: inline-block;
		margin-right: 10px;
	}
	.m-sub-footer-left > .bt-favorite-export,
	.m-sub-footer-left > .bt-favorite-export-result {
		width: 156px;
		margin: 0;
	}
	.m-sub-footer-left > .bt-favorite-export-result {
		margin-left: 50px;
	}
	.m-sub-footer-left > .bt-order-list {
		width: 114px;
		margin-left: 13px;
	}
	.m-sub-footer-left > .bt-order-list > span {
		padding-left: 25px;
		background-size: 16px auto;
		background-position: left 3px center;
	}
	.m-sub-footer-left > .bt-favorite-export > span,
	.m-sub-footer-left > .bt-order-list > span > span,
	.ms-Favorite .m-sub-footer-left > .bt-label-edit.hide,
	.ms-Favorite .m-sub-footer-left > .bt-favorite-export.hide,
	.ms-Favorite .m-sub-footer-left > .bt-order-list.hide,
	.ms-Favorite .m-sub-footer-left > .bt-favorite-export-result.hide	{
		display: none;
	}
	.ms-Favorite .m-sub-footer-left > .bt-label-edit.show,
	.ms-Favorite .m-sub-footer-left > .bt-favorite-export.show,
	.ms-Favorite .m-sub-footer-left > .bt-order-list.show,
	.ms-Favorite .m-sub-footer-left > .bt-favorite-export-result.show	{
		display: inline-block;
	}
	/** お気に入り一覧　エクスポート　モーダル **/
	.m-modal-export-contens {
		padding-left: 38px;
	}
}

/*------------------------------
	商品詳細
------------------------------ */
/** 商品詳細　メインコンテンツ **/
.ms-ProductDetails .l-main-contents {
	background: linear-gradient(to right, #FFF 0%, #FFF 50%, #E5E5E5 51%, #E5E5E5 100%);
}
.l-item-detail {
	width: 1280px;
}
/* 左カラム　写真 */
.l-item-detail-photo {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: calc(100% - 403px);
	padding: 36px 40px;
	background: #FFF;
}
.m-item-detail-photo-thum {
	display: flex;
	flex-flow: column wrap;
	width: 174px;
	height: 460px;
	visibility: hidden;
}
.m-item-detail-photo-thum > a {
	display: flex;
	align-items: center;
	position: relative;
	width: 72px;
	height: 72px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.m-item-detail-photo-thum > a.img-none {
	display: none!important;
}
.m-item-detail-photo-thum > a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 70px;
	height: 70px;
	border: solid 1px #707070;
	z-index: 1;
}
.m-item-detail-photo-thum > a.ms-selected::after {
	width: 68px;
	height: 68px;
	border: solid 2px #707070;
	z-index: 1;
}
.m-item-detail-photo-thum > a > picture {
	width: 100%;
	height: auto;
}
.m-item-detail-photo-thum > a > picture > img,
.m-item-detail-photo-thum > a > img {
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.m-item-photo {
	width: 600px;
	text-align: center;
}
.m-item-photo a img {
	width: 600px;
	height: auto;
}
.m-item-photo.ms-drop {
	position: relative;
}
.m-item-photo.ms-drop::after {
	content: "DROP";
	display: inline-block;
	color: #CF0A2C;
	width: 150px;
	height: 50px;
	text-align: center;
	font-size: 1.25rem;
	line-height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFF;
	border: solid 1px #CF0A2C;
	z-index: 1;
}
.m-item-function {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 10px;
	visibility: hidden;
}
.m-item-function > h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}
.item-function-logos > span {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 30px;
}
.item-function-logos > span img {
	display: inline-block;
	max-width: 144px;
	max-height: 60px;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.item-function-logos > p {
	font-size: 18px;
    font-weight: bold;
	border-bottom: 1px dashed gray;
}
.item-function-logo{
	position:relative;
}
.item-function-logo > .popup-description{
	font-size:1rem;
	visibility:hidden;
	width: 360px;
	text-align:left;
	background: #fff;
	border: 1px solid #676767;
	border-radius: 6px;
	padding: 1rem;
	position:absolute;
	z-index:1;
	top:80%;
	left:120%;
	margin-left: -60px;
	opacity:0;
	transition: opacity 1s;
	line-height: 1.2rem;
}
.item-function-logo:hover .popup-description{
	visibility: visible;
	opacity:1;
	width: 360px;
}
.popup-description > .description-title{
	font-weight:bold;
	margin-bottom:0.5rem;
}

/* 右カラム　商品情報 */
.l-item-detail-explanation {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 403px;
	padding: 27px 22px 20px 22px;
	color: #141414;
	background: #E5E5E5;
}
.m-item-name {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: bold;
}
.m-item-name span {
	display: block;
	padding-top: 7px;
	font-size: 1.25rem;
	font-weight: normal;
}
.m-item-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 174px);
	padding: 10px 20px 15px 0;
}
.m-item-price > span {
	display: inline-block;
}
.item-order > img {
	width: 88px;
	height: auto;
}
.item-price {
	width: 100%;
	margin-bottom: 17px;
	font-size: 1.25rem;
	font-weight: bold;
}
.item-price > span {
	display: inline-block;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1rem;
}
.m-bt-favorite-add {
	width: 174px;
	position: relative;
	z-index: 2;
}
.bt-favorite-add {
	width: 174px;
	height: 59px;
	font-size: 0.875rem;
	color: #FFF;
	border: solid 2px #CF0A2C;
	background: #CF0A2C;
}
.bt-favorite-add span {
	display: inline-block;
	position: relative;
	height: 24px;
	padding-left: 32px;
	background-image: url(../img/common/ico-favorite.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;
}
@media all and (-ms-high-contrast: none) {
	.bt-favorite-add span {
		padding-top: 5px;
	}
}
.bt-favorite-add.ms-add {
	position: relative;
	width: 143px;
	height: 58px;
	margin-bottom: 0;
	color: #CF0A2C;
	background: #FFF;
	border-right: solid 1px #FFF;
	border-top: solid 1px #CF0A2C;
	border-left: solid 1px #CF0A2C;
	border-bottom: solid 1px #CF0A2C;
	overflow: visible;
	position: relative;
}
.bt-favorite-add.ms-add::before {
	content: "";
	position: absolute;
	top: 7.5px;
	left: 120px;
	display: inline-block;
	width: 41px;
	height: 41px;
	background: transparent;
	border: none;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 1px -1px 0 0px rgb(207,10,44);
	z-index:1;
}
.bt-favorite-add.ms-add::after {
	content: "";
	position: absolute;
	top: 7.5px;
	left: 120px;
	display: inline-block;
	width: 41px;
	height: 41px;
	background: #fff;
	border: none;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}
.bt-favorite-add.ms-add > span {
	height: 30px;
	padding-top: 4px;
	padding-left: 35px;
	background-size: auto 28px;
}
@media all and (-ms-high-contrast: none) {
	.bt-favorite-add.ms-add > span {
		padding-top: 7px;
	}
}
.bt-favorite-add.ms-add.ms-max > span {
	background-image: url(../img/common/ico-valuation-1st-r.svg);
}
.bt-favorite-add.ms-add.ms-high > span {
	background-image: url(../img/common/ico-valuation-2nd-r.svg);
}
.bt-favorite-add.ms-add.ms-average > span {
	background-image: url(../img/common/ico-valuation-3rd-r.svg);
}
.m-bt-favorite-add .m-favorite-select {
	display: none;
	position: absolute;
	width: 174px;
	top: 59px;
	left: 0;
	background: #FFF;
	border: solid 1px #707070;
}
.m-bt-favorite-add .m-favorite-select input[type=radio] {
	display: none;
}
.m-bt-favorite-add .m-favorite-select label {
	display: block;
	height: 37px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.m-bt-favorite-add .m-favorite-select label:hover,
.m-bt-favorite-add .m-favorite-select input[type=radio]:checked + label {
	background: #0399F7;
	background-position: center;
	background-repeat: no-repeat;
}
.m-bt-favorite-add .m-favorite-select label.m-level-max {
	background-image: url(../img/common/ico-valuation-1st-b.svg);
	background-size: 21px auto;
}
.m-bt-favorite-add .m-favorite-select label.m-level-max:hover,
.m-bt-favorite-add .m-favorite-select input[type=radio]:checked + label.m-level-max {
	background-image: url(../img/common/ico-valuation-1st-w.svg);
	background-size: 21px auto;
}
.m-bt-favorite-add .m-favorite-select label.m-level-high {
	background-image: url(../img/common/ico-valuation-2nd-b.svg);
	background-size: 21px auto;
}
.m-bt-favorite-add .m-favorite-select label.m-level-high:hover,
.m-bt-favorite-add .m-favorite-select input[type=radio]:checked + label.m-level-high {
	background-image: url(../img/common/ico-valuation-2nd-w.svg);
	background-size: 21px auto;
}
.m-bt-favorite-add .m-favorite-select label.m-level-average {
	background-image: url(../img/common/ico-valuation-3rd-b.svg);
	background-size: 23px auto;
}
.m-bt-favorite-add .m-favorite-select label.m-level-average:hover,
.m-bt-favorite-add .m-favorite-select input[type=radio]:checked + label.m-level-average {
	background-image: url(../img/common/ico-valuation-3rd-w.svg);
	background-size: 23px auto;
}
.m-bt-favorite-add .m-favorite-select label.m-level-cancel {
	line-height: 2.25;
}
.m-bt-favorite-add .m-favorite-select label.m-level-cancel:hover,
.m-bt-favorite-add .m-favorite-select input[type=radio]:checked + label.m-level-cancel {
	color: #FFF !important;
}
.item-limited {
	margin-bottom: 7px;
	font-size: 1rem;
	color: #A065FF;
}
.item-explanation {
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.875rem;
}
.item-explanation-head,
.item-explanation-body {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	padding-bottom: 2px;
}
.item-explanation-head {
	font-weight: bold;
}
.item-explanation-head > span {
	display: block;
	max-width: 100%;
	position: relative;
	margin-left: 10px;
	padding-right: 5px;
}
.item-explanation-head > span::after {
	content: ">";
	position: absolute;
	left: -10px;
	top: 0;
}
.item-explanation-head > span:first-child {
	margin-left: 0;
}
.item-explanation-head > span:first-child::after {
	display: none;
}
.item-explanation-body > a {
	display: block;
	max-width: 100%;
}
.item-explanation-body.ms-bread > a {
	position: relative;
	margin-left: 10px;
	padding-right: 5px;
}
.item-explanation-body.ms-bread > a::after {
	content: ">";
	position: absolute;
	left: -10px;
	top: 0;
}
.item-explanation-body.ms-bread > a:first-child {
	margin-left: 0;
}
.item-explanation-body.ms-bread > a:first-child::after {
	display: none;
}
.item-photo-thum {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.item-photo-thum > a {
	display: flex;
	align-items: center;
	position: relative;
	width: 65px;
	height: 65px;
	margin-right: 17px;
	margin-bottom: 17px;
	background: #FFF;
}
.item-photo-thum > a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 63px;
	height: 63px;
	border: solid 1px #CCC;
	z-index: 1;
}
.item-photo-thum > a.ms-selected {
	pointer-events: none;
	cursor: default;
}
.item-photo-thum > a.ms-selected::after {
	width: 61px;
	height: 61px;
	border: solid 2px #707070;
	z-index: 1;
}
.item-photo-thum > a.ms-drop {
	position: relative;
}
.item-photo-thum > a.ms-drop::before {
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 1px #CF0A2C;
	background-image: linear-gradient(to right bottom, transparent 49.9%, #CF0A2C 50%, transparent 50.1%);
	z-index: 1;
}
.item-photo-thum > a.ms-selected.ms-drop::before {
	border: solid 2px #CF0A2C;
	width: 62px;
	height: 62px;
}
.item-photo-thum > a.ms-drop::after {
	content: "DROP";
	display: inline-block;
	color: #CF0A2C;
	width: 40px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFF;
	border: solid 1px #CF0A2C;
	z-index: 1;
	font-size: 0.625rem;
}
.item-photo-thum > a > picture {
	width: 100%;
	height: auto;
}
.item-photo-thum > a > picture > img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.item-explanation-txt {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1rem;
}
.memo-edit input[type=checkbox] {
	display: none;
}
.bt-memo-edit {
	width: 72px;
	height: 31px;
	margin-left: 22px;
	font-size: 0.875rem;
	border: solid 2px #141414;
}
.bt-memo-edit > span {
	display: inline-block;
	padding-left: 23px;
	background-image: url(../img/common/ico-edit.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
}
.bt-memo-edit.bt-ms-submit > span {
	display: inline-block;
	padding-left: 0;
	background: none;
}
.item-explanation-body > label {
	width: 100%;
}
.item-explanation-body > label > textarea {
	width: 100%;
	min-height: 70px;
}
.item-explanation-body > label {
	margin-top: 5px;
}

/* 画像拡大モーダル .m-photo */
.m-photo {
	width: 880px;
	top: 20px;
	margin-left: -440px;
	display:block;
	opacity: 0;
	z-index: -10;
}
.m-photo.show {
	opacity: 1;
	z-index: 10;
}
.m-photo > button {
	position: absolute;
	top: 23px;
	right: 33px;
	width: 28px;
	height: 28px;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px auto;
	z-index: 7;
}
.m-photo > button:hover {
	border: solid 1px #707070;
	background: #E5E5E5;
	background-image: url(../img/common/ico-bt-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 17px auto;
}
.m-photo-view {
	width: 825px;
	margin: 0 auto;
}
.m-photo-view img {
	width: 100%;
	height: auto;
}
.m-photo-view .slide-arrow {
	top: 50%;
	width: 20px;
	height: 50px;
	background-size: 20px auto;
	z-index: 5;
}
.m-photo-view .slide-arrow.prev-arrow {
	left: -10px;
}
.m-photo-view .slide-arrow.next-arrow {
	right: -10px;
}

/*** SP表示 ***/
@media screen and (max-width: 834px) {
	/** 商品詳細 メインコンテンツ **/
	/* 左カラム　写真 */
	.ms-ProductDetails .l-item-detail {
		background: #FFF;
	}
	.l-item-detail-photo,
	.l-item-detail-explanation {
		width: 100%;
	}
	.l-item-detail-photo {
		flex-direction: column-reverse;
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.m-item-detail-photo-thum {
		flex-flow: row wrap;
		width: 100%;
		height: auto;
		text-align: center;
		margin-left: 5px;
	}
	.m-item-detail-photo-thum > a {
		width: 40px;
		height: 40px;
		margin-left: 6px;
		margin-right: 6px;
	}
	.m-item-detail-photo-thum > a::after {
		width: 38px;
		height: 38px;
	}
	.m-item-detail-photo-thum > a.ms-selected::after {
		width: 36px;
		height: 36px;
	}
	.ms-roll::before {
		width: 40px;
		height: 40px;
		background-size: 30px auto;
	}
	.m-item-photo {
		flex: auto;
		width: 100%;
		min-height: 0%;
		padding: 5px 39px 0 39px;
	}
	.m-item-photo > a,
	.m-item-photo > a > picture	{
		width: 100%;
	}
	.m-item-photo > a > picture > img,
	.m-item-photo > a > img	{
		max-width: 100%;
	}
	/* 右カラム　商品情報 */
	.item-explanation-txt {
		font-size: 0.875rem;
	}
	.l-item-detail-explanation {
		box-shadow: none;
	}
	.m-bt-favorite-add .m-favorite-select label.m-level-cancel {
		line-height: 2.75;
	}
	.m-item-function > span {
		width: 135px;
		height: 68px;
		line-height: 48px;
		padding: 10px;
		background-color: #fff;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.m-item-function > span img {
		max-width: 115px;
		max-height: 48px;
	}
	/* 画像拡大モーダル .m-photo */
	.m-photo {
		width: 100%;
	}
	.m-photo-view {
		width: 100%;
	}
	.m-photo-view .slide-arrow {
		width: 15px;
		height: 40px;
		background-size: 12px auto;
		z-index: 5;
	}
	.m-photo-view .slide-arrow.prev-arrow {
		left: 0;
	}
	.m-photo-view .slide-arrow.next-arrow {
		right: 0;
	}
}

/*------------------------------
	機能紹介
------------------------------ */
/** 機能紹介　メインコンテンツ **/
.l-function-list {
	width: 1280px;
}
.l-function-list .l-contents-wrapper {
	align-items: flex-start;
	padding: 33px 0 50px 0;
}
/* 右カラム　サブメニュー */
.l-function-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 276px;
	margin: 0 0 0 40px;
	padding: 14px 0 8px 18px;
	background: #F7F7F7;
	border-bottom: solid 1px #CCC;
}
.l-function-menu > a {
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: none;
}
.l-function-menu > a.ms-cur {
	font-weight: bold;
	cursor: default;
	pointer-events: none;
}
/* 左カラム　コンテンツ */
.l-function-contents {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 316px);
	padding-left: 30px;
	padding-right: 46px;
	font-size: 0.875rem;
}
.l-function-contents > h2 {
	width: 100%;
	padding: 12px 0 60px 0;
	font-size: 1.5rem;
}
.l-function-contents > h3 {
	width: 100%;
	margin-bottom: 45px;
	padding-bottom: 10px;
	font-size: 1.75rem;
	border-bottom: solid 1px #707070;
}
.m-function-explanation {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.m-function-explanation > div {
	width: 276px;
	margin-right: 30px;
}
.m-function-explanation > div:nth-child(3n) {
	margin-right: 0;
}
.l-function-contents table {
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px solid #291f1c;
	border-bottom: 1px solid #291f1c;
}
.l-function-contents table tr {
	border-bottom: 1px solid #bbbcbc;
}
.l-function-contents table tbody tr:last-child {
	border-bottom: none;
}
.l-function-contents table th,
.l-function-contents table td {
	text-align: center;
}
.l-function-contents table th {
	background: #eeefef;
}
.l-function-contents table.ms-w2 th,
.l-function-contents table.ms-w2 td {
	width: calc(100% / 2);
}
.l-function-contents table.ms-w3 th,
.l-function-contents table.ms-w3 td {
	width: calc(100% / 3);
}
.l-function-contents table.ms-w4 th,
.l-function-contents table.ms-w4 td {
	width: calc(100% / 4);
}
.l-function-contents table.ms-w5 th,
.l-function-contents table.ms-w5 td {
	width: calc(100% / 5);
}
.l-function-contents table.ms-w6 th,
.l-function-contents table.ms-w6 td {
	width: calc(100% / 6);
}
table.ms-table-last {
	margin-bottom: 75px;
}
/* Shoes technology */
.ms-shoes-technology .m-function-explanation > div {
	margin-bottom: 55px;
}
.m-explanation > .m-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 125px;
	text-align: center;
}
.m-explanation > .m-logo img {
	max-width: 240px;
	max-height: 100px;
}
.m-explanation > dl {
	display: flex;
	flex-direction: column;
}
.m-explanation > dl > dt {
	height: 2.75rem;
	font-weight: bold;
}
.m-explanation > dl > dd {
	font-size: 0.75rem;
	line-height: 1.7;
}
.l-function-contents > h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.25rem;
	border: none;
}
.l-function-contents > h4 > span {
	font-size: 0.875rem;
}
/* Shoes width & size chart */
.l-function-contents > h4.m-table-title {
	background-color: #291f1c;
	width: 100%;
	padding: 10px;
	color: #fff;
	margin: 0;
	font-size: 1rem;
}
.m-width-sizing {
	display: flex;
	margin-bottom: 60px;
	padding-top: 10px;
}
.m-width-sizing > p {
	padding-left: 20px;
}
p.m-size-note {
	margin-bottom: 60px;
}
/* Apparel material function */
.ms-apparel-material .m-function-explanation > div {
	margin-bottom: 65px;
}
.m-explanation > .m-size,
.ms-apparel-material > .m-logo {
	display: block;
	height: 100px;
	text-align: center;
}
.ms-shoes-sizing .m-explanation > dl,
.ms-apparel-material .m-explanation > dl {
	padding-left: 6px;
}
.ms-shoes-sizing .m-explanation > dl > dt,
.ms-apparel-material .m-explanation > dl > dt {
	height: auto;
	padding-bottom: 5px;
}
.l-function-contents.ms-apparel-material > h2 {
	padding: 12px 0 40px 0;
}
/* Apparel size chart */
.m-mens-body {
	width: 100%;
	text-align: center;
}
/*** SP表示 ***/
@media screen and (max-width: 834px) {
	.l-function-list .l-contents-wrapper {
		padding-bottom: 0;
	}
	/* 右カラム　サブメニュー */
	.l-function-menu {
		display: none;
	}
	/* 左カラム　コンテンツ */
	.l-function-contents {
		width: 100%;
		padding: 0;
	}
	.l-function-contents > h2 {
		padding: 0 0 10px 15px;
		font-size: 1.25rem;
	}
	.l-function-contents > h3 {
		margin: 0 0 32px 0;
		padding: 0 0 0 15px;
		border: none;
	}
	.m-function-explanation > div {
		width: 100%;
		margin: 0 0 48px 0;
		padding-bottom: 32px;
		border-bottom: solid 1px #E5E5E5;
	}
	.m-function-explanation > div > dl {
		padding: 0 22px;
	}
	.l-function-contents table td {
		padding-left: 2px;
		padding-right: 2px;
	}
	/* Shoes width & size chart */
	.l-function-contents.ms-shoes-sizing {
		padding: 0 15px;
	}
	.l-function-contents.ms-shoes-sizing > h2 {
		padding: 0 0 32px 0;
	}
	.l-function-contents.ms-shoes-sizing > h3 {
		padding-left: 0;
	}
	/* Apparel material function */
	.l-function-contents.ms-apparel-material > h2 {
		padding: 0 0 45px 15px;
	}
	.ms-apparel-material .m-function-explanation > div {
    margin-bottom: 20px;
	}
	.ms-apparel-material .m-explanation > dl {
		padding: 0 23px;
	}
	/* Apparel size chart */
	.ms-apparel-size {
		padding: 0 15px;
	}
	.ms-apparel-size > h2,
	.ms-apparel-size > h3	{
		padding-left: 0;
	}
}

/*------------------------------
	ログアウト　モーダル
------------------------------ */
.m-logout {
	width: 413px;
	margin-left: -206px;
}
.m-logout-main {
	padding: 38px 33px 22px 35px;
}

/*------------------------------
	新しいラベルの作成　モーダル
------------------------------ */
.m-new-label {
	width: 413px;
	margin-left: -206px;
}
.m-new-label-main {
	padding: 38px 33px 5px 35px;
}
.m-new-label-main > label,
.m-new-label-main > label > input[type=text] {
	width: 100%;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*------------------------------
	お気に入り一括登録　モーダル
------------------------------ */
.m-modal-favorite-batch {
	width: 476px;
	margin-left: -238px;
}
.m-modal-favorite-batch-contens {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 25px 15px 25px;
}
.m-modal-favorite-batch-contens span {
	display: block;
	width: 100%;
	margin: 20px 0 7px 0;
	font-size: 0.875rem;
}
.m-modal-favorite-batch-contens > label > select {
	width: 424px;
	margin-bottom: 10px;
}
.m-modal-favorite-batch-contens > label + label > input {
	width: 350px;
}
.m-modal-favorite-batch-contens button {
	width: 65px;
	height: 34px;
	margin-left: 9px;
	color: #9A9A9A;
	font-size: 0.875rem;
}
.m-modal-favorite-batch-contens div {
	margin-top: 32px;
	width: calc(100% / 3);
}
.m-modal-favorite-batch-contens div:nth-last-child(2) {
	text-align: center;
}
.m-modal-favorite-batch-contens div:last-child {
	text-align: right;
}
.m-modal-favorite-batch-contens div input[type=radio] {
	display: none;
}
.m-modal-favorite-batch-contens div label {
	width: 123px;
	height: 37px;
	border: solid 1px #707070;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.m-modal-favorite-batch-contens div input[type=radio]#favorite-batch-max + label {
	background-image: url(../img/common/ico-valuation-1st-b.svg);
}
.m-modal-favorite-batch-contens div input[type=radio]#favorite-batch-high + label {
	background-image: url(../img/common/ico-valuation-2nd-b.svg);
}
.m-modal-favorite-batch-contens div input[type=radio]#favorite-batch-average + label {
	background-image: url(../img/common/ico-valuation-3rd-b.svg);
}
.m-modal-favorite-batch-contens div input[type=radio]:checked + label {
	border: solid 2px #CF0A2C;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.m-modal-favorite-batch-contens div input[type=radio]#favorite-batch-max:checked + label {
	background-image: url(../img/common/ico-valuation-1st-r.svg);
}
.m-modal-favorite-batch-contens div input[type=radio]#favorite-batch-high:checked + label {
	background-image: url(../img/common/ico-valuation-2nd-r.svg);
}
.m-modal-favorite-batch-contens div input[type=radio]#favorite-batch-average:checked + label {
	background-image: url(../img/common/ico-valuation-3rd-r.svg);
}
/*** SP表示 ***/
@media screen and (max-width: 834px) {
	.m-modal-favorite-batch-contens {
		padding-left: 15px;
		padding-right: 15px;
	}
	.m-modal-favorite-batch-contens > label,
	.m-modal-favorite-batch-contens > label > select	{
		width: 100%;
	}
	.m-modal-favorite-batch-contens > label + label {
		width: calc(100% - 74px);
	}
	.m-modal-favorite-batch-contens > label + label > input {
		width: 100%;
	}
	.m-modal-favorite-batch-contens div label {
		width: 95%;
	}
}

/*------------------------------
	ラベル削除　モーダル
------------------------------ */
.m-label-delete label input[type=text] {
	padding-left: 0;
}
.m-new-label-main > p {
	margin-top: 15px;
	font-size: 0.875rem;
}

/*------------------------------
	SP hover時リセット
------------------------------ */
@media screen and (max-width: 834px) {
	a:hover,
	button:hover,
	button:hover > span,
	label:hover > span,
	div label:hover	{
		color: #141414 !important;
	}
}

/*------------------------------
	ローディングアイコン表示用
------------------------------ */
.loading {
	background: #fff url(../img/common/loading.gif) no-repeat center center;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	top: 0;
	left: 0;
	border: none;
	opacity: 0.5;
}

/*------------------------------
	商品詳細：機能ロゴ無しの場合に空白要素を削除
------------------------------ */
.m-item-function > span.img-none {
	display: none!important;
}

/*------------------------------
	microCMS用モーダル
------------------------------ */
.m-blog {
	width: 60%;
	left: calc(50% - 30%);
}
.m-blog .m-modal-header {
	align-items: flex-start;
	margin-bottom: 20px;
}
.m-blog .m-modal-header > h3 {
	padding-right: 20px;
}
#blog-contents h3 {
	margin-bottom: 10px;
}
.m-blog-item {
	margin-bottom: 15px;
}
.m-blog-item a {
	display: flex;
	text-decoration: none;
	padding-left: 12px;
}
.m-blog-item a>span {
	padding: 5px;
}
.m-blog-item a>span:nth-child(1) {
	width: 220px;
	border: 1px solid #141414;
	padding: 0 10px;
	text-align: center;
	margin-right: 20px;
	color: #141414;
	font-size: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m-blog-item a:hover > span:nth-child(1) {
	color: #CF0A2C;
	border: 1px solid #CF0A2C;
}
.m-blog-item a>span:nth-child(2) {
	width: 410px;
	padding-right: 20px;
}
.m-blog-item a>span:nth-child(3) {
	width: 241px;
}
.m-blog .m-blog-main {
	padding: 0 33px 0 35px;
	margin: 20px 0px;
}
.m-blog .m-blog-image {
	display: block;
	text-align: center;
}
.m-blog .m-blog-image img {
	max-width: 350px;
	margin: 10px 0;
}
.m-blog .bt-close {
	background-image: none;
}
.m-blog .bt-close:after {
	content: none;
}
.l-download-center h2 {
	margin-bottom: 12px;
}
div.m-blog-contents {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 75px;
}
ul.blog-list {
	border-top: solid 1px #CCC;
	padding-top: 20px;
}

.arrow span a {
	display: inline-block;
	padding-right: 30px;
	position:relative;
	text-decoration: none;
}
.arrow span a::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: translateX(-50%) rotate(135deg);
}

@media screen and (max-width: 834px) {
	.m-blog {
		left: 0;
	}
}

/*------------------------------
	商品一覧　chosen選択用
------------------------------ */
.l-main-contents .chosen-container-multi .chosen-drop .result-selected {
	background-color: #0399F7;
	color: #fff;
}
.l-main-contents .chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #fff;
	background-image: none;
	border-radius: 0;
}
.l-main-contents .chosen-container-single .chosen-drop {
	border-radius: 0;
}
.l-main-contents .chosen-container-single .chosen-single {
	background: none;
	border-radius: 0;
	box-shadow: none;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
}
.l-main-contents .chosen-container-single .chosen-single div {
	top: 5px;
}

.m-bt-back,.m-bt-product{
	height:26px;
}
.m-bt-product{
	margin-left:25px;
}

.m-bt-product button{
	position:relative;
	height:26px;
	padding-left:28px;
	background-image: url(../img/common/ico-reload1.svg);
	background-size:auto 24px;
	background-repeat: no-repeat;
	background-position: left center;
}
.m-bt-product button > span{
	display:inline-block;
	font-size:0.875rem;
	color:#707070;
	float:left;
}

@media screen and (max-width:834px){
	.m-bt-back,.m-bt-product{
		height:auto;
	}
	.m-bt-product{
		padding:0;
	}
	.m-bt-product button > span{
		display:none;
	}
	.m-bt-product button{
		width:54px;
		height:53px;
		margin:0;
		padding:0;
		background-size:18px auto;
		background-position: top 14px center;
		overflow:visible;
	}
	.m-bt-product button::after{
		width:54px;
		content: "商品一覧";
		position:absolute;
		left:0;
		bottom:2px;
		display:inline-block;
		font-size:10px;
		color:#707070;
		text-align:center;
	}
}
