@charset "UTF-8";
/* variable */
:root {
  --c-base: #FFFFFF;
  --c-main: #333333;
  --c-accent: #d20715;
  --c-accent-darker: #A40000;
  --c-accent-light: #fee6e6;
}

/* initialize */
.event_name_,
.category_name_,
.event_name_header_,
.delete_next_ttl + .event_title_,
.delete_next_ttl + .event_ > .event_title_:first-of-type {
  display: none !important;
}

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
  display: none;
}

/* common
---------------------------------------------------- */
.sale2024 {
  letter-spacing: 0.04em;
}
.sale2024 .sp {
  display: none;
}
.sale2024 .mv {
  margin-bottom: 20px;
}
.sale2024 .mv img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .sale2024 {
    letter-spacing: 0px;
  }
  .sale2024 .mv {
    margin-bottom: 3vw;
  }
  .sale2024 .sp {
    display: block;
  }
  .sale2024 br.sp {
    display: inline;
  }
}
/* ancherlink
---------------------------------------------------- */
.sale2024 .ancherlink {
  display: flex;
  justify-content: space-between;
}
.sale2024 .ancherlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  color: var(--c-base);
  background: url("/html/upload/user_data/feature/sale/img/2024w/icon_ancher.png") center bottom 10px no-repeat var(--c-accent-darker);
  width: 33.1%;
  padding: 15px 0 25px;
}
.sale2024 .ancherlink a:first-of-type {
  border-radius: 50px 0 0 50px;
}
.sale2024 .ancherlink a:last-of-type {
  border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 767px) {
  .sale2024 .ancherlink a {
    font-size: 2.8vw;
    padding: 2vw 0 3.5vw;
    line-height: 1.3;
    background: url("/html/upload/user_data/feature/sale/img/2024w/icon_ancher.png") center bottom 8px no-repeat var(--c-accent-darker);
  }
  .sale2024 .ancherlink a:first-of-type {
    border-radius: 0;
  }
  .sale2024 .ancherlink a:last-of-type {
    border-radius: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sale2024 .ancherlink a {
    transition: all 0.2s ease-in-out;
  }
  .sale2024 .ancherlink a:hover {
    background-color: var(--c-accent);
    text-decoration: none;
    background-position: center bottom 6px;
  }
}
@media (hover: none) and (pointer: none) {
  .sale2024 .ancherlink a:active {
    background-color: var(--c-accent);
    text-decoration: none;
    background-position: center bottom 6px;
  }
}
/* sale_tit
---------------------------------------------------- */
.sale2024 .sale_tit {
  text-align: center;
  margin: 60px 0 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
.sale2024 .sale_tit#hot {
  margin-top: 30px;
}
.sale2024 .sale_tit span {
  display: inline-block;
  color: #ec0000;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 8px;
  position: relative;
}
.sale2024 .sale_tit span::before, .sale2024 .sale_tit span::after {
  content: "";
  width: 16px;
  height: 15px;
  background: url(/html/upload/user_data/feature/sale/img/2024w/tit_icon1.png) no-repeat left top;
  position: absolute;
  left: -25px;
  top: 3px;
}
.sale2024 .sale_tit span::after {
  background: url(/html/upload/user_data/feature/sale/img/2024w/tit_icon2.png) no-repeat left top;
  left: auto;
  right: -23px;
}
.sale2024 .leadtxt {
  margin: 40px 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sale2024 .sale_tit {
    margin: 10vw 0 4vw;
    font-size: 6vw;
  }
  .sale2024 .sale_tit#hot {
    margin-top: 4vw;
  }
  .sale2024 .sale_tit span {
    letter-spacing: 1px;
    font-size: 3.2vw;
    margin: 0 0 1.8vw;
  }
  .sale2024 .sale_tit span::before, .sale2024 .sale_tit span::after {
    content: "";
    width: 2.8vw;
    height: 2.8vw;
    background-size: contain;
    left: -4.5vw;
    top: 0;
  }
  .sale2024 .sale_tit span::after {
    left: auto;
    right: -4.5vw;
  }
  .sale2024 .leadtxt {
    margin: 3vw 0;
    font-size: 3vw;
  }
}
/* shopBnrList
---------------------------------------------------- */
#shop .shopBnrList {
  padding: 0 5% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
}
#shop .shopBnrList li {
  width: calc((100% - 20px) / 2);
}
#shop .shopBnrList li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #shop .shopBnrList {
    gap: 3.5vw;
    margin-bottom: 6vw !important;
  }
  #shop .shopBnrList li {
    width: auto;
  }
}
/* moreBtn
---------------------------------------------------- */
.moreBtn {
  padding: 25px 0 0;
}

