@charset "UTF-8";
:root {
  --font-family-base: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, Arial, "Lucida Grande", sans-serif;
  --font-family-en: "Oswald", sans-serif;
  --font-size-sm: 12px;
  --font-size-base: 14px;
  --font-size-md: 16px;
  --font-size-md-2: 18px;
  --font-size-lg: 20px;
  --font-size-lg-2: 22px;
  --font-size-xl: 24px;
  --font-size-xxl: 28px;
  --font-size-xxxl: 32px;
  --color-text-primary: #000;
  --color-text-white: #fff;
  --color-critical: #d60000;
  --color-info: #008cc9;
  --color-gray: #6a6a6a;
  --color-gray-lighter: #c9c9c9;
  --color-pink: #cb7d90;
  --color-brand-primary: #b20311;
  --color-brand-secondary: #fff;
  --color-brand-tertiary: #f5f5f5;
  --color-text-default: #272727;
  --color-text-sub: #1d1d1d;
  --color-text-women: #ea7ca2;
  --color-ui-info: #2095cc;
  --color-ui-secondary: #656364;
  --color-ui-secondary-light: #ccc;
  --color-ui-secondary-darken: #626262;
  --color-ui-critical: #ff0000;
  --color-gray-light: #d8d8d8;
}

body,
html {
  font-family: var(--font-family-base);
  scroll-padding-top: 20vw;
  scroll-behavior: smooth;
  margin: 0;
}

@media (min-width: 1440px) {
  body,
  html {
    scroll-padding-top: 140px;
  }
}

.l-container,
.l-container--wide {
  width: calc(100% - 20px * 2);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .l-container,
  .l-container--wide {
    max-width: 860px;
  }
}

