@charset "UTF-8";
body {
  font-size: 12px;
  line-height: 1.4em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
body.active {
  height: 100%;
  overflow: hidden;
}
body.fs-body-custom .fs-l-main {
  font-size: 14px;
  line-height: 1.4em;
}

.fs-preview-header {
  display: none;
}

.fs-l-page {
  overflow-x: hidden;
}

.pr {
  background: linear-gradient(to right, #ED8D80 20%, #F29083 50%, #ED8D80 80%);
  text-align: center;
}
.pr a, .pr span {
  display: block;
  padding: 8px 8px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
}
.pr a:link, .pr a:visited, .pr a:hover, .pr a:active, .pr span:link, .pr span:visited, .pr span:hover, .pr span:active {
  text-decoration: none;
  color: #fff;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.popup__item {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
}
.popup .bnr {
  width: 400px;
  min-height: 0;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .popup .bnr {
    width: calc(100vw - 32px);
    max-width: 400px;
  }
}
.popup__close {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 9999;
  right: calc(50% - 232px);
  top: calc(50% - 232px);
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .popup__close {
    right: 16px;
    top: auto;
    bottom: calc(50% - (50vw + 32px));
  }
}
.popup__close:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #47B7A5;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 12px);
  transform: rotate(-45deg);
}
.popup__close:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #47B7A5;
  border: none;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 12px);
  transform: rotate(45deg);
}

.totop {
  width: 32px;
  height: 32px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: rgba(20, 51, 46, 0.5);
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9997;
  transition: background 0.3s, opacity 0.3s, transform 0.3s;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  .totop {
    bottom: 90px;
    right: 8px;
  }
}
.totop.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .totop:hover {
    background: #009C8F;
  }
}
.totop:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  display: block;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 72px 40px 20px;
}
@media screen and (max-width: 768px) {
  .footer-top {
    padding: 48px 16px 20px;
  }
}
.footer-top__logo {
  font-size: 0;
  line-height: 0;
  transform: translateX(-16px);
}

.footer-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 20px 40px 40px;
}
@media screen and (max-width: 768px) {
  .footer-middle {
    padding: 20px 16px 40px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-middle {
    padding: 20px 0 0;
    gap: 0;
  }
}
.footer-middle__item {
  width: calc(33.3% - 22px);
}
@media screen and (max-width: 768px) {
  .footer-middle__item {
    width: calc(33.3% - 11px);
  }
}
@media screen and (max-width: 767px) {
  .footer-middle__item {
    width: 100%;
  }
}

.footer-bottom {
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    background: #fff;
    border-top: 1px solid #BEBFBF;
  }
}
.footer-bottom__item {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .footer-bottom__item {
    padding: 32px 16px;
  }
}

.copyright {
  background: #F2F2F2;
  text-align: center;
  font-size: 10px;
  line-height: 1.4em;
  color: #646666;
  padding: 32px 40px;
  font-family: "Arial";
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding-bottom: 100px;
  }
}

.logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 12px;
  display: flex;
  justify-content: center;
}
.logo img {
  transform: translateX(-12px);
  width: 100px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .logo img {
    width: 70px;
    height: auto;
    transform: translateX(-12px);
  }
}

body.fs-body-top .logo {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  body.fs-body-top .logo {
    padding: 20px 16px;
  }
}
body.fs-body-top .logo img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.fs-body-top .logo img {
    width: 88px;
    height: auto;
    transform: translateX(-12px);
  }
}

.fixed-nav {
  position: fixed;
  z-index: 9998;
  right: 0;
  top: calc(50% - 175px);
  background: #009C8F;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .fixed-nav {
    top: auto;
    bottom: 0;
    border-radius: 0;
    width: 100%;
  }
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .nav-list {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .nav-list.fs-clientInfo.is-ready {
    display: flex;
  }
}
.nav-list__item {
  width: 72px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .nav-list__item {
    width: 20%;
  }
}
.nav-list__item.login, .nav-list__item.logout {
  display: none;
}
.nav-list__item.login.true {
  display: block;
}
.nav-list__item.logout.false {
  display: block;
}
.nav-list__item a {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.nav-list__item a span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .nav-list__item a span {
    margin-top: 4px;
  }
}
.nav-list__item a:link, .nav-list__item a:visited, .nav-list__item a:hover, .nav-list__item a:active {
  text-decoration: none;
  color: #fff;
}
.nav-list__item a .fs-client-cart-count {
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  background: #F07463;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 4px;
  display: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .nav-list__item a .fs-client-cart-count {
    left: calc(50% - 40px);
    top: -4px;
  }
}
.nav-list__item a .fs-client-cart-count:not(.fs-client-cart-count--0) {
  display: flex;
}

.en {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}

.fs-c-documentArticle__heading {
  background: #FAFAFA;
  color: #333333;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 8px;
  text-align: center;
}

.fs-c-documentColumn__heading {
  color: #333333;
  background: #FAFAFA;
  border-style: solid;
  border-width: 0 0 0 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  padding: 8px;
  padding-left: 16px;
  margin-bottom: 8px;
}

.fs-c-documentContent__heading {
  color: #333333;
  border-left: 4px solid #F07463;
  padding-left: 8px;
  font-size: 1.4rem;
  margin: 0;
}

.fs-c-heading {
  font-weight: bold;
}
.fs-c-heading--page {
  color: #333;
  font-size: 28px;
  line-height: 1.4em;
  border-bottom: 0;
  font-weight: bold;
  margin: 64px 0 32px;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .fs-c-heading--page {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.fs-c-heading--section {
  color: #333;
  font-size: 28px;
  line-height: 1.4em;
  border-bottom: 0;
  font-weight: bold;
  margin: 0 0 32px;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .fs-c-heading--section {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.fs-c-heading--section:not(:first-child) {
  margin-top: 32px;
}
.fs-c-heading > div {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
}

.fs-c-checkout-heading {
  background: #333;
}

.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  color: #333;
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}

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

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

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

.text-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .text-link {
    gap: 8px 0px;
    justify-content: flex-start;
  }
}
.text-link--drawer {
  gap: 8px 0;
  justify-content: flex-start;
  padding: 32px 16px;
}
.text-link__item {
  font-size: 12px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .text-link__item {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .text-link__item {
    width: 50%;
  }
}
.text-link__item--drawer {
  width: 50%;
}
.text-link__item a {
  color: #646666;
}
.text-link__item a:link, .text-link__item a:visited, .text-link__item a:hover, .text-link__item a:active {
  text-decoration: none;
  color: #646666;
}

.cat-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cat-link__item {
  border-top: 1px solid #E6E6E6;
  position: relative;
}
.cat-link__item > a {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  color: #000;
  padding: 16px;
  position: relative;
}
.cat-link__item > a:link, .cat-link__item > a:visited, .cat-link__item > a:hover, .cat-link__item > a:active {
  text-decoration: none;
  color: #000;
}
.cat-link__item > a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #47B7A5;
  border-right: 1px solid #47B7A5;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
}
@media screen and (max-width: 768px) {
  .cat-link__item > a:before {
    right: 24px;
  }
}
.cat-link__item > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cat-link__item > ul {
    display: none;
  }
}
.cat-link__item > ul > li {
  border-top: 1px solid #F2F2F2;
}
.cat-link__item > ul > li > a {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  color: #646666;
  padding: 16px 16px 16px 24px;
  position: relative;
}
.cat-link__item > ul > li > a:link, .cat-link__item > ul > li > a:visited, .cat-link__item > ul > li > a:hover, .cat-link__item > ul > li > a:active {
  text-decoration: none;
  color: #646666;
}
.cat-link__item > ul > li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #47B7A5;
  border-right: 1px solid #47B7A5;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
}
@media screen and (max-width: 768px) {
  .cat-link__item > ul > li > a:before {
    right: 24px;
  }
}
.cat-link__item--drawer > a:before {
  right: 24px;
}
.cat-link__item--drawer > ul > li > a:before {
  right: 24px;
}
.cat-link__item .toggle {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 14px;
  top: 16px;
  background: #EFF8F6;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
}
@media screen and (min-width: 769px) {
  .cat-link__item .toggle {
    display: none;
  }
}
.cat-link__item .toggle.active {
  transform: rotate(45deg);
}
.cat-link__item .toggle--drawer {
  display: block;
}
.cat-link__item .toggle--drawer + ul {
  display: none;
}
.cat-link__item .toggle:after {
  content: "";
  width: 12px;
  height: 1px;
  background: #47B7A5;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 6px);
}
.cat-link__item .toggle:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #47B7A5;
  border: none;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 6px);
  transform: rotate(90deg);
}

