@charset "UTF-8";
/* 親コンテナを突破して画面幅いっぱい */
/**
* 共通テーマ
*/
body[class*=fs-body] {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
}
body[class*=fs-body] .font-size--small {
  font-size: 0.75em;
}
body[class*=fs-body] .font-size--big {
  font-size: 1.5em;
}
body[class*=fs-body] a:hover, body[class*=fs-body] button:hover {
  opacity: 0.8;
}
body[class*=fs-body] a.fs-c-button--primary, body[class*=fs-body] button.fs-c-button--primary {
  padding: 0.8em 1.6em 0.8em;
  background: #d8602d url(../img/common/icon-arrow-orange.webp) no-repeat 95% 50%/12px 12px;
}
body[class*=fs-body] a.fs-link-btn, body[class*=fs-body] a.fs-c-button--plain, body[class*=fs-body] button.fs-link-btn, body[class*=fs-body] button.fs-c-button--plain {
  display: inline-block;
  text-align: left;
  min-width: 128px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: bold;
  padding: 4px 12px;
  min-height: 12px;
}
body[class*=fs-body] a.fs-link-btn:hover, body[class*=fs-body] a.fs-c-button--plain:hover, body[class*=fs-body] button.fs-link-btn:hover, body[class*=fs-body] button.fs-c-button--plain:hover {
  text-decoration: none;
}
body[class*=fs-body] a.fs-c-button--standard, body[class*=fs-body] button.fs-c-button--standard {
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.8em 1.6em 0.8em;
}
body[class*=fs-body] a.fs-c-button--standard:hover, body[class*=fs-body] button.fs-c-button--standard:hover {
  text-decoration: none;
}
body[class*=fs-body] a.fs-link--primary, body[class*=fs-body] button.fs-link--primary {
  background: #d8602d;
  border-color: #d8602d;
  color: #fff;
}
body[class*=fs-body] a.fs-c-link--sub, body[class*=fs-body] button.fs-c-link--sub {
  background: #7a7473;
  border-color: #7a7473;
  color: #fff;
}
body[class*=fs-body] a.fs-c-link--special, body[class*=fs-body] button.fs-c-link--special {
  background: #f7f7f7;
  border-color: #e9e8e8;
}
body[class*=fs-body] a.fs-c-link--normal, body[class*=fs-body] button.fs-c-link--normal {
  background: #7a7473 url(../img/common/icon-arrow-gray.webp) no-repeat 95% 50%/12px 12px;
  padding-right: 24px;
  border-color: #7a7473;
  color: #fff;
}
body[class*=fs-body] a.fs-c-button--myPageTop, body[class*=fs-body] a.fs-c-button--continueShopping, body[class*=fs-body] button.fs-c-button--myPageTop, body[class*=fs-body] button.fs-c-button--continueShopping {
  background: #7a7473;
  padding-left: 24px;
  border-color: #7a7473;
  color: #fff;
  position: relative;
}
body[class*=fs-body] a.fs-c-button--myPageTop::before, body[class*=fs-body] a.fs-c-button--continueShopping::before, body[class*=fs-body] button.fs-c-button--myPageTop::before, body[class*=fs-body] button.fs-c-button--continueShopping::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-arrow-gray.webp) no-repeat center/contain;
}
body[class*=fs-body] a.fs-c-link--arrow, body[class*=fs-body] button.fs-c-link--arrow {
  background: url(../img/common/icon-arrow-orange.webp) no-repeat 0% 50%/12px 12px;
  padding-left: 24px;
  font-size: 0.85em;
  font-weight: bold;
  padding: 4px 12px;
  min-height: 12px;
  display: inline-block;
  color: #333333;
}
body[class*=fs-body] a.fs-c-link--arrow:hover, body[class*=fs-body] button.fs-c-link--arrow:hover {
  text-decoration: none;
}
body[class*=fs-body] .pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  body[class*=fs-body] .pc_only {
    display: block;
  }
}
body[class*=fs-body] .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  body[class*=fs-body] .sp_only {
    display: block;
  }
}
body[class*=fs-body] .tab_only {
  display: none;
}
@media screen and (max-width: 959px) {
  body[class*=fs-body] .tab_only {
    display: block;
  }
}

.fs-p-scrollingCartButton {
  background-color: #d8602d;
  bottom: 15%;
}

