.pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  padding: 0 !important;
  right: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0 0.42vw;
}

.pagination .paginationWrapper {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/1 !important;
}

.pagination .paginationButton {
  position: relative !important;
  width: 0.42vw !important;
  height: 0.42vw !important;
  width: auto;
  height: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  background-color: transparent;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1;
  margin: 0;
  -webkit-transition: -webkit-transform 0.3s ease !important;
  transition: -webkit-transform 0.3s ease !important;
  transition: transform 0.3s ease !important;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
  overflow: visible !important;
}

.pagination .paginationButton svg {
  position: absolute;
  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: 0.42vw;
  height: 0.42vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  stroke: #ffffff;
}

.pagination .paginationButton.is-active {
  background-color: transparent !important;
}

.pagination .paginationButton.is-active svg rect {
  fill: #000;
  stroke: #000;
}

.sectionTitle_1 {
  color: #000;
  font-size: 1.67vw;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.sectionTitle_1 .kumbh {
  font-family: "Kumbh Sans", sans-serif;
}

.sectionTitle_1 .notoSans {
  font-family: "Noto Sans JP", sans-serif;
}

.sectionTitle_2 {
  position: relative;
  color: #000;
  font-style: normal;
  line-height: normal;
  font-family: "Kumbh Sans", sans-serif;
}

.sectionTitle_2.--large {
  font-weight: 300;
  font-size: 3.34vw;
  padding-left: 4.17vw;
}

.sectionTitle_2.--middle {
  font-weight: 400;
  font-size: 2.78vw;
  padding-left: 3.82vw;
}

.sectionTitle_2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.44vw;
  height: 1px;
  display: block;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.squareButton {
  width: 9.73vw;
  height: 3.06vw;
  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;
  font-size: 0.84vw;
  font-style: normal;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.squareButton.--black {
  background-color: #000;
  color: #ffffff;
  border: 1px solid #000;
}

.squareButton.--white {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #ffffff;
}

.searchBox {
  position: relative;
  width: 100%;
  height: 4.17vw;
  border-radius: 0.35vw;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  overflow: hidden;
}

.searchBox.--gray {
  background-color: #f5f5f5;
}

.searchBox.--white {
  background-color: #ffffff;
}

.searchBox .searchBox__input {
  width: 100%;
  height: 100%;
  padding-left: 1.05vw;
  padding-right: 3.82vw;
}

.searchBox .searchBox__button {
  position: absolute;
  top: 50%;
  width: 2.37vw;
  height: 2.37vw;
  right: 1.05vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.searchBox .searchBox__button svg {
  display: block;
  width: 100%;
  height: 100%;
}

.searchBox .searchBox__button svg circle {
  fill: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.searchBox .searchBox__button svg path {
  stroke: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textBox {
  position: relative;
  width: 100%;
  height: 4.17vw;
  border-radius: 0.35vw;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}

.textBox.--gray {
  background-color: #f5f5f5;
}

.textBox.--white {
  background-color: #ffffff;
}

.textBox .textBox__input {
  width: 100%;
  height: 100%;
  padding-left: 1.05vw;
  padding-right: 3.82vw;
}

.textBox .textBox__input::-webkit-input-placeholder {
  font-size: 1.12vw;
  line-height: 1;
}

.textBox .textBox__input::-moz-placeholder {
  font-size: 1.12vw;
  line-height: 1;
}

.textBox .textBox__input:-ms-input-placeholder {
  font-size: 1.12vw;
  line-height: 1;
}

.textBox .textBox__input::-ms-input-placeholder {
  font-size: 1.12vw;
  line-height: 1;
}

.textBox .textBox__input::placeholder {
  font-size: 1.12vw;
  line-height: 1;
}

.textBox.is-error .textBox__error {
  visibility: visible;
}

.textBox .textBox__error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 296px;
  height: 41px;
  display: block;
  z-index: 2;
  visibility: hidden;
}

.textBox .textBox__error img {
  width: 100%;
  height: 100%;
  display: block;
}

.textBox .textBox__button {
  position: absolute;
  top: 50%;
  width: 2.37vw;
  height: 2.37vw;
  right: 1.05vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.textBox .textBox__button svg {
  display: block;
  width: 100%;
  height: 100%;
}

.textBox .textBox__button svg circle {
  fill: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.textBox .textBox__button svg path {
  stroke: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrow {
  width: 100%;
  height: 100%;
  display: block;
}

.arrow.--white .arrow__bar {
  background-color: #ffffff;
}

.arrow.--black .arrow__bar {
  background-color: #000;
}

.arrow .arrowInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.arrow .arrow__bar {
  position: absolute;
  height: 1px;
  display: block;
  border-radius: 1px;
}

.arrow .arrow__bar_1 {
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 0) translateZ(0);
  transform: translate(0, 0) translateZ(0);
}

.arrow .arrow__bar_2 {
  width: 40%;
  bottom: 0;
  left: 100%;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translate(-100%, 0) rotate(45deg) translateZ(0);
  transform: translate(-100%, 0) rotate(45deg) translateZ(0);
}

.reviewStar {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviewStar .reviewStar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.07vw;
  margin-right: 0.56vw;
}

.reviewStar .reviewStar_inner span {
  display: block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../../assets/images/top/recommend/star.svg");
  mask-image: url("../../assets/images/top/recommend/star.svg");
}

.reviewStar .reviewStar_inner span.--small {
  width: 1.12vw;
  height: 1.12vw;
}

.reviewStar .reviewStar_inner span.--large {
  width: 1.46vw;
  height: 1.46vw;
}

.reviewStar .reviewStar_text {
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.reviewStar .reviewStar_text.--small {
  font-size: 12px;
}

.reviewStar .reviewStar_text.--large {
  font-size: 15px;
  margin-right: 10px;
}

.itemBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: #000;
  text-decoration: none;
}

.itemBlock .itemBlock__img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 0.35vw;
  margin-bottom: 0.84vw;
  overflow: hidden;
}

.itemBlock .itemBlock__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background-color: #ffffff;
}

.itemBlock .itemBlock__img img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.itemBlock .itemBlock__brand {
  margin-bottom: 0.28vw;
  font-size: 0.77vw;
  color: #505050;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.itemBlock .itemBlock__copy {
  display: block;
  width: 100%;
  height: auto;
  max-height: 2.71vw;
  margin-bottom: 4px;
  font-size: 0.98vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.itemBlock .itemBlock__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.32vw;
  gap: 0.56vw;
}

.itemBlock .itemBlock__reviewText {
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.itemBlock .itemBlock__price {
  margin: 0 0 0 auto;
  display: inline-block;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-size: 1.19vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  width:100%;
}

.itemBlock .itemBlock__price--unit {
  margin-right: 0.14vw;
  font-size: 0.84vw;
  font-weight: 700;
  line-height: 1.5;
}

.itemBlock .itemBlock__price--note {
  font-size: 0.77vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.layouts-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

.kv {
  background-color: #f1efec;
  padding-top: 113px;
}

.kv .kv__slider {
  position: relative;
  margin: 0 auto;
}

.kv .kv__sliderItem {
  position: relative;
}

.kv .kv__sliderItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.kv .kv__sliderItem.is-active::before {
  opacity: 0;
}

.kv .kv__sliderNav {
  position: absolute;
  top: -3vw;
  left: 50%;
  width: 100%;
  max-width: 1760px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.kv .kv__sliderNavWrap {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.kv .kv__bar {
  position: absolute;
  top: 100%;
  right: 0;
  width: 50vw;
  height: 5.56vw;
  padding-left: 2.78vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: auto;
}

.kv .kv__barLink {
  position: relative;
  height: 100%;
  width: 14.59vw;
  padding-right: 5.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
  text-decoration: none;
}

.kv .kv__barLinkText {
  font-size: 0.84vw;
  font-weight: 500;
  line-height: 1;
  font-family: "Kumbh Sans", sans-serif;
}

.kv .kv__barLinkArrow {
  position: absolute;
  top: 2.37vw;
  right: 2.78vw;
  width: 2.23vw;
  height: 0.56vw;
  display: block;
}

.kv .kv__sliderArrows {
  z-index: 2;
  pointer-events: auto;
}

.kv .kv__sliderArrows .kv__sliderArrowsArea {
  width: 9.73vw;
  height: 100%;
  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;
  border-radius: 0px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.kv .kv__sliderArrows .kv__sliderArrowsArea--prev {
  left: 0;
  padding-right: 2.78vw;
}

.kv .kv__sliderArrows .kv__sliderArrowsArea--prev .kv__sliderArrowsBody {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.kv .kv__sliderArrows .kv__sliderArrowsArea--prev .kv__sliderArrowsWrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kv .kv__sliderArrows .kv__sliderArrowsArea--next {
  right: 0;
  padding-left: 2.78vw;
}

.kv .kv__sliderArrows .kv__sliderArrowsWrap {
  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;
}

.kv .kv__sliderArrows .kv__sliderArrowsBody {
  width: 3.55vw;
  height: 1.19vw;
}

.kv .kv__sliderArrows .kv__sliderArrowsBar_1 {
  position: absolute;
  top: 50%;
  width: 3.55vw;
  height: 0.07vw;
  display: block;
  border-radius: 0.07vw;
  background-color: #ffffff;
}

.kv .kv__sliderArrows .kv__sliderArrowsBar_2 {
  position: absolute;
  top: calc(50% + 1px);
  width: 1.67vw;
  height: 0.07vw;
  display: block;
  border-radius: 0.07vw;
  background-color: #ffffff;
}

.topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 8.34vw 0 4.17vw;
  background-color: #f1efec;
}

.topics .topics__wrap {
  width: calc(44.45vw + 50%);
  padding: 0;
  margin: 0 0 0 auto;
}

.topics .topics__slider {
  width: 100%;
  margin-top: 0.63vw;
}

.topics .topics__sliderList {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.topics .topics__item {
  width: 18.8vw;
  max-width: 18.75vw;
  margin-right: 3.48vw;
}

.topics .topics__itemWrap {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.topics .topics__itemImg {
  display: block;
  border-radius: 0.35vw;
  margin-bottom: 0.84vw;
  overflow: hidden;
}

.topics .topics__itemImg img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.topics .topics__itemCopy {
  font-size: 1.05vw;
  margin-top: 0.84vw;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.topics .topics__itemDate {
  font-size: 0.77vw;
  font-weight: 400;
  line-height: 1.8;
  color: #505050;
}

.topics .topics__pagination {
  margin-top: 2.78vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.topics .topics__sliderArrow {
  height: 100%;
  right: auto;
  left: auto;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.topics .topics__sliderArrow--right {
  width: calc(100% - 1150px);
  left: auto;
  right: 0;
}

.topics .topics__sliderArrow--left {
  display: none;
  width: calc(50% - 990px);
}

.topics .topics__sliderArrowInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.topics .topics__sliderArrowCircle {
  position: fixed;
  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;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  -webkit-transition: opacity 0.54s ease;
  transition: opacity 0.54s ease;
  width: 60px;
  height: 60px;
  top: 7.3vw;
  right: 6.6vw;
}

.topics .topics__sliderArrowCircleArrow {
  width: 21px;
  height: 8px;
  display: block;
}

.brand {
  padding: 8.34vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.brand .brand__wrap {
  width: 100%;
  max-width: 88.89vw;
}

.brand .brand__slider {
  width: 100%;
  margin-top: 2.78vw;
}

.brand .brand__item {
  position: relative;
}

.brand .brand__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 5;
}

.brand .brand__item.is-active::before {
  opacity: 0;
}

.brand .brand__itemImg {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.brand .brand__itemImg.--item-1 {
  background-image: url("../../assets/images/top/brand/item-1.jpg");
}

.brand .brand__itemImg.--item-2 {
  background-image: url("../../assets/images/top/brand/item-2.jpg");
}

.brand .brand__itemImg.--item-3 {
  background-image: url("../../assets/images/top/brand/item-3.jpg");
}

.brand .brand__itemImg.--item-4 {
  background-image: url("../../assets/images/top/brand/item-4.jpg");
}

.brand .brand__itemImg.--item-5 {
  background-image: url("../../assets/images/top/brand/item-5.jpg");
}

.brand .brand__itemImg.--item-6 {
  background-image: url("../../assets/images/top/brand/item-6.jpg");
}

.brand .brand__itemImg.--item-7 {
  background-image: url("../../assets/images/top/brand/item-7.jpg");
}

.brand .brand__itemImg.--item-8 {
  background-image: url("../../assets/images/top/brand/item-8.jpg");
}

.brand .brand__itemGuide {
  position: absolute;
  bottom: 1.39vw;
  right: 2.09vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand .brand__itemText {
  margin-right: 0.84vw;
  color: #000;
  font-size: 0.84vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3;
}

.brand .brand__itemArrow {
  width: 2.09vw;
  height: 0.49vw;
  -webkit-transform: translateY(-0.13vw);
  transform: translateY(-0.13vw);
}

.brand .brand__itemHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.64vw;
  padding-left: 5.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
}

.brand .brand__itemHeaderCopy {
  font-size: 1.46vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

.brand .brand__itemHeaderText {
  margin-top: 0.42vw;
  font-size: 0.98vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 15px;
}

.brand .brand__sliderArrow {
  height: 100%;
  right: auto;
  left: auto;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.brand .brand__sliderArrow--right {
  width: calc(100% - 1150px);
  left: auto;
  right: 0;
}

.brand .brand__sliderArrow--left {
  display: none;
  width: calc(50% - 990px);
}

.brand .brand__sliderArrowInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.brand .brand__sliderArrowCircle {
  position: fixed;
  top: 50%;
  left: 0;
  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;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  -webkit-transition: opacity 0.54s ease;
  transition: opacity 0.54s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.brand .brand__sliderArrowCircleArrow {
  width: 21px;
  height: 8px;
  display: block;
}

.brand .brand__pagination {
  position: relative;
  width: auto;
  margin: 2.78vw auto 0 auto;
}

.brand .brand__paginationWrap {
  height: 100%;
}

.brand .brand__paginationList {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  bottom: 0;
}

.brand .brand__paginationItem {
  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;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  border: 0px !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.brand .brand__paginationItem svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.brand .brand__paginationItem svg .circle-animation {
  display: block;
  width: 100%;
  height: 100%;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  -webkit-animation: dash 4s ease-in-out forwards;
  animation: dash 4s ease-in-out forwards;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.brand .brand__paginationItem span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #d9d9d9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.brand .brand__paginationItem.--item-1 span {
  background-image: url("../../../../assets/images/top/brand/logo-1.svg");
}

.brand .brand__paginationItem.--item-2 span {
  background-image: url("../../../../assets/images/top/brand/logo-2.svg");
}

.brand .brand__paginationItem.--item-3 span {
  background-image: url("../../../../assets/images/top/brand/logo-3.svg");
}

.brand .brand__paginationItem.--item-4 span {
  background-image: url("../../../../assets/images/top/brand/logo-4.svg");
}

.brand .brand__paginationItem.--item-5 span {
  background-image: url("../../../../assets/images/top/brand/logo-5.svg");
}

.brand .brand__paginationItem.--item-6 span {
  background-image: url("../../../../assets/images/top/brand/logo-6.svg");
}

.brand .brand__paginationItem.--item-7 span {
  background-image: url("../../../../assets/images/top/brand/logo-7.svg");
}

.brand .brand__paginationItem.--item-8 span {
  background-image: url("../../../../assets/images/top/brand/logo-8.svg");
}

.recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8.34vw 0;
}

.recommend .recommend__wrap {
  width: 100%;
  max-width: 88.89vw;
}

.recommend .recommend__slider {
  margin-top: 2.78vw;
}

.recommend .recommend__sliderList {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.recommend .recommend__item {
  width: 15vw;
  max-width: 15vw;
  margin-right: 3.48vw;
}

.recommend .recommend__pagination {
  width: auto;
  margin-top: 2.99vw;
}

.recommend .recommend__pagination .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.recommend .recommend__sliderArrow {
  height: 100%;
  right: auto;
  left: auto;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
}

.recommend .recommend__sliderArrow--right {
  width: calc(100% - 1150px);
  left: auto;
  right: 0;
}

.recommend .recommend__sliderArrow--left {
  display: none;
  width: calc(50% - 990px);
}

.recommend .recommend__sliderArrowInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.recommend .recommend__sliderArrowCircle {
  position: fixed;
  top: 78px;
  right: 0;
  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;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  -webkit-transition: opacity 0.54s ease;
  transition: opacity 0.54s ease;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 60px;
  height: 60px;
}

.recommend .recommend__sliderArrowCircleArrow {
  width: 21px;
  height: 8px;
  display: block;
}

.search {
  width: 50%;
  padding: 6.95vw 8.34vw 6.95vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f1efec;
}

.search .search__wrap {
  width: 100%;
  max-width: 33.34vw;
}

.search .search__title, .footer--brand .search__title{
  margin-bottom: 1.25vw;
  font-size: 1.46vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.search .search__price, .search .footer--brand  {
  margin-top: 3.48vw;
}

.search .search__priceCopy {
  margin-bottom: 0.7vw;
  font-size: 0.98vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.search .search__priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search .search__priceItem {
  width: 10.56vw;
  height: 2.78vw;
  font-size: 0.84vw;
  border-radius: 0.35vw;
  border: 1px solid #000;
}

.search .search__priceItem a {
  width: 100%;
  height: 100%;
  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;
  color: #000;
  text-decoration: none;
}

.news {
  width: 50%;
  padding: 6.95vw 0 6.95vw 8.34vw;
  background-color: #f8f8f8;
}

.news .news__wrap {
  width: 100%;
  max-width: 33.34vw;
}

.news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.46vw;
  gap: 1.67vw;
}

.news .news__item {
  width: 100%;
}

.news .news__item>a {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 1.53vw;
  padding-bottom: 0.98vw;
  text-decoration: none;
  color: #000;
}

.news .news__item>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
}

.news .news__itemArrow {
  position: absolute;
  top: 0.21vw;
  left: 0.07vw;
  width: 0.84vw;
  height: 0.35vw;
  display: block;
}

.news .news__itemCopy {
  margin-bottom: 0.28vw;
  font-size: 0.98vw;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}

.news .news__itemDate {
  font-size: 0.7vw;
  font-weight: 400;
  line-height: 1;
  color: #505050;
}

@media screen and (min-width: 1100px) {
  .squareButton {
    width: 140px;
    height: 44px;
    font-size: 12px;
  }
}

@media screen and (hover: hover) and (min-width: 1760px) {
  .pagination .paginationButton:hover svg {
    width: 9.516px;
    height: 9.516px;
  }
}

@media screen and (min-width: 1760px) {
  .pagination {
    gap: 0 7.32px;
  }
  .kv .kv__sliderNav{
    top: -3vw;
  }

  .pagination .paginationButton {
    width: 7.32px !important;
    height: 7.32px !important;
  }

  .pagination .paginationButton svg {
    width: 7.32px;
    height: 7.32px;
  }

  .sectionTitle_1 {
    font-size: 29.28px;
  }

  .sectionTitle_2.--large {
    font-size: 58.56px;
    padding-left: 73.2px;
  }

  .sectionTitle_2 {
    padding-left: 73.2px;
  }

  .sectionTitle_2.--large {
    font-size: 58.56px;
    padding-left: 73.2px;
  }

  .sectionTitle_2.--middle {
    font-size: 48.8px;
    padding-left: 67.1px;
  }

  .sectionTitle_2::before {
    width: 42.7px;
    height: 1.22px;
  }

  .searchBox {
    height: 73.2px;
    border-radius: 6.1px;
  }

  .searchBox .searchBox__input {
    padding-left: 18.3px;
    padding-right: 67.1px;
  }

  .searchBox .searchBox__button {
    width: 41.48px;
    height: 41.48px;
    right: 18.3px;
  }

  .textBox {
    height: 73.2px;
    border-radius: 6.1px;
  }

  .textBox .textBox__input {
    padding-left: 18.3px;
    padding-right: 67.1px;
  }

  .textBox .textBox__input::-webkit-input-placeholder {
    font-size: 19.52px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .textBox .textBox__input::-moz-placeholder {
    font-size: 19.52px;
    transform: translateY(0);
  }

  .textBox .textBox__input:-ms-input-placeholder {
    font-size: 19.52px;
    transform: translateY(0);
  }

  .textBox .textBox__input::-ms-input-placeholder {
    font-size: 19.52px;
    transform: translateY(0);
  }

  .textBox .textBox__input::placeholder {
    font-size: 19.52px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .textBox .textBox__button {
    width: 41.48px;
    height: 41.48px;
    right: 18.3px;
  }

  .reviewStar .reviewStar_inner {
    gap: 1.22px;
    margin-right: 9.76px;
  }

  .reviewStar .reviewStar_inner span.--small {
    width: 19.52px;
    height: 19.52px;
  }

  .reviewStar .reviewStar_inner span.--large {
    width: 25.62px;
    height: 25.62px;
  }

  .itemBlock .itemBlock__img {
    margin-bottom: 14.64px;
    border-radius: 6.1px;
  }

  .itemBlock .itemBlock__brand {
    margin-bottom: 4.88px;
    font-size: 13.42px;
  }

  .itemBlock .itemBlock__copy {
    max-height: 47.58px;
    margin-bottom: 20.74px;
    font-size: 17.08px;
  }

  .itemBlock .itemBlock__review {
    margin-bottom: 23.18px;
    gap: 9.76px;
  }

  .itemBlock .itemBlock__reviewText {
    font-size: 12.2px;
  }

  .itemBlock .itemBlock__price {
    font-size: 20.74px;
  }

  .itemBlock .itemBlock__price--unit {
    margin-right: 2.44px;
    font-size: 14.64px;
  }

  .itemBlock .itemBlock__price--note {
    font-size: 13.42px;
  }

  .kv .kv__sliderItem::before {
     opacity: 1;
   /* background-color: rgba(0, 0, 0, 0.3);*/
  }

  .kv .kv__bar {
    width: 878.4px;
    height: 97.6px;
    padding-left: 48.8px;
  }

  .kv .kv__barLink {
    width: 256.2px;
    padding-right: 100.04px;
  }

  .kv .kv__barLinkText {
    font-size: 14.64px;
  }

  .kv .kv__barLinkArrow {
    top: 41.48px;
    right: 48.8px;
    width: 39.04px;
    height: 9.76px;
  }

  .kv .kv__sliderArrows .kv__sliderArrowsArea {
    width: 170.8px;
  }

  .kv .kv__sliderArrows .kv__sliderArrowsArea--prev {
    padding-right: 48.8px;
  }

  .kv .kv__sliderArrows .kv__sliderArrowsArea--next {
    padding-left: 48.8px;
  }

  .kv .kv__sliderArrows .kv__sliderArrowsBody {
    width: 62.22px;
    height: 20.74px;
  }

  .kv .kv__sliderArrows .kv__sliderArrowsBar_1 {
    width: 62.22px;
    height: 1.22px;
    border-radius: 1.22px;
  }

  .kv .kv__sliderArrows .kv__sliderArrowsBar_2 {
    top: calc(50% + 1.22px);
    width: 29.28px;
    height: 1.22px;
    border-radius: 1.22px;
  }

  .topics {
    padding: 146.4px 0 73.2px;
  }

  .topics .topics__wrap {
    width: calc(780.8px + 50%);
  }

  .topics .topics__slider {
    margin-top: 10.98px;
  }

  .topics .topics__item {
    max-width: 329.4px;
    margin-right: 61px;
  }

  .topics .topics__itemImg {
    border-radius: 6.1px;
    margin-bottom: 14.64px;
  }

  .topics .topics__itemCopy {
    font-size: 18.3px;
    margin-top: 14.64px;
  }

  .topics .topics__itemDate {
    font-size: 13.42px;
  }

  .topics .topics__pagination {
    margin-top: 48.8px;
  }

  .topics .topics__sliderArrow--right {
    width: calc(100% - 1561.6px + 61px + 36.6px);
    left: auto;
    right: 0;
  }

  .topics .topics__sliderArrowCircle {
    width: 73.2px;
    height: 73.2px;
    top: 128.1px;
    right: auto;
    left: 0;
  }

  .brand {
    padding: 146.4px 0 0;
  }

  .brand .brand__wrap {
    max-width: 1561.6px;
  }

  .brand .brand__slider {
    margin-top: 48.8px;
  }

  .brand .brand__itemGuide {
    bottom: 24.4px;
    right: 36.6px;
    bottom: 24.4px;
    right: 36.6px;
  }

  .brand .brand__itemText {
    margin-right: 14.64px;
    font-size: 14.64px;
  }

  .brand .brand__itemArrow {
    width: 36.6px;
    height: 8.54px;
    -webkit-transform: translateY(-2.44px);
    transform: translateY(-2.44px);
  }

  .brand .brand__itemHeader {
    height: 134.2px;
    padding-left: 97.6px;
  }

  .brand .brand__itemHeaderCopy {
    font-size: 25.62px;
  }

  .brand .brand__itemHeaderText {
    margin-top: 7.32px;
    font-size: 17.08px;
  }

  .brand .brand__sliderArrow--right {
    width: calc(100% - 1150px - (50% - 890px));
    left: auto;
    right: 0;
  }

  .brand .brand__sliderArrowCircle {
    width: 73.2px;
    height: 73.2px;
  }

  .brand .brand__pagination {
    margin: 48.8px auto 0 auto;
  }

  .recommend {
    padding: 146.4px 0;
  }

  .recommend .recommend__wrap {
    max-width: 1561.6px;
  }

  .recommend .recommend__slider {
    margin-top: 48.8px;
  }

  .recommend .recommend__item {
    width: 263.52px;
    max-width: 263.52px;
    margin-right: 60.5px;
  }

  .recommend .recommend__pagination {
    margin-top: 52.46px;
  }

  .recommend .recommend__sliderArrow--right {
    width: calc(100% - 1403px);
    left: auto;
    right: 0;
  }

  .recommend .recommend__sliderArrowCircle {
    width: 73.2px;
    height: 73.2px;
    top: 95.16px;
  }

  .search {
    padding: 122px 146.4px 122px 0;
  }

  .search .search__wrap {
    max-width: 585.6px;
  }

  .search .search__form {
    margin-bottom: 24.4px;
  }

  .search .search__price, .search .footer--brand  {
    margin-top: 61px;
  }

  .search .search__priceCopy {
    margin-bottom: 12.2px;
    font-size: 17.08px;
  }

  .search .search__priceItem {
    width: 185.44px;
    height: 48.8px;
    font-size: 14.64px;
    border-radius: 6.1px;
  }

  .news {
    padding: 122px 0 122px 146.4px;
  }

  .news .news__wrap {
    max-width: 585.6px;
  }

  .news .news__list {
    margin-top: 25.62px;
    gap: 29.28px;
  }

  .news .news__item>a {
    padding-left: 26.84px;
    padding-bottom: 17.08px;
  }

  .news .news__item>a::before {
    height: 2.44px;
  }

  .news .news__itemArrow {
    top: 3.66px;
    left: 1.22px;
    width: 14.64px;
    height: 6.1px;
  }

  .news .news__itemCopy {
    margin-bottom: 4.88px;
    font-size: 17.08px;
  }

  .news .news__itemDate {
    font-size: 12.2px;
  }
}

@media screen and (max-width: 1099px) {
  .kv {
    padding-top: 137.86px;
  }
}
@media screen and (min-width: 768px) {
  ul.splide__list {
    padding-top : 40px!important;
  }
}


@media screen and (max-width: 767px) {
  .pagination {
    gap: 0 1.6vw;
  }

  .kv .kv__sliderNav{
    top: -6.8vw;
  }

  .pagination .paginationButton svg {
    width: 1.6vw;
    height: 1.6vw;
  }

  .pagination .paginationButton {
    width: 1.6vw !important;
    height: 1.6vw !important;
  }

  .sectionTitle_1 {
    font-size: 4.54vw;
  }

  .sectionTitle_2 {
    padding-left: 5.34vw;
  }

  .sectionTitle_2.--large {
    font-size: 8.54vw;
  }

  .sectionTitle_2.--middle {
    font-size: 6.67vw;
  }

  .sectionTitle_2::before {
    width: 3.2vw;
  }

  .squareButton {
    width: 84vw;
    height: 12vw;
    font-size: 4.54vw;
  }

  .squareButton.--black {
    border: 0.27vw solid #000;
  }

  .squareButton.--white {
    border: 0.27vw solid #000;
  }

  .searchBox {
    height: 13.34vw;
    border-radius: 1.34vw;
    border: 0px;
  }

  .searchBox .searchBox__input {
    padding-left: 4vw;
    padding-right: 14.67vw;
  }

  .searchBox .searchBox__button {
    width: 9.07vw;
    height: 9.07vw;
    right: 2.67vw;
  }

  .textBox {
    height: 13.34vw;
    border-radius: 1.34vw;
    border: 0px;
  }

  .textBox .textBox__input {
    padding-left: 4vw;
    padding-right: 14.67vw;
  }

  .textBox .textBox__input::-webkit-input-placeholder {
    font-size: 4.27vw;
    -webkit-transform: translateY(0.54vw);
    transform: translateY(0.54vw);
  }

  .textBox .textBox__input::-moz-placeholder {
    font-size: 4.27vw;
    transform: translateY(0.54vw);
  }

  .textBox .textBox__input:-ms-input-placeholder {
    font-size: 4.27vw;
    transform: translateY(0.54vw);
  }

  .textBox .textBox__input::-ms-input-placeholder {
    font-size: 4.27vw;
    transform: translateY(0.54vw);
  }

  .textBox .textBox__input::placeholder {
    font-size: 4.27vw;
    -webkit-transform: translateY(0.54vw);
    transform: translateY(0.54vw);
  }

  .textBox .textBox__button {
    width: 9.07vw;
    height: 9.07vw;
    right: 2.67vw;
  }

  .reviewStar .reviewStar_inner {
    gap: 0.22vw;
    margin-right: 1.6vw;
  }

  .reviewStar .reviewStar_inner span.--small {
    width: 3.2vw;
    height: 3.2vw;
  }

  .reviewStar .reviewStar_inner span.--large {
    width: 5.87vw;
    height: 5.87vw;
  }

  .reviewStar .reviewStar_text.--small {
    font-size: 3.2vw;
  }

  .reviewStar .reviewStar_text.--large {
    font-size: 4vw;
  }

  .itemBlock .itemBlock__img {
    border-radius: 1.34vw;
    margin-bottom: 3.2vw;
  }

  .itemBlock .itemBlock__brand {
    margin-bottom: 1.07vw;
    font-size: 2.94vw;
  }

  .itemBlock .itemBlock__copy {
    max-height: 10.4vw;
    margin-bottom: 1.07vw;
    font-size: 3.47vw;
  }

  .itemBlock .itemBlock__review {
    margin-bottom: 3.2vw;
    gap: 1.66vw;
  }

  .itemBlock .itemBlock__reviewText {
    font-size: 2.67vw;
  }

  .itemBlock .itemBlock__price {
    font-size: 4.54vw;
  }

  .itemBlock .itemBlock__price--unit {
    margin-right: 0.54vw;
    font-size: 3.2vw;
  }

  .itemBlock .itemBlock__price--note {
    font-size: 2.94vw;
  }

  .layouts-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kv {
    padding-top: 18.67vw;
  }

  .kv .kv__bar {
    width: 100%;
    height: 16vw;
    padding-left: 5.34vw;
  }

  .kv .kv__barLink {
    width: 40vw;
    padding-right: 16vw;
  }

  .kv .kv__barLinkText {
    font-size: 3.2vw;
  }

  .kv .kv__barLinkArrow {
    top: 6.67vw;
    right: 5.34vw;
    width: 8.54vw;
    height: 2.14vw;
  }

  .topics {
    padding: 16vw 0 6.94vw;
  }

  .topics .topics__slider {
    margin-top: 3.2vw;
  }

  .topics .topics__item {
    min-width: 72vw;
    margin-right: 5.34vw;
  }

  .topics .topics__itemImg {
    border-radius: 1.34vw;
    margin-bottom: 3.2vw;
  }

  .topics .topics__itemCopy {
    font-size: 4vw;
    margin-top: 3.2vw;
  }

  .topics .topics__itemDate {
    font-size: 2.94vw;
  }

  .topics .topics__pagination {
    margin-top: 11.74vw;
  }

  .topics .topics__sliderArrow--right {
    display: none;
  }

  .brand {
    padding: 16vw 0 0;
  }

  .brand .brand__wrap {
    max-width: 100%;
  }

  .brand .brand__slider {
    margin-top: 5.07vw;
  }

  .brand .brand__itemGuide {
    bottom: 5.34vw;
    right: 5.34vw;
  }

  .brand .brand__itemText {
    margin-right: 3.2vw;
    font-size: 3.2vw;
  }

  .brand .brand__itemArrow {
    width: 8vw;
    height: 1.87vw;
    -webkit-transform: translateY(-0.53vw);
    transform: translateY(-0.53vw);
  }

  .brand .brand__itemHeader {
    height: 32vw;
    padding-right: 5.34vw;
    padding-left: 5.34vw;
  }

  .brand .brand__itemHeaderCopy {
    font-size: 4.54vw;
  }

  .brand .brand__itemHeaderText {
    margin-top: 1.6vw;
    font-size: 3.47vw;
  }

  .brand .brand__sliderArrow--right {
    display: none;
  }

  .brand .brand__pagination {
    margin: 5.34vw auto 0;
  }

  .recommend {
    padding: 24vw 0;
  }

  .recommend .recommend__wrap {
    max-width: 100%;
  }

  .recommend .recommend__slider {
    margin: 5.34vw auto 0 auto;
  }

  .recommend .recommend__item {
    width: 42.67vw;
    min-width: 42.67vw;
    margin-right: 10.67vw;
  }

  .recommend .recommend__pagination {
    margin-top: 10.67vw;
  }

  .recommend .recommend__sliderArrow--right {
    display: none;
  }

  .search {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10.67vw 0;
  }

  .search .search__wrap {
    max-width: 84.27vw;
  }

  .search .search__title, .footer--brand .search__title{
    margin-bottom: 4vw;
    font-size: 4.54vw;
  }

  .search .search__form {
    margin-bottom: 5.34vw;
  }

  .search .search__price, .search .footer--brand {
    margin-top: 10.67vw;
  }

  .search .search__priceCopy {
    margin-bottom: 2.67vw;
    font-size: 3.47vw;
  }

  .search .search__priceList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6vw;
  }

  .search .search__priceItem {
    width: 41.07vw;
    height: 10.67vw;
    font-size: 3.2vw;
    border-radius: 1.34vw;
  }

  .news {
    width: 100%;
    padding: 24vw 0;
  }

  .news .news__wrap {
    margin: 0 auto;
    max-width: 89.34vw;
  }

  .news .news__list {
    margin-top: 8vw;
    gap: 4vw;
  }

  .news .news__item>a {
    padding-left: 5.6vw;
    padding-bottom: 4vw;
  }

  .news .news__item>a::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.27vw, #000), color-stop(0.27vw, transparent));
    background-image: linear-gradient(to right, #000 0.27vw, transparent 0.27vw);
    background-size: 1.6vw 1px;
  }

  .news .news__item>a::before {
    height: 0.27vw;
  }

  .news .news__itemArrow {
    top: 0.8vw;
    left: 0.27vw;
    width: 3.2vw;
    height: 1.34vw;
  }

  .news .news__itemCopy {
    margin-bottom: 1.07vw;
    font-size: 3.47vw;
  }

  .news .news__itemDate {
    font-size: 2.67vw;
  }
}

@media (hover: hover) {
  .pagination .paginationButton {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .pagination .paginationButton:hover svg {
    width: 0.546vw;
    height: 0.546vw;
  }

  .pagination .paginationButton:hover svg rect {
    fill: #000;
    stroke: #000;
  }

  .squareButton {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .squareButton:hover.--black {
    background-color: #ffffff;
    color: #000;
  }

  .squareButton:hover.--white {
    background-color: #000;
    color: #ffffff;
  }

  .searchBox .searchBox__button {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .searchBox .searchBox__button:hover svg circle {
    fill: #ffffff;
  }

  .searchBox .searchBox__button:hover svg path {
    stroke: #000;
  }

  .textBox .textBox__button {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .textBox .textBox__button:hover svg circle {
    fill: #ffffff;
  }

  .textBox .textBox__button:hover svg path {
    stroke: #000;
  }

  .itemBlock {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .itemBlock:hover {
    color: #000;
  }

  .itemBlock:hover .itemBlock__img img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }

  .itemBlock:hover .itemBlock__copy {
    text-decoration: underline;
  }

  .topics .topics__slider .splide__track {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .topics .topics__slider .splide__track:hover .topics__sliderArrowCircle {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }

  .topics .topics__itemWrap {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .topics .topics__itemWrap:hover .topics__itemImg img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }

  .topics .topics__sliderArrow--right {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .topics .topics__sliderArrow--right:hover .topics__sliderArrowCircle {
    opacity: 1;
  }

  .brand .brand__sliderArrow--right {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .brand .brand__sliderArrow--right:hover .brand__sliderArrowCircle {
    opacity: 1;
  }

  .recommend .recommend__sliderArrow--right {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .recommend .recommend__sliderArrow--right:hover .recommend__sliderArrowCircle {
    opacity: 1;
  }

  .search .search__priceItem a {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .search .search__priceItem a:hover {
    background-color: #000;
    color: #ffffff;
  }

  .news .news__item>a {
    -webkit-transition: 0.23s;
    transition: 0.23s;
  }

  .news .news__item>a:hover .news__itemCopy {
    text-decoration: underline;
  }
}

.splide__slide.kv__sliderItem:hover {
  cursor: pointer;
  opacity: 0.8;
}

