/* カニ通販 口コミ front styles — cleaned v2.0.10 */

:root{
  --crb-accent:#FF9F43;
  --crb-accent-dark:#e8892f;
  --crb-bg:#FDFDFD;
  --crb-gold:#b98718;
  --crb-line:#e5e7eb;
  --crb-muted:#667085;
  --crb-primary:#A65A2E;
  --crb-primary-dark:#82451F;
  --crb-soft:#fbf8f1;
  --crb-text:#1f2933;
  --crb-link:#004bae;
  --crb-link-hover:#1557b0;
}

.crb-wrap *{
  box-sizing:border-box;
}

.crb-lead{
  color:#475467;
  font-size:inherit;
  line-height:inherit;
}

.crb-section{
  margin:46px 0;
}

.crb-btn{
  align-items:center;
  border:1px solid transparent;
  border-radius:2px;
  cursor:pointer;
  display:inline-flex;
  font-weight:700;
  justify-content:center;
  line-height:1.35;
  min-height:44px;
  padding:10px 18px;
  text-decoration:none !important;
}

.crb-product-hero{
  border-bottom:1px solid var(--crb-line);
  display:grid;
  gap:24px;
  grid-template-columns:minmax(150px,18%) 1fr;
  padding:26px 0 30px;
}

.crb-service-image{
  display:block;
  height:auto;
  max-height:320px;
  object-fit:contain;
  width:100%;
}

.crb-image-placeholder{
  color:#667085;
  font-size:22px;
  font-weight:700;
  padding:30px;
  text-align:center;
}

.crb-score-row{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:space-between;
  margin-top:0;
}

.crb-score{
  font-size:38px;
  margin-right:10px;
  color:var(--crb-text);
}

.crb-review-count{
  color:var(--crb-muted);
  display:inline-block;
  font-size:14px;
  margin-left:10px;
}

.crb-rating-total{
  border-right:1px solid var(--crb-line);
  padding:24px;
  text-align:center;
}

.crb-rating-total>span{
  color:var(--crb-muted);
  display:block;
}

.crb-rating-total small{
  color:var(--crb-muted);
  display:block;
}

.crb-rating-bars{
  padding:18px 22px;
}

.crb-rating-bars>div{
  align-items:center;
  display:grid;
  gap:10px;
  grid-template-columns:170px 44px 1fr;
  margin:10px 0;
}

.crb-review-list{
  margin-top:24px;
}

.crb-review p{
  line-height:1.8;
}

.crb-rating-fields{
  display:grid;
  gap:4px 24px;
  grid-template-columns:1fr 1fr;
}

.crb-field{
  border:0;
  margin:0 0 22px;
  padding:0;
}

.crb-field label{
  display:block;
  font-weight:700;
  margin-bottom:8px;
}

.crb-field legend{
  display:block;
  font-weight:700;
  margin-bottom:8px;
}

.crb-field em{
  color:#b42318;
  font-style:normal;
}

.crb-field select{
  background:#fff;
  border:1px solid #aeb7c2;
  border-radius:2px;
  max-width:100%;
  padding:10px;
  width:100%;
}

.crb-field textarea{
  background:#fff;
  border:1px solid #aeb7c2;
  border-radius:2px;
  max-width:100%;
  padding:10px;
  width:100%;
}

.crb-field input[type=file]{
  background:#fff;
  border:1px solid #aeb7c2;
  border-radius:2px;
  max-width:100%;
  padding:10px;
  width:100%;
}

.crb-field small{
  color:var(--crb-muted);
}

.crb-star-input{
  display:inline-flex;
  flex-direction:row-reverse;
  justify-content:flex-end;
}

.crb-star-input input{
  opacity:0;
  pointer-events:none;
  position:absolute;
}

.crb-star-input label{
  color:#c8ced5;
  cursor:pointer;
  font-size:28px;
  margin:0 3px 0 0;
}