body[class*=fs-body-register] .fs-l-pageMain,
body[class*=fs-body-about] .fs-l-pageMain,
body[class*=fs-body-login] .fs-l-pageMain,
body[class*=fs-body-forgotPassword] .fs-l-pageMain,
body[class*=fs-body-resetPassword] .fs-l-pageMain,
body[class*=fs-body-search] .fs-l-pageMain,
body[class*=fs-body-checkout] .fs-l-pageMain,
body[class*=fs-body-category] .fs-l-pageMain,
body[class*=fs-body-product] .fs-l-pageMain,
body[class*=fs-body-review] .fs-l-pageMain,
body[class*=fs-body-newsletter] .fs-l-pageMain,
body[class*=fs-body-notfound] .fs-l-pageMain,
body[class*=fs-body-custom] .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

/* 各ページメモ
fs-body-register //会員登録
fs-body-register-success //会員登録完了
fs-body-register-verification //メール認証

fs-body-about-terms // 特定商取引法に基づく表記
fs-body-about-shippingPayment // 送料とお支払い方法について
fs-body-about-privacyPolicy //個人情報取り扱いについて
fs-body-about-memberAgreement //会員規約について
fs-body-about-returnPolicy //返品特約について

fs-body-login //ログイン
fs-body-forgotPassword //パスワード忘れ
fs-body-resetPassword //パスワードリセット

fs-body-my-top //マイページトップ
fs-body-my-wishlist //ウィッシュリスト
fs-body-my-orders //注文履歴
fs-body-my-subscriptions //定期申込履歴
fs-body-my-points // ポイント履歴
fs-body-my-cards // クレジットカード一覧
fs-body-my-addressbook // お届け先リスト
fs-body-my-addressbook-new // お届け先追加
fs-body-my-addressbook-edit // お届け先編集
fs-body-my-account-password // パスワード変更
fs-body-my-account-settings // 会員情報詳細
fs-body-my-account-settings-edit // 会員情報編集
fs-body-my-account-delete //退会手続き
fs-body-my-linkedAccounts // ログイン連携

fs-body-search // 検索ページ

fs-body-cart // カート
fs-body-checkout-multi // ご注文手続き
fs-body-checkout-multiAddress // ご注文お届け先一覧
fs-body-checkout-multiAddress-products // ご注文お届け先別商品数量指定
fs-body-checkout-multiAddress-options // 配送、放送指定
fs-body-checkout-success // ご注文完了

fs-body-category // 商品グループ
fs-body-product // 商品詳細共通

fs-body-review-write // 商品レビュー投稿
fs-body-reviews-product // 商品別レビュー

fs-body-newsletter-subscribe // メルマガ登録
fs-body-newsletter-unsubscribe // メルマガ解除

fs-body-notfound // ページが見つかりません

fs-body-custom //ご利用ガイド（フリー）
fs-body-custom //お問い合わせ（フリー）
 */
