/* =========================================================
   スマホメニュー：ITEM内の商品カテゴリ
========================================================= */
@media screen and (max-width: 768px) {

	.handheld-navigation ul.menu ul.sub-menu > li > a,
	.main-navigation.toggled ul.menu ul.sub-menu > li > a {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		line-height: 1.5 !important;
		letter-spacing: 0.02em !important;
	}

}




/* =========================================================
   PONOPONO メール査定フォームページ
========================================================= */

/* 査定の流れ
--------------------------------------------------------- */
.ponopono_gpt_mail_assessment_steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 32px 0 0;
	border: 1px solid #e5dfd5;
	border-radius: 5px;
	background: #faf8f4;
	overflow: hidden;
}

.ponopono_gpt_mail_assessment_step {
	min-width: 0;
	padding: 30px 24px;
	text-align: center;
}

.ponopono_gpt_mail_assessment_step + .ponopono_gpt_mail_assessment_step {
	border-left: 1px solid #e5dfd5;
}

.ponopono_gpt_mail_assessment_step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 17px;
	border: 1px solid #c7a15d;
	border-radius: 50%;
	color: #c7a15d;
	background: #fff;
}

.ponopono_gpt_mail_assessment_step-icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.ponopono_gpt_mail_assessment_step-title {
	margin: 0 0 8px;
	font-size: var(--ponopono-font-subheading, 18px);
	font-weight: 600;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.ponopono_gpt_mail_assessment_step-text {
	margin: 0;
	font-size: var(--ponopono-font-body, 16px);
	line-height: var(--ponopono-line-body, 1.6);
	overflow-wrap: anywhere;
}

/* お申し込み前の確認
   guide-topicとaccordionの線が重ならないように調整
--------------------------------------------------------- */
.ponopono_gpt_mail_assessment_check {
	margin-top: 38px !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

.ponopono_gpt_mail_assessment_check::before,
.ponopono_gpt_mail_assessment_check::after {
	display: none !important;
	content: none !important;
}

.ponopono_gpt_mail_assessment_check .guide-accordion {
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: 0 !important;
}

.ponopono_gpt_mail_assessment_check .guide-accordion-item {
	margin: 0 !important;
	border-top: 1px solid #e5dfd5 !important;
	border-bottom: 1px solid #e5dfd5 !important;
}

.ponopono_gpt_mail_assessment_check .guide-accordion-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 84px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.ponopono_gpt_mail_assessment_check-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
}

.ponopono_gpt_mail_assessment_check .guide-accordion-body {
	padding-top: 10px;
}

.ponopono_gpt_mail_assessment-check-heading {
	margin: 26px 0 10px;
	padding-left: 12px;
	border-left: 3px solid #c7a15d;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
}

.ponopono_gpt_mail_assessment_check-heading:first-child {
	margin-top: 8px;
}

.ponopono_gpt_mail_assessment_check-list {
	margin: 10px 0 18px;
	padding-left: 1.4em;
}

.ponopono_gpt_mail_assessment_check-list li {
	margin-bottom: 6px;
}

/* 査定フォーム
--------------------------------------------------------- */
.ponopono_gpt_mail_assessment_form-section {
	margin-top: 38px;
}

.ponopono_gpt_mail_assessment_form {
	width: 100%;
	margin: 25px 0 0;
	padding: 0;
	background: #fff;
}

.ponopono_gpt_mail_assessment_form .formmailer-embed {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}

.ponopono_gpt_mail_assessment_form .formmailer-embed > div {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}

.ponopono_gpt_mail_assessment_form iframe {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
}

/* 個人情報の案内
--------------------------------------------------------- */
.ponopono_gpt_mail_assessment_privacy {
	margin-top: 25px;
	padding: 18px 20px;
	border: 1px solid #e5dfd5;
	border-radius: 4px;
	background: #faf8f4;
}

.ponopono_gpt_mail_assessment_privacy p {
	margin: 0;
	font-size: var(--ponopono-font-small, 14px);
	line-height: var(--ponopono-line-small, 1.6);
}

/* スマートフォン
--------------------------------------------------------- */
@media screen and (max-width: 767px) {

	.ponopono_gpt_mail_assessment_steps {
		grid-template-columns: 1fr;
		margin-top: 25px;
	}

	.ponopono_gpt_mail_assessment_step {
		display: grid;
		grid-template-columns: 54px minmax(0, 1fr);
		column-gap: 15px;
		padding: 20px;
		text-align: left;
	}

	.ponopono_gpt_mail_assessment_step + .ponopono_gpt_mail_assessment_step {
		border-top: 1px solid #e5dfd5;
		border-left: 0;
	}

	.ponopono_gpt_mail_assessment_step-icon {
		grid-row: 1 / span 2;
		width: 54px;
		height: 54px;
		margin: 0;
	}

	.ponopono_gpt_mail_assessment_step-icon svg {
		width: 26px;
		height: 26px;
	}

	.ponopono_gpt_mail_assessment_step-title {
		margin-bottom: 3px;
		font-size: 17px;
	}

	.ponopono_gpt_mail_assessment_step-text {
		font-size: var(--ponopono-font-body, 16px);
		line-height: var(--ponopono-line-body, 1.6);
	}

	.ponopono_gpt_mail_assessment_check {
		margin-top: 28px !important;
	}

	.ponopono_gpt_mail_assessment_check .guide-accordion-title {
		display: block;
		min-height: 0;
		padding-top: 17px;
		padding-right: 42px;
		padding-bottom: 17px;
	}

	.ponopono_gpt_mail_assessment_check-title {
		display: block;
		font-size: 17px;
		line-height: 1.5;
	}

	.ponopono_gpt_mail_assessment_check .guide-accordion-label {
		display: inline-block;
		margin-top: 5px;
	}

	.ponopono_gpt_mail_assessment_check-heading {
		font-size: 16px;
	}

	.ponopono_gpt_mail_assessment_form-section {
		margin-top: 28px;
	}

	.ponopono_gpt_mail_assessment_privacy {
		padding: 15px;
	}
}






















/* LINE問い合わせボタンを一時非表示（正式リリース時にこのブロックごと削除）
.single-products .pnp-action-button-line {
    display: none !important;
}

*/ 





/* =========================================================
   SPECIAL PRICE
   ========================================================= */

/* トップ：セクション */
.ponopono-special-price-section {
  width: 100%;
  max-width: 1120px;
  margin: 52px auto 64px;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: center;
}

/* トップ：見出し */
.ponopono-special-price-heading {
  display: block !important;
  width: 100% !important;
  margin: 0 0 30px !important;
  text-align: center !important;
}

.ponopono-special-price-heading h2 {
  position: relative;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 0 15px !important;
  border: 0 !important;
  background: none !important;
  color: #222 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  vertical-align: top;
}

.ponopono-special-price-heading h2::before {
  content: none !important;
  display: none !important;
}

.ponopono-special-price-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 46px;
  height: 3px;
  transform: translateX(-50%);
  background: #c7a15d;
}

.ponopono-special-price-heading .ponopono-special-archive-period {
  display: block !important;
  width: 100% !important;
  margin: 11px 0 0 !important;
  padding: 0 !important;
  color: #8a6427 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center !important;
}

/* トップ：商品一覧 */
.ponopono-special-price-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 22px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.ponopono-special-price-card {
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  flex-direction: column;
  align-items: center;
}

.ponopono-special-price-count-1 .ponopono-special-price-card,
.ponopono-special-price-count-2 .ponopono-special-price-card {
  flex: 0 1 310px;
  max-width: 310px;
}

.ponopono-special-price-count-3 .ponopono-special-price-card {
  flex: 0 1 30%;
  max-width: 310px;
}

.ponopono-special-price-count-4 .ponopono-special-price-card {
  flex: 0 1 calc((100% - 66px) / 4);
  max-width: calc((100% - 66px) / 4);
}

.ponopono-special-price-card .archive-image-wrapper {
  width: 100%;
  margin: 0;
}

