/* ---------------------------------------- */
/* mall START */
/* ---------------------------------------- */

/* common base */
.-page-all {
  overflow-x: hidden;
  height: auto;
}
.-page-all .page {
  background: #fff;
}
.-page-all .itemPrice span {
  color: #333333;
}
.-page-all .heading-1 {
  font-size: 24px;
}
.-page-all .anchor__item.-blue {
/*  background-image: url("../images/parts/ico/arrow-right-blue.svg");*/
}
.-page-all .section:only-child {
  border-bottom: none;
}

/* common section */
.-page-all section.-only-title .section__body {
  padding-bottom: 0 !important;
}
.-page-all .section.-bg-white:only-child {
  border-bottom: none;
}

/* common headeing-4 */
.heading-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading-4__sub {
  font-size: 14px;
  font-weight: 600;
  color: #a0a0a0;
  line-height: 1;
}
.heading-4__sub.color-white {
  color: #fff;
  opacity: 0.6;
}
.heading-4__main {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1.5;
  margin-top: 4px;
}
.heading-4__main.color-white {
  color: #fff;
}

/* common headeing-5 */
.heading-5 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
	padding-inline: 25px;
  z-index: 1;
}
.heading-5__sub {
  font-size: 12px;
  font-weight: 600;
  color: #a0a0a0;
  line-height: 1;
}
.heading-5__main {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 1.5;
  margin-top: 4px;
}

/* common card__item */
.-page-all .card__item .card__detail {
  padding-top: 10px;
  padding-bottom: 8px;
}
.-page-all .card__item .itemBrand {
  font-size: 12px;
  color: #ADADAD;
}
.-page-all .card__item .itemName {
  margin-top: 6px;
}
.-page-all .card__item .itemPrice {
  font-size: 14px;
}
.-page-all .card__item .itemPrice span {
  font-size: 9px;
  color: #CB053A;
}
.-page-all .card__item .likeBox img {
  width: 13px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
}
.-page-all .-col5 .card__item:not(:nth-child(-n+2)) {
  margin-top: 7px;
}
.-page-all .-col5 .card__item {
  width: calc( ( 100% - 7px * 2 ) / 2);
}

/* common moreLink */
.moreLink {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.moreLink a {
  display: block;
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  line-height: 1;
	padding-bottom: 2px;
}
.moreLink a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #a0a0a0;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.moreLink a:after {
  content: "";
  display: block;
  position: absolute;
/*  background-image: url("../images/parts/ico/arrow-right-blue.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 11px;
  height: 12.8px;
}

/* common tabArea */
.tabArea {
  margin-top: 20px;
}
.tabBtns {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.tabBtn {
  padding: 6px 16px;
  background: #f7f7f7;
  border-radius: 100vmax;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.tabBtn:last-child {
	margin-right: 24px;
}
.tabBtn.-active {
  background: #333333;
}
.tabBtn button {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #a0a0a0;
	line-height: 1.5;
}
.tabBtn.-active button {
  color: #fff;
}
.tabContents {
  margin-top: 46.64px;
}
.tabContent {
  display: none;
	padding-left: 24px;
}
.tabContent.-active {
  display: block;
}
.tabArea.-category-search-result {
  margin-top: 40px;
}
.tabArea.-category-search-result .tabBtns {
  display: flex;
  justify-content: center;
  gap: 2px;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  overflow: visible;
}
.tabArea.-category-search-result .tabBtn {
  position: relative;
  margin: 0;
  width: calc((100vw - 26px) / 2);
  height: 42px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #EAEAEA;
  border-bottom: none;
  background: #F9F9F9;
}
.tabArea.-category-search-result .tabBtn.-active {
  background: #fff;
}
.tabArea.-category-search-result .tabBtn.-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.tabArea.-category-search-result .tabBtn button {
  font-size: 14px;
  color: #111111;
  font-weight: normal;
}
.tabArea.-category-search-result .tabContents {
  margin-top: 20px;
}
.tabArea.-category-search-result .tabContent {
  padding-left: 0;
}

/* top -page-all indexKv */
.-page-all .indexKv {
	margin-top: 16px;
	height: auto;
  border: none;
}
.-page-all .indexKv .slick-track {
	height: auto;
}
.-page-all .indexKv .slick-slide {
	width: 350px !important;
	height: 342px !important;
}
.-page-all .indexKv .slick-slide > div {
	width: 100%;
	height: 100%;
}
.-page-all .indexKv .indexKv__item {
	width: 342px !important;
	height: 342px !important;
	aspect-ratio: 1/1;
	margin-inline: 4px;
}
.-page-all .indexKv .indexKv__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.-page-all .indexKv .indexKv__item .slide__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-page-all .indexKv .slick-arrow {
	display: none !important;
}
.-page-all .indexKv .slick-dots {
	display: flex;
	justify-content: center;
}
.-page-all .indexKv .slick-dots li {
	width: 18px;
}
.-page-all .indexKv .slick-dots li button:before {
	background: #CACCD0;
  border: 1px solid #fff;
}
.-page-all .indexKv .slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #CACCD0;
}

/* top -page-all news */
.-page-all .section__body:has(.newsList) {
  padding: 25px 0;
}
.-page-all .newsList li {
  padding: 15px 24px;
  border-bottom: 1px solid #E2E2E2;
}
.-page-all .newsList li:last-child {
  border: none;
}
.-page-all .newsList a,
.-page-all .newsList li > div {
  display: block;
  position: relative;
}
.-page-all .newsList a:after {
  content: "";
  display: block;
  position: absolute;
/*  background-image: url("../images/parts/ico/arrow-right-blue.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  width: 11px;
  height: 11.8px;
}
.-page-all .newsList__misc {
  display: flex;
  align-items: center;
  gap: 8px;
}
.-page-all .newsList__misc span {
  font-size: 12px;
  color: #A0A0A0;
  line-height: 1;
}
.-page-all .newsList__misc img {
  height: 12px;
  margin-top: -1.5px;
}
.-page-all .-divalo .newsList__misc img {
  height: 13px;
}
.-page-all .newsList__ttl {
  font-size: 14px;
  color: #333333;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.-page-all .newsList li.-badge a:before,
.-page-all .newsList li.-badge > div:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
  background: #CA0437;
  position: absolute;
  top: 2px;
  right: 23px;
}
.-page-all .newsList li.-all img {
  height: 18px;
}

/* top -page-all news detail */
.-page-all .newsPost {
  padding-top: 8px;
}
.-page-all .newsPost__header {
  height: auto;
}
.-page-all .newsPost__header p {
  display: flex;
  align-items: center;
  gap: 16px;
}
.-page-all .newsPost__header p span {
  line-height: 1;
}
.-page-all .newsPost__header img {
  height: 12px;
}
.-page-all .newsPost__header h1 {
  font-size: 18px;
  margin-top: 16px;
}

/* top -page-all event */
.-page-all .event__main {
  margin-top: 20px;
  padding: 20px 0 30px;
  width: 100%;
  background-repeat: repeat;
}
.-page-all .event__main.-bg-none {
  background: none;
}
.-page-all .eventList {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
  width: 100%;
}
.-page-all .eventList li {
  display: inline-block;
}
.-page-all .eventList li.splide__slide {
  background: #fff;
}
.-page-all .eventList a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
}
.-page-all .eventList img {
  vertical-align: top;
}
.-page-all .eventList__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.-page-all .eventList__img img {
  width: 100%;
  object-fit: cover;
}
.-page-all .eventList__tag {
  position: absolute;
  top: 102px;
  left: 0;
  padding: 0;
}
.-page-all .eventList__main {
  flex: 1;
  background: #fff;
  padding: 9px 10px 12px;
  border-top: 1px solid #EAEAEA;
}
.-page-all .eventList__brand {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 6px 5px;
}
.-page-all .eventList__brand span {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #A0A0A0;
  line-height: 1;
}
.-page-all .eventList__ttl {
  display: block;
	max-width: 100%;
  margin-top: 8px;
  font-size: 14px;
  color: #333333;
  white-space: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.5;
  overflow: hidden;
}
.-page-all .-event .moreLink {
  margin-top: 20px;
}
.-page-all .-event .moreLink a {
  color: #333333;
  border-radius: 100vmax;
  background: #fff;
  border-color: #A0A0A0;
  padding-top: 1px;
  padding-bottom: 0;
}

/* top -page-all -category-search */
.-category-search .section__body {
  width: 100%;
  overflow: hidden;
}
.-category-search .tabContent-inr {
	overflow-x: scroll;
}
.-category-search .tabContents {
  margin-top: 30px;
}
.-category-search .tabContent {
	padding-left: 0;
}

/* top -page-all -styling-search */
.-page-all .-styling-search .stylingList__wrap {
  margin-top: 20px;
}
.-page-all .-styling-search .stylingList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
}
.-page-all .-styling-search .stylingList:not(:first-child) {
  margin-top: 1px;
}
.-page-all .-styling-search .stylingList a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

/* パターン1（2枚）: 2列分 */
.-page-all .-styling-search .stylingList.-ptn1 a:nth-child(1) { grid-area: 1 / 1 / 3 / 4; }
.-page-all .-styling-search .stylingList.-ptn1 a:nth-child(2) { grid-area: 1 / 4 / 3 / 7; }

/* パターン2（3枚）: 111122 / 111133 */
.-page-all .-styling-search .stylingList.-ptn2 a:nth-child(1) { grid-area: 1 / 1 / 3 / 5; }
.-page-all .-styling-search .stylingList.-ptn2 a:nth-child(2) { grid-area: 1 / 5 / 2 / 7; }
.-page-all .-styling-search .stylingList.-ptn2 a:nth-child(3) { grid-area: 2 / 5 / 3 / 7; }

/* パターン3（6枚）: 112233 / 112233 */
.-page-all .-styling-search .stylingList.-ptn3 a:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.-page-all .-styling-search .stylingList.-ptn3 a:nth-child(2) { grid-area: 1 / 3 / 3 / 5; }
.-page-all .-styling-search .stylingList.-ptn3 a:nth-child(3) { grid-area: 1 / 5 / 3 / 7; }

/* パターン4（3枚）: 112222 / 332222 */
.-page-all .-styling-search .stylingList.-ptn4 a:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.-page-all .-styling-search .stylingList.-ptn4 a:nth-child(2) { grid-area: 1 / 3 / 3 / 7; }
.-page-all .-styling-search .stylingList.-ptn4 a:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }

.-page-all .-styling-search .stylingList a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-page-all .-styling-search .stylingList a span {
  display: block;
  position: absolute;
  padding: 4.89px 12px 3.91px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 100vmax;
  left: 9px;
  bottom: 9.52px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}

/* top -page-all -recommend */
.-page-all .iframe-recommend {
  height: 745px;
  overflow: hidden;
}
.-page-all .-recommend:before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 200px);
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.-page-all .-recommend .card {
  margin-top: 20px;
  width: 100%;
  padding: 0;
  display: flex;
}
.-page-all .-recommend .splide__slide {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.-page-all .-recommend .card:after {
	content: "";
	display: block;
	min-width: 14px;
	height: 1px;
	opacity: 0;
}
.-page-all .-recommend .card__item {
  width: 123px;
  margin: 0 !important;
  border: 1px solid #eaeaea;
}
.-page-all .-recommend .card__detail {
  flex: 1;
  padding: 10px 12px 13px;
}
.-page-all .-recommend .card__detail .itemBrand {
  font-size: 12px;
  font-weight: 600;
  color: #a0a0a0;
}
.-page-all .-recommend .card__detail .itemName {
  font-size: 12px;
  margin-top: 2px;
  min-height: calc(12px * 1.7 * 2);
}
.-page-all .-recommend .card__detail .itemPrice {
  margin-top: 4px;
}
.-page-all .-recommend .card__detail .itemPrice.-likeItem .likeBox {
  position: relative;
  justify-content: flex-start;
  top: unset;
  right: unset;
  margin-top: 10px;
  font-size: 9px;
}

/* top -page-all -ranking */
.-page-all .-ranking .card {
  margin-top: 28px;
  width: 100vw;
  margin-left: -24px;
  display: flex;
	flex-wrap: nowrap;
  gap: 10px;
  padding: 0;
}
.-page-all .-ranking .splide__track {
  width: 100%;
}
.-page-all .-ranking .card__item {
  width: 123px;
  margin-top: 0 !important;
  border: 1px solid #eaeaea;
}
.-page-all .-ranking .card__item.-hide {
  display: none;
}
.-page-all .-ranking :not(.ranking-top) .card__item .rankNum {
  background: #cccccc;
}
.-page-all .-ranking :not(.ranking-top) .card__item:nth-child(1) .rankNum {
  background: #ABB7C1;
}
.-page-all .-ranking :not(.ranking-top) .card__item:nth-child(2) .rankNum {
	background: #B87333;
}
.-page-all .-ranking .card__item .rankNum {
  width: 32px;
  height: 32px;
  border-radius: 0;
  top: 0;
  left: 0;
}
.-page-all .-ranking .card__item .rankNum span {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.-page-all .-ranking .card__detail {
	flex: 1;
  padding: 10px 10px 15px;
	display: flex;
	flex-direction: column;
  overflow: hidden;
}
.-page-all .-ranking .card__detail .itemBrand {
  font-size: 12px;
  font-weight: 600;
  color: #a0a0a0;
}
.-page-all .-ranking .card__detail .itemName {
	font-size: 12px;
  margin-top: 2px;
  min-height: calc(12px * 1.7 * 2);

}
.-page-all .-ranking .card__detail .itemPrice {
	margin-top: 8px;
}
.-page-all .-ranking .card__detail .itemTag {
	margin-top: 8px;
}
.-page-all .-ranking .card__detail .itemTag .tag:not(:first-child) {
	margin-bottom: 0;
}
.-page-all .-ranking .ranking-top {
  display: flex;
  justify-content: space-between;
	padding-right: 24px;
}
.-page-all .-ranking .ranking-top .card__item {
	width: 100%;
  height: 169px;
}
.-page-all .-ranking .ranking-top .card__item a {
  display: flex;
  flex-direction: row;
}
.-page-all .-ranking .ranking-top .card__item:nth-of-type(1) .rankNum {
  background: #D7B500;
}
.-page-all .-ranking .ranking-top .card__thumb {
  width: 184px;
  aspect-ratio: 1/1;
}
.-page-all .-ranking .ranking-top .card__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.-page-all .-ranking .ranking-top .card__detail .itemName {
  word-break: break-all;
  -webkit-line-clamp: 2;
}
.-page-all .-ranking .ranking-top .card__detail .itemPrice {
  margin-top: auto;
  padding-top: 10px;
}
.-page-all .-ranking .ranking-top .card__detail .itemTag {
  margin-top: 8px;
}

/* top -page-all -special */
.-page-all .-special .card {
  margin-top: 20px;
  padding: 0;
}
.-page-all .-special .card:after {
	content: "";
	display: block;
	min-width: 10px;
	height: 1px;
	opacity: 0;
}
.-page-all .-special .card__item {
  min-width: 165px;
  width: 165px;
  margin-top: 0 !important;
  box-shadow: none;
  border-radius: 0;
}
.-page-all .-special .card__item:last-child {
  margin-right: 0;
}
.-page-all .-special .card__thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
.-page-all .-special .card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-page-all .-special .card__thumb .card__video {
  width: 100%;
  height: 100%;
  padding-top: 0;
  object-fit: cover;
}
.-page-all .-special .card__detail {
  padding: 0;
  margin-top: 16px;
}
.-page-all .-special .card__detail:after {
  display: none;
}
.-page-all .-special .card__detail .itemName {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
}

/* top -page-all footer */
.footer-all {
  border-top: 1px solid #eaeaea;
}
.footer-all .footer__body {
  padding: 0;
}
.footer-all .footer__groupCompany {
  padding: 40px 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.footer-all .footer__groupCompany_main {
  display: flex;
  justify-content: center;
}
.footer-all .footer__groupCompany_main a {
  height: 48px;
}
.footer-all .footer__groupCompany_sub {
  margin-top: 31px;
  text-align: center;
}
.footer-all .footer__groupCompany_sub a {
  display: inline-block;
  height: 16px;
  width: auto;
  margin-right: 32px;
}
.footer-all .footer__groupCompany_sub a:nth-of-type(2),
.footer-all .footer__groupCompany_sub a:nth-of-type(5) {
  margin-right: 0;
}
.footer-all .footer__groupCompany_sub a:nth-of-type(3),
.footer-all .footer__groupCompany_sub a:nth-of-type(4),
.footer-all .footer__groupCompany_sub a:nth-of-type(5) {
  margin-top: 24px;
}
.footer-all .footer__groupCompany_sub a:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #e2e2e2;
  position: absolute;
  top: 0;
  right: -16px;
}
.footer-all .footer__groupCompany_sub a:nth-of-type(2):after,
.footer-all .footer__groupCompany_sub a:nth-of-type(5):after {
  display: none;
}
.footer-all .footer__groupCompany_sub a:last-child:after {
  display: none;
}
.footer-all .footer__groupCompany_sub a img {
  height: 100%;
}
.footer-all .footer__bottom {
  background: #CB053A;
  padding: 48px 0px 32px;
}
.footer-all .footer__navItem a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.footer-all .footer__navItem:after {
  background: #fff;
  opacity: 0.4;
}
.footer-all .footer__sns {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.footer-all .footer__sns a {
  padding: 17px 85px;
  background: #fff;
  border-radius: 100vmax;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-all .footer__sns a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
/*  background-image: url("../images/parts/ico/tabs.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
}
.footer-all .footer__copyright {
  margin-top: 32px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

/* top -page-all header */
.header-all,
.noLogin .header-all {
  height: 179px;
}
.header-all .header__body,
.noLogin .header-all .header__body {
  position: relative;
  display: block;
  height: 100%;
  padding: 0;
}
.header-all .header__body .header__body__top {
  position: fixed;
  z-index: 9;
  display: flex;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 16px;
  background: #fff;
  overflow: hidden;
  transition: all linear .2s;
  opacity: 1;
  visibility: visible;
}
.header-all .header__body .header__body__middle {
  position: relative;
  padding: 74px 0 19px;
  z-index: 8;
}
.header-all .header__body .header__body__bottom {
  position: relative;
  transition: all linear .2s;
  opacity: 1;
  visibility: visible;
}
.header-all .header__body .header__body__bottom.-fixed {
  position: fixed;
  top: 74px;
}
.header-all .header__body {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.-hideHeader .header__body .header__body__top {
  opacity: 0;
  visibility: hidden;
}
.-hideHeader .header__body .header__body__bottom.-fixed {
  opacity: 0;
  visibility: hidden;
}
.header-all .header__links {
  margin-left: auto;
}
.header-all .header__menu {
  grid-area: menu-btn;
  position: relative;
  width: 33px;
  height: 37px;
}
.header-all .header__menuBtn {
  width: 100%;
  height: 37px;
/*  background-image: url(../images/parts/ico/menu-04.svg);*/
  background-size: contain;
}
.-dw-open .header-all .header__menuBtn {
/*  background-image: url(../images/parts/ico/menu-04-close.svg);*/
}
.header-all .header__logo {
  grid-area: menu-logo;
  position: relative;
  padding: 0;
  width: 116px;
  margin-left: 14px
}
.header-all .header__logo a img {
  width: 100%;
}
.header-all .header__searchBar {
  grid-area: search-bar;
  margin-left: 0;
  width: 100%;
  padding: 0 16px;
}
.header-all .header__search {
  height: 31px;
  width: 100%;
}
.header-all .header__search form {
  height: 100%;
}
.header-all .header__search form:before {
  height: 100%;
}
.header-all .header__search form input[type="search"] {
  height: 100%;
  padding-top: 2px;
}
.header-all .header__search.-focus {
  width: calc(100% - 36px);
}
.header-all .header__searchCancel {
  width: 36px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: none;
  right: 0;
  transition: all ease-out .3s;
}
.header-all .header__searchCancel button {
  font-size: 0;
  width: 24px;
  height: 24px;
/*  background-image: url(../images/parts/ico/search-close.svg);*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-all .header__search.-focus + .header__searchCancel {
  right: 16px;
}
.header-all .header__tags {
  left: -24px;
}
.header-all .header__links {
  grid-area: menu-links;
}
.header-all .header__linksList {
  gap: 0px;
}
.header-all .header__linksItem {
  margin: 0;
  width: auto;
}
.header-all .header__linksIcn {
  width: 20px;
  height: 20px;
}
.header-all .header__linksTxt {
  margin-top: 6px;
  display: flex;
  justify-content: center;
}
.header-all .header__linksTxt span {
  font-size: 10px;
  font-weight: 600;
  color: #666666;
  transform: scale(0.8);
}
.header-all .header__brandLinks {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  background: #EEEEEE;
  overflow-x: scroll;
}
.header-all .header__brandLinks__inr {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.header-all .header__brandLinks a {
  height: 24px;
  padding: 0 8px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-inline: -2px;
  color: #666666;
}
.header-all .header__brandLinks a.-all {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 16px;
  margin-right: 6px;
}
.header-all .header__brandLinks a.-active {
  background: #fff;
  color: #fff;
}
.header-all .header__brandLinks a.-all.-active {
  background: #666666;
  color: #fff;
}
.header-all .header__brandLinks a img {
  height: 16px;
}

/* top -page-all header drower */
.-page-all .dw__nav {
  height: calc(100dvh - 74px);
  top: 74px;
  z-index: 6;
}
.-page-all .dw__bg {
  display: none;
}
.-page-all .dw__close {
  display: none;
}
.-page-all .dw__body {
  width: 100vw;
  height: calc(100dvh - 74px);
  padding: 40px 24px;
  background: #fff;
  left: 0;
}
.-page-all .dw__body a {
  text-decoration: none;
}
.-page-all .dw__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #333333;
}
.-page-all .dw_left {
  width: 100%;
}
.-page-all .dw_right {
  width: 100%;
}
.-page-all .dw_mainLinks {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
.-page-all .dw_mainLinks .dw_link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 8px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  border-top: 1px solid #e2e2e2;
  cursor: pointer;
  transition: opacity linear .2s;
}
.-page-all .dw_mainLinks .dw_link.-badge:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #cb053a;
  border-radius: 100vmax;
  position: absolute;
  right: 48px;
}
.-page-all .dw_mainLinks .dw_link:hover {
  opacity: 0.7;
}
.-page-all .dw_link:first-child {
  border: none;
}
.-page-all .dw_link:after {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
/*  background-image: url("../images/parts/ico/arrow-right-blue.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
}
.-page-all .dw_mainLinks .dw_link[target="_blank"]:after {
  width: 8px;
  height: 8px;
/*  background-image: url("../images/parts/ico/tabs-square.svg");*/
}
.-page-all .dw_mainLinks .expandContent {
  padding-bottom: 8px;
}
.-page-all .dw_mainLinks .expandContent .dw_link {
  font-size: 14px;
  font-weight: 300;
  padding: 8px 0 8px 16px;
  border: none;
}
.-page-all .dw_toggleMark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #f7f7f7;
  border-radius: 100vmax;
  position: absolute;
  right: 17px;
}
.-page-all .dw_link:has(.dw_toggleMark):after {
  display: none;
}
.-page-all .dw_toggleMark:before,
.-page-all .dw_toggleMark:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #333333;
  border-radius: 100vmax;
  position: absolute;
}
.-page-all .dw_toggleMark:after {
  transform: rotate(90deg);
  transition: all ease .3s;
}
.-page-all .dw_link.-opened .dw_toggleMark:after,
.-page-all .cartItems__moreBtn.expandBtn.-opened .dw_toggleMark:after,
.-page-all .qa__index.expandBtn.-opened .dw_toggleMark:after {
  transform: rotate(0);
}
.-page-all .dw_accountInfo {
  display: flex;
  justify-content: center;
}
.-page-all .dw_accountInfo a {
  width: 255px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #cb053a;
  border-radius: 100vmax;
  font-size: 15px;
  font-weight: 600;
  color: #CB053A;
}
.-page-all .dw_accountInfo a.dw_accountInfo-mypage {
  border: 1px solid #cb053a;
  color: #CB053A;
}

.-page-all .dw_accountInfo a.dw_accountInfo-mypage:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
/*  background-image: url("../images/parts/ico/account-red.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
}
.-page-all .dw_accountInfo a.dw_accountInfo-login {
  background-color: #CB053A;
  color: #fff;
}
.-page-all .dw_subLinks {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.-page-all .dw_subLinks_left,
.-page-all .dw_subLinks_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.-page-all .dw_subLinkGp {
}
.-page-all .dw_subLinkGp_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
}
.-page-all .dw_subLinkGp_ttl img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.-page-all .dw_subLinkGp_ttl span {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.-page-all .dw_subLinkGp_links {
  margin-top: 8px;
}
.-page-all .dw_subLinkGp_links .dw_link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  padding: 16px 22px 16px 16px;
  border-top: 1px solid #E2E2E2;
}
.-page-all .dw_subLinkGp_links .dw_link:first-child {
  border: none;
}
.-page-all .dw_subLinkGp_links .dw_link:hover {
  opacity: 0.7;
}
.-page-all .dw_subLinkGp_links .dw_link:after {
  content: "";
  display: block;
  width: 9px;
  height: 10px;
/*  background-image: url("../images/parts/ico/arrow-right-blue.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.-page-all .dw_subLinkGp_links .dw_link[target="_blank"]:after {
  width: 8px;
  height: 8px;
/*  background-image: url("../images/parts/ico/tabs-square.svg");*/
}
.-page-all .dw_subLinkGp_links .dw_link:has(.dw_toggleMark):after {
  display: none;
}
.-page-all .dw_subLinkGp_links .dw_toggleMark {
  width: 20px;
  height: 20px;
}
.-page-all .dw_subLinkGp_links .dw_toggleMark:before,
.-page-all .dw_subLinkGp_links .dw_toggleMark:after {
  width: 8px;
  height: 1px;
  border: 1px solid #333333;
}
.-page-all .dw_subLinkGp_links > .expandContent {
  padding-bottom: 4px;
}
.-page-all .dw_subLinkGp_links > .expandContent > .expandContent {
  padding-bottom: 4px;
}
.-page-all .dw_subLinkGp_links > .expandContent .dw_link {
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 42px 8px 24px;
  border: none;
}
.-page-all .dw_subLinkGp_links > .expandContent > .expandContent .dw_link {
  padding-left: 32px;
}

/* top -page-all header megamenu */
.-page-all .mega__search {
  z-index: 7;
  position: fixed;
  top: 124px;
  right: 0;
  display: block;
  width: 100%;
  height: calc(100dvh - 124px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s linear;
  background: #fff;
}
.-page-all .mega__search.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.-page-all .mega__panel {
  position: relative;
  width: 100%;
  height: calc(100dvh - 124px);
  padding-bottom: 96px;
  overflow-y: auto;
}
.-page-all .mega__close {
  position: relative;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.-page-all .mega__closeBtn {
  width: 120px;
  height: 32px;
  border: 1px solid #a0a0a0;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.-page-all .mega__body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.-page-all .mega__body__ttl {
  font-size: 14px;
  font-weight: 600;
  padding-inline: 24px;
}
.-page-all .mega__body .tabArea {
  margin-top: 16px;
}
.-page-all .mega__body .tabBtns {
  height: 32px;
}
.-page-all .mega__body .tabBtn {
  margin-right: 0;
}
.-page-all .mega__body .tabBtn:last-child {
  margin-right: 16px;
}
.-page-all .mega__body .tabContents {
  margin-top: 24px;
}
.-page-all .mega__body .tabContent {
  padding: 0;
  border-top: 1px solid #e2e2e2;
}
.-page-all .mega__body .tabContent-inr {
  display: flex;
  flex-direction: column;
}

/* .-page-all dw_links */
.-page-all .dw_links {
  padding: 0 24px;
}
.-page-all .dw_link {
  position: relative;
  width: 100%;
  padding: 16px 48px 16px 8px;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
}
.-page-all .dw_links:first-child .dw_link:first-child {
  border: none;
}
.-page-all .dw_links.u-pc {
  display: none;
}
.-page-all .dw_links > .expandContent .dw_link {
  border: none;
  padding: 8px 48px 8px 16px;
  font-size: 14px;
  font-weight: 300;
}
.-page-all .dw_links > .expandContent .dw_link + .expandContent .dw_link {
  padding-left: 24px;
}

/* top -page-all header search suggest */
div.assgdiv {
  position: absolute;
  border: none;
  box-shadow: 0 4px 16px rgba(51, 51, 51, 0.08);
  padding: 20px 24px 44px;
  background: #fff;
  left: 0 !important;
  width: 100% !important;
}
li.assgli {
  position: relative;
  padding: 12px 48px 12px 24px;
  border-top: 1px solid #e2e2e2;
}
li.assgli:after {
  content: "";
  display: block;
  position: absolute;
/*  background-image: url("../images/parts/ico/arrow-right-blue.svg");*/
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 11px;
  height: 12px;
  transition: all ease .3s;
}
li.assgli:first-child {
  border: none;
}
div.assgdivlabel.assgselected {
  background: inherit;
  color: inherit;
}
div.asword {
  font-size: 14px;
  padding: 0;
}

/* brand top indekKv */
.-page-all .indexKv.-brandTop .slick-slide {
  width: 262px !important;
  height: 254px !important;
}
.-page-all .indexKv.-brandTop .indexKv__item {
  width: 254px !important;
  height: 254px !important;
}

/* brand top -hashList */
.-page-all .-hashList .hashList {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.-page-all .-hashList .hashList__item {
  margin: 0;
}
.-page-all .-hashList .hashList__item a {
  padding: 6px 16px 8px 14px;
  min-height: 34px;
  background: #fff;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  gap: 4px;
}
.-page-all .-hashList .hashList__item a span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  padding-top: 0.05em;
}

/* brand top item-search */
.-page-all .-item-search .js-tabArea-parent {
  margin-top: 0;
}
.-page-all .-item-search .js-tabArea-parent > .tabBtns {
  display: flex;
  overflow: hidden;
}
.-page-all .-item-search .js-tabArea-parent > .tabBtns > .tabBtn {
  position: relative;
  flex: 1;
  display: block;
  background: none;
  width: calc(171/390*100vw);
  height: 61px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  border-radius: 0;
  border-bottom: 2px solid #e2e2e2;
}
.-page-all .-item-search .js-tabArea-parent > .tabBtns > .tabBtn:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #e2e2e2;
  position: absolute;
  right: 0;
  top: 0;
}
.-page-all .-item-search .js-tabArea-parent .heading-5 {
  align-items: center;
}
.-page-all .-item-search .js-tabArea-parent .heading-5__sub {
  color: #d2d2d2;
}
.-page-all .-item-search .js-tabArea-parent .heading-5__main {
  letter-spacing: -0.04em;
  color: #a0a0a0;
}
.-page-all .-item-search .js-tabArea-parent > .tabBtns > .tabBtn.-active {
  border-bottom: 2px solid #333333;
}
.-page-all .-item-search .js-tabArea-parent > .tabBtns > .tabBtn.-active .heading-5__sub {
  color: #a0a0a0;
}
.-page-all .-item-search .js-tabArea-parent > .tabBtns > .tabBtn.-active .heading-5__main {
  color: #333333;
}
.-page-all .-item-search .js-tabArea-parent > .tabContents {
  margin-top: 25px;
}
.-page-all .-item-search .js-tabArea-parent > .tabContents .section__body {
  padding: 0;
}
.-page-all .-item-search .tabContent-parent {
  padding: 0;
}

/* brand top -category-search */
.-page-all .-item-search .js-tabArea-parent > .tabContents .tabArea {
  margin-top: 0;
}

/* brand top -map-search */
.-page-all .mapArea {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.-page-all .mapArea:before {
  content: "";
  display: block;
  width: 100vw;
  height: 123px;
/*  background-image: url(../images/bg/map-bg-sp.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.-page-all .mapArea-inr {
  position: relative;
  z-index: 2;
  width: 342px;
  height: 416px;
  margin-top: 96px;
}
.-page-all .mapArea_links {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.-page-all .mapArea_links a {
  position: absolute;
  border-radius: 4px;
  width: 70px;
  height: 56px;
  top: 0;
  left: 0;
  font-size: 0;
}
.-page-all .mapArea_links a:nth-child(1) {
}
.-page-all .mapArea_links a:nth-child(2) {
  top: 58px;
}
.-page-all .mapArea_links a:nth-child(3) {
  height: 112px;
  top: 116px;
}
.-page-all .mapArea_links a:nth-child(4) {
  top: 230px;
}
.-page-all .mapArea_links a:nth-child(5) {
  height: 128px;
  top: 288px;
}
.-page-all .mapArea_links a:nth-child(6) {
  left: 72px;
}
.-page-all .mapArea_links a:nth-child(7) {
  left: 144px;
}
.-page-all .mapArea_links a:nth-child(8) {
  width: 126px;
  left: 216px;
}
.-page-all .mapArea_links a:nth-child(9) {
  width: 82px;
  height: 88px;
  top: 72px;
  left: 85px;
}
.-page-all .mapArea_links a:nth-child(10) {
  width: 82px;
  height: 56px;
  top: 168px;
  left: 85px;
}
.-page-all .mapArea_links a:nth-child(11) {
  width: 82px;
  height: 56px;
  top: 232px;
  left: 85px;
}
.-page-all .mapArea_links a:nth-child(12) {
  width: 82px;
  height: 56px;
  top: 296px;
  left: 85px;
}
.-page-all .mapArea_links a:nth-child(13) {
  width: 82px;
  height: 88px;
  top: 72px;
  left: 175px;
}
.-page-all .mapArea_links a:nth-child(14) {
  width: 82px;
  height: 56px;
  top: 168px;
  left: 175px;
}
.-page-all .mapArea_links a:nth-child(15) {
  width: 82px;
  height: 56px;
  top: 232px;
  left: 175px;
}
.-page-all .mapArea_links a:nth-child(16) {
  width: 82px;
  height: 56px;
  top: 296px;
  left: 175px;
}
.-page-all .mapArea_links a:nth-child(17) {
  width: 185px;
  height: 56px;
  top: 360px;
  left: 72px;
}
.-page-all .mapArea_links a:nth-child(18) {
  width: 70px;
  height: 159px;
  top: 72px;
  left: 272px;
}
.-page-all .mapArea_links a:nth-child(19) {
  width: 70px;
  height: 123px;
  top: 243px;
  left: 272px;
}

/* -page-all-lower common */
.-page-all-lower .heading-1 {
  font-size: 18px;
  padding-bottom: 20px;
  background: none;
}
.-page-all-lower .section__body {
  padding: 0;
}
.-page-all-lower section:last-child .section__body {
  padding: 0;
}
.-page-all-lower .breadCrumbs {
  margin-top: 50px;
}

/* -page-all-lower pager */
.-page-all-lower .pager {
  margin-top: 40px;
  padding: 29px 20px 25px;
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #EDEDED;
  display: flex;
  flex-direction: column;
}
.-page-all-lower .pager__info {
  font-size: 14px;
  text-align: center;
}
.-page-all-lower .pager__list {
  display: inline-flex;
  position: relative;
  background: #fff;
  border-radius: 100vmax;
  margin: 16px auto 0;
  z-index: -1;
}
.-page-all-lower .pager__item {
  width: 36px;
  height: 32px;
}
.-page-all-lower .pager__item {
  position: relative;
  font-size: 12px;
  color: #0F0F0F;
  line-height: 1;
  z-index: 1;
}
.-page-all-lower .pager__item:not(.-arw):before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #F9F9F9;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.-page-all-lower .pager__item.-current {
  color: #fff;
}
.-page-all-lower .pager__item.-current:before {
  background: #333333;
}

/* -page-all-lower news */
.-page-all-lower .newsList {
  padding: 0 20px;
  margin-top: 30px;
}
.-page-all-lower .newsList li {
  padding: 20px 0;
}
.-page-all-lower .newsList li:first-child {
  border-top: 1px solid #e2e2e2;
}
.-page-all-lower .newsList li:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.-page-all-lower .newsList__ttl {
  margin-top: 16px;
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
}

/* -page-all-lower roundedBtns */
.-page-all-lower .roundedBtns {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  padding-left: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.-page-all-lower .roundedBtns::-webkit-scrollbar {
  display: none;
}
.-page-all-lower .roundedBtns:after {
  content: ".";
  position: relative;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.-page-all-lower .roundedBtn {
  padding: 10px 18px 9px;
  background: #F7F7F7;
  border-radius: 100vmax;
  font-size: 13px;
  color: #A0A0A0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}
.-page-all-lower .roundedBtn.-active {
  background: #333333;
  color: #FFFFFF;
}

/* -page-all-lower specialList */
.-page-all-lower .specialList {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 20px;
}
.-page-all-lower .specialList__item {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;
}
.-page-all-lower .specialList__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.-page-all-lower .specialList__item:last-child .specialList__tag {
  bottom: 0;
}
.-page-all-lower .specialList__thumb {
  width: 167px;
  aspect-ratio: 1/1;
}
.-page-all-lower .specialList__thumb .card__video {
  height: 167px;
  padding-top: 0;
}
.-page-all-lower .specialList__tag {
  position: absolute;
  height: 16px;
  left: 0;
  bottom: 40px;
}
.-page-all-lower .specialList__tag img {
  height: 100%;
}
.-page-all-lower .specialList__detail {
  flex: 1;
}
.-page-all-lower .specialList__detail .itemBrand {
  height: 12px;
}
.-page-all-lower .specialList__detail .itemBrand img {
  height: 100%;
}
.-page-all-lower .specialList__detail .itemText {
  margin-top: 10px;
  font-size: 13px;
}

/* -page-all-lower search-result */
.-page-all-lower .searchResult__header {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 12px;
}
.-page-all-lower .searchResult__main {
  font-size: 24px;
  color: #0F0F0F;
  font-weight: 600;
  line-height: 1;
}
.-page-all-lower .searchResult__sub {
  font-size: 18px;
  margin-top: 25px;
  color: #111111;
  line-height: 1;
  font-weight: normal;
}
.-page-all-lower .searchResult__sub.-mt15-sp {
  margin-top: 15px;
}
.-page-all-lower:not(:has(.searchResult__main)) .searchResult__sub {
  margin-top: 0;
}
.-page-all-lower .searchResult__zero {
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  color: #606060;
}
.-page-all-lower .searchResult__zero.-pi20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* -page-all-lower tagsCarousel */
.tagsCarousel__wrap {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tagsCarousel__title {
  font-size: 18px;
  font-weight: 600;
  color: #0F0F0F;
  margin-bottom: 20px;
  padding-left: 12px;
}
.tagsCarousel__controls {
  display: none;
}
.tagsCarousel {
  position: relative;
  width: 100%;
  overflow-x: auto;
  padding: 0 12px;
}
.tagsContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: auto;
}
.tagsContainer .row {
  display: flex;
  gap: 8px;
}
.tagsContainer .row a {
  white-space: nowrap;
}

/* -page-all .category__slider */
.-page-all .category__slider {
  position: relative;
}
.-page-all .category__slide {
  width: 76px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.-page-all .category__slide a {
  display: block;
  width: 100%;
  height: 115px;
}
.-page-all .category__slide a img {
  width: 100%;
  aspect-ratio: 1/1;
}
.-page-all .category__slide a span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

/* -page-all-lower .searchBar */
.-page-all-lower .searchBar {
  position: relative;
  width: 100vw;
  margin-top: 20px;
  margin-bottom: 40px;
  z-index: 9;
}
.-page-all-lower .searchBar.-bgGray {
  height: 64px;
  background: #F9F9F9;
  margin-top: 40px;
  margin-bottom: 40px;
}
.-page-all-lower .searchBar__btns {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.-page-all-lower .searchBar button {
  display: block;
  width: 162px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100vmax;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
}
.-page-all-lower .searchBar button.-active {
  background: #333333;
  color: #EAEAEA;
}
.-page-all-lower .searchBar button:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.-page-all-lower .searchBar button span {
  font-size: 12px;
  font-weight: 600;
  color: #111111;
  line-height: 1;
}
.-page-all-lower .searchBar button.-active span {
  color: #FFFFFF;
}
.-page-all-lower .searchBar__btn.-sort:before {
/*  background-image: url("../images/parts/ico/sort.svg");*/
}
.-page-all-lower .searchBar__btn.-sort.-active:before {
/*  background-image: url("../images/parts/ico/sort-white.svg");*/
}
.-page-all-lower .searchBar__btn.-filter:before {
/*  background-image: url("../images/parts/ico/refine.svg");*/
}
.-page-all-lower .searchBar__btn.-filter.-active:before {
/*  background-image: url("../images/parts/ico/refine-white.svg");*/
}
.-page-all-lower .searchBar__sort {
  position: absolute;
  top: 36px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  background: #fff;
  padding: 8px 20px 24px;
  box-shadow: 0 1px 0 #EDEDED;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}
.-page-all-lower .searchBar.-bgGray .searchBar__sort {
  top: 64px;
}
.-page-all-lower .searchBar__sort.-active {
  opacity: 1;
  pointer-events: auto;
}
.-page-all-lower .searchBar__sort .radioList {
  width: 100%;
}
.-page-all-lower .searchBar__sort .radioList__item {
  height: 50px;
  margin: 0;
}
.-page-all-lower .searchBar__sort .radioList__item:not(:first-child) {
  border-top: 1px solid #eaeaea;
}

/* -page-all-lower .primary__preceding */
.-page-all-lower .primary__preceding {
  margin-bottom: 15px;
  padding-inline: 12px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

/* -page-all-lower .lineUp */
.-page-all-lower .lineUp {
  width: 100vw;
  padding: 40px 0 40px 12px;
  background: #F9F9F9;
}
.-page-all-lower .lineUp__inr {
  width: 100%;
}
.-page-all-lower .lineUp__title {
  font-size: 18px;
  font-weight: 600;
  color: #0F0F0F;
}
.-page-all-lower .lineUp__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}
.-page-all-lower .lineUp__brandName {
  height: 15px;
}
.-page-all-lower .lineUp__brandName img {
  height: 100%;
}
.-page-all-lower .lineUp__slider {
  margin-top: 20px;
  display: flex;
  width: 100vw;
  margin-left: -12px;
}
.-page-all-lower .lineUp__slider .lineUp__itemList__arw {
  display: none;
}
.-page-all-lower .lineUp__slider .card__item {
  width: 133px;
  height: auto;
  min-height: 303px;
  background: none;
  box-shadow: none;
}
.-page-all-lower .lineUp__slider .card__detail {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.-page-all-lower .lineUp__slider .card__detail .itemPrice.-likeItem .likeBox {
  position: relative;
  justify-content: flex-start;
  top: unset;
  right: unset;
  margin-top: 10px;
  font-size: 9px;
}

/* -page-all-lower slider__arw */
.-page-all-lower .slider__arw {
  display: none;
}

/* -page-all-lower eventGrid */
.-page-all-lower .eventGrid {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 12px;
}
.-page-all-lower .eventGrid__item {
  position: relative;
  width: 100%;
}
.-page-all-lower .eventGrid__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.-page-all-lower .eventGrid__item:last-child:after {
  display: none;
}
.-page-all-lower .eventGrid__main {
  display: flex;
  gap: 20px;
}
.-page-all-lower .eventGrid__thumb {
  position: relative;
  width: 167px;
  height: 167px;
}
.-page-all-lower .eventGrid__tag {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 16px;
}
.-page-all-lower .eventGrid__tag img {
  height: 100%;
}
.-page-all-lower .eventGrid__detail {
  flex: 1;
}
.-page-all-lower .eventGrid__detail .itemBrand {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.-page-all-lower .eventGrid__detail .itemBrand img {
  height: 12px;
}
.-page-all-lower .eventGrid__detail .itemBrand img.-all {
  height: 14px;
}
.-page-all-lower .eventGrid__detail .eventGrid__tag2 {
  margin-top: 10px;
  height: 16px;
  display: flex;
  gap: 2px;
}
.-page-all-lower .eventGrid__detail .itemText {
  margin-top: 10px;
  font-size: 13px;
}
.-page-all-lower .eventGrid__date {
  margin-top: 15px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 13px;
  background: #F9F9F9;
}
.-page-all-lower .eventGrid__date b {
  font-weight: 600;
}


/* .-page-all-lower -event-list */
.-page-all-lower .-event-list .heading-1 {
  padding: 35px 20px 29px;
  font-size: 24px;
}
.-page-all-lower .event-header {
  padding: 25px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.-page-all-lower .-event-list .event-header h2 {
  width: 100%;
  max-width: 1000px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
.-page-all-lower .event-list-now .event-header {
  background: #F9F9F9;
}
.-page-all-lower .-event-list .event__main {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.-page-all-lower .event-list-now .event__main {
  padding-top: 20px;
}
.-page-all-lower .event-list-recommend .event__main {
  padding-top: 0;
  padding-bottom: 68px;
}
.-page-all-lower .-event-list .eventList a {
  overflow: hidden;
}
.-page-all-lower .-event-list .eventList .eventList__tag {
  top: 162px;
}
.-page-all-lower .-event-list .eventList .eventList__brand {
  gap: 6px 8px;
}
.-page-all-lower .-event-list .eventList .eventList__brand img {
  height: 12px;
  margin-top: 1px;
}
.-page-all-lower .-event-list .eventList .eventList__brand img.-all{
  height: 14px;
  margin-top: 0;
}
.-page-all-lower .-event-list .eventList .eventList__tag2 {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.-page-all-lower .-event-list .eventList .eventList__ttl {
  font-size: 12px;
  margin-top: 10px;
}
.-page-all-lower .-event-list .eventList-full {
  width: 100%;
}
.-page-all-lower .-event-list .eventList-full .eventList__tag {
  top: 212px;
}
.-page-all-lower .-event-list .eventList-full .splide__pagination {
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 10px;
}
.-page-all-lower .-event-list .eventList-full .splide__pagination li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.-page-all-lower .-event-list .eventList-full .splide__pagination__page {
  width: 10px;
  height: 10px;
  transform: scale(1);
  background: #CACCD0;
  border: 1px solid #fff;
  margin: 0 7px;
  opacity: 1;
}
.-page-all-lower .-event-list .eventList-full .splide__pagination__page.is-active {
  background: #fff;
  border: 1px solid #CACCD0;
}
.-page-all-lower .fixed-area {
  background: #fff;
}
.-page-all-lower .fixed-area-copied {
  display: block;
  position: fixed;
  width: 100%;
  height: 104.4px;
  top: 130px;
  /* transition: all linear .2s; */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.-hideHeader .-page-all-lower .fixed-area-copied {
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all linear .2s;
}
:not(.-hideHeader) .-page-all-lower .fixed-area-copied.-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.-page-all-lower .calendar-header {
	height: 30px;
}
.-page-all-lower .calendar-header p {
  font-size: 16px;
}
@media 
  only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2),
  only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
.-page-all-lower .calendar-grid > div, .-page-all-lower .calendar-grid > a {
    height: 40px;
}
}
.-page-all-lower .calendar-day-header {
    font-size: 14px;
    height: 30px !important;
}
.-calendar-moving .-page-all-lower .fixed-area-copied.-active,
.-calendar-moving .header__body__top {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.-page-all-lower .select-month {
  background: #F9F9F9;
  width: calc(100vw + 2px);
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.-page-all-lower .select-month a,
.-page-all-lower .select-month span {
  display: block;
  width: 105px;
  height: 36px;
  border-radius: 100vmax;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.-page-all-lower .select-month a {
  border: 1px solid #a0a0a0;
  color: #111111;
}
.-page-all-lower .select-month span {
  background: #333333;
  color: #fff;
}
.-page-all-lower .select-date {
background: #EDEDED;
width: calc(100vw + 2px);
margin-left: 50%;
transform: translateX(-50%);
padding: 10px 0;
display: flex;
align-items: center;
justify-content: center;
}
.-page-all-lower .select-date button {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  display: flex;
  gap: 10px;
  padding: 0 34px;
}
.-page-all .ev_toggleMark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100vmax;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.-page-all .dw_link:has(.ev_toggleMark):after {
  display: none;
}
.-page-all .ev_toggleMark:before,
.-page-all .ev_toggleMark:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #333333;
  border-radius: 100vmax;
  position: absolute;
}
.-page-all .ev_toggleMark:after {
  transform: rotate(90deg);
  transition: all ease .3s;
}
.-page-all .dw_link.-opened .ev_toggleMark:after,
.-page-all-lower .select-date.-opened .ev_toggleMark:after {
  transform: rotate(0);
}
.-page-all-lower .event-list-main {
  padding: 20px 0 50px;
  width: 100%;
  background-repeat: repeat;
}
.-page-all-lower .event-list-misc {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.-page-all-lower .event-list-misc.-bottom {
  margin-top: 20px;
  justify-content: flex-end;

}
.-page-all-lower .event-list-misc span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  background: #fff;
  color: #0F0F0F;
  font-size: 12px;
}
.-page-all-lower .-event-list .eventGrid-container {
  margin-top: 20px;
  padding: 0 20px;
}
.-page-all-lower .-event-list .eventGrid-wrap {
  width: 100%;
  margin: 20px 0 0;
  padding: 25px 10px;
  background: #fff;
}
.-page-all-lower .-event-list .eventGrid-date {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.-page-all-lower .-event-list .eventGrid-date b {
  font-size: 16px;
  font-weight: 600;
  color: #0F0F0F;
}
.-page-all-lower .-event-list .eventGrid-date span {
  font-size: 12px;
  font-weight: 600;
  color: #0F0F0F;
}
.-page-all-lower .-event-list .eventGrid {
  margin-top: 45px;
  padding: 0;
  gap: 40px 20px;
}
.-page-all-lower .eventGrid__item:nth-child(1):before,
.-page-all-lower .eventGrid__item:nth-child(2):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  position: absolute;
  left: 0;
  top: -20px;
}
.-page-all-lower .eventGrid__item:after {
  bottom: -20px;
}
.-page-all-lower .-event-list .eventGrid__main {
  gap: 10px;
}
.-page-all-lower .-event-list .eventGrid__thumb {
  width: 120px;
  height: 120px;
}
.-page-all-lower .-event-list .eventGrid__date {
  margin-top: 10px;
  height: 40px;
}
.-page-all-lower .-event-list .eventGrid-none {
  font-size: 1.2rem;
  color: #606060;
}
#SelectMonth {
 margin-top: -50px;
 padding-top: 0px;
}
.-pageDown #SelectMonth {
 margin-top: 0px;
 padding-top: 0px;
}

/* .-page-all-lower order-history */
.-page-all-lower .order-tab {
  margin-top: 20px;
  padding: 0 20px;
}
.-page-all-lower .order-tab-item {
  border-radius: 4px 4px 0 0;
  height: 42px;
}
.-page-all-lower .history__item {
}
.-page-all-lower .history__item__header {
  padding: 15px;
}
.-page-all-lower .history__item__main {
  padding: 15px 15px 25px;
  flex-direction: column;
}
.-page-all-lower .history__item__main:not(:last-child):after {
  width: calc(100% - 30px);
  left: 15px;
}
.-page-all-lower .history__detail {
  order: unset;
	width: 100%;
}
.-page-all-lower .history__detail > div,
.-page-all-lower .history__detail > ul {
  order: unset;
}
.-page-all-lower .history__status {
  margin-bottom: 0;
}
.-page-all-lower .statusBullets__item:nth-last-child(4) ~ .statusBullets__item:nth-child(2) {
	padding-right: 14px;
}
.-page-all-lower .statusBullets__item:nth-last-child(4) ~ .statusBullets__item:nth-child(3) {
	padding-left: 14px;
}
.-page-all-lower .history__link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.-page-all-lower .history__slider {
  padding-top: 20px;
}
.-page-all-lower .history__slider .splide {
	width: 100%;
}

/* 絞り込みフィルター */
.fullModal__contentHeader--left span.hideFullModal img {
  transform: none;
}

/* お受け取り店舗検索 */
.storeSearchFullModal .fullModal__main {
  width: 100%;
}
.storeSearchFullModal .fullModal__contentSection {
  margin-top: 40px;
  padding: 0;
}
.storeSearchFullModal .searchFromCurrentLocation {
  display: flex;
  justify-content: center;
}
.storeSearchFullModal .searchFromCurrentLocation button {
  width: 335px;
  height: 52px;
  border: 1px solid #000;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.storeSearchFullModal .searchFromCurrentLocation button:before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
/*  background-image: url(../images/parts/ico/mapPin.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.storeSearchFullModal .dw_links {
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.storeSearchFullModal .dw_link {
  margin: 0;
  padding: 0 34px 0 24px;
  width: unset;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
}
.storeSearchFullModal .dw_link .dw_toggleMark {
  right: 0;
}
.storeSearchFullModal .expandContent {
  padding-top: 36px;
  width: 100%;
}
.storeSearchFullModal .grid:not([class*='col']) .grid__item:not(:last-child) {
  margin-bottom: 40px;
}
.storeSearchFullModal .shopSelect {
  margin-top: 40px;
}
.storeSearchFullModal .fullModal__submit {
  margin-top: 40px;
}
.storeSearchFullModal .modal__submitReset {
  margin-top: 20px;
  justify-content: center;
}
.storeSearchFullModal .balloonItem__container {
  flex-direction: column;
}
.storeSearchFullModal .balloonItem__name {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 12px;
}
.storeSearchFullModal .balloonItem__text {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.storeSearchFullModal .balloonItem__btn {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.storeSearchFullModal .balloonItem__btn button {
  width: 162px;
}
.storeSearchFullModal .addressList__detail {
  width: 100%;
}
.storeSearchFullModal .addressList__item {
  flex-direction: column;
}
.storeSearchFullModal .addressList__text {
  width: 100%;
}
.storeSearchFullModal .addressList__btn {
  margin-top: 20px;
  width: 100%;
  display: flex;
  gap: 6px;
}
.storeSearchFullModal .addressList__btn button {
  flex: 1;
}
.storeSearchFullModal .addressList__btn button.-white {
  background: #fff;
  border: 1px solid #EAEAEA;
  color: #333333;
}
.storeSearchFullModal .addressList__notes {
  margin-top: 15px;
  color: #CB053A;
  font-size: 12px;
}
.storeSearchFullModal .pager {
  margin-top: 40px;
  margin-bottom: -100px;
}
.-page-all .cartItems__moreBtn.expandBtn {
  position: relative;
  gap: 1em;
}
.-page-all .cartItems__moreBtn.expandBtn:after {
  display: none;
}
.-page-all .cartItems__moreBtn.expandBtn .dw_toggleMark {
  position: relative;
  right: 0;
}
.-page-all .notes.-indent {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

/* other modal */
.-page-all #addressListFullModal .fullModal__main {
  width: 100%;
}
.-page-all #addressListFullModal .fullModal__contentMain {
  padding-top: 52px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* faq */
.-page-all .qa__index.expandBtn {
  padding-right: 40px;
}
.-page-all .qa__index.expandBtn:after {
  display: none;
}
.-page-all .qa__index.expandBtn .dw_toggleMark {
  right: 4px;
}
.-page-all .qa__text {
}

/* coordinate */
.-page-all:has(.coordinateItemsList) .heading-2 {
  padding-top: 40px;
}
.-page-all .coordinateItemsList {
  margin-top: 20px;
}

/* sitemap */
.-page-all .section__body:has(.pageLinks) {
  width: 100%;
}
.-page-all h1:has(+ .pageLinks) {
  font-size: 24px;
  padding-bottom: 40px;
}
.-page-all .pageLinks {
  margin-bottom: 50px;
}
.-page-all .pageLinks .u-pc {
  display: none;
}
.-page-all .pageLinks h2{
  font-size: 16px;
}
.-page-all .pageLinks h3{
  font-size: 14px;
  margin-bottom: 10px;
}
.-page-all .pageLinks h4{
  font-size: 13px;
  margin-left: 1em;
  margin-top: 5px;
}
.-page-all .pageLinks ul{
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.-page-all .pageLinks li{
  margin-bottom: 4px;
}
.-page-all .pageLinks .pageLinks__ttl {
  padding-bottom: 0;
}
.-page-all .pageLinks .pageLinks__detail {
  margin-top: 20px;
}

/* -page-all-lower recomend slider */
.-page-all-lower .section__body:has(.recommendItems),
.-page-all-lower .section__body:has(.coordinateItems),
.-page-all-lower .section__body:has(.suggestedItems) {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}


/* ---------------------------------------- */
/* mall END */
/* ---------------------------------------- */