.crb-chip-checks{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.crb-chip-checks label{
  font-weight:400;
  margin:0;
}

.crb-chip-checks input{
  opacity:0;
  position:absolute;
}

.crb-chip-checks span{
  border:1px solid var(--crb-line);
  cursor:pointer;
  display:inline-block;
  padding:7px 10px;
}

.crb-stars-empty{
  color:#c8ced5;
}

.crb-stars-filled{
  color:#f0a500;
}

.crb-review-overall{
  align-items:center;
  display:flex;
  gap:9px;
  margin:4px 0 8px;
}

.crb-review-overall strong{
  font-size:20px;
  color:var(--crb-text);
}

.crb-review-body{
  font-size:inherit;
  line-height:inherit;
  margin:0 0 14px;
}

.crb-form-confirm-step{
  background:#fff;
  border:1px solid var(--crb-line);
  padding:20px;
}

.crb-form-confirm-step[hidden]{
  display:none;
}

.crb-confirm-lead{
  color:var(--crb-muted);
}

.crb-confirm-list{
  border-top:1px solid var(--crb-line);
}

.crb-breadcrumbs{
  color:var(--crb-muted);
  font-size:13px;
  margin:0 0 20px;
}

.crb-breadcrumbs ol{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  list-style:none;
  margin:0 !important;
  padding:0 !important;
}

.crb-breadcrumbs li{
  align-items:center;
  display:flex;
  gap:7px;
  margin:0 !important;
  padding:0 !important;
}

.crb-breadcrumbs li:not(:last-child)::after{
  color:#98a2b3;
  content:">";
}

.crb-breadcrumbs a{
  color:var(--crb-muted);
  text-decoration:none;
}

.crb-breadcrumbs a:hover{
  text-decoration:underline;
}

.crb-review-count-all{
  align-self:center;
  font-weight:700;
  margin-right:auto;
}

.crb-review-pagination .page-numbers span{
  align-items:center;
  background:#fff;
  border:1px solid var(--crb-line);
  color:var(--crb-primary);
  display:flex;
  font-weight:700;
  height:38px;
  justify-content:center;
  min-width:38px;
  padding:0 10px;
  text-decoration:none;
}

.crb-review-results{
  position:relative;
  transition:opacity .15s ease;
}

.crb-review-topline{
  align-items:center;
  border-bottom:1px solid var(--crb-line);
  display:flex;
  gap:16px;
  justify-content:space-between;
  margin:22px 0 8px;
  padding:0 0 12px;
}

.crb-review-topline .crb-review-count-all{
  font-weight:700;
  margin:0;
}

.crb-review-sort{
  align-items:center;
  color:#475467;
  display:flex;
  font-size:13px;
  font-weight:700;
  gap:7px;
  white-space:nowrap;
}

.crb-review-sort select{
  background:#fff;
  border:1px solid #aeb7c2;
  border-radius:2px;
  color:var(--crb-text);
  font-size:14px;
  padding:7px 28px 7px 9px;
}

.crb-review-per-page select{
  background:#fff;
  border:1px solid #aeb7c2;
  border-radius:2px;
  color:var(--crb-text);
  font-size:14px;
  padding:7px 28px 7px 9px;
}

.crb-review-footer{
  align-items:center;
  display:flex;
  gap:18px;
  justify-content:space-between;
  margin:28px 0 8px;
  min-height:40px;
}

.crb-review-pagination-wrap{
  flex:1;
  min-width:0;
}

.crb-review-pagination{
  margin:0;
}

.crb-review-pagination .page-numbers{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  list-style:none;
  margin:0;
  padding:0;
  justify-content:flex-start;
}

.crb-review-per-page{
  align-items:center;
  color:#475467;
  display:flex;
  font-size:13px;
  font-weight:700;
  gap:7px;
  white-space:nowrap;
  margin-left:auto;
}

.crb-review-headingline{
  align-items:flex-start;
  background:transparent;
  border:0;
  display:flex;
  gap:16px;
  justify-content:space-between;
  padding:17px 0 8px;
}

.crb-review-heading-main{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  min-width:0;
}

.crb-review-headingline h3{
  color:var(--crb-text);
  font-size:17px !important;
  font-weight:700;
  line-height:1.5;
  margin:0 !important;
}

.crb-review-headingline .crb-review-overall{
  align-items:center;
  display:inline-flex;
  gap:5px;
  margin:0;
}

.crb-review-headingline .crb-review-overall strong{
  font-size:16px;
  line-height:1.4;
}

.crb-review-headingline .crb-stars{
  font-size:16px;
  letter-spacing:0;
}

.crb-review-date{
  color:var(--crb-muted);
  font-size:12px;
  white-space:nowrap;
  padding-top:2px;
}

body.single-crb_service #crb-service-main{
  background:transparent;
  clear:both;
  display:block;
  float:none;
  margin:0;
  max-width:none;
  padding:0;
  width:100%;
}

body.single-crb_service #crb-service-main>.crb-wrap{
  float:none;
  margin-left:auto;
  margin-right:auto;
  max-width:1100px;
  width:100%;
}

body.single-crb_service #crb-service-main .crb-service-page{
  position:relative;
}

body.crb-service-standalone #content{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-standalone .site-content{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-standalone .content-area{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-archive-standalone #content{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-archive-standalone .site-content{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-archive-standalone .content-area{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-standalone #secondary{
  display:none !important;
}