@media (min-width: 768px) {
  .l-container--wide {
    max-width: 980px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l-container--wide {
    width: 100%;
  }
}

.c-heading,
.c-heading--deco {
  color: var(--color-text-primary);
  text-align: center;
  font-weight: 700;
  font-size: var(--font-size-lg);
}

@media (min-width: 768px) {
  .c-heading,
  .c-heading--deco {
    font-size: var(--font-size-xl);
  }
}

.c-heading--deco {
  color: var(--color-critical);
  font-size: var(--font-size-xxl);
  font-weight: 800;
}

.c-heading-secondary {
  font-size: var(--font-size-md);
  font-weight: 800;
  line-height: 28px;
  /* 175% */
}

.c-btn,
.c-btn--critical {
  text-align: center;
}

.c-btn a {
  max-width: 335px;
  width: 100%;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: var(--font-size-md);
  color: #452c1a;
  font-weight: 600;
  border: 1px solid #452c1a;
  background: #fff;
}

.c-btn a:hover {
  opacity: 0.7;
  transition: 0.3s opacity ease;
}

.p-outlet-discount .c-heading-secondary,
.p-outlet-price .c-heading-secondary,
.p-outlet-category:has(#category-second) .c-heading-secondary,
.p-outlet-countdown--ranking .c-heading-secondary {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.p-outlet-discount .c-heading--deco,
.p-outlet-price .c-heading--deco,
.p-outlet-category:has(#category-second) .c-heading--deco,
.p-outlet-countdown--ranking .c-heading--deco {
  color: #d60000;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  /* 87.5% */
}

.p-outlet-size .c-heading-secondary {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.p-outlet-size .c-heading--deco {
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .p-outlet-size .c-heading-secondary {
    font-size: 16px;
  }
  .p-outlet-size .c-heading--deco {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-outlet-category #category-second {
    font-size: 16px;
  }
  .p-outlet-category #category-second .c-heading--deco {
    font-size: 28px;
  }
}

.c-product-unit,
.p-outlet .p-outlet-discount__product-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 10px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .c-product-unit,
  .p-outlet .p-outlet-discount__product-unit {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 0;
    row-gap: 24px;
    column-gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-outlet-countdown--coat .l-container,
  .p-outlet-countdown--ranking .l-container {
    max-width: 740px;
  }
  .p-outlet-countdown--coat .c-product-unit,
  .p-outlet-countdown--ranking .c-product-unit {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
  }
}

.c-btn--critical a {
  background-color: var(--color-critical);
}

.c-product-card__body {
  margin-top: 8px;
}

.c-product-card__body > * + * {
  margin-top: 4px;
}

.c-product-card__txt {
  color: #000;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  /* 150% */
  word-break: break-word;
}

.c-product-card__price {
  color: #000;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  /* 150% */
}

.c-product-card__price--deco {
  color: #d60000;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.c-product-card__price--deco span {
  font-size: 12px;
  line-height: 14px;
  /* 116.667% */
}

.c-product-card__price--line-through {
  text-decoration: line-through;
}

.p-outlet {
  padding: 0 0 96px 0;
}

.p-outlet .p-outlet-mv {
  padding-top: 0;
}

.p-outlet .p-outlet-mv__txt {
  text-align: center;
  color: var(--color-text-primary);
  font-size: var(--font-size-md);
  font-weight: 600;
  line-height: 28px;
  margin-top: 16px;
}

.p-outlet .p-outlet-mv__txt span {
  color: #fff;
  font-size: var(--font-size-lg-2);
  font-weight: 600;
  line-height: 28px;
  /* 127.273% */
  padding: 8px 30px;
  border-radius: 20px;
  background: #00376b;
  margin-bottom: 8px;
  display: inline-block;
}

.p-outlet .p-outlet-mv__list {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin-top: 18px;
  border-bottom: 4px solid #d9d9d9;
  max-width: 860px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .p-outlet .p-outlet-mv__list {
    max-width: 335px;
  }
}

.p-outlet .p-outlet-mv__item,
.p-outlet .p-outlet-mv__item--ladies {
  width: 200px;
}

.p-outlet .p-outlet-mv__item a,
.p-outlet .p-outlet-mv__item--ladies a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #452c1a;
  text-align: center;
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: normal;
}

.p-outlet .p-outlet-mv__item[aria-current="page"] a::after,
.p-outlet .p-outlet-mv__item--ladies[aria-current="page"] a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #452c1a;
}

.p-outlet .p-outlet-mv__item svg,
.p-outlet .p-outlet-mv__item--ladies svg {
  max-width: 32px;
  margin-right: 4px;
}

.p-outlet .p-outlet-coupon__inner {
  padding-top: 36px;
  max-width: 341px;
}

.p-outlet .p-outlet-coupon__button {
  background-color: transparent;
  padding-inline: 0;
  margin-top: 13px;
}

@media (hover: hover) and (pointer: fine) {
  .p-outlet .p-outlet-coupon__button:hover {
    opacity: 0.7;
  }
}

.p-outlet .p-outlet-coupon__button:focus {
  opacity: 0.7;
}

.p-outlet .p-outlet-coupon__img {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-coupon__img {
    margin-inline: auto;
  }
}

.p-outlet .p-outlet-coupon__note {
  color: #f00;
  font-size: 11px;
  font-weight: 300;
  line-height: 160%;
  /* 17.6px */
  margin-top: 10px;
  padding-inline: 10px;
}

.p-outlet .p-outlet-category {
  padding-top: 40px;
}

.p-outlet-category .c-heading {
  font-size: 20px;
}

.p-outlet-category .c-heading--deco {
  font-size: 32px;
  color: #d60000;
}

.p-outlet .p-outlet-category__link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 5px;
  row-gap: 16px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-category__link-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 5px;
    row-gap: 16px;
    margin-top: 24px;
  }
}

.p-outlet .p-outlet-category__link-item {
  flex: 1;
  max-width: none;
}

.p-outlet .p-outlet-category__link-item a:hover {
  opacity: 0.7;
}

