@charset "UTF-8";
.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;
}

.fs-l-main,
.footer {
  margin-top: 0;
}

.sale__heading {
  text-align: center;
}
.sale__heading h2 {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sale__heading h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sale__heading h2 {
    font-size: clamp(30px, 2.5vw, 34px);
  }
}
.sale__heading p {
  font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width: 767px) {
  .sale__heading p {
    font-size: 0.875rem;
  }
}
.sale__heading span {
  display: block;
  margin-top: 15px;
}

.kv {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  .kv {
    max-height: 450px;
  }
}
.kv h1 {
  position: relative;
}
.kv img {
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .kv img {
    width: 450px;
    display: block;
    margin: 0 auto;
  }
}
.kv__wrapper h1::before, .kv__wrapper h1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kv__wrapper h1::before {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
.kv__wrapper h1::after {
  background-image: url("../image/overlay-end.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
}

.container {
  width: 100%;
  background-image: url("../image/bg.png");
}
@media screen and (max-width: 767px) {
  .container {
    background-size: 70%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    background-size: 20%;
  }
}

.campaing__container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaing__container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .campaing__container {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .period {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .period {
    padding-bottom: 30px;
  }
}
.period dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .period dl {
    padding: 0 20px;
  }
}
.period dt {
  padding: 8px 15px;
  background: #2e2e2e;
  border-radius: 5px;
  position: relative;
  font-family: "Zen+Kaku+Gothic+New";
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .period dt {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .period dt {
    font-size: 0.75rem;
  }
}
.period dt::after {
  content: "";
  border: 6px solid transparent;
  border-left: 6px solid #2e2e2e;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: -11px;
}
.period dd {
  font-family: "Montserrat";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .period dd {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .period dd {
    font-size: 1rem;
  }
}

.cp {
  scroll-margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cp {
    margin: 0 5.5vw;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .cp {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
.cp__container {
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .cp__container {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .cp__container {
    max-width: 800px;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 40px 60px;
  }
}
.cp__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cp__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .cp__list {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 40px);
    margin: 40px auto;
  }
}
.cp__list-col1 {
  margin-top: 20px;
}
.cp__list-col1 .cp__item {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.cp__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cp__item {
    margin-top: 30px;
  }
  .cp__item:nth-child(n+2) {
    border-top: 1px solid #f2f2f2;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cp__item {
    width: calc(50% - 20px);
    gap: clamp(10px, 1vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .cp__img {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .cp__img {
    flex: 1;
  }
}
.cp__code {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cp__code {
    width: 100px;
    flex-shrink: 0;
  }
}
.cp__number {
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.cp__number::before {
  content: "クーポンコード";
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}
.cp button {
  display: flex;
  align-items: center;
  border: 1px solid #3ba4f1;
  font-size: 0.625rem;
  border-radius: 50px;
  padding: 8px 14px;
}
@media screen and (min-width: 768px) {
  .cp button {
    transition: opacity 0.3s ease;
  }
}
.cp button::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url("https://devirockstore.net/s/assets/image/common/icon/copy_stroke_bl.svg") no-repeat 0 0/100%;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .cp button:hover {
    opacity: 0.7;
  }
}
.cp__info {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cp__info {
    max-width: 750px;
    border-top: 1px dashed #d5d5d5;
    margin: 20px auto 0;
    padding-top: 40px;
  }
}
.cp dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cp dl {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .cp dl {
    font-size: 0.75rem;
  }
}
.cp dl dt {
  width: 4em;
}
.cp dl dd:before {
  content: ":";
  padding: 0 0.5em;
}
.cp__attention {
  color: #ee2e3e;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cp__attention {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .cp__attention {
    font-size: 0.75rem;
  }
}
.cp a {
  text-decoration: underline;
}
.cp__heading {
  border-top: 1px solid #a0a0a0;
  margin-top: 40px;
  padding-top: 40px;
}

.ls {
  width: 100%;
  background-color: #fef7fb;
  scroll-margin-top: 50px;
}
.ls::before {
  content: "";
  width: 100%;
  height: 28px;
  display: block;
  background-color: #e84aa1;
  background-image: url(../image/ls_line.png);
  background-repeat: repeat-x;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .ls::before {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .ls::before {
    margin-bottom: 60px;
  }
}
.ls::after {
  content: "";
  width: 100%;
  height: 28px;
  display: block;
  background-color: #e84aa1;
  background-image: url(../image/ls_line.png);
  background-repeat: repeat-x;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .ls::after {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .ls::after {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .ls__container {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.ls__heading h2 {
  color: #e84aa1;
}
.ls__tab {
  background: #fbe2f1;
}
@media screen and (max-width: 767px) {
  .ls__tab {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .ls__tab {
    max-width: 640px;
    width: 80%;
    margin: 30px auto 0;
  }
}
.ls__tab button {
  color: #e84aa1;
}
.ls__tab button.active {
  background: #e84aa1;
}
.ls__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ec6cb7;
  border-bottom: 1px solid #ec6cb7;
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .ls__control {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ls__control {
    margin-top: 30px;
  }
}
.ls__total {
  font-size: 1rem;
  font-weight: 700;
  color: #e84aa1;
}
.ls__total span {
  font-size: 0.625rem;
  color: #2e2e2e;
  margin-left: 3px;
}
.ls__sort {
  display: flex;
  gap: 15px;
}
.ls__fs {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ls__fs-label {
  font-size: 0.8125rem;
  font-weight: 600;
}
.ls__swich {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.ls__swich input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ls__swich-slider {
  position: absolute;
  cursor: pointer;
  background-color: #d5d5d5;
  border-radius: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s;
}
.ls__swich-slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  top: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.ls__swich input:checked + .ls__swich-slider {
  background-color: #e84aa1;
}
.ls__swich input:checked + .ls__swich-slider::before {
  transform: translateX(18px);
}
.ls__category button {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.ls__category button::after {
  content: "";
  width: 8px;
  height: 13px;
  display: block;
  background: url("https://devirockstore.net/s/assets/image/common/arrow/pink.svg") no-repeat 0 0/100%;
  transform: rotate(90deg);
  margin-left: 3px;
}
.ls__list {
  display: grid;
  gap: 20px 2px;
}
@media screen and (max-width: 767px) {
  .ls__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ls__list {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 1vw, 30px) 2px;
    margin-top: 30px;
  }
}
.ls__img {
  margin-bottom: 10px;
}
.ls__spec {
  margin: 0 10px;
}
.ls__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ls__name {
    height: 2rem;
    -webkit-line-clamp: 2;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .ls__name {
    -webkit-line-clamp: 1;
    font-size: 0.75rem;
  }
}
.ls__labels {
  display: flex;
  gap: 2px;
  line-height: 1;
  flex-wrap: wrap;
}
.ls__label {
  font-size: clamp(0.5625rem, 2.5vw, 10px);
  line-height: 1.9;
  color: #fff;
  padding: 0 5px;
}
.ls__label-sale {
  background: #ee2e3e;
}
.ls__label-fs {
  background: #2797ff;
}
.ls__price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-size: 1rem;
  font-weight: 700;
  color: #ee2e3e;
}
.ls__price span {
  font-size: 0.625rem;
}
.ls__price-range {
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .ls__price-range {
    margin: 30px 5.5vw 40px;
    padding: 30px 20px 40px;
  }
}
@media screen and (min-width: 768px) {
  .ls__price-range {
    max-width: 800px;
    width: calc(100% - 80px);
    margin: 30px auto 50px;
    padding: 40px 60px;
  }
}
.ls__price-range ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .ls__price-range ul {
    gap: 10px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .ls__price-range ul {
    gap: 20px;
    margin-top: 20px;
  }
}
.ls h3 {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ls h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .ls h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .more__container {
    padding: 50px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .more__container {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .other {
    margin: 0 20px 60px;
  }
}
@media screen and (min-width: 768px) {
  .other {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto 60px;
  }
}
.other h2 {
  margin-bottom: 15px;
}
.other__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .other__list {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .other__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .other__item {
    width: calc(100% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .other__item {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .category {
    margin: 0 0 60px 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .category {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .category__swiper {
    height: 210px;
    overflow: visible;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .category__swiper {
    max-width: 980px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .category__wrapper {
    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: 5px;
  }
}
.category__slide {
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .category__slide {
    width: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-swiper {
    overflow: visible;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .c-swiper__arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-swiper__arrow {
    width: 50px;
    height: 50px;
    top: auto !important;
    bottom: 40px;
  }
}
.c-swiper__arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 13px;
}
.c-swiper__arrow:hover {
  opacity: 0.7;
}
.c-swiper__arrow-next {
  right: -20px;
}
.c-swiper__arrow-next::after {
  background-image: url("https://devirockstore.net/s/assets/image/common/arrow/white.svg");
}
.c-swiper__arrow-prev {
  left: -20px;
}
.c-swiper__arrow-prev::after {
  background-image: url("https://devirockstore.net/s/assets/image/common/arrow/white.svg");
  transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0 !important;
}

@media screen and (max-width: 767px) {
  .ranking {
    margin: 0 0 60px 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .ranking {
    max-width: 1000px;
    width: calc(100% - 60px);
    position: relative;
    margin: 0 auto 60px;
  }
}
.ranking__slide {
  position: relative;
}
.ranking__no {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  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) {
  .feature {
    margin: 0 0 60px 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .feature {
    max-width: 1000px;
    width: calc(100% - 60px);
    position: relative;
    margin: 0 auto 120px;
  }
}

.modal-category {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.modal-category__content {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 85%;
  max-width: 480px;
}
.modal-category__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 600;
}
.modal-category__header button {
  width: 14px;
}
.modal-category__header img {
  display: block;
}
.modal-category__inner button {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  padding: 15px 20px 15px;
}
.modal-category__inner button:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.modal-category__inner button.active {
  border-left: 5px solid #3ba4f1;
  background: #f2f9ff;
}

[hidden] {
  display: none;
}