.breadCrumbs__list,
.header__body,
.head {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

html,
body {
	height: 100%;
	background: #F9F9F9;
}

html.maintePage,
body.maintePage {
	background: transparent;
}

html.iframePage,
body.iframePage {
	background: transparent;
	height: auto;
}

html.-fancy-modal-opened {
	overflow: hidden;
}

html.-searchMode {
	-webkit-overflow-scrolling: auto !important;
}

.maintePage body,
.iframePage body {
	background-color: transparent;
}

.-fancy-modal-opened body {
	overflow: hidden;
}

a,
button,
[aria-controls],
input,
.checkOuter,
.radioOuter,
.pushModalContent {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
}

.for-pc {
	display: none !important;
}

.for-pc-flex {
	display: none !important;
}

.iframePage .notes-gray a:hover {
	text-decoration: none;
}

.heading-1+.zeroText {
	padding-left: 20px;
	padding-right: 20px;
}

.zeroText.-pt {
	padding-top: 40px;
}

.archiveHeader {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 32px 12px 36px 20px;
}

.archiveHeader._tags{
	padding: 32px 12px 0px 20px;
	top: 0;
}
.primary__header.-preceding{
	margin-left: 20px;
	margin-bottom:20px;
}
.archiveHeader__navItem.-preceding{
	align-items: unset;
}

.archiveHeader__title {
	width: calc( 100% - 120px);
}

.archiveHeader__title .sideHeader__title-main {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 300;
}

.archiveHeader__title-main {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 300;
}

.archiveHeader__title-sub:not(:first-child) {
	margin-top: 8px;
}

.archiveHeader__title-sub:first-child {
	margin-top: 4px;
}

.archiveHeader__title-label {
	font-size: 1.6rem;
	font-weight: 600;
}

.edge .archiveHeader__title-label,
.win10.ie11 .archiveHeader__title-label,
.chrome.-android .archiveHeader__title-label {
	font-weight: 700;
}

.archiveHeader__sort {
	display: none;
}

.archiveHeader__nav {
	margin-right: 0;
}

.archiveHeader__navItem {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 50px;
}

.-noTitle .archiveHeader__navItem {
	height: auto;
	padding-top: 3px;
}

.archiveHeader__navBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.archiveHeader__navBtn:first-child {
	margin-right: 12px;
}

.archiveHeader__navIcn,
.archiveHeader__navTxt {
	display: inline-block;
	line-height: 1;
}

.archiveHeader__navIcn {
	margin-bottom: 4px;
}

.breadCrumbs__list {
	font-size: 1.2rem;
	padding: 16px 20px;
	line-height: 2;
}

.iframePage .container {
	min-height: unset;
	padding: 0 20px;
}

.dw__closeBtn {
	width: 52px;
	height: 52px;
	background-size: 32px auto;
}

.dw__body {
	width: calc(100vw - 75px);
	padding-bottom: 110px;
}

.footer__body {
	padding: 40px 0;
}

.footer__groupCompany {
	margin-bottom: 32px;
}
.footer__groupCompanyItem {
	padding: 0 7px;
}

.footer__nav {
	padding: 0 10px;
	font-size: 0;
	text-align: center;
}

.footer__navItem {
	display: inline-block;
	padding: 0 11px 0 10px;
	font-size: 1.2rem;
}

.footer__navItem:not(:nth-of-type(-n+2)) {
	margin-top: 15px;
}

.footer__navItem:nth-of-type(3n + 1):after {
	content: '';
}

.footer__copyright {
	margin-top: 27px;
}

.modal input[type="text"],
.fullModal input[type="text"],
.modal input[type="search"],
.fullModal input[type="search"] {
	font-size: 1.2rem;
	padding-right: 6px;
}

.container textarea,
.grid textarea {
	resize: none;
}

.grid input[type="text"] {
	padding: 0 12px;
}

.page.showFullModal {
	position: fixed;
	z-index: 1;
	width: 100%;
}

.fullModal {
	display: none;
	position: absolute;
	z-index: 1001;
	top: 100vh;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-property: opacity, visibility, top, right;
	transition-property: opacity, visibility, top, right;
/*	overflow: scroll;
	overflow-x: hidden;*/
	background: #fff;
}

.-fromRightModal .fullModal {
	top: 0;
	right: -40vw;
}

.fullModal.show {
	display: block;
	position: fixed;
	opacity: 1;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
	-webkit-transition-property: opacity, visibility, top, right;
	transition-property: opacity, visibility, top, right;
	top: 0;
	right: 0;
}

.-fromRightModal .fullModal.show {
	right: 0;
}

.fullModal__bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0.8;
}

.fullModal__main {
	position: relative;
	width: 100%;
	height: 100%;
}

.fullModal__wrapper {
	position: relative;
	height: 100%;
}

.fullModal__inner {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.fullModal__body {
	overflow-y: scroll;
}

.fullModal__content {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.fullModal__content.visible {
	visibility: visible;
}

.fullModal__content.show {
	left: 0%;
	opacity: 1;
}

.fullModal__content.show.animated {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0, 1) 0s,opacity 0.3s ease;
	transition: left 0.3s cubic-bezier(0, 0, 0, 1) 0s,opacity 0.3s ease;
}

.fullModal__content.hide {
	left: -50%;
	opacity: 0;
}

.fullModal__content.hide.animated {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0, 1) 0s,opacity 0.3s 0.5s ease;
	transition: left 0.3s cubic-bezier(0, 0, 0, 1) 0s,opacity 0.3s 0.5s ease;
}

.fullModal__content.remove {
	left: 100%;
}

.fullModal__content.remove.animated {
	-webkit-transition: left 0.2s cubic-bezier(0, 0, 0, 1) 0s;
	transition: left 0.2s cubic-bezier(0, 0, 0, 1) 0s;
}

.fullModal__contentHeader {
	position: fixed;
	z-index: 1101;
	width: 100%;
	background-color: #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 52px;
}

.fullModal__contentHeader--left,
.fullModal__contentHeader--right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
}

.fullModal__contentHeader--left span,
.fullModal__contentHeader--right span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 52px;
}

.fullModal__contentHeader--left span img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fullModal__contentHeader--center span {
	font-size: 1.4rem;
	font-weight: 600;
}

.edge .fullModal__contentHeader--center span,
.win10.ie11 .fullModal__contentHeader--center span,
.chrome.-android .fullModal__contentHeader--center span {
	font-weight: 700;
}

.fullModal__contentMain {
	padding: 52px 20px 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  overflow: scroll;
  overflow-x: hidden;
}

.fullModal__contentMain.-padding0 {
	padding-left: 0;
	padding-right: 0;
}

.fullModal__contentSection {
	margin-top: 32px;
	padding: 0 20px;
}

.fullModal__contentSection:last-child {
	padding-bottom: 32px;
}

.fullModal__contentImg {
	position: relative;
}

.fullModal__contentImg img {
	width: 100%;
	height: auto;
}

.fullModal__contentImg:not(:first-child) {
	margin-top: 32px;
}

.fullModal__contentImg:not(:last-child) {
	margin-bottom: 32px;
}

.fullModal__contentFooter {
	margin-bottom: 0;
	margin-top: auto;
	width: 100%;
	padding: 25px 20px;
}

.fullModal__contentFooter button {
	width: 100%;
}

.fullModal__submit {
	margin-top: 32px;
}

.fullModal__submit [type='button'],
.fullModal__submit [type='submit'] {
	width: 100%;
}

.fullModal__submit [type='reset'] {
	line-height: 1;
}

.fullModal__submitReset {
	margin-top: 20px;
	text-align: center;
	line-height: 1;
}

.fullModal__expandLink {
	position: relative;
	height: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
}

.fullModal__expandLink:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 9px;
	height: 9px;
	margin-top: -4.5px;
/* 	background: url("/static/images/parts/ico/arw-down.svg") center center/9px auto no-repeat; */
	content: '';
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.fullModal__expandLink:only-child:after {
	background-size: auto 9px;
/* 	background-image: url("/static/images/parts/ico/arw.svg"); */
}

.fullModal__expandLink.-opened {
	border-bottom-color: transparent;
}

.fullModal__expandLink.-opened:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fullModal__listItem {
	height: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #eaeaea;
/* 	background: url("/static/images/parts/ico/arw.svg") right 2px center no-repeat; */
}

.fullModal__listItem.-noModal {
	height: auto;
	background: none;
	padding: 20px 0;
	flex-direction: column;
	align-items: flex-start;
}
.statusBox {
	width: 100%;
}
.statusBox .checkList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.chrome .fullModal__listName {
	position: relative;
	top: -1px;
}

.fullModal__listName,
.fullModal__listSelected {
	line-height: 1;
}

.fullModal__listSelected {
	position: relative;
	color: #999;
	font-size: 1rem;
	margin-left: 10px;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 13px;
	padding-top: 1px;
}

.fullModal__listSelected.-color {
	width: calc( 100% - ( 14px * 3 + 23px ));
}

.fullModal__listSelected.-tag {
	width: calc( 100% - ( 14px * 5 + 23px ));
}

.fullModal__listSelected.-cat {
	width: calc( 100% - ( 14px * 4 + 23px ));
}

.fullModal__listSelected.-status {
	width: calc( 100% - ( 14px * 4 + 23px ));
}

.fullModal__listSelected.-size {
	width: calc(100% - ( 14px * 3 + 23px ));
}
.fullModal__listSelected.-stock {
	width: calc(100% - (14px * 4 + 23px));
}

.fullModal__listSelected span:before {
	content: '';
	position: relative;
	top: -1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
/* 	background: url("/static/images/parts/ico/check-white.svg") center center no-repeat #aaa; */
	border-radius: 4px;
	vertical-align: middle;
}

.fullModal__list .priceBox {
	width: 230px;
	margin-right: 0;
	margin-left: auto;
}

.fullModal__reset {
	margin-top: 20px;
	font-size: 1rem;
	text-align: right;
	line-height: 1;
}

.fullModal__reset a,
.fullModal__reset button {
	display: inline-block;
	color: #999;
	text-decoration: underline;
}

.fullModal__slider {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s 0 ease;
	transition: all .3s 0 ease;
}

.fullModal__content.visible.show .fullModal__slider {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.halfModal {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 0;
	width: 100%;
	height: 100%;
}

.halfModal.show {
	display: block;
}

.halfModal__bg {
	position: absolute;
	z-index: 1000;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s linear 0s;
	transition: opacity 0.2s linear 0s;
}

.show .halfModal__bg {
	opacity: 1;
}

.halfModal__main {
	position: fixed;
	z-index: 1002;
	width: 100%;
	background-color: #fff;
	bottom: -100%;
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 1, 0) 0s;
	transition: all 0.2s cubic-bezier(0.5, 0, 1, 0) 0s;
	-webkit-transition-property: bottom, opacity;
	transition-property: bottom, opacity;
}