/**
* ヘッダーCSS
*/
.dia-l-header {
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #f2f2f2;
  top: 0;
  position: relative;
  z-index: 1000;
}
.dia-l-header .header-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
.dia-l-header .fs-l-header__logo .fs-p-logo {
  padding: 0;
}
.dia-l-header .fs-l-header__logo .fs-p-logo a {
  display: block;
  line-height: 0;
}
.dia-l-header .fs-l-header__logo .fs-p-logo .fs-p-logo__image {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .dia-l-header .fs-l-header__logo .fs-p-logo .fs-p-logo__image {
    height: 30px;
  }
}
.dia-l-header .header-navbar .header-navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dia-l-header .header-navbar .header-navlist .list-item .__link,
.dia-l-header .header-navbar .header-navlist .list-item .Button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .dia-l-header .header-navbar .header-navlist .list-item .__link,
  .dia-l-header .header-navbar .header-navlist .list-item .Button {
    font-size: 10px;
  }
}
.dia-l-header .header-navbar .header-navlist .list-item .__link:hover,
.dia-l-header .header-navbar .header-navlist .list-item .Button:hover {
  color: #d8602d;
}
.dia-l-header .header-navbar .header-navlist .list-item .__link i,
.dia-l-header .header-navbar .header-navlist .list-item .Button i {
  display: block;
  width: 42px;
  height: 36px;
  margin: 0 auto;
  padding: 0;
}
.dia-l-header .header-navbar .header-navlist .list-item .__link i.pw-icon--favorite,
.dia-l-header .header-navbar .header-navlist .list-item .Button i.pw-icon--favorite {
  background: url(../img/common/menu-like.webp) no-repeat 50% 50%/42px 36px;
}
.dia-l-header .header-navbar .header-navlist .list-item .__link i.pw-icon--history,
.dia-l-header .header-navbar .header-navlist .list-item .Button i.pw-icon--history {
  background: url(../img/common/menu-history.webp) no-repeat 50% 50%/42px 36px;
}
.dia-l-header .header-navbar .header-navlist .list-item .__link i.pw-icon--mypage,
.dia-l-header .header-navbar .header-navlist .list-item .Button i.pw-icon--mypage {
  background: url(../img/common/menu-user.webp) no-repeat 50% 50%/42px 36px;
}
.dia-l-header .header-navbar .header-navlist .list-item .__link i.pw-icon--cart,
.dia-l-header .header-navbar .header-navlist .list-item .Button i.pw-icon--cart {
  background: url(../img/common/menu-cart.webp) no-repeat 50% 50%/42px 36px;
}
@media screen and (max-width: 767px) {
  .dia-l-header .header-navbar .header-navlist .list-item .__link i,
  .dia-l-header .header-navbar .header-navlist .list-item .Button i {
    width: 31.5px;
    height: 27px;
    background-size: 31.5px 27px !important;
  }
}
.dia-l-header .header-navbar .header-navlist .list-item .__link span,
.dia-l-header .header-navbar .header-navlist .list-item .Button span {
  display: block;
}
.dia-l-header .header-navbar .header-navlist .list-item .__link .fs-p-cartItemNumber,
.dia-l-header .header-navbar .header-navlist .list-item .Button .fs-p-cartItemNumber {
  position: absolute;
  top: -4px;
  right: -8px;
  background-color: #d8602d;
  color: white;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: bold;
  padding: 0 4px;
}
.dia-l-header .header-navbar .header-navlist .list-item:has(.fs-p-cartItemNumber) {
  position: relative;
}
.dia-l-header .header-navbar .header-navlist .list-item .Button .Button__icon {
  width: 42px;
  height: 36px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #d8602d;
  border-radius: 4px;
}
.dia-l-header .header-navbar .header-navlist .list-item .Button .Button__icon span, .dia-l-header .header-navbar .header-navlist .list-item .Button .Button__icon::before, .dia-l-header .header-navbar .header-navlist .list-item .Button .Button__icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
}
.dia-l-header .header-navbar .header-navlist .list-item .Button.is-open .Button__icon span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.dia-l-header .header-navbar .header-navlist .list-item .Button.is-open .Button__icon::before {
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dia-l-header .header-navbar .header-navlist .list-item .Button.is-open .Button__icon::after {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.dia-l-header .header-navbar .header-navlist .list-item .Button .Button__label {
  font-size: 12px;
  font-weight: bold;
  min-width: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dia-l-header .header-navbar .header-navlist .list-item .Button .Button__label {
    font-size: 10px;
  }
}
.dia-l-header #ctrlSidebar {
  display: none;
}
@media screen and (max-width: 959px) {
  .dia-l-header .header-container {
    padding: 0 15px;
    max-width: 100vw;
    overflow: hidden;
  }
  .dia-l-header .header-navbar .header-navlist {
    gap: 20px;
  }
  .dia-l-header .header-navbar .header-navlist .list-item .__link,
  .dia-l-header .header-navbar .header-navlist .list-item .Button {
    font-size: 11px;
    gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  .dia-l-header .header-navbar .header-navlist {
    gap: 16px;
  }
}
.dia-l-header.header_min .fs-l-header__logo .fs-p-logo {
  padding: 0.5em 0;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 998;
}

.sidebarCommon {
  display: none;
  position: absolute;
  right: -400px;
  top: 70px;
  width: 400px;
  max-width: 90vw;
  background-color: #e9e8e8;
  padding: 30px 20px;
  height: calc(100vh - 70px);
  overflow-y: auto;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 999;
}
.sidebarCommon .fs-clientInfo {
  display: block !important;
  padding: 1.5em 30px;
  position: relative;
  text-align: center;
}
.sidebarCommon .fs-clientInfo::before, .sidebarCommon .fs-clientInfo::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/common/bk-ft-ttl.png) repeat-x 50% 50%/4px 32px;
  position: absolute;
}
.sidebarCommon .fs-clientInfo::before {
  top: 0;
  left: 0;
}
.sidebarCommon .fs-clientInfo::after {
  bottom: 0;
  left: 0;
}
.sidebarCommon .fs-clientInfo .fs-p-drawer__welcomeMsg {
  margin-top: 0;
  font-weight: bold;
}
.sidebarCommon .fs-clientInfo .fs-p-drawer__loginLogout__logout,
.sidebarCommon .fs-clientInfo .fs-p-drawer__loginLogout__login {
  display: block;
  border-color: #d8602d;
  color: #fff;
  border-radius: 4px;
  background: #d8602d url(../img/common/icon-arrow-orange.webp) no-repeat 95% 50%/12px 12px;
  font-weight: bold;
  font-size: 18px;
}
.sidebarCommon .fs-clientInfo .fs-p-drawer__loginLogout__logout:hover,
.sidebarCommon .fs-clientInfo .fs-p-drawer__loginLogout__login:hover {
  text-decoration: none;
}
.sidebarCommon .fs-clientInfo .fs-p-drawer__loginLogout__login.is-loggedIn--true {
  display: none;
}
.sidebarCommon .fs-clientInfo .fs-p-drawer__loginLogout__logout.is-loggedIn--false {
  display: none;
}
@media screen and (min-width: 1200px) {
  .sidebarCommon .fs-clientInfo .fs-p-drawer__welcomeMsg,
  .sidebarCommon .fs-clientInfo .fs-p-drawer__loginLogout {
    display: unset;
  }
}
.sidebarCommon .pw-p-drawerNav_menu {
  padding: 1.5em 0;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu,
.sidebarCommon .pw-p-drawerNav_menu .sub_menu {
  list-style: none;
  padding: 0 1em;
  margin: 0;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu {
  position: relative;
  padding-bottom: 1.5em;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/common/bk-ft-ttl.png) repeat-x 50% 50%/4px 32px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li {
  border-top: solid 1px #f2f2f2;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li:first-child {
  border-top: none;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li:first-child h3 {
  padding-top: 0;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li a {
  color: #333333;
  text-decoration: none;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li a:hover {
  color: #d8602d;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li h3 {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li .product_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li .product_list .preview-item a {
  text-decoration: none;
  color: #333333;
  display: block;
  text-align: center;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li .product_list .preview-item a img {
  display: block;
  width: 80px;
  height: auto;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li .product_list .preview-item a .name {
  font-weight: bold;
  font-size: 12px;
}
.sidebarCommon .pw-p-drawerNav_menu .brand_menu li .product_list .preview-item a:hover {
  color: #d8602d;
}
.sidebarCommon .pw-p-drawerNav_menu .sub_menu {
  padding-top: 1.5em;
}
.sidebarCommon .pw-p-drawerNav_menu .sub_menu li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  font-size: 0.9em;
}
.sidebarCommon .pw-p-drawerNav_menu .sub_menu li a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
.sidebarCommon .pw-p-drawerNav_menu .sub_menu li a:hover {
  color: #d8602d;
}

.fs-c-breadcrumb {
  background: #f2f2f2;
  mix-blend-mode: multiply;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  max-width: 1216px;
  margin: 0 auto;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:first-child a {
  background: url("../img/common/icon-home.webp") no-repeat 0% 50%/12px 12px;
  padding-left: 18px;
}

/**
* フッターCSS
*/
.main-footer {
  padding-top: 4em;
  padding-bottom: 5em;
}
.main-footer .fs-p-footerPageTop {
  display: block;
  position: fixed;
  width: 60px;
  height: 80px;
  margin: 0;
  padding: 0;
  bottom: 1em;
  right: 1em;
  left: unset;
  z-index: 1000;
}
.main-footer .fs-p-footerPageTop .fs-p-footerPageTop__link {
  overflow: unset;
  text-indent: unset;
}
.main-footer .fs-p-footerPageTop .fs-p-footerPageTop__link::before {
  display: none;
}
.main-footer .fs-p-footerPageTop .fs-p-footerPageTop__link:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .main-footer .fs-p-footerPageTop {
    width: 45px;
    height: 60px;
  }
}
.main-footer .footer__contents {
  background: #f2f2f2;
  padding: 2em;
}
.main-footer .footer__contents .ft-banner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 2em;
}
.main-footer .footer__contents .ft-banner .__link {
  display: block;
  text-align: center;
}
.main-footer .footer__contents .ft-ttl {
  display: block;
  margin-bottom: 0;
  background: url("../img/common/bk-ft-ttl.png") repeat-x 50% 50%/4px 32px;
  text-align: center;
}
.main-footer .footer__contents .ft-ttl img {
  width: auto;
  height: 32px;
}
.main-footer .footer__contents .ft-ttl-min {
  display: block;
  text-align: center;
  color: #7a7473;
  font-size: 0.88em;
  font-weight: bold;
}
.main-footer .footer__contents .ft-guide {
  max-width: 1216px;
  margin: 0 auto 2em;
}
.main-footer .footer__contents .ft-guide .__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5em;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .main-footer .footer__contents .ft-guide .__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.main-footer .footer__contents .ft-guide .__inner .__item {
  margin-bottom: 0;
  background-color: #fff;
  padding: 24px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-footer .footer__contents .ft-guide .__inner .__item {
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 959px) {
  .main-footer .footer__contents .ft-guide .__inner .__item {
    padding: 1em;
  }
}
.main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__title {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: default;
}
.main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__title::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #7a7473;
  margin-top: 12px;
}
@media screen and (max-width: 959px) {
  .main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__title {
    margin-bottom: 0;
    cursor: pointer;
  }
  .main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__title::after {
    width: 34px;
    height: 6px;
    background: transparent url(../img/common/icon-accordion.webp) no-repeat 50% 50%/34px 6px;
    margin-top: 6px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__ctrl {
  display: none;
}
@media screen and (max-width: 959px) {
  .main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__ctrl:checked ~ .ft-guide__title::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__body {
  display: block;
  text-align: justify;
}
.main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__body h4 {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 959px) {
  .main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__ctrl:checked ~ .ft-guide__body {
    max-height: 1000px;
    padding: 0 20px 20px 20px;
  }
}
.main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__btn {
  margin-top: 1em;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .main-footer .footer__contents .ft-guide .__inner .__item .ft-guide__btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}
.main-footer .footer__contents .ft-service {
  max-width: 1216px;
  margin: 0 auto 0;
}
.main-footer .footer__contents .ft-service .__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin: 1.5em auto 0;
}
.main-footer .footer__contents .ft-service .__inner .__item img {
  max-height: 80px;
}
@media screen and (max-width: 767px) {
  .main-footer .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-footer .footer__contents .ft-guide, .main-footer .footer__contents .ft-service {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.main-footer .fs-l-footer__link .fs-p-footerUtilityMenu {
  padding: 0;
}
.main-footer .fs-l-footer__link .fs-p-footerUtilityMenu .fs-p-footerUtilityMenu__list {
  max-width: 768px;
  margin: 1.75em auto 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960px) {
  .main-footer .fs-l-footer__link .fs-p-footerUtilityMenu .fs-p-footerUtilityMenu__list {
    border-bottom: 1px solid #f2f2f2;
  }
}
.main-footer .fs-l-footer__link .fs-p-footerUtilityMenu .fs-p-footerUtilityMenu__list .fs-pt-menu__item {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (min-width: 960px) {
  .main-footer .fs-l-footer__link .fs-p-footerUtilityMenu .fs-p-footerUtilityMenu__list .fs-pt-menu__item {
    border: none;
  }
  .main-footer .fs-l-footer__link .fs-p-footerUtilityMenu .fs-p-footerUtilityMenu__list .fs-pt-menu__item a::before {
    content: " ";
    display: inline-block;
    padding-right: 4px;
    width: 12px;
    height: 12px;
    background: url("../img/common/icon-arrow-orange.webp") no-repeat 50% 50%/12px 12px;
    border: none;
  }
}
.main-footer .fs-l-header__logo .fs-p-logo img {
  height: 40px;
}
.main-footer .fs-p-footerCopyright {
  text-align: center;
}
.main-footer .fs-p-footerCopyright .fs-p-footerCopyright__text {
  margin: 0;
  font-size: 0.75em;
  color: #333333;
}

/**
* サイドバーCSS
*/
@media screen and (max-width: 1199px) {
  .fs-l-sideArea {
    display: none;
  }
}

/**
 * 共通パーツCSS
 */
html {
  scroll-behavior: smooth;
}
html br._sp, html img._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html br._sp, html img._sp {
    display: block;
    line-height: 0;
    margin: 0;
  }
}
html br._pc, html img._pc {
  display: block;
  line-height: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  html br._pc, html img._pc {
    display: none;
  }
}
html .js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0.98);
          transform: translateY(40px) scale(0.98);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.8s ease, -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
html {
  /* 表示時 */
}
html .js-fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

h1.fs-c-heading--page {
  position: relative;
  font-weight: bold;
  border-bottom: none;
  color: #7a7473;
  margin: 2em 0 2em;
}
h1.fs-c-heading--page::before {
  content: "";
  -webkit-transform: translateX(-50%);
  background: #7a7473;
  bottom: -25px;
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}

h2.fs-c-wishlistProduct__title,
h2.fs-c-documentArticle__heading,
h2.fs-p-announcement__title,
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  border: none;
  color: #7a7473;
  font-size: 1.75rem;
  font-weight: bold;
  background: transparent url(../img/common/line-dot.webp) repeat-x 50% 100%/4px 1px;
  padding: 0 0 0.75rem;
  margin-bottom: 2em;
}

.h3-section-ttl {
  display: block;
  margin-bottom: 0;
  background: url("../img/common/bk-ft-ttl.png") repeat-x 50% 50%/4px 32px;
  text-align: center;
}
.h3-section-ttl img {
  width: auto;
  height: 32px;
}

.h3-section-ttl-min {
  display: block;
  text-align: center;
  color: #7a7473;
  font-size: 0.88em;
  font-weight: bold;
}

.fs-c-documentContent__heading {
  border-left: 4px solid #7a7473;
}

span.badge {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: calc(1em - 0.5rem);
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  vertical-align: middle;
  white-space: nowrap;
}
span.badge.red {
  background-color: #d8602d !important;
  color: #fff;
}
span.badge.white {
  background-color: #fff !important;
  color: #333333 !important;
}
span.badge.gray {
  background-color: #333333 !important;
  color: #fff;
}
span.badge.blue {
  background-color: #006db8 !important;
  color: #fff;
}
span.badge.yellow {
  background-color: #f4e03a !important;
  color: #fff;
}
span.badge.sub {
  background-color: #7a7473 !important;
  color: #fff;
}

.fs-c-list li::before {
  border: 4px solid #7a7473;
}
#toc nav {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 1rem 1.6rem;
  margin-bottom: 4rem;
  background: #f2f2f2;
}
#toc nav::before {
  content: "目次";
  font-weight: 700;
}
#toc nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#toc nav ul li {
  padding-left: 0;
}
#toc nav ul li::before {
  content: none;
}
#toc nav a {
  background: url(../img/common/icon-arrow-orange.webp) no-repeat 0% 50%/12px 12px;
  padding: 4px 12px 4px 18px;
  display: inline-block;
  color: #333333;
}
#toc nav > ul:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#toc nav > ul > li > a {
  display: block;
  font-size: 12px;
}
#toc + h2 {
  margin-top: 4rem;
}