.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.fs-c-button--primary {
  padding: 12px 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.fs-c-button--secondary {
  padding: 12px 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.fs-c-button--standard {
  padding: 12px 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.fs-c-button--addToWishList--icon {
  color: #F07463;
}
.fs-c-button--addToWishList--icon:before {
  color: #F07463;
  font-size: 14px !important;
}
.fs-c-button--removeFromWishList--icon {
  color: #F07463;
}
.fs-c-button--removeFromWishList--icon:before {
  color: #F07463 !important;
  font-size: 14px !important;
}
.fs-c-button--viewAllReviews {
  display: flex;
  padding: 8px 40px;
  align-items: center;
  justify-content: center;
  color: #47B7A5;
  font-weight: bold;
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #47B7A5;
}
@media screen and (max-width: 768px) {
  .fs-c-button--viewAllReviews {
    font-size: 12px;
    line-height: 1.4em;
    padding: 8px 32px;
  }
}
.fs-c-button--viewAllReviews:link, .fs-c-button--viewAllReviews:visited, .fs-c-button--viewAllReviews:hover, .fs-c-button--viewAllReviews:active {
  text-decoration: none;
  color: #47B7A5;
}
.fs-c-button--addReview--detail {
  display: flex;
  padding: 8px 40px;
  align-items: center;
  justify-content: center;
  color: #47B7A5;
  font-weight: bold;
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #47B7A5;
}
@media screen and (max-width: 768px) {
  .fs-c-button--addReview--detail {
    font-size: 12px;
    line-height: 1.4em;
    padding: 8px 32px;
  }
}
.fs-c-button--addReview--detail:link, .fs-c-button--addReview--detail:visited, .fs-c-button--addReview--detail:hover, .fs-c-button--addReview--detail:active {
  text-decoration: none;
  color: #47B7A5;
}

.fs-c-panelContainer .fs-c-panel:first-child {
  margin-top: 64px;
}

.fs-c-inquiryAboutProduct {
  background: #EFF8F6;
  padding: 8px 32px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4em;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .fs-c-inquiryAboutProduct {
    margin-left: auto;
  }
}
.fs-c-inquiryAboutProduct:link, .fs-c-inquiryAboutProduct:visited, .fs-c-inquiryAboutProduct:hover, .fs-c-inquiryAboutProduct:active {
  text-decoration: none;
  color: #47B7A5;
}

.fs-c-returnedSpecialContract {
  padding: 0;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fs-c-returnedSpecialContract {
    text-align: center;
  }
}

.fs-c-variationAndActions {
  width: 100%;
}
.fs-c-variationAndActions:after {
  content: "♡を押してお気に入り追加すると「再入荷」や「値下げ」をお知らせ";
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.4em;
  color: #646666;
  margin-top: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fs-c-variationAndActions:after {
    text-align: center;
    padding: 0 32px;
    font-size: 10px;
    line-height: 1.4em;
  }
}
.fs-c-variationAndActions__variationLabel:not(:last-child) {
  margin-bottom: 8px;
}

.fs-c-variationLabel {
  font-size: 12px;
  line-height: 1.4em;
}

.fs-c-variationList__item:not(:first-child) {
  margin-top: 16px;
}
.fs-c-variationList__item__title {
  background: #FAFAFA;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 8px;
}
.fs-c-variationList__item__cart {
  padding: 0;
}

.fs-c-variationCart__variationName {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
}
.fs-c-variationCart__variationName:first-child {
  padding-left: 8px;
}
.fs-c-variationCart__variationName__name {
  font-weight: normal;
}
.fs-c-variationCart__image {
  width: 40px;
}
.fs-c-variationCart__image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.btn--primary {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 664px;
  padding: 24px 40px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, #47B7A5 0%, #4ABFAC 50%, #47B7A5 100%);
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .btn--primary {
    padding: 16px;
    font-size: 14px;
    line-height: 1.4em;
  }
}
.btn--primary:link, .btn--primary:visited, .btn--primary:hover, .btn--primary:active {
  text-decoration: none;
  color: #fff;
}
.btn--secondary {
  display: flex;
  padding: 8px 40px;
  align-items: center;
  justify-content: center;
  color: #47B7A5;
  font-weight: bold;
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #47B7A5;
}
@media screen and (max-width: 768px) {
  .btn--secondary {
    font-size: 12px;
    line-height: 1.4em;
    padding: 8px 32px;
  }
}
.btn--secondary:link, .btn--secondary:visited, .btn--secondary:hover, .btn--secondary:active {
  text-decoration: none;
  color: #47B7A5;
}
.btn--cart {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 664px;
  padding: 24px 40px;
  color: #fff;
  font-weight: bold;
  background: #F07463;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .btn--cart {
    padding: 16px;
    font-size: 14px;
    line-height: 1.4em;
  }
}
.btn--cart:link, .btn--cart:visited, .btn--cart:hover, .btn--cart:active {
  text-decoration: none;
  color: #fff;
}
.btn--orange {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 664px;
  min-width: 232px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  background: #DF8A40;
  border-radius: 50px;
  min-height: 38px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .btn--orange {
    font-size: 12px;
    line-height: 1.4em;
    min-width: 190px;
  }
}
.btn--orange:link, .btn--orange:visited, .btn--orange:hover, .btn--orange:active {
  text-decoration: none;
  color: #fff;
}
.btn--red {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 664px;
  min-width: 232px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  background: #E54E39;
  border-radius: 50px;
  min-height: 38px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .btn--red {
    font-size: 12px;
    line-height: 1.4em;
    min-width: 190px;
  }
}
.btn--red:link, .btn--red:visited, .btn--red:hover, .btn--red:active {
  text-decoration: none;
  color: #fff;
}

.bnr-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 16px 32px;
}
@media screen and (max-width: 768px) {
  .bnr-list {
    gap: 8px;
  }
}
.bnr-list__item {
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .bnr-list__item {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 767px) {
  .bnr-list__item {
    width: 100%;
  }
}

.news-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.news-list__item {
  border-top: 1px solid #E6E6E6;
}

.news {
  display: flex;
  align-items: center;
  padding: 24px 0;
  gap: 16px;
}
.news__date {
  color: #ccc;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news__date {
    font-size: 10px;
    line-height: 1.4em;
  }
}
.news__title {
  font-size: 16px;
  line-height: 1.4em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 10px;
    line-height: 1.4em;
  }
}
.news__title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__title a:link, .news__title a:visited, .news__title a:hover, .news__title a:active {
  text-decoration: none;
  color: #646666;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .cat-list {
    gap: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .cat-list__item {
    width: 25%;
  }
}

.guide-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .guide-list {
    gap: 16px 0;
  }
}
.guide-list--drawer {
  gap: 16px 0;
}
.guide-list__item--small {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .guide-list__item {
    width: 25%;
  }
}
@media screen and (max-width: 769px) {
  .guide-list__item {
    width: 33.3%;
  }
}

.sns-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  font-size: 0;
  line-height: 0;
}

.icon-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
}
.icon-link--bold {
  font-weight: bold;
}
.icon-link:link, .icon-link:visited, .icon-link:hover, .icon-link:active {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 769px) {
  .icon-link:hover span img {
    transform: scale(1.05);
  }
}
.icon-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.icon-link span.small {
  width: 83px;
  height: 83px;
}
@media screen and (max-width: 768px) {
  .icon-link span {
    width: 83px;
    height: 83px;
  }
}
@media screen and (max-width: 375px) {
  .icon-link span {
    width: 64px;
    height: 64px;
  }
}
.icon-link span img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.3s;
}

.icon-bnr {
  display: flex;
  align-items: center;
  padding: 8px;
  background: #47B7A5;
  color: #fff;
  gap: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .icon-bnr {
    font-size: 12px;
    line-height: 1.4em;
  }
}
.icon-bnr:link, .icon-bnr:visited, .icon-bnr:hover, .icon-bnr:active {
  text-decoration: none;
  color: #fff;
}
.icon-bnr > span {
  font-size: 0;
  line-height: 0;
}
.icon-bnr:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
  background: rgba(239, 248, 246, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .icon-bnr:before {
    right: 8px;
  }
}
.icon-bnr:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #47B7A5;
  border-right: 1px solid #47B7A5;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 26px;
  top: calc(50% - 3px);
}
@media screen and (max-width: 768px) {
  .icon-bnr:after {
    right: 18px;
  }
}

