@charset "UTF-8";
.fs-c-buttonContainer {
  text-align: center;
}
.fs-c-buttonContainer--confirmRegister, .fs-c-buttonContainer--memberRegister, .fs-c-buttonContainer--send, .fs-c-buttonContainer--login {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer--confirmRegister, .fs-c-buttonContainer--memberRegister, .fs-c-buttonContainer--send, .fs-c-buttonContainer--login {
    text-align: center;
  }
}
.fs-c-buttonContainer--pair {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .fs-c-buttonContainer--pair {
    margin: 30px 5.5vw 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer--pair {
    margin: 40px auto 0;
  }
}

.fs-c-button--primary, .fs-c-button--standard {
  display: inline-block;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .fs-c-button--primary, .fs-c-button--standard {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-button--primary, .fs-c-button--standard {
    width: 100%;
    max-width: 260px;
  }
}
.fs-c-button--primary {
  border: solid 2px #3ba4f1;
  background: #3ba4f1;
  color: #fff;
}
.fs-c-button--standard {
  border: solid 2px #3ba4f1;
  color: #3ba4f1;
}
.fs-c-button--secondary {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3ba4f1;
}
.fs-c-button--hidePassword, .fs-c-button--displayPassword {
  width: 40px;
  position: relative;
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  border-radius: 0 3px 3px 0;
  padding: 8px;
  background: url("https://devirockstore.net/s/assets/image/common/icon/masking_solid_bk.svg") center/20px auto no-repeat;
}
.fs-c-button--hidePassword:focus, .fs-c-button--displayPassword:focus {
  border: 1px solid #3ba4f1;
}
.fs-c-button--displayPassword::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 8px;
  width: 21px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.fs-favorite_release span,
.fs-favorite_entry span {
  display: none;
}
.fs-favorite_release::after,
.fs-favorite_entry::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
}

.fs-favorite_release::after {
  background: url(https://devirockstore.net/s/assets/image/common/icon/heart_fill_pk.svg) no-repeat 0 0/100%;
}

.fs-favorite_entry::after {
  background: url(https://devirockstore.net/s/assets/image/common/icon/heart_stroke_bk.svg) no-repeat 0 0/100%;
}

/*
  フォームテーブル
*/
.fs-c-inputTable {
  font-size: 0.875rem;
  color: #2e2e2e !important;
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputTable {
    width: 100%;
  }
}
.fs-c-inputTable__headerCell {
  text-align: left;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable__headerCell {
    width: 100%;
    display: block;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputTable__headerCell {
    width: 250px;
    max-width: 250px;
    min-width: 200px;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    padding: 20px;
  }
}
.fs-c-inputTable__dataCell {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable__dataCell {
    display: block;
    padding: 15px 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-inputTable__dataCell {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    padding: 15px;
  }
}
.fs-c-inputTable__dataCell input,
.fs-c-inputTable__dataCell select,
.fs-c-inputTable__dataCell textarea {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #fff;
  padding: 8px;
}
.fs-c-inputTable__dataCell input.is-error,
.fs-c-inputTable__dataCell select.is-error,
.fs-c-inputTable__dataCell textarea.is-error {
  border-color: #ee2e3e;
}
.fs-c-inputTable__dataCell input:focus,
.fs-c-inputTable__dataCell select:focus,
.fs-c-inputTable__dataCell textarea:focus {
  border: 1px solid #3ba4f1;
}
@media screen and (max-width: 767px) {
  .fs-c-inputTable tr:last-child td {
    padding-bottom: 0;
  }
}

.fs-c-inputGroup {
  border: none;
}
.fs-c-inputGroup input {
  border: 1px solid #d5d5d5 !important;
  border-radius: 3px 0 0 3px;
  background: #fff;
  padding: 8px;
}
.fs-c-inputGroup input:focus {
  border: 1px solid #3ba4f1 !important;
}

.fs-c-radio {
  flex-basis: auto;
}
.fs-c-radioGroup {
  flex-direction: inherit;
  gap: 8px 20px;
}

.fs-c-dropdown {
  margin-left: 0 !important;
}
.fs-c-dropdownGroup {
  gap: 15px;
}
.fs-c-dropdown::after {
  width: 10px;
}
.fs-c-dropdown__menu {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-inputDate__year {
  width: calc(4em + 30px);
}

.fs-c-inputDate__month {
  width: calc(2em + 30px + 20px);
}
.fs-c-inputDate__month::before {
  padding-right: 15px !important;
}

.fs-c-inputDate__date {
  width: calc(2em + 30px + 20px);
}
.fs-c-inputDate__date::before {
  padding-right: 15px !important;
}

.fs-c-checkbox__label {
  align-items: flex-start;
}
.fs-c-checkbox__checkMark {
  margin: 0.05em 6px 0 0;
}
.fs-c-checkbox__checkMark::before {
  font-size: 0.75rem;
  left: 0;
}
.fs-c-checkbox__labelText {
  font-size: 0.875rem;
  line-height: 1.4;
}
.fs-c-checkbox__labelText a {
  text-decoration: underline;
}

/*
  その他
*/
.fs-c-inputField__explanation {
  font-size: 0.8125rem;
  color: #707070;
  margin-top: 8px;
}

.fs-c-requiredMark {
  color: #ee2e3e;
}

.fs-c-assist {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fs-c-assist__message {
  color: #ee2e3e;
}

@media screen and (max-width: 767px) {
  .fs-c-additionalCheckField {
    margin: 0 5.5vw;
  }
}

.fs-c-agreementConfirmation {
  margin: 0;
  padding: 0;
}

fieldset[name=memberPolicyAgree] {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .fs-l-main {
    margin-left: 5.5vw;
    margin-right: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-l-main {
    max-width: 1000px;
    width: calc(100% - 60px);
  }
}

.productPage__main {
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .productPage__main {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .productPage__main {
    display: grid;
    grid-template-columns: 430px 1fr;
    align-items: flex-start;
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .productPage__main-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.fs-c-slick .slick-slide img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fs-c-slick .slick-slide img {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .fs-c-slick .slick-slide img {
    width: 430px;
  }
}

/*
  商品画像
*/
@media screen and (max-width: 767px) {
  .fs-c-productCarouselMainImage {
    margin: 0 -5.5vw;
  }
}
.fs-c-productCarouselMainImage__image__caption {
  background: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
}
.fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.fs-c-productCarouselMainImage__thumbnailList {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    margin-left: 10px;
    padding-right: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    overflow-x: hidden;
  }
  .fs-c-productCarouselMainImage__thumbnailList li {
    margin: 0 !important;
  }
}
.fs-c-productCarouselMainImage__thumbnail__img {
  border-radius: 100vmax;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .fs-c-productCarouselMainImage__thumbnail__img {
    width: 80px;
    height: 80px;
  }
}
.fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.3;
  margin-top: 3px;
}

.fs-c-slick .slick-arrow {
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 100vmax;
  top: 50vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fs-c-slick .slick-arrow {
    top: 150px;
  }
}
@media (min-width: 1025px) {
  .fs-c-slick .slick-arrow {
    top: 215px;
  }
}
.fs-c-slick .slick-arrow::before {
  content: "";
  width: 8px;
  height: 13px;
  display: block;
}

.slick-prev::before {
  background: url(https://devirockstore.net/s/assets/image/common/arrow/white.svg) no-repeat 0 0/100%;
  transform: rotate(180deg);
}

.slick-next::before {
  background: url(https://devirockstore.net/s/assets/image/common/arrow/white.svg) no-repeat 0 0/100%;
}

.fs-c-slick .slick-disabled {
  display: none !important;
}

/*
  商品詳細
*/
.fs-c-productNumber {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .fs-c-productNumber {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-productNumber {
    width: 100%;
  }
}

.fs-c-productNameHeading {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .fs-c-productNameHeading {
    width: 100%;
  }
}
.fs-c-productNameHeading__copy {
  display: block;
  color: #ee2e3e;
}
.fs-c-productNameHeading__name {
  display: block;
  line-height: 1.4;
  margin-top: 3px;
}

/*
  商品価格
*/
@media screen and (min-width: 768px) {
  .fs-c-productPrices {
    width: 100%;
  }
}

.fs-c-productPrice {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-top: 10px;
}
.fs-c-productPrice__main {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.fs-c-productPrice--selling .fs-c-productPrice__main {
  font-size: 1.5rem;
  font-weight: 700;
}
.fs-c-productPrice--selling .fs-c-productPrice__main__addon, .fs-c-productPrice--selling .fs-c-productPrice__main__joint {
  font-size: 0.625rem;
}
.fs-c-productPrice--selling .fs-c-productPrice__addon, .fs-c-productPrice--selling .fs-c-productPrice__join {
  font-size: 0.625rem;
}

.fs-c-productPrice--listed {
  font-size: 0.75rem;
  text-decoration-line: line-through;
}
.fs-c-productPrice--listed .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productPrices > div:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .fs-c-productMarks {
    width: 100%;
  }
}

.fs-c-productMark {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  line-height: 1;
  margin-top: 10px;
}
.fs-c-productMark__mark {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.8;
  padding: 0 8px;
}

.fs-c-productPostage {
  display: none;
}

.fs-c-productSelection {
  margin-top: 20px;
  font-size: 0.8125rem;
}
.fs-c-productSelection dt:not(:first-child) {
  margin-top: 10px;
}
.fs-c-productSelection dd {
  margin-top: 5px;
}
.fs-c-productSelection input {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-productPointDisplay {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #a0a0a0;
}
@media screen and (min-width: 768px) {
  .fs-c-productPointDisplay {
    width: 100%;
  }
}
.fs-c-productPointDisplay::after {
  content: "還元";
}
.fs-c-productPointDisplay__quantity {
  color: #ee2e3e;
}

@media screen and (min-width: 768px) {
  .fs-c-productChooseVariation {
    width: 100%;
  }
}
.fs-c-productChooseVariation__variation {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .fs-c-productChooseVariation > div:first-child .fs-c-variationPanelList__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .fs-c-productChooseVariation > div:nth-of-type(2) .fs-c-variationPanelList__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.fs-c-variationPanelList__label {
  font-size: 0.75rem;
}
.fs-c-variationPanelList__list {
  display: grid;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .fs-c-variationPanelList__list {
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 16px) / 3.2);
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-variationPanelList__list {
    gap: 5px;
  }
}
.fs-c-variationPanelList__list__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .fs-c-variationPanelList__list__item {
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}
.fs-c-variationPanelList__panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #a0a0a0;
  padding: 10px;
  border-radius: 5px;
}
.fs-c-variationPanelList__panel__image {
  width: 70%;
  display: block;
  margin: 0 auto 5px;
}
.fs-c-variationPanelList__panel__label {
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fs-c-variationPanelList__panel__label {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-variationPanelList__panel__label {
    font-size: 0.8125rem;
  }
}
.fs-c-variationPanelList__panel__stock {
  font-size: 0.75rem;
  color: #a0a0a0;
}
.fs-c-variationPanelList__panel__price {
  margin-top: auto;
}

.fs-c-productVariationPrice {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-top: 8px;
}
.fs-c-productVariationPrice__price {
  font-size: 0.75rem;
  font-weight: 700;
}
.fs-c-productVariationPrice__addon {
  font-size: 0.625rem;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel {
  border: solid 2px #3ba4f1;
}

.fs-c-variationPanelList__panel--outOfStock {
  border-style: dashed;
  color: #a0a0a0;
}

.fs-c-productQuantityAndWishlist {
  display: grid;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fs-c-productQuantityAndWishlist {
    grid-template-columns: auto 5em;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-productQuantityAndWishlist {
    grid-template-columns: 24px calc(3em + 15px);
    gap: 20px;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .fs-favorite_release span,
  .fs-favorite_entry span {
    display: block;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .fs-favorite_entry,
  .fs-favorite_release {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #a0a0a0;
    font-size: 0.8125rem;
    text-align: center;
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .fs-favorite_entry,
  .fs-favorite_release {
    width: 24px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .fs-favorite_entry::after,
  .fs-favorite_release::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fs-favorite_entry::after,
  .fs-favorite_release::after {
    width: 24px;
    height: 24px;
  }
}

.fs-favorite_entry.is-disabled {
  opacity: 0.4;
  position: relative;
}
.fs-favorite_entry.is-disabled:hover::before {
  content: "カラーとサイズを選択してください";
  width: 19em;
  display: block;
  position: absolute;
  text-align: center;
  top: calc(-1em - 14px);
  left: 0;
  background: #ee2e3e;
  font-size: 0.625rem;
  color: #fff;
  opacity: 1;
  line-height: 1.3;
  padding: 5px;
}

.fs-c-productQuantityAndWishlist__quantity {
  position: relative;
}
.fs-c-productQuantityAndWishlist__quantity::after {
  content: "";
  width: 8px;
  height: 13px;
  display: block;
  position: absolute;
  top: calc(50% - 6.5px);
  right: 8px;
  background: url(https://devirockstore.net/s/assets/image/common/arrow/gray.svg) no-repeat 0 0/100%;
  transform: rotate(90deg);
  pointer-events: none;
}

.fs-c-quantity__select,
.fs-c-quantity__number {
  display: block;
  border-radius: 5px;
  font-size: 13px;
  border-color: transparent;
  background: #f2f2f2;
  box-shadow: none;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .fs-c-quantity__select,
  .fs-c-quantity__number {
    height: 42px;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-quantity__select,
  .fs-c-quantity__number {
    height: 48px;
  }
}

.fs-c-productActionButton {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fs-c-productActionButton {
    margin: 20px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fs-c-productActionButton {
    width: 220px;
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .fs-c-productActionButton {
    width: 380px;
    margin-top: 40px;
  }
}
.fs-c-productActionButton button {
  width: 100%;
}
@media (min-width: 1025px) {
  .fs-c-productActionButton button {
    width: 100%;
    max-width: 380px;
  }
}

.fs-c-button--subscribeToArrivalNotice--detail {
  width: 100%;
  border: solid 2px #3ba4f1;
  border-radius: 100vmax;
  padding: 11px;
}
@media screen and (min-width: 768px) {
  .fs-c-button--subscribeToArrivalNotice--detail {
    max-width: 260px;
  }
}

/*
  商品説明・サイズ・スペック
*/
@media screen and (max-width: 767px) {
  .fs-p-productDescription {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .fs-p-productDescription {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .fs-p-productDescription--short > img {
    display: none;
  }
  .fs-p-productDescription--short > div a img {
    width: 600px;
  }
  .fs-p-productDescription--short .spec_heading {
    display: none;
  }
  .fs-p-productDescription--short .item_recommend {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .serio_page_under {
    display: none;
  }
}

.item_spec {
  width: 100%;
  margin-bottom: 20px;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab input[type=checkbox] + label::after {
  content: "+";
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(135deg);
}
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 150em;
}
.cp_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #d5d5d5;
}
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  transition: all 0.5s;
  text-align: center;
}
.cp_actab-content {
  font-size: 0.875rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
}
.cp_actab .spec_heading {
  margin-top: 0;
  display: block;
}

.item_description {
  margin-bottom: 20px;
}
.item_description h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.item_description h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.size_table {
  border-collapse: collapse;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.size_table th,
.size_table td {
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
.size_table tbody th,
.size_table tbody td {
  border-bottom: 1px dashedz #d5d5d5;
}

.size_item {
  background: #f2f2f2;
}

.goto_sizeguide {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}

.spec_txt_remarks {
  padding: 5px;
  margin-bottom: 10px;
}

.spec_heading {
  width: 100%;
  background: #f2f2f2;
  padding: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.spec_txt {
  list-style-type: none;
  padding: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .item_recommend {
    display: grid;
    gap: 0 10px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
  }
  .item_recommend p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
    -webkit-line-clamp: 2;
    font-size: 0.625rem;
  }
}
.vsm-goods {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ecbn-selection-slider-prev,
  .ecbn-selection-slider-next {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ecbn-selection-item {
    width: 33.3333333333vw !important;
  }
}

.item_attention {
  font-size: 0.8125rem;
  border: 1px solid #ee2e3e;
  margin-top: 20px;
  padding: 10px;
}
.item_attention p {
  font-weight: 700;
}

.fs-c-productNotice--outOfStock {
  margin-top: 20px;
  color: #a0a0a0;
  border: 1px dashed currentColor;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .fs-c-productNotice--outOfStock {
    width: 100%;
  }
}

.fs-c-productSalesPeriod {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .fs-c-productSalesPeriod {
    width: 100%;
  }
}

.swim_attention {
  color: #f86b77;
}
@media screen and (min-width: 768px) {
  .swim_attention {
    width: 100%;
    margin-top: 10px;
  }
}

.attention__wrapping {
  color: #f86b77;
  margin-top: 20px;
  margin-bottom: -1em;
}
@media screen and (min-width: 768px) {
  .attention__wrapping {
    width: 100%;
  }
}

.info__Shipping-date {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .info__Shipping-date {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .info__Shipping-date {
    margin-top: 20px;
  }
}

.attention__happy-bag {
  color: #f86b77;
  margin-top: 20px;
  margin-bottom: -1em;
}

.item_recommend_fku {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .item_recommend_fku {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .item_recommend_fku {
    grid-template-columns: repeat(5, 1fr);
  }
}

.fs-c-productReview {
  margin-top: 30px;
}
.fs-c-productReview__aggregateRating {
  display: flex;
  gap: 10px;
}

.fs-c-rating__stars,
.fs-c-rating__value {
  font-size: 0.8125rem;
}

.fs-c-aggregateRating {
  align-items: center;
}
.fs-c-aggregateRating__rating {
  align-items: center;
  gap: 8px;
}
.fs-c-aggregateRating__rating::before {
  content: "レビュー";
}
.fs-c-aggregateRating__count {
  font-size: 0.8125rem;
}
.fs-c-aggregateRating__count::before {
  content: "(";
}
.fs-c-aggregateRating__count::after {
  content: "件)";
}

.fs-c-reviewList {
  margin-top: 10px;
}
.fs-c-reviewList__item {
  font-size: 0.875rem;
  border: 1px solid #d5d5d5;
  padding: 20px;
}
.fs-c-reviewList__item__info {
  font-size: 0.875rem;
}
.fs-c-reviewList__item__body {
  margin-top: 10px;
}

.fs-c-reviewInfo__reviewer {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.fs-c-reviewInfo__date {
  display: flex;
  gap: 10px;
}
.fs-c-reviewInfo__date dt {
  font-weight: normal;
}
.fs-c-reviewInfo__date dd {
  margin-left: 0;
}
.fs-c-reviewInfo__stars {
  border-top: 1px dashed #d5d5d5;
  margin-top: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .fs-c-reviewer__profile {
    width: 100%;
  }
}

.fs-c-productReview__allReviews {
  text-align: right;
  margin-top: 5px;
}

.fs-c-button--viewAllReviews {
  font-size: 0.8125rem;
  color: #3ba4f1;
}

.fs-c-productReview__addReview,
.fs-c-buttonContainer--inquiryAboutProduct {
  text-align: left;
}

.fs-c-productReview__addReview {
  margin-top: 30px;
}

.fs-c-buttonContainer--inquiryAboutProduct {
  margin-top: 10px;
}

.fs-c-button--inquiryAboutProduct,
.fs-c-button--addReview--detail {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #3ba4f1;
}
.fs-c-button--inquiryAboutProduct::before,
.fs-c-button--addReview--detail::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
}

.fs-c-button--inquiryAboutProduct::before {
  background: url(https://devirockstore.net/s/assets/image/common/icon/qa_stroke_bk.svg) no-repeat 0 0/100%;
}

.fs-c-button--addReview--detail::before {
  background: url(https://devirockstore.net/s/assets/image/common/icon/pen_stroke_bk.svg) no-repeat 0 0/100%;
}

.fs-p-announcement {
  background: #f2f2f2;
  font-size: 0.875rem;
  padding: 20px;
  margin-top: 20px;
}

.fs-p-announcement__title {
  font-weight: bold;
  margin-bottom: 5px;
}

.fs-p-flexibleColumn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.fs-p-linkButton {
  border: 1px solid currentColor;
  border-radius: 3px;
  display: inline-block;
  line-height: 0.9;
  padding: 4px 8px;
  text-align: center;
}

/*
 モーダル
*/
.fs-c-modal__header {
  padding: 30px 16px 0;
}
.fs-c-modal__contents {
  padding-bottom: 30px;
}

.fs-c-stockNotificationsProduct {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  background: #f2f2f2;
  padding: 20px;
}
.fs-c-stockNotificationsProduct__productName {
  font-size: 0.8125rem;
}
.fs-c-stockNotificationsProduct .fs-c-productName__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fs-c-stockNotificationsProduct .fs-c-productName__variation {
  display: block;
}

.fs-c-stockNotificationsMessage {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 20px;
}

.fs-c-buttonContainer--unsubscribeToArrivalNotice {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .fs-c-buttonContainer--unsubscribeToArrivalNotice {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}
.fs-c-inquiryProduct {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  background: #f2f2f2;
  padding: 20px;
}

.fs-c-productName__copy {
  display: none;
}
.fs-c-productName__name {
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
}

.fs-c-inquiryMessage {
  margin-top: 20px;
}

.fs-c-inputInformation__button {
  margin-top: 30px;
}

.fs-c-inputTable {
  width: calc(100% + 32px);
  margin: 10px -16px 0;
}
.fs-c-inputTable tr {
  padding: 0 !important;
}

.fs-c-inputTable__headerCell {
  padding: 10px 5.5vw !important;
}

.fs-c-inputTable__dataCell {
  padding: 15px 5.5vw !important;
}

.fs-c-privacyPolicyAgreeField {
  margin: 10px 0 !important;
}

.fs-recommend,
.fs-recommend-cv,
.fs-ranking,
.history {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fs-recommend,
  .fs-recommend-cv,
  .fs-ranking,
  .history {
    margin-right: 5.5vw;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fs-recommend,
  .fs-recommend-cv,
  .fs-ranking,
  .history {
    max-width: 1000px;
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
}
.fs-recommend__container,
.fs-recommend-cv__container,
.fs-ranking__container,
.history__container {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fs-recommend__spec,
  .fs-recommend-cv__spec,
  .fs-ranking__spec,
  .history__spec {
    margin-top: 10px;
    padding: 0 3px;
  }
}
@media screen and (min-width: 768px) {
  .fs-recommend__spec,
  .fs-recommend-cv__spec,
  .fs-ranking__spec,
  .history__spec {
    margin-top: 10px;
    padding: 0 8px;
  }
}
.fs-recommend__name,
.fs-recommend-cv__name,
.fs-ranking__name,
.history__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) {
  .fs-recommend__name,
  .fs-recommend-cv__name,
  .fs-ranking__name,
  .history__name {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .fs-recommend__name,
  .fs-recommend-cv__name,
  .fs-ranking__name,
  .history__name {
    font-size: 0.8125rem;
    height: calc(3em + 5px);
  }
}
.fs-recommend__price,
.fs-recommend-cv__price,
.fs-ranking__price,
.history__price {
  font-size: 1rem;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: auto;
}
.fs-recommend__tax,
.fs-recommend-cv__tax,
.fs-ranking__tax,
.history__tax {
  font-size: 0.625rem;
  font-weight: normal;
  padding-left: 3px;
}
.fs-recommend .c-heading--cta,
.fs-recommend-cv .c-heading--cta,
.fs-ranking .c-heading--cta,
.history .c-heading--cta {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .fs-recommend-cv {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .fs-recommend-cv {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.fs-ranking__img {
  position: relative;
}
.fs-ranking__img::after {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #fff;
}

.fs-ranking__slide:first-child .fs-ranking__img::after {
  content: "1";
  background: #f6ac00;
}
.fs-ranking__slide:nth-child(2) .fs-ranking__img::after {
  content: "2";
  background: #707070;
}
.fs-ranking__slide:nth-child(3) .fs-ranking__img::after {
  content: "3";
  background: #a35700;
}
.fs-ranking__slide:nth-child(4) .fs-ranking__img::after {
  content: "4";
}
.fs-ranking__slide:nth-child(5) .fs-ranking__img::after {
  content: "5";
}
.fs-ranking__slide:nth-child(6) .fs-ranking__img::after {
  content: "6";
}
.fs-ranking__slide:nth-child(7) .fs-ranking__img::after {
  content: "7";
}
.fs-ranking__slide:nth-child(8) .fs-ranking__img::after {
  content: "8";
}
.fs-ranking__slide:nth-child(9) .fs-ranking__img::after {
  content: "9";
}
.fs-ranking__slide:nth-child(10) .fs-ranking__img::after {
  content: "10";
}
.fs-ranking__slide:nth-child(n+4) .fs-ranking__img::after {
  background: rgba(160, 160, 160, 0.9);
}