/* ============================
   フォント：Cocoon本体のstyle.cssがbody / header / main / footer に
   個別にHiragino系フォントを指定しているため、!important で確実に固定する
============================ */
html {
  margin: 0!important;
}
.fs-p-heading--lv2 {
  background: none !important;
  text-align: center;
}
body,
header,
#main,
main,
footer,
#footer {
  font-family: "Noto Sans JP", sans-serif !important;
}
input[type="search"].leftNavSearch__input {
  width: 100%;
  border: 1px solid #d8d3c8;
  border-radius: 0;
  padding: 0 40px 0 12px;
  font-size: 13px;
}
ul, ol {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .followNav {
    display: block !important;
  }  
}

.article {
  margin: 0 !important;
}

.english {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.japanese {
  font-family: "Noto Sans JP", sans-serif !important;
}

.category-feature #content {
  width: calc(690 / 750 * 100vw);
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 36px;
}

.category-feature #content-in {
  display: flex;
  gap: 20px;
}

.category-feature .main {
  width: 750px;
  min-width: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.footer {
  padding: 0;
  margin: 0;
}
@media  screen and (min-width: 768px) {
  .category-feature #content {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .category-feature .main {
    flex: 0 0 750px;
  }
}

/* ============================
   ページネーション（Cocoon標準の四角ボタンを上書き）
   futureshopのfont/colorトーンに合わせたシンプルな数字表示
============================ */

.pagination-next {
  display: none; /* 「次のページ」ボタンは非表示（カンプに無いため） */
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
  border: none;
  background: none;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #a29c8f;
  text-decoration: none;
  border-radius: 0;
  margin: 0;
}

.pagination .page-numbers.current {
  color: #363636;
  border-bottom: 1px solid #363636;
}

.pagination .page-numbers.dots {
  color: #c7c2b6;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  color: #363636;
  font-size: 14px;
}
.topFeature__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .page-numbers {
    width: 20px;
  }
}

#breadcrumb.breadcrumb .breadcrumb-home a .breadcrumb-caption {
  font-size: 12px;
  color: #363636;
  padding: 0;
  margin: 0;
}

#breadcrumb.breadcrumb .breadcrumb-home a .breadcrumb-caption::before {
  content: '';
}
.fa-home {
  display: none;
}
.breadcrumb {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto!important;
  padding: 10px 16px!important;
}

.logout.my-false { display: none; }
.login.my-true { display: none; }

.drawerMenu__authRow {
  display: none;
}

/* ============================
   ご利用ガイド（固定ページ／レフトナビ無し・1カラム）
============================ */
.guide #content {
  width: calc(690 / 750 * 100vw);
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}

.guide #content-in {
  display: block; /* レフトナビが無いのでflexは不要 */
}

.guide .main {
  width: 100%;
  max-width: 750px;
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

.guide ul,
.guide ol {
  margin: 0;
  padding: 0;
  list-style: none; /* カテゴリ一覧の「・」を消す */
}

@media screen and (min-width: 768px) {
  .guide #content {
    margin-top: 64px;
  }
}

/* ============================
   ご利用ガイド：見出し・リード文
============================ */
.guide .entry-title {
  font-size: 18px;
  font-weight: 450;
  text-align: center;
  letter-spacing: calc(160 / 1000 * 1em);
  overflow: 0;
  margin: 40px 0 52px;
  padding: 0;
}
.guideTop__lead {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #363636;
}

/* ============================
   よくある質問ボタン（トップページ上部）
============================ */
.guideTop__faqBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 100%;
  max-width: 455px;
  height: 36px;
  border: 1px solid #645e59;
  color: #645e59;
  font-size: 14px;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 32px;
  position: relative;
}
.guideTop__faqBtn:hover {
  color: #645e59;
  opacity: 0.85;
}
.guideTop__faqBtn:visited {
  color: #645e59;
}
.guideTop__faqIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #363636;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 300;
  color: #363636;
}
.link-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  translate: -200% -50%;
  display: inline-flex;
  align-items: center;
}
.link-arrow svg {
  width: 6px;
  height: auto;
  display: block;
}

