@charset "UTF-8";

/* block 1 */

:root{
  --bg:#f5f3ff;--surface:#ffffff;--ink:#211b2d;--muted:#766f82;
  --violet:#7c5cff;--pink:#ff6fae;--cyan:#5ed6d0;--yellow:#ffd66b;
  --line:rgba(47,34,72,.10);--shadow:0 22px 60px rgba(72,50,124,.14);
  --soft-shadow:0 12px 34px rgba(72,50,124,.09);--radius-xl:32px;--radius-lg:24px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Noto Sans JP",system-ui,-apple-system,sans-serif;color:var(--ink);line-height:1.75;background:
radial-gradient(circle at 10% 0%,rgba(255,111,174,.20),transparent 28%),
radial-gradient(circle at 95% 10%,rgba(124,92,255,.18),transparent 27%),
linear-gradient(180deg,#fbfaff 0%,#f4f7ff 42%,#f9fbff 100%);-webkit-font-smoothing:antialiased}
body::before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.3;background-image:radial-gradient(rgba(124,92,255,.22) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(to bottom,#000,transparent 65%)}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.filter-hidden{display:none!important}
.app-container{position:relative;width:min(100%,980px);min-height:100vh;margin:auto;padding-bottom:118px;overflow:hidden}
.site-header{position:sticky;top:0;z-index:50;display:flex;justify-content:center;padding:11px 16px;background:rgba(251,250,255,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.8)}
header.site-header h1.header-inner{margin:0!important;padding:0!important;font-size:12px!important;font-weight:800!important;letter-spacing:.08em;color:#403451!important}
.hero-section{position:relative;/*padding:18px 14px 10px*/}
.hero-section::before,.hero-section::after{content:"";position:absolute;border-radius:999px;filter:blur(1px);pointer-events:none}
.hero-section::before{width:110px;height:110px;right:-28px;top:44px;background:linear-gradient(145deg,#ff9bc6,#ff6fae);box-shadow:inset -14px -18px 28px rgba(126,37,87,.17),0 26px 60px rgba(255,111,174,.28);transform:rotate(-18deg)}
.hero-section::after{width:72px;height:72px;left:-24px;bottom:34px;background:linear-gradient(145deg,#8d77ff,#5ed6d0);box-shadow:inset -10px -12px 20px rgba(49,41,117,.18),0 20px 44px rgba(94,214,208,.22)}
.hero-img-wrap{position:relative;z-index:1;/*border-radius:34px*/;overflow:hidden;box-shadow:var(--shadow);background:#111;transform:translateZ(0)}
.hero-img-wrap::after{content:"LIVE PICKS\A2026";white-space:pre;position:absolute;right:18px;bottom:16px;color:#fff;font:900 20px/1.0 system-ui;letter-spacing:-.04em;text-align:right;text-shadow:0 3px 16px rgba(0,0,0,.28)}
.hero-bg{width:100%;aspect-ratio:16/10;object-fit:cover;filter:saturate(1.03) contrast(1.02)}
.promo-badge{position:absolute;left:14px;top:14px;max-width:72%;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);font-size:9px;font-weight:800;color:#51445f;box-shadow:0 8px 20px rgba(0,0,0,.10)}
.hero-intro{position:relative;z-index:2;margin:-22px 14px 0;padding:22px 18px 18px;border-radius:25px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);box-shadow:var(--soft-shadow);font-size:12.5px;color:#62596e;border:1px solid rgba(255,255,255,.9)}
.update-tag{display:inline-flex;align-items:center;margin:0 6px 5px 0;padding:4px 10px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--violet),var(--pink));font-size:10px;font-weight:900;box-shadow:0 7px 18px rgba(124,92,255,.24)}
.main-content{padding:14px 14px 34px}
.search-filter-accordion{
    position:relative;
    margin:0 0 28px!important;
    border:0!important;
    border-radius:28px!important;
    overflow:hidden!important;

    isolation:isolate;

    background:
        radial-gradient(
            circle at top right,
            rgba(124,92,255,.18) 0,
            rgba(94,214,208,.12) 70px,
            transparent 110px
        ),
        rgba(255,255,255,.92)!important;

    box-shadow:var(--soft-shadow)!important;
}

.search-filter-accordion::before{
    display:none;
}
.filter-toggle-btn{position:relative;z-index:2;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:17px 18px!important;list-style:none!important;cursor:pointer!important;background:transparent!important;color:var(--ink)!important;font-size:14px!important;font-weight:900!important}.filter-toggle-btn::-webkit-details-marker{display:none!important}.filter-toggle-btn svg{fill:var(--violet)!important}
.toggle-arrow{display:grid!important;place-items:center!important;width:34px;height:34px;border-radius:14px;background:#f1edff;color:var(--violet)!important;font-size:19px!important;transition:.25s}.search-filter-accordion[open] .toggle-arrow{transform:rotate(45deg);background:#fff0f6;color:var(--pink)!important}
.filter-content-wrapper{padding:16px!important;background:rgba(255,255,255,.88)!important;border-top:1px solid var(--line)!important}.filter-group{display:grid;gap:8px;margin-bottom:14px}.filter-label{width:max-content;padding:4px 9px;border-radius:9px;background:#f2effa;color:#655b73;font-size:10px;font-weight:900;letter-spacing:.06em}.filter-options{display:flex;flex-wrap:wrap;gap:8px}.filter-options label{display:inline-flex;align-items:center;gap:5px;padding:8px 11px;border:1px solid var(--line);border-radius:14px;background:#fff;font-size:11px;font-weight:800;color:#5e5668;cursor:pointer;box-shadow:0 5px 14px rgba(69,49,100,.04)}.filter-options input{accent-color:var(--violet)}.filter-result-bar{padding-top:12px;border-top:1px dashed var(--line);text-align:right;font-size:11px;font-weight:800}#match-count{font-size:18px;color:var(--pink)}
.ranking-item{position:relative;isolation:isolate;margin:0 0 28px;padding:16px;border:1px solid rgba(255,255,255,.9);border-radius:var(--radius-xl);background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(250,249,255,.94));box-shadow:var(--shadow);overflow:hidden;transform-style:preserve-3d}
.ranking-item::before{content:"";position:absolute;z-index:-1;width:145px;height:145px;right:-45px;top:-52px;border-radius:44px;background:linear-gradient(145deg,rgba(124,92,255,.26),rgba(255,111,174,.20));transform:rotate(24deg) translateZ(-1px);box-shadow:inset -16px -16px 28px rgba(67,40,133,.08)}
.ranking-item:nth-of-type(3n)::before{background:linear-gradient(145deg,rgba(94,214,208,.30),rgba(255,214,107,.24));transform:rotate(-18deg)}
.ranking-item:nth-of-type(4n)::before{background:linear-gradient(145deg,rgba(255,111,174,.28),rgba(255,214,107,.25))}
.catchphrase{position:relative;display:inline-flex;max-width:86%;margin:0 0 14px;padding:7px 11px;border-radius:14px 14px 14px 4px;background:#211b2d;color:#fff;font-size:11px;font-weight:900;line-height:1.45;box-shadow:0 9px 18px rgba(33,27,45,.18)}
.item-flex-grid{display:grid;grid-template-columns:76px 1fr;gap:13px;align-items:center;margin-bottom:14px}.item-icon{width:76px}.item-icon img{width:76px;height:76px;object-fit:cover;border-radius:23px;box-shadow:0 12px 26px rgba(62,43,91,.17),inset 0 0 0 1px rgba(255,255,255,.8);transform:rotate(-3deg)}
.item-meta-block{min-width:0}.app-title{margin:0 0 3px}.app-title a{font-size:18px;line-height:1.35;font-weight:900;letter-spacing:-.035em;color:#211b2d}
.rating_android,.rating_ios,.rating_livechat{display:flex!important;align-items:center!important;gap:5px!important;margin:0!important;padding:0!important;font-size:11px}.rating_ios::before,.rating_android::before,.rating_livechat::before{content:""!important;display:inline-block!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;vertical-align:middle!important}.rating_ios::before{width:14px!important;height:14px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23211b2d' d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-41.3-19-69.6-18.6-35.5.5-68.4 20.2-86.7 51.9-37 64-9.5 158.3 26.8 210.8 17.7 25.6 39 53.9 66.8 53 26.6-.9 36.6-17 68.8-17 31.9 0 41.2 17 68.8 16.4 28.3-.5 47-25.7 64.5-51.1 20.2-29.3 28.5-57.7 29-59.2-.7-.3-56.7-21.7-57-86.5zM296.2 75.1c15.6-18.8 26-44.8 23-71.1-22.3 1-49.6 15.2-65.6 34-13.9 16.1-26 42.2-22.7 67.8 24.8 2.1 50.6-12 65.3-30.7z'/%3E%3C/svg%3E")!important}.rating_android::before{width:15px!important;height:15px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%235ed6d0' d='M420.55 301.93a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm-265.1 0a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm317.3-111.4l30.3-52.5a11.7 11.7 0 0 0-4.06-16 11.45 11.45 0 0 0-15.74 4.1l-30.5 52.8C415.05 160.23 354 144 288 144s-127.05 16.23-164.85 34.8l-30.5-52.8a11.45 11.45 0 0 0-15.74-4.1 11.7 11.7 0 0 0-4.06 16l30.3 52.5C41.35 221.13 0 280.43 0 348h576c0-67.57-41.35-126.87-103.25-157.47zM64 380h448v36H64zm0 68h448v64H64z'/%3E%3C/svg%3E")!important}
/* =========================
   Web版評価
========================= */


.rating_livechat::before {
    width: 14px !important;
    height: 14px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23211b2d' d='M256 32C132.3 32 32 114.6 32 216c0 56.7 31.3 107.6 80.5 141.6L96 480l118.5-59.3c13.5 2.2 27.4 3.3 41.5 3.3 123.7 0 224-82.3 224-184S379.7 32 256 32z'/%3E%3C/svg%3E");
}

/*.rating_livechat .score{
    font-weight:700;
    color:#666;
}*/
/* =========================
   星評価
========================= */
.star5_rating{
  --rating: 0%;
  position: relative;
  display: inline-block;
  color: #e4e0e9;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: middle;
}

.star5_rating::before,
.star5_rating::after{
  content: "★★★★★";
}

.star5_rating::before{
  color: #e4e0e9;
}

.star5_rating::after{
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating);
  overflow: hidden;
  color: #ffbd3e;
  white-space: nowrap;
}

/* 評価値 */
.star5_rating[data-rate="5"]{
  --rating: 100%;
}

.star5_rating[data-rate="4.5"]{
  --rating: 90%;
}

.star5_rating[data-rate="4"]{
  --rating: 80%;
}

.star5_rating[data-rate="3.5"]{
  --rating: 70%;
}

.star5_rating[data-rate="3"]{
  --rating: 60%;
}

.star5_rating[data-rate="2.5"]{
  --rating: 50%;
}

.star5_rating[data-rate="2"]{
  --rating: 40%;
}

.star5_rating[data-rate="1.5"]{
  --rating: 30%;
}

.star5_rating[data-rate="1"]{
  --rating: 20%;
}

.star5_rating[data-rate="0.5"]{
  --rating: 10%;
}

.star5_rating[data-rate="0"],
.star5_rating[data-rate=""]{
  --rating: 0%;
}

/* 数値表示 */
.score{
  margin-left: 4px;
  color: #ff5f9f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.mlcom_box_tag{display:flex;flex-wrap:wrap;gap:5px;list-style:none;margin:8px 0 0;padding:0}.mlcom_box_tag li.tag_base{margin:0;padding:3px 7px;border-radius:9px;font-size:9px;font-weight:900;color:#443a52;background:#f2eff7}.mlcom_box_tag li.tag1{background:#ffe3ef}.mlcom_box_tag li.tag2{background:#e6e1ff}.mlcom_box_tag li.tag3{background:#dcf8f4}.mlcom_box_tag li.tag5{background:#fff1c9}
.item-description{position:relative;margin:0 0 14px;padding:15px 15px 10px;border-radius:22px;background:#f6f4fb;color:#625a6d;font-size:12px}.item-description p{margin:0 0 8px}.item-description p:last-child{margin-bottom:0}
.bmbiz_box_card{position:relative;margin:0 0 12px;border-radius:24px;overflow:hidden;box-shadow:0 13px 30px rgba(61,43,91,.13)}.bmbiz_box_card::after{content:"OPEN";position:absolute;right:10px;bottom:10px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.88);font:900 9px/1 system-ui;letter-spacing:.08em;color:#322a3b;backdrop-filter:blur(10px)}.bmbiz_box_card img{width:100%;aspect-ratio:16/7.4;object-fit:cover}
.gift-banner{margin:0 0 12px;padding:10px 12px;border-radius:15px;background:linear-gradient(135deg,#fff2c8,#fff8df);color:#8a6113;font-size:11px;font-weight:900;border:1px solid rgba(255,214,107,.65)}.action-button-wrap{text-align:center}.btn-primary{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:12px 18px;border-radius:18px;background:linear-gradient(135deg,var(--violet),#9b6dff 42%,var(--pink));color:#fff;font-size:14px;font-weight:900;letter-spacing:.03em;box-shadow:0 14px 28px rgba(124,92,255,.28);transition:transform .18s ease,box-shadow .18s ease}.btn-primary::after{content:"↗";margin-left:8px;font-size:16px}.btn-primary:active{transform:translateY(2px);box-shadow:0 8px 18px rgba(124,92,255,.22)}

.multi-register-section,
.selection-criteria-box,
.site-info-summary,
section.faq{
    position:relative;
    margin:0 0 28px;
    padding:20px;
    border-radius:28px;
    background:#fff;
    box-shadow:var(--soft-shadow);
    border:1px solid rgba(255,255,255,.9);
    overflow:hidden;
}

.multi-register-section::before{
    content:"";
    position:absolute;
    width:130px;
    height:130px;
    border-radius:38px;
    right:-55px;
    bottom:-58px;
    background:linear-gradient(
        145deg,
        rgba(94,214,208,.25),
        rgba(124,92,255,.18)
    );
    transform:rotate(28deg);
}

.multi-title,
.criteria-title,
.site-info-summary h2,
section.faq h2{
    position:relative;
    margin:0 0 8px;
    font-size:17px;
    font-weight:900;
    line-height:1.45;
    letter-spacing:-.02em;
    color:#24203a;
}

.multi-subtitle,
.criteria-text,
.site-info-summary p{
    position:relative;
    margin:0 0 15px;
    font-size:12.5px;
    line-height:1.75;
    color:#555;
    font-weight:500;
}

.reason-compact-grid{
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.reason-mini-card{
    padding:15px;
    border-radius:19px;
    background:#f5f3fb;
}

.reason-mini-card:nth-child(2){
    background:#eefbf9;
}

.reason-mini-card strong{
    display:block;
    font-size:12.8px;
    font-weight:800;
    line-height:1.55;
    color:#24203a;
}

.reason-mini-card p{
    margin:6px 0 0;
    font-size:11.8px;
    line-height:1.75;
    color:#555;
}

.conclusion-box{
    position:relative;
    margin-top:14px;
    padding:14px;
    border-radius:16px;
    background:#fff1f7;
}

.conclusion-box p{
    margin:0;
    font-size:12px;
    line-height:1.75;
    color:#444;
}

.conclusion-box strong{
    color:#ff4d73;
}
/*.multi-register-section,.selection-criteria-box,.site-info-summary,section.faq{position:relative;margin:0 0 28px;padding:18px;border-radius:28px;background:#fff;box-shadow:var(--soft-shadow);border:1px solid rgba(255,255,255,.9);overflow:hidden}.multi-register-section::before{content:"";position:absolute;width:130px;height:130px;border-radius:38px;right:-55px;bottom:-58px;background:linear-gradient(145deg,rgba(94,214,208,.25),rgba(124,92,255,.18));transform:rotate(28deg)}.multi-title,.criteria-title,.site-info-summary h2,section.faq h2{position:relative;margin:0 0 7px;font-size:16px;font-weight:900;letter-spacing:-.02em}.multi-subtitle,.criteria-text,.site-info-summary p{position:relative;margin:0 0 13px;font-size:11.5px;color:var(--muted)}.reason-compact-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10px}.reason-mini-card{padding:13px;border-radius:19px;background:#f5f3fb}.reason-mini-card:nth-child(2){background:#eefbf9}.reason-mini-card strong{display:block;font-size:11.5px}.reason-mini-card p{margin:4px 0 0;font-size:10.5px;color:var(--muted);line-height:1.55}.conclusion-box{position:relative;margin-top:11px;padding:12px;border-radius:16px;background:#fff1f7;font-size:11px}.conclusion-box p{margin:0}*/


.banner-card{margin:0 0 26px;padding:18px;border-radius:26px;background:linear-gradient(135deg,#211b2d,#4a3568);color:#fff;box-shadow:var(--shadow)}.banner-title{font-size:14px;font-weight:900}.banner-body{font-size:11.5px;color:rgba(255,255,255,.78)}
section.faq h2{text-align:left}.faq-item{margin-bottom:9px}.faq-item summary{list-style:none;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item h3{position:relative;margin:0;padding:13px 40px 13px 14px;border-radius:16px;background:#f5f3fb;font-size:12px}.faq-item h3::after{content:"＋";position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--violet);font-size:18px}.faq-item[open] h3::after{content:"−"}.faq-item>p{margin:0;padding:12px 14px 4px;font-size:11.5px;color:var(--muted)}
.site-footer{padding:25px 18px 130px;text-align:center;background:#211b2d;color:#d9d2e4}.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:9px 13px;margin-bottom:12px}.footer-nav a,.footer-nav .modal-trigger{font-size:10px;text-decoration:underline;cursor:pointer}.copyright{margin:0;font-size:10px;color:#978da5}
.sticky-multi-nav{position:fixed;z-index:100;left:50%;bottom:0;transform:translateX(-50%);width:min(calc(100% - 16px),760px);padding:9px 10px 11px;border-radius:24px 24px 0 0;background:rgba(33,27,45,.92);backdrop-filter:blur(18px);box-shadow:0 -15px 40px rgba(33,27,45,.24)}.sticky-nav-title{text-align:center;color:#dcd4e7;font-size:9px;font-weight:800;margin-bottom:6px}.sticky-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.sticky-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:48px;padding:7px 4px;border-radius:15px;color:#fff;font-size:10.5px;font-weight:900}.sticky-btn span{font-size:8px;font-weight:500;opacity:.8}.st-1{background:linear-gradient(135deg,#ff6fae,#ff8bbd)}.st-2{background:linear-gradient(135deg,#5ed6d0,#44bfb8)}.st-3{background:linear-gradient(135deg,#7c5cff,#9d82ff)}
.custom-modal-overlay{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:14px;background:rgba(25,19,35,.58);backdrop-filter:blur(10px)}.custom-modal-window{width:min(100%,560px);max-height:82vh;overflow:auto;border-radius:28px;background:#fff;box-shadow:0 30px 80px rgba(22,15,34,.32)}.custom-modal-header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:15px 17px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.custom-modal-title{margin:0;font-size:14px}.custom-modal-close-btn{width:32px;height:32px;border:0;border-radius:12px;background:#f2eff8;color:#594f65;font-size:18px;cursor:pointer}.custom-modal-body{padding:18px;font-size:11.5px;color:#625a6d}.modal-table{width:100%;border-collapse:collapse}.modal-table th,.modal-table td{padding:9px 0;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.modal-table th{width:30%;font-size:10px;color:#8c8397}.modal-notice-box{margin-top:12px;padding:12px;border-radius:16px;background:#f6f3fb}.service-provider-list article{padding:8px 0;border-bottom:1px solid var(--line)}.service-provider-list h3,.service-provider-list p{margin:0}.service-provider-list h3{font-size:12px}.service-provider-list p,.note{font-size:10.5px;color:var(--muted)}body.modal-open{overflow:hidden}
@media (min-width:760px){
  .app-container{width:min(calc(100% - 40px),1120px);overflow:visible}
  .site-header{border-radius:0 0 18px 18px}
  .hero-section{padding:30px 30px 18px}
  .hero-img-wrap{max-width:1060px;margin:0 auto}
  .hero-bg{aspect-ratio:16/7.5}
  .hero-intro{max-width:940px;margin:-28px auto 0;padding:24px;font-size:13px}
  .main-content{
    padding:24px 30px 52px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:24px;
    align-items:start;
  }
  .search-filter-accordion,
  .multi-register-section,
  .selection-criteria-box,
  .site-info-summary,
  .banner-card,
  section.faq{grid-column:1 / -1;margin:0!important}
  .ranking-item{
    grid-column:auto;
    width:100%;
    min-width:0;
    margin:0;
    transform:none!important;
    transition:transform .25s ease,box-shadow .25s ease;
  }
  .ranking-item:hover{transform:translateY(-5px)!important;box-shadow:0 30px 70px rgba(72,50,124,.18)}
  .ranking-item:nth-of-type(4n+2) .item-icon img{transform:rotate(3deg)}
  .ranking-item:nth-of-type(4n+2)::before{right:auto;left:-48px;transform:rotate(-18deg)}
  .multi-register-section{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:20px;align-items:center}
  .multi-title,.multi-subtitle,.conclusion-box{grid-column:1}
  .reason-compact-grid{grid-column:2;grid-row:1 / 4}
  .sticky-multi-nav{width:min(calc(100% - 40px),1060px)}
}
@media (min-width:760px) and (max-width:900px){
  .app-container{width:min(calc(100% - 24px),860px)}
  .main-content{padding-left:18px;padding-right:18px;gap:18px}
  .app-title a{font-size:16px}
  .item-flex-grid{grid-template-columns:68px minmax(0,1fr)}
  .item-icon,.item-icon img{width:68px;height:68px}
  .mlcom_box_tag li.tag_base{font-size:9px;padding:4px 7px}
}
@media(max-width:420px){.reason-compact-grid{grid-template-columns:1fr}.app-title a{font-size:16px}.hero-img-wrap::after{font-size:17px}.ranking-item{padding:14px;border-radius:27px}.item-description{padding:13px}.sticky-btn{font-size:9.5px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* =========================
   Mobile（デフォルト）
========================= */
.hero-section{
  padding:0;
}

.hero-img-wrap{
  border-radius:0;
}

/* =========================
   PCのみ
========================= */
@media (min-width:760px){

  .hero-section{
    padding:18px 14px 10px;
  }

  .hero-img-wrap{
    border-radius:34px;
    overflow:hidden;
  }

}


/* ==========================================================================\n   SHOWCASE CARD ENHANCEMENT — stronger content separation\n   ========================================================================== */
.main-content{counter-reset:service-card}
.ranking-item{
  --card-accent:#7c5cff;
  --card-accent-2:#ff6fae;
  --card-tint:#f4f0ff;
  margin-bottom:42px;
  padding:0;
  border:1px solid color-mix(in srgb,var(--card-accent) 18%,#fff);
  border-radius:32px;
  background:#fff;
  box-shadow:0 22px 55px rgba(54,39,92,.14),0 3px 10px rgba(54,39,92,.06);
  overflow:visible;
}
.ranking-item:nth-of-type(2n){--card-accent:#09a9a1;--card-accent-2:#64dfc7;--card-tint:#ecfbf8}
.ranking-item:nth-of-type(3n){--card-accent:#f05b94;--card-accent-2:#ff9c74;--card-tint:#fff0f5}
.ranking-item:nth-of-type(4n){--card-accent:#5b7cf0;--card-accent-2:#78c7ff;--card-tint:#eef5ff}
.ranking-item:nth-of-type(5n){--card-accent:#9a62db;--card-accent-2:#d18cff;--card-tint:#f8efff}
.ranking-item:nth-of-type(6n){--card-accent:#ef8d28;--card-accent-2:#ffd06b;--card-tint:#fff7e8}
.ranking-item:nth-of-type(7n){--card-accent:#58616e;--card-accent-2:#9aa8ba;--card-tint:#f2f5f8}
.ranking-item::before{
  content:attr(data-rank);
  z-index:0;
  width:auto;height:auto;
  top:-31px;right:18px;
  border-radius:0;
  background:none;
  color:var(--card-accent);
  font:900 clamp(58px,10vw,92px)/1 Arial,sans-serif;
  letter-spacing:-.09em;
  opacity:.12;
  transform:none;
  box-shadow:none;
  pointer-events:none;
}
.ranking-item::after{
  content:"FEATURED APP";
  position:absolute;
  z-index:4;
  top:-13px;left:22px;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--card-accent),var(--card-accent-2));
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  box-shadow:0 9px 18px color-mix(in srgb,var(--card-accent) 30%,transparent);
}
.ranking-item .catchphrase{
  position:relative;z-index:2;
  display:block;width:auto;
  margin:0;
  padding:25px 82px 18px 20px;
  border-radius:31px 31px 0 0;
  background:linear-gradient(120deg,var(--card-tint),#fff 72%);
  color:#252135;
  font-size:13px;
  line-height:1.55;
  border-bottom:1px solid color-mix(in srgb,var(--card-accent) 13%,#eee);
}
.ranking-item .item-flex-grid{
  position:relative;z-index:2;
  margin:0;
  padding:18px 18px 14px;
  align-items:flex-start;
}
.ranking-item .item-icon{
  flex:0 0 78px;width:78px;
  padding:5px;
  border-radius:23px;
  background:#fff;
  box-shadow:0 14px 28px color-mix(in srgb,var(--card-accent) 18%,transparent);
  transform:translateY(-5px) rotate(-2deg);
}
.ranking-item:nth-of-type(even) .item-icon{transform:translateY(-5px) rotate(2deg)}
.ranking-item .item-icon img{border-radius:18px;transform:none!important}
.ranking-item .item-meta-block{gap:5px;min-width:0}
.ranking-item .app-title a{font-size:19px;line-height:1.25;color:#211d2d}
.ranking-item .rating_android,.ranking-item .rating_ios,.ranking-item .rating_livechat{
  width:max-content;
  padding:3px 8px!important;
  border-radius:999px;
  background:#f7f7fa;
}
.ranking-item .mlcom_box_tag{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  margin:15px 18px 0;
  width:auto;
}
.ranking-item .mlcom_box_tag li.tag_base{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  margin:0;
  padding:8px 6px;
  border-radius:12px;
  background:var(--card-tint)!important;
  border:1px solid color-mix(in srgb,var(--card-accent) 15%,#fff);
  color:#383044;
  font-size:10px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.ranking-item .item-description{
  margin:14px 18px 16px;
  padding:16px 16px 14px;
  border-radius:20px;
  background:#faf9fc;
  border:1px solid #efedf4;
  box-shadow:inset 4px 0 0 var(--card-accent);
}
.ranking-item .item-description p{margin-top:0}.ranking-item .item-description p:last-child{margin-bottom:0}
.ranking-item .bmbiz_box_card{
  margin:0 18px 16px;
  padding:7px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--card-accent),var(--card-accent-2));
  border:0;
  box-shadow:0 16px 35px color-mix(in srgb,var(--card-accent) 20%,transparent);
}
.ranking-item .bmbiz_box_card a{display:block;border-radius:16px;overflow:hidden;background:#fff}
.ranking-item .bmbiz_box_card img{width:100%;height:auto;object-fit:contain;background:#fff}
.ranking-item .gift-banner{
  margin:0 18px 0;
  padding:12px 14px;
  border-radius:16px 16px 0 0;
  background:var(--card-tint);
  color:#51475e;
  border:1px solid color-mix(in srgb,var(--card-accent) 15%,#eee);
  border-bottom:0;
}
.ranking-item .action-button-wrap{
  position:relative;
  margin:0 12px -18px;
  padding:10px;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 36px rgba(48,32,83,.16);
}
.ranking-item .btn-primary{
  min-height:58px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--card-accent),var(--card-accent-2));
  box-shadow:0 12px 24px color-mix(in srgb,var(--card-accent) 28%,transparent);
  font-size:14px;
}
.ranking-item .btn-primary::before{content:"公式情報を";margin-right:.25em;font-size:10px;opacity:.85}

@media(min-width:760px){
  .ranking-item{margin-bottom:54px;border-radius:36px}
  .ranking-item .catchphrase{padding:28px 125px 20px 26px;border-radius:35px 35px 0 0;font-size:14px}
  .ranking-item .item-flex-grid{padding:22px 24px 14px;gap:18px}
  .ranking-item .item-icon{flex-basis:92px;width:92px;border-radius:27px}
  .ranking-item .item-icon img{border-radius:21px}
  .ranking-item .app-title a{font-size:22px}
  .ranking-item .mlcom_box_tag{grid-template-columns:repeat(4,minmax(0,1fr));margin:18px 24px 0}
  .ranking-item .item-description{margin:16px 24px 18px;padding:18px 20px}
  .ranking-item .bmbiz_box_card{margin:0 24px 18px;padding:9px;border-radius:26px}
  .ranking-item .bmbiz_box_card a{border-radius:19px}
  .ranking-item .gift-banner{margin:0 24px}
  .ranking-item .action-button-wrap{margin:0 18px -20px;padding:11px;border-radius:24px}
  .ranking-item:hover{transform:translateY(-7px)!important;box-shadow:0 34px 75px rgba(54,39,92,.19),0 6px 18px rgba(54,39,92,.08)}
}
@media(max-width:420px){
  .ranking-item{border-radius:27px;margin-bottom:38px}
  .ranking-item::before{top:-22px;right:14px;font-size:58px}
  .ranking-item::after{left:15px}
  .ranking-item .catchphrase{padding:23px 67px 15px 15px;border-radius:26px 26px 0 0;font-size:11.5px}
  .ranking-item .item-flex-grid{padding:15px 14px 9px;gap:12px}
  .ranking-item .item-icon{flex-basis:67px;width:67px;border-radius:20px}
  .ranking-item .app-title a{font-size:16px}
  .ranking-item .mlcom_box_tag{margin:12px 14px 0;gap:6px}
  .ranking-item .item-description{margin:12px 14px 14px;padding:14px}
  .ranking-item .bmbiz_box_card{margin:0 14px 14px}
  .ranking-item .gift-banner{margin:0 14px}
  .ranking-item .action-button-wrap{margin:0 9px -16px}
}

/* block 2 */
/* 画像を切り抜かず、元の縦横比で全体表示 */
.bmbiz_box_card {
  background: #f7f5fb;
}
.bmbiz_box_card img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* PC版：比較ポイントセクションのレイアウト安定化 */
@media (min-width: 901px) {
  .multi-register-section {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    grid-template-areas:
      "title reasons"
      "subtitle reasons"
      "conclusion reasons" !important;
    grid-template-rows: auto auto 1fr !important;
    column-gap: 24px !important;
    row-gap: 10px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .multi-register-section .multi-title {
    grid-area: title !important;
    margin: 0 !important;
    align-self: end !important;
  }
  .multi-register-section .multi-subtitle {
    grid-area: subtitle !important;
    margin: 0 !important;
  }
  .multi-register-section .reason-compact-grid {
    grid-area: reasons !important;
    width: 100% !important;
    min-width: 0 !important;
    align-self: stretch !important;
  }
  .multi-register-section .reason-mini-card {
    min-width: 0 !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }
  .multi-register-section .conclusion-box {
    grid-area: conclusion !important;
    margin: 0 !important;
    align-self: start !important;
  }
}

/* タブレットでは無理に左右分割せず縦並び */
@media (min-width: 760px) and (max-width: 900px) {
  .multi-register-section {
    display: block !important;
  }
  .multi-register-section .reason-compact-grid {
    margin-top: 14px !important;
  }
  .multi-register-section .conclusion-box {
    margin-top: 12px !important;
  }
}

/* block 3 */
/* =========================================================
   Ranking card refinement: one consistent visual system
   ========================================================= */
.ranking-item{
  --content-pad:18px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--card-accent) 18%,#e8e5ee);
  border-radius:28px;
  box-shadow:0 18px 42px rgba(48,35,75,.11);
  background:#fff;
}

/* Rank and title work as one header unit */
.ranking-item::before{
  content:attr(data-rank);
  position:absolute;
  z-index:3;
  top:0;
  right:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:100%;
  max-height:92px;
  color:color-mix(in srgb,var(--card-accent) 82%,#15121c);
  background:color-mix(in srgb,var(--card-accent) 10%,#fff);
  border-left:1px solid color-mix(in srgb,var(--card-accent) 16%,#ece9f0);
  font:900 38px/1 Arial,sans-serif;
  letter-spacing:-.07em;
  opacity:1;
  transform:none;
  pointer-events:none;
}
.ranking-item::after{
  content:"EDITOR'S PICK";
  top:12px;
  left:var(--content-pad);
  z-index:4;
  padding:0;
  border-radius:0;
  background:none;
  color:var(--card-accent);
  box-shadow:none;
  font-size:8px;
  letter-spacing:.16em;
}
.ranking-item .catchphrase{
  display:flex;
  align-items:flex-end;
  width:100%;
  min-height:92px;
  margin:0;
  padding:35px 96px 17px var(--content-pad);
  border:0;
  border-radius:0;
  border-bottom:1px solid color-mix(in srgb,var(--card-accent) 14%,#ece9f0);
  background:linear-gradient(120deg,color-mix(in srgb,var(--card-accent) 8%,#fff),#fff 68%);
  color:#211d2b;
  font-size:16px;
  font-weight:900;
  line-height:1.45;
  letter-spacing:.01em;
  box-shadow:none;
}

/* Service identity */
.ranking-item .item-flex-grid{
  padding:18px var(--content-pad) 8px;
  gap:14px;
  align-items:center;
}
.ranking-item .item-icon,
.ranking-item:nth-of-type(even) .item-icon{
  flex:0 0 76px;
  width:76px;
  height:76px;
  aspect-ratio:1/1;
  padding:4px;
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 20px color-mix(in srgb,var(--card-accent) 15%,transparent);
  transform:none;
}
.ranking-item .item-icon img{
  display:block;
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  border-radius:16px;
}

/* Tags return to compact metadata chips */
.ranking-item .mlcom_box_tag{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  width:auto;
  margin:8px 0 0;
}
.ranking-item .mlcom_box_tag li.tag_base{
  display:inline-flex;
  width:auto;
  min-height:0;
  margin:0;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid color-mix(in srgb,var(--card-accent) 13%,#ece9f0);
  background:color-mix(in srgb,var(--card-accent) 6%,#fff)!important;
  color:#51495b;
  font-size:9px;
  line-height:1.2;
  box-shadow:none;
  white-space:nowrap;
}

/* Comments are a first-class content block, without odd accent stripe */
.ranking-item .item-description{
  margin:12px var(--content-pad) 16px;
  padding:16px 17px;
  border:1px solid #ece9f0;
  border-radius:16px;
  background:#faf9fb;
  box-shadow:none;
  color:#514b59;
  line-height:1.75;
}
.ranking-item .item-description p{margin:0 0 9px}

/* Image supports the comments instead of dominating them */
.ranking-item .bmbiz_box_card{
  margin:0 var(--content-pad) 14px;
  padding:0;
  border:1px solid #ece9f0;
  border-radius:16px;
  background:#fff;
  box-shadow:none;
  overflow:hidden;
}
.ranking-item .bmbiz_box_card::after{display:none}
.ranking-item .bmbiz_box_card a{border-radius:0;background:#fff}
.ranking-item .bmbiz_box_card img{
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  background:#fff;
}

/* Gift note and CTA form one coherent footer */
.ranking-item .gift-banner{
  margin:0 var(--content-pad);
  padding:10px 13px;
  border:1px solid color-mix(in srgb,var(--card-accent) 14%,#ece9f0);
  border-bottom:0;
  border-radius:14px 14px 0 0;
  background:color-mix(in srgb,var(--card-accent) 6%,#fff);
  color:#51495b;
}
.ranking-item .action-button-wrap{
  margin:0 var(--content-pad) var(--content-pad);
  padding:0;
  border-radius:0 0 14px 14px;
  background:none;
  box-shadow:none;
}
.ranking-item .btn-primary{
  min-height:54px;
  border-radius:0 0 14px 14px;
  box-shadow:none;
  font-size:14px;
}
.ranking-item .btn-primary:hover{
  transform:none;
  filter:brightness(1.04);
}

@media(min-width:760px){
  .ranking-item{--content-pad:24px;border-radius:30px;margin-bottom:44px}
  .ranking-item::before{width:104px;max-height:106px;font-size:48px}
  .ranking-item::after{top:15px}
  .ranking-item .catchphrase{
    min-height:106px;
    padding:42px 128px 20px var(--content-pad);
    font-size:19px;
  }
  .ranking-item .item-flex-grid{padding:22px var(--content-pad) 10px}
  .ranking-item .item-icon,
  .ranking-item:nth-of-type(even) .item-icon{flex-basis:86px;width:86px;height:86px;border-radius:22px}
  .ranking-item .item-icon img{border-radius:18px}
  .ranking-item .mlcom_box_tag{display:flex;margin:10px 0 0}
  .ranking-item .item-description{margin-top:14px;padding:18px 20px;font-size:13px}
  .ranking-item .bmbiz_box_card{margin-bottom:16px}
  .ranking-item .action-button-wrap{margin-bottom:var(--content-pad)}
  .ranking-item:hover{transform:translateY(-3px)!important;box-shadow:0 23px 52px rgba(48,35,75,.14)}
}

@media(max-width:420px){
  .ranking-item{--content-pad:14px;border-radius:23px;margin-bottom:30px}
  .ranking-item::before{top:0;right:0;width:64px;height:86px;max-height:86px;font-size:31px}
  .ranking-item::after{top:10px;left:var(--content-pad);font-size:7px}
  .ranking-item .catchphrase{
    min-height:86px;
    padding:31px 76px 14px var(--content-pad);
    border-radius:0;
    font-size:14px;
  }
  .ranking-item .item-flex-grid{padding:15px var(--content-pad) 7px;gap:11px}
  .ranking-item .item-icon,
  .ranking-item:nth-of-type(even) .item-icon{flex-basis:66px;width:66px;height:66px;border-radius:17px}
  .ranking-item .item-icon img{border-radius:13px}
  .ranking-item .mlcom_box_tag{margin-top:7px;gap:4px}
  .ranking-item .mlcom_box_tag li.tag_base{padding:3px 6px;font-size:8px}
  .ranking-item .item-description{margin-top:10px;padding:13px 14px;border-radius:14px}
  .ranking-item .bmbiz_box_card{border-radius:14px}
  .ranking-item .gift-banner{border-radius:12px 12px 0 0}
  .ranking-item .btn-primary{border-radius:0 0 12px 12px}
}

/* block 4 */
/* =========================================================
   Compact, stylish, conversion-focused ranking cards
   ========================================================= */
.ranking-item{
  --content-pad:16px;
  margin-bottom:24px;
  border-radius:24px;
  border:1px solid color-mix(in srgb,var(--card-accent) 16%,#e9e6ef);
  box-shadow:0 14px 34px rgba(48,35,75,.09);
  background:linear-gradient(180deg,#fff 0%,#fff 72%,color-mix(in srgb,var(--card-accent) 3%,#fff) 100%);
}

/* Editorial label removed */
.ranking-item::after{content:none!important;display:none!important}

/* Rank badge and title form one compact header */
.ranking-item::before{
  content:attr(data-rank);
  top:12px;
  right:14px;
  width:auto;
  height:auto;
  max-height:none;
  padding:5px 9px 5px 8px;
  border:1px solid color-mix(in srgb,var(--card-accent) 24%,#fff);
  border-radius:999px;
  background:linear-gradient(135deg,color-mix(in srgb,var(--card-accent) 88%,#17131e),var(--card-accent-2));
  color:#fff;
  box-shadow:0 7px 16px color-mix(in srgb,var(--card-accent) 20%,transparent);
  font:900 12px/1.1 'Noto Sans JP',sans-serif;
  letter-spacing:.08em;
  transform:none;
}
.ranking-item .catchphrase{
  display:block;
  width:100%;
  min-height:0;
  margin:0;
  padding:15px 68px 14px var(--content-pad);
  border:0;
  border-radius:0;
  border-bottom:1px solid color-mix(in srgb,var(--card-accent) 12%,#ece9f0);
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--card-accent) 9%,#fff),#fff 72%);
  color:#272230;
  font-size:13px;
  font-weight:800;
  line-height:1.5;
  letter-spacing:0;
  box-shadow:none;
}
.ranking-item .catchphrase::before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:50%;
  background:var(--card-accent);
  box-shadow:0 0 0 5px color-mix(in srgb,var(--card-accent) 10%,transparent);
  vertical-align:1px;
}

/* Denser identity block with a soft tint instead of empty white */
.ranking-item .item-flex-grid{
  margin:0;
  padding:14px var(--content-pad) 10px;
  gap:12px;
  align-items:center;
  background:linear-gradient(135deg,color-mix(in srgb,var(--card-accent) 5%,#fff),#fff 60%);
}
.ranking-item .item-meta-block{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "title ratings"
    "tags tags";
  align-items:center;
  column-gap:10px;
  row-gap:7px;
  min-width:0;
}
.ranking-item .app-title{grid-area:title;margin:0}
.ranking-item .app-title a{font-size:17px;line-height:1.3}
.ranking-item .rating_android,.ranking-item .rating_ios,.ranking-item .rating_livechat{font-size:10px}
.ranking-item .rating_android{grid-area:ratings;align-self:end}
.ranking-item .rating_ios{grid-area:ratings;align-self:start;margin-top:21px!important}
.ranking-item .star5_rating{font-size:11px!important}
.ranking-item .score{font-size:10px!important}

.ranking-item .item-icon,
.ranking-item:nth-of-type(even) .item-icon{
  flex:0 0 68px;
  width:68px;
  height:68px;
  padding:3px;
  border-radius:18px;
  box-shadow:0 8px 18px color-mix(in srgb,var(--card-accent) 14%,transparent);
}
.ranking-item .item-icon img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  border-radius:15px;
}

/* Sleeker capsule tags with accent details */
.ranking-item .mlcom_box_tag{
  grid-area:tags;
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin:0;
}
.ranking-item .mlcom_box_tag li.tag_base{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:4px 8px 4px 7px;
  border:0;
  border-radius:999px;
  background:#f5f3f8!important;
  color:#4f4859;
  font-size:8.5px;
  font-weight:800;
  line-height:1;
  letter-spacing:.01em;
  box-shadow:inset 0 0 0 1px rgba(66,52,90,.06);
}
.ranking-item .mlcom_box_tag li.tag_base::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--card-accent);
}
.ranking-item .mlcom_box_tag li.tag1::before{background:#f05b94}
.ranking-item .mlcom_box_tag li.tag2::before{background:#7c5cff}
.ranking-item .mlcom_box_tag li.tag3::before{background:#09a9a1}
.ranking-item .mlcom_box_tag li.tag5::before{background:#ef8d28}

/* Content blocks tightened for faster scanning */
.ranking-item .item-description{
  margin:8px var(--content-pad) 10px;
  padding:13px 14px;
  border:1px solid #eeebf1;
  border-radius:14px;
  background:#fbfafc;
  font-size:12px;
  line-height:1.65;
}
.ranking-item .item-description p{margin:0 0 7px}
.ranking-item .item-description p:last-child{margin-bottom:0}
.ranking-item .bmbiz_box_card{
  margin:0 var(--content-pad) 10px;
  border-radius:14px;
  border:1px solid #eeebf1;
  overflow:hidden;
}

/* CTA is one continuous conversion panel */
.ranking-item .gift-banner{
  margin:0 var(--content-pad);
  padding:8px 11px;
  border:1px solid color-mix(in srgb,var(--card-accent) 14%,#e9e6ef);
  border-bottom:0;
  border-radius:13px 13px 0 0;
  background:linear-gradient(90deg,color-mix(in srgb,var(--card-accent) 7%,#fff),#fff);
  color:#51495b;
  font-size:10.5px;
}
.ranking-item .action-button-wrap{
  margin:0 var(--content-pad) var(--content-pad);
  padding:0;
}
.ranking-item .btn-primary{
  position:relative;
  min-height:49px;
  border-radius:0 0 13px 13px;
  font-size:13.5px;
  box-shadow:0 10px 22px color-mix(in srgb,var(--card-accent) 23%,transparent);
  overflow:hidden;
  animation:ctaFloat 2.8s ease-in-out infinite;
}
.ranking-item .btn-primary::before{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.36) 48%,transparent 66%);animation:ctaShine 3.8s ease-in-out infinite}
.ranking-item .btn-primary::after{position:relative;z-index:1;content:"→";margin-left:8px;font-size:14px}
.ranking-item .btn-primary{isolation:isolate}
.ranking-item .btn-primary{color:#fff}
.ranking-item .btn-primary > *{position:relative;z-index:1}
@keyframes ctaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
@keyframes ctaShine{0%,52%{transform:translateX(-120%)}72%,100%{transform:translateX(120%)}}

@media(min-width:760px){
  .ranking-item{--content-pad:20px;margin-bottom:30px;border-radius:26px}
  .ranking-item::before{top:14px;right:18px;font-size:12px;padding:6px 10px}
  .ranking-item .catchphrase{padding:17px 78px 16px var(--content-pad);font-size:13.5px}
  .ranking-item .item-flex-grid{padding:16px var(--content-pad) 11px}
  .ranking-item .item-icon,.ranking-item:nth-of-type(even) .item-icon{flex-basis:74px;width:74px;height:74px}
  .ranking-item .app-title a{font-size:18px}
  .ranking-item .item-description{margin-top:9px;padding:14px 15px}
}

@media(max-width:520px){
  .ranking-item{--content-pad:13px;margin-bottom:20px;border-radius:21px}
  .ranking-item::before{top:10px;right:11px;padding:5px 8px;font-size:10px}
  .ranking-item .catchphrase{padding:13px 59px 12px var(--content-pad);font-size:11.5px;line-height:1.45}
  .ranking-item .catchphrase::before{width:6px;height:6px;margin-right:6px;box-shadow:0 0 0 4px color-mix(in srgb,var(--card-accent) 9%,transparent)}
  .ranking-item .item-flex-grid{padding:12px var(--content-pad) 8px;gap:10px}
  .ranking-item .item-icon,.ranking-item:nth-of-type(even) .item-icon{flex-basis:61px;width:61px;height:61px;border-radius:16px}
  .ranking-item .item-icon img{border-radius:13px}
  .ranking-item .item-meta-block{display:block}
  .ranking-item .app-title a{font-size:15.5px}
  .ranking-item .rating_android,.ranking-item .rating_ios,.ranking-item .rating_livechat{display:inline-flex!important;margin-right:7px!important}
  .ranking-item .mlcom_box_tag{margin-top:6px;gap:4px}
  .ranking-item .mlcom_box_tag li.tag_base{padding:3px 6px;font-size:7.8px}
  .ranking-item .item-description{margin:7px var(--content-pad) 9px;padding:11px 12px;font-size:11.5px;line-height:1.6}
  .ranking-item .bmbiz_box_card{margin-bottom:9px}
  .ranking-item .gift-banner{padding:7px 10px;font-size:10px}
  .ranking-item .btn-primary{min-height:47px;font-size:13px}
}

@media(prefers-reduced-motion:reduce){
  .ranking-item .btn-primary,.ranking-item .btn-primary::before{animation:none!important}
}

/* block 5 */
/* Final refinement: elegant rank header, richer identity panel, readable mobile type */
.ranking-item{
  --content-pad:16px;
  overflow:hidden;
  margin-bottom:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--card-accent) 14%,#e9e6ef);
  box-shadow:0 16px 38px rgba(48,35,75,.10);
}

/* Rank is integrated into the title rail rather than shown as a floating badge */
.ranking-item::before{
  content:attr(data-rank)!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:auto!important;
  width:66px!important;
  height:64px!important;
  max-height:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0 0 18px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(145deg,var(--card-accent),var(--card-accent-2))!important;
  color:#fff!important;
  box-shadow:8px 8px 22px color-mix(in srgb,var(--card-accent) 22%,transparent)!important;
  font:800 25px/1 'Noto Sans JP',sans-serif!important;
  letter-spacing:-.04em!important;
  transform:none!important;
  z-index:3!important;
}
.ranking-item::after{content:none!important}
.ranking-item .catchphrase{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-height:64px!important;
  margin:0!important;
  padding:12px 16px 12px 82px!important;
  border:0!important;
  border-radius:0!important;
  border-bottom:1px solid color-mix(in srgb,var(--card-accent) 12%,#ece9f0)!important;
  background:linear-gradient(90deg,color-mix(in srgb,var(--card-accent) 9%,#fff),#fff 76%)!important;
  color:#292331!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.45!important;
  letter-spacing:-.01em!important;
  box-shadow:none!important;
}
.ranking-item .catchphrase::before{
  content:"RANK"!important;
  position:absolute!important;
  left:14px!important;
  top:7px!important;
  width:38px!important;
  height:auto!important;
  margin:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.78)!important;
  font:700 8px/1 'Noto Sans JP',sans-serif!important;
  letter-spacing:.14em!important;
  z-index:4!important;
}

/* Identity panel: layered surface, stronger hierarchy, no empty white void */
.ranking-item .item-flex-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  margin:0!important;
  padding:15px var(--content-pad) 13px!important;
  background:
    radial-gradient(circle at 8% 15%,color-mix(in srgb,var(--card-accent) 13%,transparent),transparent 34%),
    linear-gradient(135deg,#fbfaff 0%,#fff 64%)!important;
}
.ranking-item .item-flex-grid::after{
  content:"";
  position:absolute;
  right:16px;
  top:15px;
  width:58px;
  height:58px;
  border-radius:18px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--card-accent) 9%,transparent),transparent);
  transform:rotate(12deg);
  pointer-events:none;
}
.ranking-item .item-icon,
.ranking-item:nth-of-type(even) .item-icon{
  position:relative!important;
  z-index:2!important;
  width:78px!important;
  height:78px!important;
  min-width:78px!important;
  padding:4px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--card-accent) 8%,#fff))!important;
  box-shadow:0 12px 25px color-mix(in srgb,var(--card-accent) 16%,transparent),inset 0 0 0 1px rgba(255,255,255,.9)!important;
  transform:none!important;
}
.ranking-item .item-icon img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  border-radius:18px!important;
  transform:none!important;
}
.ranking-item .item-meta-block{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  min-width:0!important;
  padding:1px 0!important;
}
.ranking-item .app-title{margin:0 0 7px!important}
.ranking-item .app-title a{
  display:inline-block!important;
  color:#211b2d!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1.3!important;
  letter-spacing:-.035em!important;
}
.ranking-item .rating_android,
.ranking-item .rating_ios,
.ranking-item .rating_livechat{
  display:inline-flex!important;
  align-items:center!important;
  margin:0 10px 0 0!important;
  font-size:12px!important;
}
.ranking-item .star5_rating{font-size:13px!important}
.ranking-item .score{font-size:12px!important}

/* Modern tags: compact outlined chips with subtle color coding */
.ranking-item .mlcom_box_tag{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin:9px 0 0!important;
  padding:0!important;
}
.ranking-item .mlcom_box_tag li.tag_base{
  display:inline-flex!important;
  align-items:center!important;
  min-height:25px!important;
  padding:5px 9px!important;
  border-radius:8px!important;
  border:1px solid rgba(63,51,82,.08)!important;
  background:rgba(255,255,255,.78)!important;
  color:#4c4556!important;
  box-shadow:0 3px 10px rgba(45,34,63,.04)!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}
.ranking-item .mlcom_box_tag li.tag_base::before{
  content:""!important;
  width:6px!important;
  height:6px!important;
  flex:0 0 6px!important;
  border-radius:2px!important;
  background:var(--card-accent)!important;
  transform:rotate(45deg)!important;
}
.ranking-item .mlcom_box_tag li.tag1::before{background:#f05b94!important}
.ranking-item .mlcom_box_tag li.tag2::before{background:#7c5cff!important}
.ranking-item .mlcom_box_tag li.tag3::before{background:#09a9a1!important}
.ranking-item .mlcom_box_tag li.tag5::before{background:#ef8d28!important}

/* Restore standard mobile readability without making the card excessively tall */
.ranking-item .item-description{
  margin:8px var(--content-pad) 10px!important;
  padding:13px 14px!important;
  font-size:14px!important;
  line-height:1.72!important;
}
.ranking-item .item-description p{margin:0 0 8px!important}
.ranking-item .gift-banner{font-size:13px!important;line-height:1.4!important}
.ranking-item .btn-primary{font-size:16px!important;min-height:52px!important}

@media(min-width:760px){
  .ranking-item{--content-pad:20px;margin-bottom:26px}
  .ranking-item::before{width:72px!important;height:68px!important;font-size:27px!important}
  .ranking-item .catchphrase{min-height:68px!important;padding-left:90px!important;padding-right:20px!important;font-size:15.5px!important}
  .ranking-item .catchphrase::before{left:16px!important;top:7px!important}
  .ranking-item .item-flex-grid{grid-template-columns:84px minmax(0,1fr)!important;gap:17px!important;padding:17px var(--content-pad) 15px!important}
  .ranking-item .item-icon,.ranking-item:nth-of-type(even) .item-icon{width:84px!important;height:84px!important;min-width:84px!important}
  .ranking-item .app-title a{font-size:21px!important}
  .ranking-item .item-description{font-size:14px!important}
}

@media(max-width:520px){
  .ranking-item{--content-pad:13px;margin-bottom:19px;border-radius:21px}
  .ranking-item::before{width:59px!important;height:60px!important;font-size:22px!important;border-radius:0 0 16px 0!important}
  .ranking-item .catchphrase{min-height:60px!important;padding:10px 12px 10px 72px!important;font-size:14.5px!important;line-height:1.42!important}
  .ranking-item .catchphrase::before{left:11px!important;top:7px!important;font-size:7px!important}
  .ranking-item .item-flex-grid{grid-template-columns:70px minmax(0,1fr)!important;gap:11px!important;padding:13px var(--content-pad) 11px!important}
  .ranking-item .item-icon,.ranking-item:nth-of-type(even) .item-icon{width:90px!important;height:90px!important;min-width:90px!important;border-radius:19px!important}
  .ranking-item .item-icon img{border-radius:15px!important}
  .ranking-item .app-title{margin-bottom:5px!important}
  .ranking-item .app-title a{font-size:18px!important;line-height:1.28!important}
  .ranking-item .rating_android,.ranking-item .rating_ios,.ranking-item .rating_livechat{margin-right:6px!important}
  .ranking-item .star5_rating{font-size:12px!important}
  .ranking-item .score{font-size:11.5px!important}
  .ranking-item .mlcom_box_tag{gap:5px!important;margin-top:8px!important}
  .ranking-item .mlcom_box_tag li.tag_base{min-height:24px!important;padding:5px 7px!important;font-size:10.5px!important}
  .ranking-item .item-description{margin-top:8px!important;padding:12px 13px!important;font-size:14px!important;line-height:1.7!important}
  .ranking-item .gift-banner{font-size:12.5px!important}
  .ranking-item .btn-primary{font-size:16px!important;min-height:51px!important}
  .ranking-item .item-meta-block{padding:1px 0 0 7% !important;}	
}

/* block 6 */
/* Header integration: compact, full-width, no awkward rounded rank corner */
.ranking-item::before{
  width:68px!important;
  height:64px!important;
  border-radius:0!important;
  clip-path:polygon(0 0,100% 0,82% 100%,0 100%)!important;
  box-shadow:none!important;
  background:linear-gradient(155deg,var(--card-accent),var(--card-accent-2))!important;
}
.ranking-item .catchphrase{
  width:100%!important;
  max-width:none!important;
  min-height:64px!important;
  padding:11px 14px 11px 82px!important;
  background:
    linear-gradient(90deg,color-mix(in srgb,var(--card-accent) 11%,#fff) 0%,#fff 72%,color-mix(in srgb,var(--card-accent-2) 6%,#fff) 100%)!important;
  border-radius:0!important;
  border-bottom:1px solid color-mix(in srgb,var(--card-accent) 16%,#ece9f0)!important;
}
.ranking-item .catchphrase::before{
  left:13px!important;
  top:8px!important;
}
.ranking-item .catchphrase::after{
  content:""!important;
  position:absolute!important;
  right:14px!important;
  bottom:10px!important;
  width:30px!important;
  height:3px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--card-accent),var(--card-accent-2))!important;
  opacity:.42!important;
}
/* Footer density */
.site-footer{
  padding:16px 14px 92px!important;
}
.site-footer .footer-nav{
  gap:7px 11px!important;
  margin-bottom:8px!important;
}
.site-footer .footer-nav a,
.site-footer .footer-nav .modal-trigger{
  font-size:11px!important;
}
.site-footer .copyright{
  font-size:10.5px!important;
  line-height:1.45!important;
}
@media(min-width:760px){
  .ranking-item::before{width:74px!important;height:68px!important}
  .ranking-item .catchphrase{min-height:68px!important;padding:12px 18px 12px 90px!important}
  .ranking-item .catchphrase::after{right:18px!important;bottom:12px!important;width:36px!important}
  .site-footer{padding:18px 18px 96px!important}
}
@media(max-width:520px){
  .ranking-item::before{width:61px!important;height:60px!important;clip-path:polygon(0 0,100% 0,80% 100%,0 100%)!important}
  .ranking-item .catchphrase{min-height:60px!important;padding:10px 10px 10px 71px!important}
  .ranking-item .catchphrase::before{left:10px!important;top:7px!important}
  .ranking-item .catchphrase::after{right:10px!important;bottom:8px!important;width:22px!important;height:2px!important}
  .site-footer{padding:14px 12px 88px!important}
}

/* block 7 */
/* 30件対応：色を増やさず、TOP3のみ質感差、4位以降は完全統一 */
.ranking-item{
  --rank-main:#7c4dff!important;
  --rank-deep:#5636c7!important;
  --rank-soft:#f2efff!important;
  --rank-line:#ded7ff!important;
  --card-accent:var(--rank-main)!important;
  --card-accent-2:var(--rank-deep)!important;
}
.ranking-item::before{
  background:transparent!important;
  color:var(--rank-deep)!important;
  box-shadow:none!important;
  clip-path:none!important;
  width:64px!important;
  height:64px!important;
  font-size:24px!important;
  font-weight:850!important;
  letter-spacing:-.06em!important;
  border-right:1px solid var(--rank-line)!important;
}
.ranking-item .catchphrase{
  min-height:64px!important;
  padding:11px 18px 11px 82px!important;
  background:linear-gradient(90deg,var(--rank-soft) 0%,#fff 42%,#fff 100%)!important;
  border-bottom:1px solid #ece9f3!important;
}
.ranking-item .catchphrase::before{
  content:"RANK"!important;
  left:13px!important;
  top:9px!important;
  color:#8d7ec5!important;
  font-size:7px!important;
  letter-spacing:.16em!important;
}
.ranking-item .catchphrase::after{
  content:""!important;
  left:82px!important;
  right:auto!important;
  bottom:0!important;
  width:44px!important;
  height:2px!important;
  opacity:1!important;
  background:linear-gradient(90deg,var(--rank-main),transparent)!important;
}
/* TOP3は色を変えず、順位面の質感だけ差別化 */
.ranking-item.rank-1::before{color:#fff!important;background:linear-gradient(145deg,#6f42ff,#4e2bb7)!important;border-right:0!important}
.ranking-item.rank-2::before{color:#5b49a7!important;background:linear-gradient(145deg,#eeeaff,#ddd5ff)!important}
.ranking-item.rank-3::before{color:#6d5f91!important;background:linear-gradient(145deg,#f3f0fa,#e7e1f2)!important}
.ranking-item.rank-1 .catchphrase{background:linear-gradient(90deg,#eee9ff 0%,#fff 48%)!important}
.ranking-item.rank-1 .catchphrase::before{color:rgba(255,255,255,.78)!important}
/* CTAは全順位共通色。順位ごとの色違いを廃止 */
.ranking-item .gift-banner,
.ranking-item .action-button-wrap{--card-accent:#7c4dff!important;--card-accent-2:#5636c7!important; text-align: center;}
.ranking-item .btn-primary{background:linear-gradient(135deg,#7c4dff,#5636c7)!important}
/* 10〜30位でも2桁が自然に収まる */
.ranking-item[data-rank="10"]::before,
.ranking-item[data-rank="11"]::before,
.ranking-item[data-rank="12"]::before,
.ranking-item[data-rank="13"]::before,
.ranking-item[data-rank="14"]::before,
.ranking-item[data-rank="15"]::before,
.ranking-item[data-rank="16"]::before,
.ranking-item[data-rank="17"]::before,
.ranking-item[data-rank="18"]::before,
.ranking-item[data-rank="19"]::before,
.ranking-item[data-rank="20"]::before,
.ranking-item[data-rank="21"]::before,
.ranking-item[data-rank="22"]::before,
.ranking-item[data-rank="23"]::before,
.ranking-item[data-rank="24"]::before,
.ranking-item[data-rank="25"]::before,
.ranking-item[data-rank="26"]::before,
.ranking-item[data-rank="27"]::before,
.ranking-item[data-rank="28"]::before,
.ranking-item[data-rank="29"]::before,
.ranking-item[data-rank="30"]::before{font-size:22px!important}
@media(max-width:520px){
  .ranking-item::before{width:58px!important;height:60px!important;font-size:22px!important}
  .ranking-item .catchphrase{min-height:60px!important;padding:10px 12px 10px 70px!important}
  .ranking-item .catchphrase::before{left:10px!important;top:8px!important}
  .ranking-item .catchphrase::after{left:70px!important;width:34px!important}
}

/* block 8 */
.hero-img-wrap::after{display:none!important}
.hero-img-wrap picture{display:block}
.hero-bg{width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;display:block}
.hero-title{position:absolute;right:22px;bottom:36px;z-index:5;color:#fff;font-weight:900;line-height:.95;text-shadow:0 2px 10px rgba(0,0,0,.35)}
.hero-title-pc{display:block;font-size:28px}
.hero-title-sp{display:none;font-size:22px}
@media(max-width:759px){.hero-title-pc{display:none}.hero-title-sp{display:block}.hero-title{right:16px;bottom:18px}}

/* block 9 */
/* 古い疑似要素タイトルを完全に無効化 */
.hero-img-wrap::after{
  content:none!important;
  display:none!important;
}

/* PC/SP画像をpicture要素で確実に切り替える */
.hero-img-wrap{
  position:relative!important;
  overflow:hidden!important;
  background:transparent!important;
}
.hero-img-wrap picture{
  display:block!important;
  width:100%!important;
}
.hero-bg{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}

/* タイトルと広告表記は画像外に配置 */
.hero-meta-row{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:10px 14px 0;
  padding:0 2px;
}
.hero-pick-title{
  color:#302641;
  font-family:system-ui,-apple-system,"Noto Sans JP",sans-serif;
  font-size:17px;
  font-weight:900;
  line-height:1;
  letter-spacing:.04em;
}
.hero-pick-title-pc{display:block}
.hero-pick-title-sp{display:none}

/* 既存のabsolute指定を解除 */
.hero-meta-row .promo-badge{
  position:static!important;
  left:auto!important;
  top:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:5px 9px!important;
  border:1px solid rgba(80,68,95,.10);
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 5px 14px rgba(41,30,58,.07)!important;
  font-size:9px!important;
  line-height:1.35;
  white-space:normal;
  text-align:right;
}

/* hero-introとの重なりを解除 */
.hero-intro{
  margin:10px 14px 0!important;
}

@media (min-width:760px){
  .hero-meta-row{
    max-width:940px;
    margin:12px auto 0;
    padding:0 4px;
  }
  .hero-pick-title{
    font-size:21px;
  }
  .hero-intro{
    max-width:940px;
    margin:12px auto 0!important;
  }
}

@media (max-width:759px){
  .hero-pick-title-pc{display:none!important}
  .hero-pick-title-sp{display:block!important}
  .hero-meta-row{
    align-items:flex-start;
    margin-top:8px;
  }
  .hero-pick-title{
    flex:0 0 auto;
    font-size:16px;
  }
  .hero-meta-row .promo-badge{
    max-width:68%!important;
    font-size:8px!important;
  }
}

/* block 10 */
/* LIVE PICKS / VIDEO PICKS とメタ行を完全に削除 */
.hero-meta-row,
.hero-pick-title,
.hero-pick-title-pc,
.hero-pick-title-sp{
  display:none!important;
}

/* promo-badgeを画像左上へ戻し、薄い半透明フレームに */
.hero-img-wrap .promo-badge{
  position:absolute!important;
  z-index:4!important;
  top:10px!important;
  left:10px!important;
  right:auto!important;
  max-width:calc(100% - 20px)!important;
  margin:0!important;
  padding:6px 10px!important;
  border:1px solid rgba(255,255,255,.42)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.28)!important;
  color:rgba(48,38,65,.86)!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1.35!important;
  letter-spacing:.01em!important;
  text-align:left!important;
  white-space:normal!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  box-shadow:0 4px 14px rgba(34,26,49,.08)!important;
}

/* introは画像の直下に自然に配置 */
.hero-intro{
  margin:10px 14px 0!important;
}

@media(min-width:760px){
  .hero-img-wrap .promo-badge{
    top:14px!important;
    left:14px!important;
    padding:7px 12px!important;
    font-size:10px!important;
  }
  .hero-intro{
    margin:12px auto 0!important;
  }
}

@media(max-width:420px){
  .hero-img-wrap .promo-badge{
    top:8px!important;
    left:8px!important;
    max-width:calc(100% - 16px)!important;
    padding:5px 8px!important;
    font-size:8px!important;
  }
}

/* block 11 */
/* promo badge: keep within left half so it never crosses center */
.hero-img-wrap .promo-badge{
  max-width:min(46%,260px)!important;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Remove RANK label completely */
.ranking-item .catchphrase::before{
  content:none!important;
  display:none!important;
}

/* Stronger accent line after heading */
.ranking-item .catchphrase{
  position:relative;
}
.ranking-item .catchphrase::after{
  content:"";
  position:absolute;
  left:20px;
  bottom:10px;
  width:56px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--card-accent),var(--card-accent-2));
  opacity:.9;
}
@media(max-width:759px){
  .hero-img-wrap .promo-badge{
    max-width:48%!important;
    font-size:8px!important;
  }
  .ranking-item .catchphrase::after{
    left:14px;
    width:42px;
    bottom:8px;
  }
}

/* block 12 */
/* App container: remove unnecessary bottom padding */
.app-container{
  padding-bottom:0!important;
}

/* Promo badge: stay on one line on PC and never exceed center */
.hero-img-wrap .promo-badge{
  max-width:min(46%,320px)!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:759px){
  .hero-img-wrap .promo-badge{
    max-width:48%!important;
    white-space:normal!important;
  }
}

/* Filter toggle: make it clearly actionable */
.filter-toggle-btn{
  position:relative!important;
  min-height:58px!important;
  padding:15px 18px!important;
  border:1px solid rgba(124,92,255,.18)!important;
  border-radius:18px!important;
  background:
    linear-gradient(135deg,rgba(124,92,255,.11),rgba(255,111,174,.07))!important;
  box-shadow:0 8px 20px rgba(72,50,124,.08)!important;
  color:#2c2438!important;
}
.filter-toggle-btn::before{
  content:"";
  position:absolute;
  left:0;
  top:12px;
  bottom:12px;
  width:4px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,var(--violet),var(--pink));
}
.filter-toggle-btn:hover{
  background:
    linear-gradient(135deg,rgba(124,92,255,.15),rgba(255,111,174,.10))!important;
}
.filter-title-text{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  font-size:14px!important;
  font-weight:900!important;
}
.filter-title-text svg{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
}
.toggle-arrow{
  width:36px!important;
  height:36px!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(72,50,124,.10)!important;
}
.search-filter-accordion{
  padding:8px!important;
  background:rgba(255,255,255,.96)!important;
}

/* Catchphrase: replace underline with left accent bar + small icon */
.ranking-item .catchphrase{
  position:relative!important;
  padding-left:54px!important;
  padding-bottom:12px!important;
}
.ranking-item .catchphrase::after{
  content:none!important;
  display:none!important;
}
.ranking-item .catchphrase::before{
  content:"✦"!important;
  display:grid!important;
  place-items:center!important;
  position:absolute!important;
  left:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:26px!important;
  height:26px!important;
  border-radius:8px!important;
  background:linear-gradient(135deg,var(--card-accent),var(--card-accent-2))!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 6px 14px color-mix(in srgb,var(--card-accent) 20%,transparent)!important;
  letter-spacing:0!important;
}
.ranking-item .catchphrase{
  border-left:4px solid var(--card-accent)!important;
}

@media(max-width:520px){
  .filter-toggle-btn{
    min-height:54px!important;
    padding:13px 14px!important;
  }
  .filter-title-text{
    font-size:14px!important;
  }
  .ranking-item .catchphrase{
    padding-left:48px!important;
  }
  .ranking-item .catchphrase::before{
    left:12px!important;
    width:24px!important;
    height:24px!important;
    font-size:12px!important;
  }
}

/* block 13 */
/* Catchphrase: remove conflicting left border and reserve clear text space */
.ranking-item .catchphrase{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:12px 16px 12px 52px!important;
  border-left:0!important;
  overflow:visible!important;
  line-height:1.45!important;
}

/* Remove every previous decorative line */
.ranking-item .catchphrase::after{
  content:none!important;
  display:none!important;
}

/* Small icon sits independently without covering text */
.ranking-item .catchphrase::before{
  content:"✦"!important;
  position:absolute!important;
  left:14px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:7px!important;
  background:linear-gradient(135deg,var(--card-accent),var(--card-accent-2))!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  box-shadow:0 5px 12px color-mix(in srgb,var(--card-accent) 18%,transparent)!important;
  z-index:1!important;
}

/* subtle separator instead of a left border */
.ranking-item .catchphrase{
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb,var(--card-accent) 8%,#fff) 0%,
      #fff 74%
    )!important;
  box-shadow:inset 0 -1px 0 color-mix(in srgb,var(--card-accent) 12%,#ece9f0)!important;
}

@media(max-width:520px){
  .ranking-item .catchphrase{
    min-height:56px!important;
    padding:11px 12px 11px 46px!important;
    font-size:14.5px!important;
  }
  .ranking-item .catchphrase::before{
    left:11px!important;
    width:22px!important;
    height:22px!important;
    font-size:11px!important;
  }
}

/* block 14 */
/* =========================================================
   Structural ranking header
   Real elements replace overlapping pseudo-elements
   ========================================================= */

/* Disable all legacy rank/title pseudo-elements */
.ranking-item::before,
.ranking-item::after,
.ranking-item .catchphrase::before,
.ranking-item .catchphrase::after{
  content:none!important;
  display:none!important;
}

/* Header is a true three-column component */
.ranking-header{
  display:grid;
  grid-template-columns:64px 30px minmax(0,1fr);
  align-items:stretch;
  column-gap:0;
  min-height:64px;
  width:100%;
  margin:0;
  overflow:hidden;
  border-bottom:1px solid color-mix(in srgb,var(--card-accent) 12%,#ece9f0);
  background:linear-gradient(
    90deg,
    color-mix(in srgb,var(--card-accent) 10%,#fff) 0%,
    #fff 78%
  );
}

/* Rank number */
.ranking-number{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:0 8px;
  background:linear-gradient(145deg,var(--card-accent),var(--card-accent-2));
  color:#fff;
  font:900 24px/1 "Noto Sans JP",system-ui,sans-serif;
  letter-spacing:-.04em;
  box-shadow:8px 0 18px color-mix(in srgb,var(--card-accent) 16%,transparent);
}

/* Small decorative icon */
.ranking-mark{
  display:grid;
  place-items:center;
  align-self:center;
  justify-self:center;
  width:23px;
  height:23px;
  border-radius:7px;
  background:color-mix(in srgb,var(--card-accent) 11%,#fff);
  color:var(--card-accent);
  font-size:12px;
  font-weight:900;
  line-height:1;
  box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--card-accent) 16%,transparent);
}

/* Title now owns only the text area */
.ranking-header .catchphrase{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  min-height:64px!important;
  width:100%!important;
  margin:0!important;
  padding:11px 16px 11px 10px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#292331!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.45!important;
  letter-spacing:-.01em!important;
  overflow-wrap:anywhere;
}

/* Top three remain subtle, not multicolored chaos */
.ranking-item:nth-of-type(1) .ranking-number{
  box-shadow:8px 0 22px color-mix(in srgb,var(--card-accent) 24%,transparent);
}
.ranking-item:nth-of-type(2) .ranking-number,
.ranking-item:nth-of-type(3) .ranking-number{
  filter:saturate(.92);
}

/* 4–30 use the same visual rule */
.ranking-item:nth-of-type(n+4){
  --card-accent:#6f6482;
  --card-accent-2:#9186a5;
  --card-tint:#f5f3f8;
}

/* Keep service identity neatly attached to the new header */
.ranking-item .item-flex-grid{
  margin-top:0!important;
  border-top:0!important;
}

/* Tablet and desktop */
@media(min-width:760px){
  .ranking-header{
    grid-template-columns:72px 34px minmax(0,1fr);
    min-height:68px;
  }
  .ranking-number{
    font-size:27px;
  }
  .ranking-mark{
    width:25px;
    height:25px;
    font-size:13px;
  }
  .ranking-header .catchphrase{
    min-height:68px!important;
    padding:12px 20px 12px 12px!important;
    font-size:15.5px!important;
  }
}

/* Small phones */
@media(max-width:520px){
  .ranking-header{
    grid-template-columns:56px 27px minmax(0,1fr);
    min-height:58px;
  }
  .ranking-number{
    padding:0 5px;
    font-size:21px;
  }
  .ranking-mark{
    width:21px;
    height:21px;
    border-radius:6px;
    font-size:10px;
  }
  .ranking-header .catchphrase{
    min-height:58px!important;
    padding:9px 11px 9px 8px!important;
    font-size:14.5px!important;
    line-height:1.4!important;
  }
}

/* block 15 */
/* Remove icon column and simplify header */
.ranking-mark{display:none!important;}

.ranking-header{
  grid-template-columns:64px minmax(0,1fr)!important;
  column-gap:0!important;
}

.ranking-header .catchphrase{
  padding-left:18px!important;
}

@media (min-width:760px){
  .ranking-header{
    grid-template-columns:72px minmax(0,1fr)!important;
  }
  .ranking-header .catchphrase{
    padding-left:20px!important;
  }
}

@media (max-width:520px){
  .ranking-header{
    grid-template-columns:56px minmax(0,1fr)!important;
  }
  .ranking-header .catchphrase{
    padding-left:14px!important;
  }
}

  .age-gate-overlay {

    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 18px;

    background: rgba(32, 24, 45, 0.54);

    backdrop-filter: blur(16px);

    -webkit-backdrop-filter: blur(16px);

    opacity: 0;

    visibility: hidden;

    transition:

      opacity 0.25s ease,

      visibility 0.25s ease;

  }

  .age-gate-overlay.is-visible {

    opacity: 1;

    visibility: visible;

  }

  .age-gate-overlay[hidden] {

    display: none;

  }

  .age-gate-card {

    position: relative;

    width: min(100%, 430px);

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.82);

    border-radius: 30px;

    background:

      radial-gradient(

        circle at 100% 0%,

        rgba(124, 92, 255, 0.17),

        transparent 38%

      ),

      radial-gradient(

        circle at 0% 100%,

        rgba(255, 111, 174, 0.16),

        transparent 40%

      ),

      rgba(255, 255, 255, 0.94);

    box-shadow:

      0 30px 90px rgba(39, 27, 61, 0.30),

      inset 0 1px 0 rgba(255, 255, 255, 0.94);

    transform: translateY(12px) scale(0.97);

    transition: transform 0.28s ease;

  }

  .age-gate-overlay.is-visible .age-gate-card {

    transform: translateY(0) scale(1);

  }

  .age-gate-content {

    position: relative;

    z-index: 2;

    padding: 30px 24px 24px;

    text-align: center;

  }

  .age-gate-label {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 14px;

    padding: 5px 11px;

    border-radius: 999px;

    color: #7258d8;

    background: #f0ecff;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 0.14em;

  }

  .age-gate-icon {

    display: grid;

    place-items: center;

    width: 72px;

    height: 72px;

    margin: 0 auto 16px;

    border-radius: 24px;

    color: #fff;

    background:

      linear-gradient(

        145deg,

        #7c5cff 0%,

        #9d75ff 48%,

        #ff6fae 100%

      );

    box-shadow:

      0 16px 32px rgba(124, 92, 255, 0.28),

      inset 0 1px 0 rgba(255, 255, 255, 0.30);

    font-size: 23px;

    font-weight: 900;

    letter-spacing: -0.04em;

  }

  .age-gate-notice {

    margin: 0 0 8px;

    color: #766f82;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.7;

  }

  .age-gate-title {

    margin: 0 0 22px;

    color: #251d33;

    font-size: 24px;

    font-weight: 900;

    line-height: 1.4;

    letter-spacing: -0.035em;

  }

  .age-gate-buttons {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;

  }

  .age-gate-button {

    min-height: 52px;

    padding: 12px 16px;

    border: 0;

    border-radius: 16px;

    cursor: pointer;

    font-size: 15px;

    font-weight: 900;

    transition:

      transform 0.18s ease,

      box-shadow 0.18s ease,

      filter 0.18s ease;

  }

  .age-gate-button:hover {

    transform: translateY(-2px);

  }

  .age-gate-button:active {

    transform: translateY(0);

  }

  .age-gate-button:focus-visible {

    outline: 3px solid rgba(124, 92, 255, 0.28);

    outline-offset: 3px;

  }

  .age-gate-button-yes {

    color: #fff;

    background:

      linear-gradient(

        135deg,

        #7c5cff 0%,

        #6846dc 52%,

        #ff6fae 100%

      );

    box-shadow: 0 13px 25px rgba(124, 92, 255, 0.25);

  }

  .age-gate-button-no {

    color: #554c61;

    border: 1px solid rgba(69, 52, 92, 0.10);

    background: #f4f1f8;

    box-shadow: 0 8px 18px rgba(54, 39, 75, 0.07);

  }

  .age-gate-button-yes:hover {

    filter: brightness(1.04);

  }

  .age-gate-button-no:hover {

    background: #eeeaf4;

  }

  .age-gate-footnote {

    margin: 14px 0 0;

    color: #9a92a4;

    font-size: 10px;

    line-height: 1.6;

  }

  .age-gate-decoration {

    position: absolute;

    z-index: 1;

    pointer-events: none;

  }

  .age-gate-decoration-pink {

    width: 105px;

    height: 105px;

    top: -42px;

    right: -30px;

    border-radius: 35px;

    background:

      linear-gradient(

        145deg,

        rgba(255, 111, 174, 0.34),

        rgba(255, 170, 207, 0.14)

      );

    transform: rotate(25deg);

  }

  .age-gate-decoration-violet {

    width: 76px;

    height: 76px;

    bottom: -31px;

    left: -25px;

    border-radius: 50%;

    background:

      linear-gradient(

        145deg,

        rgba(124, 92, 255, 0.28),

        rgba(94, 214, 208, 0.20)

      );

  }

  body.age-gate-open {

    overflow: hidden;

  }

  @media (max-width: 520px) {

    .age-gate-overlay {

      padding: 14px;

    }

    .age-gate-card {

      border-radius: 25px;

    }

    .age-gate-content {

      padding: 25px 17px 20px;

    }

    .age-gate-icon {

      width: 64px;

      height: 64px;

      border-radius: 21px;

      font-size: 21px;

    }

    .age-gate-title {

      font-size: 21px;

    }

    .age-gate-notice {

      font-size: 12.5px;

    }

    .age-gate-button {

      min-height: 50px;

      font-size: 14px;

    }

  }

  @media (prefers-reduced-motion: reduce) {

    .age-gate-overlay,

    .age-gate-card,

    .age-gate-button {

      transition: none !important;

    }

  }


/* 太字 */
.bold{
    font-weight: 800;
    color: #2b2238;
}

/* マーカー */
.marker{
    display: inline;
    font-weight: 700;
    color: #2b2238;
    background: linear-gradient(transparent 55%, #ffe57a 55%);
    padding: 0 .1em;
}

/* 強調（赤） */
.red{
    color: #ff4b6e;
    font-weight: 800;
}
/* 本文内の強調用 */
.text-bold{
    font-weight:700;
	color:#ff4b6e;
}