.ponopono-special-price-card .product-name {
  width: 100%;
  min-height: 3.2em;
  max-height: 3.2em;
  margin: 13px 0 7px !important;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.ponopono-special-price-card .product-name a {
  color: inherit;
  text-decoration: none;
}

.ponopono-special-price-card .product-price {
  margin: 0;
}

.ponopono-special-price-card-button {
  width: 100%;
  margin: auto 0 0;
  padding-top: 12px;
  text-align: center;
}

.ponopono-special-price-card .btn-details {
  margin-top: 0 !important;
}

/* 商品カード：SALE価格 */
.product-item .ponopono-sale-until,
.sold-related-item .ponopono-sale-until {
  display: none !important;
}

.ponopono-special-price-section .ponopono-sale-price {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ponopono-special-price-section .ponopono-sale-current-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ponopono-special-price-section .ponopono-sale-current {
  font-size: 20px;
  white-space: nowrap;
}

.ponopono-special-price-section .ponopono-sale-rate {
  white-space: nowrap;
}

/* トップ：商品一覧ボタン */
.ponopono-special-price-more {
  display: none;
  margin-top: 42px;
}

.ponopono-special-price-has-desktop-more .ponopono-special-price-more {
  display: block;
}

.ponopono-special-price-more .btn.btn-border,
.ponopono-special-price-more .btn.btn-border:visited {
  display: inline-flex !important;
  min-width: 340px;
  min-height: 56px;
  padding: 14px 28px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #8a7250 !important;
  background-color: #fff !important;
  color: #222 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.ponopono-special-price-more .btn.btn-border:hover,
.ponopono-special-price-more .btn.btn-border:focus,
.ponopono-special-price-more .btn.btn-border:active {
  border-color: #8a7250 !important;
  background-color: #8a7250 !important;
  color: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.ponopono-special-price-more .btn.btn-border span {
  display: inline-block;
  margin-left: 12px;
}

.ponopono-special-price-more .btn.btn-border:hover span,
.ponopono-special-price-more .btn.btn-border:focus span,
.ponopono-special-price-more .btn.btn-border:active span {
  color: inherit !important;
}

/* SALE商品一覧：終了日時 */
.archive-products .ponopono-special-archive-period {
  display: inline-block !important;
  margin: 10px 0 34px !important;
  padding: 8px 14px !important;
  border-left: 3px solid #c7a15d;
  background: #faf7f1;
  color: #8a6427 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* トップ：New Arrivals */
.home .product-grid .product-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.home .product-grid .product-item > br {
  display: none;
}

.home .product-grid .product-name {
  width: 100%;
  min-height: 3.2em;
  max-height: 3.2em;
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

.home .product-grid .product-price {
  display: flex;
  width: 100%;
  min-height: 46px;
  margin: 0 0 10px !important;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.home .product-grid .product-item > p:last-child {
  width: 100%;
  margin: auto 0 0;
}

.home .product-grid .btn-details {
  margin-top: 0 !important;
}

/* 商品カテゴリ：カード高さ */
@media (min-width: 768px) {
  body.tax-product_category .content-with-sidebar .product-grid {
    align-items: stretch;
  }

  body.tax-product_category .content-with-sidebar .product-grid .product-item {
    display: flex !important;
    height: 100%;
    flex-direction: column;
    align-items: center;
  }

  body.tax-product_category .content-with-sidebar .product-grid .product-item > br {
    display: none;
  }

  body.tax-product_category .content-with-sidebar .product-grid .product-name {
    width: 100%;
    min-height: 3.2em;
    max-height: 3.2em;
    margin-bottom: 8px !important;
    text-align: center;
  }

  body.tax-product_category .content-with-sidebar .product-grid .product-price {
    display: flex;
    width: 100%;
    min-height: 46px;
    margin: 0 0 10px !important;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
  }

  body.tax-product_category .content-with-sidebar .product-grid .product-item > p:last-child {
    width: 100%;
    margin: auto 0 0 !important;
    text-align: center;
  }

  body.tax-product_category .content-with-sidebar .product-grid .btn-details {
    margin-top: 0 !important;
  }
}

/* スマートフォン */
@media (max-width: 767px) {
  .ponopono-special-price-section {
    margin: 40px auto 50px;
    padding: 0 12px;
  }

  .ponopono-special-price-heading {
    margin-bottom: 24px !important;
  }

  .ponopono-special-price-heading h2 {
    padding-bottom: 13px !important;
    font-size: 24px;
  }

  .ponopono-special-price-heading h2::after {
    width: 40px;
  }

  .ponopono-special-price-heading .ponopono-special-archive-period {
    margin-top: 9px !important;
    font-size: 15px;
  }

  .ponopono-special-price-grid {
    gap: 28px 12px;
  }

  .ponopono-special-price-card,
  .ponopono-special-price-count-2 .ponopono-special-price-card,
  .ponopono-special-price-count-3 .ponopono-special-price-card,
  .ponopono-special-price-count-4 .ponopono-special-price-card {
    flex: 0 1 calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
  }

  .ponopono-special-price-count-1 .ponopono-special-price-card {
    flex: 0 1 min(230px, 72vw);
    max-width: min(230px, 72vw);
  }

  .ponopono-special-price-has-mobile-more
    .ponopono-special-price-card:nth-child(n + 3) {
    display: none;
  }

  .ponopono-special-price-has-mobile-more
    .ponopono-special-price-more {
    display: block;
  }

  .ponopono-special-price-card .product-name {
    margin-top: 10px !important;
    font-size: 14px;
  }

  .ponopono-special-price-section .ponopono-sale-current {
    font-size: 16px;
  }

  .ponopono-special-price-card-button {
    padding-top: 9px;
  }

  .ponopono-special-price-card .btn-details {
    padding: 8px 12px;
    font-size: 13px;
  }

  .ponopono-special-price-more {
    margin-top: 34px;
  }

  .ponopono-special-price-more .btn.btn-border,
  .ponopono-special-price-more .btn.btn-border:visited {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    min-height: 50px;
    padding: 12px 16px !important;
    font-size: 14px;
  }

  .ponopono-special-price-more .btn.btn-border span {
    margin-left: 8px;
  }

  .archive-products .ponopono-special-archive-period {
    margin: 8px 0 26px !important;
    padding: 7px 11px !important;
    font-size: 16px !important;
  }

  /* New Arrivals */
  .home .product-grid .product-name {
    margin-top: 10px !important;
  }

  .home .product-grid .product-price {
    min-height: 54px;
    margin-bottom: 8px !important;
  }

  .home .product-grid .product-item > p:last-child {
    margin-top: auto;
  }

  /* 商品一覧・カテゴリ一覧 */
  .content-with-sidebar .product-grid {
    align-items: stretch;
  }

  .content-with-sidebar .product-grid .product-item {
    display: flex !important;
    height: 100%;
    flex-direction: column;
    align-items: center;
  }

  .content-with-sidebar .product-grid .product-item > br {
    display: none;
  }

  .content-with-sidebar .product-grid .product-name {
    width: 100%;
    min-height: 3.2em;
    margin: 10px 0 7px !important;
    line-height: 1.6;
    text-align: center;
  }

  .content-with-sidebar .product-grid .product-price {
    display: flex;
    width: 100%;
    min-height: 35px !important;
    margin: 0 0 3px !important;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
  }

  .content-with-sidebar .product-grid .ponopono-sale-price {
    gap: 1px;
    line-height: 1.2;
  }

  .content-with-sidebar .product-grid .product-item > p:last-child {
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }

  .content-with-sidebar .product-grid .btn-details {
    margin-top: 0 !important;
  }
}




















/* ===== スマホ:カテゴリリストのCLS対策 ===== */


@media only screen and (max-width: 750px) {
  .sp .cat-title:not(.is-open) + .up-product-cat {
    display: none !important;
  }
}




.sidebar-area-note {
  margin: 12px 4px 0;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  color: #666;
}

/* ===== エリアページ ===== */

.pps-area section {
  margin: 0 0 20px;
}

/* 冒頭の看板 */
.pps-area .pps-area-hero {
  margin: 0 0 30px;
}

.pps-area .pps-area-hero-title {
  position: relative;
  margin: 0;
  padding: 0 0 18px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  border: none;
  background: none;
}

.pps-area .pps-area-hero-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  background: #333;
}

.pps-area .pps-area-hero-sub {
  margin: 14px 0 0;
  padding: 0;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  letter-spacing: 0.14em;
  text-align: center;
  color: #888;
}

/* 見出し */
.pps-area .pps-area-title {
  position: relative;
  margin: 0;
  padding: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  border: none;
  background: none;
}

.pps-area .pps-area-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 1.5px;
  margin-left: -20px;
  background: #333;
}

.pps-area .pps-area-lead {
  margin: 0 0 24px;
  padding: 0;
}

.pps-area .pps-area-lead-buy {
  margin: 0 0 20px;
  padding: 0;
}

/* ブロック。guide-topic と同じく罫線で区切る */
.pps-area .pps-area-block {
  margin: 34px 0 0;
  padding: 34px 0 0;
  border-top: 1px solid #e8e8e8;
}

.pps-area .pps-area-block:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.pps-area .pps-area-block p {
  margin: 0 0 16px;
  padding: 0;
  font-size: var(--ponopono-font-body, 16px);
  line-height: var(--ponopono-line-body, 1.6);
}

.pps-area .pps-area-block p:last-child {
  margin-bottom: 0;
}

.pps-area .pps-area-heading {
  margin: 0 0 26px;
}

.pps-area .pps-area-icon {
  margin: 0 0 6px;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: #666;
}

.pps-area .pps-area-icon svg {
  width: 38px;
  height: 38px;
}

.pps-area .pps-area-block h3 {
  margin: 0 0 16px;
  padding: 0;
  font-size: var(--ponopono-font-subheading, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  border: none;
  background: none;
}

/* 一覧。下側の区切りはブロックの罫線に任せる */
.pps-area .pps-area-list {
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  list-style: none;
  column-gap: 20px;
}

.pps-area .pps-area-list li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style: none;
  font-size: var(--ponopono-font-body, 16px);
  line-height: var(--ponopono-line-list, 1.8);
  break-inside: avoid;
}

.pps-area .pps-area-list-2 { columns: 2; }
.pps-area .pps-area-list-3 { columns: 3; }
.pps-area .pps-area-list-4 { columns: 4; }

.pps-area .pps-area-note {
  margin: 12px 0 0;
  padding: 0;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  color: #666;
}

/* セクション末尾のボタン */
.pps-area section > .ct:last-child {
  margin-top: 34px;
}

/* ブロック内のボタン */
.pps-area .pps-area-block > .ct,
.pps-area .pps-area-about > .ct {
  margin-top: 30px;
}

/* 買取相談CTA */
.pps-area .pps-area-cta {
  max-width: 560px;
  margin: 26px auto 0;
  padding: 24px 20px;
  border-radius: 12px;
  background: #f7f7f5;
  text-align: center;
}

.pps-area .pps-area-cta-tel {
  margin: 0 0 16px;
  padding: 0;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  color: #888;
}

.pps-area .pps-area-cta-num {
  font-size: 22px;
  line-height: 1.5;
  color: #333;
}

.pps-area .pps-area-cta-hours {
  font-size: var(--ponopono-font-note, 13px);
  color: #888;
}

.pps-area .pps-area-cta-btn {
  margin: 0;
  padding: 0;
}

/* 店舗紹介 */
.pps-area .pps-area-about {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 36px;
  border-radius: 12px;
  background: #f7f7f5;
}

.pps-area .pps-area-about p {
  margin: 0 0 16px;
  padding: 0;
  font-size: var(--ponopono-font-body, 16px);
  line-height: var(--ponopono-line-body, 1.6);
}

.pps-area .pps-area-about p:last-of-type {
  margin-bottom: 0;
}

/* 灰色地に沈まないよう白地にする */
.pps-area .pps-area-about > .ct .btn-border {
  background: #fff;
}

.pps-area .pps-area-about > .ct .btn-border:hover,
.pps-area .pps-area-about > .ct .btn-border:focus {
  background: #000;
  color: #fff;
}


/* ===== 買取強化ブランド ===== */

.pps-brand-tabs {
  margin: 0 0 16px;
  text-align: center;
}

.pps-brand-tab {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 6px 16px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #f5f5f5;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #222;
  cursor: pointer;
}

.pps-brand-tab:hover {
  border-color: #999;
  background: #ededed;
  color: #222;
}

.pps-brand-tab.is-active {
  border-color: #333;
  background: #333;
  color: #fff;
}

.pps-brand-tab:focus {
  outline: none;
}

.pps-brand-tab:focus-visible {
  outline: 2px solid #777;
  outline-offset: 2px;
}

.pps-brand-list li[hidden] {
  display: none;
}


/* ===== スマホ ===== */

@media screen and (max-width: 767px) {

  .pps-area .pps-area-hero {
    margin-bottom: 24px;
  }

  .pps-area .pps-area-hero-title {
    font-size: 21px;
    padding-bottom: 14px;
  }

  .pps-area .pps-area-hero-sub {
    margin-top: 12px;
    font-size: var(--ponopono-font-small, 14px);
    line-height: var(--ponopono-line-small, 1.6);
  }

  .pps-area .pps-area-title {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .pps-area .pps-area-lead {
    margin-bottom: 20px;
  }

  .pps-area .pps-area-lead-buy {
    margin-bottom: 18px;
  }

  .pps-area .pps-area-block {
    margin-top: 28px;
    padding-top: 28px;
  }

  .pps-area .pps-area-heading {
    margin-bottom: 20px;
  }

  .pps-area .pps-area-icon svg {
    width: 32px;
    height: 32px;
  }

  .pps-area .pps-area-block h3 {
    font-size: 17px;
    line-height: 1.5;
  }

  .pps-area .pps-area-list li {
    font-size: var(--ponopono-font-body, 16px);
    line-height: var(--ponopono-line-list, 1.8);
  }

  .pps-area .pps-area-list-3 { columns: 2; }
  .pps-area .pps-area-list-4 { columns: 3; }

  .pps-area section > .ct:last-child {
    margin-top: 28px;
  }

  .pps-area .pps-area-block > .ct,
  .pps-area .pps-area-about > .ct {
    margin-top: 26px;
  }

  .pps-area .pps-area-cta {
    padding: 20px 16px;
  }

  .pps-area .pps-area-cta-num {
    font-size: 20px;
  }

  .pps-area .pps-area-about {
    padding: 28px 20px;
  }

  .pps-brand-tabs {
    margin-bottom: 14px;
  }

  .pps-brand-tab {
    margin-right: 5px;
    padding: 5px 13px;
    font-size: 12px;
  }
}





























/* ===== 本文の基準 ===== */
/* 行間はここで決める。個別指定は例外のみ */

.pono-content p {
  line-height: var(--ponopono-line-body, 1.6);
  font-size: var(--ponopono-font-body, 16px);
}

@media screen and (max-width: 767px) {
  .pono-content p {
    line-height: var(--ponopono-line-body, 1.6);
    font-size: var(--ponopono-font-body, 16px);
  }
}





/* ===== トップページ:PCバナー(写真+ロゴ重ね) ===== */
.pnp-hero {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

/* wp:imageブロックではないので alignfull を自前でも当てる */
.pnp-hero.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pnp-hero .pnp-hero-photo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
}

/* 写真が雑多で読めないので白い下地を敷く */
.pnp-hero .pnp-hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: auto;
  margin: 0;
  padding: 15px 28px;
  box-sizing: border-box;
  border: none;
  background: rgba(255, 255, 255, 0.91);
}

@media (max-width: 1020px) {
  .pnp-hero .pnp-hero-logo {
    width: 150px;
    padding: 18px 26px;
  }
}

/* p→h3化。テーマのh3既定値だけ打ち消す */
.genre-name {
  line-height: 1.5;
  border: none;
  background: none;
}

.info-shop-name {
  line-height: 1.5;
  border: none;
  background: none;
}

/* アコーディオン内 strong→h3化。見た目は据え置き */
.pono__accordion__text .pono-acc-heading {
  margin: 28px 0 10px;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.7;
  color: inherit;
  border: none;
  background: none;
}

/* 最初の見出しは上の余白を詰める */
.pono__accordion__text .pono-acc-heading:first-of-type {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pono__accordion__text .pono-acc-heading {
    margin-top: 24px;
  }
}

























/* ===== イベントスペースページ ===== */
/* 全セレクタを .pps-page 配下に限定 */

/* セクション見出し。直後にアイコンが来る分、下余白は控えめ */
.pps-page .pps-heading {
  margin: 0 0 22px;
}


/* ページ冒頭のアイキャッチまわり */
.pps-page .pps-hero-heading {
  margin: 0 0 26px;
}

.pps-page .pps-hero-sub {
  margin: 10px 0 0;
  padding: 0;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  letter-spacing: 0.04em;
  text-align: center;
  color: #666;
}

/* 写真の上に白パネル。トップの pnp-textbox と同じ */
.pps-page .pps-figure-hero {
  position: relative;
}

.pps-page .pps-hero-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 26px 40px;
  border: 1px solid rgba(70, 66, 62, 0.72);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  line-height: 0;
}

.pps-page .pps-hero-panel img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: none;
}

/* 本文 */
.pps-page .pps-lead {
  margin: 0 0 40px;
  padding: 0;
}

.pps-page .pps-block {
  margin: 0 0 56px;
}

/* guide-topic と同じ アイコン→タイトル→本文 */
.pps-page .pps-block-icon {
  margin: 0 0 6px;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: #666;
}

.pps-page .pps-block-icon svg {
  width: 44px;
  height: 44px;
}

.pps-page .pps-block h3 {
  margin: 0 0 18px;
  padding: 0;
  font-size: var(--ponopono-font-subheading, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  border: none;
  background: none;
}

.pps-page .pps-block p {
  margin: 0 0 16px;
  padding: 0;
  font-size: var(--ponopono-font-body, 16px);
  line-height: var(--ponopono-line-body, 1.6);
}

.pps-page .pps-block p:last-child {
  margin-bottom: 0;
}

.pps-page .pps-figure {
  margin: 0 0 18px;
  padding: 0;
}

.pps-page .pps-figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* できること(5枚カード)。sell-methods / genre-grid と同じ作り */
.pps-page .pps-uses {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
}

.pps-page .pps-use {
  padding: 22px 8px;
  margin: 0;
  border: 1px solid #ddd;
  text-align: center;
}

.pps-page .pps-use-icon {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
  color: #555;
}

.pps-page .pps-use-icon svg {
  width: 32px;
  height: 32px;
}

.pps-page .pps-use-name {
  margin: 0;
  padding: 0;
  font-size: var(--ponopono-font-small, 14px);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.pps-page .pps-uses-note {
  margin: 0;
  padding: 0;
}

/* 料金カード(3プラン) */
.pps-page .pps-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.pps-page .pps-plan {
  padding: 24px 16px;
  margin: 0;
  border: 1px solid #ddd;
  text-align: center;
}

.pps-page .pps-plan-icon {
  margin: 0 0 12px;
  padding: 0;
  line-height: 1;
  color: #666;
}

.pps-page .pps-plan-icon svg {
  width: 30px;
  height: 30px;
}

.pps-page .pps-plan-name {
  margin: 0 0 4px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.pps-page .pps-plan-for {
  margin: 0 0 18px;
  padding: 0;
  font-size: var(--ponopono-font-note, 13px);
  line-height: 1.5;
  color: #999;
}

.pps-page .pps-plan-price {
  margin: 0 0 4px;
  padding: 0;
  font-size: 21px;
  line-height: 1.3;
}

.pps-page .pps-plan-unit {
  margin: 0 0 18px;
  padding: 0;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  color: #666;
}

.pps-page .pps-plan-meta {
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid #e5e5e5;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  color: #666;
}

.pps-page .pps-plans-note {
  margin: 0 0 32px;
  padding: 0;
  font-size: var(--ponopono-font-small, 14px);
  text-align: center;
  color: #666;
  line-height: var(--ponopono-line-small, 1.6);
}

/* 地図 */
.pps-page .pps-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0 0 20px;
  overflow: hidden;
}

.pps-page .pps-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  border: 0;
}

.pps-page .pps-access-detail {
  margin: 0;
  padding: 0;
}

/* ご利用までの流れ */
.pps-page .pps-flow {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  counter-reset: pps-flow;
}

.pps-page .pps-flow > li {
  position: relative;
  padding: 0 0 24px 44px;
  margin: 0;
  list-style: none;
  counter-increment: pps-flow;
}

.pps-page .pps-flow > li::before {
  content: counter(pps-flow, decimal-leading-zero);
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #999;
}

/* 縦の連結線 */
.pps-page .pps-flow > li::after {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 15px;
  width: 1px;
  background: #e5e5e5;
}

.pps-page .pps-flow > li:last-child {
  padding-bottom: 0;
}

.pps-page .pps-flow > li:last-child::after {
  display: none;
}

.pps-page .pps-flow h3 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  background: none;
}

.pps-page .pps-flow p {
  margin: 0;
  padding: 0;
  font-size: var(--ponopono-font-body, 16px);
  line-height: var(--ponopono-line-body, 1.6);
}

/* FAQ。guide-accordion と同じ details/summary。アイコンは +/− */
.pps-page .pps-accordion {
  margin: 0;
  border-top: 1px solid #ddd;
}

.pps-page .pps-accordion-item {
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.pps-page .pps-accordion-title {
  position: relative;
  display: block;
  padding: 18px 52px 18px 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.pps-page .pps-accordion-title::-webkit-details-marker {
  display: none;
}

.pps-page .pps-accordion-title::marker {
  content: "";
}

/* 横棒。+ と − で共通 */
.pps-page .pps-accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 1.5px;
  margin-top: -0.75px;
  background: currentColor;
}

/* 縦棒。閉じているときだけ出して + にする */
.pps-page .pps-accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 1.5px;
  height: 13px;
  margin-top: -6.5px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* 開いたら縦棒を消して − */
.pps-page .pps-accordion-item[open] .pps-accordion-title::after {
  transform: rotate(90deg);
  opacity: 0;
}

.pps-page .pps-accordion-title:focus {
  outline: none;
}

.pps-page .pps-accordion-title:focus-visible {
  outline: 2px solid #777;
  outline-offset: -2px;
}

.pps-page .pps-accordion-label {
  display: block;
  margin-top: 2px;
  padding-right: 4px;
  font-size: var(--ponopono-font-small, 14px);
  font-weight: 400;
  line-height: var(--ponopono-line-small, 1.6);
  color: #666;
}

.pps-page .pps-accordion-body {
  padding: 0 4px 20px;
  line-height: var(--ponopono-line-body, 1.6);
  font-size: var(--ponopono-font-body, 16px);
}

.pps-page .pps-accordion-body p {
  margin: 0 0 14px;
  padding: 0;
  line-height: var(--ponopono-line-body, 1.6);
  font-size: var(--ponopono-font-body, 16px);
}

.pps-page .pps-accordion-body p:last-child {
  margin-bottom: 0;
}

/* ご利用にあたって。home-purchase-guide-card を流用 */
.pps-page .pps-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pps-page .pps-notice-list li {
  position: relative;
  padding: 0 0 0 1em;
  margin: 0 0 10px;
  list-style: none;
  font-size: var(--ponopono-font-body, 16px);
  line-height: var(--ponopono-line-body, 1.6);
}

.pps-page .pps-notice-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.pps-page .pps-notice-list li:last-child {
  margin-bottom: 0;
}

.pps-page .pps-cancel-table {
  width: 100%;
  margin: 0;
  border: none;
  border-collapse: collapse;
  font-size: 14px;
}

.pps-page .pps-cancel-table th,
.pps-page .pps-cancel-table td {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.6;
  background: none;
}

.pps-page .pps-cancel-table th {
  font-weight: 400;
  text-align: left;
  color: #666;
}

.pps-page .pps-cancel-table td {
  text-align: right;
}

.pps-page .pps-cancel-table tr:last-child th,
.pps-page .pps-cancel-table tr:last-child td {
  border-bottom: none;
}

/* お問合せCTA。買取ページの sell-cta と同じ作り */
.pps-page .pps-cta {
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 24px;
  border-radius: 12px;
  background: #f7f7f5;
  text-align: center;
}

.pps-page .pps-cta-lead {
  margin: 0 0 22px;
  padding: 0;
}

.pps-page .pps-cta-btn-wrap {
  margin: 0 0 20px;
  padding: 0;
}

.pps-page .pps-cta-tel {
  margin: 0;
  padding: 0;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  color: #888;
}

.pps-page .pps-cta-tel-num {
  font-size: 17px;
  color: #333;
}

.pps-page .pps-cta-hours {
  font-size: var(--ponopono-font-note, 13px);
  color: #888;
}

/* セクション間の余白 */
/* .pono-content section が既に上下20pxのpaddingを持つので控えめに */
.pps-page .pps-section {
  margin: 0 0 34px;
}

.pps-page .pps-section:last-child {
  margin-bottom: 0;
}

/* セクション末尾は余白を持たせない */
.pps-page .pps-section > .pps-block:last-child,
.pps-page .pps-section > .pps-lead:last-child,
.pps-page .pps-section > .pps-flow:last-child {
  margin-bottom: 0;
}

/* スマホ */
@media screen and (max-width: 767px) {

  .pps-page .pps-plans {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pps-page .pps-plan {
    padding: 20px 16px;
  }

  .pps-page .pps-section {
    margin-bottom: 28px;
  }

  .pps-page .pps-heading {
    margin-bottom: 18px;
  }

  .pps-page .pps-hero-heading {
    margin-bottom: 20px;
  }

  .pps-page .pps-hero-sub {
    margin-top: 8px;
    font-size: var(--ponopono-font-small, 14px);
    line-height: var(--ponopono-line-small, 1.6);
  }

  .pps-page .pps-hero-panel {
    padding: 16px 24px;
  }

  .pps-page .pps-hero-panel img {
    width: 100px;
  }

  .pps-page .pps-uses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pps-page .pps-use {
    padding: 18px 8px;
  }

  .pps-page .pps-block h3 {
    font-size: 17px;
    line-height: 1.5;
  }

  .pps-page .pps-block {
    margin-bottom: 38px;
  }

  .pps-page .pps-lead {
    margin-bottom: 32px;
  }

  .pps-page .pps-flow > li {
    padding-left: 36px;
  }

  .pps-page .pps-flow > li::before {
    width: 24px;
  }

  .pps-page .pps-flow > li::after {
    left: 12px;
  }

  .pps-page .pps-map {
    padding-top: 75%;
  }

  .pps-page .pps-plans-note {
    text-align: left;
    font-size: var(--ponopono-font-small, 14px);
    line-height: var(--ponopono-line-small, 1.6);
  }

  .pps-page .pps-cta {
    padding: 24px 16px;
  }

  .pps-page .pps-cta-lead {
    margin-bottom: 18px;
    text-align: left;
  }

  .pps-page .pps-accordion-title {
    padding-right: 46px;
    font-size: 17px;
    line-height: 1.5;
  }

  .pps-page .pps-accordion-label {
    font-size: var(--ponopono-font-small, 14px);
    line-height: var(--ponopono-line-small, 1.6);
  }
}
















/* ==================================================
   PONOPONO 利用ガイド：アコーディオン
   対象ページ内の .pono-guide-page のみに適用
   ================================================== */

.pono-guide-page .guide-note {
  margin-top: 8px;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  color: #666;
}

.pono-guide-page .guide-subtitle {
  margin: 24px 0 10px;
  font-size: var(--ponopono-font-subheading, 18px);
  font-weight: 600;
  line-height: 1.5;
}


/* ==================================================
   配送方法アコーディオン
   ================================================== */

.pono-guide-page .guide-accordion {
  margin: 18px 0 0;
  border-top: 1px solid #ddd;
}

.pono-guide-page .guide-accordion-item {
  margin: 0;
  border-bottom: 1px solid #ddd;
}

/* 最後の項目とセクション区切り線の二重表示を防止 */
.pono-guide-page .guide-accordion-item:last-child {
  border-bottom: none;
}

.pono-guide-page .guide-accordion-title {
  position: relative;
  display: block;
  padding: 18px 52px 18px 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.pono-guide-page .guide-accordion-title::-webkit-details-marker {
  display: none;
}

.pono-guide-page .guide-accordion-title::marker {
  content: "";
}

/* 閉じているとき：右向き */
.pono-guide-page .guide-accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.2s ease;
}

/* 開いているとき：下向き */
.pono-guide-page .guide-accordion-item[open] .guide-accordion-title::after {
  transform: translateY(-65%) rotate(45deg);
}

.pono-guide-page .guide-accordion-title:focus {
  outline: none;
}

.pono-guide-page .guide-accordion-title:focus-visible {
  outline: 2px solid #777;
  outline-offset: -2px;
}

.pono-guide-page .guide-accordion-body {
  padding: 0 4px 20px;
  line-height: var(--ponopono-line-body, 1.6);
  font-size: var(--ponopono-font-body, 16px);
}

.pono-guide-page .guide-accordion-body p {
  margin: 0 0 14px;
}

.pono-guide-page .guide-accordion-body p:last-child {
  margin-bottom: 0;
}

.pono-guide-page .guide-accordion-label {
  display: block;
  margin-top: 2px;
  padding-right: 4px;
  font-size: var(--ponopono-font-small, 14px);
  font-weight: 400;
  line-height: var(--ponopono-line-small, 1.6);
  color: #666;
}


/* ==================================================
   BASE説明アコーディオン
   ================================================== */

/*
   下側の罫線は親セクション側の区切り線を使用するため、
   BASEアコーディオン自身には下線を付けない
*/
.pono-guide-page .guide-base-accordion {
  margin: 22px 0 0;
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.pono-guide-page .guide-base-accordion .guide-accordion-item {
  border-bottom: none;
}

.pono-guide-page .guide-base-accordion .guide-accordion-title {
  padding-top: 16px;
  padding-bottom: 16px;
}


/* ==================================================
   BASE公式情報
   ================================================== */

.pono-guide-page .guide-base-official {
  margin-top: 20px;
  padding: 14px 16px;
  background: #f7f7f7;
}

.pono-guide-page .guide-base-official-title {
  margin: 0 0 8px;
  font-weight: 600;
}

.pono-guide-page .guide-base-official ul {
  margin: 0;
  padding-left: 1.4em;
}

.pono-guide-page .guide-base-official li {
  margin: 6px 0;
}

.pono-guide-page .guide-base-official a {
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ==================================================
   注意事項用ボックス
   ================================================== */

.pono-guide-page .guide-important {
  margin: 14px 0;
  padding: 10px 14px;
  border-left: 4px solid #d97706;
  background: #fff7ed;
  color: #9a4f00;
  font-weight: 600;
  line-height: var(--ponopono-line-body, 1.6);
  font-size: var(--ponopono-font-body, 16px);
}

/* ==================================================
   PONOPONO 利用ガイド：アコーディオン 終了
   ================================================== */




.home-purchase-guide {
  width: 100%;
  margin: 50px auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.home-purchase-guide-card {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 42px;
  border: 1px solid #d5d5d5;
  background: #fff;
  box-sizing: border-box;
}

.home-purchase-guide-title {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 14px;
  color: #222;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.home-purchase-guide-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 2px;
  background: #222;
  content: "";
  transform: translateX(-50%);
}

.home-purchase-section {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
}

.home-purchase-section:first-of-type {
  padding-top: 0;
}

.home-purchase-section:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.home-purchase-section h3 {
  margin: 0 0 10px;
  padding: 0 0 0 12px;
  border-left: 3px solid #333;
  color: #222;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}

.home-purchase-section p {
  margin: 0;
  color: #333;
  font-size: var(--ponopono-font-body, 16px);
  line-height: var(--ponopono-line-body, 1.6);
}

.home-purchase-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.home-purchase-guide .home-purchase-button,
.home-purchase-guide .home-purchase-button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 16px;
  border: 1px solid #222;
  background: #fff;
  color: #222;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.home-purchase-guide .home-purchase-button:hover,
.home-purchase-guide .home-purchase-button:focus {
  background: #222;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .home-purchase-guide {
    margin: 36px auto;
    padding: 0 12px;
  }

  .home-purchase-guide-card {
    padding: 30px 22px;
  }

  .home-purchase-guide-title {
    margin-bottom: 26px;
    font-size: 23px;
  }

  .home-purchase-section {
    padding: 19px 0;
  }

  .home-purchase-section h3 {
    font-size: var(--ponopono-font-subheading, 18px);
    line-height: 1.5;
  }

  .home-purchase-section p {
    font-size: var(--ponopono-font-body, 16px);
    line-height: var(--ponopono-line-body, 1.6);
  }

  .home-purchase-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .home-purchase-guide .home-purchase-button {
    width: 100%;
  }
}






.guide-note {
  margin-top: 8px;
  font-size: var(--ponopono-font-small, 14px);
  line-height: var(--ponopono-line-small, 1.6);
  color: #666;
}


/* 商品情報だけはPC・スマホとも本文を次の行へ回す */
.single-products .product-detail-row-info {
  grid-template-columns: 28px minmax(0, 1fr);
}

.single-products .product-detail-row-info .product-detail-icon {
  grid-column: 1;
}

.single-products .product-detail-row-info .product-detail-label {
  grid-column: 2;
}

.single-products .product-detail-row-info .product-detail-description {
  grid-column: 1 / -1;
  margin-top: 12px;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .single-products .product-detail-row-info {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .single-products .product-detail-row-info .product-detail-description {
    margin-top: 10px;
  }
}



/* ===== 商品詳細ページ：販売中の関連商品カード ===== */

/* 商品名をPC・スマホとも2行で省略 */
.single-products .sold-related-item .sold-related-name {
  margin: 12px 0 4px;
  min-height: 3.2em;
  max-height: 3.2em;
  font-size: 15px;
  line-height: 1.6;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}

/* 商品名リンクにも同じ省略設定を適用 */
.single-products .sold-related-item .sold-related-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
  color: #222;
  text-decoration: none;
}

/* 価格欄の高さを揃える */
.single-products .sold-related-item .sold-related-price {
  min-height: 1.6em;
  margin: 0 0 12px;
}

/* ボタンをカード下部で揃える */
.single-products .sold-related-item {
  display: flex;
  flex-direction: column;
}

.single-products .sold-related-item .sold-related-button-wrap {
  margin-top: auto;
}

/* スマホも商品名は2行で統一 */
@media screen and (max-width: 768px) {
  .single-products .sold-related-item .sold-related-name {
    min-height: 3.2em;
    max-height: 3.2em;
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .single-products .sold-related-item .sold-related-name a {
    -webkit-line-clamp: 2;
  }
}




/* PCのロゴ上余白(従来の共通指定から分離) */
@media (min-width: 769px) {
  .site-header .custom-logo-link img {
    margin: 50px 0 0 0;
  }
}

.pnp-wrap .pnp-birdwrap {
  top: 223px !important;
}
@media (max-width: 600px) {
  .pnp-wrap .pnp-birdwrap {
    top: 163px !important;
  }
}


/* ===== フッター最下部:コピーとクレジットの間隔調整 ===== */
.site-info .site-info-tagline {
  margin: 0 0 4px;
}





/* ===== スマホフッター:ポリシー行の折り返し制御 ===== */
.footer-001__list.policy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}
.footer-001__list.policy li {
  white-space: nowrap;
  margin: 0;
}



/* ===== 買取ページ:方法カード・流れ・CTA・店舗カード ===== */

/* 冒頭文 */
.sell-lead {
	margin: 0 0 28px;
	font-size: var(--ponopono-font-body, 16px);
	line-height: var(--ponopono-line-body, 1.6);
	text-align: center;
}

/* 出張買取・店頭買取 */
.sell-methods {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 640px;
	margin: 0 auto 38px;
}

.sell-method-card {
	padding: 28px 20px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}

.sell-method-icon {
	margin: 0 0 12px;
	line-height: 1;
}

.sell-method-icon svg {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	color: #444;
}

.sell-method-name {
	margin: 0 0 10px;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.sell-method-text {
	margin: 0;
	color: #444;
	font-size: var(--ponopono-font-body, 16px);
	line-height: var(--ponopono-line-body, 1.6);
}

/* 買取の流れ */
.sell-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 640px;
	margin: 0 auto;
}

.sell-step {
	padding: 24px 18px;
	border-radius: 8px;
	background: #f7f7f5;
	text-align: center;
}

.sell-step-num {
	margin: 0 0 8px;
	color: #666;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.sell-step-name {
	margin: 0 0 9px;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

.sell-step-text {
	margin: 0;
	color: #555;
	font-size: var(--ponopono-font-body, 16px);
	line-height: var(--ponopono-line-body, 1.6);
}

.sell-note {
	margin: 18px 0 0;
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
}

/* 査定CTA */
.sell-cta {
	max-width: 640px;
	margin: 38px auto;
	padding: 26px 20px;
	border-radius: 12px;
	background: #f7f7f5;
	text-align: center;
}

.sell-cta-lead {
	margin: 0 0 16px;
	font-size: 17px;
	line-height: 1.6;
}

.sell-cta-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.sell-hours {
	margin: 14px 0 0;
	color: #666;
	font-size: var(--ponopono-font-small, 14px);
	line-height: var(--ponopono-line-small, 1.6);
}

/* 店舗カード */
.info-shops.sell-shops {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 640px;
	margin: 0 auto;
}

/* スマートフォン */
@media screen and (max-width: 767px) {

	.sell-lead {
		margin-bottom: 24px;
		font-size: var(--ponopono-font-body, 16px);
		line-height: var(--ponopono-line-body, 1.6);
	}

	.sell-methods {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 32px;
	}

	.sell-method-card {
		padding: 24px 18px;
	}

	.sell-method-icon {
		margin-bottom: 11px;
	}

	.sell-method-icon svg {
		width: 40px;
		height: 40px;
	}

	.sell-method-name {
		font-size: 18px;
		line-height: 1.5;
	}

	.sell-method-text {
		font-size: var(--ponopono-font-body, 16px);
		line-height: var(--ponopono-line-body, 1.6);
	}

	.sell-steps {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.sell-step {
		padding: 22px 18px;
	}

	.sell-step-num {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.2;
	}

	.sell-step-name {
		font-size: 18px;
		line-height: 1.5;
	}

	.sell-step-text {
		font-size: var(--ponopono-font-body, 16px);
		line-height: var(--ponopono-line-body, 1.6);
	}

	.sell-note {
		margin-top: 16px;
		font-size: 15px;
		line-height: 1.5;
	}

	.sell-cta-lead {
		font-size: 17px;
		line-height: 1.5;
	}

	.sell-hours {
		font-size: var(--ponopono-font-small, 14px);
		line-height: var(--ponopono-line-small, 1.6);
	}

	.info-shops.sell-shops {
		grid-template-columns: 1fr;
		max-width: 400px;
	}
}











/* ===== GUIDEページ:アイコン付きトピックブロック ===== */
.guide-lead {
  text-align: center;
  margin: 18px 0 0;
}
.guide-topic {
  border-top: 1px solid #e8e8e8;
  margin-top: 34px;
  padding-top: 30px;
}
.guide-topic:first-of-type {
  border-top: none;
  margin-top: 30px;
  padding-top: 0;
}
.guide-icon {
  text-align: center;
  margin: 0 0 6px;
}
.guide-icon svg {
  width: 30px;
  height: 30px;
  color: #444;
}
.guide-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
}





.pono-content .news-list {
  list-style: none;
  margin: 0 auto !important;
  padding: 0;
  max-width: 900px;
  border-top: 0.5px solid #ddd;
}
.news-item {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 0.5px solid #ddd;
}
.news-date {
  flex: none;
  width: 88px;
  font-size: 13px;
  color: #8a8a84;
}
.news-title {
  font-size: 15px;
  color: #222;
  text-decoration: none;
}
.news-title:hover {
  text-decoration: underline;
}



.pnp-post-layout {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  max-width: 1080px;
  margin: 0 auto 60px;
  padding: 0 16px;
}


/* お知らせ記事のサイドバー(テーマCSS非依存) */
.pnp-post-side {
  flex: 0 0 220px;
  margin-top: 70px;
}
.pnp-post-side h4 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.pnp-post-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.pnp-post-side li {
  border-bottom: 1px solid #e3e3e3;
  white-space: nowrap;
}
.pnp-post-side li a {
  display: block;
  padding: 12px 2px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.pnp-post-side li a:hover {
  color: #000;
}
@media (max-width: 767px) {
  .pnp-post-side {
    width: 100%;
    margin-top: 20px;
  }
}

/* 店舗お知らせ記事:本文カラム+スマホ縦積み */
.pnp-post-main {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .pnp-post-layout {
    flex-direction: column;
  }
}



/* お知らせ一覧 */
.news-archive {
  max-width: 720px;
  margin: 0 auto 60px;
  padding: 0 16px;
}
.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list-item {
  border-bottom: 1px solid #e3e3e3;
}
.news-list-link {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  padding: 18px 4px;
  text-decoration: none;
  color: #333;
}
.news-list-link:hover {
  background: #f7f7f7;
}
.news-list-date {
  flex: 0 0 auto;
  color: #888;
  font-size: 14px;
}
.news-list-title {
  flex: 1;
  min-width: 200px;
}





/* 大井町ページの店舗カード(2枚)を中央寄せにする */
.info-shops.info-shops-two {
  display: flex !important;
  grid-template-columns: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
.info-shops.info-shops-two .info-shop-card {
  width: 290px;
  margin: 0 !important;
}


/* 管理バーのAIOSEO項目のレイアウト崩れ対策(ログイン中の管理者にのみ関係) */
#wpadminbar #wp-admin-bar-aioseo-main > .ab-item {
  display: flex !important;
  align-items: center !important;
  gap: 4px;
}
#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo {
  display: inline-flex !important;
  width: 26px !important;
  height: 30px !important;
}
#wpadminbar #wp-admin-bar-aioseo-main .text {
  display: inline !important;
}



/* MENUボタンのフェード用 */
.menu-toggle {
  transition: opacity 0.2s ease;
}

/* スクロール時にMENUボタンだけ右上に浮かせる */
.menu-toggle.pnp-float {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 999;
  margin: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.18);
  opacity: 0.85;
}

/* ログイン中の管理バーと重ならないように */
body.admin-bar .menu-toggle.pnp-float { top: 44px; }



/* トップページ:ご購入についてセクション */
.purchase-info {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}
h3.purchase-info-heading {
  font-size: 18px !important;
  color: #222;
  letter-spacing: 0.04em;
  line-height: 1.6;
  border-left: 3px solid #333;
  padding: 2px 0 2px 12px;
  margin: 34px 0 14px;
}
.purchase-info p {
  font-size: var(--ponopono-font-body, 16px);
  color: #333;
  margin: 0;
  line-height: var(--ponopono-line-body, 1.6);
}
.purchase-info-btn {
  margin-top: 34px;
}


/* トップページ:Information 3店舗カード */
.info-shops {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
}
.info-shop-card {
  border: 1px solid #ddd;
  padding: 26px 20px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.info-shop-card-online {
  border-color: #333;
  background: #fafaf8;
}
.info-shop-icon {
  margin: 0 0 10px;
  color: #333;
}
.info-shop-icon svg {
  width: 34px;
  height: 34px;
}
.info-shop-name {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.05em;
  margin: 0 0 6px;
}
.info-shop-type {
  font-size: 14px;
  color: #777;
  margin: 0 0 14px;
}
.info-shop-detail {
  font-size: 15px;
  color: #444;
  margin: 0;
}
.info-shop-detail a {
  color: #444;
}
.info-shop-btn-wrap {
  margin: 18px 0 0;
  margin-top: auto;
  padding-top: 18px;
}
.info-shop-btn {
  display: inline-block;
  border: 1px solid #333;
  padding: 10px 24px;
  font-size: 14px;
  color: #222;
  text-decoration: none;
}
.info-shop-btn:hover {
  background: #f0f0ee;
  color: #222;
}
.info-shop-btn-fill {
  background: #333;
  color: #fff;
}
.info-shop-btn-fill:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .info-shops {
    grid-template-columns: 1fr;
  }
}

/* 言語切替(地球アイコン+English) */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #333;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 7px 14px;
  text-decoration: none;
  line-height: 1;
}
.lang-switch:hover {
  color: #000;
  border-color: #333;
  background: #f5f5f5;
}
.lang-switch-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* スマホ:ヘッダー下の余白を詰める */
@media (max-width: 767px) {
  .no-wc-breadcrumb .site-header,
  .site-header {
    margin-bottom: 24px;
  }
}

/* トグルバーの文字を整える(既存.cat-titleの130%boldを抑える) */
.sp .cat-title.cat-accordion-toggle {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  background: #fff;
}

/* リスト:2列の罫線リストに変換 */
.sp .up-product-cat {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  margin: 4px 0 24px;
  padding: 0;
}

/* 黒枠ボックスを解除 */
.sp .up-product-cat li {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: normal;
  background: none;
  overflow: visible;
}

/* 行全体をタップ領域に+右端に「›」 */
.sp .up-product-cat li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 2px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
}
.sp .up-product-cat li a::after {
  content: '›';
  color: #aaa;
  font-size: 17px;
  margin-left: 8px;
  flex-shrink: 0;
}

/* スマホ用カテゴリナビ:アコーディオン */
.sp .cat-accordion-toggle {
  border: 1px solid #333;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.sp .cat-accordion-toggle::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 8px;
}
.sp .cat-accordion-toggle.is-open::after {
  transform: rotate(225deg) translateY(-2px);
}
/* 閉じた状態（既存の display:flex !important に勝つ） */
.sp .up-product-cat.is-collapsed,
ul.up-product-cat.is-collapsed {
  display: none !important;
}


/* サイドバー見出しの不自然な折り返しを防ぐ */
.sidebar h4 {
  white-space: nowrap;
}


/* オンライン販売:ジャンル絞り込み(チップ型) */
.genre-filter {
  margin-bottom: 28px;
}
.genre-filter-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.genre-filter-label::before {
  content: '';
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-color: #333;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v2.172a2 2 0 0 1-.586 1.414L15 12v7l-6 2v-8.5L4.52 7.572A2 2 0 0 1 4 6.227z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v2.172a2 2 0 0 1-.586 1.414L15 12v7l-6 2v-8.5L4.52 7.572A2 2 0 0 1 4 6.227z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.genre-filter-btn {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 999px;
  padding: 6px 18px;
  margin: 0 8px 8px 0;
  font-size: 13px;
  background: #f5f5f5;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
}
.genre-filter-btn:hover {
  border-color: #999;
  background: #ededed;
  color: #222;
}
.genre-filter-btn.is-active {
  background: #333;
  border-color: #333;
  color: #fff;
}

/* ジャンルカードのフォーカス枠に余白を付ける */
.genre-card:focus {
  outline-offset: 6px;
}



/* 商品ページのサイドバー:字間解除と重なり防止 */
.single-products .sidebar ul {
  letter-spacing: 0;
  width: auto;
  max-width: 100%;
}

.single-products .sidebar li {
  white-space: nowrap;
}

.single-products .sidebar .sidebar-area {
  margin-top: 30px;
}




/* オンライン購入ボタン:中途半端な折り返し防止 */
.btn-online {
  letter-spacing: 0;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}



/* ===== トップページ:ジャンル紹介カード ===== */
.genre-section {
  margin: 40px 0;
}
.genre-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  margin-top: 30px;
}
.genre-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.genre-photo {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.genre-photo .ti {
  font-size: 64px;
  color: #a8a69d;
}
.genre-card:hover .genre-photo {
  opacity: 0.85;
}
.genre-name {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}
.genre-text {
  font-size: var(--ponopono-font-small, 14px);
  color: #444;
  line-height: var(--ponopono-line-small, 1.6);
  margin: 0;
}
.genre-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* スマホでは1列(枠は低い帯にしてアイコンとの比率を締める) */
@media (max-width: 767px) {
  .genre-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .genre-photo {
    aspect-ratio: 3 / 1;
    margin-bottom: 12px;
  }
  .genre-photo .ti {
    font-size: 64px;
  }
}
/* タブレットは2列 */
@media (min-width: 768px) and (max-width: 1020px) {
  .genre-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}













/* カテゴリーボックス内は字間なし(折り返し防止) */
.up-product-cat li {
  letter-spacing: 0;
}


/* サイト全体にごく控えめな字間(ローマ字の詰まり感を緩和) */
body {
  letter-spacing: 0.04em;
}

/* 大文字ローマ字が目立つ場所は広めに */
.site-header h1,
.main-navigation a,
.handheld-navigation a {
  letter-spacing: 0.04em;
}

/* ロゴのフォーカス枠:マウスクリック時は非表示(キーボード操作時は表示される) */
.site-header .site-logo-anchor:focus:not(:focus-visible),
.site-header .site-logo-link:focus:not(:focus-visible),
.site-header .custom-logo-link:focus:not(:focus-visible),
.site-header .site-branding a:focus:not(:focus-visible) {
  outline: none;
}


/* ===== PC用:サブメニューの出る位置・幅 ===== */
@media (min-width: 768px) {
  .main-navigation ul.sub-menu {
    top: 80%;
    margin-top: -45px;
    min-width: 280px !important;
    width: max-content !important;
    max-width: 280vw !important;
  }

  .main-navigation ul.sub-menu li {
    width: 100% !important;
  }

  .main-navigation ul.sub-menu li a {
    display: block !important;
    width: auto !important;
    box-sizing: border-box !important;
  }
}

/* ===== スマホ用:サブメニューの見た目と矢印位置 ===== */
@media (max-width: 767px) {

  /* サブメニュー全体に薄い背景 */
  .handheld-navigation ul.sub-menu {
    background: rgba(0, 0, 0, 0.04);
    padding: 0 !important;          /* ←上下の余白をなくす */
    margin: 6px 0 10px !important;
  }

  /* 各項目の間に区切り線 */
  .handheld-navigation ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  /* 項目のタップ領域と余白を整える */
  .handheld-navigation ul.sub-menu li a {
    padding: 12px 20px !important;
  }

  /* サブメニュー付き項目(ITEM)を基準にする */
  .handheld-navigation li.menu-item-has-children {
    position: relative;
  }

  /* 文字の右に矢印ボタン分の余白を確保 */
  .handheld-navigation li.menu-item-has-children > a {
    padding-right: 48px; /* 矢印との間隔。数値で調整 */
  }

  /* 矢印ボタンをITEMの右横に配置 */
  .handheld-navigation li.menu-item-has-children > button.dropdown-toggle {
    position: absolute;
    right: 0;      /* 増やすと左へ寄る */
    top: 20px;     /* 上下位置の微調整はここ */
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: none;              /* 四角い枠を消す */
    background: transparent;   /* ボタンの背景を消す */
  }
}



.single-products #mainImage {
    touch-action: pan-y pinch-zoom;
}

/* サブメニューを区切る */
@media (min-width: 768px) {

  .main-navigation ul.sub-menu {
    padding: 10px 0 !important;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
  }

  .main-navigation ul.sub-menu li {
    position: relative;
  }

  .main-navigation ul.sub-menu li a {
    padding: 12px 24px !important;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }

  /* 短め下線 */
  .main-navigation ul.sub-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.22),
      rgba(0, 0, 0, 0.04)
    );
  }

  /* hover時 */
  .main-navigation ul.sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.55);
  }

  /* 現在いるページの項目のハイライト */
  .main-navigation ul.sub-menu li.current-menu-item > a {
    background: #ececec;
  }
}