/* ============================
   カテゴリから探す（グリッドボタン）
============================ */
.guideCategory {
  margin-top: 32px;
}
.guideCategory__title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: calc(160 / 1000 * 1em);
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #7f7a6a;
}
.guideCategory .guideCategory__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  list-style: none;
  margin: 0;
  margin-bottom: 52px;
  padding: 0;
}
.guideCategory__link {
  display: grid;
  place-items: center;
  height: 36px;
  background: #645e59;
  color: #fff;
  font-size: 13px;
  letter-spacing: calc(45 / 1000 * 1em);
  text-decoration: none;
  position: relative;
}
.guideCategory__link:hover {
  color: #fff;
  opacity: 0.85;
}
.guideCategory__link:visited {
  color: #fff;
}
.guideCategory__label {
  line-height: 1;
}
.guideCategory__item {
  margin: 0 !important;
}
.guideCategory__item.is-current .guideCategory__link {
  background: #a09a89;
  pointer-events: none;
}

/* ============================
   下層ページ上部：よくある質問／ご利用ガイド ボタン
============================ */
.guideSub__linkBtns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 32px;
}
.guideSub__linkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 43px;
  border: 1px solid #d8d3c8;
  color: #645e59;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.guideSub__linkBtn:hover {
  color: #645e59;
  opacity: 0.85;
}
.guideSub__linkBtn:visited {
  color: #645e59;
}
.guideSub__linkIcon {
  display: grid;
  place-items: center;
  width: 12px;
  height: 12px;
  border: 1px solid #363636;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 300;
  color: #363636;
  line-height: 1;
}

/* ============================
   フッター導線ボタン（よくある質問／ご利用ガイド／お問い合わせ）
============================ */
.guideFooterLinks {
  display: grid;
  row-gap: 16px;
  width: 100vw;
  background-color: #faf8f4;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 52px 25px;
}
.guideFooterLinks__btn {
  display: grid;
  place-items: center;
  height: 43px;
  font-size: 12px;
  letter-spacing: calc(120 / 1000 * 1em);
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
  position: relative;
}
.guideFooterLinks__btn--dark {
  background: #645e59;
  color: #fff;
}
.guideFooterLinks__btn--dark:hover {
  color: #fff;
  opacity: 0.85;
}
.guideFooterLinks__btn--dark:visited {
  color: #fff;
}
.guideFooterLinks__btn--light {
  background: #fff;
  border: 1px solid #d8d3c8;
  color: #645e59;
}
.guideFooterLinks__btn--light:hover {
  color: #645e59;
  opacity: 0.85;
}
.guideFooterLinks__btn--light:visited {
  color: #645e59;
}

/* ============================
   本文中のアコーディオン（Gutenberg「詳細」ブロック）
============================ */
.guideSub__content .wp-block-details {
  border-top: 1px solid #d8d3c8;
  padding: 16px 0;
}
.guideSub__content .wp-block-details:last-of-type {
  border-bottom: 1px solid #d8d3c8;
}
.guideSub__content .wp-block-details summary {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 24px;
}
.guideSub__content .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.guideSub__content .wp-block-details summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #a29c8f;
}
.guideSub__content .wp-block-details[open] summary::after {
  content: '－';
}
.guideSub__content .wp-block-details p {
  font-size: 13px;
  line-height: 1.9;
  color: #363636;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .link-arrow svg {
    width: 8px;
  }
  .guide .entry-title {
    font-size: 36px;
    margin-bottom: 104px;
  }
  .guideCategory__title {
    font-size: 32px;
    border-bottom: 2px solid #7f7a6a;
  }
  .guideTop__faqBtn {
    font-size: 16px;
    height: 60px;
    margin-bottom: 72px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .guideTop__faqIcon {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  .guideCategory__list {
    row-gap: 40px;
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .guideCategory .guideCategory__list {
    margin-bottom: 104px;
  }
  .guideCategory__link {
    font-size: 20px;
    height: 72px;
  }
  .guideFooterLinks {
    flex-direction: row;
    max-width: none;
  }
  .guideFooterLinks__btn {
    flex: 1;
    font-size: 16px;
    height: 60px;
  }
  .link-arrow {
    translate: -200% -40%;
  }
  .guideSub__linkBtns {
    gap: 12px;
    margin-bottom: 72px;
  }
  .guideSub__linkBtn {
    font-size: 16px;
    height: 60px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .guideSub__linkIcon {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
}

.cf::after {
  content: none;
}