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

/* common base */
.-page-all .page {
  background: #fff;
  overflow-x: hidden;
}
.-page-all .itemPrice span {
  color: #333333;
}
.-page-all .container {
  padding-top: 160px;
}
.cartPage .-page-all .container{
 padding-top: calc(110px - 46px + 7px);
}
.-page-all .heading-1 {
  font-size: 24px;
  padding-bottom: 40px;
}
.-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: 16px;
  font-weight: 600;
  color: #a0a0a0;
  line-height: 1;
}
.heading-4__sub.color-white {
  color: #fff;
  opacity: 0.6;
}
.heading-4__main {
  font-size: 34px;
  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;
  z-index: 1;
}
.heading-5__sub {
  font-size: 12px;
  font-weight: 600;
  color: #a0a0a0;
  line-height: 1;
}
.heading-5__main {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1.5;
  margin-top: 4px;
}

/* common card__item */
.-page-all .card__item .card__detail {
  padding-top: 11px;
  padding-bottom: 7px;
}
.-page-all .card__item .itemBrand {
  font-size: 12px;
  color: #ADADAD;
}
.-page-all .card__item .itemName {
  margin-top: 6px;
  word-break: break-all;
}
.-page-all .card__item .itemPrice {
  font-size: 14px;
}
.-page-all .card__item .itemPrice span {
  font-size: 10px;
  color: #CB053A;
}
.-page-all .card__item .likeBox img {
  width: 13px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
}

/* common moreLink */
.-page-all .moreLink {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.-page-all .moreLink a {
  display: block;
  width: 240px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 1;
}
.-page-all .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%);
  transition: all ease .3s;
}
.-page-all .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: 12px;
  transition: all ease .3s;
}
.-page-all .moreLink a:hover:before {
  width: 256px;
  height: 64px;
}
.-page-all .moreLink a:hover:after {
  right: 16px;
}

/* common tabArea */
.-page-all .tabArea {
  margin-top: 20px;
}
.-page-all .tabBtns {
  margin-bottom: 0;
}
.-page-all .tabBtn {
  width: 176px;
  min-width: 176px;
  height: 40px;
  background: #f7f7f7;
  border-radius: 100vmax;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.-page-all .tabBtn.-active {
  background: #333333;
}
.-page-all .tabBtn button {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #a0a0a0;
  transition: opacity .2s ease;
}
.-page-all .tabBtn button:hover {
  opacity: 0.7;
}
.-page-all .tabBtn.-active button {
  color: #fff;
}
.-page-all .tabContents {
  margin-top: 46.64px;
}
.-page-all .tabContent {
  display: none;
}
.-page-all .tabContent.-active {
  display: block;
}
.tabArea.-category-search-result {
  margin-top: 50px;
}
.tabArea.-category-search-result .tabBtns {
  display: flex;
  justify-content: center;
  gap: 2px;
  border-bottom: 1px solid #EAEAEA;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.tabArea.-category-search-result .tabBtn {
  position: relative;
  margin: 0;
  width: 238px;
  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: 30px;
}

/* top -page-all indexKv */
.-page-all .indexKv {
	margin-top: 16px;
	height: auto;
}
.-page-all .indexKv .slick-track {
	height: auto;
}
.-page-all .indexKv .slick-slide {
  width: 608px !important;
	height: 592px !important;
}
.-page-all .indexKv.-brand-top .slick-slide {
  width: 506px !important;
  height: 490px !important;
}
.-page-all .indexKv .slick-slide > div {
	width: 100%;
	height: 100%;
}
.-page-all .indexKv .indexKv__item {
  width: 592px !important;
	height: 592px !important;
	aspect-ratio: 1/1;
	margin-inline: 8px;
}
.-page-all .indexKv.-brand-top .indexKv__item {
  width: 490px !important;
  height: 490px !important;
}
.-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: block;
  background: none;
  width: 75px;
}
.-page-all .indexKv .slick-dots {
  pointer-events: none;
}
.-page-all .indexKv .slick-dots li {
	width: 24px;
  pointer-events: all;
}
.-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: 30px 0;
}
.-page-all .newsList li {
  position: relative;
  padding: 20px 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;
  transition: opacity .2s ease;
}
.-page-all .newsList a:hover {
  opacity: 0.7;
}
.-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: 10.28px;
}
.-page-all .newsList__misc {
  display: flex;
  align-items: center;
  gap: 16px;
}
.-page-all .newsList__misc span {
  font-size: 14px;
  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: 16px;
  color: #333333;
  margin-top: 8px;
}
.-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: 14px;
}