/* サブメニューの折り返し位置フリー設定 */
.main-navigation ul.sub-menu li {
  white-space: nowrap;
}


/* サブメニュー矢印アイコン調整 */
@media (min-width: 768px) {
  /* SHOP（menu-item-4945）だけ矢印位置調整 */
  #menu-item-4945 > a:after {
    margin-top: -5.5em;    /* ←必要なだけ上下調整 */
    margin-left: 3.5em;    /* ←右へずらす。1em〜好みで */
    vertical-align: middle; /* baselineも可 */
    /* 他に必要ならここに追加 */
  }
  #menu-item-1228 > a:after {
    margin-top: -5.5em;    /* ←必要なだけ上下調整 */
    margin-left: 3em;    /* ←右へずらす。1em〜好みで */
    vertical-align: middle; /* baselineも可 */
    /* 他に必要ならここに追加 */
  }
}

/* サブメニューあり調整 */
#menu-item-4945 > a,
#menu-item-4945 > button.dropdown-toggle,
#menu-item-4945 > span.dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0; /* 好みで間隔調整 */
}

#menu-item-1228 > a,
#menu-item-1228 > button.dropdown-toggle,
#menu-item-1228 > span.dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

/* サブメニューありSHOPの日本語ラベルだけ位置微調整 */
#menu-item-4945 .menu-item-attribute {
  margin-left: 12px;   /* ここだけ数値で微調整。例：0～15pxくらいで好み */
  margin-top: 2px;
  font-size: 14px;
  color: #6d6d6d;
}