body.crb-service-standalone .widget-area{
  display:none !important;
}

body.crb-service-archive-standalone #secondary{
  display:none !important;
}

body.crb-service-archive-standalone .widget-area{
  display:none !important;
}

.crb-service-single-template{
  clear:both !important;
  display:block !important;
  float:none !important;
  margin:0 !important;
  max-width:none !important;
  padding:0 !important;
  width:100% !important;
}

.crb-service-archive-template{
  clear:both !important;
  display:block !important;
  float:none !important;
  margin:0 !important;
  max-width:none !important;
  padding:0 !important;
  width:100% !important;
}

.crb-service-single-template>.crb-wrap{
  margin-left:auto !important;
  margin-right:auto !important;
  max-width:1100px !important;
  width:min(1100px,100%) !important;
}

.crb-service-archive-template>.crb-wrap{
  margin-left:auto !important;
  margin-right:auto !important;
  max-width:1100px !important;
  width:min(1100px,100%) !important;
}

.crb-service-sort{
  background:#fff;
  border:1px solid #aeb7c2;
  max-width:100%;
  min-width:230px;
  padding:8px 10px;
  width:230px;
}

body.crb-service-virtual #content{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-virtual .site-content{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-virtual .content-area{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-virtual main.site-main{
  float:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

body.crb-service-virtual #secondary{
  display:none !important;
}

body.crb-service-virtual .widget-area{
  display:none !important;
}

.crb-review-form .crb-form-input-step{
  padding:0;
}

.crb-review-form .crb-form-group{
  border:0;
  margin:0;
  padding:0;
}

.crb-review-form .crb-rating-fields{
  display:block;
}

.crb-review-form .crb-field.crb-form-row{
  align-items:stretch;
  border:0;
  border-bottom:1px solid var(--crb-line);
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  margin:0;
  padding:0;
}

.crb-review-form .crb-form-row-top .crb-form-label{
  align-items:flex-start;
}

.crb-review-form .crb-field select,
.crb-review-form .crb-field input[type="text"]{
  background:#fff;
  border:1px solid #b9c0c8;
  border-radius:2px;
  box-shadow:none;
  display:block;
  font:inherit;
  line-height:1.4;
  margin:0;
  min-height:46px;
  padding:12px 14px;
  width:100% !important;
  max-width:none;
}

.crb-review-form .crb-field input[type=file]{
  background:#fff;
  border:1px solid #b9c0c8;
  border-radius:2px;
  margin:0;
  padding:12px 14px;
  width:100%;
}

.crb-review-form .crb-field textarea{
  background:#fff;
  border:1px solid #b9c0c8;
  border-radius:2px;
  margin:0;
  padding:12px 14px;
  width:100%;
  line-height:1.8;
  min-height:360px;
  resize:vertical;
}

.crb-review-form .crb-field small{
  color:var(--crb-muted);
  display:block;
  line-height:1.6;
  margin-top:8px;
}

.crb-review-form .crb-field-help{
  color:var(--crb-muted);
  font-size:13px;
  margin:0 0 10px;
}

.crb-review-form .crb-star-input{
  align-items:center;
  min-height:38px;
}

.crb-review-form .crb-star-input label{
  font-size:34px;
}

.crb-review-form .crb-form-actions .crb-btn{
  min-width:260px;
}

.crb-review-form .crb-form-confirm-step{
  padding:24px;
}

.crb-review-sort select:focus{
  border-color:var(--crb-primary);
  outline:2px solid rgba(32,178,170,.14);
  outline-offset:1px;
}

.crb-review-per-page select:focus{
  border-color:var(--crb-primary);
  outline:2px solid rgba(32,178,170,.14);
  outline-offset:1px;
}

.crb-service-sort:focus{
  border-color:var(--crb-primary);
  outline:2px solid rgba(32,178,170,.14);
  outline-offset:1px;
}

.crb-review-form select:focus,
.crb-review-form select:focus-visible,
.crb-review-form textarea:focus,
.crb-review-form textarea:focus-visible,
.crb-review-form input[type=file]:focus,
.crb-review-form input[type=file]:focus-visible,
.crb-review-form input[type="text"]:focus,
.crb-review-form input[type="text"]:focus-visible{
  border-color:#b9c0c8 !important;
  outline:none !important;
  box-shadow:none !important;
}

.crb-review-pagination .page-numbers a{
  align-items:center;
  border:1px solid var(--crb-line);
  color:var(--crb-primary);
  display:flex;
  font-weight:700;
  height:38px;
  justify-content:center;
  min-width:38px;
  padding:0 10px;
  text-decoration:none;
  background:var(--crb-bg);
}

