html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
  font-size: 12px;
  line-height: 2.2em;
}
body.active {
  height: 100svh;
  overflow: hidden;
}

a {
  text-underline-offset: 2px;
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}

.sr-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .sr-pccenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.fs-l-main {
  margin: 56px auto;
  max-width: 1240px;
  box-sizing: border-box;
  padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .fs-l-main {
    padding: 8px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-main {
    padding: 8px 20px 0;
  }
}

.fs-l-pageMain {
  max-width: 1240px;
}
.fs-l-pageMain--spacer .sr-guide {
  margin-top: 64px;
}

.fs-c-heading {
  font-size: 24px;
  color: #222;
  font-weight: 500;
  line-height: 150%; /* 36px */
}
.fs-c-heading--page {
  border-bottom: none;
  padding: 0;
  margin: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .fs-c-heading--page {
    margin-bottom: 40px;
  }
}

.fs-c-aggregateRating__rating {
  font-size: 22px;
  line-height: 1.5em;
}
.fs-c-aggregateRating__rating:before {
  margin-bottom: 8px;
}
.fs-c-aggregateRating__message {
  background: #F0EEE5;
}
.fs-c-aggregateRating__count {
  font-size: 10px;
  line-height: 1.5em;
  padding: 6px 0;
}

.fs-c-reviewStars:before {
  color: #BB7826;
}

.fs-c-rating__value {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  color: #BB7826;
}

.fs-c-reviewer {
  gap: 8px;
}
.fs-c-reviewer__name {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}
.fs-c-reviewer__name__reviewNumber {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-reviewer__profile {
  font-size: 10px;
  line-height: 1.5em;
  color: #7A7A7A;
}

.fs-c-reviewInfo__reviewer a:link, .fs-c-reviewInfo__reviewer a:visited, .fs-c-reviewInfo__reviewer a:hover, .fs-c-reviewInfo__reviewer a:active {
  color: #4A4A4A;
}
.fs-c-reviewInfo__date {
  margin: 0;
  font-size: 10px;
  line-height: 1.5em;
  color: #7A7A7A;
}

body:not(.fs-body-my-orders) .fs-c-history {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
}

.fs-c-history .fs-c-listControl:not(:last-child) {
  margin-bottom: 16px;
}

.fs-c-reviewList {
  margin: 0;
}
.fs-c-reviewList:not(:last-child) {
  margin-bottom: 24px;
}
.fs-c-reviewList__item {
  border-color: #E9E6D8;
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  box-sizing: border-box;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fs-c-reviewList__item {
    flex-direction: column;
  }
}
.fs-c-reviewList__item:first-child {
  border-color: #E9E6D8;
}
.fs-c-reviewList__item__product + .fs-c-reviewList__item__info {
  max-width: auto;
  width: auto;
}
.fs-c-reviewList__item__info {
  width: 100%;
  max-width: 30%;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fs-c-reviewList__item__info {
    max-width: 100%;
  }
}
.fs-c-reviewList__item__body {
  flex: 1;
  border: none;
  background: #fff;
  border-radius: 4px;
  margin: 0;
}

.fs-c-subgroup {
  margin: 0;
}
.fs-c-subgroup:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroup:not(:last-child) {
    margin-bottom: 24px;
  }
}
.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList,
.sr-category .fs-c-subgroupList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList,
  .sr-category .fs-c-subgroupList {
    gap: 16px 10px;
    justify-content: flex-start;
  }
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__item,
.sr-category .fs-c-subgroupList__item {
  flex-basis: calc(16.6% - 20px);
  margin-left: 0;
  margin-right: 0;
  flex-grow: 0;
}
@media screen and (max-width: 1024px) {
  .fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__item,
  .sr-category .fs-c-subgroupList__item {
    flex-basis: calc(33.3% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__item,
  .sr-category .fs-c-subgroupList__item {
    flex-basis: calc(50% - 5px);
  }
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__link,
.sr-category .fs-c-subgroupList__link {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__link:after,
.sr-category .fs-c-subgroupList__link:after {
  display: none;
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__link:hover,
.sr-category .fs-c-subgroupList__link:hover {
  background: none;
}
@media (hover: hover) {
  .fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__link:hover .fs-c-subgroupList__image > img,
  .sr-category .fs-c-subgroupList__link:hover .fs-c-subgroupList__image > img {
    transform: scale(1.1);
  }
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__image,
.sr-category .fs-c-subgroupList__image {
  align-self: center;
  margin-right: 0;
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__image:not(:last-child),
.sr-category .fs-c-subgroupList__image:not(:last-child) {
  margin-bottom: 16px;
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__image > img,
.sr-category .fs-c-subgroupList__image > img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: multiply;
  transition: transform 2s;
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__label,
.sr-category .fs-c-subgroupList__label {
  line-height: 1.4em;
}
.fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__comment,
.sr-category .fs-c-subgroupList__comment {
  margin-top: 4px;
  align-self: center;
  color: #8C7A5E;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .fs-body-category:not(.fs-body-category-feature) .fs-c-subgroupList__comment,
  .sr-category .fs-c-subgroupList__comment {
    font-size: 8px;
    line-height: 1.2em;
  }
}

.fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList {
  gap: 32px 0;
}
@media screen and (max-width: 1024px) {
  .fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList {
    justify-content: center;
    gap: 24px 0;
  }
}
.fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList__item {
  align-items: flex-start;
  flex-basis: calc(25% - 0px);
  border-right: 1px solid #E9E6D8;
  text-align: center;
}
.fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList__item:last-child {
  border-right: none;
}
@media screen and (min-width: 1025px) {
  .fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList__item:nth-child(4n) {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList__item {
    flex-basis: calc(50% - 0px);
  }
  .fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList__item:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList__item {
    padding: 0 8px;
  }
}
.fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList__link {
  align-items: flex-start;
}
.fs-body-category:not(.fs-body-category-category, .fs-body-category-feature) .fs-c-subgroupList__comment {
  align-items: flex-start;
}

.sr-feature .fs-c-subgroupList,
.fs-body-category-feature .fs-c-subgroupList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 24px;
}
@media screen and (max-width: 768px) {
  .sr-feature .fs-c-subgroupList,
  .fs-body-category-feature .fs-c-subgroupList {
    gap: 24px 10px;
  }
}
.sr-feature .fs-c-subgroupList__item,
.fs-body-category-feature .fs-c-subgroupList__item {
  flex-basis: calc(25% - 18px);
  margin-left: 0;
  margin-right: 0;
  flex-grow: 0;
}
@media screen and (max-width: 1024px) {
  .sr-feature .fs-c-subgroupList__item,
  .fs-body-category-feature .fs-c-subgroupList__item {
    flex-basis: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .sr-feature .fs-c-subgroupList__item,
  .fs-body-category-feature .fs-c-subgroupList__item {
    flex-basis: calc(50% - 5px);
  }
}
.sr-feature .fs-c-subgroupList__link,
.fs-body-category-feature .fs-c-subgroupList__link {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.sr-feature .fs-c-subgroupList__link:after,
.fs-body-category-feature .fs-c-subgroupList__link:after {
  display: none;
}
.sr-feature .fs-c-subgroupList__link:hover,
.fs-body-category-feature .fs-c-subgroupList__link:hover {
  background: none;
}
@media (hover: hover) {
  .sr-feature .fs-c-subgroupList__link:hover .fs-c-subgroupList__image > img,
  .fs-body-category-feature .fs-c-subgroupList__link:hover .fs-c-subgroupList__image > img {
    transform: scale(1.1);
  }
}
.sr-feature .fs-c-subgroupList__image,
.fs-body-category-feature .fs-c-subgroupList__image {
  align-self: center;
  margin-right: 0;
  order: 1;
  overflow: hidden;
}
.sr-feature .fs-c-subgroupList__image:not(:last-child),
.fs-body-category-feature .fs-c-subgroupList__image:not(:last-child) {
  margin-bottom: 16px;
}
.sr-feature .fs-c-subgroupList__image > img,
.fs-body-category-feature .fs-c-subgroupList__image > img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 2s;
}
.sr-feature .fs-c-subgroupList__label,
.fs-body-category-feature .fs-c-subgroupList__label {
  order: 3;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.sr-feature .fs-c-subgroupList__comment,
.fs-body-category-feature .fs-c-subgroupList__comment {
  order: 2;
  align-self: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.sr-feature .fs-c-productList,
.fs-body-category-feature .fs-c-productList {
  display: none;
}

.sr-feature .fs-c-subgroupList {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sr-feature .fs-c-subgroupList__item:not(:last-child) {
    margin-right: 8px;
  }
}

.fs-c-productList {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .fs-c-productList {
    gap: 24px;
  }
}
.fs-c-productList:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .fs-c-productList:not(:last-child) {
    margin-bottom: 24px;
  }
}
.fs-c-productList__controller {
  margin: 0;
}
.fs-c-productList__controller:first-child {
  padding-top: 64px;
  border-top: 1px solid #E9E6D8;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller:first-child {
    padding-top: 24px;
  }
}
.fs-c-productList__list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 24px;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list {
    grid-template-columns: 1fr 1fr;
    gap: 32px 10px;
  }
}
.fs-c-productList__list__item {
  padding: 0;
  border-bottom: none;
}

.fs-c-sortItems {
  border: none;
  margin: 0;
}
.fs-c-sortItems__label {
  display: none;
}
.fs-c-sortItems__list {
  border-left: none;
}
.fs-c-sortItems__list__item.is-active {
  background: #524C3D;
}

.fs-c-listControl {
  font-size: 10px;
  line-height: 1.5em;
  margin: 0;
}

.fs-c-productListItem form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fs-c-productListItem__imageContainer {
  margin-bottom: 12px;
}
.fs-c-productListItem__image img {
  width: 100%;
  height: auto;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productListItem__productName {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.fs-c-productListItem__productName a:link, .fs-c-productListItem__productName a:visited {
  text-decoration: none;
  color: #4A4A4A;
}
.fs-c-productListItem__productName a:hover, .fs-c-productListItem__productName a:active {
  text-decoration: underline;
  color: #4A4A4A;
}
.fs-c-productListItem__productDescription {
  margin: 8px 0 0;
  color: #7A7A7A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__productDescription {
    font-size: 10px;
    line-height: 1.8em;
  }
}
.fs-c-productListItem__preorderMessage {
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-productListItem__salesPeriod {
  margin: 8px 0 0;
}
.fs-c-productListItem__outOfStock {
  margin: 8px 0 0;
}
.fs-c-productListItem__salesPeriodNotice {
  border: none;
  background: #4A4A4A;
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.fs-c-productListItem__lowInStock {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.fs-c-productListItem__outOfStock {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.fs-c-productListItem__numberOfStock {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  margin: 8px 0 0;
}
.fs-c-productListItem__control {
  padding: 0;
  font-size: 12px;
  line-height: 1.5em;
}

.fs-c-productMark {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.fs-c-productMark__mark {
  margin-right: 0;
  background: #fff;
  color: #8A8E75;
  border: 1px solid #8A8E75;
  font-size: 10px;
  line-height: 1em;
  font-weight: 500;
  border-radius: 40px;
  letter-spacing: 0.48px;
}
.fs-c-productMark__mark--sale {
  border-color: #B61401;
  background: #B61401;
  color: #fff;
}
.fs-c-productMark__mark--image {
  border: none;
  border-radius: none;
  background: none;
}
.fs-c-productMark__mark--image img {
  width: auto;
  height: 20px;
}

.fs-c-price {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.fs-c-productPrice {
  font-size: 16px;
  line-height: 1.5em;
}
.fs-c-productPrice__main__label {
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-productPrice__main__addon {
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-productPrice__addon {
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-productPrice--listed .fs-c-price {
  text-decoration: line-through;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #B61401;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  color: #B61401;
}
.fs-c-productPrice--member {
  color: #B61401;
}
.fs-c-productPrice--member .fs-c-productPrice__main__price {
  color: #B61401 !important;
}

.fs-c-productVariationPrice__addon {
  font-size: 10px;
  line-height: 1.5em;
}

.fs-c-mark--preorder {
  display: none;
}

.fs-c-salesPeriod__date {
  border: 1px solid #F0EEE5;
  background: rgb(255, 255, 255);
  padding: 8px;
}
.fs-c-salesPeriod__date dt {
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-salesPeriod__date dd {
  font-weight: bold;
}

.fs-c-button--plain.fs-c-button--addToCart--list {
  color: #2F5D50;
  font-weight: 500;
}
.fs-c-button--plain.fs-c-button--addToCart--list:before {
  display: none;
}
.fs-c-button--plain.fs-c-button--viewProductDetail {
  color: #2F5D50;
  font-weight: 500;
}
.fs-c-button--plain.fs-c-button--viewProductDetail:before {
  display: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon:before {
  color: #BB7826;
  font-size: 16px;
  line-height: 1em;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon:before {
  color: #B61401;
  font-size: 16px;
  line-height: 1em;
}

.sr-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sr-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  box-sizing: border-box;
  padding: 24px 16px;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .sr-header__inner {
    padding: 24px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sr-header__inner {
    padding: 16px 20px;
    gap: 0px;
  }
}
.sr-header__logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 180px;
  text-align: center;
  position: absolute;
  left: calc(50% - 90px);
}
@media screen and (max-width: 768px) {
  .sr-header__logo img {
    max-width: 130px;
    height: auto;
  }
}
.sr-header__nav {
  min-width: 340px;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .sr-header__nav {
    display: none;
  }
}
.sr-header__nav__item--megamenu {
  position: relative;
}
.sr-header__nav__item--megamenu > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (hover: hover) {
  .sr-header__nav__item--megamenu > a:after {
    content: "";
    width: 8px;
    height: 5px;
    background: url(https://santarosa.itembox.cloud/item/arrow-down.svg) no-repeat;
    display: block;
    background-size: 100% auto;
  }
}
@media (hover: hover) {
  .sr-header__nav__item--megamenu:hover .sr-megamenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: inherit;
  }
}
.sr-header__nav > ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .sr-header__nav > ul {
    gap: 24px;
  }
}
.sr-header__nav > ul > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  min-height: 48px;
  padding: 0;
  margin: 0;
}
.sr-header__nav > ul > li > a:link, .sr-header__nav > ul > li > a:visited, .sr-header__nav > ul > li > a:hover, .sr-header__nav > ul > li > a:active {
  text-decoration: none;
  color: #222222;
}
.sr-header__member {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 820px) {
  .sr-header__member {
    order: 1;
  }
}
.sr-header__fav {
  font-size: 0;
  line-height: 0;
  order: 3;
}
@media screen and (max-width: 820px) {
  .sr-header__fav {
    order: 1;
    margin-right: auto;
  }
}
.sr-header__cart {
  font-size: 0;
  line-height: 0;
  order: 3;
}
.sr-header__cart > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #2F5D50;
  border-radius: 50%;
}
.sr-header__btn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  order: 3;
}
.sr-header__btn:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #222;
  display: block;
  position: absolute;
  right: 6px;
  top: calc(50% - 3px);
}
.sr-header__btn:after {
  content: "";
  width: 18px;
  height: 1px;
  background: #222;
  display: block;
  position: absolute;
  right: 6px;
  top: calc(50% + 3px);
  transform: scale(0.8, 1);
  transform-origin: top right;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .sr-header__btn:hover:after {
    transform: scale(1, 1);
  }
}

.sr-megamenu {
  position: absolute;
  left: -16px;
  top: 100%;
  width: 100vw;
  max-width: 1224px;
  background: #fff;
  z-index: 9999;
  box-sizing: border-box;
  padding: 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  opacity: 0;
  transform: translateY(24px);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
.sr-megamenu dl {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 16px;
}
.sr-megamenu dl dt {
  margin: 0;
  padding: 0;
}
.sr-megamenu dl dt a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #4E3F34;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
.sr-megamenu dl dt a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(https://santarosa.itembox.cloud/item/arrow-circle-dark.svg) no-repeat;
  background-size: 100% auto;
}
.sr-megamenu dl dt a:link, .sr-megamenu dl dt a:visited, .sr-megamenu dl dt a:hover, .sr-megamenu dl dt a:active {
  text-decoration: none;
  color: #4E3F34;
}
.sr-megamenu dl dd {
  margin: 0;
  padding: 0;
}
.sr-megamenu dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sr-megamenu dl dd ul li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 26.4px */
  padding: 0;
  margin: 0;
}
.sr-megamenu dl dd ul li a:link, .sr-megamenu dl dd ul li a:visited, .sr-megamenu dl dd ul li a:hover, .sr-megamenu dl dd ul li a:active {
  text-decoration: none;
  color: #4E3F34;
}
@media (hover: hover) {
  .sr-megamenu dl dd ul li a:hover {
    text-decoration: underline;
  }
}
.sr-megamenu__main {
  flex: 1;
  box-sizing: border-box;
  border-right: 1px solid #8C7A5E;
  padding-right: 40px;
}
.sr-megamenu__main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.sr-megamenu__main ul li {
  width: calc(33.3% - 11px);
}
.sr-megamenu__sub {
  padding-left: 40px;
  flex: 1;
  display: flex;
  gap: 40px;
}
.sr-megamenu__sub > dl {
  flex: 1;
  width: 100%;
  max-width: 220px;
}
.sr-megamenu__sub > dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  flex-direction: column;
}
.sr-megamenu__sub > div {
  flex: 1;
}
.sr-megamenu__bnr.fs-pt-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sr-megamenu__bnr.fs-pt-column .fs-pt-column__item {
  padding: 0;
}
.sr-megamenu__bnr.fs-pt-column .fs-pt-column__item:link, .sr-megamenu__bnr.fs-pt-column .fs-pt-column__item:visited, .sr-megamenu__bnr.fs-pt-column .fs-pt-column__item:hover, .sr-megamenu__bnr.fs-pt-column .fs-pt-column__item:active {
  text-decoration: none;
  color: #4A4A4A;
}
.sr-megamenu__bnr.fs-pt-column .fs-pt-column__image:not(:last-child) {
  margin-bottom: 8px;
}
.sr-megamenu__bnr.fs-pt-column .fs-pt-column__image img {
  aspect-ratio: 9/5;
  object-fit: cover;
}
.sr-megamenu__bnr.fs-pt-column .fs-pt-column__heading {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.sr-megamenu__bnr.fs-pt-column .fs-pt-column__heading:not(:last-child) {
  margin-bottom: 4px;
}
.sr-megamenu__bnr.fs-pt-column .fs-pt-column__description {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

.sr-drawer {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 288px;
  height: 100dvh;
  background: #FAF9F6;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 99999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: translateX(308px);
  transition: transform 0.3s;
}
.sr-drawer.active {
  pointer-events: inherit;
  transform: translateX(0);
}
.sr-drawer__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
}
.sr-drawer__header.fs-clientInfo.is-ready {
  display: flex;
}
.sr-drawer__pr {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.sr-drawer__cart {
  width: 100%;
}
.sr-drawer__cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #567B71;
  border-radius: 40px;
  padding: 4px;
}
.sr-drawer__cart a:link, .sr-drawer__cart a:visited {
  text-decoration: none;
  color: #fff;
}
.sr-drawer__cart a:hover, .sr-drawer__cart a:active {
  text-decoration: none;
  color: #fff;
}
.sr-drawer__mypage {
  width: 100%;
  display: none;
}
.sr-drawer__mypage.true {
  display: block;
}
.sr-drawer__mypage a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 40px;
  padding: 4px;
  border: 1px solid #4E3F34;
}
.sr-drawer__mypage a:link, .sr-drawer__mypage a:visited {
  text-decoration: none;
  color: #4E3F34;
}
.sr-drawer__mypage a:hover, .sr-drawer__mypage a:active {
  text-decoration: none;
  color: #4E3F34;
}
.sr-drawer__login {
  width: 100%;
  display: none;
}
.sr-drawer__login.false {
  display: block;
}
.sr-drawer__login a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #fff;
  border-radius: 40px;
  padding: 4px;
  border: 1px solid #4E3F34;
}
.sr-drawer__login a:link, .sr-drawer__login a:visited {
  text-decoration: none;
  color: #4E3F34;
}
.sr-drawer__login a:hover, .sr-drawer__login a:active {
  text-decoration: none;
  color: #4E3F34;
}
.sr-drawer__link {
  padding: 8px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.sr-drawer__link li:not(:first-child) {
  border-left: 1px solid #8C7A5E;
}
.sr-drawer__link li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  padding: 0 16px;
}
.sr-drawer__link li a:link, .sr-drawer__link li a:visited, .sr-drawer__link li a:hover, .sr-drawer__link li a:active {
  text-decoration: none;
  color: #4E3F34;
}
@media (hover: hover) {
  .sr-drawer__link li a:hover {
    text-decoration: underline;
  }
}
.sr-drawer__item > ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sr-drawer__item > ul > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.sr-drawer__item > ul > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  background: #567B71;
  padding: 12px 16px;
  margin: 0;
}
.sr-drawer__item > ul > li a:link, .sr-drawer__item > ul > li a:visited {
  text-decoration: none;
  color: #fff;
}
.sr-drawer__item > ul > li a:hover, .sr-drawer__item > ul > li a:active {
  text-decoration: none;
  color: #fff;
}
.sr-drawer__item > ul > li a:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://santarosa.itembox.cloud/item/arrow-circle.svg) no-repeat;
  background-size: 100% auto;
}
.sr-drawer__item__sub > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sr-drawer__item__sub > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sr-drawer__item__sub > ul > li a {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  justify-content: space-between;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  margin: 0;
}
.sr-drawer__item__sub > ul > li a:link, .sr-drawer__item__sub > ul > li a:visited {
  text-decoration: none;
  color: #4E3F34;
}
.sr-drawer__item__sub > ul > li a:hover, .sr-drawer__item__sub > ul > li a:active {
  text-decoration: none;
  color: #4E3F34;
}
.sr-drawer__item__sub > ul > li a:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://santarosa.itembox.cloud/item/arrow-right.svg) no-repeat;
  background-size: 100% auto;
}

.sr-bg {
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.sr-bg.active {
  pointer-events: inherit;
  opacity: 1;
}

.sr-pr {
  background: #524C3D;
  color: #fff;
  font-size: 11px;
  line-height: 1.5em;
  width: 100%;
}
.sr-pr a {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  padding: 8px 20px;
}
.sr-pr a:link, .sr-pr a:visited, .sr-pr a:hover, .sr-pr a:active {
  text-decoration: none;
  color: #fff;
}

.sr-search {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1280px) {
  .sr-search {
    padding: 0 8px;
  }
}
.sr-search > form {
  display: flex;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #E9E6D8;
  background: #FFF;
  overflow: hidden;
}
.sr-search > form input[type=text] {
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  border: none;
  box-sizing: border-box;
  padding: 8px 24px;
  outline: none;
}
.sr-search > form input[type=text]::placeholder {
  color: #7A7A7A;
}
.sr-search > form button {
  -webkit-appearance: none;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  padding: 8px 24px 8px 0;
}

.sr-hotkeywords {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 8px 24px;
}
@media screen and (max-width: 768px) {
  .sr-hotkeywords {
    gap: 16px;
  }
}
.sr-hotkeywords__item {
  color: #222;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 19.8px */
}
@media screen and (max-width: 768px) {
  .sr-hotkeywords__item:nth-of-type(n+4) {
    display: none;
  }
}
.sr-hotkeywords__item a:link, .sr-hotkeywords__item a:visited, .sr-hotkeywords__item a:hover, .sr-hotkeywords__item a:active {
  text-decoration: none;
  color: #222;
}
@media (hover: hover) {
  .sr-hotkeywords__item a:hover {
    text-decoration: underline;
  }
}

.sr-special.fs-pt-column {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 40px;
}
.sr-special.fs-pt-column:not(:first-child) {
  margin-top: 64px;
}
.sr-special.fs-pt-column:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sr-special.fs-pt-column:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sr-special.fs-pt-column:first-child {
    margin-top: -56px;
  }
}
.sr-special.fs-pt-column .fs-pt-column__item {
  padding: 0;
  width: 100%;
}
.sr-special.fs-pt-column .fs-pt-column__item:first-child:before {
  content: "Special";
  color: #C3CE9B;
  font-family: "Kaisei HarunoUmi";
  font-size: 156px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 156px */
  letter-spacing: -7.8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sr-special.fs-pt-column .fs-pt-column__item:first-child:before {
    font-size: 100px;
    line-height: 90%;
    letter-spacing: -5px;
    order: 1;
  }
}
.sr-special.fs-pt-column .fs-pt-column__item:link, .sr-special.fs-pt-column .fs-pt-column__item:visited, .sr-special.fs-pt-column .fs-pt-column__item:hover, .sr-special.fs-pt-column .fs-pt-column__item:active {
  text-decoration: none;
}
.sr-special.fs-pt-column .fs-pt-column__image {
  position: absolute;
  width: 49%;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sr-special.fs-pt-column .fs-pt-column__image {
    order: 3;
    position: relative;
    width: 100vw;
    transform: translateX(-20px);
  }
}
.sr-special.fs-pt-column .fs-pt-column__image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.sr-special.fs-pt-column .fs-pt-column__heading {
  margin: 0;
  color: #FAF9F6;
  font-kerning: none;
  font-family: "Noto Serif JP";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  mix-blend-mode: difference;
}
.sr-special.fs-pt-column .fs-pt-column__heading:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .sr-special.fs-pt-column .fs-pt-column__heading {
    font-size: 48px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .sr-special.fs-pt-column .fs-pt-column__heading {
    order: 2;
    font-size: 24px;
    line-height: 1.4em;
  }
}
.sr-special.fs-pt-column .fs-pt-column__description {
  margin: 0;
  max-width: 496px;
  color: #4A4A4A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 26.4px */
}
@media screen and (max-width: 768px) {
  .sr-special.fs-pt-column .fs-pt-column__description {
    order: 3;
    display: none;
  }
}
.sr-special__btn {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .sr-special__btn {
    order: 3;
    display: flex;
    justify-content: center;
    max-width: calc(100vw - 40px);
  }
}

.fs-c-slick .slick-dots,
.sr-feature .slick-dots,
.fs-c-productCarouselMainImage__carousel .slick-dots {
  padding: 0;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.fs-c-slick .slick-dots > li,
.sr-feature .slick-dots > li,
.fs-c-productCarouselMainImage__carousel .slick-dots > li {
  margin: 0;
  width: auto;
  height: auto;
  opacity: 0.2;
  transform: scale(0.8);
  transition: transform 0.3s opacity 0.3s;
  list-style: none;
}
.fs-c-slick .slick-dots > li button,
.sr-feature .slick-dots > li button,
.fs-c-productCarouselMainImage__carousel .slick-dots > li button {
  padding: 0;
  width: 8px;
  height: 8px;
  background: #2F5D50;
  border: none;
  border-radius: 50%;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fs-c-slick .slick-dots > li button:before,
.sr-feature .slick-dots > li button:before,
.fs-c-productCarouselMainImage__carousel .slick-dots > li button:before {
  display: none;
}
.fs-c-slick .slick-dots > li.slick-active,
.sr-feature .slick-dots > li.slick-active,
.fs-c-productCarouselMainImage__carousel .slick-dots > li.slick-active {
  opacity: 1;
  transform: scale(1);
}
.fs-c-slick .slick-arrow,
.sr-feature .slick-arrow,
.fs-c-productCarouselMainImage__carousel .slick-arrow {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  transition: opacity 0.3s;
}
.fs-c-slick .slick-arrow:before,
.sr-feature .slick-arrow:before,
.fs-c-productCarouselMainImage__carousel .slick-arrow:before {
  display: none;
}
.fs-c-slick .slick-arrow.slick-disabled,
.sr-feature .slick-arrow.slick-disabled,
.fs-c-productCarouselMainImage__carousel .slick-arrow.slick-disabled {
  opacity: 0 !important;
}
.fs-c-slick .slick-prev img,
.sr-feature .slick-prev img,
.fs-c-productCarouselMainImage__carousel .slick-prev img {
  transform: scale(-1, 1);
}

.sr-mv {
  padding: 24px 0;
  position: relative;
}
.sr-mv:first-child {
  margin-top: -56px;
}
.sr-mv:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
}
.sr-mv .fs-pt-carousel__track .slick-list {
  overflow: inherit;
}
.sr-mv .fs-pt-carousel__slide {
  padding: 0 12px;
  color: #222;
}
@media screen and (max-width: 1280px) {
  .sr-mv .fs-pt-carousel__slide {
    padding: 0 6px;
  }
}
.sr-mv .fs-pt-carousel__slide > a {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sr-mv .fs-pt-carousel__slide > a:link, .sr-mv .fs-pt-carousel__slide > a:visited, .sr-mv .fs-pt-carousel__slide > a:hover, .sr-mv .fs-pt-carousel__slide > a:active {
  text-decoration: none;
  color: #222;
}
.sr-mv .fs-pt-carousel__slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.sr-mv .fs-pt-carousel__slide__caption {
  color: #222;
  position: relative;
  background: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.sr-bnr.fs-pt-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  padding: 64px 0;
}
@media screen and (max-width: 1280px) {
  .sr-bnr.fs-pt-column {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sr-bnr.fs-pt-column {
    padding: 40px 0;
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
  }
}
.sr-bnr.fs-pt-column .fs-pt-column__item {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sr-bnr.fs-pt-column .fs-pt-column__item:link, .sr-bnr.fs-pt-column .fs-pt-column__item:visited, .sr-bnr.fs-pt-column .fs-pt-column__item:hover, .sr-bnr.fs-pt-column .fs-pt-column__item:active {
  text-decoration: none;
  color: #4A4A4A;
}
@media (hover: hover) {
  .sr-bnr.fs-pt-column .fs-pt-column__item:hover .fs-pt-column__image img {
    transform: scale(1.1);
  }
}
.sr-bnr.fs-pt-column .fs-pt-column__image {
  overflow: hidden;
}
.sr-bnr.fs-pt-column .fs-pt-column__image:not(:last-child) {
  margin-bottom: 8px;
}
.sr-bnr.fs-pt-column .fs-pt-column__image img {
  aspect-ratio: 9/5;
  object-fit: cover;
  transition: transform 2s;
}
.sr-bnr.fs-pt-column .fs-pt-column__heading {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sr-bnr.fs-pt-column .fs-pt-column__heading {
    font-size: 12px;
    line-height: 1.5em;
  }
}
.sr-bnr.fs-pt-column .fs-pt-column__heading:not(:last-child) {
  margin-bottom: 4px;
}
.sr-bnr.fs-pt-column .fs-pt-column__description {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sr-bnr.fs-pt-column .fs-pt-column__description {
    font-size: 10px;
    line-height: 1.5em;
  }
}

.sr-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  margin: 0;
}
.sr-title:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sr-title:not(:last-child) {
    margin-bottom: 24px;
  }
}
.sr-title__jp {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  margin: 0;
}
.sr-title__en {
  color: #222;
  font-family: "Kaisei HarunoUmi";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 44px */
  letter-spacing: -0.88px;
  margin: 0;
}
.sr-title__image > img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: multiply;
  transition: transform 2s;
  width: 100%;
  max-width: 184px;
}

.sr-category {
  padding: 64px 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sr-category {
    padding: 40px 0;
  }
}
.sr-category:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .sr-category .fs-c-subgroupList__item:nth-of-type(n+7) {
    display: none;
  }
}
.sr-category__btn {
  display: flex;
  justify-content: center;
}

.sr-feature {
  padding: 64px 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sr-feature {
    padding: 40px 0;
  }
}
.sr-feature__btn {
  display: flex;
  justify-content: center;
}
.sr-feature .slick-list {
  overflow: inherit;
}

.sr-ranking {
  padding: 64px 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sr-ranking {
    padding: 40px 0;
  }
}
.sr-ranking .fs-c-productListCarousel {
  counter-reset: ranking 0;
}
.sr-ranking .fs-c-productListCarousel__list__item {
  counter-increment: ranking 1;
  position: relative;
}
.sr-ranking .fs-c-productListCarousel__list__item:before {
  content: counter(ranking);
  color: #68604D;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  width: 32px;
  height: 32px;
  background: rgba(240, 238, 229, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 50%;
}
.sr-ranking .fs-c-productListCarousel__list__item:nth-of-type(1):before {
  color: #fff;
  background: rgba(192, 148, 15, 0.9);
}
.sr-ranking .fs-c-productListCarousel__list__item:nth-of-type(2):before {
  color: #fff;
  background: rgba(148, 157, 160, 0.9);
}
.sr-ranking .fs-c-productListCarousel__list__item:nth-of-type(3):before {
  color: #fff;
  background: rgba(167, 86, 11, 0.9);
}
.sr-ranking:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #F0EEE5;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
}
.sr-ranking__tab {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  justify-content: center;
  background: #fff;
  padding: 8px;
  border-radius: 40px;
  margin: 0 auto;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .sr-ranking__tab {
    padding: 0;
    width: 100%;
    background: none;
  }
}
.sr-ranking__tab:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sr-ranking__tab:not(:last-child) {
    margin-bottom: 24px;
  }
}
.sr-ranking__tab__item {
  padding: 8px 16px;
  border-radius: 40px;
  cursor: pointer;
  color: #4A4A4A;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .sr-ranking__tab__item {
    background: #fff;
  }
}
@media (hover: hover) {
  .sr-ranking__tab__item:hover {
    background: #FAF9F6;
  }
}
.sr-ranking__tab__item.active {
  background: #2F5D50;
  color: #fff;
}
.sr-ranking__contents__item {
  display: none;
}
.sr-ranking__contents__item.active {
  display: block;
  opacity: 1;
}

.sr-pickup {
  padding: 64px 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sr-pickup {
    padding: 40px 0;
  }
}
.sr-pickup:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
}

.sr-blog {
  padding: 64px 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sr-blog {
    padding: 40px 0;
  }
}
.sr-blog--related:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
}

.fs-c-featuredProduct {
  padding: 64px 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
.fs-c-featuredProduct:last-child {
  margin-bottom: -56px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct {
    padding: 40px 0;
  }
}
.fs-c-featuredProduct:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #F0EEE5;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
}
.fs-c-featuredProduct__header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0;
}
.fs-c-featuredProduct__header:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__header:not(:last-child) {
    margin-bottom: 24px;
  }
}
.fs-c-featuredProduct__title {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  margin: 0;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fs-c-featuredProduct__title:after {
  content: "Recommend Products";
  color: #222;
  font-family: "Kaisei HarunoUmi";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 44px */
  letter-spacing: -0.88px;
  margin: 0;
  display: block;
}

.fs-c-wishlistProduct {
  padding: 64px 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
.fs-c-wishlistProduct:last-child {
  margin-bottom: -56px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct {
    padding: 40px 0;
  }
}
.fs-c-wishlistProduct:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
}
.fs-c-wishlistProduct__header {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0;
}
.fs-c-wishlistProduct__header:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__header:not(:last-child) {
    margin-bottom: 24px;
  }
}
.fs-c-wishlistProduct__title {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  margin: 0;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fs-c-wishlistProduct__title:after {
  content: "Favorite Products";
  color: #222;
  font-family: "Kaisei HarunoUmi";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 44px */
  letter-spacing: -0.88px;
  margin: 0;
  display: block;
}

.sr-guide {
  padding: 64px 0;
  position: relative;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
.sr-guide:last-child {
  margin-bottom: -56px;
}
.sr-guide:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #F0EEE5;
  display: block;
  top: 0;
  left: calc(50% - 50vw);
}
.sr-guide__contents.fs-pt-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .sr-guide__contents.fs-pt-column {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sr-guide__contents.fs-pt-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .sr-guide__contents.fs-pt-column {
    grid-template-columns: 1fr;
  }
}
.sr-guide__contents.fs-pt-column .fs-pt-column__item {
  background: #2F5D50;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .sr-guide__contents.fs-pt-column .fs-pt-column__item {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sr-guide__contents.fs-pt-column .fs-pt-column__item {
    padding: 24px;
  }
}
.sr-guide__contents.fs-pt-column .fs-pt-column__item:link, .sr-guide__contents.fs-pt-column .fs-pt-column__item:visited, .sr-guide__contents.fs-pt-column .fs-pt-column__item:hover, .sr-guide__contents.fs-pt-column .fs-pt-column__item:active {
  text-decoration: none;
  color: #fff;
}
.sr-guide__contents.fs-pt-column .fs-pt-column__item:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://santarosa.itembox.cloud/item/arrow-circle.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 24px;
  bottom: 33px;
}
.sr-guide__contents.fs-pt-column .fs-pt-column__image {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.sr-guide__contents.fs-pt-column .fs-pt-column__image:not(:last-child) {
  margin-bottom: 16px;
}
.sr-guide__contents.fs-pt-column .fs-pt-column__image img {
  aspect-ratio: 9/5;
  object-fit: cover;
}
.sr-guide__contents.fs-pt-column .fs-pt-column__heading {
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
  letter-spacing: 1.5px;
  margin: 0;
}
.sr-guide__contents.fs-pt-column .fs-pt-column__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  margin: 0;
}

.sr-pickup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}
.sr-pickup__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 40%;
}
@media screen and (max-width: 1024px) {
  .sr-pickup__text {
    max-width: calc(60% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .sr-pickup__text {
    max-width: 100%;
  }
}
.sr-pickup__pickup {
  color: #C3CE9B;
  font-family: "Kaisei HarunoUmi";
  font-size: 156px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 156px */
  letter-spacing: -7.8px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sr-pickup__pickup {
    font-size: 140px;
    line-height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .sr-pickup__pickup {
    font-size: 100px;
    line-height: 90%;
  }
}
.sr-pickup__title {
  color: #FAF9F6;
  font-family: "Noto Serif JP";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  mix-blend-mode: difference;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .sr-pickup__title {
    font-size: 48px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .sr-pickup__title {
    font-size: 24px;
    line-height: 140%;
    white-space: inherit;
    margin-top: -40px;
  }
}
.sr-pickup__image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sr-pickup__image {
    display: none;
  }
}
.sr-pickup__image figure {
  padding: 0;
  margin: 0;
  background: none;
}
.sr-pickup__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sr-pickup__item .fs-c-price {
  font-size: 24px;
  line-height: 1.5em;
}
.sr-pickup__itemimage {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.sr-pickup__itemname {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  margin: 0;
  padding: 0;
}
.sr-pickup__desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 26.4px */
}
.sr-pickup__desc p {
  margin: 0;
}
.sr-pickup__desc p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sr-pickup__btn {
    display: flex;
    justify-content: center;
  }
}

.sr-footer {
  background: #74601F;
  color: #FFFFFF;
  padding: 64px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sr-footer {
    padding: 40px 0 80px;
  }
}
.sr-footer__inner {
  width: 100%;
  max-width: 1224px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sr-footer__inner {
    gap: 40px;
  }
}
.sr-footer__main {
  width: 100%;
  max-width: 32%;
}
@media screen and (max-width: 1024px) {
  .sr-footer__main {
    max-width: 100%;
  }
}
.sr-footer__sub {
  flex: 1;
}
.sr-footer__logo {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0;
}
.sr-footer__logo:not(:last-child) {
  margin-bottom: 32px;
}
.sr-footer__address {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin: 0;
}
.sr-footer__address:not(:last-child) {
  margin-bottom: 32px;
}
.sr-footer__address p {
  margin: 0;
}
.sr-footer__address p:not(:last-child) {
  margin-bottom: 4px;
}
.sr-footer__address p small {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.sr-footer__sns h3 {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  margin: 0 0 16px;
  padding: 0;
}
.sr-footer__sns ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.sr-footer__nav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (hover: hover) {
  .sr-footer__nav a:link, .sr-footer__nav a:visited {
    text-decoration: none;
  }
  .sr-footer__nav a:hover, .sr-footer__nav a:active {
    text-decoration: underline;
  }
}
.sr-footer__nav > dl {
  display: flex;
  padding: 24px 16px;
  margin: 0;
}
.sr-footer__nav > dl dt {
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .sr-footer__nav > dl dt {
    max-width: 100px;
  }
}
.sr-footer__nav > dl dt a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.sr-footer__nav > dl dt a:link, .sr-footer__nav > dl dt a:visited, .sr-footer__nav > dl dt a:hover, .sr-footer__nav > dl dt a:active {
  color: #fff;
}
.sr-footer__nav > dl dt a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(https://santarosa.itembox.cloud/item/arrow-circle.svg) no-repeat;
  background-size: 100% auto;
}
.sr-footer__nav > dl dd {
  flex: 1;
}
.sr-footer__nav > dl dd .fs-pt-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sr-footer__nav > dl dd .fs-pt-menu__item {
  width: 100%;
  max-width: 180px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .sr-footer__nav > dl dd .fs-pt-menu__item {
    max-width: 100%;
  }
}
.sr-footer__nav > dl dd .fs-pt-menu__item a:link, .sr-footer__nav > dl dd .fs-pt-menu__item a:visited, .sr-footer__nav > dl dd .fs-pt-menu__item a:hover, .sr-footer__nav > dl dd .fs-pt-menu__item a:active {
  color: #fff;
}
.sr-footer__nav > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding: 24px 16px;
}
@media screen and (max-width: 768px) {
  .sr-footer__nav > ul > li {
    width: 100%;
  }
}
.sr-footer__nav > ul > li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.sr-footer__nav > ul > li a:link, .sr-footer__nav > ul > li a:visited, .sr-footer__nav > ul > li a:hover, .sr-footer__nav > ul > li a:active {
  color: #fff;
}
.sr-footer__nav > ul > li a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(https://santarosa.itembox.cloud/item/arrow-circle.svg) no-repeat;
  background-size: 100% auto;
}
.sr-footer__nav--s {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}
.sr-footer__nav--s ul li a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .sr-footer__nav:not(.sr-footer__nav--s) > ul {
    padding: 0;
  }
  .sr-footer__nav:not(.sr-footer__nav--s) > ul > li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sr-footer__nav:not(.sr-footer__nav--s) > ul > li a {
    box-sizing: border-box;
    padding: 24px 16px;
    margin: 0;
  }
}
.sr-footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 16px;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
  letter-spacing: 0.5px;
}

.sr-btn--standard {
  display: flex;
  max-width: max-content;
  background: #2F5D50;
  color: #fff;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 11px */
  letter-spacing: 1.1px;
  width: auto;
  border: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .sr-btn--standard {
    min-width: 220px;
    display: flex;
    justify-content: space-between;
    padding: 16px;
  }
}
.sr-btn--standard:link, .sr-btn--standard:visited, .sr-btn--standard:hover, .sr-btn--standard:active {
  text-decoration: none;
  color: #fff;
}
.sr-btn--standard:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(https://santarosa.itembox.cloud/item/arrow-link.svg) no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-left: 8px;
}
.sr-btn--secondary {
  display: flex;
  max-width: max-content;
  background: #2F5D50;
  color: #fff;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 11px */
  letter-spacing: 1.1px;
  width: auto;
  border: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .sr-btn--secondary {
    min-width: 220px;
    display: flex;
    justify-content: space-between;
    padding: 16px;
  }
}
.sr-btn--secondary:link, .sr-btn--secondary:visited, .sr-btn--secondary:hover, .sr-btn--secondary:active {
  text-decoration: none;
  color: #fff;
}

.sr-unslick .fs-c-productListCarousel__list,
.fs-c-featuredProduct .fs-c-productListCarousel__list,
.fs-c-wishlistProduct .fs-c-productListCarousel__list {
  overflow: inherit;
}
.sr-unslick .fs-c-productListCarousel__list .slick-list,
.fs-c-featuredProduct .fs-c-productListCarousel__list .slick-list,
.fs-c-wishlistProduct .fs-c-productListCarousel__list .slick-list {
  overflow: inherit;
}
.sr-unslick .fs-c-productListCarousel__list__itemTrack,
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 24px;
}
@media screen and (max-width: 1024px) {
  .sr-unslick .fs-c-productListCarousel__list__itemTrack,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .sr-unslick .fs-c-productListCarousel__list__itemTrack,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack,
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
    gap: 32px 10px;
  }
}
.sr-unslick .fs-c-productListCarousel__list__item,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item,
.fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
  margin: 0;
  flex-basis: inherit;
  max-width: inherit;
  min-width: inherit;
}
@media screen and (max-width: 768px) {
  .sr-unslick .fs-c-productListCarousel__list .slick-track > *:not(:last-child),
  .fs-c-featuredProduct .fs-c-productListCarousel__list .slick-track > *:not(:last-child),
  .fs-c-wishlistProduct .fs-c-productListCarousel__list .slick-track > *:not(:last-child) {
    margin-right: 8px;
  }
}