.show .halfModal__main {
	bottom: 0;
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(0, 0.5, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.5, 0, 1);
}

.halfModal__wrapper {
	position: relative;
}

.halfModal__inner {
	width: 100%;
}

.halfModal__content {
	width: 100%;
	background: #fff;
}

.halfModal__contentHeader {
	position: fixed;
	z-index: 1101;
	width: 100%;
	background-color: #ededed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 52px;
}

.halfModal__contentHeader--left,
.halfModal__contentHeader--right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.halfModal__contentHeader--left span,
.halfModal__contentHeader--right span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 52px;
}

.halfModal__contentHeader--left span img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.halfModal__contentHeader--center span {
	font-size: 1.4rem;
	font-weight: 600;
}

.edge .halfModal__contentHeader--center span,
.win10.ie11 .halfModal__contentHeader--center span,
.chrome.-android .halfModal__contentHeader--center span {
	font-weight: 700;
}

.halfModal__contentMain {
	padding: 52px 20px 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header {
	position: relative;
	top: 0;
	height: 106px;
}

.header.-avail,
.header.-birthday,
.header.-chambre {
	height: 120px;
}

.noLogin .header {
	height: 142px;
}

.noLogin .header.-avail,
.noLogin .header.-birthday,
.noLogin .header.-chambre {
    height: 156px;
}

.cartPage .header {
	height: calc( 106px - 36px - 12px) !important;
}

.cartPage .header.-avail,
.cartPage .header.-birthday,
.cartPage .header.-chambre {
	height: calc( 120px - 36px - 24px) !important;
}

.header__body {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px 0 12px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .2s linear, visibility .2s linear, top .2s linear, height .2s ease;
	transition: opacity .2s linear, visibility .2s linear, top .2s linear, height .2s ease;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	display: -ms-grid;
	display: grid;
	height: 106px;
}

.header.-avail .header__body,
.header.-birthday .header__body,
.header.-chambre .header__body {
	height: 120px;
	background: #FFF;
}

.header.-avail .header__body::before,
.header.-birthday .header__body::before,
.header.-chambre .header__body::before {
	height: 60px;
	right: 0;
	left: 0;
}
.noLogin .header.-avail .header__body::before,
.noLogin .header.-birthday .header__body::before,
.noLogin .header.-chambre .header__body::before {
	top: 36px; /*+ .header__entry height(36px)*/
}

.-hideSearchBar .header__body {
	height: calc( 106px - 36px - 12px);
}

.-hideSearchBar .header.-avail .header__body,
.-hideSearchBar .header.-birthday .header__body,
.-hideSearchBar .header.-chambre .header__body {
	height: calc( 120px - 36px - 24px);
}

.cartPage .header__body {
	height: calc( 106px - 36px - 12px) !important;
}

.cartPage .header.-avail .header__body,
.cartPage .header.-birthday .header__body,
.cartPage .header.-chambre .header__body {
	height: calc( 120px - 36px - 24px) !important;
}

.-pageUp .header__body {
	height: 106px;
	-webkit-transition: opacity .2s linear, visibility .2s linear, top .2s linear, height .2s .5s ease-out;
	transition: opacity .2s linear, visibility .2s linear, top .2s linear, height .2s .5s ease-out;
}

.-pageUp .header.-avail .header__body,
.-pageUp .header.-birthday .header__body,
.-pageUp .header.-chambre .header__body {
	height: 120px;
}

:not(.noLogin) .header__body {
	-ms-grid-rows: 58px 1fr;
	-ms-grid-columns: 29px 91px 1fr;
	grid-template: "h-menu h-logo h-links" 58px "h-searchBar h-searchBar h-searchBar" 1fr / 29px 91px 1fr;
}

.noLogin .header__body {
	height: 142px;
	-ms-grid-rows: 36px 58px 1fr;
	-ms-grid-columns: 29px 91px 1fr;
	grid-template: "no-h-entry no-h-entry no-h-entry" 36px "no-h-menu no-h-logo no-h-links" 58px "no-h-searchBar no-h-searchBar no-h-searchBar" 1fr / 29px 91px 1fr;
}

.noLogin .header.-avail .header__body,
.noLogin .header.-birthday .header__body,
.noLogin .header.-chambre .header__body {
	height: 156px;
}

.noLogin.-hideSearchBar .header__body {
	height: calc( 142px - 36px - 12px);
}

.noLogin.-hideSearchBar .header.-avail .header__body,
.noLogin.-hideSearchBar .header.-birthday .header__body,
.noLogin.-hideSearchBar .header.-chambre .header__body {
	height: calc( 142px - 36px - 12px);
}

.noLogin.-pageUp .header__body {
	height: 142px;
}

.noLogin.-pageUp .header.-avail .header__body,
.noLogin.-pageUp .header.-birthday .header__body,
.noLogin.-pageUp .header.-chambre .header__body {
	height: 156px;
}

.-hideHeader .header__body {
	top: -100px;
	opacity: 0;
	visibility: hidden;
}

:not(.noLogin) .header__entry {
	grid-area: h-entry;
}

.noLogin .header__entry {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: no-h-entry;
}

:not(.noLogin) .header__menu {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: h-menu;
}

.noLogin .header__menu {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: no-h-menu;
}

:not(.noLogin) .header__logo {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: h-logo;
}

.noLogin .header__logo {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	grid-area: no-h-logo;
}

:not(.noLogin) .header__links {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: h-links;
}

.noLogin .header__links {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
	grid-area: no-h-links;
}

:not(.noLogin) .header__searchBar {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: h-searchBar;
}

.noLogin .header__searchBar {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-area: no-h-searchBar;
}

.header__menu,
.header__logo,
.header__links {
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header.-avail .header__menu,
.header.-avail .header__logo,
.header.-avail .header__links,
.header.-birthday .header__menu,
.header.-birthday .header__logo,
.header.-birthday .header__links,
.header.-chambre .header__menu,
.header.-chambre .header__logo,
.header.-chambre .header__links {
	height: 60px;
}

.header__menuBtn {
	width: 29px;
}

.header__menu img {
	width: 16px;
}

.header__logo {
	padding: 0 0 0 11px;
}

.header__logo:first-child {
	left: -18px;
}

.header__logo img {
	width: 80px;
}

.header.-birthday .header__logo img,
.header.-chambre .header__logo img {
	width: auto;
	height: 20px;
	max-width: inherit;
}

.header__searchBar {
	position: relative;
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	opacity: 1;
	will-change: opacity;
}

.header.-avail .header__searchBar,
.header.-birthday .header__searchBar,
.header.-chambre .header__searchBar {
	margin-top: 2px;
	padding-top: 12px;
}

.header.-avail .header__searchCancel,
.header.-birthday .header__searchCancel,
.header.-chambre .header__searchCancel {
	margin-top: 12px;
}

.-hideSearchBar .header__searchBar {
	opacity: 0;
}

.-pageUp .header__searchBar {
	opacity: 1;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.header__search {
	width: calc( 100% - 44px);
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
}

.header__search.-focus {
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
	width: calc( 100% - 44px - 12px);
}

.ie .header__search input[type="text"],
.ie .header__search input[type="search"] {
	padding-top: 3px;
}

.header__tags {
	z-index: 100;
	top: 48px;
	left: -12px;
	width: 100vw;
	height: 100vh;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
}

.header__tags:before {
	z-index: 1;
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03);
	box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}

.header__tagsBody {
	padding: 18px 20px 120px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: calc( 100vh - 106px);
}

.header.-avail .header__tagsBody,
.header.-birthday .header__tagsBody,
.header.-chambre .header__tagsBody {
	height: calc( 100vh - 120px);
}

.noLogin .header__tagsBody {
	height: calc( 100vh - 142px);
}

.header__cat {
	z-index: 1;
	position: absolute;
	right: -10px;
	top: 0;
	width: calc( 100vw - (100% - 44px) - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header.-avail .header__cat,
.header.-birthday .header__cat,
.header.-chambre .header__cat {
	padding-top: 12px;
}

.header__cat button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 36px;
	width: 36px;
}

.header__cat span {
	line-height: 1;
}

.header__catIcn {
	width: 18px;
	height: 18px;
/* 	background: url("/static/images/parts/ico/category.svg") center center/18px auto no-repeat; */
}

.header__catTxt {
	font-size: .8rem;
	white-space: nowrap;
	margin-top: 5px;
}

.header__entry {
	font-size: 1.2rem;
	width: calc(100% + 22px);
	margin-left: -12px;
}

.header__entry a {
	padding: 0 16px;
	width: 100%;
}

.header__links {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/* margin-right: 0; */
	margin-left: auto;
}

.header__linksItem {
	width: 36px;
	text-align: center;
}

.header__linksItem:not(:first-child) {
	margin-left: 8px;
}

.header__linksIcn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	height: 26px;
}

.header__linksIcn img {
	width: 18px;
	/* right: -2px; */
}

.header__linksTxt {
	font-size: 8px;
}

.header.-avail .header__linksTxt,
.header.-birthday .header__linksTxt,
.header.-chambre .header__linksTxt {
	margin-top: 3px;
}

.header__linksBadge {
	top: -2px;
	left: 19px;
	min-width: 14px;
	height: 14px;
	padding: 0 4px;
	-webkit-background-clip: padding-box;
	background: #CB053A;
}

.header.-avail .header__linksBadge,
.header.-chambre .header__linksBadge {
	background: #FFFFFF;
	color: #000;
}

.header__linksBadge span {
	font-size: .7rem;
}

.header__cartLinks {
	margin-right: 8px;
	font-size: 1rem;
	line-height: 1;
}

.header__cartLinksItem {
	margin-left: 10px;
}

.iframePage .header__cartLinksText:hover {
	text-decoration: none;
}

.header__nav {
	display: none;
}

.modal {
	width: 100%;
	min-width: calc( 100vw - 20px);
	padding: 40px 20px;
}

.modal__title {
	margin-bottom: 32px;
}

.modal__title.-tight {
	margin-bottom: 14px;
}
.modal__title.-tight:not(:first-of-type) {
	margin-top: 14px;
}

.modal__title span.notes {
	color: #CB053A;
}

.modal__title .attention,
.modal__title notes {
	color: #CB053A;
}

.modal__btns .btn,
.modal__btns .btn-frame {
	width: 100%;
}
.btn-frame.-order{
	margin-top: 10px;
}

.modal__btns .btn {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-weight: 600;
}

.edge .modal__btns .btn,
.win10.ie11 .modal__btns .btn,
.chrome.-android .modal__btns .btn {
	font-weight: 700;
}

.modal__btns .btn-frame {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.modal__btns .btn-frame:not(:only-child) {
	margin-top: 10px;
}

.modal__other {
	padding: 40px 0 0;
}

.modal__otherTitle {
	margin-bottom: 12px;
}

.modal__other .card {
	padding: 0;
}

.modal__message {
	text-align: left;
}

.modal__message:not(:last-child) {
	margin-bottom: 32px;
}

.modal__notes {
	padding-top: 30px;
}

.modal__title+.modal__notes {
	padding-top: 0;
}

.fancybox-slide--html {
	padding: 0 30px;
}

.fancybox-slide--html,
.fancybox-slide--iframe {
	padding: 46px 10px;
}

.fancybox-slide--html:after,
.fancybox-slide--iframe:after {
	display: none;
}

.-fancy-modal-store-search .fancybox-container {
	display: none !important;
}

.fancybox-slide--iframe .fancybox-content {
	max-width: calc( 100vw - 20px);
	margin: 0;
}

.fancybox-slide--iframe .fancybox-content::after {
	content: '';
	position: fixed;
	margin-top: -46px;
	left: 10px;
	right: 10px;
	text-align: right;
	height: 46px;
/* 	background-image: url("/static/images/parts/ico/close-sp.svg"); */
	background-size: 14px auto;
	background-position: right center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.fancybox-slide--html .fancybox-content::after {
	content: '';
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	pointer-events: none;
	bottom: 100%;
	right: -10px;
	width: 36px;
	height: 46px;
/* 	background-image: url("/static/images/parts/ico/close-sp.svg"); */
	background-size: 14px auto;
}

iframe {
	border-radius: 4px;
}

.primary {
	width: 100%;
}

.primary>.zeroText {
	margin: 0 20px;
}

.primary__header{
	margin: 0 12px 36px;
}
.primary__sort {
	display: none;
}

.primary__preceding{
	display: flex;
	align-items: center;
	justify-content: left;
}

.continueBtn-wrap {
	padding: 10px 38px 20px;
}

.section.-config .section__body._cart {
	padding-bottom: 0;
}

.section.-cart .section__body,
.section.-config .section__body {
	padding-top: 0;
	padding-bottom: 40px;
}

.section.-cart:only-child .section__body,
.section.-config:only-child .section__body {
	padding-top: 0;
	padding-bottom: 40px;
}

.section.-mypage:only-child .section__body {
	padding-bottom: 40px;
}

.section__body {
	padding: 40px 0;
}

.section__body .-related {
	padding-top: 32px;
}

.-checked .section__body {
	padding-top: 40px;
}

.-related+.-checked .section__body {
	padding-top: 32px;
}

.section__lead {
	padding: 40px 20px 32px;
}

.iframePage .section__lead a:hover {
	text-decoration: none;
}

.section__subElem {
	padding: 0 20px;
	overflow: hidden;
}

.heading-1+.section__subElem {
	padding-top: 40px;
}

.section__subElem:not(:last-of-type) {
	margin-bottom: 12px;
}

.heading-1+.section__subElem:not(:last-of-type) {
	margin-bottom: 0;
	padding-bottom: 40px;
}

.section__subElem-index {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	padding: 40px 0 32px;
}

.edge .section__subElem-index,
.win10.ie11 .section__subElem-index,
.chrome.-android .section__subElem-index {
	font-weight: 700;
}

.section__subElem-index.-pb12 {
	padding-bottom: 12px;
}

.section__subElem-index.for-pc+.section__subElem-body {
	padding-top: 40px;
}

.side {
	display: none;
}

.addressList__title {
	font-size: 1.2rem;
	color: #555;
	line-height: 1;
}

.addressList__title:not(:last-child) {
	margin-bottom: 12px;
}

.addressList__item {
	width: 100%;
}

.addressList__item:first-child {
	border-top: 1px solid #eaeaea;
}

.anchor {
	padding: 0 20px 12px;
}

.anchor__title {
	margin-bottom: 12px;
	font-size: 1.2rem;
	color: #555;
	line-height: 1;
}

.anchor__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.anchor__item {
	width: calc( ( 100% - 20px ) / 2);
}

html:not(.iframePage) .anchor__item:not(:nth-of-type(-n+2)) {
	margin-top: 8px;
}

.anchor__link {
	line-height: 1.2;
}

.-m-sp.btn,
.-m-sp.btn-frame,
.-m-sp.btn-fav {
	height: 44px;
}

.btn-text {
	text-decoration: underline;
}

.iframePage .btn-text:hover {
	text-decoration: none;
}

.btn-text.-remove {
	line-height: 1;
	margin-top: 4px;
}

.btn-text.-full:not(:first-child) {
	margin-top: 8px;
}

.linkMore {
	margin-top: 32px;
}

.btnArea {
	padding: 0 20px;
}

.btnArea.-r .btn,
.btnArea.-r .btn-frame {
	width: 50%;
}

.btnArea.-r .btn:first-child,
.btnArea.-r .btn-frame:first-child {
	margin-top: 0;
}

.btnArea:only-child {
	margin-top: 0;
}

.btnArea:not(:first-child) {
	margin-top: 20px;
}

.btnArea:not(:first-child).-back {
	margin-top: 32px;
}

.pageList+.btnArea:not(:first-child),
.formTable+.btnArea:not(:first-child) {
	margin-top: 32px;
}

.reCaptcha+.btnArea:not(:first-child) {
	margin-top: 0;
}

.section__subElem .btnArea {
	padding: 0;
}

.btnArea .btn,
.btnArea .btn-frame {
	width: 100%;
}

.btnArea .btn:not(:only-child):not(.btn-text):not(:last-child),
.btnArea .btn-frame:not(:only-child):not(.btn-text):not(:last-child) {
	margin-bottom: 12px;
}

.btnArea__check {
	margin-bottom: 40px;
}

.btnArea__notes:not(:last-child) {
	margin-bottom: 20px;
	text-align: left;
}

.iframePage a.link:hover {
	text-decoration: none;
}

.card {
	padding-right: 12px;
	padding-left: 12px;
}

.card.-col4:before,
.card.-col4:after {
	display: none;
}

.card.-col4.-col3-sp:before,
.card.-col4.-col3-sp:after {
	width: calc( ( 100% - 7px * 2 ) / 3);
}

.card.-col5:after,
.card.-col6:after {
	width: calc( ( 100% - 7px * 2 ) / 3);
}

.card:not([class*='-col']) .card__item {
	width: 100%;
	margin-bottom: 7px;
}

.-col4 .card__item {
	width: calc( ( 100% - 7px ) / 2);
}

.-col4 .card__item:not(:nth-child(-n+2)) {
	margin-top: 7px;
}

.-col4.-col3-sp .card__item {
	margin-bottom: 7px;
	width: calc( ( 100% - 7px * 2 ) / 3);
}

.-col5 .card__item,
.-col6 .card__item {
	width: calc( ( 100% - 7px * 2 ) / 3);
}

.-col5 .card__item.-full-sp,
.-col6 .card__item.-full-sp {
	width: 100%;
}

.-col5 .card__item:not(:nth-child(-n+3)),
.-col6 .card__item:not(:nth-child(-n+3)) {
	margin-top: 7px;
}

.ranking .-col5 .card__item:not(:first-child),
.ranking .-col6 .card__item:not(:first-child) {
	margin-top: 7px;
}

.-full-sp .card__link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.-full-sp .card__thumb {
	width: calc( (100% - 30px) / 2);
}

.card__video{
	width: 100%;
}

.card__thumb .video-js .vjs-tech {
	pointer-events: none;
}

.indexKv__item .video-js .vjs-tech {
	pointer-events: none;
}

.-full-sp .card__detail {
	width: calc( 100% - ((100% - 30px) / 2) - 20px);
	padding-left: 0;
}

.card__remove {
	font-size: 1rem;
}

.card__remove .btn-text {
	font-size: 1rem;
}

.cart {
	padding: 40px 20px 0;
}

.cartBox .cart {
	padding: 0;
}
.cartBox {
	padding: 40px 20px 0;
}
.cartBox__wrap {
	padding: 16px;
}
.cartBox .cart__totalBody {
	background: transparent;
}
.cartBox:first-of-type{
	padding: 25px 20px 0;
}
.cart__header {
	margin-bottom: 52px;
}

.cart__title {
	font-size: 1.8rem;
	color: #CB053A;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 16px;
}

.edge .cart__title,
.win10.ie11 .cart__title,
.chrome.-android .cart__title {
	font-weight: 700;
}

.cart__msg {
	line-height: 1.5;
}

.cart__fixedInfo {
	padding: 20px;
}

.cart__fixedInfo dt:not(:first-of-type),
.cart__fixedInfo dd:not(:first-of-type) {
	margin-top: 14px;
}

.cart__fixedInfo dt {
	width: 76px;
}

.cart__fixedInfo dd {
	width: calc( 100% - 76px);
	position: relative;
	padding-left: 16px;
}

.cart__fixedInfo dd:before {
	position: absolute;
	left: 0;
	content: '：';
}

.cart__fixedInfo .notes-gray {
	margin-top: 16px;
}

.cart__panel {
	padding-top: 20px;
}

.cart__zero {
	padding: 40px 20px 0;
}

.cart__zeroBtn {
	text-align: center;
	margin-top: 32px;
}

.cart__zeroBtn [class*='btn'] {
	width: 100%;
}

.cart__btn [class*='btn'] {
	width: 100%;
}

.cart__btn._error p {	
	text-align: left;
}
.cart__btn._error a {
	margin-top: 12px;
}
.cart__btn._error button {
	margin-top: 15px;
}

.cart__totalBody {
	padding: 20px 0 0;
}

.cart__totalInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.cart__totalCount {
	width: 30%;
}

.cart__totalPrice {
	width: 70%;
}

.cart__totalInfo:not(:last-child) {
	margin-bottom: 32px;
}

.cart__totalPostage {
	margin-top: 8px;
}

.cart__totalMsg {
	text-align: center;
}

.cart__totalBtn {
	margin-top: 12px;
}

.cart__selected {
	color: #CB053A;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}

.edge .cart__selected,
.win10.ie11 .cart__selected,
.chrome.-android .cart__selected {
	font-weight: 700;
}

.cart__selected span:first-child {
	margin-right: 8px;
}

.cartItems .notes-gray {
	display: inline-block;
	margin-top: 10px;
}

.-more .cartItems__list:after {
	height: calc( (100vw - 76px - 8px * 3) / 4);
}

.cartItems__card {
	width: calc( (100% - 8px * 3) / 4);
}

.cartItems__card:not(:nth-of-type(4n)) {
	margin-right: 8px;
}

.cartItems__more {
	margin-top: 16px;
}

.sp_br{
	display: block;
}
.cardList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.2rem;
	color: #555;
	line-height: 1;
    margin-bottom: 10px;
}

.cardList__notes {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 12px;
}

.cardList__notes.-gray {
	margin-bottom: 16px;
}

.cardList__index:not(:first-of-type),
.cardList__text:not(:first-of-type) {
	margin-top: 8px;
}

.cardList__index {
	width: 80px;
}

.cardList__text {
	position: relative;
	width: calc( 100% - 80px);
	padding-left: 12px;
}

.cardList__text:before {
	position: absolute;
	left: 0;
	content: '：';
}

.cardList__arert {
	font-size: 1.2rem;
	color: #555;
}

.shippingOption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.2rem;
	color: #555;
	line-height: 1;
	margin-top: 20px;
}

.shippingOption__index:not(:first-of-type),
.shippingOption__text:not(:first-of-type) {
	margin-top: 8px;
}

.shippingOption__index {
	width: 90px;
}

.shippingOption__text {
	position: relative;
	width: calc( 100% - 90px);
	padding-left: 12px;
}

.shippingOption__text:before {
	position: absolute;
	left: 0;
	content: '：';
}

.shippingOption__text.-notes {
	width: 100%;
	padding-left: 0;
	margin-top: 12px;
}

.shippingOption__text.-notes:before {
	display: none;
}

.shippingOption__text .notes-gray {
	line-height: 1.7;
}

.tooltipCard {
	display: none;
}

.cartList__name {
	margin-top: 4px;
}

.cartList__spec {
	margin-top: 4px;
}

.cartList__spec span {
	display: block;
}

.cartList__price {
	margin-top: 4px;
}

.cartInfo:not(:first-child) {
	margin-top: 18px;
}

.cartInfo:not(:last-child) {
	margin-bottom: 32px;
}

.cartInfo__text {
	margin-top: 10px;
}

.cat {
	position: fixed;
	z-index: 101;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 106px;
}

.header.-avail .cat,
.header.-birthday .cat,
.header.-chambre .cat {
	top: 120px;
}

.noLogin .cat {
	top: 142px;
}

.noLogin .header.-avail .cat,
.noLogin .header.-birthday .cat,
.noLogin .header.-chambre .cat {
	top: 156px;
}

.cat.-showed {
	opacity: 1;
	visibility: visible;
}

.cat:before {
	z-index: 1;
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03);
	box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}

.cat__body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	height: calc( 100vh - (142px));
	padding: 0 20px 110px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.cat__list ul {
	padding-left: 20px;
	border-top: 1px solid #eaeaea;
}

.cat__list ul li:last-child {
	border-bottom: 0px;
}

.cat__item {
	border-bottom: 1px solid #eaeaea;
}

.cat__link {
	position: relative;
	height: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}

.cat__link:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 9px;
	height: 9px;
	margin-top: -4.5px;
/* 	background: url("/static/images/parts/ico/arw-down.svg") center center/9px auto no-repeat; */
	content: '';
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.cat__link:only-child:after {
	background-size: auto 9px;
/* 	background-image: url("/static/images/parts/ico/arw.svg"); */
}

.cat__link.-opened:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.catalogueOuter {
	padding-top: 0;
	padding-bottom: 0;
}

.catalogue__visual {
	grid-area: ctlg-visual;
}

.catalogue__tabs {
	grid-area: ctlg-tabs;
}

.catalogue__itemInfo {
	grid-area: ctlg-itemInfo;
}

.unisizeDummy > .-pc {
	display: none;
}

.catalogue__detail {
	grid-area: ctlg-detail;
}

.catalogue__slideItem a {
	height: 100vw;
}

.catalogueModalSlide .catalogue__slideCaption {
	bottom: -30px;
	display: block;
	margin-top: 10px;
	color: #000;
	background: none;
}

.catalogue__thumbs {
	display: none;
}

.fullModal .catalogue__thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
}

.catalogue__thumbsItem {
	width: calc( (100% - 4px*3) / 4);
	height: calc( (100vw - 40px - 12px) / 4);
}

.catalogue__thumbsItem:not(:nth-of-type(-n+4)) {
	margin-top: 4px;
}

.catalogue__thumbsItem:not(:nth-child(4n)) {
	margin-right: 4px;
}

.catalogue__tags {
	padding: 40px 20px 40px;
}

.catalogue__info {
	padding: 40px 20px 28px;
}

.catalogue__infoPrice {
	margin-top: 10px;
	display: block;
}

.catalogue__infoPostage {
	position: static;
	margin-top: 14px;
	margin-left: 0;
	display: block;
}

.catalogue__stock {
	display: none;
}

.checkbox.is-error:before {
	background: #fde4eb;
}

.checkbox__text br {
	display: none;
}

.sp_lottery_br{
	display: block;
}

.checkedItems__body:before,.suggestedItems__body:before,
.recommendItems__body:before {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 100%;
	width: 10px;
	background: #F9F9F9;
}

.checkedItems__arw ,.suggestedItems__arw,
.recommendItems__arw, .coordinateItems__arw {
	display: none;
}

.formTable+.formTable {
	margin-top: 20px;
}

.formTable .pulldown,
.formTable textarea,
.formTable input:not([class]),
.formTable input[class="is-error"] {
	width: 100%;
}

.formTable__ttl {
	margin-bottom: 10px;
	line-height: 1;
}

.formTable__ttl .btn-popup {
	margin-right: 0;
	margin-left: auto;
}

.formTable__ttl .notes-gray {
	margin-top: 8px;
	width: 100%;
}

.-confirm .formTable__detail:not(:last-of-type),
.-confirm .formTable__block:not(:last-of-type) {
	margin-bottom: 26px;
}

.formTable__detail .notes-gray,
.formTable__block .notes-gray {
	display: block;
	line-height: 1.4;
	margin-top: 10px;
}

.formTable__detail p+.notes-gray,
.formTable__block p+.notes-gray {
	margin-top: 8px;
	padding-bottom: 12px;
}

.formTable__detail.-planeText {
	margin-bottom: 26px;
}

.formTable__lead:not(:last-child) {
	margin-bottom: 30px;
}

.formTable__lead p:not(:first-child) {
	margin-top: 20px;
}

.formTable__notesList:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 32px;
	border-bottom: 1px solid #eaeaea;
}

