.c-gender__tab {
  border-radius: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-gender__tab button {
  display: block;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #a0a0a0;
}
@media screen and (max-width: 767px) {
  .c-gender__tab button {
    font-size: 0.875rem;
    padding: 10px 2px;
  }
}
@media screen and (min-width: 768px) {
  .c-gender__tab button {
    font-size: 1rem;
    padding: 12px 2px;
  }
}
.c-gender__tab button.active {
  background: #2e2e2e;
  color: #fff;
}
.c-gender__panel {
  display: none;
}
.c-gender__panel.active {
  display: block;
}

.info__item {
  text-align: center;
  font-size: 0.625rem;
  line-height: 1;
  padding: 8px 0;
  background: #f2f2f2;
}
.info__item:nth-child(n+2) {
  border-top: 1px solid #d5d5d5;
}
@media screen and (min-width: 768px) {
  .info a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.kv {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .kv {
    margin-top: 30px;
  }
}
.kv__slide {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kv__slide {
    width: calc(100% - 140px);
  }
}
@media screen and (min-width: 768px) {
  .kv__slide {
    width: 350px;
  }
}
.kv__slide img {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 1px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv__pagenation {
  bottom: 10px;
  opacity: 1;
}
.kv__pagenation span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #a0a0a0;
}
.kv__pagenation span.swiper-pagination-bullet-active {
  background: #a0a0a0;
}

@media screen and (max-width: 767px) {
  .campaign {
    margin-top: 20px;
    padding-right: 5.5vw;
    padding-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign {
    margin-top: 40px;
  }
}
.campaign__list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .campaign__list {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .campaign__list {
    max-width: 800px;
    width: calc(100% - 60px);
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .category {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .category {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 80px auto 0;
  }
}
.category__heading {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .category__heading {
    font-size: 1.125rem;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .category__heading {
    font-size: 1.25rem;
  }
}
.category__tab {
  background: #f2f2f2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .category__tab {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .category__panel {
    margin-top: 20px;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .category__panel {
    margin-top: 30px;
  }
}
.category__container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .category__swiper {
    height: clamp(240px, 29vh, 270px);
    overflow: visible;
    display: none;
    padding-right: 5.5vw;
  }
  .category__swiper.swiper-initialized {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .category__wrapper {
    max-width: 980px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: clamp(10px, 1vw, 20px);
         column-gap: clamp(10px, 1vw, 20px);
    row-gap: 15px;
    margin: 0 auto;
  }
}
.category__slide {
  font-size: 10px;
  text-align: center;
}
.category__slide a {
  display: flex;
  flex-direction: column;
}
.category__slide a img {
  margin-bottom: 4px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .category__slide a span {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .history {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .history {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 60px auto 0;
  }
}
.history__heading {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .history__heading {
    font-size: 1.125rem;
    margin: 0 0 15px 20px;
  }
}
@media screen and (min-width: 768px) {
  .history__heading {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .history__swiper {
    overflow: visible;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .history__swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .history__container {
    overflow: hidden;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .history__container {
    position: relative;
  }
}
.history__link {
  display: block;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
}
.history__img img {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .history__spec {
    padding: 10px 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .history__spec {
    padding: 10px 15px 20px;
  }
}
.history__name {
  min-height: 3.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .history__name {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .history__name {
    font-size: 0.8125rem;
  }
}
.history__price {
  font-size: 1rem;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: 8px;
}
.history__tax {
  font-size: 0.625rem;
  font-weight: normal;
  padding-left: 3px;
}

.highlights {
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .highlights {
    margin-top: 40px;
    padding: 40px 0 40px 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .highlights {
    margin-top: 60px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .highlights__container {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .highlights__container {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .highlights__swiper {
    overflow: visible;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .highlights__swiper {
    overflow: hidden;
  }
}
.highlights__slide {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .highlights__slide {
    padding-right: 2px;
  }
  .highlights__slide:nth-child(2) {
    border-radius: 0 0 0 10px;
  }
  .highlights__slide:nth-last-child(2) {
    border-radius: 0 10px 0 0;
  }
  .highlights__slide:nth-last-child(2) img {
    border-radius: 0 10px 0 0;
  }
  .highlights__slide:first-child {
    border-radius: 10px 0 0 0;
  }
  .highlights__slide:first-child img {
    border-radius: 10px 0 0 0;
  }
  .highlights__slide:last-child {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .highlights__slide {
    height: auto;
    border-radius: 8px;
  }
  .highlights__slide img {
    border-radius: 8px 8px 0 0;
  }
}
.highlights__product {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.highlights__img {
  position: relative;
  margin-bottom: 10px;
}
.highlights__labels {
  line-height: 1;
}
.highlights__label {
  display: inline-block;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1.9;
  padding: 0 5px;
}
.highlights__label-sale {
  background: #ee2e3e;
}
.highlights__label-fs {
  background: #6FAFDD;
}
.highlights__spec {
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .highlights__spec {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .highlights__spec {
    padding: 0 15px;
  }
}
.highlights__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .highlights__name {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .highlights__name {
    font-size: 0.8125rem;
    height: calc(3em + 5px);
  }
}
.highlights__price {
  font-size: 1rem;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: auto;
}
.highlights__price-sale {
  color: #ee2e3e;
}
.highlights__tax {
  font-size: 0.625rem;
  font-weight: normal;
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  .sale {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .sale {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .sale .highlights__swiper {
    height: clamp(530px, 61vh, 550px);
  }
}
@media screen and (min-width: 768px) {
  .sale .highlights__slide {
    padding-bottom: 20px;
  }
}
.sale .highlights__price {
  color: #ee2e3e;
}

@media screen and (min-width: 768px) {
  .ranking {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
}
.ranking__tab {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ranking__tab {
    margin: 20px 5.5vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .ranking__tab {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ranking__panel {
    overflow: hidden;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ranking__panel {
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ranking .highlights__swiper {
    height: clamp(520px, 62vh, 560px);
  }
}
@media screen and (min-width: 768px) {
  .ranking .highlights__slide {
    padding-bottom: 20px;
  }
}
.ranking__no {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(160, 160, 160, 0.9);
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-size: 0.875rem;
  color: #fff;
}
.ranking__no[data-rank="1"] {
  background: #f6ac00;
}
.ranking__no[data-rank="2"] {
  background: #707070;
}
.ranking__no[data-rank="3"] {
  background: #a35700;
}

@media screen and (max-width: 767px) {
  .arrival {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .arrival {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 80px auto 0;
  }
}
.arrival__heading h2 {
  display: flex;
  align-items: center;
}
.arrival__heading span {
  font-weight: normal;
  padding-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .arrival__heading span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .arrival__heading span {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .arrival .highlights__swiper {
    height: clamp(470px, 57vh, 490px);
  }
}
@media screen and (min-width: 768px) {
  .arrival .highlights__slide {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .feature {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .ig {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ig {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .ig__heading {
    margin-left: 5.5vw;
  }
}

@media screen and (max-width: 767px) {
  .vsm-slider {
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .vsm-slider {
    position: relative;
  }
}

.ecbn-selection-widget {
  margin: 0 !important;
}

.ecbn-selection-wrapper {
  margin: 0 !important;
  overflow: auto !important;
  scrollbar-width: none;
}

.ecbn-selection-slide-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
  scrollbar-width: none;
  position: static !important;
}

.ecbn-selection-slider-view {
  overflow: hidden;
}

.ecbn-selection-snap {
  margin-left: 0 !important;
}
.ecbn-selection-snap .ecbn-selection-item {
  margin-right: 8px !important;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .ecbn-selection-widget .ecbn-selection-slider-next,
  .ecbn-selection-widget .ecbn-selection-slider-prev {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .ecbn-selection-widget .ecbn-selection-slider-next,
  .ecbn-selection-widget .ecbn-selection-slider-prev {
    width: 50px !important;
    height: 50px !important;
    top: calc(50% - 25px - 1.6em) !important;
    background: none !important;
    opacity: 1 !important;
  }
}
.ecbn-selection-widget .ecbn-selection-slider-next::after,
.ecbn-selection-widget .ecbn-selection-slider-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 13px;
}
.ecbn-selection-widget .ecbn-selection-slider-next:hover,
.ecbn-selection-widget .ecbn-selection-slider-prev:hover {
  opacity: 0.7;
}
.ecbn-selection-widget .ecbn-selection-slider-next {
  right: -20px !important;
}
.ecbn-selection-widget .ecbn-selection-slider-next::after {
  background-image: url("https://devirockstore.net/s/assets/image/common/arrow/white.svg");
}
.ecbn-selection-widget .ecbn-selection-slider-prev {
  left: -20px !important;
}
.ecbn-selection-widget .ecbn-selection-slider-prev::after {
  background-image: url("https://devirockstore.net/s/assets/image/common/arrow/white.svg");
  transform: rotate(180deg);
}

.ecbn-selection-right-header {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ecbn-selection-right-item-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ecbn-selection-right-item-list .ecbn-selection-item {
  margin: 0 0 15px !important;
}
.ecbn-selection-right-item-list .ecbn-selection-item-img {
  width: 100% !important;
}
.ecbn-selection-right-item-list .ecbn-selection-item-name {
  width: 100% !important;
}
.ecbn-selection-right-item-list .ecbn-selection-item-comment,
.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
.ecbn-selection-right-item-list .ecbn-selection-item-comment3 {
  display: none;
}

.ecbn-selection-nextarrow,
.ecbn-selection-prevarrow {
  width: 36px;
  border-radius: 50%;
  opacity: 1 !important;
}

.ecbn-selection-nextarrow {
  background: #2e2e2e url("https://devirockstore.net/s/assets/image/common/arrow/white.svg") no-repeat center center/16px 16px !important;
}

.ecbn-selection-prevarrow {
  transform: rotate(180deg);
  background: #2e2e2e url("https://devirockstore.net/s/assets/image/common/arrow/white.svg") no-repeat center center/16px 16px !important;
}

.ecbn-selection-preview-close {
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  border-radius: 50px !important;
}
.ecbn-selection-preview-close::after {
  width: 18px !important;
  height: 18px !important;
  transform: none !important;
  position: static !important;
  background: url(https://devirockstore.net/s/assets/image/common/icon/close_stroke_bk.svg) no-repeat 0 0/100% !important;
}
.ecbn-selection-preview-close::before {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .ecbn-selection-preview-wrapper {
    width: 90% !important;
    max-width: 1100px;
  }
  .ecbn-selection-preview-content {
    display: grid !important;
    grid-template-columns: 1fr 1.5fr;
  }
  .ecbn-selection-left {
    width: 100% !important;
    float: none !important;
  }
  .ecbn-selection-right {
    width: 100% !important;
    float: none !important;
    scrollbar-width: none;
    padding: 0 20px 0 0 !important;
  }
  .ecbn-selection-snapmain {
    overflow: auto !important;
    scrollbar-width: none;
    position: static !important;
  }
  .ecbn-selection-snap-carousel-wrapper {
    width: 100% !important;
    overflow: hidden;
  }
  .ecbn-selection-snap-carousel-view {
    width: 100% !important;
  }
  .ecbn-selection-snap-carousel {
    display: grid !important;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    width: 100% !important;
  }
  .ecbn-selection-snap-carousel-slide {
    width: 100% !important;
    scroll-snap-align: center;
  }
  .ecbn-selection-snap-image {
    width: 100% !important;
  }
  .ecbn-selection-preview-close {
    top: -40px !important;
  }
  .ecbn-selection-preview-wrapper .ecbn-selection-slider-next,
  .ecbn-selection-preview-wrapper .ecbn-selection-slider-prev {
    border-radius: 50%;
    opacity: 1 !important;
    top: 0 !important;
  }
  .ecbn-selection-preview-wrapper .ecbn-selection-slider-next {
    right: -16px !important;
    background: #2e2e2e url("https://devirockstore.net/s/assets/image/common/arrow/white.svg") no-repeat center center/16px 16px !important;
  }
  .ecbn-selection-preview-wrapper .ecbn-selection-slider-prev {
    left: 10px !important;
    transform: translateY(-50%) rotate(180deg) !important;
    background: #2e2e2e url("https://devirockstore.net/s/assets/image/common/arrow/white.svg") no-repeat center center/16px 16px !important;
  }
}
.cp-floating {
  width: 120px;
  position: fixed;
  bottom: 50px;
  z-index: 200;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cp-floating {
    right: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .cp-floating {
    right: 20px;
  }
}
.cp-floating button {
  width: 26px;
}
.cp-floating a img {
  border-radius: 5px;
}