.moreBtn a {
  display: block;
  border-radius: 50px;
  box-sizing: border-box;
  border: 2px solid #d80001;
  max-width: 240px;
  margin: 0px auto;
  text-align: center;
  color: #d80001;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.moreBtn a:hover {
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.moreBtn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid #d80001;
  border-right: 2px solid #d80001;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .moreBtn {
    padding: 0;
  }
  .moreBtn a {
    border-radius: 13.33vw;
    border: 0.53vw solid #d80001;
    max-width: auto;
    max-width: initial;
    width: 60vw;
    font-size: 3.5vw;
    padding: 2.5vw 0;
    transition: all 0s;
  }
  .moreBtn a:hover {
    opacity: 1;
    transition: all 0s;
  }
  .moreBtn a::after {
    width: 2vw;
    height: 2vw;
    margin: 0;
    border-top: 0.5vw solid #d80001;
    border-right: 0.5vw solid #d80001;
    position: absolute;
    right: 4vw;
  }
}
/* category
---------------------------------------------------- */
.sale2024_category {
  padding-top: 10px;
}
.sale2024_category .sale2024_category_group {
  margin-bottom: 50px;
}
.sale2024_category .sale2024_category_group .sale2024_category_label {
  margin-bottom: 20px;
}
.sale2024_category .sale2024_category_group .sale2024_category_label a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  font-size: 130%;
  font-weight: bold;
  color: var(--c-base);
  text-decoration: none;
  background: var(--c-accent);
  border-radius: 5px;
}
.sale2024_category .sale2024_category_group .sale2024_category_label a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--c-base);
  border-right: 2px solid var(--c-base);
  position: absolute;
  top: calc(50% - 5px);
  left: 15px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .sale2024_category {
    padding-top: 0.2vw;
  }
  .sale2024_category .sale2024_category_group {
    margin-bottom: 6vw;
  }
  .sale2024_category .sale2024_category_group .sale2024_category_label {
    margin-bottom: 4vw;
  }
  .sale2024_category .sale2024_category_group .sale2024_category_label a {
    height: auto;
    font-size: 3.8vw;
    text-decoration: none;
    border-radius: 1vw;
    padding: 2.5vw 0 2.5vw 7vw;
  }
  .sale2024_category .sale2024_category_group .sale2024_category_label a::before {
    width: 2vw;
    height: 2vw;
    border-top: 0.5vw solid var(--c-base);
    border-right: 0.5vw solid var(--c-base);
    top: calc(50% - 1.15vw);
    left: 2.8vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sale2024_category_label a {
    transition: all 0.2s ease-in-out;
  }
  .sale2024_category_label a:hover {
    opacity: 0.8;
  }
  .sale2024_category_label a:hover::before {
    left: 20px;
  }
}
@media (hover: none) and (pointer: none) {
  .sale2024_category_label a:active {
    opacity: 0.8;
  }
  .sale2024_category_label a:active::before {
    left: 20px;
  }
}
.sale2024_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 20px !important;
}
.sale2024_category ul li {
  width: calc(25% - 9px);
}
.sale2024_category ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  padding: 15px 0;
  font-size: min(1.3vw, 16px);
  font-weight: bold;
  color: var(--c-main);
  line-height: 1.3;
  text-decoration: none;
  background: var(--c-base);
  border: 3px solid #b28235;
  border-radius: 50px;
  letter-spacing: 0;
}
.sale2024_category ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #b28235;
  border-right: 2px solid #b28235;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .sale2024_category ul {
    gap: 2%;
    padding: 0 !important;
  }
  .sale2024_category ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  .sale2024_category ul li a {
    height: auto;
    padding: 2.5vw 0;
    font-size: 2.7vw;
    text-decoration: none;
    border: 0.53vw solid #b28235;
    border-radius: 13.33vw;
  }
  .sale2024_category ul li a::before {
    width: 2vw;
    height: 2vw;
    border-top: 0.5vw solid #b28235;
    border-right: 0.5vw solid #b28235;
    top: calc(50% - 1.1vw);
    right: 2.2vw;
    transition: all 0s ease-in-out;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sale2024_category ul li a {
    transition: all 0.2s ease-in-out;
  }
  .sale2024_category ul li a:hover {
    color: var(--c-base);
    background: var(--c-accent);
  }
  .sale2024_category ul li a:hover::before {
    border-top-color: var(--c-base);
    border-right-color: var(--c-base);
  }
}
@media (hover: none) and (pointer: none) {
  .sale2024_category ul li a:active {
    color: var(--c-base);
    background: var(--c-accent);
  }
  .sale2024_category ul li a:active::before {
    border-top-color: var(--c-base);
    border-right-color: var(--c-base);
  }
}/*# sourceMappingURL=style2024w.css.map */