.fs-c-documentArticle .fs-c-documentColumn__heading {
  position: relative;
  color: #333333;
  border: none;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 0 1.25rem;
  margin: 0;
}
.fs-c-documentArticle .fs-c-documentColumn__heading::before, .fs-c-documentArticle .fs-c-documentColumn__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.fs-c-documentArticle .fs-c-documentColumn__heading::after {
  width: 25%;
  background: #7a7473;
}
@media screen and (max-width: 767px) {
  .fs-c-documentArticle .fs-c-documentColumn__heading::after {
    width: 40%;
  }
}
.fs-c-documentArticle .fs-c-documentContent__heading {
  margin-top: 30px;
}
.fs-c-documentArticle .fs-c-documentColumn__content {
  gap: 0.25em;
}
.fs-c-documentArticle .fs-c-documentColumn__content p {
  text-align: justify;
}
.fs-c-documentArticle .fs-c-documentColumn__content .fs-c-list {
  font-size: 0.95em;
}

/**
* トップページ
*/
.fs-body-top .pw-shopReadArea {
  margin-bottom: 2em;
}
.fs-body-top .pw-shopReadArea .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 2em 1em;
  padding-left: 8px;
  padding-right: 8px;
}
.fs-body-top .pw-shopReadArea .inner .top-logo {
  text-align: center;
  width: 40%;
}
.fs-body-top .pw-shopReadArea .inner .top-logo img {
  display: inline-block;
}
.fs-body-top .pw-shopReadArea .inner .top-txt {
  width: 60%;
}
.fs-body-top .pw-shopReadArea .inner .top-txt h1 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
}
.fs-body-top .pw-shopReadArea .inner .top-txt p {
  font-size: 1.15em;
  line-height: 1.75em;
  margin: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .fs-body-top .pw-shopReadArea .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fs-body-top .pw-shopReadArea .inner .top-logo,
  .fs-body-top .pw-shopReadArea .inner .top-txt {
    width: 100%;
  }
}
.fs-body-top .section-common {
  width: 100%;
}
.fs-body-top .section-common .section-inner {
  max-width: 932px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .fs-body-top .section-common .section-inner {
    padding: 0 8px;
  }
}