.crb-wrap{
  box-sizing:border-box;
  color:var(--crb-text);
  margin:0 auto;
  max-width:1100px;
  padding:32px 20px;
  background:#fff;
}

.crb-product-media{
  display:flex;
  justify-content:center;
  min-height:160px;
  background:var(--crb-bg);
  padding:10px;
}

.crb-rating-summary{
  border:1px solid var(--crb-line);
  display:grid;
  grid-template-columns:220px 1fr;
  background:var(--crb-bg);
}

.crb-review{
  border-top:1px solid var(--crb-line);
  border:1px solid var(--crb-line);
  margin:18px 0;
  padding:0 18px 20px;
  position:relative;
  background:var(--crb-bg);
}

.crb-review-form{
  border:1px solid var(--crb-line);
  max-width:920px;
  padding:0;
  background:var(--crb-bg);
}

.crb-btn-light{
  background:var(--crb-bg);
  border-color:var(--crb-primary);
  color:var(--crb-primary) !important;
}

.crb-btn-light:hover{
  background:var(--crb-soft);
  color:var(--crb-primary-dark) !important;
}

.crb-review-count a{
  color:var(--crb-link) !important;
}

.crb-review-more:hover{
  color:var(--crb-link-hover) !important;
}

.crb-review-count a:hover{
  color:var(--crb-link-hover) !important;
}

.crb-chip-checks input:checked+span{
  font-weight:700;
  background:var(--crb-soft);
  border-color:var(--crb-primary);
  color:var(--crb-primary);
}

.crb-rating-bars progress{
  height:7px;
  width:100%;
  accent-color:var(--crb-accent);
  border:0;
  outline:0;
  box-shadow:none;
  appearance:none;
  -webkit-appearance:none;
  background:#f1f1f1;
}

.crb-rating-bars progress::-webkit-progress-value{
  background:var(--crb-accent);
  border:0;
  box-shadow:none;
}

.crb-rating-bars progress::-moz-progress-bar{
  background:var(--crb-accent);
  border:0;
  box-shadow:none;
}

.crb-review-pagination .page-numbers .current{
  background:var(--crb-primary);
  border-color:var(--crb-primary);
  color:#fff;
}

.crb-stars{
  display:inline-block;
  letter-spacing:1px;
  color:var(--crb-accent);
}

.crb-star-input label:hover{
  color:var(--crb-accent);
}

.crb-star-input label:hover~label{
  color:var(--crb-accent);
}

.crb-star-input input:checked~label{
  color:var(--crb-accent);
}

.crb-btn-primary{
  background:#920021;
  border-color:#920021;
  color:#fff !important;
  width:100%;
}

.crb-btn-primary:hover{
  background:#76001b;
  border-color:#76001b;
  color:#fff !important;
}

.crb-review-form .crb-required{
  align-items:center;
  border-radius:2px;
  display:inline-flex;
  flex:0 0 auto;
  font-size:12px;
  justify-content:center;
  line-height:1.4;
  padding:3px 7px;
  background:#e85d5d;
  color:#fff;
}

.crb-review-form .crb-optional{
  align-items:center;
  border-radius:2px;
  display:inline-flex;
  flex:0 0 auto;
  font-size:12px;
  justify-content:center;
  line-height:1.4;
  padding:3px 7px;
  background:#e9edf1;
  color:#59636e;
}

.crb-empty{
  border:1px solid var(--crb-line);
  padding:16px;
  background:var(--crb-soft);
}

.crb-notice{
  border:1px solid var(--crb-line);
  padding:16px;
  background:var(--crb-soft);
}

.crb-review-form .crb-form-label{
  align-items:center;
  display:flex;
  font-weight:700;
  gap:12px;
  justify-content:space-between;
  line-height:1.5;
  padding:20px 18px;
  background:#f5f7f7;
}

.crb-review-form .crb-form-control{
  min-width:0;
  padding:20px 28px;
  background:var(--crb-bg);
}

.crb-review-form .crb-form-actions{
  padding:22px 28px;
  text-align:center;
  background:var(--crb-bg);
}

.crb-review-form-note{
  background:transparent;
  border:0;
  color:#667085;
  font-size:14px;
  line-height:1.7;
  margin:0 0 14px;
  padding:0;
}

.crb-review-form .crb-form-group + .crb-form-group .crb-field:first-child{
  border-top:1px solid var(--crb-line);
}

.crb-review-topline h2.crb-review-count-all{
  color:var(--crb-text);
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.5 !important;
  margin:0 !important;
}

.crb-wrap .crb-review-topline h2.crb-review-count-all{
  border:0 !important;
  padding-left:0 !important;
}