/* top -page-all news detail */
.-page-all .newsPost {
  padding-top: 10px;
}
.-page-all .newsPost__header {
  width: 315px;
  padding-top: 4px;
}
.-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: 40px;
  margin-left: 50%;
  padding: 50px 0;
  width: 100vw;
  transform: translateX(-50%);
  background-repeat: repeat;
}
.-page-all .event__main.-bg-none {
  background: none;
}
.-page-all .eventList {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
.-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;
  transition: ease opacity .3s;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
}
.-page-all .eventList a:hover {
  opacity: 0.7;
}
.-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: 162px;
  left: 0;
  padding: 0;
}
.-page-all .eventList__main {
  border-top: 1px solid #EAEAEA;
  flex: 1;
  background: #fff;
  padding: 14px 10px 12px;
}
.-page-all .eventList__brand {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 5px;
}
.-page-all .eventList__brand span {
  font-size: 12px;
  font-weight: 600;
  color: #A0A0A0;
  line-height: 1;
}
.-page-all .eventList__ttl {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  font-size: 16px;
  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;
  overflow: hidden;
  line-height: 1.5;
}
.-page-all .-event .moreLink {
  margin-top: 40px;
}
.-page-all .-event .moreLink a {
  color: #333333;
  border-radius: 100vmax;
}
.-page-all .-event .moreLink a:before {
  background: #fff;
  border-color: #A0A0A0;
  z-index: -1;
}

/* top -page-all -category-search */
.-page-all .-category-search .tabBtns {
  overflow-x: auto;
  overflow-y: hidden;
}