.p-outlet-category__link-picture-wrapper {
  aspect-ratio: 1/1;
  border-radius: 5px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-outlet-category__link-picture img {
  max-height: 50px;
}

.p-outlet .p-outlet-category__link-txt {
  text-align: center;
  margin-top: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.p-outlet .p-outlet-category__btn {
  margin-top: 24px;
}

.p-outlet .p-outlet-category__tab-list {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-top: 24px;
}

.p-outlet .p-outlet-category__tab-list[aria-hidden="true"] {
  display: none;
}

.p-outlet .p-outlet-category__tab-item a {
  color: var(--color-text-primary);
  font-size: var(--font-size-md-2);
  font-weight: 600;
}

.p-outlet
.p-outlet-category__tab-item.p-outlet-category__tab-item--men[aria-current="page"]
a {
  color: var(--color-info);
  text-decoration: underline;
}

.p-outlet
.p-outlet-category__tab-item.p-outlet-category__tab-item--women[aria-current="page"]
a {
  color: var(--color-pink);
  text-decoration: underline;
}

.p-outlet-category:has(#category-second) .p-outlet-category__link-list {
  background-image: linear-gradient(to right, #d5d5d5 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 1px;
  padding-bottom: 58px;
}

.p-outlet .p-outlet__nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 75px;
  opacity: 0.9;
  background: #fff;
  box-shadow: -2px -2px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet__nav {
    max-width: 350px;
    right: 0;
    border-radius: 10px 0px 0px 0px;
  }
}

.p-outlet .p-outlet__nav-list {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.p-outlet .p-outlet__nav-item {
  flex: 1 0 auto;
  text-align: center;
}

.p-outlet .p-outlet__nav-item a {
  flex-direction: column;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  position: relative;
  padding-top: 3px;
}

.p-outlet .p-outlet__nav-item a p {
  color: #452c1a;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.p-outlet .p-outlet__nav-item a p span {
  font-size: 10px;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .p-outlet .p-outlet__nav-item a:hover {
    background-color: #f1f1f1;
    color: var(--color-ui-critical);
  }
  .p-outlet .p-outlet__nav-item a:hover .iconPrimary path {
    stroke: var(--color-ui-critical);
  }
  .p-outlet .p-outlet__nav-item a:hover .iconSecondary path {
    fill: var(--color-ui-critical);
  }
}

.p-outlet .p-outlet-bnr {
  padding-top: 56px;
}

.p-outlet .p-outlet-bnr__link-list {
  display: flex;
  column-gap: 16px;
  overflow-x: scroll;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .p-outlet .p-outlet-bnr__link-list {
    padding: 0 0;
  }
}

.p-outlet .p-outlet-bnr__link-item {
  flex: 1 0 auto;
  max-width: 200px;
}

.p-outlet .p-outlet-discount {
  padding-top: 56px;
}

.p-outlet .p-outlet-discount__product-unit-wrapper.js-per-list {
  display: none;
  margin-top: 20px;
}

.p-outlet .p-outlet-discount__product-unit-wrapper.is-active {
  display: block;
}

.p-outlet .p-outlet-discount__product-unit {
  display: grid !important;
}

@media screen and (max-width: 767px) {
  .p-outlet .p-outlet-discount__product-unit {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: auto;
    grid-auto-flow: column;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .p-outlet-discount__card {
    width: 28vw;
    min-width: 105px;
  }
}

.p-outlet .p-outlet-discount__tab-unit {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-outlet .p-outlet-discount__tab-unit {
    width: 100vw;
    transform: translateX(-20px);
  }
}

.p-outlet .p-outlet-discount__tab-unit::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: #d60000;
}

.p-outlet .p-outlet-discount__tab-list {
  display: flex;
  align-items: flex-end;
  column-gap: 8px;
  overflow-x: scroll;
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-discount__tab-list {
    justify-content: center;
  }
}

.p-outlet .p-outlet-discount__tab-item {
  flex: 1;
  max-width: 125px;
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-discount__tab-item {
    flex: 0;
    min-width: 180px;
    text-align: center;
  }
}

.p-outlet .p-outlet-discount__tab-btn {
  color: var(--color-text-white);
  background-color: var(--color-gray-lighter);
  font-family: var(--font-family-en);
  font-size: var(--font-size-md-2);
  font-weight: 800;
  padding: 4px 0;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

.p-outlet .p-outlet-discount__tab-btn.is-current {
  background-color: #d60000;
  height: 100%;
  padding: 0.6em 0.95em;
}

.p-outlet .p-outlet-discount__tab-txt-deco {
  font-family: var(--font-family-en);
  font-size: 32px;
  line-height: 1;
}

.p-outlet .p-outlet-discount__btn {
  margin-top: 24px;
}

.p-outlet .p-outlet-discount__btn a {
  color: #fff;
  background: #d60000;
  border: none;
}

.p-outlet .p-outlet-countdown {
  margin: 28px 0 0 0;
  padding: 28px 0;
  background-color: var(--color-brand-tertiary);
}

@media (min-width: 768px) {
  .p-outlet .p-outlet-countdown {
    padding: 56px 0;
  }
}

.c-heading--deco-snow {
  color: #d60000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  /* 87.5% */
}

@media screen and (max-width: 767px) {
  .c-heading--deco-snow {
    font-size: 28px;
  }
}

.c-heading-secondary:has(.c-heading--deco-snow) {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.c-heading-secondary:has(.c-heading--deco-snow)::before, .c-heading-secondary:has(.c-heading--deco-snow)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-heading-secondary:has(.c-heading--deco-snow)::before {
  left: -67px;
  width: 64px;
  height: 61px;
  background-image: url(/ec/img/usr/pg/c/outlet_sale/icon_snow_left.png);
}

.c-heading-secondary:has(.c-heading--deco-snow)::after {
  right: -62px;
  width: 58px;
  height: 59px;
  background-image: url(/ec/img/usr/pg/c/outlet_sale/icon_snow_right.png);
}

@media screen and (max-width: 767px) {
  .c-heading-secondary:has(.c-heading--deco-snow) {
    font-size: 16px;
  }
  .c-heading-secondary:has(.c-heading--deco-snow)::before {
    left: -65px;
  }
  .c-heading-secondary:has(.c-heading--deco-snow)::after {
    right: -58px;
  }
}

.p-outlet .p-outlet-countdown__btn {
  margin-top: 24px;
}

.p-outlet .p-outlet-countdown__inner-child {
  background-color: var(--color-brand-tertiary);
}

@media (min-width: 768px) {
  .p-outlet .p-outlet-countdown__inner-child {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 38px 70px;
    padding-top: 0;
  }
}

.p-outlet .p-outlet-countdown__label,
.p-outlet .p-outlet-countdown__label--deco {
  color: var(--color-text-primary);
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 162.5% */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-outlet .p-outlet-countdown__label--deco {
  font-size: var(--font-size-lg-2);
}

.p-outlet .p-outlet-countdown-unit {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.p-outlet .p-outlet-countdown-unit__inner {
  display: flex;
  align-items: center;
  column-gap: 19px;
  margin-left: auto;
}

.p-outlet .p-outlet-countdown__time-txt,
.p-outlet .p-outlet-countdown__time-txt--deco,
.p-outlet .p-outlet-countdown__time-txt--secondary {
  color: var(--color-text-primary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  font-family: var(--font-family-en);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.p-outlet .p-outlet-countdown__time-txt--deco {
  color: var(--color-critical);
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}

.p-outlet .p-outlet-countdown-unit__separator {
  display: flex;
  align-items: center;
}

.p-outlet .p-outlet-countdown__colon {
  margin-right: 8px;
  margin-left: 8px;
  margin-top: -10px;
}

@media (hover: hover) and (pointer: fine) {
  .p-outlet .p-outlet-countdown__card:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-outlet .p-outlet-countdown__card:focus {
  opacity: 0.7;
  cursor: pointer;
}

.p-outlet-countdown__card a {
  position: relative;
  display: block;
}

.p-outlet .p-outlet-countdown__card-body {
  padding-inline: 10px;
}

.p-outlet .p-outlet-countdown__card-detail {
  display: block;
  color: #452c1a;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  /* 150% */
  width: 100%;
  border-radius: 5px;
  border: 1px solid #452c1a;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 8px;
}

.p-outlet-countdown__card-ranking-icon, .p-outlet-countdown__card-ranking-icon--simple {
  position: absolute;
}

.p-outlet-countdown__card-ranking-icon {
  top: -32px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-outlet-countdown__card-ranking-icon {
    top: -28px;
  }
}

.p-outlet-countdown__card-ranking-icon--simple {
  display: flex;
  top: -15px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-outlet-countdown__card-ranking-icon--simple {
    top: -13px;
    width: 26px;
    height: auto;
  }
}

.p-outlet .p-outlet-countdown--recommend,
.p-outlet .p-outlet-countdown--ranking {
  background-color: #fff;
}

.p-outlet .p-outlet-countdown--recommend .p-outlet-countdown__inner-child,
.p-outlet .p-outlet-countdown--ranking .p-outlet-countdown__inner-child {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-outlet .p-outlet-countdown--ranking .c-product-unit {
    padding-top: 40px;
  }
}

.p-outlet .p-outlet-price {
  padding-top: 56px;
}

.p-outlet .p-outlet-price__bnr-unit--image {
  margin-top: 24px;
}

.p-outlet .p-outlet-price__bnr-unit--image .p-outlet-price__bnr-unit-list {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.p-outlet .p-outlet-price__bnr-unit--image .p-outlet-price__bnr-unit-item {
  width: calc(50% - 7.5px);
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-price__bnr-unit--image .p-outlet-price__bnr-unit-list {
    gap: 20px;
  }
  .p-outlet .p-outlet-price__bnr-unit--image .p-outlet-price__bnr-unit-item {
    width: 18.6%;
  }
}

.p-outlet .p-outlet-price__bnr-unit {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-price__bnr-unit {
    flex-wrap: initial;
    gap: 20px;
    margin-top: 20px;
  }
}

.p-outlet .p-outlet-price__bnr-unit-item {
  width: calc(50% - 7.5px);
}

.p-outlet .p-outlet-size {
  padding: 28px 0 20px 0;
  background-color: var(--color-brand-tertiary);
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-size {
    padding: 48px 0 48px 0;
  }
}

.p-outlet .p-outlet__per-unit,
.p-outlet .p-outlet-size__tab-unit {
  margin-top: 20px;
}

.p-outlet .p-outlet__per-unit::after,
.p-outlet .p-outlet-size__tab-unit::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: var(--color-brand-primary);
}

.p-outlet .p-outlet__per-list,
.p-outlet .p-outlet-size__tab-list {
  display: flex;
  align-items: flex-end;
  column-gap: 1px;
}

@media screen and (max-width: 767px) {
  .p-outlet .p-outlet__per-list,
  .p-outlet .p-outlet-size__tab-list {
    overflow-x: scroll;
  }
}

.p-outlet .p-outlet__per-item,
.p-outlet .p-outlet-size__tab-item {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-outlet .p-outlet__per-item,
  .p-outlet .p-outlet-size__tab-item {
    flex: auto;
    min-width: 95px;
  }
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet__per-item,
  .p-outlet .p-outlet-size__tab-item {
    flex: 0;
    text-align: center;
  }
}

.p-outlet .p-outlet__per-btn,
.p-outlet .p-outlet-size__tab-btn {
  color: var(--color-text-white);
  background-color: var(--color-gray-light);
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: 800;
  padding: 0 28px;
  width: 100%;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .p-outlet .p-outlet__per-btn,
  .p-outlet .p-outlet-size__tab-btn {
    padding-inline: 0;
  }
}

.p-outlet .p-outlet__per-btn.is-current,
.p-outlet .is-current.p-outlet-size__tab-btn {
  background-color: var(--color-brand-primary);
  height: 100%;
  padding: 0 2em;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .p-outlet .p-outlet__per-btn.is-current,
  .p-outlet .is-current.p-outlet-size__tab-btn {
    padding-inline: 0;
  }
}

.p-outlet .p-outlet-size__tab-unit::after {
  background-color: var(--color-ui-secondary-darken);
}

.p-outlet .p-outlet-size__tab-list {
  overflow: auto;
}

.p-outlet .p-outlet-size__tab-item {
  flex: 1;
}

.p-outlet .p-outlet-size__tab-btn {
  background-color: var(--color-brand-secondary);
  color: var(--color-ui-secondary-light);
  font-size: var(--font-size-md);
  font-weight: 400;
  padding: 0px 23.5px;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
  .p-outlet .p-outlet-size__tab-btn {
    padding-inline: 0;
  }
}

.p-outlet .p-outlet-size__tab-btn.is-current {
  background-color: var(--color-ui-secondary-darken);
  color: var(--color-text-white);
}

.p-outlet .p-outlet-size__select-list {
  display: none;
}

.p-outlet .p-outlet-size__select-list.is-active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-size__select-list.is-active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-outlet .p-outlet-size__select-item:first-of-type {
  border-bottom: 1px solid var(--color-brand-tertiary);
}

.p-outlet .p-outlet-size__select-item:nth-of-type(2) {
  border-bottom: 1px solid var(--color-brand-tertiary);
  border-left: 1px solid var(--color-brand-tertiary);
}

.p-outlet .p-outlet-size__select-item:nth-of-type(4) {
  border-left: 1px solid var(--color-brand-tertiary);
}

.p-outlet .p-outlet-size__select-link {
  position: relative;
  padding: 0 15px;
  height: 60px;
  background-color: var(--color-brand-secondary);
  font-size: 15px;
  display: flex;
  align-items: center;
  color: var(--color-text-default);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 12px;
}

.p-outlet .p-outlet-size__select-link img {
  margin-left: auto;
}

.p-outlet .p-outlet__select-name {
  font-size: 20px;
}

.p-outlet .p-outlet-size__select-bottom {
  font-size: var(--font-size-lg);
}

.p-outlet .p-outlet-size__select-bottom * {
  font-weight: 600;
}

.p-outlet .p-outlet-size__select-bottom span:first-of-type {
  font-size: var(--font-size-base);
}

@media screen and (min-width: 768px) {
  .p-outlet .p-outlet-size__select-bottom span:first-of-type {
    font-size: var(--font-size-md);
  }
}

.p-outlet .p-outlet-size__select-bottom span:nth-of-type(2) {
  margin: 0 8px;
  font-size: var(--font-size-base);
}

.p-outlet .p-outlet-size__select-bottom span:nth-of-type(3) {
  font-size: var(--font-size-base);
}

.p-outlet .p-outlet-size__select-bottom img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 24px;
}

.p-outlet-feature__inner {
  padding-top: 42px;
}

.p-outlet-feature .c-heading--deco {
  font-size: 24px;
}

.p-outlet-feature__list {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-outlet-feature__list {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-outlet-feature__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 24px;
  }
}

.p-outlet-feature__item {
  max-width: none;
}

.p-outlet-feature__item a {
  display: block;
  position: relative;
}

.p-outlet-feature__item a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-outlet-feature__item {
    max-width: 250px;
  }
}

.p-outlet-feature__item-pop {
  position: absolute;
  top: -16px;
  right: -2px;
  background-image: url(/ec/img/usr/pg/c/outlet_sale/img_pop_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 113px;
  height: 37px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  /* 233.333% */
}

.p-outlet-feature__item-pop-num {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.p-outlet-return__btn {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  footer.l-footer.m-footer {
    padding-bottom: 110px;
  }
}

.m-pagetop {
  bottom: 87px;
}

@media screen and (min-width: 768px) {
  .m-pagetop {
    bottom: 92px;
  }
}

.block-page-top {
  bottom: 85px;
}

.p-outlet-chirashi {
  margin-top: 48px;
}

.p-outlet-chirashi .c-heading.c-heading-secondary {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 33px */
}

@media screen and (min-width: 768px) {
  .p-outlet-chirashi {
    margin-top: 58px;
  }
  .p-outlet-chirashi .c-heading.c-heading-secondary {
    font-size: 22px;
  }
}

.p-outlet-chirashi__link {
  display: block;
  margin-top: 16px;
  max-width: 420px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-outlet-chirashi__link {
    margin-top: 21px;
  }
}