.mv-slider {
  height: 620px;
}
@media screen and (max-width: 767px) {
  .mv-slider {
    height: auto;
  }
}
.mv-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv-slider .swiper-wrapper .swiper-slide {
    aspect-ratio: 1/1;
  }
}
.mv-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-slider .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 20px !important;
}
.mv-slider .swiper-pagination .swiper-pagination-bullet {
  background: #d6d6d6;
  border: 1px solid #d8602d;
  opacity: 1;
}
.mv-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #d8602d;
}
.mv-slider .top-mv-link {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 400px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mv-slider .top-mv-link {
    top: 21vw;
    width: 55vw;
  }
}
.mv-slider .top-mv-link a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.top-section-topics .topics-list {
  list-style: none;
  padding: 0px;
}
.top-section-topics .topics-list .topics-list-item .topics-list-link,
.top-section-topics .topics-list .topics-list-item .topics-list-txt {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  padding: 18px 20px 21px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.top-section-topics .topics-list .topics-list-item .topics-list-link .topics-list-time,
.top-section-topics .topics-list .topics-list-item .topics-list-txt .topics-list-time {
  color: #7a7473;
  font-size: 11px;
  padding-bottom: 12px;
}
.top-section-topics .topics-list .topics-list-item .topics-list-link .topics-list-title,
.top-section-topics .topics-list .topics-list-item .topics-list-txt .topics-list-title {
  margin: 0px;
}
.top-section-topics .topics-list .topics-list-item .topics-list-link {
  background-image: url("../img/top/icon-arrow-circle-gray.webp");
  background-position: right 15px bottom 20px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.top-section-topics .topics-list .topics-list-item .topics-list-link:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-section-topics .topics-list .topics-list-item .topics-list-link {
    background-position: right 10px bottom 10px;
  }
}

.top-section-release {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .top-section-release {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-release {
    padding-top: 60px;
  }
}
.top-section-release .section-release-content {
  padding-top: 28px;
}
.top-section-release .section-release-content a {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 288px;
  margin: 0 auto;
}
.top-section-release .section-release-content a:hover {
  opacity: 1;
}
.top-section-release .section-release-content a::before {
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url("../img/top/section-release-link_arrow.webp") no-repeat 50% 50%/contain;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-section-release .section-release-content a::before {
    width: 32px;
    height: 32px;
  }
}
.top-section-release .section-release-content a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.top-section-release .section-release-content a img.release-img {
  opacity: 1;
  position: relative;
}
.top-section-release .section-release-content a img.release-img_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.top-section-release .section-release-content a img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.top-section-release .section-release-content a img:hover.release-img {
  opacity: 0;
}
.top-section-release .section-release-content a img:hover.release-img_hover {
  opacity: 1;
}

.top-section-about.section-common {
  background: url("../img/top/section-about-bg.webp") no-repeat left top/60%;
  height: 63vw;
  max-height: 925px;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width:1200px) {
  .top-section-about.section-common {
    min-height: 730px;
  }
}
@media screen and (max-width: 959px) {
  .top-section-about.section-common {
    background: none;
    height: auto;
    max-height: none;
  }
}
.top-section-about.section-common::before {
  content: "";
  width: 100%;
  height: 40px;
  background: rgba(216, 96, 45, 0.2);
  position: absolute;
  top: 0px;
  left: 0px;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .top-section-about.section-common::before {
    height: 30px;
  }
}
.top-section-about.section-common .section-inner {
  position: relative;
  max-width: 1440px;
}
.top-section-about.section-common .section-inner .section-about-content {
  max-width: 845px;
  background: #fff;
  padding: 43px 62px;
  position: absolute;
  right: 0px;
  top: 40px;
}
@media screen and (max-width: 959px) {
  .top-section-about.section-common .section-inner .section-about-content {
    position: static;
    max-width: none;
    padding: 52px 62px 104px;
  }
}
@media screen and (max-width: 767px) {
  .top-section-about.section-common .section-inner .section-about-content {
    position: static;
    max-width: none;
    padding: 52px 8px 120px;
  }
}
.top-section-about.section-common .section-inner .section-about-content::after {
  content: "";
  background: url("../img/top/section-about-deco.webp") no-repeat center/contain;
  width: 973px;
  height: 223px;
  position: absolute;
  bottom: -190px;
  right: 235px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (min-width: 960px) and (max-width:1200px) {
  .top-section-about.section-common .section-inner .section-about-content::after {
    width: 600px;
    height: 139px;
    bottom: -80px;
  }
}
@media screen and (max-width: 959px) {
  .top-section-about.section-common .section-inner .section-about-content::after {
    width: 300px;
    height: 128px;
    bottom: 0px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    mix-blend-mode: normal;
  }
}
.top-section-about.section-common .section-inner .section-about-content .top-h2-ttl {
  position: relative;
  padding-bottom: 22px;
  font-size: 32px;
  font-weight: 600;
  margin: 0px 0px 1em;
}
@media screen and (max-width: 767px) {
  .top-section-about.section-common .section-inner .section-about-content .top-h2-ttl {
    font-size: 27px;
  }
}
.top-section-about.section-common .section-inner .section-about-content .top-h2-ttl::before, .top-section-about.section-common .section-inner .section-about-content .top-h2-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}
.top-section-about.section-common .section-inner .section-about-content .top-h2-ttl::before {
  width: 100%;
  background: #f2f2f2;
}
.top-section-about.section-common .section-inner .section-about-content .top-h2-ttl::after {
  width: 276px;
  background: #d8602d;
}
@media screen and (max-width: 767px) {
  .top-section-about.section-common .section-inner .section-about-content .top-h2-ttl::after {
    width: 40%;
  }
}
.top-section-about.section-common .section-inner .section-about-content .section-about-txt_strong {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 1.1em;
}
@media screen and (max-width: 767px) {
  .top-section-about.section-common .section-inner .section-about-content .section-about-txt_strong {
    font-size: 20px;
  }
}
.top-section-about.section-common .section-inner .section-about-content .section-about-txt_normal {
  font-size: 16px;
  margin: 0px 0px 5px;
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
}
.top-section-about.section-common .section-inner .section-about-content .section-about-btn {
  text-align: right;
}
.top-section-about.section-common .section-inner .section-about-content .section-about-img_tab {
  margin-bottom: 16px;
}

/**
* マイページ関連ページ
*/
.fs-body-login .fs-c-loginForm {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-body-my-top .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.fs-body-my-top .fs-l-account {
  display: block;
}
.fs-body-my-top .fs-l-account .fs-p-accountInfo {
  max-width: 480px;
  margin: 0 auto 2em;
}
.fs-body-my-top .fs-l-account .fs-c-accountService {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 1em;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page {
  -webkit-flex-basis: 232px;
      -ms-flex-preferred-size: 232px;
          flex-basis: 232px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 232px;
}
@media screen and (max-width: 767px) {
  .fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page {
    -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
            flex-basis: 160px;
    height: 160px;
  }
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page .fs-c-accountService__pageLink {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333333;
  background: #fff;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page .fs-c-accountService__pageLink:hover {
  background: #f2f2f2;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page--accountDelete {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page--accountDelete a.fs-c-accountService__pageLink {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
          box-shadow: 0 0 2px #b2b2b2;
}
.fs-body-my-top .fs-l-account .fs-c-accountService .fs-c-accountService__page--accountDelete a.fs-c-accountService__pageLink:hover {
  opacity: 0.8;
}

.fs-body-my-wishlist .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-points .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-cards .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

body[class*=fs-body-my-addressbook] .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-account-password .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-account-settings .fs-l-pageMain,
.fs-body-my-account-settings-edit .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-account-delete .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.fs-body-my-reviews .fs-l-pageMain {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

/**
* その他ページ
*/
.fs-body-register,
.fs-body-register-success,
.fs-body-about-terms,
.fs-body-about-shippingPayment,
.fs-body-about-privacyPolicy,
.fs-body-about-memberAgreement,
.fs-body-about-returnPolicy,
.fs-body-custom {
  background: url("../img/common/bk-fs-l-main.webp") no-repeat 0% 70px/980px 200px;
}
@media screen and (max-width: 767px) {
  .fs-body-register,
  .fs-body-register-success,
  .fs-body-about-terms,
  .fs-body-about-shippingPayment,
  .fs-body-about-privacyPolicy,
  .fs-body-about-memberAgreement,
  .fs-body-about-returnPolicy,
  .fs-body-custom {
    background-size: contain;
  }
}

/**
* お問い合わせページ
*/
#contact-form {
  max-width: 600px;
  margin: 0 auto;
}
#contact-form .form-requiredMark {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  width: 1em;
  height: 1em;
  right: 0;
  top: 0;
}
#contact-form .form-requiredMark::before {
  content: "*";
  display: block;
  font-size: 1.2em;
  text-indent: 0;
}
#contact-form .contact-form-block {
  margin-top: 24px;
}
#contact-form .contact-form-label {
  font-weight: bold;
}
#contact-form .contact-form_name .name_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#contact-form .contact-form_huri .huri_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#contact-form .contact-form_text .text_txt {
  margin-bottom: 4px;
}
#contact-form .contact-form_text .text_data {
  margin-top: 0px;
}
#contact-form .contact-form_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 8px;
}
#contact-form .contact-form_btn p input {
  min-width: 240px;
  background: #211816;
  border: 1px solid #211816;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
          box-shadow: 0 0 2px #b2b2b2;
}
#contact-form .contact-form_btn p input:hover {
  opacity: 0.8;
}