html {
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-gutter: stable;
}

/* .-page-all splide */
.splide__arrow {
	height: 100%;
	width: 75px;
	border-radius: 0;
	background: none;
}
.splide__arrow svg {
	display: none;
}
.splide__arrow:before,
.splide__arrow:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 36px;
	height: 36px;
	margin-top: -18px;
	border-radius: 100px;
}
.splide__arrow:before {
	background: #aaa;
}
.splide__arrow:after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
/*	background-image: url("../images/parts/ico/arw-white.svg");*/
}
.splide__arrow--prev {
	left: -75px;
}
.splide__arrow--next {
	right: -75px;
}
.splide__arrow--prev:after {
	transform: rotate(180deg);
}
.splide:not(.is-overflow) .splide__pagination {
	display: flex;
}

/* フィルター検索 fullModalコアパーツ */
/* style-sp.cssから関連するものを丸ごと持ってきて微調整しています。 */
.fullModal input[type="text"],
.fullModal input[type="search"] {
	font-size: 1.2rem;
	padding-right: 6px;
}
.fullModal {
	display: none;
	position: absolute;
	z-index: 1001;
	top: 100vh;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .3s ease;
	transition-property: opacity, visibility, top, right;
	background: #fff;
}
.fullModal.show {
	display: block;
	position: fixed;
	opacity: 1;
	transition: top .3s ease;
	transition-property: opacity, visibility, top, right;
	top: 0;
	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;
	transition: opacity .3s ease;
}
.fullModal__content.visible {
	visibility: visible;
}
.fullModal__content.show {
	left: 0%;
	opacity: 1;
}
.fullModal__content.show.animated {
	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 {
	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 {
	transition: left 0.2s cubic-bezier(0, 0, 0, 1) 0s;
}
.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("../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("../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("../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("../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;
}

/* フィルター検索 fullModal mall用のカスタムcss */
.-page-all .fullModal {
  display: block !important;
  top: 0;
  pointer-events: none;
	background: transparent;
}
.-page-all .fullModal.show {
  pointer-events: all;
}
.-page-all .fullModal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
}
.-page-all .fullModal__main {
  width: 330px;
  margin-left: auto;
  background: #FFFFFF;
  right: -40vw;
  transition: top .3s ease;
  transition-property: right;
}
.-page-all .fullModal.show .fullModal__main {
  right: 0;
}
.-page-all .fullModal__content {
  overflow: scroll;
  overflow-x: hidden;
}
.-page-all .fullModal__contentHeader {
  position: relative;
	height: 64px;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #EDEDED;
}
.-page-all  .hideFullModal {
  display: block;
  width: 30px;
  height: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.-page-all  .hideFullModal img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.-page-all  .fullModal__contentHeader--left,
.-page-all  .fullModal__contentHeader--right {
	width: auto;
}
.-page-all  .fullModal__contentHeader--center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 8px;
}
.-page-all  .fullModal__contentHeader--center img {
	width: 20px;

}
.-page-all  .fullModal__contentHeader--center span {
	font-size: 16px;
	font-weight: 600;
}
.-page-all  .fullModal__contentHeader--right span {
	width: 58px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100vmax;
	border: 1px solid #333333;
	font-size: 12px;
	cursor: pointer;
}
.-page-all .fullModal__reset {
	margin: 0;
}
.-page-all .fullModal__contentMain {
  overflow: hidden;
	padding: 6px 20px 100px;
	height: auto;
}
.-page-all .fullModal__contentInner {
}
.-page-all .fullModal__contentFooter {
  position: fixed;
  width: 330px;
  height: 102px;
  right: 0;
  bottom: 0;
  padding: 20px 0 30px;
  display: flex;
  justify-content: center;
}
.-page-all .fullModal__contentFooter .btn {
  width: 240px;
  height: 52px;
}
.-page-all .fullModal__list {
	display: flex;
	flex-direction: column;
}
.-page-all .fullModal__listItem {
	height: auto;
	background: none;
	border-bottom: 1px solid #CCCCCC;
}
.-page-all .fullModal__listItem .dw_toggleMark {
	right: 14px;
}
.-page-all .fullModal__listItem:last-child {
	border: none;
}
.-page-all .fullModal__listItem .dw_links {
	width: 100%;
	margin: 0;
	padding: 0;
}
.-page-all .fullModal__listItem .dw_links .dw_link {
	width: 100%;
	color: #000;
	font-size: 14px;
	padding-top: 17px;
	padding-bottom: 16px;
	padding-left: 23px;
}
.-page-all #pageSortFullModal .fullModal__listItem .dw_links .dw_link .btn-popup {
	margin-top: 0;
	position: absolute;
	left: 6em;
	top: 50%;
	right: auto;
	transform: translateY(-50%);
}
.-page-all .fullModal__listItem .dw_links > .expandContent {
	padding-left: 23px;
	padding-bottom: 16px;
}
.-page-all .fullModal__listItem .dw_links .statusBox .checkList {
	margin-top: 0;
}
.-page-all .fullModal__listItem .dw_links > .expandContent > .dw_link {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	border-top: 1px solid #EAEAEA;
}
.-page-all .fullModal__listItem .dw_links > .expandContent > .expandContent {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	border-top: 1px solid #EAEAEA;
}
.-page-all .fullModal__listItem .dw_links > .expandContent .side__list {
	border: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.-page-all .fullModal__listItem .dw_links > .expandContent .side__listItem {
	border: none;
}
.-page-all .fullModal__listItem .dw_links > .expandContent .checkOuter {
	padding: 0;
	min-height: 20px;
}
.-page-all .fullModal__listItem .dw_links > .expandContent .checkOuter:before {
	display: none;
}
.-page-all .fullModal__listItem .dw_links > .expandContent .colors__item .checkOuter .checkbox__text {
	max-width: 4em;
}
.-page-all .fullModal__listItem .colors__item {
	padding-left: 0;
}
.-page-all .fullModal .colors__item:not(:nth-of-type(-n+2)) {
	margin-top: 0;
}
.-page-all .checkList.-col2 .checkList__item:not(:nth-of-type(-n+2)) {
	margin-top: 0;
}
.-page-all .fullModal__listItem.-brand .checkList {
	gap: 20px 0;
}
.-page-all .fullModal__listItem.-size .dw_links > .expandContent {
	padding-bottom: 0;
}
.-page-all .fullModal__listItem.-color .colors {
	gap: 20px 0;
}
.-page-all .fullModal__listItem.-color .dw_links > .expandContent {
	padding-top: 4px;
}
.-page-all .fullModal__listItem.-tag .dw_links > .expandContent {
	padding-top: 4px;
}
.-page-all .fullModal__listItem.-category .dw_links > .expandContent {
	padding-bottom: 0;
}
.-page-all .fullModal__listItem.-category .dw_links > .expandContent > .dw_link {
	border-top: 1px solid #EAEAEA;
}
.-page-all .fullModal__listItem.-category .dw_links > .expandContent > .expandContent {
	padding-top: 0;
	padding-bottom: 0;
}
.-page-all .fullModal__listItem.-category .dw_links > .expandContent > .expandContent > .dw_link {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 0;
}
.-page-all .fullModal__listItem.-category .dw_links > .expandContent > .expandContent > .dw_link:not(:first-of-type) {
	border-top: 1px solid #EAEAEA;
}
.-page-all .fullModal__listItem.-category .dw_links > .expandContent > .expandContent > .expandContent {
	padding-top: 14px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.-page-all .fullModal__listItem.-status {
	padding: 16px 23px;
}
.-page-all .fullModal__listItem.-status .checkList {
	margin-top: 23px;
	gap: 20px 0;
}
.-page-all .fullModal__listItem.-price {
	padding: 16px 24px;
}
.-page-all .fullModal__listItem.-price .priceBox {
	margin: 23px 0 0 0;
}
.-page-all .fullModal__listItem.-price .priceBox input[type="tel"] {
	appearance: none;
	width: calc(100% - 14px);
	height: 100%;
}
.-page-all .fullModal__listItem .selectedInput {
	background: #EDEDED;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 16px;
	margin-left: 23px;
	display: none;
}
.-page-all .fullModal__listItem .selectedInput.-active {
	display: block;
}
.-page-all .fullModal__listItem .selectedInput__title {
	font-size: 12px;
	color: #A0A0A0;
}
.-page-all .fullModal__listItem .selectedInput__list {
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
}

/* -page-all-lower searchAllItem */
.-page-all-lower .roundedLinkBtn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.-page-all-lower .roundedLinkBtn a {
  width: 240px;
  height: 52px;
  border-radius: 100vmax;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #111111;
  line-height: 1;
  transition: opacity .2s ease;
}
.-page-all-lower .roundedLinkBtn a:hover {
  opacity: 0.7;
}

/* -page-all-lower　.hash */
.-page-all-lower .hash {
	border: 1px solid #E2E2E2;
	background: #FFFFFF;
}

/* .-page-all-lower order-history */
.-page-all-lower .history__item {
	border: 1px solid #979797;
	display: flex;
	flex-direction: column;
}
.-page-all-lower .history__item__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ededed;
}
.-page-all-lower .history__item__main {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.-page-all-lower .history__item__main:not(:last-child):after {
	content: "";
	display: block;
	width: calc(100% - 80px);
	height: 1px;
	border-top: 1px dotted #dddddd;
	position: absolute;
	bottom: 0;
	left: 40px;
}
.-page-all-lower .history__detail {
	display: flex;
	flex-direction: column;
}
.-page-all-lower .history__ttl {
	font-size: 14px;
	font-weight: 600;
	color: #0D0D0D;
}
.-page-all-lower .history__ttl:not(:first-child) {
	margin-top: 40px;
}
.-page-all-lower .history__status {
	margin-top: 20px;
}
.-page-all-lower .history__status + .history__infoNum {
	margin-top: 20px;
}
.-page-all-lower .statusBullets__item:first-child {
	padding-left: 0;
	justify-content: flex-start;
}
.-page-all-lower .statusBullets__item:last-child {
	padding-right: 0;
	justify-content: flex-end;
}
.-page-all-lower .statusBullets__item:nth-last-child(4) ~ .statusBullets__item:nth-child(2) {
	padding-right: 25px;
}
.-page-all-lower .statusBullets__item:nth-last-child(4) ~ .statusBullets__item:nth-child(3) {
	padding-left: 25px;
}
.-page-all-lower .history__message {
	margin-top: 20px;
	font-size: 12px;
	color: #CA0437;
}
.-page-all-lower .history__info {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 9px;
	font-size: 12px;
	color: #555555;
}
.-page-all-lower .history__info p {
	line-height: 1.4;
}
.-page-all-lower .history__info p a {
	color: #555555;
	text-decoration: underline;
}
.-page-all-lower .history__info__message {
	font-size: 12px;
	color: #CA0437;
}
.-page-all-lower .history__infoNum {
	margin-top: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 10px;
	color: #000000;
}
.-page-all-lower .history__infoNum__totalCancel span:last-child {
	color: #CA0437;
}
.-page-all-lower .history__infoNum__totalPrice {
	display: flex;
	align-items: center;
}
.-page-all-lower .history__infoNum__totalPrice span:last-child {
	color: #CA0437;
	font-size: 12px;
}
.-page-all-lower .history__link {
	margin-top: 20px;
}
.-page-all-lower .history__link a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 52px;
	border: 1px solid #000;
	border-radius: 100vmax;
	font-size: 14px;
	color: #111111;
	line-height: 1;
  transition: opacity .2s ease;
}
.-page-all-lower .history__link a:hover {
	opacity: 0.7;
}
.-page-all-lower .history__slider {
	padding-top: 34px;
	display: flex;
	justify-content: center;
}
.-page-all-lower .history__slider .splide {
}
.-page-all-lower .history__slider .splide__slide {
}
.-page-all-lower .history__slider .history__infoThumb {
	position: relative;
	width: 100%;
}
.-page-all-lower .history__slider .history__infoThumb .tag.-pre {
	position: absolute;
	bottom: 0;
	left: 0;
}
.-page-all-lower .history__slider .history__infoThumb:after {
	display: none;
}
.-page-all-lower .history__slider .history__infoBody {
	width: 100%;
	margin: 10px 0 0;
}
.-page-all-lower .history__slider .history__infoBody:before {
	display: none;
}
.-page-all-lower .history__slider .history__infoBrand {
	font-size: 12px;
	color: #A0A0A0;
	line-height: 1;
}
.-page-all-lower .history__slider .history__infoName {
	font-size: 12px;
	color: #0F0F0F;
	margin: 9px 0 0;
	white-space: wrap;
	word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}


/* カレンダー機能 */
.-page-all-lower .calendar-container {
  display: none;
	padding: 10px 0 30px;
  width: calc(100vw + 2px);
  margin-left: 50%;
  transform: translateX(-50%);
  background: #F9F9F9;
	font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.-page-all-lower .calendar {
  width: 336px;
  margin: 0 auto;
  background: #fff;
}
.-page-all-lower .calendar-header {
	background: #E6E6E6;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.-page-all-lower .calendar-header p {
  font-size: 20px;
  color: #000;
	line-height: 1;
}
.-page-all-lower .calendar-grid {
	display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #fff;
}
.-page-all-lower .calendar-grid > div,
.-page-all-lower .calendar-grid > a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.-page-all-lower .calendar-day-header {
  background: #EBEBEB;
  font-size: 16px;
  color: #000;
}
.-page-all-lower .calendar-day {
	display: block;
  background: #fff;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.-page-all-lower .calendar-day:hover {
  background: #f0f0f0;
}
.-page-all-lower .calendar-day.prev-month,
.-page-all-lower .calendar-day.next-month {
  color: #AAAAAA;
}
.-page-all-lower .calendar-day.event-day {
	position: relative;
	color: #F9F9F9;
	z-index: 1;
}
.-page-all-lower .calendar-day.event-day:before {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 100vmax;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  background: #CA0437;
	z-index: -1;
}
.-page-all-lower .calendar-day.event-day:hover:before {
  background: #a00430;
}
.-page-all-lower .select-date button.-opened .ev_toggleMark:after {
  transform: rotate(0deg);
}