.sr-pcunslick .fs-c-productListCarousel__list {
  overflow: inherit;
}
.sr-pcunslick .fs-c-productListCarousel__list .slick-list {
  overflow: inherit;
}
.sr-pcunslick .fs-c-productListCarousel__list__itemTrack {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 24px;
}
@media screen and (max-width: 1024px) {
  .sr-pcunslick .fs-c-productListCarousel__list__itemTrack {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .sr-pcunslick .fs-c-productListCarousel__list__itemTrack {
    display: block;
  }
}
.sr-pcunslick .fs-c-productListCarousel__list__item {
  margin: 0;
  flex-basis: inherit;
  max-width: inherit;
  min-width: inherit;
}
@media screen and (max-width: 768px) {
  .sr-pcunslick .fs-c-productListCarousel__list .slick-track > *:not(:last-child) {
    margin-right: 8px;
  }
}

.sr-biggerlink {
  cursor: pointer;
}

.fs-c-breadcrumb {
  font-size: 10px;
  line-height: 1.5em;
  border-top: 1px solid #E9E6D8;
  box-sizing: border-box;
  width: 100%;
  max-width: 1224px;
  margin: 8px auto 0;
}
.fs-c-breadcrumb__list {
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb__list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.fs-c-breadcrumb__listItem {
  color: #8C7A5E;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb__listItem {
    display: inline;
  }
}
.fs-c-breadcrumb__listItem a:link, .fs-c-breadcrumb__listItem a:visited, .fs-c-breadcrumb__listItem a:hover, .fs-c-breadcrumb__listItem a:active {
  text-decoration: none;
  color: #8C7A5E;
}
@media (hover: hover) {
  .fs-c-breadcrumb__listItem a:hover {
    text-decoration: underline;
  }
}

.sr-fixednav {
  background: #524C3D;
  display: flex;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99997;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(80px);
}
@media screen and (min-width: 769px) {
  .sr-fixednav {
    display: none;
  }
}
.sr-fixednav__item {
  flex: 1;
  color: #FAFAFA;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}
.sr-fixednav__item:nth-of-type(odd) {
  background: #3F3929;
}
.sr-fixednav__item--cart {
  background: #2F5D50;
}
.sr-fixednav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8px 0 12px;
}
.sr-fixednav__item a span {
  display: block;
}
.sr-fixednav__item a span:first-child {
  margin-top: auto;
  font-size: 0;
  line-height: 0;
}
.sr-fixednav__item a span:last-child {
  margin-bottom: auto;
}
.sr-fixednav__item a:link, .sr-fixednav__item a:visited, .sr-fixednav__item a:hover, .sr-fixednav__item a:active {
  text-decoration: none;
  color: #FAFAFA;
}

.sr-search-detail {
  display: flex;
  justify-content: center;
}
.sr-search-detail:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sr-search-detail:not(:last-child) {
    margin-bottom: 24px;
  }
}
.sr-search-detail__inner {
  background: #F0EEE5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
  box-sizing: border-box;
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .sr-search-detail__inner {
    gap: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sr-search-detail__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sr-search-detail__inner {
    gap: 8px;
  }
}
.sr-search-detail__inner > dl {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 26.4px */
}
@media screen and (max-width: 1080px) {
  .sr-search-detail__inner > dl {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sr-search-detail__inner > dl {
    border-top: 1px solid rgba(82, 76, 61, 0.3);
    border-bottom: 1px solid rgba(82, 76, 61, 0.3);
    padding: 16px 8px;
  }
}
.sr-search-detail__inner > dl dt {
  margin: 0;
  padding: 0 0 0 24px;
  border-left: 1px solid rgba(82, 76, 61, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sr-search-detail__inner > dl dt {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sr-search-detail__inner > dl dt {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .sr-search-detail__inner > dl dt {
    width: 100%;
    max-width: 70px;
  }
}
.sr-search-detail__inner > dl dd {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 26.4px */
}
@media screen and (max-width: 1080px) {
  .sr-search-detail__inner > dl dd {
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .sr-search-detail__inner > dl dd {
    width: 100%;
    max-width: calc(100% - 86px);
  }
}
.sr-search-detail__inner > dl dd input[type=text] {
  border-radius: 3px;
  border: 1px solid #E9E6D8;
  background: #FFF;
  max-width: 128px;
  box-sizing: border-box;
  padding: 8px;
}
.sr-search-detail__inner > dl dd label {
  border-radius: 30px;
  background: #fff;
  padding: 4px 16px;
}
@media screen and (max-width: 1080px) {
  .sr-search-detail__inner > dl dd label {
    padding: 4px 8px;
  }
}
.sr-search-detail__inner > dl dd label:has(input:checked) {
  background-color: #524C3D;
  color: #fff;
  transition: background-color 0.2s;
}
.sr-search-detail__inner > dl dd label input[type=radio] {
  display: none;
}
.sr-search-detail__title {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 26.4px */
  margin: 0;
  padding: 0;
}
.sr-search-detail__submit {
  border-left: 1px solid rgba(82, 76, 61, 0.3);
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .sr-search-detail__submit {
    padding-top: 16px;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .sr-search-detail__submit {
    padding-top: 8px;
  }
}

.sr-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .sr-item {
    margin-top: -64px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1280px) {
  .sr-item {
    gap: 30px;
  }
}
.sr-item__main {
  order: 2;
}
@media screen and (max-width: 768px) {
  .sr-item__main {
    order: 1;
  }
}
.sr-item__sub {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sr-item__sub {
    order: 2;
  }
}
.sr-item__fixed {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sr-item__summary {
  color: #7A7A7A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
.sr-item__category {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: -8px;
}
.sr-item__category a:link, .sr-item__category a:visited {
  text-decoration: none;
  color: #8C7A5E;
}
.sr-item__category a:hover, .sr-item__category a:active {
  text-decoration: underline;
}
.sr-item__title {
  border-top: 1px solid #7A7A7A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.sr-item__title__en {
  order: 1;
  font-family: "Kaisei HarunoUmi";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
}
.sr-item__title__jp {
  order: 2;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 15px */
  letter-spacing: 1px;
}
.sr-item__detail {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 26.4px */
}
.sr-item__detail .fs-p-productDescription--short {
  margin-top: 1em;
}
.sr-item__contents {
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sr-item .fs-c-buttonContainer {
  padding: 0;
}

.sr-fixedbuy {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25vw;
  background: #2F5D50;
  cursor: pointer;
  color: #fff;
  padding: 8px;
  font-size: 10px;
  line-height: 1.5em;
  min-height: 32px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  gap: 6px;
  transform: translateX(300px);
}
@media screen and (min-width: 769px) {
  .sr-fixedbuy {
    display: none;
  }
}
.sr-fixedbuy:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(https://santarosa.itembox.cloud/item/arrow-circle.svg) no-repeat;
  background-size: 100% auto;
  transform: rotate(-90deg);
}

.fs-c-productCarouselMainImage {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fs-c-productCarouselMainImage {
    max-width: 100vw;
    transform: translateX(-20px);
    margin-bottom: -10px;
  }
}
.fs-c-productCarouselMainImage__carousel {
  box-shadow: none;
  border: 1px solid #E9E6D8;
}
@media screen and (max-width: 768px) {
  .fs-c-productCarouselMainImage__carousel {
    border-left: none;
    border-right: none;
  }
}
.fs-c-productCarouselMainImage__carousel .slick-arrow {
  opacity: 0;
  pointer-events: none;
}
.fs-c-productCarouselMainImage__carousel .slick-prev {
  left: 8px;
}
.fs-c-productCarouselMainImage__carousel .slick-next {
  right: 8px;
}
@media (hover: hover) {
  .fs-c-productCarouselMainImage__carousel:hover .slick-arrow {
    opacity: 1;
    pointer-events: inherit;
  }
}
.fs-c-productCarouselMainImage__image {
  margin-bottom: -7px;
}
.fs-c-productCarouselMainImage__image > img {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 582px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .fs-c-productCarouselMainImage__image > img {
    max-width: calc((100vw - 90px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .fs-c-productCarouselMainImage__image > img {
    max-width: 100vw;
  }
}
.fs-c-productCarouselMainImage__image__caption {
  font-size: 12px;
  font-size: 1rem;
  background: none;
  margin-bottom: 8px;
  color: #fff;
  mix-blend-mode: difference;
}
.fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.fs-c-productCarouselMainImage__thumbnailList {
  margin: 8px 0 0;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    padding: 0 20px;
  }
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: inherit;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.1s linear;
}
.fs-c-productCarouselMainImage__thumbnailList > li:hover {
  opacity: 0.7;
}
.fs-c-productCarouselMainImage__thumbnail__img {
  border: 1px solid #E9E6D8;
  width: 100%;
}
.fs-c-productCarouselMainImage__thumbnail__caption {
  color: #7A7A7A;
  font-size: 10px;
  left: 1.5em;
  text-align: center;
}

.fs-c-productNameHeading {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.fs-c-productNameHeading__copy {
  font-size: 0.5em;
  line-height: 1.5em;
  font-weight: 500;
}

.fs-c-productPostage {
  background: #F0EEE5;
  margin-right: auto;
  padding: 8px;
}
.fs-c-productPostage:before, .fs-c-productPostage:after {
  display: none;
}
.fs-c-productPostage__label {
  font-size: 12px;
}

.fs-c-productPrices + .fs-c-productMembersLoginLink {
  margin-top: -16px;
}

.fs-c-productMembersLoginLink {
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-productMembersLoginLink:link, .fs-c-productMembersLoginLink:visited, .fs-c-productMembersLoginLink:hover, .fs-c-productMembersLoginLink:active {
  text-decoration: underline;
  color: #B61401;
}

.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 16px;
}

.fs-c-productSalesPeriod {
  border: 1px solid #F0EEE5;
  background: rgb(255, 255, 255);
  padding: 16px;
}
.fs-c-productSalesPeriod__label {
  font-size: 12px;
  line-height: 1.5em;
}
.fs-c-productSalesPeriod__date {
  font-weight: 500;
}

.fs-c-variationList__item__body {
  margin: 0;
}

.fs-c-variationCart {
  padding: 0;
}

.fs-c-variationCart__variationName__name {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
}
.fs-c-variationCart__variationName__stock {
  font-size: 10px;
  line-height: 1.5em;
}

.fs-c-productOption {
  margin: 0;
}
.fs-c-productOption__name {
  margin: 0 0 8px;
  padding: 0;
  background: none;
}
.fs-c-productOption__option {
  margin: 0;
  padding: 0;
}
.fs-c-productOption__comment {
  margin-top: 8px;
}

.fs-c-productSelection {
  margin: 0;
}
.fs-c-productSelection__name {
  margin: 0 0 8px;
  padding: 0;
  background: none;
}
.fs-c-productSelection__selection {
  margin: 0;
  padding: 0;
}

.fs-c-button--primary {
  box-shadow: none;
  padding: 12px 16px;
}
.fs-c-button--primary.fs-c-button--addToCart--detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}
.fs-c-button--primary.fs-c-button--addToCart--detail:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(https://santarosa.itembox.cloud/item/icon-cart.svg) no-repeat;
  background-size: 32px auto;
  background-position: center center;
}
.fs-c-button--primary.fs-c-button--loginAndPurchase {
  font-size: 16px;
  line-height: 1.5em;
}
.fs-c-button--secondary {
  box-shadow: none;
  padding: 12px 16px;
}
.fs-c-button--secondary.fs-c-button--unregisteredUserPurchase {
  font-size: 16px;
  line-height: 1.5em;
}
.fs-c-button--standard {
  box-shadow: none;
  padding: 8px 16px;
}
.fs-c-button--particular {
  box-shadow: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  padding: 4px 8px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail:after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail:after {
  margin-left: 4px;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  color: #B61401;
  border-color: #B61401;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail:after {
  color: #B61401;
}
.fs-c-button--plain {
  font-size: 12px;
  line-height: 1.5em;
}

.fs-c-continueShopping {
  margin: 0;
}
.fs-c-continueShopping:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .fs-c-continueShopping:not(:last-child) {
    margin-bottom: 40px;
  }
}

.fs-c-history__info {
  background: #F0EEE5;
}

.fs-c-noResultMessage {
  background: #F0EEE5;
}
.fs-c-noResultMessage:first-child {
  margin-top: 0;
}

.fs-c-inputGroup {
  border-color: #E9E6D8;
}

.fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  color: #2F5D50;
}

[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
  border: 1px solid #E9E6D8;
  border-radius: 3px;
  padding: 8px 8px;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #2F5D50;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #2F5D50;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #2F5D50;
  border-color: #2F5D50;
}

.fs-c-documentArticle {
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 64px;
}
.fs-c-documentArticle__heading {
  padding: 8px 16px;
  background: #524C3D;
  margin: 0 0 32px;
}
.fs-c-documentArticle__content {
  padding: 0;
}

.fs-c-documentColumn {
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}
.fs-c-documentColumn + .fs-c-documentColumn {
  margin-top: 40px;
}
.fs-c-documentColumn__heading {
  color: #4A4A4A;
  border: none;
  border-bottom: 1px solid #E9E6D8;
  padding: 0 0 8px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5em;
}
.fs-c-documentColumn__heading:not(:first-child) {
  margin-top: 40px;
}
.fs-c-documentColumn__content {
  display: block;
  padding: 0;
}

.fs-c-documentContent + .fs-c-documentContent {
  margin-top: 40px;
}

.fs-c-documentSubContent {
  display: block;
}
.fs-c-documentSubContent__heading {
  border-bottom: 1px solid #E9E6D8;
  padding: 0 0 8px;
  margin: 0 0 16px;
}

.fs-c-shippingCarrierInfo__heading {
  margin: 0 0 8px;
}
.fs-c-shippingCarrierInfo__content {
  gap: 8px;
}

.fs-c-specTable {
  background: #fff;
}

.sr-spacer {
  height: 64px;
  width: 100%;
}

.sr-feature-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 128px;
  margin: 0 0 64px;
}
@media screen and (max-width: 1280px) {
  .sr-feature-contents {
    gap: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .sr-feature-contents {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sr-feature-contents {
    grid-template-columns: 1fr;
    margin-top: -64px;
    gap: 24px;
  }
}
.sr-feature-contents__text {
  order: 2;
  width: 100%;
  box-sizing: border-box;
}
.sr-feature-contents__image {
  order: 1;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sr-feature-contents__image__item {
    width: 100vw;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .sr-feature-contents__image__item:not(:first-child) {
    display: none;
  }
}
.sr-feature-contents__desc {
  width: 100%;
  max-width: calc(100% - 64px);
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .sr-feature-contents__desc {
    max-width: calc(100% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .sr-feature-contents__desc {
    max-width: 100%;
  }
}
.sr-feature-contents__feature {
  color: #C3CE9B;
  font-family: "Kaisei HarunoUmi";
  font-size: 156px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 156px */
  letter-spacing: -7.8px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-left: -64px;
}
@media screen and (max-width: 1280px) {
  .sr-feature-contents__feature {
    font-size: 100px;
    line-height: 90%;
    margin-left: -32px;
  }
}
@media screen and (max-width: 1024px) {
  .sr-feature-contents__feature {
    margin-left: -24px;
  }
}
@media screen and (max-width: 768px) {
  .sr-feature-contents__feature {
    margin-left: 0;
    font-size: 80px;
    line-height: 90%;
    letter-spacing: -2px;
  }
}
.sr-feature-contents__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.sr-feature-contents__title:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sr-feature-contents__title:not(:last-child) {
    margin-bottom: 24px;
  }
}
.sr-feature-contents__title__copy {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 67.2px */
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .sr-feature-contents__title__copy {
    font-size: 32px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  .sr-feature-contents__title__copy {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.sr-feature-contents__title__copy:empty + .sr-feature-contents__title__info {
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 67.2px */
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .sr-feature-contents__title__copy:empty + .sr-feature-contents__title__info {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.sr-feature-contents__title__info {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0;
  color: #222;
}

.sr-box {
  padding: 24px;
  border: 1px solid #E9E6D8;
  background: #F0EEE5;
}

.sr-contact {
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sr-contact {
    gap: 24px;
  }
}
.sr-contact__form dl {
  display: grid;
  grid-template-columns: minmax(0, 150px) 1fr;
  padding: 0;
  margin: 0;
  gap: 24px 0;
  align-items: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .sr-contact__form dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.sr-contact__form dl dt {
  margin: 0;
  padding: 0;
}
.sr-contact__form dl dt:not(:first-child) {
  margin-top: 8px;
}
.sr-contact__form dl dd {
  padding: 0;
  margin: 0;
}
.sr-contact__form dl dd textarea {
  min-height: 200px;
}
.sr-contact__form__btn {
  display: flex;
  justify-content: center;
}

.sr-required {
  display: inline-block;
}
.sr-required:after {
  content: "*";
  color: #B61401;
}

.sr-localnav {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1px;
}
.sr-localnav__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F0EEE5;
  padding: 16px;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}
.sr-localnav__item a:link, .sr-localnav__item a:visited {
  text-decoration: none;
  color: #222;
}
.sr-localnav__item a:hover, .sr-localnav__item a:active {
  text-decoration: none;
  color: #222;
}
.sr-localnav__item a:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://santarosa.itembox.cloud/item/arrow-down-s.svg) no-repeat;
  background-size: cover;
}

.sr-column {
  display: grid;
  grid-template-columns: minmax(256px, 256px) 1fr;
  gap: 64px 128px;
}
@media screen and (max-width: 1280px) {
  .sr-column {
    gap: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .sr-column {
    gap: 64px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sr-column {
    grid-template-columns: 1fr;
  }
}
.sr-column__header {
  grid-column: 1/-1;
}
.sr-column__sub {
  display: flex;
  flex-direction: column;
}
.sr-column__main {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.sr-column__main__item {
  border-top: 1px solid #E9E6D8;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sr-column__main__item h2, .sr-column__main__item h3, .sr-column__main__item h4, .sr-column__main__item h5, .sr-column__main__item h6 {
  margin: 0;
}
.sr-column__main__item h2 {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.sr-column__main__item h3 {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
}
.sr-column__main__item h4 {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
}
.sr-column__main__item h5 {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
}
.sr-column__main__item dl {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sr-column__main__item dl dt {
  padding: 0;
  margin: 0;
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}
.sr-column__main__item dl dd {
  padding: 24px;
  margin: 0;
  background: #fff;
}

.sr-faq__title {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.sr-faq__title:before {
  content: "Q";
  color: #fff;
  font-family: "Kaisei HarunoUmi";
  display: flex;
  background: #C3CE9B;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.sr-faq__desc {
  margin-left: 32px !important;
  position: relative;
}
.sr-faq__desc:before {
  content: "A";
  color: #fff;
  font-family: "Kaisei HarunoUmi";
  display: flex;
  background: #2F5D50;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -32px;
}

.sr-about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sr-about__logo {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .sr-about__logo {
    max-width: 120px;
    margin-bottom: 24px;
  }
}
.sr-about__title {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sr-about__title {
    gap: 8px;
  }
}
.sr-about__title__en {
  color: #C3CE9B;
  text-align: center;
  font-family: "Kaisei HarunoUmi";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 100px */
  letter-spacing: -5px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sr-about__title__en {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .sr-about__title__en {
    font-size: 32px;
    line-height: 1em;
    letter-spacing: -0.02em;
  }
}
.sr-about__title__jp {
  color: #FAF9F6;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 78.4px */
  mix-blend-mode: difference;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sr-about__title__jp {
    font-size: 44px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .sr-about__title__jp {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.sr-about__subtitle {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.sr-about__subtitle:before {
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  background: #C3CE9B;
  margin: 0 0 8px;
}
.sr-about__subtitle__jp {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  margin: 0;
}
.sr-about__subtitle__en {
  color: #222;
  font-family: "Kaisei HarunoUmi";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: -0.8px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sr-about__subtitle__en {
    font-size: 32px;
    line-height: 1em;
    letter-spacing: -0.4px;
  }
}
.sr-about__copy {
  color: #FAF9F6;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 67.2px */
  mix-blend-mode: difference;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .sr-about__copy {
    font-size: 40px;
    line-height: 1.4em;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sr-about__copy {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 24px;
  }
}
.sr-about__box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sr-about__box__title {
  margin: 0;
}
.sr-about__box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
}
.sr-about__box table:not(:last-child) {
  margin-bottom: 40px;
}
.sr-about__box table tr th {
  text-align: left;
  border-top: 1px solid #E9E6D8;
  vertical-align: top;
  padding: 8px 0;
  font-weight: 400;
}
.sr-about__box table tr td {
  text-align: left;
  border-top: 1px solid #E9E6D8;
  vertical-align: top;
  padding: 8px 0;
}
.sr-about__santarosa {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.sr-about__image {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.sr-about__image:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sr-about__image:not(:last-child) {
    margin-bottom: 24px;
  }
}
.sr-about__header {
  position: relative;
  margin-bottom: 128px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .sr-about__header {
    gap: 24px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    padding-bottom: 0;
  }
}
.sr-about__header:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: calc(100% - 160px);
  background: #F0EEE5;
  display: block;
  bottom: 0;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .sr-about__header:after {
    height: calc(100% - 90px);
  }
}
@media screen and (max-width: 768px) {
  .sr-about__header:after {
    height: calc(100% - 48px);
    display: none;
  }
}
.sr-about__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  max-width: 1024px;
}
@media screen and (max-width: 1024px) {
  .sr-about__list {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sr-about__list {
    gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
    display: none;
  }
}
.sr-about__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sr-about__list__item {
    gap: 8px;
    width: 100%;
  }
}
.sr-about__list__item__image {
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .sr-about__list__item__image {
    width: 80px;
    margin: 0;
  }
}
.sr-about__list__item__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.sr-about__list__item__title {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  margin: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .sr-about__list__item__title {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .sr-about__list__item__title {
    margin: 0;
    text-align: left;
  }
}
.sr-about__list__item__desc {
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 26.4px */
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .sr-about__list__item__desc {
    display: none;
  }
}
.sr-about__desc p {
  max-width: 704px;
}
.sr-about__value {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px;
  margin: 0 0 32px;
}
@media screen and (max-width: 1024px) {
  .sr-about__value {
    flex-direction: column;
    gap: 8px;
  }
}
.sr-about__value__item {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
}
@media screen and (max-width: 1024px) {
  .sr-about__value__item {
    border-top: 1px solid #7A7A7A;
    padding-top: 16px;
    font-size: 12px;
    line-height: 1.8em;
  }
}
.sr-about__value__item:not(:first-child) {
  border-left: 1px solid #7A7A7A;
  box-sizing: border-box;
  padding-left: 48px;
}
@media screen and (max-width: 1024px) {
  .sr-about__value__item:not(:first-child) {
    border-left: none;
    padding-left: 0;
  }
}
.sr-about__value__item div {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .sr-about__value__item div {
    font-size: 40px;
    line-height: 1.4em;
  }
}
.sr-about__value__item div small {
  font-size: 24px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .sr-about__value__item div small {
    font-size: 12px;
    line-height: 1.4em;
  }
}
.sr-about__history.fs-pt-list, .sr-about__press.fs-pt-list {
  margin: 0;
}
.sr-about__history.fs-pt-list .fs-pt-list__item, .sr-about__press.fs-pt-list .fs-pt-list__item {
  border-top: 1px solid #E9E6D8;
  background: #fff;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sr-about__history.fs-pt-list .fs-pt-list__item, .sr-about__press.fs-pt-list .fs-pt-list__item {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
}
.sr-about__history.fs-pt-list .fs-pt-list__item time, .sr-about__press.fs-pt-list .fs-pt-list__item time {
  color: #7A7A7A;
  font-family: "Noto Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 24.2px */
}
.sr-about__history.fs-pt-list .fs-pt-list__item span, .sr-about__press.fs-pt-list .fs-pt-list__item span {
  min-width: 64px;
  border-radius: 40px;
  background: #E9E6D8;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  line-height: 1.4em;
  padding: 8px 16px;
  letter-spacing: 1px;
}
.sr-about__history.fs-pt-list .fs-pt-list__item a:link, .sr-about__history.fs-pt-list .fs-pt-list__item a:visited, .sr-about__history.fs-pt-list .fs-pt-list__item a:hover, .sr-about__history.fs-pt-list .fs-pt-list__item a:active, .sr-about__press.fs-pt-list .fs-pt-list__item a:link, .sr-about__press.fs-pt-list .fs-pt-list__item a:visited, .sr-about__press.fs-pt-list .fs-pt-list__item a:hover, .sr-about__press.fs-pt-list .fs-pt-list__item a:active {
  text-decoration: none;
  color: #4A4A4A;
}

.fs-p-announcement__title {
  margin: 0 0 16px;
}

.fs-c-registerSuccessMessage {
  border-color: #E9E6D8;
}

.fs-body-cart-login .fs-c-loginForm,
.fs-body-review-login .fs-c-loginForm,
.fs-body-resetPassword .fs-c-loginForm,
.fs-body-newsletter-subscribe .fs-c-loginForm,
.fs-body-membershipCardAuth .fs-c-loginForm,
.fs-body-merge .fs-c-loginForm,
.fs-body-forgotPassword .fs-c-loginForm,
.fs-body-my-account-password .fs-c-loginForm,
.fs-body-login .fs-c-loginForm {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .fs-body-cart-login .fs-c-loginForm > *,
  .fs-body-review-login .fs-c-loginForm > *,
  .fs-body-resetPassword .fs-c-loginForm > *,
  .fs-body-newsletter-subscribe .fs-c-loginForm > *,
  .fs-body-membershipCardAuth .fs-c-loginForm > *,
  .fs-body-merge .fs-c-loginForm > *,
  .fs-body-forgotPassword .fs-c-loginForm > *,
  .fs-body-my-account-password .fs-c-loginForm > *,
  .fs-body-login .fs-c-loginForm > * {
    flex-basis: calc(50% - 40px);
  }
}
.fs-body-cart-login .fs-c-inputInformation__field,
.fs-body-review-login .fs-c-inputInformation__field,
.fs-body-resetPassword .fs-c-inputInformation__field,
.fs-body-newsletter-subscribe .fs-c-inputInformation__field,
.fs-body-membershipCardAuth .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-my-account-password .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field {
  background: #F0EEE5;
  padding: 32px;
  margin: 16px auto;
}
.fs-body-cart-login .fs-c-inputInformation__button,
.fs-body-review-login .fs-c-inputInformation__button,
.fs-body-resetPassword .fs-c-inputInformation__button,
.fs-body-newsletter-subscribe .fs-c-inputInformation__button,
.fs-body-membershipCardAuth .fs-c-inputInformation__button,
.fs-body-merge .fs-c-inputInformation__button,
.fs-body-forgotPassword .fs-c-inputInformation__button,
.fs-body-my-account-password .fs-c-inputInformation__button,
.fs-body-login .fs-c-inputInformation__button {
  margin-top: 0;
}
.fs-body-cart-login .fs-c-inputInformation__link,
.fs-body-review-login .fs-c-inputInformation__link,
.fs-body-resetPassword .fs-c-inputInformation__link,
.fs-body-newsletter-subscribe .fs-c-inputInformation__link,
.fs-body-membershipCardAuth .fs-c-inputInformation__link,
.fs-body-merge .fs-c-inputInformation__link,
.fs-body-forgotPassword .fs-c-inputInformation__link,
.fs-body-my-account-password .fs-c-inputInformation__link,
.fs-body-login .fs-c-inputInformation__link {
  text-align: center;
}
.fs-body-cart-login .fs-c-guestPurchase,
.fs-body-review-login .fs-c-guestPurchase,
.fs-body-resetPassword .fs-c-guestPurchase,
.fs-body-newsletter-subscribe .fs-c-guestPurchase,
.fs-body-membershipCardAuth .fs-c-guestPurchase,
.fs-body-merge .fs-c-guestPurchase,
.fs-body-forgotPassword .fs-c-guestPurchase,
.fs-body-my-account-password .fs-c-guestPurchase,
.fs-body-login .fs-c-guestPurchase {
  border-color: #E9E6D8;
}

.fs-c-inputInformation__field {
  max-width: 808px;
}

.fs-c-inputTable {
  border-spacing: 0;
}
.fs-c-inputTable--child {
  background: #F0EEE5;
  padding: 16px;
}

.fs-c-documentContent:not(:last-child) {
  background: #F0EEE5;
  margin-bottom: 16px;
}

.fs-body-review-write .fs-c-reveiwNotes {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #B61401;
  background: none;
  color: #B61401;
}
.fs-body-review-write .fs-c-reveiwNotes h3:first-child {
  margin-top: 0;
}

.fs-c-productReview__aggregateRating {
  margin-bottom: 24px;
}

.fs-c-productReviewed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 808px;
}
@media screen and (max-width: 768px) {
  .fs-c-productReviewed {
    flex-direction: column;
    gap: 8px;
  }
}
.fs-c-productReviewed__image {
  max-width: 60px;
}
@media screen and (max-width: 768px) {
  .fs-c-productReviewed__image {
    max-width: 120px;
  }
}
.fs-c-productReviewed__name a:link, .fs-c-productReviewed__name a:visited, .fs-c-productReviewed__name a:hover, .fs-c-productReviewed__name a:active {
  color: #4A4A4A;
}
.fs-c-productReviewed__number {
  font-size: 10px;
  line-height: 1.5em;
}
.fs-c-productReviewed__number .fs-c-productNumber {
  border: none;
  padding: 0;
}
.fs-c-productReviewed__prices {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.fs-c-productReviewed + .fs-c-aggregateRating {
  max-width: 808px;
}

.fs-c-reviewSuccessComment {
  padding: 16px;
  text-align: center;
}

.fs-body-my-top .fs-l-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}
.fs-body-my-top .fs-c-accountService {
  flex-basis: 100%;
}

.fs-c-accountService {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  gap: 8px;
}
.fs-c-accountService__page {
  flex-basis: auto;
  margin: 0;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) {
  height: auto;
  width: calc(50% - 8px);
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  border-color: #E9E6D8;
  padding: 16px 8px;
  box-sizing: border-box;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:link, .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:visited, .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover, .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:active {
  text-decoration: none;
  color: #222;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label:before {
  margin: 0;
}
.fs-c-accountService__page--couponList {
  width: 100% !important;
}
.fs-c-accountService__page--accountDelete {
  width: 100%;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-top: 24px;
}

.sr-member-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  align-items: center;
  width: 100%;
}

.fs-c-subSection,
.fs-c-linkedServiceLogin {
  margin: 0;
}
.fs-c-subSection:not(:last-child),
.fs-c-linkedServiceLogin:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .fs-c-subSection:not(:last-child),
  .fs-c-linkedServiceLogin:not(:last-child) {
    margin-bottom: 40px;
  }
}
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  border-bottom: none;
  margin: 0 0 24px;
}
.fs-c-subSection__message,
.fs-c-linkedServiceLogin__message {
  margin: 16px auto;
}

.fs-c-pairList {
  align-items: flex-start;
}

.fs-c-checkoutSuccess {
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}
.fs-c-checkoutSuccess + .fs-p-announcement {
  width: 100%;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
}

.fs-c-orderHistoryItem {
  background: #fff;
  border-color: #E9E6D8;
}
.fs-c-orderHistoryItem__header {
  border-color: #E9E6D8;
}

.fs-c-orderDetail__data {
  background: #fff;
}
.fs-c-orderDetail .fs-c-heading {
  font-size: 16px;
  line-height: 1.5em;
}

.fs-c-orderPerAddressee__heading {
  color: #fff;
}

.fs-c-pagination__item:link, .fs-c-pagination__item:visited, .fs-c-pagination__item:hover, .fs-c-pagination__item:active {
  text-decoration: none;
  color: #4A4A4A;
}
.fs-c-pagination__item.is-active {
  background: #524C3D;
}

.p-index__section {
  margin-left: 0;
  margin: 0;
}

.c-post {
  background: rgba(0, 0, 0, 0.03);
}
.c-post a:link, .c-post a:visited, .c-post a:hover, .c-post a:active {
  text-decoration: none;
}

.c-post__category, .p-single .p-single__meta-cat, .c-blog-categories__list-item-link,
.c-blog-categories__list-item-link-blog {
  background: #8A8E75 !important;
  border-radius: 30px !important;
}

.c-blog-categories {
  flex-direction: column;
}
