@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 16px;
}

body {
  color: #2e2e2e;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a,
  button {
    transition: opacity 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .pc__none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp__none {
    display: none;
  }
}

/*
  タイトル
*/
.c-heading--cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-heading--cta {
    margin: 0 5.5vw 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-heading--cta {
    margin-bottom: 20px;
  }
}
.c-heading__title {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading__title {
    font-size: clamp(20px, 2.5vw, 24px);
  }
}
.c-heading__more {
  font-weight: bold;
  color: #3ba4f1;
}
@media screen and (max-width: 767px) {
  .c-heading__more {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading__more {
    font-size: 0.875rem;
  }
}
.c-heading--center {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-heading--center {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading--center {
    font-size: 1.5rem;
  }
}
.c-heading--left {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading--left {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading--left {
    font-size: 1.5rem;
  }
}

[data-timer] {
  display: none;
}

@media screen and (max-width: 767px) {
  .feature {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .feature {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .feature__heading {
    margin-left: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__container {
    overflow: hidden;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .feature__container {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .feature__swiper {
    overflow: visible;
    margin-right: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .feature__swiper {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
    inset-block-start: calc(50% + var(--nav-offset, 0px));
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 13px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-next {
  right: -20px;
}
.swiper-button-next::after {
  background-image: url("https://devirockstore.net/s/assets/image/common/arrow/white.svg");
}

.swiper-button-prev {
  left: -20px;
}
.swiper-button-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) {
  .promo {
    margin: 80px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .promo {
    max-width: 800px;
    width: calc(100% - 60px);
    margin: 80px auto 0;
  }
}
.promo ul {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .promo ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer {
  background: #2e2e2e;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 120px;
  }
}
.footer__container {
  padding: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .footer__container {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__container {
    max-width: 800px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.footer__about {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer__about {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .footer__about {
    grid-template-columns: repeat(3, 110px);
  }
}
.footer__about li {
  text-align: center;
}
.footer__about li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__about li img {
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 5px;
}
.footer__about li span {
  font-size: 0.625rem;
  color: #fff;
}
.footer__social {
  display: grid;
  grid-template-columns: repeat(3, 30px);
  justify-content: center;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
}
.footer__company {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer__company {
    font-size: 0.625rem;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer__company {
    font-size: 0.75rem;
    gap: 20px;
  }
}

.copyright {
  font-size: 0.75rem;
  text-align: center;
  color: #a0a0a0;
  margin-top: 30px;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 2px;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 15px;
}
.header__container {
  text-align: center;
}
.header__container img {
  width: 110px;
}

.fs-c-breadcrumb {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    margin: 20px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    margin: 20px 0 0;
  }
}
.fs-c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .fs-c-breadcrumb__list {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.fs-c-breadcrumb__listItem {
  display: flex;
  align-items: center;
  color: #d5d5d5;
}
.fs-c-breadcrumb__listItem:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 5px;
  display: block;
  background: url("https://devirockstore.net/s/assets/image/common/arrow/gray.svg") no-repeat 0 0/100%;
  margin: 0 8px;
}
.fs-c-breadcrumb__listItem::before {
  display: none;
}
.fs-c-breadcrumb a {
  color: #a0a0a0;
}

@media screen and (max-width: 767px) {
  .fs-l-main {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fs-l-main {
    min-height: 350px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.fs-label__fs {
  background: #6FAFDD;
}

.fs-label__sale {
  background: #ee2e3e;
}