#sale2025 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  overflow: clip;
  margin-bottom: 150px;
}
html[data-browse-mode=S] #sale2025 {
  margin-bottom: 80px;
}
#sale2025 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sale2025 img {
  vertical-align: bottom;
}
html[data-browse-mode=S] #sale2025 .for-pc {
  display: none;
}
html[data-browse-mode=P] #sale2025 .for-sp {
  display: none;
}
#sale2025 .mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E60C14;
  height: 300px;
  padding-bottom: 25px;
}
html[data-browse-mode=S] #sale2025 .mainvisual {
  height: 180px;
}
#sale2025 .mainvisual img {
  max-width: 513px;
  width: 100%;
}
html[data-browse-mode=S] #sale2025 .mainvisual img {
  max-width: 298px;
}
#sale2025 .contents-wrapper {
  position: relative;
  background: #F8F8F8;
  padding-top: 90px;
  padding-bottom: 50px;
  margin-bottom: 180px;
}
html[data-browse-mode=S] #sale2025 .contents-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 80px;
}
#sale2025 .contents-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50vw 0 50vw;
  border-color: #F8F8F8 transparent transparent transparent;
  top: 100%;
  left: 0;
}
html[data-browse-mode=S] #sale2025 .contents-wrapper:after {
  border-width: 50px 50vw 0 50vw;
}
#sale2025 .contents-wrapper:has(.news) {
  padding-top: 100px;
}
html[data-browse-mode=S] #sale2025 .contents-wrapper:has(.news) {
  padding-top: 70px;
}
#sale2025 .news {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 732px;
  width: 100%;
  margin-inline: auto;
  background: #FFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 20px 20px 85px;
}
html[data-browse-mode=S] #sale2025 .news {
  width: calc(100% - 30px);
  padding: 10px 12px;
  border-radius: 0;
}
#sale2025 .news-ttl {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #E60C14;
  z-index: 10;
}
html[data-browse-mode=S] #sale2025 .news-ttl {
  width: 70px;
  background: #FFF;
  font-size: 12px;
  top: 10px;
  left: 12px;
  padding-top: 2px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#sale2025 .news .swiper {
  height: 20px;
}
html[data-browse-mode=S] #sale2025 .news .swiper {
  height: 40px;
}
#sale2025 .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
html[data-browse-mode=S] #sale2025 .news-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sale2025 .news-item dt {
  width: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #A4A4A4;
}
html[data-browse-mode=S] #sale2025 .news-item dt {
  width: 70px;
  font-size: 12px;
  padding-top: 22px;
}
#sale2025 .news-item dd {
  width: calc(100% - 110px);
}
html[data-browse-mode=S] #sale2025 .news-item dd {
  width: calc(100% - 80px);
}
#sale2025 .news-item dd a {
  position: relative;
  text-decoration: underline;
}
#sale2025 .news-item dd a:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 2px;
}
#sale2025 .news-item dd a:hover {
  text-decoration: none;
}
#sale2025 .news-item dd span {
  padding-right: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html[data-browse-mode=S] #sale2025 .news-item dd span {
  -webkit-line-clamp: 2;
}
#sale2025 .inner {
  max-width: 1230px;
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
}
#sale2025 .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E60C14;
  width: 308px;
  min-height: 50px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 60px;
  margin-inline: auto;
}
#sale2025 .btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sale2025 .btn--anchor:after {
  border-width: 9px 6px 0 6px;
  border-color: #FFFFFF transparent transparent transparent;
}
#sale2025 .head {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 90px;
}
html[data-browse-mode=S] #sale2025 .head {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}
#sale2025 .head-lead {
  font-family: "Montserrat", sans-serif;
  color: #E60C14;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
