@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #171717;
  transition: .4s; }
  a:hover {
    color: #171717; }
  a:visited {
    color: transparent; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

p {
  margin: 0;
  padding: 0; }

/*--------------------- ここから ----------------------*/
main {
  width: 90%;
  margin: 0 auto 15%;
  padding-top: 60px;
  overflow-x: hidden;
  max-width: 1920px; }
  @media screen and (max-width: 1920px) {
    main {
      max-width: 1500px; } }
  @media screen and (max-width: 600px) {
    main {
      margin-bottom: 15%; } }
  main .ttl {
    margin: 1.0em auto;
    font-size: 2.0em;
    color: #737373; }
    @media screen and (max-width: 600px) {
      main .ttl {
        margin: 2.0em auto 1.0em;
        font-size: 4.2vw; } }
  main p.atention {
    font-size: .9em;
    line-height: 2.0; }
    @media screen and (max-width: 600px) {
      main p.atention {
        font-size: 2.7vw;
        line-height: 2.2; } }

.fs-c-button--standard {
  box-shadow: none;
  background: #E6E6E6;
  border: 1px solid #E6E6E6;
  color: #171717; }

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #171717; }

@media screen and (max-width: 600px) {
  .fs-c-cartTable__row {
    border-bottom: none;
    border-top: 1px solid #b2b2b2;
    padding-top: 24px; } }
.fs-c-cartTable__row .fs-c-cartTable__message {
  font-size: 0.8em; }

.cart_shipping_info {
  margin: 0 auto; }
  .cart_shipping_info p a {
    font-size: 1.0em;
    border-bottom: 1px solid #171717; }

/*---------------------
ガイド
----------------------*/
.guide_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 32px auto 8px; }
  @media screen and (max-width: 1080px) {
    .guide_list {
      flex-wrap: wrap; } }
  .guide_list div {
    width: calc(100%/3 - 8px);
    padding: 16px;
    border: 1px solid #B8B8B8; }
    @media screen and (max-width: 1080px) {
      .guide_list div {
        width: 100%;
        margin: 0 auto 16px;
        padding: 16px; } }
    .guide_list div h3 {
      font-size: 1.1em;
      font-weight: 600;
      color: #737373;
      margin-bottom: 0.5em; }
      @media screen and (max-width: 600px) {
        .guide_list div h3 {
          font-size: 3.2vw; } }
    .guide_list div p {
      font-size: .9em;
      line-height: 1.8; }
      @media screen and (max-width: 600px) {
        .guide_list div p {
          font-size: 2.9vw; } }
      .guide_list div p span {
        font-size: 100%; }
        .guide_list div p span.font_big {
          font-size: 110%;
          font-weight: 600;
          color: #737373; }
      .guide_list div p.small {
        font-size: 90%; }
    .guide_list div ul {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .guide_list div ul li {
        margin-right: 1%; }
        .guide_list div ul li img {
          height: 20px; }

/*---------------------
レコメンド2
----------------------*/
.fs-c-featuredProduct, .fs-c-wishlistProduct {
  max-width: 1920px;
  margin: 5% auto; }
  @media screen and (max-width: 600px) {
    .fs-c-featuredProduct, .fs-c-wishlistProduct {
      margin: 15% auto; } }
  .fs-c-featuredProduct .fs-c-productMark__item .sku__tag, .fs-c-wishlistProduct .fs-c-productMark__item .sku__tag {
    display: none; }

.fs-c-featuredProduct__title, .fs-c-wishlistProduct__title {
  color: #404040;
  border: none;
  margin-bottom: .5em;
  font-size: 1.2em; }
  @media screen and (max-width: 600px) {
    .fs-c-featuredProduct__title, .fs-c-wishlistProduct__title {
      font-size: 4.0vw; } }

.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl, .fs-c-wishlistProduct__list .fs-c-productListCarousel__ctrl {
  display: none !important; }
.fs-c-featuredProduct__list .fs-c-button--carousel, .fs-c-wishlistProduct__list .fs-c-button--carousel {
  display: none; }
.fs-c-featuredProduct__list .fs-c-productListCarousel__list__item, .fs-c-wishlistProduct__list .fs-c-productListCarousel__list__item {
  margin: 0 10px 0 0; }
.fs-c-featuredProduct__list .fs-c-productListItem__notice, .fs-c-wishlistProduct__list .fs-c-productListItem__notice {
  display: none; }

.slick-slide {
  position: relative; }
  .slick-slide .fs-c-productMark {
    position: absolute;
    top: 5px;
    right: 10px; }
    .slick-slide .fs-c-productMark .legato {
      position: relative; }
      .slick-slide .fs-c-productMark .legato::before {
        content: "";
        background: url("https://carrot.itembox.design/item/images/2025/SVG/tag_legato.svg?t=250901");
        background-repeat: no-repeat;
        width: 77px;
        height: 22px;
        background-size: contain;
        position: absolute;
        top: 8px;
        right: 8px; }
        @media screen and (max-width: 600px) {
          .slick-slide .fs-c-productMark .legato::before {
            width: 53px;
            height: 15px; } }
    .slick-slide .fs-c-productMark .anello {
      position: relative; }
      .slick-slide .fs-c-productMark .anello::before {
        content: "";
        background: url("https://carrot.itembox.design/item/images/2025/SVG/tag_anello.svg?t=250901");
        background-repeat: no-repeat;
        width: 55px;
        height: 17px;
        background-size: contain;
        position: absolute;
        top: 10px;
        right: 6px; }
        @media screen and (max-width: 600px) {
          .slick-slide .fs-c-productMark .anello::before {
            width: 40px;
            height: 11px;
            top: 10px;
            right: 6px; } }
    .slick-slide .fs-c-productMark .grande {
      position: relative;
      margin-top: 5px; }
      .slick-slide .fs-c-productMark .grande::before {
        content: "";
        background: url("https://carrot.itembox.design/item/images/2025/SVG/tag_grande.svg?t=250901");
        background-repeat: no-repeat;
        width: 76px;
        height: 30px;
        background-size: contain;
        position: absolute;
        top: 8px;
        right: 6px; }
        @media screen and (max-width: 600px) {
          .slick-slide .fs-c-productMark .grande::before {
            width: 54px;
            height: 18px;
            top: 13px;
            right: 8px; } }
    .slick-slide .fs-c-productMark .fulcro {
      position: relative; }
      .slick-slide .fs-c-productMark .fulcro::before {
        content: "";
        background: url("https://carrot.itembox.design/item/images/2025/SVG/tag_fulcro.svg?t=250901");
        background-repeat: no-repeat;
        width: 73px;
        height: 20px;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: -4px; }
        @media screen and (max-width: 600px) {
          .slick-slide .fs-c-productMark .fulcro::before {
            width: 62px;
            height: 15px;
            top: 11px;
            right: -9px; } }

.fs-c-featuredProduct .fs-c-productListItem__productName, .fs-c-wishlistProduct .fs-c-productListItem__productName {
  display: none; }
.fs-c-featuredProduct .fs-c-productPrice, .fs-c-wishlistProduct .fs-c-productPrice {
  display: none; }
.fs-c-featuredProduct .limited1, .fs-c-featuredProduct .sale, .fs-c-featuredProduct .freeshipping, .fs-c-wishlistProduct .limited1, .fs-c-wishlistProduct .sale, .fs-c-wishlistProduct .freeshipping {
  display: none; }

.fs-c-featuredProduct .fs-c-buttonContainer {
  display: none; }

.fs-c-wishlistProduct__footer {
  display: none; }

.fs-c-wishlistProduct .fs-c-button--addToCart--list, .fs-c-wishlistProduct .fs-c-button--plain {
  display: none; }
.fs-c-wishlistProduct .fs-c-buttonContainer {
  position: absolute;
  bottom: 18px;
  right: 26px; }

.fs-c-button--particular.fs-c-button--addToWishList--icon, .fs-c-button--particular.fs-c-button--removeFromWishList--icon {
  position: relative; }
  .fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  background: url(https://carrot.itembox.design/item/images/2025/SVG/wishbtn.svg);
  background-repeat: no-repeat;
  background-size: contain; }

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  background: url(https://carrot.itembox.design/item/images/2025/SVG/wishbtn_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5; }

/*---------------------
ログイン
----------------------*/
.fs-c-fsLogin .fs-c-button--login {
  color: #fff; }

.fs-c-registeredUsers__title {
  margin-top: 40px; }

.fs-c-registeredUsers__title, .fs-c-linkedServiceLogin__title {
  font-size: 1.2em;
  font-weight: 600;
  color: #737373;
  text-align: center;
  margin-bottom: 24px;
  border: none; }
  @media screen and (max-width: 600px) {
    .fs-c-registeredUsers__title, .fs-c-linkedServiceLogin__title {
      font-size: 3.2vw; } }

.fs-c-anotherLogin__message {
  font-size: 0.9em;
  margin: 0 auto 24px; }
  @media screen and (max-width: 600px) {
    .fs-c-anotherLogin__message {
      font-size: 2.8vw; }
      .fs-c-anotherLogin__message br {
        display: none; } }

.fs-c-inputInformation__link {
  text-align: center;
  margin: 8px auto 62px; }

.fs-c-guestPurchase .fs-c-button--guestPurchase {
  border-bottom: 1px solid #404040;
  padding: 0.5em 1.5em; }

.fs-body-cart-login {
  border-top: none; }

.fs-c-otherServiceLogin, .fs-c-subSection__message, .fs-p-banner--registration {
  max-width: 600px;
  width: 98%;
  margin: 1.0em auto; }

.fs-c-otherServiceLogin {
  margin: 40px auto !important; }

/*-----------------------
フォーム
-----------------------*/
.fs-c-dropdown .fs-c-dropdown__menu {
  border: 1px solid #cccccc; }

.membership {
  border-bottom: 1px solid #404040; }

.fs-c-button--secondary {
  box-shadow: none; }
