@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap);
@charset "UTF-8";
.topSearch {
  background-color: #f3f3f3;
  padding-top: 16px;
  padding-bottom: 16px;
}

.topSearch__inner {
  max-width: 1060px;
  margin: 0 auto;
}

.topSearch__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.0582010582vw, 16px);
}

.topSearch__container .c-header__search {
  flex: none;
}

.topSearch__container .c-header__search form {
  padding: 16.5px min(0.9259259259vw, 14px);
  width: min(35.7142857143vw, 540px);
  background-color: #fff;
  border-color: #ccc;
  border-radius: 8px;
}

.topSearch__container .c-header__search form:has(input:focus) {
  border-color: #151532;
}

.topSearch__button {
  background-color: #151532;
  color: #fff;
  border-radius: 8px;
  padding: min(1.0582010582vw, 16px) min(1.5873015873vw, 24px);
  text-align: center;
}

@media screen and (max-width: 520px) {
  .l-search-sp .topSearch {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 520px) {
  .l-search-sp .topSearch__container {
    gap: 4.2666666667vw;
  }
}
@media screen and (max-width: 520px) {
  .l-search-sp .topSearch__category {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .l-search-sp .topSearch__categoryList {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .l-search-sp .topSearch__filter-button {
    height: 50px;
    padding: 15px 2.6666666667vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .l-search-sp .topSearch__filter-button {
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .l-search-sp .topSearch__filter-button-sp {
    display: block;
  }
}
.top-register {
  padding: 16px min(2.6785714286vw, 40.5px);
  border-radius: 8px;
  background-image: url(/assets/shop/image/top/register-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 520px) {
  .top-register {
    border-radius: 0;
    margin-inline: calc((100vw - 100%) / 2 * -1);
    overflow-x: hidden;
    padding: 16px 4.2666666667vw;
  }
}
.top-register__title {
  text-align: center;
}

.top-register__title .text {
  color: #FFFFFF;
  margin-right: 0.2em;
  font-size: clamp(10px, 1.3227513228vw, 20px);
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 900;
}

@media screen and (max-width: 520px) {
  .top-register__title .text {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.top-register__content {
  margin-top: 16px;
}

.top-register__recommendList {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  padding: 8px min(2.6455026455vw, 40px);
  border-radius: 8px;
}

@media screen and (max-width: 520px) {
  .top-register__recommendList {
    flex-wrap: wrap;
  }
}
.top-register__recommendItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-left: min(1.5873015873vw, 24px);
  padding-right: min(1.5873015873vw, 24px);
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}

@media screen and (max-width: 520px) {
  .top-register__recommendItem {
    width: 50%;
  }
}
.top-register__recommendItem:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 84px;
  background: linear-gradient(to bottom, #151532 0%, #151532 50%, transparent 50%, transparent 100%);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 520px) {
  .top-register__recommendItem:not(:first-child)::before {
    top: 12%;
  }
}
.top-register__recommendItem:first-child {
  padding-left: 0;
}

@media screen and (max-width: 520px) {
  .top-register__recommendItem:nth-child(3)::before {
    display: none;
  }
}
.top-register__recommendItem:last-child {
  padding-right: 0;
}

.top-register__recommendItem .image {
  display: block;
  height: 72px;
}

.top-register__recommendItem .image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.top-register__recommendItem .text {
  color: #DC3545;
  font-size: clamp(10px, 1.1904761905vw, 18px);
  line-height: 1.1111111111;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-register__recommendItem .text {
    font-size: 4.2666666667vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .top-register__recommendItem .text {
    text-align: center;
  }
}
.top-special {
  padding-top: 24px;
}

.top-special__title {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #151532;
  font-size: clamp(10px, 1.5873015873vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-special__title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.top-special__content {
  padding-bottom: 24px;
  background-color: #FFFDEE;
  padding-top: 24px;
  border-radius: 8px;
  padding-left: min(1.5873015873vw, 24px);
  padding-right: min(1.5873015873vw, 24px);
}
@media screen and (max-width: 520px) {
  .top-special__content {
    max-width: unset;
  }
}

@media screen and (max-width: 520px) {
  .top-special__free-html {
    margin-inline: calc((100vw - 100%) / 2 * -1);
    overflow-x: hidden;
  }
}

.top-special__contentTitle {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  font-size: clamp(10px, 2.2486772487vw, 34px);
  line-height: 1.4411764706;
  letter-spacing: 0.02em;
  font-weight: 900;
}

@media screen and (max-width: 520px) {
  .top-special__contentTitle {
    font-size: 7.4666666667vw;
    line-height: 1.4642857143;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 20px 10px;
  }
}
.top-special__sliderContainer {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 520px) {
  .top-special__sliderContainer {
    max-width: unset;
  }
}
.top-special__sliderList {
  margin-bottom: 0;
}

.top-special__contentNav {
  margin-top: 24px;
}

.top-special__contentNavLink {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px min(1.5873015873vw, 24px);
  border-radius: 4px;
  background-color: #fed500;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-special__contentNavLink {
    font-size: 4.2666666667vw;
    line-height: 1.45625;
    letter-spacing: 0.02em;
    font-weight: 700;
    padding: 4.2666666667vw 6.4vw;
  }
}
.top-special__contentNavLink::after {
  content: "";
  display: block;
  width: min(1.0582010582vw, 16px);
  height: min(1.0582010582vw, 16px);
  background-image: url(/assets/shop/image/common/ico-triangle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media screen and (max-width: 520px) {
  .top-special__contentNavLink::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.top-ranking.--review {
  margin-top: 16px;
}

.top-ranking__content {
  width: 100%;
  max-width: 860px;
  max-width: 59vw;
  margin: 0 auto;
  padding-bottom: 24px;
}

@media screen and (max-width: 520px) {
  .top-ranking__content {
    max-width: unset;
  }
}
.top-ranking__content .swiper {
  position: relative;
}

@media screen and (max-width: 520px) {
  .top-ranking.--review .top-special__contentNavLink {
    padding-left: 3.6vw;
    padding-right: 3.6vw;
  }
}
.top-ranking.--sales .top-ranking__sliderItem {
  position: relative;
}

.top-ranking.--sales .top-ranking__sliderItem::before {
  content: "";
  display: block;
  width: min(2.9761904762vw, 45px);
  height: min(2.9761904762vw, 45px);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/shop/image/ranking/ico-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 520px) {
  .top-ranking.--sales .top-ranking__sliderItem::before {
    width: 12vw;
    height: 12vw;
  }
}
.top-ranking.--sales .top-ranking__sliderItem:first-child::before {
  background-image: url(/assets/shop/image/ranking/ico-1.png);
}

.top-ranking.--sales .top-ranking__sliderItem:nth-child(2)::before {
  background-image: url(/assets/shop/image/ranking/ico-2.png);
}

.top-ranking.--sales .top-ranking__sliderItem:nth-child(3)::before {
  background-image: url(/assets/shop/image/ranking/ico-3.png);
}

.top-ranking.--sales .top-ranking__sliderItem:nth-child(4)::before {
  background-image: url(/assets/shop/image/ranking/ico-4.png);
}

.top-ranking.--sales .top-ranking__sliderItem:nth-child(5)::before {
  background-image: url(/assets/shop/image/ranking/ico-5.png);
}

.top-ad__content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.top-cat-ranking {
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: clip;
}

.top-cat-ranking__title {
  background-color: #fed500;
  color: #262629;
}

.top-cat-ranking__title .before {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
}

@media screen and (max-width: 520px) {
  .top-cat-ranking__title .before {
    width: 8vw;
    height: 8vw;
  }
}
.top-cat-ranking__content {
  padding: 24px min(1.5873015873vw, 24px);
  background-color: #FFFDEE;
  position: relative;
}

@media screen and (max-width: 520px) {
  .top-cat-ranking__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-cat-ranking__sliderContainer {
  position: relative;
}

@media screen and (max-width: 520px) {
  .top-cat-ranking__sliderContainer {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.top-cat-ranking__sliderContainer .swiper::after {
  content: "";
  width: 5vw;
  height: 100%;
  background: linear-gradient(to left, #fff, transparent);
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 9;
}

@media screen and (max-width: 520px) {
  .c-cat-ranking-item .top-special__contentNavLink {
    border-radius: 8px;
  }
}
.top-recommend {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: f8f8f8;
  border-radius: 8px;
  overflow: clip;
  background-color: #f8f8f8;
}

.top-recommend__title {
  background: linear-gradient(90deg, #C549CB 0%, #EF3737 47%, #FF9500 100%);
}

.top-recommend__title .before {
  width: min(2.0502645503vw, 31px);
  height: unset;
  margin-right: 0;
}

@media screen and (max-width: 520px) {
  .top-recommend__title .before {
    width: 8.2666666667vw;
  }
}
.top-recommend__title .after {
  width: min(2.0502645503vw, 31px);
  transform: scaleX(-1);
}

@media screen and (max-width: 520px) {
  .top-recommend__title .after {
    width: 8.2666666667vw;
  }
}
.top-recommend__content {
  padding: 16px min(1.5873015873vw, 24px);
}

.top-recommend__nav {
  margin-top: 16px;
  text-align: center;
}

.top-recommend__nav a {
  display: inline-block;
  padding: 8px min(1.5873015873vw, 24px);
  background-color: #fff;
  border: 1px solid #151532;
  border-radius: 4px;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-recommend__nav a {
    font-size: 3.7333333333vw;
    line-height: 1.1428571429;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .top-recommend__nav a {
    display: block;
    padding: 16px 13.8666666667vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.top-recommend__nav a:hover {
  background-color: #151532;
  color: #fff;
}

@media screen and (max-width: 520px) {
  .top-recommend__nav a:hover {
    background-color: #fff;
    color: #151532;
  }
}
.top-reason {
  background-color: #FFF1EE;
  border-radius: 8px;
  overflow: clip;
  margin-top: 16px;
  margin-bottom: 16px;
}

.top-reason__title {
  background-color: #DC3545;
  color: #fff;
}

.top-reason__content {
  padding: 24px min(1.5873015873vw, 24px);
}

@media screen and (max-width: 520px) {
  .top-reason__content {
    padding: 24px 6.4vw;
  }
}
.top-reason__list {
  padding-left: min(2.0833333333vw, 31.5px);
  padding-right: min(2.0833333333vw, 31.5px);
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1.9841269841vw, 30px);
}

@media screen and (max-width: 520px) {
  .top-reason__list {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
  }
}
.top-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(1.0582010582vw, 16px);
}

@media screen and (max-width: 520px) {
  .top-reason__item {
    gap: 2.1333333333vw;
  }
}
.top-reason__item .image {
  display: block;
  aspect-ratio: 1/1;
}

.top-reason__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-reason__item .text {
  text-align: center;
  font-size: clamp(10px, 1.0582010582vw, 16px);
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-reason__item .text {
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .top-reason .top-special__contentNavLink {
    text-align: center;
  }
}
.top-voice {
  border-radius: 8px;
  overflow: clip;
  border: 1px solid #151532;
}

.top-voice .top-voice__title {
  background-color: #2C4677;
  justify-content: flex-start;
  padding-left: min(2.6455026455vw, 40px);
  padding-right: min(2.6455026455vw, 40px);
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-voice .top-voice__title {
    justify-content: center;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.top-voice .before {
  width: min(1.9841269841vw, 30px);
  height: min(1.9841269841vw, 30px);
}

@media screen and (max-width: 520px) {
  .top-voice .before {
    width: 8vw;
    height: 8vw;
  }
}
.top-voice .top-special__contentNav {
  margin-top: 0;
  margin-left: auto;
}

@media screen and (max-width: 520px) {
  .top-voice .top-special__contentNav.--bottom {
    margin-top: 16px;
  }
}
.top-voice .top-special__contentNavLink {
  color: #151532;
}

.top-voice__content {
  padding: 16px min(3.1746031746vw, 48px);
}

@media screen and (max-width: 520px) {
  .top-voice__content {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.top-voice__list {
  display: flex;
  gap: min(1.5873015873vw, 24px);
}

@media screen and (max-width: 520px) {
  .top-voice__list {
    gap: 5.3333333333vw;
  }
}
.top-voice__item {
  flex: 1;
}

.top-voice__item .image {
  aspect-ratio: 233/160;
}

.top-voice__item .content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-voice__item .name {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-voice__item .name {
    font-size: 3.7333333333vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.top-voice__item .text {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-voice__item .text {
    font-size: 3.2vw;
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-blog {
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: clip;
  background-color: #FFFDEE;
}

.top-blog .top-blog__title {
  background-color: #28292B;
  justify-content: flex-start;
  padding-left: min(2.6455026455vw, 40px);
  padding-right: min(2.6455026455vw, 40px);
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-blog .top-blog__title {
    justify-content: center;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.top-blog .before {
  width: min(1.9841269841vw, 30px);
  height: min(1.9841269841vw, 30px);
}

@media screen and (max-width: 520px) {
  .top-blog .before {
    width: 8vw;
    height: 8vw;
  }
}
.top-blog .top-special__contentNav {
  margin-top: 0;
  margin-left: auto;
}

@media screen and (max-width: 520px) {
  .top-blog .top-special__contentNav.--bottom {
    margin-top: 16px;
  }
}
.top-blog .top-special__contentNavLink {
  color: #151532;
}

.top-blog__content {
  padding: 16px min(3.1746031746vw, 48px);
}

@media screen and (max-width: 520px) {
  .top-blog__content {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.top-blog__list {
  display: flex;
  gap: min(1.5873015873vw, 24px);
}

@media screen and (max-width: 520px) {
  .top-blog__list {
    gap: 5.3333333333vw;
  }
}
.top-blog__item {
  flex: 1;
}

.top-blog__item .image {
  width: min(10.582010582vw, 160px);
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 520px) {
  .top-blog__item .image {
    width: 100%;
  }
}
.top-blog__item .content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-blog__item .date {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-blog__item .date {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-blog__item .title {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-blog__item .title {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-blog__item .text {
  color: #888;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-blog__item .text {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-history {
  border-radius: 8px;
  overflow: clip;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #EEF6FF;
}

.top-history .top-history__title {
  background-color: #2C4677;
  font-weight: 700;
}

.top-history__content {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: min(0.5621693122vw, 8.5px);
  padding-right: min(0.5621693122vw, 8.5px);
}

.top-history__content__inner {
  position: relative;
  padding-left: min(3.1415343915vw, 47.5px);
  padding-right: min(3.1415343915vw, 47.5px);
}

@media screen and (max-width: 520px) {
  .top-history__content__inner {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.history-slider-next,
.history-slider-prev {
  width: min(2.6455026455vw, 40px);
  height: min(2.6455026455vw, 40px);
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-in-out;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .history-slider-next,
  .history-slider-prev {
    width: 8vw;
    height: 8vw;
  }
}
.history-slider-next {
  right: 0;
}

.history-slider-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.top-maker-cat {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}

.top-maker-cat__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 520px) {
  .top-maker-cat__list {
    gap: 4.2666666667vw;
  }
}
.top-maker-cat__item {
  width: 20%;
}

@media screen and (max-width: 520px) {
  .top-maker-cat__item {
    height: 50px;
    width: auto;
  }
}
@media screen and (max-width: 520px) {
  .top-maker-cat__item a img {
    width: auto;
    height: 48px;
  }
}
.top-purpose {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #FFFDEE;
  padding: 16px min(1.5873015873vw, 24px);
  border-radius: 8px;
}

.top-news {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 8px;
  overflow: clip;
}

.top-news .top-news__title {
  background-color: #fed500;
  color: #151532;
  justify-content: flex-start;
  padding-left: min(2.6455026455vw, 40px);
  padding-right: min(2.6455026455vw, 40px);
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 520px) {
  .top-news .top-news__title {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.top-news .top-news__title nav {
  margin-left: auto;
  margin-top: 0;
}

@media screen and (max-width: 520px) {
  .top-news .top-news__title nav a {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.top-news__content {
  padding: 24px min(2.6455026455vw, 40px) 30px;
  border: 5px solid #fed500;
}

@media screen and (max-width: 520px) {
  .top-news__content {
    padding: 24px 10.6666666667vw;
  }
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.top-news__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top-news__item .date {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-news__item .date {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-news__item .title {
  text-decoration: underline;
  font-size: clamp(10px, 1.0582010582vw, 16px);
  line-height: 1.4375;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-news__item .title {
    font-size: 4.2666666667vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.top-news__item .title a {
  color: #151532;
  text-decoration: underline;
}

.top-news__item .title a:hover {
  text-decoration: none;
}

.top-news__item .text {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-news__item .text {
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-news .top-special__contentNavLink {
  text-decoration: underline;
}

@media screen and (max-width: 520px) {
  .top-news .top-special__contentNavLink {
    text-decoration: none;
  }
}
.top-news .top-special__contentNavLink:hover {
  text-decoration: none;
}

.top-store-info {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 520px) {
  .top-store-info__content {
    position: relative;
    height: 80vh;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
  .top-store-info__more-button-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 70%);
    padding: 20px 0 10px 0;
    z-index: 10;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .top-store-info__more-button-wrapper.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .top-store-info__close-button-wrapper {
    display: none;
  }
}
.top-store-info__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 33px min(1.0582010582vw, 16px);
  gap: 33px 16px;
}

@media screen and (max-width: 520px) {
  .top-store-info__list {
    gap: 33px 4.2666666667vw;
    flex-direction: column;
  }
}
.top-store-info__item {
  width: calc(25% - 16px);
  min-width: 179px;
  display: flex;
  flex-direction: column;
  gap: min(0.5291005291vw, 8px);
}

@media screen and (max-width: 520px) {
  .top-store-info__item {
    width: 100%;
    gap: 2.1333333333vw;
  }
}
.top-store-info__item .image {
  aspect-ratio: 343/234;
}

.top-store-info__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-store-info__item .area {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px min(1.0582010582vw, 16px);
  background-color: #151532;
  color: #fff;
  font-size: clamp(10px, 0.7275132275vw, 11px);
  line-height: 1.1818181818;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-store-info__item .area {
    padding: 4px 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.top-store-info__item .shop-name {
  font-size: clamp(10px, 0.9920634921vw, 15px);
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-store-info__item .shop-name {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.top-store-info__item .address {
  font-size: clamp(10px, 0.7936507937vw, 12px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-store-info__item .address {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-store-info__item .business-hours {
  color: #888;
  font-size: clamp(10px, 0.7275132275vw, 11px);
  line-height: 1.1818181818;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-store-info__item .business-hours {
    font-size: 4.2666666667vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-store-info__item .business-hours__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media screen and (max-width: 520px) {
  .top-store-info__item .business-hours__list {
    gap: 4px;
    line-height: 1;
  }
}
.top-store-info__item .holiday {
  color: #888;
  font-size: clamp(10px, 0.7275132275vw, 11px);
  line-height: 1.1818181818;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-store-info__item .holiday {
    font-size: 4.2666666667vw;
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.top-store-info__item .u-flex {
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-store-info__item .business-hours__title,
.top-store-info__item .holiday__title {
  display: block;
  width: min(3.1746031746vw, 48px);
}

@media screen and (max-width: 520px) {
  .top-store-info__item .business-hours__title,
  .top-store-info__item .holiday__title {
    width: 19.2vw;
  }
}
.top-search {
  width: 500px;
}

.top-search__input-group {
  min-height: 50px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.top-search__select {
  max-width: 120px;
  font-size: 14px;
  min-height: 50px;
  border: none;
  box-shadow: none;
}

.top-search__input {
  font-size: 14px;
  min-height: 50px;
  border: none;
  box-shadow: none;
}

.top-search__button {
  background: transparent;
  border: none;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-search__icon {
  width: 1.5em;
  height: 1.5em;
}

.top-left-category-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9.5px 8px;
}
@media screen and (max-width: 520px) {
  .top-left-category-list {
    justify-content: flex-start;
  }
}

.top-category-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9.5px 8px;
  list-style: none;
  margin-bottom: 0;
}
.top-category-list.top-category-list--purpose {
  justify-content: flex-start;
}
@media screen and (max-width: 520px) {
  .top-category-list {
    justify-content: flex-start;
  }
}

.top-category__item.is-fullwidth {
  width: 100%;
}

.top-category__btn {
  padding: min(1.0582010582vw, 16px) min(1.5873015873vw, 24px);
  max-height: 49px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fed500;
  border-radius: 8px;
  text-decoration: none;
  color: #151532;
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 400;
}

@media screen and (max-width: 520px) {
  .top-category__btn {
    font-size: 4.2666666667vw;
    height: 40px;
    gap: 8px;
  }
}
.top-category__icon {
  height: 40px;
}

@media screen and (max-width: 520px) {
  .top-category__icon {
    height: 8vw;
  }
}
.top-special__section {
  background: #FFFDEE;
}

.top-special__slider-arrow {
  z-index: 2;
  top: 64px;
  background: transparent;
  border: 0;
  padding: 0;
}

.top-special__slider-arrow-img {
  width: 40px;
  height: auto;
}

.top-special__slider-arrow-img--prev {
  transform: scaleX(-1);
}

.top-special__card-figure {
  background: #fff;
}

.top-special__card-img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.top-special__discount-badge {
  width: 48px;
  height: 48px;
  font-size: 0.95rem;
  font-weight: bold;
  border: 4px solid #fff;
}

.top-special__card-title {
  font-size: 1.05rem;
}

.top-special__price {
  color: #DC3545;
  font-size: 1.2rem;
}

.top-special__btn {
  background: #fed500;
  border-radius: 8px;
  min-height: 36px;
}

.top-special__btn-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* ── top-ranking (review) ── */
.top-ranking.--review {
  margin-top: 16px;
}

.top-ranking__content {
  width: 100%;
  max-width: 860px;
  max-width: 59vw;
  margin: 0 auto;
  padding-bottom: 24px;
}

@media screen and (max-width: 520px) {
  .top-ranking__content {
    max-width: unset;
  }
}
@media screen and (max-width: 520px) {
  .top-ranking.--review .top-special__contentNavLink {
    padding-left: 3.6vw;
    padding-right: 3.6vw;
  }
}
/* ── top-ranking (sales) ── */
.top-ranking.--sales .top-ranking__sliderItem {
  position: relative;
}

.top-ranking.--sales .top-ranking__sliderItem::before {
  display: block;
  width: min(2.9761904762vw, 45px);
  height: min(2.9761904762vw, 45px);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/shop/image/ranking/ico-1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 520px) {
  .top-ranking.--sales .top-ranking__sliderItem::before {
    width: 12vw;
    height: 12vw;
  }
}
.top-ranking.--sales .top-ranking__sliderItem:first-child::before {
  background-image: url(/assets/shop/image/ranking/ico-1.png);
}

.top-ranking.--sales .top-ranking__sliderItem:nth-child(2)::before {
  background-image: url(/assets/shop/image/ranking/ico-2.png);
}

.top-ranking.--sales .top-ranking__sliderItem:nth-child(3)::before {
  background-image: url(/assets/shop/image/ranking/ico-3.png);
}

.top-ranking.--sales .top-ranking__sliderItem:nth-child(4)::before {
  background-image: url(/assets/shop/image/ranking/ico-4.png);
}

.top-ranking.--sales .top-ranking__sliderItem:nth-child(5)::before {
  background-image: url(/assets/shop/image/ranking/ico-5.png);
}

.top-ranking__crown {
  position: absolute;
  left: 0;
  z-index: 2;
}
.top-ranking__crown--large {
  width: 45px;
  height: auto;
  top: 0;
}
.top-ranking__crown--small {
  width: 30px;
  height: auto;
  top: 10px;
}

.top-ranking__card-figure {
  background: #fff;
}

.top-ranking__card-img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.top-ranking__discount-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DC3545;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 0.95rem;
  font-weight: bold;
  border: 4px solid #fff;
  z-index: 2;
}

.top-ranking__card-title {
  font-size: 1.05rem;
}

.top-ranking__price {
  color: #DC3545;
  font-size: 1.2rem;
}

.top-ranking__slider-arrow {
  z-index: 2;
  top: 88px;
  background: transparent;
  border: 0;
  padding: 0;
}

.top-ranking__slider-arrow-img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 520px) {
  .top-ranking__slider-arrow-img {
    width: 30px;
  }
}

.top-ranking__slider-arrow-img--prev {
  transform: scaleX(-1);
}

.top-ranking__btn {
  background: #fed500;
  border-radius: 8px;
  min-height: 36px;
}

.top-ranking__btn-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.top-ad__content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.top-store__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top-store__area-badge {
  font-size: 11px;
  border-radius: 0;
  padding-inline: 16px;
}

.top-store__name {
  font-size: 15px;
}

.top-store__address {
  font-size: 0.95em;
}

.top-store__business-hours,
.top-store__holiday {
  font-size: 11px;
}

.top-tag-container .top-tag-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.top-tag-container .top-tag-left__inner {
  width: 95%;
  margin: 0 auto;
  margin-top: 16px;
}
.top-tag-container .top-tag-left__item {
  text-decoration: none;
  color: #000000;
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px 8px 0;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.3s ease;
}
.top-tag-container .top-tag-left__item:hover {
  color: #00a0e9;
}
.top-tag-container .top-tag-left__item:last-child {
  border-bottom: none;
}
.top-tag-container .top-tag-left__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: center;
  transition: transform 0.3s ease;
}
.top-tag-container .top-tag-left__item:hover:after {
  transform: translateY(-50%) translateX(2px);
}

.top-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.top-ranking__sliderItem .top-product-card {
  padding-top: 38px;
}

.top-product-card__image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 0;
}

.top-product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-product-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.top-product-card__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 0.5em;
}

.top-product-card__brand {
  font-size: clamp(10px, 0.7936507937vw, 12px);
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #666;
}
.top-product-card__brand .brand-badge {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 0.25em;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .top-product-card__brand {
    font-size: 3.2vw;
  }
}
.top-product-card__status .status-badge {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 0.25em;
  width: 100%;
  background: #FF8000;
  color: #fff;
  text-align: center;
}

.top-product-card__title {
  font-size: clamp(10px, 0.9259259259vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #151532;
  margin-bottom: 8px;
}

@media screen and (max-width: 520px) {
  .top-product-card__title {
    font-size: 3.7333333333vw;
  }
}
.top-product-card__priceRow {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.top-product-card__priceBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.top-product-card__price {
  font-size: clamp(10px, 1.0582010582vw, 16px);
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #DC3545;
}

@media screen and (max-width: 520px) {
  .top-product-card__price {
    font-size: 4.2666666667vw;
  }
}
.top-product-card__price-old {
  font-size: clamp(10px, 0.8597883598vw, 13px);
  line-height: 1.2307692308;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #888;
  text-decoration: line-through;
}

@media screen and (max-width: 520px) {
  .top-product-card__price-old {
    font-size: 3.4666666667vw;
  }
}
.top-product-card__sale-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #DC3545;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  z-index: 2;
}

.top-product-card__discount-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background-color: #DC3545;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 0.95rem;
  font-weight: bold;
  border: 4px solid #fff;
  z-index: 2;
}

.top-section-title {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #151532;
  font-size: clamp(10px, 1.5873015873vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-section-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.top-section-title.--size20 {
  font-size: clamp(10px, 1.3227513228vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media screen and (max-width: 520px) {
  .top-section-title.--size20 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
