@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* PCサイズ以上でヘッダーを常に画面上部に固定 */
@media screen and (min-width: 960px) {
  #header {
    position: fixed; /* ヘッダーを画面に固定 */
    top: 0;          /* 画面の上端に固定 */
    width: 100%;     /* 幅を画面いっぱいに */
    z-index: 999;    /* 他の要素より手前に表示 */
    background-color: #fff; /* 背景色を設定して下のコンテンツが透けないように */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 見栄えを良くするための影 */
  }

  /* 固定ヘッダーの高さ分、コンテンツに余白を追加 */
  body {
    padding-top: 70px; /* ヘッダーの高さに合わせて調整してください */
  }
}

/* ログイン時にヘッダーの位置をアドミンバーの下に調整 */
.customize-support #header {
  top: 32px; /* PCでのアドミンバーの高さ */
}

.admin-bar #header {
  top: 32px; /* PCでのアドミンバーの高さ */
}



.l-header__menuBtn.sp_ {
	display: none;
}

.l-header__customBtn {
	width: 250px;
}

.c-iconBtn {
    display: flex;
    flex-wrap: unset;
}

.c-iconBtn__label {
    width: auto;
}

.c-iconBtn__icon {
    font-size: 12px;
}

.c-iconBtn__label {
    font-size: 14px;
	font-weight: bold;
}

@media (min-width: 960px) {
    .l-header__customBtn.sp_ {
        display: block!important;
		height: 70px;
		width: 300px;
		right: 0;
        position: absolute;
    }
	.c-iconBtn__icon {
    font-size: 18px;
}

.c-iconBtn__label {
    font-size: 18px;
}
}

.l-header, .l-header__inner {
    position: unset;
}

@media not all and (min-width: 960px) {
.-img .c-headLogo__link {
    display: block;
    padding: 0!important;
}
}

@media (min-width: 960px) {
    .c-headLogo {
        height: 100%;
    }
	.-series .l-header__logo {
        padding: 0;
        height: 70px;
    }
}
.archive .c-pageTitle__subTitle {
	display: none;
}
.archive .c-pageTitle__inner {
    background: var(--color_htag);
    padding: .75em 1em;
    color: #fff;
    border-radius: var(--swl-radius--2, 0px);
	text-align: center;
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}

.p-breadcrumb__list {
    overflow-x: auto;      /* 横方向に溢れた場合のみスクロールを表示 */
    overflow-y: hidden;    /* 縦方向は隠す（念のため） */
    white-space: nowrap;   /* リスト項目を改行させず、一行に並べる */
}

 /* 検索ボックス */
.c-searchForm__s {
    font-size: 21px;
}
.c-searchForm__submit {
    width: 50px;
}


.cta {
  padding-bottom: 3.125rem;
  position: relative;
}

.cta::before {
  background: linear-gradient(to bottom, rgb(41, 59, 133) 0%, rgb(38, 48, 88) 70%, rgb(38, 48, 88) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% - 4.25rem);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.cta__img {
  margin-inline: auto;
  width: min(100%, 12.125rem);
}

.cta__content {
  flex-shrink: 0;
  margin-top: 1.375rem;
  text-align: center;
}

.cta__title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 1.5652173913;
    margin-top: 0.875rem;
    position: relative;
}

.cta__lead {
  color: #fff;
  font-size: 1.9375rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.6774193548;
  margin-top: 1rem;
}

.cta__lead strong {
  color: #bfb183;
}

.cta__lead span {
  background-image: radial-gradient(circle at center, #bfb183 20%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.08em 0.5em;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  padding-top: 0.3em;
}

.cta__text {
  color: #fff;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5652173913;
  margin-top: 0.875rem;
  margin-bottom: 2.9375rem;
  position: relative;
}

.cta__text span {
  font-size: 1.8125rem;
  line-height: 1.2413793103;
}

.cta__text::after {
  background-image: url(../images/deco/arrow-bottom.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0.8125rem;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: min(100%, 15.8125rem);
}

.cta__btn {
  margin-top: 1.875rem;
}

.l-inner {
  margin-inline: auto;
  padding-inline: 15px;
}

.swell-custom_cta {
	margin-left: auto;
	margin-right: auto;
}

.cta__text::after {
    background-image: url(http://pokeka-revalue.com/media/wp-content/uploads/2025/12/arrow-bottom.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -1.375rem;
    content: "";
    display: block;
    height: 0.8125rem;
    left: 50%;
    position: absolute;
    translate: -50% 0;
    width: min(100%, 15.8125rem);
}






@media (min-width: 768px) {
.cta {
    padding-bottom: 0;
  }

  .cta__container {
    align-items: start;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .cta__img {
    margin-inline: 0;
    width: min(100%, 20.625rem);
  }

  .cta__content {
    margin-top: 6rem;
    width: -moz-fit-content;
    width: fit-content;
  }

.cta__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.075em;
    line-height: 1.5652173913;
    margin-top: 0.875rem;
    position: relative;
}	

  .cta__lead {
    font-size: 2.125rem;
    line-height: 1.7058823529;
  }

  .cta__lead span {
    font-size: 2.5rem;
    line-height: 1.45;
    padding-top: 0.2em;
  }

  .cta__text {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 1.1875rem;
  }

  .cta__text span {
    font-size: 2.25rem;
  }

  .cta__text::after {
    bottom: -1.625rem;
    height: 0.9375rem;
    width: min(100%, 19rem);
  }

  .cta__btn {
    margin-top: 2.9375rem;
  }
	
  .l-inner {
    max-width: 1050px;
    padding-inline: 25px;
  }
	.u-mobile {
	display: none;
	}
}

/* テーブルの見た目を整えるCSS */
.card-data-table {
    margin: 20px 0;
    overflow-x: auto;
}
.price-display-table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
}
.price-display-table th,
.price-display-table td {
    padding: 12px;
    border: 1px solid #ddd;
}
.price-display-table td {
    text-align: right;
}
.price-display-table th {
    background-color: #f8f8f8;
    font-weight: bold;
	text-align: center;
}
.price-display-table .row-label {
    background-color: #fcfcfc;
    font-weight: bold;
    text-align: left;
}

.single-card .p-articleThumb {
    width: 271px;
}

@media (max-width: 768px){

.price-display-table th, .price-display-table td {
    padding: 5px;
}
}


/*＝＝＝＝＝＝＝カード一覧表示のカスタムCSS＝＝＝＝＝＝＝＝*/

/* グリッドレイアウト */
.p-cardGrid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr); /* スマホ 2列 */
}