html[data-browse-mode=S] #sale2025 .head-lead {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 34px;
}
#sale2025 .head .btn {
  margin-top: 35px;
}
html[data-browse-mode=S] #sale2025 .head .btn {
  margin-top: 20px;
}
#sale2025 .contents {
  background: #FFF;
  border-radius: 20px;
  padding: 60px 120px;
}
html[data-browse-mode=S] #sale2025 .contents {
  border-radius: 10px;
  padding: 25px 20px;
}
#sale2025 .contents + .contents {
  margin-top: 50px;
}
html[data-browse-mode=S] #sale2025 .contents + .contents {
  margin-top: 20px;
}
#sale2025 .contents-ttl {
  font-family: "Montserrat", sans-serif;
  color: #E60C14;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #E3E3E3;
}
html[data-browse-mode=S] #sale2025 .contents-ttl {
  font-size: 24px;
}
#sale2025 .contents-ttl span {
  font-size: 31px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  margin-left: 20px;
}
html[data-browse-mode=S] #sale2025 .contents-ttl span {
  font-size: 24px;
  margin-left: 10px;
}
#sale2025 .contents .sub-text {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
html[data-browse-mode=S] #sale2025 .contents .sub-text {
  margin-top: 10px;
  font-size: 13px;
}
#sale2025 .contents-item {
  margin-top: 40px;
}
html[data-browse-mode=S] #sale2025 .contents-item {
  margin-inline: -20px;
}
#sale2025 .contents-item-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
html[data-browse-mode=S] #sale2025 .contents-item-ttl {
  font-size: 18px;
}
#sale2025 .contents-item-ttl:before {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/usr/freepage/sale2025/img/icon_attention.png") no-repeat center/100% auto;
  width: 22px;
  height: 17px;
  left: -20px;
  top: -5px;
}
#sale2025 .specials-list {
  margin-bottom: 60px;
}
#sale2025 .specials-list .swiper-slide {
  width: 304px;
  margin-right: 24px;
}
html[data-browse-mode=SP] #sale2025 .specials-list .swiper-slide {
  margin-right: 20px;
}
#sale2025 .specials-list .swiper-pagination {
  margin-top: 25px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding-inline: 20px;
}
html[data-browse-mode=S] #sale2025 .specials-list .swiper-pagination {
  margin-top: 20px;
}
#sale2025 .specials-list .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 100%;
  max-width: 50px;
  height: 3px;
  background: #CBCBCB;
  border-radius: 0;
  opacity: 1;
}
#sale2025 .specials-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6D6D6D;
}
html[data-browse-mode=P] #sale2025 .specials-list .is-center .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html[data-browse-mode=P] #sale2025 .specials-list .is-center .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#sale2025 .items-list {
  position: relative;
  margin-inline: -20px;
  padding-inline: 30px;
}
html[data-browse-mode=S] #sale2025 .items-list {
  padding-inline: 15px;
  margin: 0;
}
#sale2025 .items-list .swiper-wrapper {
  gap: 0;
}
#sale2025 .items-list .swiper-slide {
  width: 176px;
  margin-right: 20px;
}
html[data-browse-mode=S] #sale2025 .items-list .swiper-slide {
  width: calc((100vw - 80px) / 2);
}
#sale2025 .items-list .swiper-button-prev {
  left: 2px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#sale2025 .items-list .swiper-button-next {
  right: 2px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#sale2025 .items-list .swiper-button-prev:after,
#sale2025 .items-list .swiper-button-next:after {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
html[data-browse-mode=S] #sale2025 .items-list .swiper-button-prev:after,
html[data-browse-mode=S] #sale2025 .items-list .swiper-button-next:after {
  font-size: 12px;
}
#sale2025 .search-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 30px;
  margin-top: 40px;
  padding-inline: 15px;
}
html[data-browse-mode=S] #sale2025 .search-anchors {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
#sale2025 .search-anchors a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 6px;
  background: #E60C14;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  min-height: 72px;
  width: calc((100% - 60px) / 3);
  padding-left: 30px;
}
html[data-browse-mode=S] #sale2025 .search-anchors a {
  width: 100%;
}
#sale2025 .search-anchors a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#sale2025 .ttl {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
html[data-browse-mode=S] #sale2025 .ttl {
  margin-bottom: 20px;
}
#sale2025 .ttl span {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #E60C14;
  font-size: 28px;
  font-weight: 700;
}
#sale2025 .category {
  margin-bottom: 140px;
}
html[data-browse-mode=S] #sale2025 .category {
  margin-bottom: 60px;
}
#sale2025 .category-tab {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
#sale2025 .category-tab__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
html[data-browse-mode=S] #sale2025 .category-tab__trigger {
  margin-bottom: 20px;
}
#sale2025 .category-tab__trigger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding-left: 25px;
  color: #DEDEDE;
}
#sale2025 .category-tab__trigger a:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #DEDEDE;
  margin-left: 25px;
}
#sale2025 .category-tab__trigger a:last-child::after {
  background: transparent;
}
#sale2025 .category-tab__trigger a.is-active {
  color: #000000;
}
#sale2025 .category-tab__item {
  display: none;
}
#sale2025 .category-tab__item:first-child {
  display: block;
}
#sale2025 .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
html[data-browse-mode=S] #sale2025 .category-list {
  gap: 16px 20px;
}
#sale2025 .category-list li {
  width: calc((100% - 40px) / 3);
  min-height: 120px;
  border: 1px solid #000000;
  border-radius: 4px;
  overflow: hidden;
}
html[data-browse-mode=S] #sale2025 .category-list li {
  width: calc((100% - 20px) / 2);
  min-height: 100px;
}
#sale2025 .category-list li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
html[data-browse-mode=S] #sale2025 .category-list li a {
  font-size: min(17px, 3.9534883721vw);
  padding-left: min(65px, 15.1162790698vw);
  line-height: 20px;
}
#sale2025 .category-list li a:before {
  position: absolute;
  display: block;
  content: "";
  width: 41px;
  aspect-ratio: 1/1;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