.bnr {
  cursor: pointer;
  width: 100%;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border: 4px solid #47B7A5;
}
@media screen and (max-width: 768px) {
  .bnr {
    min-height: 200px;
  }
}
.bnr--orange {
  border-color: #DF8A40;
}
.bnr--red {
  border-color: #E54E39;
}
.bnr__en {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bnr__en {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.bnr__title {
  position: relative;
  z-index: 2;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  color: #47B7A5;
}
@media screen and (max-width: 768px) {
  .bnr__title {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.bnr__title--orange {
  color: #DF8A40;
}
.bnr__title--red {
  color: #E54E39;
}
.bnr__title:not(:last-child) {
  margin-bottom: 16px;
}
.bnr__btn {
  position: relative;
  z-index: 2;
}
.bnr__image {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bnr__image:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.bnr__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.fs-c-productNameHeading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.fs-c-productNameHeading__copy {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4em;
  color: #646666;
}
@media screen and (max-width: 768px) {
  .fs-c-productNameHeading__copy {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.fs-c-productNameHeading__name {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .fs-c-productNameHeading__name {
    font-size: 20px;
    line-height: 1.4em;
  }
}

.fs-c-productPointDisplay {
  padding: 0;
  background: none;
  color: #646666;
  font-size: 10px;
  line-height: 1.4em;
}

.fs-l-product2 .fs-l-productLayout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .fs-l-product2 .fs-l-productLayout {
    padding: 0 0 32px;
  }
}
.fs-l-product2 .fs-l-productLayout__item--1 {
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .fs-l-product2 .fs-l-productLayout__item--1 {
    width: 100%;
  }
}
.fs-l-product2 .fs-l-productLayout__item--2 {
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .fs-l-product2 .fs-l-productLayout__item--2 {
    width: 100%;
  }
}
.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fs-l-product2 .fs-l-productLayout .tab--item .tab-nav,
  .fs-l-product2 .fs-l-productLayout .tab--item .tab-contents {
    width: calc(100% + 32px);
    transform: translateX(-16px);
  }
}

.fs-c-rating__value {
  color: #DF8A40;
}

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

.fs-c-productReview__allReviews {
  display: flex;
  justify-content: center;
}
.fs-c-productReview__addReview {
  display: flex;
  justify-content: center;
}

.fs-c-aggregateRating__rating:before {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.fs-c-reviewInfo__date {
  font-size: 10px;
  line-height: 1.4em;
  margin: 8px 0;
}

.fs-c-reviewer__name {
  font-size: 12px;
  line-height: 1.4em;
}
.fs-c-reviewer__name a:link, .fs-c-reviewer__name a:visited, .fs-c-reviewer__name a:hover, .fs-c-reviewer__name a:active {
  text-decoration: none;
  color: #000;
}
.fs-c-reviewer__name__nickname {
  font-weight: bold;
}

.fs-c-reviewerStatus {
  background: #47B7A5;
}

.fs-c-reviewList__item {
  border-color: #F2F2F2;
  padding: 16px 0;
}
.fs-c-reviewList__item:first-child {
  border-color: #F2F2F2;
}

.fs-c-reviewBody {
  border: none;
  padding: 0;
}

.fs-c-featuredProduct,
.fs-c-wishlistProduct {
  box-sizing: border-box;
  padding: 64px 16px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct,
  .fs-c-wishlistProduct {
    padding: 32px 16px;
  }
}
.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  color: #333;
  font-size: 28px;
  line-height: 1.4em;
  border-bottom: 0;
  font-weight: bold;
  margin: 0 0 32px;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct__title,
  .fs-c-wishlistProduct__title {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.fs-c-featuredProduct__title:not(:first-child),
.fs-c-wishlistProduct__title:not(:first-child) {
  margin-top: 32px;
}
.fs-c-featuredProduct__list,
.fs-c-wishlistProduct__list {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
.fs-c-featuredProduct__list__item .fs-c-productMarks,
.fs-c-wishlistProduct__list__item .fs-c-productMarks {
  order: 2;
  margin-top: -18px;
}

.fs-c-slick .slick-list {
  overflow: inherit;
}

.fs-c-productListCarousel__ctrl {
  display: none;
}
.fs-c-productListCarousel__list {
  overflow: inherit;
  width: 100%;
}
.fs-c-productListCarousel__list__itemTrack {
  display: flex;
  gap: 32px 8px;
  flex-wrap: wrap;
}
.fs-c-productListCarousel__list__item {
  margin: 0;
  display: flex !important;
  flex-direction: column;
  width: calc(25% - 6px);
  flex-basis: inherit;
  max-width: inherit;
  min-width: inherit;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list__item {
    width: calc(50% - 4px);
  }
}

.sec {
  box-sizing: border-box;
  padding: 64px 16px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 32px 16px;
  }
}
.sec--gray {
  background: #F3F5F5;
}
.sec--lightgray {
  background: #FAFAFA;
}
.sec--small {
  padding: 32px 16px;
}
@media screen and (max-width: 768px) {
  .sec--small {
    padding: 16px;
  }
}
.sec--kv {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  padding: 0;
  min-height: 56vw;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1044px) {
  .sec--kv {
    min-height: 599px;
  }
}
@media screen and (max-width: 768px) {
  .sec--kv {
    min-height: 133vw;
  }
}
.sec--kv.slick-initialized {
  opacity: 1;
}
.sec--staffstyling .vsm-tile:not(:last-child) {
  margin-bottom: 32px;
}
.sec--staffstyling .vsm-tile .ecbn-selection-header {
  display: none;
}
.sec--staffstyling .vsm-tile .ecbn-selection-header2 {
  display: none;
}
.sec--staffstyling .vsm-tile .ecbn-selection-footer {
  display: none;
}
.sec--staffstyling .vsm-tile .ecbn-selection-footer2 {
  display: none;
}
.sec--staffstyling .vsm-tile .ecbn-selection-page-wrapper {
  margin: 0 !important;
}
.sec--staffstyling .vsm-tile .ecbn-selection-title {
  display: none;
}
.sec--staffstyling .vsm-tile .ecbn-selection-description {
  display: none;
}
.sec--staffstyling .vsm-tile .ecbn-selection-snap {
  width: 100% !important;
  height: auto !important;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px 8px;
}
.sec--staffstyling .vsm-tile .ecbn-selection-item {
  padding: 0 !important;
  width: calc(20% - 8px) !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
@media screen and (max-width: 768px) {
  .sec--staffstyling .vsm-tile .ecbn-selection-item {
    width: calc(33.3% - 6px) !important;
  }
}
.sec--staffstyling .vsm-tile .ecbn-selection-item:nth-child(n+6) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sec--staffstyling .vsm-tile .ecbn-selection-item:nth-child(n+4) {
    display: none !important;
  }
}
.sec--staffstyling .vsm-tile .ecbn-selection-item > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec--staffstyling .vsm-tile .ecbn-selection-item > div > a {
  display: block !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.sec--staffstyling .vsm-tile .ecbn-selection-item > div > a:hover img {
  opacity: 1;
  transform: scale(1.15) !important;
}
.sec--staffstyling .vsm-tile .ecbn-selection-image {
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 4px;
  width: 100% !important;
  height: auto !important;
  left: auto !important;
  max-width: 100% !important;
  position: relative !important;
  top: auto !important;
  transform: translate(0) scale(1.1) !important;
  transition: transform 0.3s;
  width: auto !important;
}
.sec--staffstyling .vsm-tile .ecbn-selection-detail--free-comment {
  padding: 0 !important;
}
.sec--staffstyling .vsm-tile .ecbn-selection-detail--free-comment2 {
  display: none;
}
.sec--staffstyling .vsm-tile .ecbn-selection-detail--free-comment3 {
  display: none;
}
.sec--staffstyling .vsm-tile .ecbn-selection-free-comment {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 500;
}
.sec--staffstyling .vsm-tile .ecbn-selection-image-loading-more {
  display: none;
}
.sec__item {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
.sec__item .searchbox {
  max-width: 664px;
  margin: 32px auto 0;
}

.kv {
  margin: 0 16px;
  opacity: 0.2;
  transition: opacity 0.8s;
}
@media screen and (max-width: 768px) {
  .kv {
    margin: 0;
    opacity: 1;
  }
}
.kv.slick-center {
  opacity: 1;
}
.kv__image {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.kv__image:not(:last-child) {
  margin-bottom: 16px;
}
.kv__image img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .kv__image img {
    aspect-ratio: 3/4;
    border-radius: 0;
    box-shadow: none;
  }
}
.kv__title {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.kv__title a {
  display: block;
  text-align: center;
}
.kv__title a:link, .kv__title a:visited, .kv__title a:hover, .kv__title a:active {
  text-decoration: none;
  color: #000;
}

.slick-list {
  overflow: inherit;
}
.slick-arrow {
  width: 32px;
  height: 32px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: none;
  background: #fff;
  position: absolute;
  top: calc(50% - 32px);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    background: rgba(255, 255, 255, 0.3);
  }
}
.slick-arrow:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #47B7A5;
  border-right: 1px solid #47B7A5;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 3px);
}
.slick-next {
  right: -64px;
}
@media screen and (max-width: 1360px) {
  .slick-next {
    right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 0;
    border-radius: 4px 0 0 4px;
  }
}
.slick-prev {
  transform: scale(-1, 1);
  left: -64px;
}
@media screen and (max-width: 1360px) {
  .slick-prev {
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 0;
    border-radius: 4px 0 0 4px;
  }
}

.drawer {
  width: 100%;
  max-width: 390px;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 0 0 48px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: translateX(406px);
  transition: transform 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .drawer {
    transform: translateY(105dvh);
    max-width: 100%;
  }
}
.drawer.active {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .drawer.active {
    transform: translateY(0);
  }
}

.drawer-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9997;
  pointer-events: none;
  display: none;
}
.drawer-bg.active {
  pointer-events: inherit;
  display: block;
}

.drawer-btn {
  display: flex;
  flex-direction: column;
  padding: 16px;
  flex-wrap: wrap;
  gap: 16px;
}
.drawer-btn > div {
  width: 100%;
  text-align: center;
}
.drawer-btn button[type=submit] {
  display: flex;
  align-items: center;
  appearance: none;
  border: none;
  background: linear-gradient(to right, #47B7A5 0%, #4ABFAC 50%, #47B7A5 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 16px 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  gap: 4px;
}
.drawer-btn button[type=submit]:link, .drawer-btn button[type=submit]:visited, .drawer-btn button[type=submit]:hover, .drawer-btn button[type=submit]:active {
  color: #fff;
}
.drawer-btn button[type=reset] {
  appearance: none;
  border: none;
  background: none;
  color: #646666;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
}

.drawer-block {
  margin: 0;
  padding: 0;
  display: block;
}
.drawer-block:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.drawer-block > dt {
  background: #F0F0F0;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  padding: 4px;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
}
.drawer-block > dd {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 16px;
  margin: 0;
}
.drawer-block > dd > div {
  width: 100%;
}
.drawer-block > dd select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  color: #47B7A5;
  border: 1px solid #47B7A5;
  font-size: 14px;
  line-height: 1.4em;
  padding: 8px;
  position: relative;
  background: #EFF8F6;
}
.drawer-block > dd select::-ms-expand {
  display: none;
}
.drawer-block > dd .select-box {
  position: relative;
}
.drawer-block > dd .select-box--subcat {
  display: none;
}
.drawer-block > dd .select-box:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
  display: block;
  z-index: 2;
  pointer-events: none;
}
.drawer-block > dd .select-box:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #47B7A5;
  border-right: 1px solid #47B7A5;
  transform: rotate(135deg);
  position: absolute;
  right: 16px;
  top: calc(50% - 5px);
  display: block;
  z-index: 3;
  pointer-events: none;
}
.drawer-block > dd .color-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 3px;
}
.drawer-block > dd .color-box label {
  width: 40px;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.drawer-block > dd label {
  display: block;
  width: calc(50% - 4px);
  padding: 3px 0;
}
.drawer-block > dd label input[type=radio],
.drawer-block > dd label input[type=checkbox] {
  display: none;
}
.drawer-block > dd label input[type=radio]:checked + span:not(.color),
.drawer-block > dd label input[type=checkbox]:checked + span:not(.color) {
  background: #47B7A5;
  color: #fff;
}
.drawer-block > dd label input[type=radio]:checked + span:not(.color):after,
.drawer-block > dd label input[type=checkbox]:checked + span:not(.color):after {
  opacity: 1;
}
.drawer-block > dd label input[type=radio]:checked + span.color,
.drawer-block > dd label input[type=checkbox]:checked + span.color {
  box-shadow: 0 0 0 1px #47B7A5;
  border-color: #fff;
}
.drawer-block > dd label input[value=red] + span {
  background: #E44343;
}
.drawer-block > dd label input[value=pink] + span {
  background: #E04BA4;
}
.drawer-block > dd label input[value=lavender] + span {
  background: #C15DE4;
}
.drawer-block > dd label input[value=green] + span {
  background: #89BE46;
}
.drawer-block > dd label input[value=yellow] + span {
  background: #E3E64C;
}
.drawer-block > dd label input[value=orange] + span {
  background: #E2803A;
}
.drawer-block > dd label input[value=black] + span {
  background: #373030;
}
.drawer-block > dd label input[value=white] + span {
  background: #FFFFFF;
}
.drawer-block > dd label input[value=gray] + span {
  background: #BFBFBF;
}
.drawer-block > dd label input[value=beige] + span {
  background: #DCCAB5;
}
.drawer-block > dd label input[value=blue] + span {
  background: #49A2E2;
}
.drawer-block > dd label input[value=multi] + span {
  background: linear-gradient(to bottom, #E44343, #E44343 20%, #E2803A 20%, #E2803A 40%, #E3E64C 40%, #E3E64C 60%, #89BE46 60%, #89BE46 80%, #49A2E2 80%, #49A2E2);
}
.drawer-block > dd label span.color {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 4px solid #F0F0F0;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.drawer-block > dd label span:not(.color) {
  display: block;
  position: relative;
  padding: 12px 8px 12px 32px;
  border: 1px solid #47B7A5;
  background: #EFF8F6;
  box-sizing: border-box;
  border-radius: 50px;
  color: #47B7A5;
}
.drawer-block > dd label span:not(.color):before {
  content: "";
  border: 1px solid #47B7A5;
  background: #fff;
  display: block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  left: 8px;
  top: calc(50% - 10px);
  position: absolute;
}
.drawer-block > dd label span:not(.color):after {
  content: "";
  background: #009C8F;
  display: block;
  position: absolute;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  left: 11px;
  top: calc(50% - 7px);
}
.drawer-block > dd label span:not(.color).black:before {
  background: #000;
  border-color: #fff;
}
.drawer-block > dd label span:not(.color).black:after {
  background: #fff;
}
.drawer-block > dd label span:not(.color).brown:before {
  background: #9B743F;
  border-color: #fff;
}
.drawer-block > dd label span:not(.color).brown:after {
  background: #fff;
}
.drawer-block > dd label span:not(.color).navy:before {
  background: #322B9B;
  border-color: #fff;
}
.drawer-block > dd label span:not(.color).navy:after {
  background: #fff;
}
.drawer-block > dd label span:not(.color).gray:before {
  background: #ACACAC;
  border-color: #fff;
}
.drawer-block > dd label span:not(.color).gray:after {
  background: #fff;
}
.drawer-block > dd label span:not(.color).red:before {
  background: #CC0000;
}
.drawer-block > dd label span:not(.color).red:after {
  background: #fff;
}
.drawer-block > dd label span:not(.color).green:before {
  background: #31802A;
}
.drawer-block > dd label span:not(.color).green:after {
  background: #fff;
}
.drawer-block > dd label span:not(.color).sax:before {
  background: #C3D0FC;
}
.drawer-block > dd label span:not(.color).sax:after {
  background: #fff;
}

.drawer-close {
  width: 32px;
  height: 32px;
  position: fixed;
  z-index: 9999;
  right: 16px;
  top: 16px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
}
.drawer-close:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #47B7A5;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 12px);
  transform: rotate(-45deg);
}
.drawer-close:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #47B7A5;
  border: none;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 12px);
  transform: rotate(45deg);
}

.drawer-header {
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.drawer-header__logo {
  font-size: 0;
  line-height: 0;
}
.drawer-header__logo img {
  width: 88px;
  height: auto;
  transform: translateX(-8px);
}
.drawer-header__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
}
.drawer-header__nav.fs-clientInfo.is-ready {
  display: flex;
}
.drawer-header__nav > li {
  width: calc(50% - 4px);
}
.drawer-header__nav > li a {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  background: #EFF8F6;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #C3E5DE;
  padding: 12px 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  gap: 8px;
}
.drawer-header__nav > li a:link, .drawer-header__nav > li a:visited, .drawer-header__nav > li a:hover, .drawer-header__nav > li a:active {
  text-decoration: none;
  color: #49BBA9;
}
.drawer-header__nav > li.login, .drawer-header__nav > li.logout {
  display: none;
  width: 100%;
}
.drawer-header__nav > li.login a, .drawer-header__nav > li.logout a {
  border: none;
  background: linear-gradient(to right, #47B7A5 0%, #4ABFAC 50%, #47B7A5 100%);
  color: #fff;
  padding: 16px 8px;
}
.drawer-header__nav > li.login a:link, .drawer-header__nav > li.login a:visited, .drawer-header__nav > li.login a:hover, .drawer-header__nav > li.login a:active, .drawer-header__nav > li.logout a:link, .drawer-header__nav > li.logout a:visited, .drawer-header__nav > li.logout a:hover, .drawer-header__nav > li.logout a:active {
  color: #fff;
}
.drawer-header__nav > li.login.true {
  display: block;
}
.drawer-header__nav > li.logout.false {
  display: block;
}

.drawer-guide {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background: #FAFAFA;
  padding: 40px 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.drawer-guide__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.itemlist:not(:last-child) {
  margin-bottom: 32px;
}
.itemlist--three .fs-c-productList__list__item {
  width: calc(33.3% - 6px);
}
@media screen and (max-width: 768px) {
  .itemlist--three .fs-c-productList__list__item {
    width: calc(50% - 4px);
  }
}
.itemlist--five .fs-c-productList__list__item {
  width: calc(20% - 7px);
}
@media screen and (max-width: 768px) {
  .itemlist--five .fs-c-productList__list__item {
    width: calc(50% - 4px);
  }
}
.itemlist--slider .fs-c-productList__list.slick-initialized {
  width: calc(100% + 8px);
  transform: translateX(-4px);
}
.itemlist--slider .fs-c-productList__list.slick-initialized .fs-c-productList__list__item {
  width: calc(20% - 7px);
}
@media screen and (max-width: 768px) {
  .itemlist--slider .fs-c-productList__list.slick-initialized .fs-c-productList__list__item {
    width: calc(50% - 4px);
    margin: 0 4px;
  }
}
.itemlist--slider .fs-c-productList__list.slick-initialized .slick-list {
  width: 100%;
}
.itemlist--slider .fs-c-productList__list.slick-initialized .slick-track {
  width: 100%;
}
.itemlist--ranking .fs-c-productList {
  counter-reset: ranking 0;
}
.itemlist--ranking .fs-c-productList__list__item {
  counter-increment: ranking 1;
  position: relative;
}
.itemlist--ranking .fs-c-productList__list__item:after {
  content: counter(ranking);
  display: flex;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #999;
  border-radius: 2px;
  z-index: 10;
}
.itemlist--ranking .fs-c-productList__list__item:nth-of-type(1):after {
  background: #F4A700;
}
.itemlist--ranking .fs-c-productList__list__item:nth-of-type(2):after {
  background: #666666;
}
.itemlist--ranking .fs-c-productList__list__item:nth-of-type(3):after {
  background: #AB6000;
}

button:focus, button:hover {
  outline: none;
}

input::placeholder {
  color: #87C0B7;
}

.searchbox {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
.searchbox input[name=keyword] {
  border: none;
  background: none;
  box-sizing: border-box;
  padding: 8px 0 8px 40px;
  outline: none;
  border: none;
  background: #EFF8F6;
  border: 1px solid #CFE5E0;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.4em;
  color: #009C8F;
}
.searchbox__btn {
  border: none;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  appearance: none;
  background: none;
  position: absolute;
  left: 8px;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
}

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

.fs-c-sortItems {
  width: 116px;
  height: 24px;
  position: relative;
  margin: 0;
  border: none !important;
}
.fs-c-sortItems:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #47B7A5;
  border-right: 1px solid #47B7A5;
  transform: rotate(135deg);
  position: absolute;
  right: 8px;
  top: 6px;
  display: block;
  z-index: 3;
  pointer-events: none;
}
.fs-c-sortItems__label {
  display: none;
}
.fs-c-sortItems__list {
  display: flex;
  flex-direction: column;
  background: none;
  position: absolute;
  z-index: 9997;
  width: 100%;
  border-radius: 4px;
  background: #EFF8F6;
  left: 0;
  border: none !important;
}
.fs-c-sortItems__list__item {
  justify-content: flex-start;
  align-items: center;
  order: 2;
  width: 100%;
  display: none;
}
.fs-c-sortItems__list__item.show {
  display: flex;
}
.fs-c-sortItems__list__item.is-active {
  order: 1;
  background: none;
  color: #47B7A5;
  display: flex;
}
.fs-c-sortItems__list__item__label {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  font-size: 10px;
  line-height: 1.4em;
  height: 24px;
  color: #47B7A5;
  padding: 0 8px;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.fs-c-sortItems__list__item__label:link, .fs-c-sortItems__list__item__label:visited, .fs-c-sortItems__list__item__label:hover, .fs-c-sortItems__list__item__label:active {
  text-decoration: none;
  color: #47B7A5;
}

.fs-c-pagination {
  margin: 0;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .fs-c-pagination {
    gap: 4px;
  }
}
.fs-c-pagination__item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFF8F6;
  color: #47B7A5;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fs-c-pagination__item {
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 1.4em;
  }
}
.fs-c-pagination__item:link, .fs-c-pagination__item:visited, .fs-c-pagination__item:hover, .fs-c-pagination__item:active {
  text-decoration: none;
  color: #47B7A5;
}
.fs-c-pagination__item.is-active {
  background: #47B7A5;
  color: #FFFFFF;
}
.fs-c-pagination span:not(.is-active) {
  background: none;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.pager:not(:first-child) {
  margin-top: 32px;
}
.pager:not(:last-child) {
  margin-bottom: 32px;
}

.fs-c-productList {
  margin: 32px 0;
}
.fs-c-productList__controller {
  margin: 0;
}
.fs-c-productList__controller:first-child {
  margin-bottom: 32px;
  flex-direction: row-reverse;
}
.fs-c-productList__controller:first-child .fs-c-pagination {
  display: none;
}
.fs-c-productList__controller:first-child .fs-c-listControl {
  justify-content: flex-start;
  align-items: flex-start;
}
.fs-c-productList__controller:last-child {
  margin-top: 32px;
}
.fs-c-productList__controller:last-child .fs-c-sortItems {
  display: none;
}
.fs-c-productList__controller:last-child .fs-c-listControl {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.fs-c-productList__controller:last-child .fs-c-listControl__status {
  display: none;
}
.fs-c-productList__list {
  gap: 32px 8px;
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productList__list__item {
  padding: 0;
  border-bottom: none;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: calc(25% - 6px);
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list__item {
    width: calc(50% - 4px);
  }
}
.fs-c-productList__list__item > form {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.fs-c-productList__list__item > form > * {
  order: 5;
}

@media screen and (min-width: 769px) {
  .fs-c-productListItem:hover .fs-c-productListItem__image__image {
    transform: scale(1.05);
  }
}
.fs-c-productListItem__imageContainer {
  order: 1 !important;
}
.fs-c-productListItem__imageContainer:not(:last-child) {
  padding-bottom: 22px;
}
.fs-c-productListItem__imageContainer.nopadding {
  padding-bottom: 8px !important;
}
.fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productListItem__image {
  order: 1;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.fs-c-productListItem__image__image {
  transition: transform 0.3s;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}
.fs-c-productListItem .fs-c-productMarks {
  order: 2;
  margin-top: -18px;
}
.fs-c-productListItem__productName {
  order: 3;
  margin: 4px 0;
}
.fs-c-productListItem__productName a {
  color: #646666;
}
.fs-c-productListItem__productName a:link, .fs-c-productListItem__productName a:visited, .fs-c-productListItem__productName a:hover, .fs-c-productListItem__productName a:active {
  text-decoration: none;
  color: #646666;
}
.fs-c-productListItem__productName .fs-c-productName__copy {
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
  display: none;
}
.fs-c-productListItem__productName .fs-c-productName__name {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 500;
}
.fs-c-productListItem__prices {
  order: 4;
}
.fs-c-productListItem__productDescription {
  display: none;
  order: 5;
  margin: 0;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 8px;
}
.fs-c-productListItem__lowInStock {
  order: 6;
}
.fs-c-productListItem__control {
  padding: 0;
  display: none;
}

.fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  color: #E54E39;
}
.fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__addon {
  color: #E54E39;
}
.fs-c-productPrice--selling .fs-c-productPrice__main {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
}
.fs-c-productPrice--selling .fs-c-productPrice__addon {
  font-size: 10px;
  line-height: 1.4em;
  color: #646666;
}

.fs-c-productMark {
  font-size: 0;
  line-height: 0;
  gap: 4px;
}
.fs-c-productMark__mark {
  border-radius: 2px;
  color: #F07463;
  background: #FAEFED;
  padding: 2px 4px;
  margin: 0;
}
.fs-c-productMark__mark.new {
  background: #F07463;
  color: #fff;
  order: 1;
}
.fs-c-productMark__label {
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
}

.fs-l-main {
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 16px 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fs-l-main {
    padding: 0 16px 32px;
  }
}
.fs-l-main:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}

.fs-c-breadcrumb {
  position: relative;
  background: #F3F5F5;
  width: 100vw;
  left: calc(50% - 50vw);
  box-sizing: border-box;
  padding: 5px 16px;
  font-size: 10px;
  line-height: 1.4em;
  color: #A2A6A6;
}
.fs-c-breadcrumb a:link, .fs-c-breadcrumb a:visited, .fs-c-breadcrumb a:hover, .fs-c-breadcrumb a:active {
  text-decoration: none;
  color: #A2A6A6;
}
.fs-c-breadcrumb__list {
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fs-c-breadcrumb__listItem {
  display: inline;
}

body.fs-body-category-topics .fs-c-subgroup {
  display: none;
}
body.fs-body-category-topics .sec--feature {
  display: none;
}

body:not(.fs-body-category-topics) .fs-l-pageMain .itemlist--feature {
  display: none;
}
body:not(.fs-body-category-topics) .fs-c-subgroup {
  margin: 0;
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-listControl {
  display: none;
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList {
  margin: 0;
  padding: 0;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__item {
  flex-basis: auto;
  margin: 0;
  flex-grow: inherit;
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__image {
  display: none;
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__label:before {
  content: "#";
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__label br {
  display: none;
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__label center {
  display: inline;
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__link {
  background: #EFF8F6;
  border: 1px solid #47B7A5;
  color: inherit;
  display: block;
  height: auto;
  padding: 4px 8px;
  border-radius: 30px;
  color: #47B7A5;
  position: relative;
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__link:after {
  display: none;
}
@media screen and (min-width: 769px) {
  body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__link:hover .fs-c-subgroupList__comment {
    display: block;
  }
}
body:not(.fs-body-category-topics) .fs-c-subgroup .fs-c-subgroupList__comment {
  width: 128px;
  box-sizing: border-box;
  position: absolute;
  left: 80%;
  top: 80%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 8px;
  display: none;
  font-size: 10px;
  line-height: 1.4em;
}

.image-list-caption {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: #646666;
  font-size: 10px;
  line-height: 1.4em;
}

.image-list {
  font-size: 0;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .image-list {
    border-radius: 0;
    width: calc(100% + 32px);
    transform: translateX(-16px);
  }
}
.image-list__btn {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 8px;
  bottom: 8px;
  cursor: pointer;
}
.image-list .fs-c-productPlainImage {
  width: 100%;
}
.image-list .fs-c-productPlainImage img {
  width: 100%;
  height: auto;
}
.image-list .slick-arrow {
  top: calc(50% - 16px);
}
.image-list .slick-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.image-list .slick-prev {
  left: 0;
  border-radius: 4px 0 0 4px;
}

.image-list-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .image-list-thumb {
    width: calc(100% + 4px);
    transform: translateX(-2px);
  }
}
.image-list-thumb .fs-c-productPlainImage {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .image-list-thumb .fs-c-productPlainImage {
    width: calc(20% - 4px) !important;
  }
}
@media screen and (max-width: 768px) {
  .image-list-thumb .fs-c-productPlainImage {
    margin: 0 2px;
  }
}
.image-list-thumb .fs-c-productPlainImage img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .image-list-thumb .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .image-list-thumb .slick-track:before {
    display: none;
  }
}

.image-list-modal-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding: 8px;
}
.image-list-modal-thumb .fs-c-productPlainImage {
  width: calc(20% - 4px);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  box-sizing: border-box;
}
.image-list-modal-thumb .fs-c-productPlainImage img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 4px;
  box-sizing: border-box;
}

.image-list-modal {
  font-size: 0;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .image-list-modal {
    max-width: 100%;
  }
}
.image-list-modal .fs-c-productPlainImage {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .image-list-modal .fs-c-productPlainImage {
    height: 100dvh;
    display: flex;
    align-items: center;
  }
}
.image-list-modal .fs-c-productPlainImage img {
  width: 100%;
  height: auto;
}
.image-list-modal .slick-arrow {
  top: calc(50% - 16px);
}
.image-list-modal .slick-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.image-list-modal .slick-prev {
  left: 0;
  border-radius: 4px 0 0 4px;
}

.modal-wrap {
  width: 100vw;
  height: 100dvh;
  overflow-y: auto;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99998;
}
.modal-wrap--slider {
  z-index: 99999;
}
.modal-wrap--variation {
  width: auto;
  height: auto;
  display: inherit;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  overflow-y: inherit;
}
@media screen and (max-width: 768px) {
  .modal-wrap--variation {
    z-index: 99998;
    width: 100vw;
    height: 100dvh;
    display: none;
    position: fixed;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 769px) {
  .modal-wrap--variation .modal-wrap__close {
    display: none;
  }
}
.modal-wrap__close {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 9999;
  right: 32px;
  top: 32px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
}
.modal-wrap__close:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #47B7A5;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 12px);
  transform: rotate(-45deg);
}
.modal-wrap__close:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #47B7A5;
  border: none;
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  right: calc(50% - 12px);
  transform: rotate(45deg);
}

.tab {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
.tab-nav {
  display: flex;
  gap: 1px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-nav__item {
  width: 100%;
  color: #47B7A5;
  font-weight: bold;
  border-bottom: 2px solid #CFE5E2;
  font-size: 14px;
  line-height: 1.4em;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tab-nav__item {
    font-size: 10px;
    line-height: 1.4em;
  }
}
.tab-nav__item.active {
  background: #EFF8F6;
  border-color: #47B7A5;
}
.tab-nav__item br {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-nav__item br {
    display: inherit;
  }
}
.tab-contents {
  padding-top: 32px;
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-contents {
    padding: 32px 16px;
  }
}
.tab-contents.active {
  display: block;
}
.tab-contents--detail, .tab-contents--size, .tab-contents--staff {
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail, .tab-contents--size, .tab-contents--staff {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.tab-contents--detail h1:not(:first-child), .tab-contents--detail h2:not(:first-child), .tab-contents--detail h3:not(:first-child), .tab-contents--detail h4:not(:first-child), .tab-contents--detail h5:not(:first-child), .tab-contents--detail h6:not(:first-child), .tab-contents--size h1:not(:first-child), .tab-contents--size h2:not(:first-child), .tab-contents--size h3:not(:first-child), .tab-contents--size h4:not(:first-child), .tab-contents--size h5:not(:first-child), .tab-contents--size h6:not(:first-child), .tab-contents--staff h1:not(:first-child), .tab-contents--staff h2:not(:first-child), .tab-contents--staff h3:not(:first-child), .tab-contents--staff h4:not(:first-child), .tab-contents--staff h5:not(:first-child), .tab-contents--staff h6:not(:first-child) {
  margin-top: 32px;
}
.tab-contents--detail h1:not(:last-child), .tab-contents--detail h2:not(:last-child), .tab-contents--detail h3:not(:last-child), .tab-contents--detail h4:not(:last-child), .tab-contents--detail h5:not(:last-child), .tab-contents--detail h6:not(:last-child), .tab-contents--size h1:not(:last-child), .tab-contents--size h2:not(:last-child), .tab-contents--size h3:not(:last-child), .tab-contents--size h4:not(:last-child), .tab-contents--size h5:not(:last-child), .tab-contents--size h6:not(:last-child), .tab-contents--staff h1:not(:last-child), .tab-contents--staff h2:not(:last-child), .tab-contents--staff h3:not(:last-child), .tab-contents--staff h4:not(:last-child), .tab-contents--staff h5:not(:last-child), .tab-contents--staff h6:not(:last-child) {
  margin-bottom: 8px;
}
.tab-contents--detail h1, .tab-contents--size h1, .tab-contents--staff h1 {
  color: #333333;
  font-size: 24px;
  line-height: 1.4em;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail h1, .tab-contents--size h1, .tab-contents--staff h1 {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.tab-contents--detail h2, .tab-contents--size h2, .tab-contents--staff h2 {
  color: #333333;
  font-size: 20px;
  line-height: 1.4em;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail h2, .tab-contents--size h2, .tab-contents--staff h2 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.tab-contents--detail h3, .tab-contents--size h3, .tab-contents--staff h3 {
  color: #333333;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail h3, .tab-contents--size h3, .tab-contents--staff h3 {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.tab-contents--detail h4, .tab-contents--size h4, .tab-contents--staff h4 {
  color: #333333;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail h4, .tab-contents--size h4, .tab-contents--staff h4 {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.tab-contents--detail h5, .tab-contents--size h5, .tab-contents--staff h5 {
  color: #333333;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail h5, .tab-contents--size h5, .tab-contents--staff h5 {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.tab-contents--detail h6, .tab-contents--size h6, .tab-contents--staff h6 {
  color: #333333;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail h6, .tab-contents--size h6, .tab-contents--staff h6 {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.tab-contents--detail p, .tab-contents--size p, .tab-contents--staff p {
  margin: 0;
}
.tab-contents--detail p:not(:last-child), .tab-contents--size p:not(:last-child), .tab-contents--staff p:not(:last-child) {
  margin-bottom: 16px;
}
.tab-contents--detail ul, .tab-contents--detail ol, .tab-contents--size ul, .tab-contents--size ol, .tab-contents--staff ul, .tab-contents--staff ol {
  margin: 0;
}
.tab-contents--detail ul:not(:last-child), .tab-contents--detail ol:not(:last-child), .tab-contents--size ul:not(:last-child), .tab-contents--size ol:not(:last-child), .tab-contents--staff ul:not(:last-child), .tab-contents--staff ol:not(:last-child) {
  margin-bottom: 16px;
}
.tab-contents--detail table, .tab-contents--size table, .tab-contents--staff table {
  border-spacing: 0;
  margin: 0;
  min-width: 50%;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail table, .tab-contents--size table, .tab-contents--staff table {
    width: 100%;
  }
}
.tab-contents--detail table:not(:first-child), .tab-contents--size table:not(:first-child), .tab-contents--staff table:not(:first-child) {
  margin-top: 32px;
}
.tab-contents--detail table:not(:last-child), .tab-contents--size table:not(:last-child), .tab-contents--staff table:not(:last-child) {
  margin-bottom: 8px;
}
.tab-contents--detail table tr th, .tab-contents--size table tr th, .tab-contents--staff table tr th {
  border-top: 1px solid #F2F2F2;
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
  font-weight: bold;
  padding: 16px 8px 16px 0;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail table tr th, .tab-contents--size table tr th, .tab-contents--staff table tr th {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.tab-contents--detail table tr td, .tab-contents--size table tr td, .tab-contents--staff table tr td {
  border-top: 1px solid #F2F2F2;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  padding: 16px 0 16px 8px;
}
@media screen and (max-width: 768px) {
  .tab-contents--detail table tr td, .tab-contents--size table tr td, .tab-contents--staff table tr td {
    font-size: 14px;
    line-height: 1.4em;
  }
}

.staffreview {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.staffreview__item {
  width: 100%;
  display: flex;
  gap: 16px;
  box-sizing: border-box;
  padding: 0 0 16px;
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 768px) {
  .staffreview__item {
    gap: 8px;
  }
}
.staffreview__image {
  font-size: 0;
  line-height: 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .staffreview__image {
    width: 30%;
  }
}
.staffreview__image img {
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 4px;
}
.staffreview__text {
  width: calc(80% - 16px);
}
@media screen and (max-width: 768px) {
  .staffreview__text {
    width: calc(70% - 8px);
  }
}

.feature {
  background: #EBEDED;
  padding: 64px 0;
}
@media screen and (max-width: 1012px) {
  .feature {
    padding: 0;
  }
}
.feature__item {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1012px) {
  .feature__item {
    border-radius: 0;
    box-shadow: none;
  }
}
.feature-header {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .feature-header + .feature-header {
    margin-top: 40px;
  }
}
.feature-header__image {
  font-size: 0;
  line-height: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature-header__image {
    width: 100%;
  }
}
.feature-header__image img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.feature-header__image--l {
  width: 100%;
}
.feature-header__image--l img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .feature-header__image--l img {
    aspect-ratio: 3/4;
  }
}
.feature-header__text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 16px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .feature-header__text {
    width: 100%;
    background: none;
    padding-bottom: 0;
  }
}
.feature-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}
.feature-title__en {
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  color: #646666;
}
@media screen and (max-width: 768px) {
  .feature-title__en {
    font-size: 12px;
    line-height: 1.4em;
  }
}
.feature-title__jp {
  margin: 0;
  font-size: 28px;
  line-height: 1.4em;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .feature-title__jp {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.feature-title__date {
  color: #646666;
  font-size: 10px;
  line-height: 1.4em;
  letter-spacing: 1px;
  font-weight: 500;
}
.feature-image {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.feature-image:not(:last-child) {
  margin-bottom: 32px;
}
.feature-image--two > * {
  width: calc(50% - 4px);
}
.feature-image--three > * {
  width: calc(33.3% - 6px);
}
.feature-image--slider img {
  margin: 0 4px;
}
.feature-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 8px;
}
.feature-products:not(:last-child) {
  margin-bottom: 32px;
}
.feature-products__item {
  width: calc(25% - 6px);
}
@media screen and (max-width: 768px) {
  .feature-products__item {
    width: calc(50% - 4px);
  }
}
.feature-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
}
.feature-item:hover .feature-item__image img {
  transform: scale(1.05);
}
.feature-item__image {
  font-size: 0;
  line-height: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.feature-item__image img {
  transition: transform 0.3s;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}
.feature-item__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-item__title {
  text-align: center;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 500;
}
.feature-item__price {
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
  font-weight: bold;
}
.feature-item__price small {
  font-weight: normal;
  font-size: 10px;
  line-height: 1.4em;
  color: #646666;
}
.feature-item__btn {
  text-align: center;
}
.feature-item__btn a {
  min-width: 120px;
}
.feature-body {
  width: 100%;
  max-width: 664px;
  margin: 0 auto;
  padding: 64px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .feature-body {
    max-width: 100%;
    padding: 40px 16px;
  }
}
.feature-body h1:not(:first-child), .feature-body h2:not(:first-child), .feature-body h3:not(:first-child), .feature-body h4:not(:first-child), .feature-body h5:not(:first-child), .feature-body h6:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .feature-body h1:not(:first-child), .feature-body h2:not(:first-child), .feature-body h3:not(:first-child), .feature-body h4:not(:first-child), .feature-body h5:not(:first-child), .feature-body h6:not(:first-child) {
    margin-top: 40px;
  }
}
.feature-body h1:not(:last-child), .feature-body h2:not(:last-child), .feature-body h3:not(:last-child), .feature-body h4:not(:last-child), .feature-body h5:not(:last-child), .feature-body h6:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .feature-body h1:not(:last-child), .feature-body h2:not(:last-child), .feature-body h3:not(:last-child), .feature-body h4:not(:last-child), .feature-body h5:not(:last-child), .feature-body h6:not(:last-child) {
    margin-bottom: 24px;
  }
}
.feature-body h1 {
  color: #333333;
  font-size: 28px;
  line-height: 1.4em;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .feature-body h1 {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.feature-body h2 {
  color: #333333;
  font-size: 24px;
  line-height: 1.4em;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .feature-body h2 {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.feature-body h3 {
  color: #333333;
  font-size: 22px;
  line-height: 1.4em;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .feature-body h3 {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.feature-body h4 {
  color: #333333;
  font-size: 20px;
  line-height: 1.4em;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .feature-body h4 {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.feature-body h5 {
  color: #333333;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .feature-body h5 {
    font-size: 12px;
    line-height: 1.4em;
  }
}
.feature-body h6 {
  color: #333333;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .feature-body h6 {
    font-size: 12px;
    line-height: 1.4em;
  }
}
.feature-body p {
  margin: 0;
  line-height: 2em;
}
.feature-body p:not(:last-child) {
  margin-bottom: 16px;
}
.feature-body ul, .feature-body ol {
  margin: 0;
}
.feature-body ul:not(:last-child), .feature-body ol:not(:last-child) {
  margin-bottom: 16px;
}
.feature-body table {
  border-spacing: 0;
  margin: 0;
  min-width: 50%;
}
@media screen and (max-width: 768px) {
  .feature-body table {
    width: 100%;
  }
}
.feature-body table:not(:first-child) {
  margin-top: 32px;
}
.feature-body table:not(:last-child) {
  margin-bottom: 8px;
}
.feature-body table tr th {
  border-top: 1px solid #F2F2F2;
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
  font-weight: bold;
  padding: 16px 8px 16px 0;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .feature-body table tr th {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.feature-body table tr td {
  border-top: 1px solid #F2F2F2;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  padding: 16px 0 16px 8px;
}
@media screen and (max-width: 768px) {
  .feature-body table tr td {
    font-size: 12px;
    line-height: 1.4em;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.fs-body-my-top .fs-c-accountService {
  flex-basis: calc(65% - 32px);
}

.fs-p-accountInfo {
  padding: 16px;
  border-radius: 8px;
}
.fs-p-accountInfo__header {
  flex-direction: column;
  align-items: center;
}

.fs-c-accountService {
  gap: 8px;
  margin: 0;
}
.fs-c-accountService__page {
  margin: 0;
  flex-basis: inherit;
  flex-basis: calc(33.4% - 6px);
}
@media screen and (max-width: 768px) {
  .fs-c-accountService__page {
    flex-basis: calc(50% - 4px);
  }
}
.fs-c-accountService__page--membershipCard {
  flex-basis: calc(50% - 4px);
}
@media screen and (max-width: 768px) {
  .fs-c-accountService__page--membershipCard {
    flex-basis: 100%;
  }
}
.fs-c-accountService__page--couponList {
  flex-basis: calc(50% - 4px);
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: #333;
  border-radius: 8px;
  background: #fff;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label:before {
  color: #333;
}

.fs-c-inputTable__headerCell {
  padding-bottom: 8px;
}
/* 既存ページ用 */
.ranking {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ranking 0;
}

.ranking > li {
  position: relative;
  width: calc(33.3% - 20px);
  counter-increment: ranking 1;
}
.ranking > li:after {
  content: counter(ranking);
  display: flex;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #999;
  border-radius: 2px;
  z-index: 10;
}
.ranking > li:nth-of-type(1):after {
  background: #F4A700;
}
.ranking > li:nth-of-type(2):after {
  background: #666666;
}
.ranking > li:nth-of-type(3):after {
  background: #AB6000;
}

@media screen and (max-width: 768px) {
  .ranking > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.ranking > li:nth-of-type(1),
.ranking > li:nth-of-type(2) {
  width: calc(50% - 15px);
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .ranking > li:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ranking > li:nth-of-type(2) {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.ranking > li dl {
  padding: 0;
  margin: 0;
}

.ranking > li dl dt {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.ranking > li dl dt img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.ranking > li dl dd {
  padding: 0;
  margin: 0;
}

.ranking > li dl dt + dd {
  padding-top: 10px;
}

.subranking:not(:last-child) {
  margin-bottom: 40px;
}

.subranking .ranking > li {
  position: relative;
  width: 100%;
}

.subranking .ranking > li:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .subranking .ranking > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.subranking .ranking > li dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subranking .ranking > li dl dt {
  width: calc(50% - 10px);
}

.subranking .ranking > li dl dd {
  width: calc(50% - 10px);
  padding-top: 0;
}

.subnewitems {
  margin-bottom: 40px;
}

.subnewitems .fs-c-productList__list {
  display: block;
}

.subnewitems .fs-c-productList__list .fs-c-productList__list__item {
  width: 100%;
  zoom: 1;
  overflow: hidden;
}

.subnewitems .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__imageContainer {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
}

.subnewitems .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName,
.subnewitems .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices {
  zoom: 1;
  overflow: hidden;
}

.subnewitems .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
  margin-top: 0;
}

.subnewitems .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__name {
  font-weight: normal;
}

.styling {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.styling > li {
  position: relative;
  width: calc(33.3% - 20px);
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .styling > li {
    width: calc(50% - 10px);
  }
  .styling > li:nth-of-type(1) {
    width: 100%;
  }
}
.styling > li dl {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.styling > li dl dt {
  font-size: 0;
  line-height: 0;
  width: 100%;
  text-align: center;
}

.styling > li dl dd {
  padding: 0;
  margin: 0;
  width: calc(50% - 5px);
  padding-top: 10px;
}

@media screen and (max-width: 414px) {
  .styling > li dl dd {
    width: 100%;
  }
}
.styling > li dl dd a {
  display: block;
  padding: 3px 5px;
  text-align: center;
  border-radius: 4px;
  background: #ccc;
  transition: background 0.3s;
}

@media screen and (max-width: 768px) {
  .styling > li dl dd a {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.styling > li dl dd a:link, .styling > li dl dd a:visited {
  background: #f7a4a1;
  color: #fff;
  text-decoration: none;
}

.styling > li dl dd a:hover, .styling > li dl dd a:active {
  background: #f78c88;
  color: #fff;
  text-decoration: none;
}

.ttl.pt-a {
  text-align: center;
  font-size: 11px;
  line-height: 1.6em;
  font-weight: 500;
  position: relative;
  width: 100%;
  margin: 0 0 40px;
}

@media screen and (max-width: 1095px) {
  .ttl.pt-a {
    margin-bottom: 20px;
  }
}
.ttl.pt-a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  left: 0;
  top: 50%;
}

.ttl.pt-a > span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.ttl.pt-a > span > span {
  display: block;
  font-size: 38px;
  line-height: 1.6em;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1095px) {
  .ttl.pt-a > span > span {
    font-size: 22px;
    line-height: 1.6em;
  }
}
.sp-10 {
  margin-top: -10px;
}

.sp05 {
  margin-top: 5px;
}

.sp10 {
  margin-top: 10px;
}

.sp15 {
  margin-top: 15px;
}

.sp20 {
  margin-top: 20px;
}

.sp25 {
  margin-top: 25px;
}

.sp30 {
  margin-top: 30px;
}

.sp35 {
  margin-top: 35px;
}

.sp40 {
  margin-top: 40px;
}

.sp45 {
  margin-top: 45px;
}

.sp50 {
  margin-top: 50px;
}

.sp60 {
  margin-top: 60px;
}

.sp80 {
  margin-top: 80px;
}

.sp100 {
  margin-top: 100px;
}

.ttl.pt-b {
  text-align: center;
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 500;
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.ttl.pt-b > span > span {
  display: block;
  font-size: 28px;
  line-height: 1.6em;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1095px) {
  .ttl.pt-b > span > span {
    font-size: 18px;
    line-height: 1.6em;
  }
}
.styling {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.styling > li {
  position: relative;
  width: calc(33.3% - 20px);
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .styling > li {
    width: calc(50% - 10px);
  }
  .styling > li:nth-of-type(1) {
    width: 100%;
  }
}
.styling > li dl {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.styling > li dl dt {
  font-size: 0;
  line-height: 0;
  width: 100%;
  text-align: center;
}

.styling > li dl dd {
  padding: 0;
  margin: 0;
  width: calc(50% - 5px);
  padding-top: 10px;
}

@media screen and (max-width: 414px) {
  .styling > li dl dd {
    width: 100%;
  }
}
.styling > li dl dd a {
  display: block;
  padding: 3px 5px;
  text-align: center;
  border-radius: 4px;
  background: #ccc;
  transition: background 0.3s;
}

@media screen and (max-width: 768px) {
  .styling > li dl dd a {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.styling > li dl dd a:link, .styling > li dl dd a:visited {
  background: #f7a4a1;
  color: #fff;
  text-decoration: none;
}

.styling > li dl dd a:hover, .styling > li dl dd a:active {
  background: #f78c88;
  color: #fff;
  text-decoration: none;
}

.nav-faq:not(:last-child) {
  margin-bottom: 40px;
}

.nav-faq ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-faq ul li {
  width: calc(33.3% - 10px);
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .nav-faq ul li {
    width: 100%;
  }
}
.nav-faq ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
}

.nav-faq ul li a:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}

.block-faq:not(:last-child) {
  margin-bottom: 100px;
}

.block-faq dl dt {
  background: #00a89a;
  color: #fff;
  padding: 10px 40px 10px 10px;
  cursor: pointer;
  position: relative;
}

.block-faq dl dt.open span {
  transform: rotate(-45deg);
}

.block-faq dl dt span {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
}

.block-faq dl dt span:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  background: #fff;
}

.block-faq dl dt span:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  background: #fff;
  transform: rotate(90deg);
}

.block-faq dl dd {
  display: none;
  padding-top: 20px;
  padding-left: 20px;
  margin: 0;
}

.block-size:not(:first-child) {
  margin-top: 60px;
}

.block-size > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-size > ul > li {
  width: calc(50% - 10px);
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .block-size > ul > li {
    width: 100%;
  }
}
.block-brand > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.block-storelist h1 {
  font-size: 0;
  line-height: 0;
  margin: 0 0 40px;
}
.block-storelist h1 img {
  width: 100%;
  height: auto;
}

.block-storelist > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-storelist > ul > li:not(:last-child) {
  margin-bottom: 40px;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#plus_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

#plus_text p {
  margin-top: 25px;
}

#plus h2:not(.fs-c-productListItem__productName) {
  margin-top: 50px;
}

.plus_fair:not(:first-child) {
  margin-top: 60px;
}

.plus_fair > dl > dt {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

.plus_fair > dl > dd {
  margin-top: 30px;
}

.plus_fair > dl > dd > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.plus_fair > dl > dd > ul > li {
  width: calc(50% - 10px);
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plus_fair > dl > dd > ul > li {
    width: 100%;
  }
}
.plus_store > dt {
  text-align: center;
}

#plus > dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

#plus_bnr {
  text-align: center;
}

#plus_bnr > img {
  text-align: center;
}

.cp_open {
  padding: 0 10px;
}

#item .plus_fair dl dd ul.detail {
  display: flex;
  align-items: center;
}

#item #plus_text h4 {
  font-size: 16px;
  font-weight: bold;
}

#item .plus_fair .styling_slide {
  width: 400px;
  margin: -30px auto 0 auto;
}

@media screen and (max-width: 768px) {
  #item .plus_fair .styling_slide {
    width: 100%;
    margin: -30px auto 0 auto;
  }
}
#item .plus_fair .item_slide {
  width: 700px;
  margin: -30px auto 0 auto;
}

@media screen and (max-width: 768px) {
  #item .plus_fair .item_slide {
    width: 100%;
    margin: -30px auto 0 auto;
  }
}
.important-contents .important-ttl {
  text-align: center;
  color: #f00;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6em;
  position: relative;
  margin: 64px 0 20px;
  padding: 0;
}

.important-contents .important-ttl:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #f00;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -4px;
}

.important-contents .important-ttl + p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .important-contents .important-ttl + p {
    margin-bottom: 40px;
  }
}
.important-contents .block {
  border: 5px solid #f00;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .important-contents .block {
    padding: 20px;
  }
}
.important-contents .block h2 {
  color: #f00;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .important-contents .block h2 {
    font-size: 22px;
    line-height: 1.6em;
  }
}
.important-contents .block p {
  font-size: 16px;
  line-height: 1.6em;
}

.important-contents .block p strong {
  color: #f00;
}

.view_timer {
  display: none;
}

.ft-block {
  zoom: 1;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6em;
}

.ft-block:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.ft-block p {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 1023px) {
  .ft-block p {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.ft-block p:first-child {
  margin-top: 0;
}

.ft-block p img {
  width: 100%;
  height: auto;
}

.ft-block h1:not(:first-child), .ft-block h2:not(:first-child), .ft-block h3:not(:first-child), .ft-block h4:not(:first-child), .ft-block h5:not(:first-child), .ft-block h6:not(:first-child) {
  margin-top: 2em;
}

.ft-block h1:not(:last-child), .ft-block h2:not(:last-child), .ft-block h3:not(:last-child), .ft-block h4:not(:last-child), .ft-block h5:not(:last-child), .ft-block h6:not(:last-child) {
  margin-bottom: 1.5em;
}

.ft-block h2 {
  padding: 0.6em;
  border-left: 5px solid #493d32;
  background: #f6f6f6;
  font-weight: 700;
}

.ft-block h3 {
  padding-bottom: 0.5em;
  padding: 0.6em;
  background: #f6f6f6;
}

.fs-c-heading.ft-ttl {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.6em;
  text-align: left !important;
  padding-bottom: 1em;
  color: #493d32;
  border-bottom: 2px solid #493d32;
}

.eyecatch {
  font-size: 0;
  line-height: 0;
  text-align: center;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}

.eyecatch p {
  font-size: 1rem;
  line-height: 1.6em;
}

#feature .list .fs-c-subgroupList .fs-c-subgroupList__item {
  margin-top: 0;
}

#feature .list .fs-c-subgroupList .fs-c-subgroupList__item:nth-of-type(n + 5) {
  display: none;
}

.fleft {
  float: left;
  margin: 0 40px 20px 0;
  text-align: center;
  width: calc(50% - 40px);
}

.fleft.pt-b {
  width: calc(30% - 40px);
}

@media screen and (max-width: 1100px) {
  .fleft {
    float: none;
    clear: both;
    margin: 0 0 20px;
    width: auto;
  }
  .fleft.pt-b {
    float: left;
    margin: 0 20px 20px 0;
    width: calc(30% - 20px);
  }
}
.fright {
  float: right;
  margin: 0 0 20px 40px;
  text-align: center;
  width: calc(50% - 40px);
}

@media screen and (max-width: 1100px) {
  .fright {
    float: none;
    clear: both;
    margin: 0 0 20px;
    width: auto;
  }
}
.topicblock {
  zoom: 1;
  overflow: hidden;
}

.topicblock:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}

.topicblock p:first-child {
  margin-top: 0;
}

.ft-block h4 {
  font-weight: bold;
}

#recruit h2 {
  padding-top: 100px;
  margin-top: -100px;
}

.btn-wrap .btn.pt-a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px;
  transition: background 0.3s;
}

.btn-wrap .btn.pt-a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
}

.btn-wrap .btn.pt-a:link, .btn-wrap .btn.pt-a:visited {
  text-decoration: none;
  background: #fff;
  coslor: #1c1c1c;
}

.btn-wrap .btn.pt-a:hover, .btn-wrap .btn.pt-a:active {
  color: #1c1c1c;
  background: #f8b8b6;
  text-decoration: none;
}

.s-bnr:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 1095px) {
  .s-bnr:not(:last-child) {
    margin-bottom: 20px;
  }
}
.s-bnr .fs-pt-column__item {
  padding: 0;
  display: block;
  margin: 0 0 20px;
}

.s-bnr .fs-pt-column__item .fs-pt-column__heading {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 1.6em;
}

.s-bnr .fs-pt-column__item .fs-pt-column__heading + .fs-pt-column__description {
  margin-top: 0;
}

.s-bnr .fs-pt-column__item .fs-pt-column__description {
  margin-top: 10px;
  display: block;
}

.s-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s-column:not(:last-child) {
  margin-bottom: 40px;
}

.s-column:after {
  content: "";
  display: block;
  width: calc(33.3% - 20px);
  height: 0;
}

/* 元のCSS
.s-column .fs-pt-column__item {
  padding: 0;
  display: block;
  margin: 0 0 30px;
  border: 1px solid #ccc;
  width: calc(33.3% - 20px);
  padding-bottom: 20px;
  min-height: 520px;
}
*/
.s-column .fs-pt-column__item {
  padding: 0;
  display: block;
  margin: 0 0 30px;
  /*border: 1px solid #ccc;*/
  width: calc(33.3% - 20px);
  padding-bottom: 20px;
  min-height: 370px;
}

@media screen and (max-width: 1095px) {
  .s-column .fs-pt-column__item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    min-height: 0;
  }
}
.s-column .fs-pt-column__item .fs-pt-column__image img {
  width: 100%;
  height: auto;
}

.s-column .fs-pt-column__item .fs-pt-column__heading {
  padding: 5px 5px 0;
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}

.s-column .fs-pt-column__item .fs-pt-column__heading2 {
  padding: 5px 5px 0;
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (max-width: 1095px) {
  .s-column .fs-pt-column__item .fs-pt-column__heading2 {
    padding: 5px 5px 0;
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
  }
}
.s-column .fs-pt-column__item .fs-pt-column__heading + .fs-pt-column__description {
  margin-top: 0;
}

.s-column .fs-pt-column__item .fs-pt-column__description {
  padding: 0 10px 0;
  display: block;
}

/* -----------------------------------------------------------
item detail　変更
----------------------------------------------------------- */
div.reccomendSize {
  width: 100%;
  margin: 0 auto;
  background-color: #efefef;
  padding: 15px 15px;
}

div.reccomendSize p.alw {
  text-align: center;
  color: #666666;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}

div.reccomendSize .box {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 15px 20px 15px 20px;
  width: auto;
  text-align: left;
  color: #666666;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 5% 100%;
}

div.reccomendSize .box span.size {
  font-weight: bold;
  margin: 0 5px;
}

div.reccomendSize .box span.attention {
  color: #CC0000;
  font-weight: bold;
}

/* -----------------------------------------------------------
マージン
----------------------------------------------------------- */
.sp00 {
  margin-top: 0;
}

.sp05 {
  margin-top: 5px;
}

.sp10 {
  margin-top: 10px;
}

.sp15 {
  margin-top: 15px;
}

.sp20 {
  margin-top: 20px;
}

.sp25 {
  margin-top: 25px;
}

.sp30 {
  margin-top: 30px;
}

.sp35 {
  margin-top: 35px;
}

.sp40 {
  margin-top: 40px;
}

.sp45 {
  margin-top: 45px;
}

.sp50 {
  margin-top: 50px;
}

.sp55 {
  margin-top: 55px;
}

#plus_text {
  text-align: center;
}

#plus_text p {
  margin-top: 25px;
}

.plus_fair .fs-c-productListCarousel__list__itemTrack {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .plus_fair .fs-c-productListCarousel__list__itemTrack {
    justify-content: flex-start;
  }
}

.plus_fair:not(:first-child) {
  margin-top: 60px;
}

.plus_fair > dl > dt {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

.plus_fair > dl > dd {
  margin-top: 30px;
}

.plus_fair > dl > dd > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.plus_fair > dl > dd > ul > li {
  width: calc(50% - 10px);
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plus_fair > dl > dd > ul > li {
    width: 100%;
  }
}
.plus_store > dt {
  text-align: center;
}

#plus > dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

#plus_bnr {
  text-align: center;
}

#plus_bnr > img {
  text-align: center;
}

.cp_open {
  padding: 0 10px;
}

#item .plus_fair dl dd ul.detail {
  display: flex;
  align-items: center;
}

#item #plus_text h4 {
  font-size: 16px;
  font-weight: bold;
}

#item .plus_fair .styling_slide {
  width: 400px;
  margin: -30px auto 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #item .plus_fair .styling_slide {
    width: 100%;
    margin: -30px auto 0 auto;
  }
}
#item .plus_fair .item_slide {
  width: 700px;
  margin: -30px auto 0 auto;
}

@media screen and (max-width: 768px) {
  #item .plus_fair .item_slide {
    width: 100%;
    margin: -30px auto 0 auto;
  }
}
.rc-image {
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* 既存ページ用ここまで */

/*# sourceMappingURL=common.css.map */