.formTable__notesText:not(:first-child) {
	margin-top: 4px;
}

.formTable__notesText:not(:last-child) {
	margin-bottom: 26px;
}

.formTable__inputWrap {
	width: 100%;
	min-height: 20px;
}

.formTable__img {
	margin-bottom: 10px;
}

.formTable__check {
	margin-top: 20px;
	font-size: 1.2rem;
}

.formTable__check .notes-gray {
	padding-left: 26px;
}

.reCaptcha {
	margin-bottom: 32px;
}

.reCaptcha__inner {
	text-align: center;
}

.g-recaptcha {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 90%;
}

.g-recaptcha div {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.radioList+.errorText {
	margin-top: 12px;
}

.grid:not([class*='col']) .grid__item {
	width: 100%;
}

.grid:not([class*='col']) .grid__item:not(:last-child) {
	margin-bottom: 20px;
}

.heading-1 {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background: #F9F9F9;
}

.heading-cart{
	padding: 30px 20px 0;
}

.iframePage .heading-1 {
	background: transparent;
	padding-top: 60px;
	padding-bottom: 12px;
}

.-userGuide .heading-1 {
	text-align: left;
}

.heading-1:not(:first-child) {
	padding-top: 52px;
}

.heading-2-normal {
	line-height: 1.6;
	margin-bottom: 26px;
}

.history {
	padding: 40px 20px 0;
}

.history__body {
	padding: 0 20px 20px;
}

.history__header{
	padding: 20px 20px 0;
}
.history__header.-preorders{
	padding: 20px;
}

.history__status,
.history__detail,
.history__info {
	width: 100%;
}

.history__status {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.history__detail {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.history__info {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.history {
	border-top: solid 1px #dddddd;
	margin-top: -1px;
}

.history__infoBody::before {
	content: '';
/* 	background: url("/static/images/parts/ico/arw.svg")  no-repeat center; */
	background-size:cover;
    position: absolute;
	width: 10px;
	height: 18px;
	top: 30px;
    right: -10px;
}

.hold {
	position: relative;
}

.hold_mask {
	position: absolute;
	background-color: rgba(88, 88, 88, 0.8);
	width: 100%;
	height: 67px;
	padding: 19px 0;
	z-index: 5;
	top: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hold_mask p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.hold_mask._01 {
	top: -60%;
}

.order-tab {
	display: flex;
	justify-content: center;
	z-index: 1;
	padding: 0 5px;
}

.order-tab-item {
	display: flex;
	background-color: #f9f9f9;
	width: 33%;
	height: 50px;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 5px 5px 0 0;
	border: 1px solid #dddddd;
	margin: 0 2px;
}

.order-tab-item.is-active {
	pointer-events: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: #fff;
	z-index: 2;
}

.indexKv {
	border-bottom: 10px solid #F9F9F9;
}

.indexKv__item {
	width: 100vw !important;
	height: auto;
}

.indexKv .slick-track {
	height: 74.66vw;
}

.indexKv .slick-arrow {
	display: none !important;
}

.indexKv .slick-dots {
	padding: 0 6px;
	text-align: right;
	bottom: 6px;
}

.hashList {
	padding: 0 18px;
}

.indexList {
	padding: 0 20px;
}

.heading-1+.indexList {
	padding-top: 40px;
}

.indexList:last-of-type {
	margin-bottom: 40px;
}

.indexList__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px;
	padding-top: 3px;
}

.indexList__date {
	width: 100%;
}

.indexList__date:not(:last-child) {
	margin-bottom: 3px;
}

.indexList__ttl {
	width: 100%;
}

.itemPrice {
	font-size: 1.4rem;
}

.-full-sp .itemPrice {
	margin-top: 4px;
}

.-full-sp .itemPrice+.itemPrice {
	margin-top: 0;
}

.-full-sp .itemTag {
	margin-top: 10px;
}

.itemInCart {
	padding: 20px 0;
}

.itemInCart__infoName {
	margin-top: 6px;
}

.itemInCart__infoSpec {
	font-size: 1.2rem;
}

.itemInCart__infoSpec dt:not(:first-of-type),
.itemInCart__infoSpec dd:not(:first-of-type) {
	margin-top: 7px;
}

.itemInCart__infoSpec dt {
	width: 36px;
}

.itemInCart__infoSpec dd {
	width: calc( 100% - 36px);
}

.itemInCart__config {
	padding-left: 120px;
}

.itemInCart__config .errorText {
	margin: 0 0 14px;
	line-height: 1.3;
}

.itemInCart__price {
	width: 100%;
	margin: 12px 0;
	line-height: 1;
}

.itemInCart__remove button {
	padding-left: 20px;
}

.itemInCart__remove button span {
	font-size: 1rem;
}

.caution:not(:last-child) {
	margin-bottom: 30px;
}

.cartBox .caution {
	margin-bottom: 16px;
}

.itemOrdered__infoSpec dl {
	width: 100%;
	margin-top: 6px;
}

.itemOrdered__infoCount {
	margin-top: 12px;
}

.mainte {
	padding: 52px 20px;
}

.mainte.-center {
	text-align: center;
}

.mainte__logo {
	margin-bottom: 20px;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mainte__logoItem {
	/*width: 50%;*/
	/*max-width: 82px;*/
	padding: 0 6px 20px;
}

.mainte__logoSpBrank {
	display: block;
	width: 100%;
}

.mainte__logo img {
	/*width: 100px;*/
	width: auto;
	height: 24px;
}

.mainte__ttl {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
}

.mainte__body p:not(:first-child) {
	margin-top: 20px;
}

.mainte__info {
	padding: 16px 20px;
}

.mainte__info:not(:first-child) {
	margin-top: 20px;
}

.mainte__infoText:not(:first-child) {
	margin-top: 4px;
}

.mainte__btn {
	font-size: 1.2rem;
	margin-top: 32px;
}

.mainte__back {
	margin-top: 26px;
}

.mainte__back [class*='btn'] {
	width: 100%;
}

.melit {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.melit__item {
	width: calc( (100vw - 5px * 2 - 20px * 2) / 3);
	height: calc( (100vw - 5px * 2 - 20px * 2) / 3);
}

.melit__icn {
	margin-bottom: 4px;
}

.melit__icn img {
	width: 18px;
}

.melit__item:first-child .melit__icn img {
	width: 20px;
}

.melit__item:nth-of-type(2) .melit__icn img {
	width: 16px;
}

.melit__text {
	font-size: 1rem;
	line-height: 1.4;
}

.navTab {
	border-bottom: 0.5px solid #eaeaea;
	margin-bottom: em(36px);
}

.navTab.-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
}

.-itemNavFixed .navTab.-bottom {
	opacity: 1;
	visibility: visible;
}

.-itemNavFixed.-itemNavHide .navTab.-bottom {
	opacity: 0;
	visibility: hidden;
}

.navTab__list {
	margin: 0;
}

.navTab__item {
	width: calc( 100% / 3);
}

.navTab__item:not(:last-child) {
	border-right: 0.5px solid #eaeaea;
}

.navTab__link {
	padding: 0 em(5px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
}

.navTab__text {
	font-size: 1.2rem;
}

.newsPost {
	padding: 32px 20px 0;
}

.fullModal .newsPost {
	padding: 32px 0 40px;
}

.newsPost__header {
	margin-bottom: 32px;
}

.newsPost__header h1 {
	line-height: 1.5;
}

.newsPost__header h1:not(:first-child) {
	margin-top: 6px;
}

.newsPost__body a {
	color: #000;
}

.newsPost__img {
	width: 100%;
}

.newsPost__img img {
	width: 100%;
}

.notice {
	padding: 40px 20px 0;
}

.loadingIcn+.notice__body {
	margin-top: 20px;
}

.notice__btn {
	margin-top: 32px;
}

.notice__btn [class*='btn'] {
	width: 100%;
}

.loadingIcn {
	margin: 20px auto;
}

.orderImg {
	margin-right: auto;
	margin-left: auto;
}

.howToImg {
	width: calc(100% + 40px);
	padding: 0;
	margin-left:-20px;
	margin-right:-20px;
}
.howToImg img{
	width: 100%;
}

.iframePage .orderedList a:hover,
.iframePage .styledList a:hover {
	text-decoration: none;
}

.termList:not(:last-child) {
	padding-bottom: 40px;
}

.pageElem {
	padding: 40px 20px 0;
}

.section__lead+.pageElem {
	padding-top: 0;
}

.cart .pageElem,
.-tight .pageElem {
	padding: 0;
}

.pageElem__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1;
	border-bottom: 1px solid #eaeaea;
	font-weight: 600;
	color: #000;
}

.edge .pageElem__ttl,
.win10.ie11 .pageElem__ttl,
.chrome.-android .pageElem__ttl {
	font-weight: 700;
}

.pageElem__ttl.-noBorder {
	border-bottom: 0;
}

.iframePage .pageElem__ttl {
	padding-bottom: 20px;
	font-size: 1.6rem;
}

.termList .pageElem__ttl,
.lawList .pageElem__ttl,
.sizeList .pageElem__ttl {
	line-height: 1.6;
}

.termList .pageElem__ttl:not(:first-child),
.lawList .pageElem__ttl:not(:first-child),
.sizeList .pageElem__ttl:not(:first-child) {
	margin-top: 24px;
}

.pageElem__ttl:not(:first-child) {
	margin-top: 32px;
}

.iframePage .pageElem__ttl:not(:first-child) {
	margin-top: 52px;
	padding-bottom: 20px;
	color: #000;
}

.pageElem__ttlNotes {
	width: 50%;
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}

.pageElem__ttl .btn-popup {
	text-align: left;
	margin-right: 0;
	margin-left: auto;
}

.cart .pageElem__detail {
	margin-bottom: 52px;
}

.cart .pageElem__detail:last-child {
	margin-bottom: 32px;
}

.pageElem__indexItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-bottom: 1px solid #eaeaea;
}

.pageElem__indexItem a,
.pageElem__indexItem button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.pageElem__indexItem a:after,
.pageElem__indexItem button:after {
	content: '';
	width: 9px;
	height: 9px;
/* 	background: url("/static/images/parts/ico/arw.svg") center center/auto 100% no-repeat; */
}

.pageElem__indexItem a.noArrow:after,
.pageElem__indexItem button.noArrow:after {
	display: none;
}

.pageElem__text.-small {
	font-size: 1.2rem;
}

.pageElem__notes {
	margin-top: 6px;
}

.pageLinks {
	padding: 40px 20px 0;
}

.section__lead+.pageLinks {
	padding-top: 0;
}

.pageLinks__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 22px;
	font-weight: 600;
	color: #000;
}

.edge .pageLinks__ttl,
.win10.ie11 .pageLinks__ttl,
.chrome.-android .pageLinks__ttl {
	font-weight: 700;
}

.pageLinks__ttl:not(:first-child) {
	margin-top: 46px;
}

.pageLinks__detail+.pageLinks__detail.-siblings {
	margin-top: -36px;
	border-top: 1px solid #eaeaea;
}

.pageLinks__notes {
	margin-top: 6px;
}

.linkList+.linkList {
	margin-top: 26px;
}

.linkList__item+.linkList__item {
	margin-top: 12px;
}

.pageList {
	padding: 40px 20px 0;
}

.section__lead+.pageList {
	padding-top: 0;
}

.cart .pageList,
.-tight .pageList {
	padding: 0;
}

.pageList__ttl {
	font-size: 1.2rem;
	color: #606060;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
	line-height: 1;
	border-bottom: 1px solid #eaeaea;
}

.pageList__ttl:not(:first-child) {
	margin-top: 32px;
}

.pageList__ttlNotes {
	width: 50%;
	margin-right: 0;
	margin-left: auto;
	text-align: right;
}

.pageList__ttl .btn-popup {
	text-align: left;
	margin-right: 0;
	margin-left: auto;
}

.cart .pageList__detail {
	margin-bottom: 52px;
}

.cart .pageList__detail:last-child {
	margin-bottom: 32px;
}

.cart .pageList__detail+.pageList__detail {
	margin-top: -40px;
	border-top: 1px solid #eaeaea;
}

.pageList__detail+.pageList__detail.-siblings {
	margin-top: -36px;
	border-top: 1px solid #eaeaea;
}

.pageList__indexItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-bottom: 1px solid #eaeaea;
}

.pageList__indexItem a,
.pageList__indexItem button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.pageList__indexItem a:after,
.pageList__indexItem button:after {
	content: '';
	width: 9px;
	height: 9px;
/* 	background: url("/static/images/parts/ico/arw.svg") center center/auto 100% no-repeat; */
}

.pageList__indexItem a.noArrow:after,
.pageList__indexItem button.noArrow:after {
	display: none;
}

.pageList__notes {
	margin-top: 6px;
}

.regInfo__detail {
	width: calc( 100% - 76px);
}

.regInfo__notes {
	line-height: 1.2;
}

.pager {
	width: 100%;
	overflow: hidden;
}

.preOrder__list {
	margin-top: 15px;
}

.pulldown {
	border-radius: 4px;
	overflow: hidden;
	background: #ededed;
}

.pulldown:after {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 36px;
	height: 36px;
/* 	background: url("/static/images/parts/ico/arw-down-white.svg") center center no-repeat #aaa; */
	opacity: 1;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.pulldown.is-error {
	background: #fde4eb;
}

.pulldown.-disabled {
	opacity: .3;
	pointer-events: none;
}

.pulldown__btn {
	display: none;
}

.pulldown__selected {
	display: none;
}

.pulldown__select {
	z-index: 2;
	position: relative;
	width: 100%;
	height: 36px;
	cursor: pointer;
	border-radius: 0px;
	padding-right: calc( 36px + 10px);
	padding-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pulldown__select:disabled {
	opacity: .3;
	pointer-events: none;
}

.pulldown__list {
	display: none;
	display: none;
}

.qa:last-child {
	margin-bottom: 0;
}

.qa__index {
	padding-right: 18px;
	cursor: default;
}

.iframePage .qa__index {
	cursor: pointer;
}

.iframePage .qa__detail a:hover {
	text-decoration: none;
}

.qa__detail p:not(:first-child) {
	margin-top: 20px;
}

.qa__detail__table {
	margin-bottom: 5px;
}

.qa__detail__tableOuter {
	overflow: auto;
	white-space: nowrap;
}

.qa__detail__tableOuter::-webkit-scrollbar {
	height: 4px;
}

.qa__detail__tableOuter::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 20px;
}

.qa__detail__table th,
.qa__detail__table td {
	padding: 5px 10px;
}

.qa__grid {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.qa__grid.for-pc {
	display: none;
}
.qa__gridItem {
	width: 100%;
}
.qa__gridItem.-text {
	text-align: center;
}
.qa__gridItem.-image {
	margin-top: 10px;
}

.container .radioList .radio {
	min-height: 20px;
}

.container .radioList .radio:before,
.container .radioList .radio:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.container .radioList .radio:before {
	top: 0;
}

.container .radioList .radio:after {
	top: 4px;
}

.container .radioList .radio__text {
	line-height: 1.4;
}

.radioOuter {
	width: 100%;
}

.formTable__inputWrap.-col3 .radioOuter {
	width: 33%;
}

.container .radioList__item {
	height: auto;
	min-height: 20px;
}

.container .radioList__item:not(:last-child) {
	margin-bottom: 20px;
}

.rankNum {
	top: 4px;
	left: 4px;
	width: 20px;
	height: 20px;
}

.scrollArea {
	height: 220px;
	overflow: hidden;
	font-size: 1.2rem;
	color: #606060;
	background: #F9F9F9;
	border-radius: 4px;
	padding: 13px 12px 0;
}

.scrollArea__body {
	height: calc( 220px - 13px);
	padding: 0 10px 13px 0;
}

.scrollArea .simplebar-scrollbar {
	width: 4px;
}

.scrollArea .simplebar-scrollbar.simplebar-visible:before {
	opacity: 1;
	background: #aaa;
}

.formTable__detail .selectList {
	border-top: 1px solid #eaeaea;
}

.selectList__item {
	height: auto;
	min-height: 20px;
}

.selectList__expand{
	padding-bottom: 0;
}
.attention.-acceptance{
	margin-top:20px;
}
.memberTable{
	display: block;
	padding: 5px 0;
}

.storeList__btn + .attention.-acceptance{
	text-align: left;
	padding-bottom: 40px;
	padding-left:1em;
	text-indent:-1em;
}
.memberTable__detail{
	width: 100%;
	padding-bottom: 10px;
}
.inputedText{
	padding-top: 5px;
	padding-bottom: 10px;
}

.shipping {
	padding: 32px 20px 0;
}

.shipping__status {
	width: 100%;
}

.shipping__detail {
	padding-top: 32px;
}

.shipping__detailTitle {
	margin-bottom: 32px;
}

.shipping__detailList {
	margin-bottom: 20px;
}

.shipping__detailTotal {
	margin-bottom: 32px;
}

.shipping__detailAddress {
	padding-top: 30px;
}

.shipping__detailBtn {
	padding-top: 32px;
}

.shipping__detailBtn [class*='btn'] {
	width: 100%;
}

.shipping__detailBtn [class*='btn']:nth-of-type(2) {
	margin-top: 12px;
}

.purchase {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.purchase__detailBtn {
	margin-bottom: 32px;
}

.purchase__detailBtn.-order {
	padding-top: 0;
}

.purchase__detailBtn [class*='btn'] {
	width: 169px;
}

.sizeThumb {
	padding: 20px 0;
}

.sizeThumb__detail {
	overflow: hidden;
}

.sizeThumb__detailNotes:not(:last-child) {
	margin-bottom: 10px;
}

.sizeThumb__table {
	margin-bottom: 5px;
}

.sizeThumb__tableOuter {
	overflow: auto;
	white-space: nowrap;
}

.sizeThumb__tableOuter::-webkit-scrollbar {
	height: 4px;
}

.sizeThumb__tableOuter::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 20px;
}

.sizeThumb__tableOuter:not(:last-child) {
	margin-bottom: 20px;
}

.sizeThumb__table th,
.sizeThumb__table td {
	padding: 5px 10px;
}

.sizeThumb__notes {
	margin-top: 6px;
}

.iframePage .sizeThumb__notes a:hover {
	text-decoration: none;
}

.sizeNotice {
	padding: 30px 20px;
	margin: 30px 20px 0;
}

.sizeNotice__notes {
	padding: 0 20px;
	margin-top: 6px;
}

.iframePage .sizeNotice__notes a:hover {
	text-decoration: none;
}

.slideTab {
	margin-bottom: 18px;
}

.slideTab__contents .swiper-slide {
	padding-top: 2px;
	padding-bottom: 2px;
}

.slideTab__zero {
	padding-right: 12px;
	padding-left: 12px;
}

.specList {
	margin: 10px 20px 0;
}

.specList__title {
	font-weight: 600;
}

.edge .specList__title,
.win10.ie11 .specList__title,
.chrome.-android .specList__title {
	font-weight: 700;
}

.specList__text {
	color: #606060;
}

.specList__text:not(:last-child) {
	margin-bottom: 14px;
}

.iframePage .specList .sizeLink a:hover {
	text-decoration: none;
}

.review__score {
	padding-left: 100px;
}

.review__total {
	display: none;
}

.review__title {
	margin-top: 10px;
}

.review__date {
	margin-top: 6px;
}

.statusDate {
	font-size: 1.2rem;
	color: #606060;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 20px;
}

/* TODO: 220106 - START  */
/* TODO: 220127 - START  */
.history__item {
	padding: 0;
}

.history__item:not(:first-child) {
	margin-top: 20px;
}
.history__content:not(:first-child) {
	margin-top: 20px;
}
.history__content.is-first:not(:first-child) {
	margin-top: 0;
}
.history__item.-preorders {
	margin-top: 20px;
	padding: 0;
}
.history__body.-preorders {
	padding-top: 10px;
}
.history__preorderBox > .history__preorderInner:first-of-type > .history__body.-preorders	{
	padding-top: 0;
}

.history__preorderBox {
	margin-top: 12px;
	margin-bottom: 13px;
	padding: 0;
}

.history__body.-preorders .statusBullets {
	margin: 24px 0 32px;
}

.history__infoBody {
	/* padding-left: 31px; */
	width: calc( 100% - 83px - 24px);
	position: relative;
}

.shipping__detail.-preorder {
	padding-top: 20px;
}
.history__date.statusDate {
	margin-bottom: 0;
}

.history__info.-preorders{
	padding-left: 0;
}

.modal__subtitle.topText {
	padding-bottom: 25px;
}

.modal__subtitle.-preceding{
	max-width:100%;
	background-color: #FDE4EB;
	border-radius: 2px;
	margin-top: 18px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.modal__subtitle.-preceding .modal__subtext{
	padding: 8px 5px;
	text-align: left;
	display: inline-block;
}

.statusBullets {
	margin: 32px 0;
}

.statusBullets__item {
	width: calc( 100% / 4);
}

.statusBullets__item:first-child:nth-last-of-type(-n+2) {
	margin-left: 17px;
}

.statusBullets__item:last-child:nth-of-type(-n+2) {
	margin-right: 17px;
}

.statusNotes {
	padding: 0 10px;
}

.statusNotes:not(:last-child) {
	margin-bottom: 20px;
}

.statusNotes.-preorder.history__detailPre {
	margin-bottom: 0;
}

.statusText:not(:last-child) {
	margin-bottom: 32px;
}

.statusBarcord {
	text-align: center;
}

.statusDetail__ttl {
	font-weight: 600;
	line-height: 1;
}

.edge .statusDetail__ttl,
.win10.ie11 .statusDetail__ttl,
.chrome.-android .statusDetail__ttl {
	font-weight: 700;
}

.stock {
	border-top: 1px solid #eaeaea;
}

.stock__item {
	padding: 14px 0 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.stock.-pre-modal .stock__item {
	padding: 18px 0 20px;
}

.stock__fav {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.stock__num {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.stock__btn {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.stock__limit {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.stock__size {
	width: auto;
	margin-right: 10px;
	padding-top: 3px;
	word-wrap: break-word;
}

.stock__size span:first-child{
	font-size: 12px;
	line-height: 1.6;
	color: #0f0f0f;
	  padding-right: 3.5px;
  }
  .stock__size .item-code{
	  font-size:10px;
	  color: #000;
	  white-space: nowrap;
  }

.stock__price {
	padding-top: 3px;
}

.stock__num {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 20px;
	width: calc( ((100% - 20px) / 2) + 20px);
	margin-top: 4px;
}

.stock__num.-withNotes {
	padding-right: 0;
	width: 100%;
}

.stock__numNotes {
	width: calc( (100% - 26px) / 2);
	padding-top: 4px;
}

.stock__num .pulldown {
	width: calc( (100% - 20px) / 2);
}

.stock__num .pulldown:only-child {
	width: 100%;
}

.stock__btn {
	width: calc( (100% - 20px) / 2);
	margin-top: 4px;
}

.stock__btn button {
	width: 100%;
}

.stock__fav {
	margin-left: auto;
}

.stock__limit {
	font-size: 1rem;
}

.stock__row {
	width: 100%;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

*+.stock__row {
	margin-top: 10px;
}

.stock__row>* {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
	width: calc( (100% - 20px) / 2);
	-ms-flex-preferred-size: calc( (100% - 20px) / 2);
	flex-basis: calc( (100% - 20px) / 2);
}

.stock__row>*+* {
	margin-left: 12px;
}

.stock__row .stock__notes {
	font-size: 1rem;
	color: #555;
	text-align: right;
	line-height: 1.3;
	white-space: nowrap;
}

.stock__row+.stock__limit {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 10px;
}

.stock__summary {
	-ms-flex-preferred-size: calc( 100% - 48px);
	flex-basis: calc( 100% - 48px);
	max-width: calc( 100% - 48px);
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.stock__summary>* {
	width: auto;
}

.stock__summary>*+* {
}

.iframePage .storeList__name a:hover {
	text-decoration: none;
}

.storeList__text .notes-gray {
	vertical-align: top;
}

.storeList__info {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.storeList__info dt {
	width: 50px;
}

.storeList__info dd {
	padding-left: 12px;
	width: calc( 100% - 50px);
}

.storeList__btn [class*='btn'] {
	width: 100%;
}

.tabs {
	border-bottom: 1px solid #eaeaea;
}

.tabs.-alignLeft .tabs__item:last-child {
	left: inherit;
}
.tabs.-alignLeft .tabs__item:last-child .tabs__itemBtn {
	margin-left: auto;
}
.tabs.-alignLeft .tabs__item:nth-of-type(2) .tabs__itemContent {
	left: -100%;
}

.tabs.-radioType {
	border: 0;
	margin-top: 5px;
}

.tabs__item {
	width: 100%;
	border-top: 1px solid #eaeaea;
}

.-radioType .tabs__item {
	width: 50%;
	border-top: 0;
}

.tabs__itemBtn {
	padding: 0 20px;
	width: 100%;
}

.tabs__itemBtn:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -5px;
/* 	background: url("/static/images/parts/ico/arw-down.svg") center center/100% auto no-repeat #fff; */
}

.tabs__itemBtn.-opened:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.itemInfo {
	width: 100%;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.itemInfo__title {
	padding: 0 20px;
	width: 100%;
}
.itemInfo__title span {
	line-height: 1;
}

.-radioType .tabs__itemBtn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	background: #F9F9F9;
}

.-radioType .tabs__itemBtn.-attention {
	background: #fde4eb;
}

.-radioType .tabs__itemBtn:after {
	display: none;
}

.-radioType .-current .tabs__itemBtn {
	background: #fff;
}

.-radioType .tabs__item:first-child .tabs__itemBtn {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.-radioType .tabs__item:last-child .tabs__itemBtn {
	border-radius: 0 4px 4px 0;
}

.tabs__itemBtn span {
	line-height: 1;
}

.tabs__itemText {
	margin-right: 4px;
}

.tabs__itemText span {
	font-size: 1.2rem;
}

.itemInfo__content {
	padding: 0 0 30px;
}

.tabs__itemContent {
	display: none;
	padding: 0 0 30px;
}

.-radioType .tabs__itemContent {
	padding-bottom: 0;
	display: block !important;
	width: 200%;
	height: 0px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
}

.-radioType .-current .tabs__itemContent {
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.-radioType .tabs__item:nth-of-type(2) .tabs__itemContent {
	left: -100%;
}

.tag:not(.-m):not(.-l) {
	padding-top: 3px;
	padding-bottom: 2px;
}

.chrome.-android .tag:not(.-m):not(.-l) {
	padding-top: 2px;
	padding-bottom: 3px;
}

.tag.-m {
	padding: 5px 8px;
}

.total {
	margin-bottom: 32px;
}

.cart .total {
	margin-bottom: 0;
}

.total__btn {
	padding-top: 40px;
}

.total__btn [class*='btn']:not(:first-child) {
	margin-top: 12px;
}

.userGuide {
	padding: 44px 25px 40px;
}

.iframePage .userGuide {
	padding-left: 0;
	padding-right: 0;
	margin: 0 25px;
}

.userGuide__list {
	padding-top: 42px;
}

.userGuide__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 160px;
	height: 160px;
	background: #F9F9F9;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto 18px;
}

.userGuide__iconImg {
	margin-bottom: 12px;
}

.userGuide__iconText {
	font-size: 1.8rem;
	line-height: 1.3;
}

.userGuide__detail {
	width: 100%;
}

.userGuide__detail:not(:last-child) {
	margin-bottom: 32px;
}

.userGuide__detail br.for-pc {
	display: none;
}

.userGuide__detail dt:not([class]) {
	font-weight: 600;
	color: #000;
	margin-bottom: 4px;
}

.edge .userGuide__detail dt:not([class]),
.win10.ie11 .userGuide__detail dt:not([class]),
.chrome.-android .userGuide__detail dt:not([class]) {
	font-weight: 700;
}

.userGuide__detail dd:not([class]):not(:last-child) {
	margin-bottom: 10px;
}

.userGuide__more {
	margin-top: 26px;
	text-align: center;
}

.userGuide__btn:not(:first-child) {
	margin-top: 40px;
}

.unisizeGuide {
	padding: 46px 20px 0;
	text-align: center;
}
.unisizeGuide__mv {
	text-align: center;
	border: solid 1px #EAEAEA;
	padding: 52px 10px 51px;
}
.unisizeGuide__mv img {
	width: 150px;
}
.unisizeGuide__mv p {
	margin-top: 30px;
}
.unisizeGuide__body {
	margin-top: 34px;
}
.unisizeGuide__body.-border {
	padding-top: 34px;
	border-top: solid 1px #EAEAEA;
}
.unisizeGuide__ttl {
	font-size: 2.4rem;
	font-weight: bold;
}
.unisizeGuide__content {
	margin-top: 30px;
	text-align: left;
}
.unisizeGudie__feature {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.unisizeGudie__feature > div {
	/* flex-basis: 100%; */
	border: solid 1px #EAEAEA;
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	justify-content: space-between;
	padding: 11px 18px;
	/* padding: 20px 5px 20px;  */
	text-align: center;
}
.unisizeGudie__feature > div:nth-of-type(2) {
	margin: 10px 0;
}
.unisizeGudie__circleWrap {
	align-self: flex-start;
}
.unisizeGudie__circle {
	width: 34px;
	height: 34px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #7FBA00;
	border: solid 2px #7FBA00;
	border-radius: 500px;
}
.unisizeGudie__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 15px 0px 12px;
	flex-basis: 30%;
	max-width: 118px;
}
.unisizeGudie__icon img {
	width: 100%;
}

.unisizeGudie__featureDescription {
	flex-basis: 70%;
	text-align: left;
}
.unisizeGudie__item {
	padding-top: 0;
	padding-bottom: 32px;
	text-align: left;
}
.unisizeGudie__item:last-of-type {
	padding-bottom: 40px;
}
.unisizeGudie__itemTitle {
	font-weight: bold;
	margin-bottom: 2px;
}
.unisizeGudie__itemNotes {
	font-size: 1.2rem;
	color: #555555;
	margin-top: 4px;
}
.unisizeGudie__itemNotes a {
	text-decoration: underline;
}
.unisizeGudie__itemImages img {
	width: 100%;
	margin-top: 12px;
}
.unisizeGudie__itemImages img:first-of-type {
	margin-top: 20px;
}
.unisizeGuide__notesArea {
	text-align: left;
	background: #F9F9F9;
	padding: 23px 20px 33px;
	font-size: 1.2rem;
	color: #555555;
}

.laundryGuide .for-sp {
	display: none;
}
@media screen and (max-width: 600px) {
	.laundryGuide {
		padding: 10px 20px;
	}
	.laundryGuide .for-sp {
		display: block;
	}
	.laundryGuide__body {
		width: 100%;
	}
	.laundryGuide__body:first-of-type {
		width: 100%;
	}
	.laundryGuide__ttl {
		margin-top: 40px;
	}
	.laundryGuide__text {
		margin-top: 30px;
	}
	.laundryGuide__icon {
		width: 66px;
		height: 66px;
	}
	.laundryGuide__icon img {
		max-width: 54px;
	}
	.laundryGuide__discription {
		padding: 15px 12px;
		width: calc(100% - 66px);
	}
}

@media screen and (min-width: 426px) {

.for-sp-notModal {
	display: none !important;
}

.anchor__item {
	width: calc( ( 100% - 20px * 2 ) / 3);
}

.anchor__item:not(:nth-of-type(-n+3)) {
	margin-top: 8px;
}

.btnArea.userGuide__btn .btn,
.btnArea.userGuide__btn .btn-frame {
	width: auto;
}

.-userGuide .heading-1 {
	text-align: center;
}

.pageElem.sizeList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #eaeaea;
	padding: 0;
	margin: 40px 20px 0;
}

.pageElem__ttl:not(:first-of-type).sizeList,
.pageElem__detail:not(:first-of-type).sizeList {
	border-top: 1px solid #eaeaea;
}

.sizeList .pageElem__ttl {
	border-bottom: 0;
	font-weight: 300;
	width: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 50px;
	font-size: 1.2rem;
	color: #606060;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.7;
	padding-right: 24px;
	padding-top: 15px;
}

.sizeList .pageElem__ttl:not(:first-child) {
	margin-top: 0;
}

.sizeList .pageElem__ttl br {
	display: block !important;
}

.sizeList .pageElem__detail {
	width: calc( 100% - 130px);
}

.sizeThumb {
	padding-bottom: 40px;
}

.sizeThumb__item {
	width: calc( (100% - 12px) / 2);
}

.sizeThumb__item:not(:nth-child(2n)) {
	margin-right: 12px;
}

.sizeThumb__table th,
.sizeThumb__table td {
	padding: 5px 8px;
}

.userGuide {
	margin-left: 35px;
	margin-right: 35px;
}

.userGuide:not(:first-of-type) {
	padding-top: 54px;
}

.userGuide__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.userGuide__icon:not(:first-of-type),
.userGuide__detail:not(:first-of-type) {
	margin-top: 32px;
}

.userGuide__icon {
	width: 160px;
	margin-bottom: 0;
}

.userGuide__detail:not(:last-child) {
	margin-bottom: 0;
}

.userGuide__detail {
	width: calc( 100% - 200px);
}

.userGuide__detail br.for-pc {
	display: block;
}

.userGuide__more {
	margin-top: 10px;
	text-align: left;
}

.userGuide__btn {
	margin-bottom: 20px;
}

}

.unisizeGuide {
	padding: 46PX 20px 0;
	text-align: center;
}
.unisizeGuide__mv {
	text-align: center;
	border: solid 1px #EAEAEA;
	padding: 52px 10px 51px;
}
.unisizeGuide__mv img{
	width: 150px;
}
.unisizeGuide__mv p{
	margin-top: 30px;
}
.unisizeGuide__body {
	margin-top: 34px;
}
.unisizeGuide__body.-border{
	padding-top: 34px;
	border-top: solid 1px #EAEAEA;
}
.unisizeGuide__ttl {
	font-size: 2.4rem;
	font-weight: bold;
}
.unisizeGuide__content {
	margin-top: 30px;
	text-align: left;
}
.unisizeGudie__feature {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.unisizeGudie__feature > div{
	/* flex-basis: 100%; */
	border: solid 1px #EAEAEA;
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	justify-content: space-between;
	padding: 11px 18px;
	/* padding: 20px 5px 20px;  */
	text-align: center;
}
.unisizeGudie__feature > div:nth-of-type(2){
	margin:10px 0;
}
.unisizeGudie__circleWrap {
	align-self: flex-start;
}
.unisizeGudie__circle {
	width: 34px;
	height: 34px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #7FBA00;
	border:solid 2px #7FBA00;
	border-radius: 500px;
}
.unisizeGudie__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0px 15px 0px 12px ;
	flex-basis: 30%;
	max-width: 118px;
}
.unisizeGudie__icon img{
	width: 100%;
}

.unisizeGudie__featureDescription {
	flex-basis: 70%;
	text-align: left;
}
.unisizeGudie__item {
	padding-top: 0;
	padding-bottom: 32px;
	text-align: left;
}
.unisizeGudie__item:last-of-type {
	padding-bottom: 40px;
}
.unisizeGudie__itemTitle {
	font-weight: bold;
	margin-bottom: 2px;
}
.unisizeGudie__itemNotes {
	font-size: 1.2rem;
	color: #555555;
	margin-top: 4px;
}
.unisizeGudie__itemNotes a{
	text-decoration: underline;
}
.unisizeGudie__itemImages img{
	width:100%;
	margin-top: 12px;
}
.unisizeGudie__itemImages img:first-of-type{
	margin-top: 20px;
}
.unisizeGuide__notesArea {
	text-align: left;
	background: #F9F9F9;
	padding: 23px 20px 33px;
	font-size: 1.2rem;
	color: #555555;
}


@media screen and (max-width: 412px) {

.iframePage .notes-gray a:hover {
	text-decoration: underline;
}

.iframePage .container {
	padding: 0;
}

.iframePage .header__cartLinksText:hover {
	text-decoration: underline;
}

.iframePage .section__lead {
	padding: 32px 20px 20px;
}

.iframePage .section__lead a:hover {
	text-decoration: underline;
}

.iframePage .btn-text:hover {
	text-decoration: underline;
}

.iframePage a.link:hover {
	text-decoration: underline;
}

.iframePage .heading-1 {
	padding-top: 40px;
	padding-bottom: 0px;
}

.iframePage .orderedList a:hover,
.iframePage .styledList a:hover {
	text-decoration: underline;
}

.iframePage .pageElem__ttl:not(:first-child) {
	margin-top: 40px;
	padding-bottom: 12px;
	font-size: 1.4rem;
}

.iframePage .qa__index {
	cursor: default;
}

.iframePage .qa__detail a:hover {
	text-decoration: underline;
}

.iframePage .sizeThumb__notes a:hover {
	text-decoration: underline;
}

.iframePage .sizeNotice__notes a:hover {
	text-decoration: underline;
}

.iframePage .specList .sizeLink a:hover {
	text-decoration: underline;
}

.iframePage .storeList__name a:hover {
	text-decoration: underline;
}

}

@media screen and (max-width: 374px) {
	.header__linksItem {
		width: 36px;
	}
	.header__linksTxt {
		transform: scale(.8);
	}
	.header__linksTxt.-small {
		margin-left: -8px;
	}
	.header__linksBadge {
		left: 20px;
	}
}

@media screen and (max-width: 360px) {

.footer__nav {
	padding: 0;
}

.btn br {
	display: block !important;
}

.checkbox__text br {
	display: block;
}

.-col5 .itemName,
.-col6 .itemName,
.checkedItems .itemName,
.suggestedItems .itemName,
.recommendItems .itemName {
	font-size: 1.1rem;
}

.-col5 .itemPrice,
.-col6 .itemPrice,
.checkedItems .itemPrice,
.suggestedItems .itemPrice,
.recommendItems .itemPrice {
	font-size: 1.3rem;
}

.statusBullets {
	margin-right: 10px;
}

}

@-webkit-keyframes rotation {

0% {
	-webkit-transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
}

}

@keyframes rotation {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

.checkList__sp--ttl {
	margin-top: 40px;
}
.checkList__sp--ttl:first-child {
	margin-top: 20px;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#pageSortFullModal .fullModal__contentInner .btn-popup {
	right: 0px;
	left: auto;
}

/* --phase3-undecidedのクラスは未決定項目にのみstyle反映させるためのクラス 決定次第削除し、全項での反映をすること */
.catalogue__infoColor.--phase3-undecided .colorTip {
	border: solid 2px #EAEAEA;
	width: 40px;
	height: 40px;
	padding: 4px;
}
.catalogue__infoColor.--phase3-undecided .colorTip span {
	width: 28px;
	height: 28px;
	border-radius: 100px;
	display: block;
	overflow: hidden;
}
.catalogue__infoColor.--phase3-undecided .colorTip.-border {
	border: solid 2px #EAEAEA;
}
.catalogue__infoColor.--phase3-undecided .colorTip.-border span {
	border: solid 1px #EAEAEA;
}
.catalogue__infoColor.--phase3-undecided .colorTip.-active {
	border: solid 2px #CB053A;
}

.linkExpandList {
	width: 100%;
	padding: 0 0 0 20px;
}
:not(.linkExpandList__item) > .linkExpandList {
	padding: 0 0 0 20px;
	position: relative;
}
:not(.linkExpandList__item) > .linkExpandList::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #EAEAEA;
	top: 0px;
	left: 0;
}
:not(.linkExpandList__item) > .linkExpandList::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #EAEAEA;
	bottom: -1px;
	left: 0;
}
:not(.linkExpandList__item) > .linkExpandList > .linkExpandList__item {
	border: 0;
}
:not(.linkExpandList__item)
	> .linkExpandList
	> .linkExpandList__item
	> .linkExpandList__textArea
	+ .linkExpandList {
	padding: 0 20px 0 20px;
}
:not(.linkExpandList__item)
	> .linkExpandList
	> .linkExpandList__item
	> .linkExpandList__textArea
	> .linkExpandList__expand {
	right: 10px;
}

.linkExpandList__item {
	width: 100%;
	position: relative;
}
.linkExpandList__item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #EAEAEA;
	top: 0px;
	left: 0;
}
.linkExpandList__textArea {
	position: relative;
	padding: 10px 20px 10px 0;
	display: block;
}
.linkExpandList__textArea::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #EAEAEA;
	bottom: -1px;
	left: 0;
}
.linkExpandList__textArea.-link {
/*	background: url(../images/parts/ico/arw.svg) no-repeat;*/
	background-position: center right 2px;
}
.linkExpandList__expand {
	position: absolute;
	height: 100%;
	top: 0;
	right: -10px;
	width: 30px;
	text-indent: -9999px;
	outline: none;
}
.linkExpandList__expand::after {
	content: '';
	width: 9px;
	height: 9px;
/*	background-image: url('../images/parts/ico/plus.svg');*/
	position: absolute;
	margin: auto;
	right: 11px;
	top: calc(50% - 4px);
}
.linkExpandList__expand.-opened::after {
/*	background-image: url('../images/parts/ico/minus.svg');*/
}

.section__subElem-list.numBrackets {
	margin-top: 8px;
	margin-bottom: 25px;
}

.section__subElem-list.numBrackets:not(:first-child) {
	margin-top: 50px;
}

.itemInCart__infoBusiness {
	margin-bottom: 12px;
}

.cartList__business {
	margin-bottom: 4px;
}

.itemOrdered__infoBusiness {
	margin-bottom: 12px;
}

.preOrder__titleBusiness {
	margin-bottom: 4px;
}

.shopSelect {
	margin-top: 20px;
}

.grid:not([calss*='col']).shopSelect .grid__item {
}
.shopSelectList {
	margin-bottom: -20px;
}
.shopSelectList__item {
	padding: 0 0 20px;
	width: 50%;
}
.shopSelectNotes {
	margin-top: 12px;
}

.redirect.page {
	background-color: white;
}
.redirect .section {
	border-bottom: transparent !important;
}

.redirect .header__body {
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-template: none !important;
}
.redirect .header__body p.header__logo {
	grid-area: none !important;
	padding: 0 5px;
}
.redirect .header__body p.header__logo:nth-child(1) {
	width: 23%;
	max-width: 82px;
}
.redirect .header__body p.header__logo:nth-child(2) {
	width: 23%;
	max-width: 82px;
}
.redirect .header__body p.header__logo:nth-child(3) {
	width: 27%;
	max-width: 95px;
}
.redirect .header__body p.header__logo:nth-child(4) {
	width: 27%;
	max-width: 95px;
}

.redirect .header__body p.header__logo a {
	width: 100%;
	display: block;
}

.redirect .header__logo:nth-child(1) {
	padding: 0 20px;
	left: 0;
}
.redirect .header__logo:nth-child(3) a img {
	width: 130px;
}
.redirect .header__logo:nth-child(4) a img {
	width: 130px;
}

.redirect .section__body {
	text-align: center;
}
.redirect--ttl {
	font-size: 16px;
	font-weight: bold;
	padding: 32px 0;
	background-color: #F8F8F8;
}
.redirect--txt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 36px;
}

.redirect .footer {
	border: none;
}

.section__subElem-body-text {
	margin: -12px 0 30px;
}
.errorText.-sizeFix {
	width: 100%;
}
.errorText.-withMark {
	margin-top: 8px;
}
.editableForm {
	padding-top: 13px;
}
.editableForm__item {}
.editableForm__item + .editableForm__item {
	padding-top: 27px;
}
.editableForm__item:first-child .editableFormField__header {
	margin-bottom: 18px;
}
.editableFormField__header {
	margin-bottom: 16px;
}
.editableFormField__header-text {
	width: 140px;
}
.editableFormField__btn {
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.editableFormField__btn-label {
	margin-right: 10px;
}
.editableForm__editor {
	margin-top: 18px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.editableForm__editor .editableFormField__btn {}

.formTable__group {}
.formTable__group + .formTable__group {
	padding-top: 23px;
}
.formTable__group-ttl {
	margin: 0 0 24px;
}
.section__body-text {
	font-size: 12px;
	color: #555;
	padding: 30px 20px 0;
}

.attention_preorder_login {
	display:block;
	margin-left:9em;
}

/* ---------------------------------------- */
/* TODO: 13phase, 13phase START */
/* ---------------------------------------- */
.modalCoupon .modal {
  width: 100%;
}
.couponModal__flex {
  flex-direction: column;
  gap: 10px;
}
.couponModal__list {
  max-height: 140px;
  max-height: calc(170 / 375 * 100vw);
  max-height: 50vh;
  padding-right: 10px;
}
.coupon__btn_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.coupon__btn {
}
.coupon__btn .btn-frame {
  height: 52px;
}
.modalCoupon__items {
  padding: 40px 20px;
  max-height: 90vh;
  overflow-y: scroll;
}
.couponModal__items__list {
  gap: 0;
  max-height: 55vh;
}
.couponModal__items__list__item label .itemOrdered {
  border-bottom: none;
}
.itemOrdered .itemOrdered__infoCoupon {
  padding: 5px 3px 6px 7px;
  gap: 0;
}
.modal-coupon-design2 .couponModal__list,
.modal-coupon-design3 .couponModal__list {
  grid-template-columns: repeat(1, 1fr);
}
/* クーポン削除　モーダル */
.modalCouponDelete .modal {
  width: 100%;
}
.modalCouponDelete__ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.modalCouponDelete__txt {
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
  color: #555555;
}
.modalCouponDelete__btns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.modalCouponDelete__btn {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0;
}
.modalCouponDelete__btn .btn,
.modalCouponDelete__btn .btn-frame {
  width: 240px;
  height: 52px;
}
.modalCouponDelete__btn .btn.is-black {
  background: #000;
  border: none;
}
/* 最新コーデから探す */
.coordinateItems .itemName {
  text-align: left;
}
.coordinateItems__btn {
  margin-top: 30px;
}
.coordinateItems-irregular {
  margin-top: 30px;
  padding: 0 10px;
}
.coordinateItems-irregular__flex {
  margin-top: 30px;
  gap: 10px;
}
/* コーディネートページ */
.coordinateItemsList {
  gap: 3px;
  padding: 0 3px;
}.coordinateItemsList .card__item {
  /* 基本は3分割 */
  grid-column: span 4;
}
.coordinateItemsList .card__item:nth-child(17n + 1),
.coordinateItemsList .card__item:nth-child(17n + 2) {
  /* 2分割 */
  grid-row: span 2;
  grid-column: span 6;
}
.coordinateItemsList .card__item:nth-child(17n + 6),
.coordinateItemsList .card__item:nth-child(17n + 13) {
  /* 2/3分割 */
  grid-row: span 2;
  grid-column: span 8;
}
.coordinateItemsList .card__item .card__detail {
  padding: 5px;
}
.coordinateItemsList .card__item .card__detail .itemName {
  padding: 5px 7px;
  font-size: 10px;
}
/* トップページ */
.card.is-spSlider {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-gap: 7px;
  overflow-x: auto;
  /* 横スクロール時のスムーズな動きを追加 */
  -webkit-overflow-scrolling: touch;
		justify-content: flex-start;
}
.card.is-spSlider .card__item {
  width: 120px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.card.is-spSlider .card__item:nth-of-type(2n) {
  margin-bottom: 10px;
}
/* ---------------------------------------- */
/* TODO: 13phase, 13phase END */
/* ---------------------------------------- */