.crb-wrap .crb-review-topline h2.crb-review-count-all::before{
  content:none !important;
  display:none !important;
}

.crb-review-form .crb-form-control>.crb-review-form-note{
  margin:0 0 8px;
}

.crb-review .crb-review-tags span{
  background:#f3f4f6 !important;
  border:0 !important;
  box-shadow:none !important;
  color:#6b7280 !important;
}

.crb-wrap h1{
  font-size:clamp(22px,4vw,28px);
  line-height:1.3;
  margin:8px 0 16px;
}

.crb-rating-total strong{
  display:block;
  font-size:44px;
  line-height:1.2;
  margin:8px 0;
  color:var(--crb-text);
}

.crb-lead-more{
  background:transparent;
  border:0;
  color:var(--crb-link);
  cursor:pointer;
  display:inline;
  font:inherit;
  font-weight:400;
  margin:0 0 0 4px;
  padding:0;
  text-decoration:underline;
}

.crb-wrap h2{
  font-size:clamp(21px,2.2vw,26px);
  line-height:1.45;
  margin:0 0 16px;
}

.crb-wrap h3{
  font-size:19px;
  line-height:1.5;
  margin:0 0 8px;
}

.crb-product-media .crb-service-image{
  max-height:150px;
  width:100%;
}

.crb-product-media .crb-image-placeholder{
  font-size:14px;
  padding:10px;
}

.crb-rank-review-pick-score span:first-child{
  font-size:13px;
}

.crb-service-rating{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 12px;
}

.crb-service-rating .crb-stars{
  color:var(--crb-accent);
}

.crb-service-rating .crb-score{
  color:var(--crb-text);
  font-size:24px;
  line-height:1.2;
  margin:0;
}

.crb-service-rating .crb-review-count{
  margin-left:2px;
}

.crb-rating-total-score{
  align-items:center;
  display:flex;
  gap:8px;
  justify-content:center;
  margin:8px 0;
}

.crb-rating-total-score strong{
  margin:0;
}

.crb-service-page .crb-score-row .crb-btn-primary{
  font-size:18px;
}

.crb-rating-bars progress::-webkit-progress-bar{
  border:0;
  box-shadow:none;
  background:#f1f1f1;
}

.crb-reviews-archive .crb-archive-header{
  margin:24px 0 22px;
}

.crb-reviews-archive .crb-archive-header h1{
  margin:0 0 12px;
}

.crb-service-sortbar{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:8px;
  margin:18px 0 24px;
}

.crb-service-sortbar label{
  font-weight:700;
  color:var(--crb-text);
}

.crb-service-sortbar select{
  min-height:40px;
  border:1px solid var(--crb-line);
  background:#fff;
  padding:6px 34px 6px 10px;
  border-radius:2px;
}

.crb-review-service-list{
  display:grid;
  gap:28px;
}

.crb-review-service-card{
  border:1px solid var(--crb-line);
  background:#fff;
  padding:22px;
}

.crb-review-service-card__head{
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:18px;
  align-items:center;
}

.crb-review-service-card__image img{
  display:block;
  width:100%;
  height:92px;
  object-fit:contain;
}

.crb-review-service-card__image .crb-image-placeholder{
  font-size:14px;
  padding:12px;
}

.crb-review-service-card__main h2{
  font-size:22px;
  margin:0 0 8px;
  line-height:1.45;
}

.crb-review-service-card__main .crb-service-rating{
  margin:0;
}

.crb-review-service-card__summary{
  margin:10px 0 0;
  color:#475467;
}

.crb-review-service-card__cta{
  margin-top:16px;
}

.crb-review-service-card__cta .crb-btn{
  width:100%;
}

.crb-shortcode-block{
  margin:28px 0;
}

.crb-helpful-row{
  display:flex;
  justify-content:flex-end;
  margin-top:14px;
}

.crb-helpful-button{
  border:1px solid #d0d5dd;
  background:#fff;
  color:#475467;
  border-radius:2px;
  cursor:pointer;
  font:inherit;
  font-size:0.8em;
  padding:7px 12px;
}

.crb-helpful-button:hover{
  background:#f8fafc;
}

.crb-helpful-button.is-done{
  opacity:.7;
  cursor:default;
}