/* グローバルナビの日本語表記（全体） */
.main-navigation .menu-item-attribute {
  display: block;
  position: static !important;
  top: auto !important;
  font-size: 14px;
  color: #6d6d6d;
  margin-top: 2px;
  line-height: 1.2;
}

/* グローバルナビの日本語表記（個別調整） */
#menu-item-95 .menu-item-attribute {
	margin-left: 6px; 
}

#menu-item-484 .menu-item-attribute {
	margin-left: -10px; 
}

#menu-item-1228 .menu-item-attribute {
	margin-left: 6px; 
}

#menu-item-2638 .menu-item-attribute {
	margin-left: 8px; 
}

#menu-item-159 .menu-item-attribute {
	margin-left: 3px; 
}
#menu-item-7230 .menu-item-attribute {
	margin-left: -23px; 
}


body {font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;}


.ct-heading {font-size: 2.2em;
margin-bottom:5px;
}

@media (max-width: 768px){
.ct-heading {
font-size: 1.9em;
}
}

.cst-1 {
    position: relative;
    left: 0px;
    bottom: 68px;
    font-size: 14px;
    color: #848484;
    font-weight: normal;
    margin: 0;
}

/* スマートフォン用のスタイル */
@media (max-width: 768px) {
    .cst-1 {
        display: inline-block;
        font-size: 13px;
        color: #848484;
        font-weight: normal;
        margin: 0;
        padding: 0;
        position: relative;
        top: -100px;
    }
}