@media (min-width: 960px) {
    .p-cardGrid {
        grid-template-columns: repeat(5, 1fr); /* PC 5列 */
        gap: 20px;
    }
}

/* カードデザイン */
.p-cardOriginal {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: 0.3s;
}

.p-cardOriginal:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.p-cardOriginal__thumbnail img {
    width: 100%;
    height: auto; /* 比率固定せずそのまま表示 */
    display: block;
}

.p-cardOriginal__body {
    padding: 10px;
}

.p-cardOriginal__title {
    font-size: 14px!important;
    font-weight: bold!important;
    margin-bottom: 10px!important;
    line-height: 1.4!important;
}

.p-cardOriginal__row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 4px;
}

.p-cardOriginal__title, .p-cardOriginal__row .label, .p-cardOriginal__row .value{
    color: #666!important;
	background: transparent!important;
	padding: 0 !important;
	margin-top: 0!important;
}

.p-cardOriginal__row .value {
    font-weight: bold;
}

/* 色指定 */
.u-color-green .value { color: #28a745 !important; } /* ＋ の時：緑 */
.u-color-red .value   { color: #e02020 !important; } /* － の時：赤 */






/* 横スクロールの外枠 */
.p-cardScrollWrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* iOS用スムーズスクロール */
    padding: 10px 0 20px;
}

/* スクロールバーの非表示（お好みで） */
.p-cardScrollWrapper::-webkit-scrollbar {
    height: 6px;
}
.p-cardScrollWrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* 中のコンテナ（flexで横に並べる） */
.p-cardScrollInner {
    display: flex;
    gap: 15px; /* カード同士の隙間 */
    width: max-content; /* 中身に合わせて横幅を広げる */
}

/* 各カードの幅設定 */
.-scrollItem {
    width: 220px; /* PC/SP共通の1枚あたりの幅。好みで調整 */
    flex-shrink: 0; /* 幅が縮まないように固定 */
    margin: 0;
}

/* 既存CSSの流用確認 */
.u-color-green .value { color: #28a745 !important; }
.u-color-red .value   { color: #e02020 !important; }

/* 「もっと見る」カード専用のスタイル */
.-moreItem {
    border: 2px dashed #ccc; /* 枠線を点線に */
    background: #f9f9f9;
}

.-moreItem a {
    display: flex;
    height: 100%;
    min-height: 250px; /* 他のカードの高さに合わせる */
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.p-cardOriginal__moreInner {
    text-align: center;
    color: #666;
}

.p-cardOriginal__moreText {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.-moreItem i {
    font-size: 20px;
}

/* ホバー時の挙動 */
.-moreItem:hover {
    background: #f0f0f0;
    border-color: #999;
}

/* カードの基本状態にアニメーションの準備を追加 */
.p-cardOriginal {
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 変化をなめらかにする */
    backface-visibility: hidden; /* ガタつき防止 */
}

/* ホバー時の挙動 */
.p-cardOriginal:hover {
    transform: translateY(-8px); /* 上に8px移動 */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15); /* 影を広げて濃くする */
}


/* サムネイル部分を相対位置に設定 */
.p-cardOriginal__thumbnail {
    position: relative;
    overflow: hidden;
}

/* 順位バッジの共通スタイル */
.p-cardOriginal__rankBadge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* 高騰ランキング（青系） */
.p-cardOriginal__rankBadge.-up {
   background: linear-gradient(135deg, #2193b0, #6dd5ed);
}

/* 下落ランキング（赤・オレンジ系）*/
.p-cardOriginal__rankBadge.-down {
   background: linear-gradient(135deg, #ff4b2b, #ff416c);
}

/* 1〜3位を少し目立たせる（任意） */
.p-cardOriginal__rankBadge:nth-child(n+1):nth-child(-n+3) {
    transform: scale(1.1);
}

/* ソートボタンのレイアウト */
.p-cardSortLinks {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.c-sortBtn {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background: #fff;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.c-sortBtn:hover {
    background: #f7f7f7;
    border-color: #bbb;
}

.c-sortBtn.is-active {
    background: #333;
    border-color: #333;
    color: #fff;
}

/* 順位バッジ（アーカイブ用） */