.crb-honeypot{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.crb-review-ajax-error{
  margin:12px 0;
  color:#b42318;
  background:#fff1f0;
  border:1px solid #fecdca;
  padding:10px 12px;
}

.crb-notice--error{
  background:#fff1f0;
  border-color:#fecdca;
  color:#b42318;
}

.crb-review-results.is-loading{
  opacity:.55;
  pointer-events:none;
}

.crb-shortcode-review-list .crb-review-count-all{
  font-size:20px !important;
}

.crb-shortcode-review-list .crb-review-topline{
  margin-top:0;
}

.crb-service-page .crb-product-main>.crb-score-row{
  justify-content:flex-start;
  margin-top:18px;
}

.crb-service-page .crb-product-main>.crb-score-row .crb-btn{
  min-width:190px;
}

.crb-review-profile{
  display:flex;
  gap:8px 14px;
  flex-wrap:wrap;
  color:#667085;
  font-size:13px;
  margin:8px 0;
}

.crb-review-tags{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin:8px 0;
}

.crb-review-tags span{
  border:0;
  display:inline-flex;
  align-items:center;
  background:#f2f4f7;
  border-radius:0;
  color:#475467;
  font-size:12px;
  padding:4px 9px;
}

.crb-review-metrics{
  background:#f9f4f0;
  border:0;
  border-radius:2px;
  padding:8px 10px;
  color:#475467;
  font-size:13px;
  line-height:1.7;
  margin:10px 0;
}

.crb-review-photo-button{
  display:block;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  margin-top:12px;
}

.crb-review-photo{
  max-width:280px;
  display:block;
  height:96px !important;
  width:96px !important;
  object-fit:cover;
  border:1px solid var(--crb-line);
}

.crb-photo-modal[hidden]{
  display:none !important;
}

.crb-photo-modal{
  position:fixed;
  z-index:999999;
  inset:0;
  background:rgba(0,0,0,.72);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
}

.crb-photo-modal img{
  background:#fff;
  height:auto;
  width:auto;
  max-width:min(100%,1000px);
  max-height:90vh;
  object-fit:contain;
}

.crb-photo-modal-close{
  position:fixed;
  right:18px;
  top:18px;
  border:0;
  background:#fff;
  font-size:28px;
  line-height:1;
  width:42px;
  height:42px;
  border-radius:50%;
  cursor:pointer;
}

.crb-review-body-short[hidden],.crb-review-body-full[hidden]{
  display:none !important;
}

.crb-review-more{
  font-weight:400;
  color:var(--crb-link) !important;
  border:0;
  background:none;
  padding:0;
  cursor:pointer;
  text-decoration:underline;
}

.crb-review-form .crb-chip-checks{
  margin-top:8px;
}

.crb-review-form .crb-form-confirm-step[hidden],.crb-review-form .crb-form-input-step[hidden]{
  display:none !important;
}

.crb-confirm-row{
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid var(--crb-line);
}

.crb-confirm-row dt{
  font-weight:700;
}

.crb-confirm-row dd{
  margin:0;
  white-space:pre-wrap;
}

.crb-confirm-actions{
  justify-content:flex-end;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

.crb-rank-review-pick-wrap{
  min-width:0;
  margin-top:16px;
}

.crb-rank-review-pick-title{
  font-size:.8rem;
  line-height:1.45;
  font-weight:700;
  margin:0 0 8px;
}

.crb-rank-review-pick{
  min-width:0;
  background:#f5f5f5;
  border:0;
  padding:12px 14px;
}

.crb-rank-review-pick-score{
  line-height:1.4;
  display:flex;
  align-items:center;
  gap:5px;
  margin-bottom:6px;
}

.crb-rank-review-star{
  font-size:14px;
  color:#f5a623;
}

.crb-rank-review-pick-score strong{
  color:var(--crb-text);
  font-weight:700;
  font-size:18px;
}

.crb-rank-review-pick-body{
  min-width:0;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}

.crb-rank-review-pick-body span{
  font-size:.875rem;
  min-width:0;
  line-height:1.6;
}

.crb-rank-review-pick-body a{
  color:var(--crb-link);
  flex:0 0 auto;
  font-size:.875rem;
  text-decoration:underline;
  white-space:nowrap;
}

.crb-review-pagination button.page-numbers{
  background:#fff;
  border:1px solid var(--crb-line);
  color:var(--crb-link);
  cursor:pointer;
  min-width:38px;
  min-height:38px;
  padding:6px 10px;
}

.crb-review-pagination button.page-numbers.current{
  background:var(--crb-primary);
  border-color:var(--crb-primary);
  color:#fff;
}

body.crb-service-virtual [class*="breadcrumb"]:not(.crb-breadcrumbs),
body.crb-service-virtual [id*="breadcrumb"]:not(.crb-breadcrumbs),
body.crb-reviews-index-virtual [class*="breadcrumb"]:not(.crb-breadcrumbs),
body.crb-reviews-index-virtual [id*="breadcrumb"]:not(.crb-breadcrumbs){
  display:none !important;
}

body.crb-service-virtual .entry-header,
body.crb-service-virtual .page-header,
body.crb-service-virtual .post-header,
body.crb-reviews-index-virtual .entry-header,
body.crb-reviews-index-virtual .page-header,
body.crb-reviews-index-virtual .post-header{
  display:none !important;
}

body.crb-service-virtual #content,
body.crb-service-virtual .site-content,
body.crb-service-virtual .content-area,
body.crb-service-virtual main.site-main,
body.crb-reviews-index-virtual #content,
body.crb-reviews-index-virtual .site-content,
body.crb-reviews-index-virtual .content-area,
body.crb-reviews-index-virtual main.site-main{
  float:none !important;
  margin:0 !important;
  max-width:none !important;
  padding:0 !important;
  width:100% !important;
}

body.crb-service-virtual #secondary,
body.crb-service-virtual .widget-area,
body.crb-reviews-index-virtual #secondary,
body.crb-reviews-index-virtual .widget-area{
  display:none !important;
}

.crb-service-single-template .crb-breadcrumbs,
.crb-service-archive-template .crb-breadcrumbs{
  display:block !important;
  font-size:12px !important;
  line-height:1.7 !important;
  margin:0 0 24px !important;
}

.crb-service-single-template .crb-wrap h1,
.crb-service-archive-template .crb-wrap h1,
.crb-service-single-template .crb-wrap h2,
.crb-service-archive-template .crb-wrap h2,
.crb-service-single-template .crb-wrap h3,
.crb-service-archive-template .crb-wrap h3{
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
  color:#1f2933 !important;
  padding:0 !important;
  text-decoration:none !important;
}

.crb-service-single-template .crb-wrap h1::before,
.crb-service-single-template .crb-wrap h1::after,
.crb-service-archive-template .crb-wrap h1::before,
.crb-service-archive-template .crb-wrap h1::after,
.crb-service-single-template .crb-wrap h2::before,
.crb-service-single-template .crb-wrap h2::after,
.crb-service-archive-template .crb-wrap h2::before,
.crb-service-archive-template .crb-wrap h2::after,
.crb-service-single-template .crb-wrap h3::before,
.crb-service-single-template .crb-wrap h3::after,
.crb-service-archive-template .crb-wrap h3::before,
.crb-service-archive-template .crb-wrap h3::after{
  content:none !important;
  display:none !important;
}

.crb-service-single-template .crb-product-main>h1,
.crb-service-archive-template .crb-archive-header>h1{
  font-size:28px !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
  line-height:1.45 !important;
  margin:0 0 10px !important;
}

.crb-service-single-template .crb-section>h2,
.crb-service-archive-template .crb-review-service-card__main>h2{
  font-size:23px !important;
  font-weight:700 !important;
  line-height:1.5 !important;
  margin:0 0 18px !important;
}

.crb-service-single-template .crb-review-headingline h3{
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.55 !important;
  margin:0 !important;
}

.crb-service-archive-template .crb-rank-review-pick-wrap{
  margin-top:18px;
}

.crb-service-archive-template .crb-rank-review-pick-title{
  font-size:17px !important;
  font-weight:700 !important;
  line-height:1.5 !important;
  margin:0 0 10px !important;
}

.crb-service-archive-template .crb-rank-review-pick{
  background:#f5f5f5;
  padding:16px 18px;
}

.crb-service-archive-template .crb-rank-review-pick-score{
  gap:7px;
  line-height:1.5;
  margin-bottom:10px;
}

.crb-service-archive-template .crb-rank-review-pick-score span:first-child{
  font-size:16px !important;
}

.crb-service-archive-template .crb-rank-review-star{
  font-size:20px !important;
}

.crb-service-archive-template .crb-rank-review-pick-score strong{
  font-size:20px !important;
  line-height:1.3;
}

.crb-service-archive-template .crb-rank-review-pick-body{
  align-items:baseline;
  gap:14px;
}

.crb-service-archive-template .crb-rank-review-pick-body span{
  font-size:16px !important;
  line-height:1.75 !important;
}

.crb-service-archive-template .crb-rank-review-pick-body a{
  font-size:16px !important;
  line-height:1.6 !important;
}

/* Mobile layout adjustments — v2.0.19 */
@media (max-width:760px){
  /* 個別ページ：タイトル・評価は1カラム、画像＋概要は2カラム、CTAは1カラム */
  .crb-service-single-template .crb-product-hero{
    grid-template-columns:minmax(100px,36%) minmax(0,1fr);
    gap:12px 14px;
    align-items:start;
  }

  .crb-service-single-template .crb-product-main{
    display:contents;
  }

  .crb-service-single-template .crb-product-main>h1{
    grid-column:1 / -1;
    grid-row:1;
    font-size:22px !important;
    margin:0 !important;
  }

  .crb-service-single-template .crb-product-main>.crb-service-rating{
    grid-column:1 / -1;
    grid-row:2;
    margin:0;
  }

  .crb-service-single-template .crb-product-media{
    grid-column:1;
    grid-row:3;
    min-height:0;
  }

  .crb-service-single-template .crb-product-main>.crb-service-summary{
    grid-column:2;
    grid-row:3;
    margin:0;
  }

  .crb-service-single-template .crb-product-main>.crb-score-row{
    grid-column:1 / -1;
    grid-row:4;
    margin-top:0;
    width:100%;
  }

  .crb-service-single-template .crb-product-main>.crb-score-row .crb-btn{
    width:100%;
  }

  /* 個別ページのH2 */
  .crb-service-single-template .crb-section>h2{
    font-size:20px !important;
  }

  /* 個別ページ冒頭の評価サマリー：スマホは総合評価を中央、各項目は点数を右配置 */
  .crb-service-single-template .crb-rating-summary{
    grid-template-columns:minmax(0,1fr);
  }

  .crb-service-single-template .crb-rating-total{
    border-right:0;
    border-bottom:1px solid var(--crb-line);
    padding:22px 16px;
    text-align:center;
  }

  .crb-service-single-template .crb-rating-total-score{
    align-items:center;
    flex-direction:row;
    gap:10px;
    justify-content:center;
    margin:8px 0 4px;
  }

  .crb-service-single-template .crb-rating-bars{
    padding:12px 16px 16px;
  }

  .crb-service-single-template .crb-rating-bars>div{
    display:grid;
    column-gap:12px;
    grid-template-columns:minmax(0,1fr) auto;
    margin:0;
    padding:10px 0;
    row-gap:8px;
  }

  .crb-service-single-template .crb-rating-bars>div>span{
    grid-column:1;
    text-align:left;
  }

  .crb-service-single-template .crb-rating-bars>div>b{
    grid-column:2;
    text-align:right;
  }

  .crb-service-single-template .crb-rating-bars progress{
    grid-column:1 / -1;
    width:100%;
  }

  /* 口コミ一覧見出しと並び順はスマホで上下2段 */
  .crb-service-single-template .crb-review-topline{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }

  .crb-service-single-template .crb-review-topline .crb-review-count-all,
  .crb-service-single-template .crb-review-topline .crb-review-sort{
    width:100%;
  }

  /* 一覧ページ：ページタイトル22px、サービスカードは全要素を1カラム */
  .crb-service-archive-template .crb-archive-header>h1{
    font-size:22px !important;
  }

  .crb-service-archive-template .crb-review-service-card{
    display:grid;
    grid-template-columns:minmax(0,1fr);
  }

  .crb-service-archive-template .crb-review-service-card__head,
  .crb-service-archive-template .crb-review-service-card__main{
    display:contents;
  }

  .crb-service-archive-template .crb-review-service-card__main>h2{
    grid-column:1;
    grid-row:1;
  }

  .crb-service-archive-template .crb-review-service-card__main>.crb-service-rating{
    grid-column:1;
    grid-row:2;
    margin:0 0 12px;
  }

  .crb-service-archive-template .crb-review-service-card__image{
    grid-column:1;
    grid-row:3;
    display:block;
    width:100%;
  }

  .crb-service-archive-template .crb-review-service-card__image img{
    height:auto;
    max-height:180px;
    object-fit:contain;
    width:100%;
  }

  .crb-service-archive-template .crb-review-service-card__main>.crb-review-service-card__summary{
    grid-column:1;
    grid-row:4;
    margin:12px 0 0;
  }

  .crb-service-archive-template .crb-rank-review-pick-wrap,
  .crb-service-archive-template .crb-review-service-card__cta{
    grid-column:1;
  }
}

@media (max-width:700px){
  /* 宅食版と同様、スマホの投稿フォームはラベル→入力欄の上下配置 */
  .crb-review-form .crb-field.crb-form-row{
    display:block;
  }

  .crb-review-form .crb-form-label{
    border-bottom:1px solid #e7eaee;
    padding:13px 15px;
  }

  .crb-review-form .crb-form-control{
    padding:16px 15px 20px;
  }

  .crb-review-form .crb-form-actions{
    padding:18px 15px;
  }

  .crb-review-form .crb-form-actions .crb-btn{
    min-width:0;
    width:100%;
  }
}