html[data-browse-mode=S] #sale2025 .category-list li a:before {
  left: min(15px, 3.488372093vw);
  width: min(40px, 9.3023255814vw);
}
#sale2025 .category-list li a:after {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/usr/freepage/sale2025/img/icon_arrow.png") no-repeat center/100% auto;
  width: 35px;
  aspect-ratio: 35/10;
  right: 25px;
  bottom: 10px;
}
html[data-browse-mode=S] #sale2025 .category-list li a:after {
  right: min(15px, 3.488372093vw);
  bottom: 20px;
  width: min(35px, 8.1395348837vw);
}
#sale2025 .category-list li a:hover {
  background-color: #F6F6F6;
  opacity: 1;
}
#sale2025 .category-list li a:hover:before {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
#sale2025 .category-list li._tops a:before {
  background-image: url("/img/usr/freepage/sale2025/img/icon_tops.png");
}
#sale2025 .category-list li._bottoms a:before {
  background-image: url("/img/usr/freepage/sale2025/img/icon_bottoms.png");
}
#sale2025 .category-list li._swim a:before {
  background-image: url("/img/usr/freepage/sale2025/img/icon_swim.png");
}
#sale2025 .category-list li._shoes a:before {
  background-image: url("/img/usr/freepage/sale2025/img/icon_shoes.png");
}
#sale2025 .category-list li._bag a:before {
  background-image: url("/img/usr/freepage/sale2025/img/icon_bag.png");
}
#sale2025 .category-list li._goods a:before {
  background-image: url("/img/usr/freepage/sale2025/img/icon_goods.png");
}
#sale2025 .brand {
  background: #F5F5F5;
  padding: 60px 90px 100px;
  margin-bottom: 100px;
}
html[data-browse-mode=S] #sale2025 .brand {
  padding: 40px 20px;
  margin-bottom: 60px;
}
#sale2025 .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
html[data-browse-mode=S] #sale2025 .brand-list {
  gap: 15px;
}
#sale2025 .brand-list li {
  width: calc((100% - 120px) / 6);
}
html[data-browse-mode=S] #sale2025 .brand-list li {
  width: calc((100% - 30px) / 3);
}
#sale2025 .price {
  margin-bottom: 60px;
}
html[data-browse-mode=S] #sale2025 .price {
  margin-bottom: 30px;
}
#sale2025 .price-links {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
html[data-browse-mode=S] #sale2025 .price-links {
  gap: 14px 12px;
}
#sale2025 .price-links li {
  width: calc((100% - 80px) / 3);
  border: 2px solid #E60C14;
  border-radius: 5px;
  min-height: 56px;
  overflow: hidden;
}
html[data-browse-mode=S] #sale2025 .price-links li {
  width: calc((100% - 12px) / 2);
  min-height: 52px;
}
#sale2025 .price-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  background: #FFF;
  color: #E60C14;
}/*# sourceMappingURL=style.css.map */