@media (max-width: 768px) {
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
    width: 105%;
    max-width: 210px;
	margin: 50px 0 0 0; /* ロゴを下に10px下げる */
    }
	
button.menu-toggle {
    margin: -4.7em 0.1em 0em 0em;
}
}




/* カテゴリーボックス */
.up-product-cat {
  display:  flex !important;
  flex-wrap: wrap; 
	margin:20px 0;
}

.up-product-cat li {border: 2px solid #333333;
    border-radius: 4px;
    padding: 4px;
    margin: 5px 10px;
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	font-size:95%;
    font-weight: bold;
    background-color: #fff;
}

li.boxsize-2{
text-align: center;
font-size:19px;
}

.cat-title {
  position: relative;
  font-size: 130%;
  font-weight:bold;
	margin-bottom:-8px;
}




/*フッターリンク*/
.ft-link {margin-top: 50px;
}

.ft-link a {
  font-size: 15px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .ft-link{
    font-size: 14px;
    margin: 0 0 15px 0; /* 上部のマージンを追加 */
    text-decoration: none;
  }
}




.widget ul {
    margin-left: 0;
    list-style: none;
    width: 320px;
}

.footer-001__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2em;
    list-style-type: none;
    margin: 0 0 0.5em;
    padding: 0.5em;
	font-size:18px;
}

.footer-001__list.policy{
	font-size:14px;
}

.footer-001 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #f0f0f0;
}


/*タブレット設定 */

@media only screen and (min-width: 751px) and (max-width: 1024px) {
	 .site-header .site-branding img {
        height: auto;
        max-width: 230px;
        max-height: none;
		 margin-bottom:100px;
    }
	
	}

/*背景 */
@media (min-width: 1021px) {
.bkr{background-color: #f3f3f3;}
 }

/*コンテンツ幅*/
@media (min-width: 1021px) {
  .pono-content section {
		padding: 20px 190px; /* パディングを設定 */
    margin-bottom: 20px; /* 下マージンを設定 */
  }
}

/*下線h2*/
.underline {
	font-size:145%;
  position: relative;
  display: inline-block;
  margin-bottom: 1.0em;
}
.underline:before {
  content: '';
  position: absolute;
  bottom: -9px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}


/* 文字色:コントラスト調整 */
.cst-1,
.info-shop-type,
.news-date {
  color: #767676 !important;
}

/* オンライン店舗カードは背景がグレーなので少し濃く */
.info-shop-card-online .info-shop-type {
  color: #6f6f6f !important;
}