/* top -page-all -styling-search */
.-page-all .-styling-search .stylingList__wrap {
  margin-top: 20px;
}
.-page-all .-styling-search .stylingList {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(15, 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;
  transition: all ease .3s;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

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

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

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

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

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

/* top -page-all -recommend */
.-page-all .iframe-recommend {
  height: 942px;
  overflow: hidden;
}
.-page-all .-recommend:before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 260px);
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.-page-all .-recommend .card {
  margin-top: 20px;
  width: 100%;
  display: block;
}
.-page-all .-recommend .splide__slide {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.-page-all .-recommend .card__item {
  width: 186px;
  margin: 0 !important;
  border: 1px solid #eaeaea;
}
.-page-all .-recommend .card__detail {
  padding: 16px 15px 13px;
  overflow: hidden;
}
.-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 .likeBox {
  right: 0;
}
.-page-all .-recommend .card__detail .likeBox img {
  margin-right: 0;
}

/* top -page-all -ranking */
.-page-all .-ranking .tabBtns {
  overflow-x: auto;
  overflow-y: hidden;
}
.-page-all .-ranking .card {
  width: 100%;
  height: 325px;
  margin-top: 39px;
  display: block;
}
.-page-all .-ranking .card__item {
  width: 186px;
  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 .card__item .rankNum {
  width: 40px;
  height: 40px;
  border-radius: 0;
  top: 0;
  left: 0;
}
.-page-all .-ranking .card__item .rankNum span {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.-page-all .-ranking .card__detail {
  flex: 1;
  padding: 16px 15px 13px;
  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 * 3);
  word-break: break-all;
  -webkit-line-clamp: 3;
}
.-page-all .-ranking .card__detail .itemPrice {
  margin-top: 4px;
}
.-page-all .-ranking .ranking-top {
  display: flex;
  justify-content: flex-start;
  gap: 23px;
}
.-page-all .-ranking .ranking-top .card__item {
  width: 318px;
  height: 186px;
}
.-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__item:nth-of-type(2) .rankNum {
  background: #ABB7C1;
}
.-page-all .-ranking .ranking-top .card__item:nth-of-type(3) .rankNum {
  background: #B87333;
}
.-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: 11px;
}
.-page-all .-ranking .ranking-top .card__detail .itemName {
  word-break: break-all;
  -webkit-line-clamp: 3;
}
.-page-all .-ranking .ranking-top .card__detail .itemPrice {
  padding-top: 0;
  margin-top: 10px;
}
.-page-all .-ranking .ranking-top .card__detail .itemTag {
  margin-top: 8px;
}

/* top -page-all -special */
.-page-all .-special .card {
  margin-top: 20px;
  width: 100%;
  display: block;
}
.-page-all .-special .card__item {
  min-width: 286px;
  width: 286px;
  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%;
  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: 18px;
  font-weight: 600;
  line-height: 1.5;
}

/* top -page-all footer */
.footer-all {
  border-top: 1px solid #eaeaea;
}
.footer-all .footer__body {
  padding: 0;
}
.footer-all .footer__groupCompany {
  padding: 96px 0;
  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: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.footer-all .footer__groupCompany_sub a {
  display: block;
  height: 24px;
  width: auto;
}
.footer-all .footer__groupCompany_sub a:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #e2e2e2;
  position: absolute;
  top: 0;
  right: -32px;
}
.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: 96px 190px 48px;
}
.footer-all .footer__nav {
  gap: 1em 0;
}
.footer-all .footer__navItem a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.footer-all .footer__navItem:after {
  background: #fff;
  opacity: 0.4;
}
.footer-all .footer__sns {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}
.footer-all .footer__sns a {
  padding: 20px 95px;
  background: #fff;
  border-radius: 100vmax;
  font-size: 16px;
  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: 48px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

/* top -page-all header */
.header-all,
.-scrolled.-pageDown .header-all {
  height: 160px;
}
.header-all .header__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.header-all .header__body .header__body__top {
  height: 96px;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
}
.header-all .header__body .header__body__middle {
  display: none;
}
.header-all .header__body .header__body__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
}
.header-all .header__menu {
  width: 36px;
  height: 40px;
}
.header-all .header__menuBtn {
  width: 100%;
  height: 40px;
/*  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 {
  padding: 0;
  width: 190px;
  margin-left: 32px;
}
.header-all .header__logo a img {
  width: 100%;
}
.header-all .header__searchBar {
  margin-left: 32px;
  width: 400px;
}
.header-all .header__search {
  height: 40px;
}
.header-all .header__search form input[type="search"] {
  padding-top: 2px;
}
.noLogin .header-all .header__links {
  margin-left: auto;
}
.header-all .header__linksList {
  gap: 18px;
}
.header-all .header__linksItem {
  margin: 0;
  width: auto;
}
.header-all .header__linksTxt {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  display: flex;
  justify-content: center;
}
.header-all .header__linksTxt span {
  transform: none;
}
.header-all .header__brandLinks {
  max-width: 1000px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
}
.header-all .header__brandLinks__inr {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-all .header__brandLinks a {
  height: 32px;
  padding: 0 16px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  color: #666666;
}
.header-all .header__brandLinks a.-all {
  background: rgba(255, 255, 255, 0.6);
  padding: 0 30px;
}
.header-all .header__brandLinks a:hover,
.header-all .header__brandLinks a.-active {
  background: #fff;
  color: #fff;
}
.header-all .header__brandLinks a.-all:hover,
.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(100vh - 96px);
  top: 96px;
}
.-page-all .dw__bg {
  display: none;
}
.-page-all .dw__close {
  display: none;
}
.-page-all .dw__body {
  width: 100%;
  height: calc(100vh - 90px);
  padding-top: 56px;
  padding-bottom: 100px;
  background: #fff;
  left: 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.-page-all .dw__body a {
  transition: opacity linear .2s;
  text-decoration: none;
}
.-page-all .dw__body a:hover {
  opacity: 0.7;
}
.-page-all .dw__block {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #333333;
}
.-page-all .dw_left {
  width: 388px;
}
.-page-all .dw_right {
  width: 552px;
}
.-page-all .dw_mainLinks {
  display: flex;
  flex-direction: column;
}
.-page-all .dw_mainLinks .dw_link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px;
  font-size: 18px;
  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 40px;
  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: flex-end;
}
.-page-all .dw_accountInfo a {
  width: 240px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100vmax;
  font-size: 16px;
  font-weight: 600;
}
.-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: 24px;
  height: 24px;
/*  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: 48px;
  display: flex;
  justify-content: space-between;
}
.-page-all .dw_subLinks_left,
.-page-all .dw_subLinks_right {
  width: 215px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.-page-all .dw_subLinkGp {
}
.-page-all .dw_subLinkGp_ttl {
  display: flex;
  align-items: center;
  gap: 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: 16px;
}
.-page-all .dw_subLinkGp_links .dw_link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  cursor: pointer;
  transition: opacity linear .2s;
  padding: 2px 22px 2px 0;
  width: 100%;
  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;
  right: 5px;
}
.-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;
  right: 0;
}
.-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: 12px;
  line-height: 1.5;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}
.-page-all .dw_subLinkGp_links > .expandContent > .expandContent .dw_link {
  padding-left: 16px;
}

/* top -page-all header megamenu */
.-page-all .mega__search {
  z-index: 1001;
  position: fixed;
  top: 96px;
  right: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 96px);
  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: 100%;
}
.-page-all .mega__close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 40px;
  left: calc(50% + 452px);
}
.-page-all .mega__closeBtn {
  width: 48px;
  height: 48px;
/*  background-image: url(../images/parts/ico/search-close.svg);*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
.-page-all .mega__body {
  width: 820px;
  height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 56px 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.-page-all .mega__body::-webkit-scrollbar {
  display: none;
}
.-page-all .mega__body__ttl {
  font-size: 18px;
  font-weight: 600;
}
.-page-all .mega__body .tabArea {
  margin-top: 24px;
}
.-page-all .mega__body .tabBtns {
  height: 60px;
  padding-bottom: 10px;
  width: 100%;
}
.-page-all .mega__body .tabBtn {
  margin-right: 0;
  width: 176px;
  min-width: 176px;
  margin-right: 24px;
}
.-page-all .mega__body .tabBtn button {
  white-space: nowrap;
}
.-page-all .mega__body .tabBtn:last-child {
  margin-right: 0;
}
.-page-all .mega__body .tabContents {
  margin-top: 48px;
}
.-page-all .mega__body .tabContent-inr {
  display: flex;
  justify-content: space-between;
}

/* .-page-all dw_links */
.-page-all .dw_links:nth-child(2) >  .dw_link:first-child {
  margin-top: 78.59px;
}
.-page-all .dw_link {
  position: relative;
  width: 388px;
  padding: 24px 48px 24px 24px;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all linear .2s;
}
.-page-all .dw_link:first-child {
  border: none;
}
.-page-all .dw_link:hover {
  opacity: 0.7;
}
.-page-all .dw_links.u-sp {
  display: none;
}
.-page-all .dw_links > .expandContent .dw_link {
  border: none;
  padding: 8px 48px 8px 40px;
  font-size: 14px;
  font-weight: 300;
}
.-page-all .dw_links > .expandContent .dw_link + .expandContent .dw_link {
  padding-left: 56px;
}

/* top -page-all header search suggest */
div.assgdiv {
  border: none;
  box-shadow: 0 4px 16px rgba(51,51,51,0.08);
  padding: 20px 32px 18px;
  border-radius: 8px;
  position: absolute;
  min-width: auto;
  background: #fff;
}
li.assgli {
  position: relative;
  padding: 12px 48px 12px 16px;
  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: 506px !important;
  height: 490px !important;
}
.-page-all .indexKv.-brandTop .indexKv__item {
  width: 490px !important;
  height: 490px !important;
}

/* brand top -hashList */
.-page-all .-hashList .hashList {
  margin-top: 20px;
}
.-page-all .-hashList .hashList__item {
  margin: 0 9px 16px;
}
.-page-all .-hashList .hashList__item a {
  min-height: 40px;
  padding: 8px 32px 8px 30px;
  background: #fff;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  gap: 4px;
}
.-page-all .-hashList .hashList__item a span {
  font-size: 16px;
  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;
}
.-page-all .-item-search .js-tabArea-parent > .tabBtns > .tabBtn {
  position: relative;
  flex: 1;
  display: block;
  background: none;
  width: auto;
  height: 104px;
  margin: 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: 80px;
  background: #e2e2e2;
  position: absolute;
  right: 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 {
  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: 30px;
}
.-page-all .-item-search .js-tabArea-parent > .tabContents .section__body {
  padding: 0;
}

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

/* brand top -map-search */
.-page-all .mapArea {
  width: 100%;
  display: flex;
  justify-content: center;
}
.-page-all .mapArea:before {
  content: "";
  display: block;
  width: 100vw;
  height: 204px;
/*  background-image: url(../images/bg/map-bg.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: 700px;
  height: 399px;
  margin-top: 170px;
}
.-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: 143px;
  height: 54px;
  top: 0;
  left: 0;
  font-size: 0;
}
.-page-all .mapArea_links a:hover {
  background: rgba(0, 0, 0, 0.02);
}
.-page-all .mapArea_links a:nth-child(1) {
}
.-page-all .mapArea_links a:nth-child(2) {
  top: 55.63px;
}
.-page-all .mapArea_links a:nth-child(3) {
  width: 143px;
  height: 107px;
  top: 111.26px;
}
.-page-all .mapArea_links a:nth-child(4) {
  top: 220.6px;
}
.-page-all .mapArea_links a:nth-child(5) {
  height: 123px;
  top: 276.23px;
}
.-page-all .mapArea_links a:nth-child(6) {
  left: 147.37px;
}
.-page-all .mapArea_links a:nth-child(7) {
  left: 294.74px;
}
.-page-all .mapArea_links a:nth-child(8) {
  width: 258px;
  left: 442.11px;
}
.-page-all .mapArea_links a:nth-child(9) {
  width: 168px;
  height: 84px;
  top: 69.06px;
  left: 173.98px;
}
.-page-all .mapArea_links a:nth-child(10) {
  width: 168px;
  top: 161.13px;
  left: 173.98px;
}
.-page-all .mapArea_links a:nth-child(11) {
  width: 168px;
  top: 222.52px;
  left: 173.98px;
}
.-page-all .mapArea_links a:nth-child(12) {
  width: 168px;
  top: 283.9px;
  left: 173.98px;
}
.-page-all .mapArea_links a:nth-child(13) {
  width: 168px;
  height: 84px;
  top: 69.06px;
  left: 358.19px;
}
.-page-all .mapArea_links a:nth-child(14) {
  width: 168px;
  top: 161.13px;
  left: 358.19px;
}
.-page-all .mapArea_links a:nth-child(15) {
  width: 168px;
  top: 222.52px;
  left: 358.19px;
}
.-page-all .mapArea_links a:nth-child(16) {
  width: 168px;
  top: 283.9px;
  left: 358.19px;
}
.-page-all .mapArea_links a:nth-child(17) {
  width: 379px;
  top: 345.29px;
  left: 147.37px;
}
.-page-all .mapArea_links a:nth-child(18) {
  height: 153px;
  top: 69.06px;
  left: 556.72px;
}
.-page-all .mapArea_links a:nth-child(19) {
  height: 118px;
  top: 233.07px;
  left: 556.72px;
}

/* -page-all-lower common */
.-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: 50px;
  padding: 24px 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: #EDEDED;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.-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 {
  position: relative;
  height: 32px;
  font-size: 12px;
  color: #0F0F0F;
  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 newsList */
.-page-all-lower .newsList {
  margin-top: 30px;
}
.-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 roundedBtns */
.-page-all-lower .roundedBtns {
  display: flex;
  gap: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.-page-all-lower .roundedBtns::-webkit-scrollbar {
  display: none;
}
.-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;
  transition: opacity .2s ease;
}
.-page-all-lower .roundedBtn:hover {
  opacity: 0.7;
}
.-page-all-lower .roundedBtn.-active {
  background: #333333;
  color: #FFFFFF;
}

/* -page-all-lower specialList */
.-page-all-lower .specialList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.-page-all-lower .specialList__item {
  position: relative;
  width: 490px;
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;
  transition: opacity .2s ease;
}
.-page-all-lower .specialList__item:hover {
  opacity: 0.7;
}
.specialList__item:nth-last-child(1),
.specialList__item:nth-last-child(2) {
  border: none;
  padding-bottom: 0;
}
.specialList__item:nth-last-child(1) .specialList__tag,
.specialList__item:nth-last-child(2) .specialList__tag {
  bottom: 0;
}
.specialList__item:nth-last-child(2):nth-child(even) {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 40px;
}
.specialList__item:nth-last-child(2):nth-child(even) .specialList__tag {
  bottom: 40px;
}
.-page-all-lower .specialList__thumb {
  width: 167px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.-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: 16px;
}
.-page-all-lower .specialList__detail .itemBrand img {
  height: 100%;
}
.-page-all-lower .specialList__detail .itemText {
  margin-top: 16px;
  font-size: 14px;
}

/* -page-all-lower search-result */
.-page-all-lower .searchResult__header {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.-page-all-lower .searchResult__main {
  font-size: 24px;
  color: #0F0F0F;
  font-weight: 600;
  line-height: 1;
}
.-page-all-lower .searchResult__sub {
  margin-top: 30px;
  font-size: 18px;
  color: #111111;
  line-height: 1;
  font-weight: normal;
}
.-page-all-lower .searchResult__sub.-mt20-pc {
  margin-top: 20px;
}
.-page-all-lower:not(:has(.searchResult__main)) .searchResult__sub {
  margin-top: 0;
}
.-page-all-lower .searchResult__zero {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.2rem;
  color: #606060;
}

/* -page-all-lower tagsCarousel */
.tagsCarousel__wrap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.tagsCarousel__title {
  font-size: 18px;
  font-weight: 600;
  color: #0F0F0F;
  margin-bottom: 20px;
}
.tagsCarousel__controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.tagsCarousel__arw {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 14px;
  width: 75px;
  height: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tagsCarousel__arw:before,
.tagsCarousel__arw:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 100px;
}
.tagsCarousel__arw:before {
  background: #aaa;
}
.tagsCarousel__arw:after {
/*  background-image: url("../images/parts/ico/arw-white.svg");*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.tagsCarousel__arw:hover {
  opacity: 0.8;
}
.tagsCarousel__arw.-disabled {
  opacity: 0.3;
}
.tagsCarousel__arw.-prev {
  left: -75px;
  transform: rotate(180deg);
}
.tagsCarousel__arw.-next {
  right: -75px;
}
.tagsCarousel {
  position: relative;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tagsCarousel::-webkit-scrollbar {
  display: none;
}
.tagsContainer {
  height: 80px;
  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: 107px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.-page-all .category__slide a {
  display: block;
  width: 100%;
  height: 174px;
  transition: opacity .2s ease;
}
.-page-all .category__slide a:hover {
  opacity: 0.7;
}
.-page-all .category__slide a img {
  width: 100%;
  aspect-ratio: 1/1;
}
.-page-all .category__slide a span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

/* -page-all-lower .searchBar */
.-page-all-lower .searchBar {
  position: relative;
  width: 100vw;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.-page-all-lower .searchBar.-bgGray {
  height: 64px;
  background: #F9F9F9;
  margin-top: 50px;
  margin-bottom: 50px;
}
.-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: 24px 0 50px;
  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: all;
}
.-page-all-lower .searchBar__sort .radioList {
  width: 355px;
}
.-page-all-lower .searchBar__sort .radioList a {
  transition: opacity .2s ease;
}
.-page-all-lower .searchBar__sort .radioList a:hover {
  opacity: 0.7;
}

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

/* -page-all-lower .lineUp */
.-page-all-lower .lineUp {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 50px 0 80px;
  background: #F9F9F9;
  display: flex;
  justify-content: center;
}
.-page-all-lower .lineUp__inr {
  width: 1000px;
}
.-page-all-lower .lineUp__title {
  font-size: 18px;
  font-weight: 600;
  color: #0F0F0F;
}
.-page-all-lower .lineUp__main {
  display: flex;
  flex-direction: column;
  gap: 50px;
  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;
}
.-page-all-lower .lineUp__slider .card__item {
  flex-wrap: 1;
  width: 172px;
  height: auto;
  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 {
  right: 0;
}

/* -page-all slider__arw */
.-page-all .slider__arw {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 75px;
	height: 100%;
}
.-page-all .slider__arw.-prev {
  left: -75px;
}
.-page-all .slider__arw.-next {
  right: -75px;
}
.-page-all .slider__arw:before {
	background: #aaa;
}
.-page-all .slider__arw:after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
/*	background-image: url("../images/parts/ico/arw-white.svg");*/
}
.-page-all .slider__arw:before,
.-page-all .slider__arw:after {
  position: absolute;
	top: 50%;
	content: '';
	width: 36px;
	height: 36px;
	margin-top: -18px;
	border-radius: 100px;
}
.-page-all .slider__arw.-prev:before,
.-page-all .slider__arw.-prev:after {
	right: 19px;
	transform: rotate(-180deg);
}
.-page-all .slider__arw.-next:before,
.-page-all .slider__arw.-next:after {
	left: 19px;
}
.-page-all .slider__arw:disabled {
	pointer-events: none;
	opacity: .3;
}

/* -page-all-lower eventGrid */
.-page-all-lower .eventGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 20px;
}
.-page-all-lower .eventGrid__item {
  position: relative;
  width: 100%;
  transition: opacity .2s ease;
}
.-page-all-lower .eventGrid__item:hover {
  opacity: 0.7;
}
.-page-all-lower .eventGrid__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  position: absolute;
  left: 0;
  bottom: -40px;
}
.-page-all-lower .eventGrid__item:nth-last-child(1):after,
.-page-all-lower .eventGrid__item:nth-last-child(2):after {
  display: none;
}
.-page-all-lower .eventGrid__item:nth-last-child(2):nth-child(even):after {
  display: block;
}
.-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: 6px;
  height: 40px;
}
.-page-all-lower .eventGrid__detail .itemBrand img {
  height: 16px;
}
.-page-all-lower .eventGrid__detail .itemBrand img.-all {
  height: 18px;
}
.-page-all-lower .eventGrid__detail .eventGrid__tag2 {
  margin-top: 16px;
  height: 16px;
  display: flex;
  gap: 2px;
}
.-page-all-lower .eventGrid__detail .itemText {
  margin-top: 16px;
  font-size: 14px;
}
.-page-all-lower .eventGrid__date {
  margin-top: 20px;
  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-header {
  padding: 30px 0 32px;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  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-bottom: 100px;
}
.-page-all-lower .event-list-recommend .event__main {
  padding-bottom: 128px;
}
.-page-all-lower .-event-list .eventList a {
  overflow: hidden;
}
.-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-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-copied {
  display: none;
  position: relative;
}
.-page-all-lower .fixed-area-copied.-active {
  display: block;
}
.-page-all-lower .select-month {
  background: #F9F9F9;
  width: 100vw;
  min-width: 1024px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 14px 0;
  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;
  transition: opacity .2s ease;
}
.-page-all-lower .select-month a:hover {
  opacity: 0.7;
}
.-page-all-lower .select-month span {
  background: #333333;
  color: #fff;
}
.-page-all-lower .calendar-container {
  min-width: 1024px;
}
.-page-all-lower .select-date {
  background: #EDEDED;
  width: 100vw;
  min-width: 1024px;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .2s ease;
}
.-page-all-lower .select-date:hover {
  opacity: 0.7;
}
.-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: 40px 0 100px;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background-repeat: repeat;
}
.-page-all-lower .event-list-misc {
  width: 1000px;
  margin: 0 auto;
  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 {
  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: 40px;
}
.-page-all-lower .-event-list .eventGrid-wrap {
  width: 1000px;
  margin: 20px auto 0;
  padding: 25px 50px 50px;
  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: 46px;
  gap: 40px 20px;
}
.-page-all-lower .event-list-main .eventGrid__item:after {
  bottom: -20px;
}
.-page-all-lower .event-list-main .eventGrid__item:nth-child(1):before,
.-page-all-lower .event-list-main .eventGrid__item:nth-child(2):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  position: absolute;
  left: 0;
  top: -20px;
}
.-page-all-lower .-event-list .eventGrid-none {
  font-size: 1.2rem;
  color: #606060;
}

/* .-page-all-lower order-history */
.-page-all-lower .order-tab {
  margin-top: -10px;
  justify-content: center;
}
.-page-all-lower .order-tab-item {
  transition: opacity .2s ease;
}
.-page-all-lower .order-tab-item:hover {
  opacity: 0.7;
}
.-page-all-lower .history {
  padding-top: 50px;
}
.-page-all-lower .history__item {
}
.-page-all-lower .history__item__header {
  padding: 20px 40px;
}
.-page-all-lower .history__item__main {
  padding: 40px;
}
.-page-all-lower .history__detail {
	width: 302px;
}
.-page-all-lower .history__info p a {
  transition: opacity .2s ease;
}
.-page-all-lower .history__info p a:hover {
  opacity: 0.7;
}
.-page-all-lower .history__slider {
	width: 557px;
}
.-page-all-lower .history__slider .splide {
	width: 447px;
	height: 180px;
}
.-page-all-lower .history__slider .splide__slide a {
  transition: opacity .2s ease;
}
.-page-all-lower .history__slider .splide__slide a:hover {
  opacity: 0.7;
}
.-page-all-lower .history__item .hold_mask {
  top: 0;
}

/* 絞り込みフィルター */
.hideFullModal {
  transition: opacity .2s ease;
}
.hideFullModal:hover {
  opacity: 0.7;
}
.fullModal__reset {
  transition: opacity .2s ease;
}
.fullModal__reset:hover {
  opacity: 0.7;
}

/* お受け取り店舗検索 */
.modalStoreSearch .modal {
  padding-bottom: 0;
}
.modalStoreSearch .modal__body {
  padding-bottom: 60px;
}
.modalStoreSearch .searchFromCurrentLocation {
  display: flex;
  justify-content: center;
}
.modalStoreSearch .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;
  transition: opacity .2s ease;
}
.modalStoreSearch .searchFromCurrentLocation button:hover {
  opacity: 0.7;
}
.modalStoreSearch .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;
}
.modalStoreSearch .dw_links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modalStoreSearch .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;
}
.modalStoreSearch .dw_link .dw_toggleMark {
  right: 0;
}
.modalStoreSearch .expandContent {
  padding-top: 40px;
  width: 100%;
}
.modalStoreSearch .modal__submit {
  margin-top: 48px;
  flex-direction: column;
  align-items: center;
}
.modalStoreSearch .modal__submitReset {
  margin-top: 20px;
  justify-content: center;
}
.modalStoreSearch .balloonItem__container {
  flex-direction: column;
}
.modalStoreSearch .balloonItem__name {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 12px;
}
.modalStoreSearch .balloonItem__text {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.modalStoreSearch .balloonItem__btn {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.modalStoreSearch .balloonItem__btn button {
  width: 162px;
}
.modalStoreSearch .addressList__detail {
  width: 100%;
}
.modalStoreSearch .addressList__item {
  flex-direction: column;
  justify-content: flex-start;
}
.modalStoreSearch .addressList__text {
  width: 100%;
}
.modalStoreSearch .addressList__btn {
  margin-top: 20px;
  width: 100%;
  display: flex;
  gap: 6px;
}
.modalStoreSearch .addressList__btn button {
  flex: 1;
}
.modalStoreSearch .addressList__btn button.-white {
  background: #fff;
  border: 1px solid #EAEAEA;
  color: #333333;
}
.modalStoreSearch .addressList__notes {
  margin-top: 15px;
  color: #CB053A;
  font-size: 12px;
}
.modalStoreSearch .pager {
  margin-top: 100px;
  margin-bottom: -60px;
  width: 790px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.-page-all .cartItems__moreBtn.expandBtn {
  position: relative;
  gap: 1em;
  transition: opacity .2s ease;
}
.-page-all .cartItems__moreBtn.expandBtn:hover {
  opacity: 0.7;
}
.-page-all .cartItems__moreBtn.expandBtn:after {
  display: none;
}
.-page-all .cartItems__moreBtn.expandBtn .dw_toggleMark {
  position: relative;
  right: 0;
}
.-page-all .pageList__ttl {
  align-items: flex-start;
}
.-page-all .pageList__ttl:has(.notes) {
  padding-top: 65px;
  position: relative;
}
.-page-all .pageList__ttl .notes.-indent {
  position: absolute;
  top: 1em;
  width: 500px;
  line-height: 1.6;
}
.-page-all .pageList__ttl:has(.notes) + .notes + .pageList__detail {
  padding-top: 47px;
}
.-page-all .pageList__ttl .ttl-coupon {
  min-width: 7em;
}
.-page-all .cart__panel {
  padding-top: 20px;
}
.-page-all .cart__panel.-pt0 {
  padding-top: 0;
}
.-page-all .btn-popup {
  transition: opacity .2s ease;
}
.-page-all .btn-popup:hover {
  opacity: 0.7;
}

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

/* coordinate */
.-page-all:has(.coordinateItemsList) .roundedBtns {
  justify-content: center;
}
.-page-all:has(.coordinateItemsList) .heading-2 {
  padding-top: 52px;
}
.-page-all .coordinateItemsList {
  margin-top: 40px;
}

/* sitemap */
.-page-all h1:has(+ .pageLinks) {
  font-size: 24px;
  padding-bottom: 40px;
}
.-page-all .pageLinks {
  margin-bottom: 50px;
}
.-page-all .pageLinks h2{
  font-size: 20px;
}
.-page-all .pageLinks h3{
  font-size: 18px;
}
.-page-all .pageLinks h4{
  font-size: 16px;
  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 .linkList:first-of-type {
  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: 44px !important;
  padding-bottom: 52px !important;
}

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