/* base */
.content{
    width: 100%;
    padding: 0 !important;
}
.breadcrumb {
    background-color: #fff;
    padding: 0.3rem;
    max-width: 1150px;
    margin: 0 auto;
}
#breadcrumbs ul li, .pankuzu li {
    color: white;
}
#breadcrumbs ul li a, .pankuzu li a {
    color: #fff100;
}
.lp_content{
    width: 100%;
	background: #fff;
    background-size: 80px 80px;
}
.back_img {
    /* background: no-repeat url(/html/user_data/assets/img/item/calendar_early_sp/2024/main_background-img.webp); */
    background: #de1128;
    background-size: cover;
}
.back_color{
    padding: 4rem 0 2.5rem;
    background-color: #ffe3b8;
}
.header_introduction{
    color: #000;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: bold;
}
.pc_on{
    display: none;
}
.main-header,
.category__nav{
    margin-bottom: 0;
}
a:hover, a:active {
    opacity: 0.8;
}
.band{
    margin: 0!important;
}
#headSearchArea .searchInner {
    padding: 15px 10px 0;
}
.bg_gold{
    background-color: #fff;
    background: url(/html/user_data/assets/img/item/calendar_early_sp/2024/back_img.webp) repeat 0 0;
}
.first_view{
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    max-width: 1200px;
    padding-bottom: 2.5rem;
}
.inner {
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    max-width: 1200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.back_white{
    background-color: #fffef2;
    padding: 30px 15px;
}
.notes_calendar{
    font-size: 1.6rem;
    padding: 2rem;
    background-color: #fffef2;
}
@media screen and (min-width: 998px){
    .header_introduction{
        text-align: center;
        font-size: 2rem;
    }
    .pc_on{
        display: block;
    }
    .back_white{
        padding: 33px 27px 75px;
    }
    .notes_calendar{
        margin: 40px 50px;
    }
}
/* main-visual */
h1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.mainv_back .inner {
    padding: 0;
    background: none;
}
.mainv_back .inner img{
    vertical-align: bottom;
    margin-top: 2rem;
}

main {
    background: #fff0f1;
    font-family: sans-serif;
}

.section-navi {
    margin-top: -90px;
    padding-top: 100px;
    padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
    [class*=button]:hover {
        opacity: 1 !important;
        cursor: auto !important;  
        transition: none !important;
    }
}

/* ==========================================
   全体共通のベース
   ========================================== */
.discount-container,
.coupon-container,
.campaign-detail-container,
.products-container  {
  max-width: 1100px;
  margin: 40px auto 0;
  box-sizing: border-box;
  color: #333;
}

@media (max-width: 650px) {
.discount-container,
.coupon-container,
.campaign-detail-container,
.products-container  {
    padding: 0 10px 0;
}
}


/* ==========================================
   1. 割引の仕組みセクション
   ========================================== */
.discount-header {
  text-align: center;
  margin-bottom: 35px;
}
.discount-title {
  display: inline-block;
  background-color: #e50015;
  color: #fff;
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.discount-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.card-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.discount-card {
    flex: 1;
    border-radius: 12px;
    padding: 20px 25px;
    box-sizing: border-box;
    border: 2px solid #e50015;
}

.card-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #e50015;
}

.badge-num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background-color: #e50015;
}

.card-amount {
  font-size: 52px;
  font-weight: 900;
  color: #e50015;
  line-height: 1;
  margin-bottom: 10px;
}
.card-amount-sub {
  font-size: 24px;
  font-weight: bold;
  color: #e50015;
  line-height: 1;
  margin-bottom: 10px;
}
.large-amount {
  font-size: 52px;
  font-weight: 900;
  margin-left: 5px;
}
.unit {
  font-size: 22px;
  font-weight: bold;
  margin-left: 2px;
}

.card-note {
  font-size: 17px;
  margin: 0;
  font-weight: bold;
}

.example-title {
    font-size: 17px;
    margin: 0 0 25px 0;
}

.flow-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px; 
  max-width: 950px; 
  margin: 0 auto;
}

.flow-step {
  flex: 1;
  max-width: 260px; 
  background-color: #ffffff;
  border: 1px solid #e50015;
  border-radius: 8px;
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #e50015;
    font-weight: bold;
    flex-shrink: 0;
}

.flow-label {
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}

.flow-coupon {
    font-size: 15px;
    color: #e50015;
    border: 1px solid #e50015;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 8px;
    font-weight: bold;
}
.flow-price {
    font-size: 24px;
}

.text-muted { color: #888; }
.text-strike { text-decoration: line-through; }
.text-green, .text-orange { color: #e50015; }
.font-bold { font-weight: bold; }


/* ==========================================
   2. クーポンセクション（アコーディオン）
   ========================================== */
.coupon-accordion {
    background-color: #f2f9ff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

summary.accordion-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 25px;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box !important;
    background-color: #f2f9ff !important;
    position: relative !important;
}

summary.accordion-header::-webkit-details-marker {
    display: none;
}

summary.accordion-header::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;
    background: transparent !important;
    pointer-events: auto !important;
}

.header-left {
    display: flex;
    align-items: center;
    width: 100%;
    pointer-events: none !important;
}

.header-text {
    width: 100%;
    pointer-events: none !important;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coupon-title {
    font-size: 20px;
    font-weight: bold;
    color: #0049be;
    margin: 0 0 6px 0;
    line-height: 1.4;
    pointer-events: none !important;
}

.coupon-subtitle {
    font-size: 16px;
    margin: 0;
    color: #0049be;
    pointer-events: none !important;
    width: 31%;
    background: #fcfcfc;
    padding: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 41px;
    border: 2px solid #0049be;
    margin-top: 10px;
}

.accordion-arrow {
    position: relative;
    width: 12px;
    height: 12px;
    border-top: 3px solid #0049be;
    border-right: 3px solid #0049be;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    margin-left: 15px;
    flex-shrink: 0;
    pointer-events: none !important;
    z-index: 2 !important;
}

.coupon-accordion[open] .accordion-arrow {
    transform: rotate(-45deg);
}

.coupon-accordion[open] .accordion-arrow {
    transform: rotate(-45deg);
}

.coupon-accordion[open] .accordion-arrow {
    transform: rotate(-45deg);
}

.coupon-accordion[open] .accordion-arrow {
    transform: rotate(-45deg);
}

.accordion-content {
    padding: 0 25px 30px 25px;
}

.coupon-code-box {
    border: 2px dashed #0049be;
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    margin: 25px 0;
    box-sizing: border-box;
}

.code-label {
    font-size: 16px;
    color: #888;
    margin: 0 0 8px 0;
}

.code-value {
    font-size: 38px;
    font-weight: bold;
    color: #0049be;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.copy-btn {
    background-color: #0049be;
    color: #fff;
    border: none;
    padding: 10px 32px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s;
    width: 350px;
    box-sizing: border-box;
}

.copy-btn:hover {
    background-color: #06347e;
}

.copy-btn.copied {
    background-color: #444; 
}

.info-section {
    margin-top: 22px;
    text-align: left;
}

.info-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin: 0 0 8px 0;
}

.info-title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 18px;
    background-color: #0049be;
    border-radius: 2px;
    flex-shrink: 0;
}

.info-text {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin: 0;
    padding-left: 16px;
}

.info-text strong {
    color: #0049be;
}

@media (max-width: 650px) {
    .accordion-header {
        padding: 15px;
    }
    
    .coupon-title {
        font-size: 15px;
        margin-bottom: 4px;
    }
    
    .coupon-subtitle {
        font-size: 12px;
    }
    
    .copy-btn {
        width: 100%;
        font-size: 16px;
    }
    
    .info-title {
        font-size: 15px;
    }
    
    .info-text {
        font-size: 13px;
        padding-left: 0;
    }
    
    .discount-subtitle {
        font-size: 14px;
    }
}


/* ==========================================
   3. キャンペーン詳細 ＆ フッターセクション
   ========================================== */
.detail-box {
  background-color: #fff;
  padding: 35px 40px;
}
.detail-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 35px 0;
    letter-spacing: 1px;
    background: #e50015;
    padding: 15px;
    color: #fff;
}

.detail-list {
  margin: 0;
  padding: 0;
}
.detail-item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  font-size: 17px;
  line-height: 1.7;
}
.detail-item:last-child {
  border-bottom: none;
}
.detail-item dt {
  width: 220px;
  font-weight: normal;
  flex-shrink: 0;
}
.detail-item dd {
  margin: 0;
  flex-grow: 1;
}
.highlight-text {
  background-color: #ffe5e7;
  color: #e50015;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
}

.notes-box {
  background-color: #fff0f1;
  padding: 35px 40px;
}
.notes-title {
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.notes-list {
    margin: 0 0 15px;
    /* padding: 0 0 0 24px; */
    font-size: 14px;
    /* color: #555; */
    line-height: 1.8;
}
.notes-list li:last-child {
  margin-bottom: 0;
}

.cta-section {
  background-color: #e50015;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}
.cta-lead {
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 4px 16px;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.cta-main {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}

.cta-button-wrap {
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
.cta-button {
  display: block;
  background-color: #fff;
  color: #e50015;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}


/* ==========================================
   レスポンシブ（スマホ用）
   ========================================== */
@media (max-width: 650px) {
.detail-title {
    font-size: 18px;
}
  .card-wrapper {
    flex-direction: column;
  }
  .flow-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .flow-arrow {
    transform: rotate(90deg);
  }
  .coupon-title { font-size: 18px; }
  .code-value { font-size: 30px; }
  .detail-box, .notes-box {
    padding: 25px 20px;
  }
  .detail-item {
      flex-direction: column;
      gap: 6px;
      font-size: 14px;
  }
.detail-item dt {
    width: 100%;
    font-weight: bold;
  }
  .cta-main {
    font-size: 22px;
  }
  .cta-button {
    font-size: 19px;
  }
.notes-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.notes-list li {
    margin-bottom: 0;
}
}

.products-container {
    max-width: 1100px;
    margin: 40px auto 0;
    box-sizing: border-box;
    color: #333;
    overflow: visible;
}

.products-header {
  text-align: center;
  margin-bottom: 40px;
}
.products-title {
  display: inline-block;
  background-color: #e50015;
  color: #fff;
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.products-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.category-title-h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 15px 10px;
  color: #444;
  border-left: 5px solid #e50015;
  padding-left: 10px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px 0;
}

.product-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 15px;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 2px solid #ccc;
    background-color: #fff;
}

/* .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(229, 0, 21, 0.15);
} */

.product-image-wrap {
    position: relative;
    width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
    border-radius: 14px;
}

.badge-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #dd7175;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    z-index: 2;
}

.product-info {
  text-align: center;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px; 
  color: #111;
}

.product-price-block {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 12px 10px;
  margin-bottom: 12px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-amount-tag {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 auto 6px auto;
}

.price-row-old,
.price-row-new {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-label {
  font-size: 15px;
  margin: 0 0 2px 0;
}

.price-detail-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  width: 100%;
}


.price-row-old .price-val {
  font-size: 16px;
  text-decoration: line-through;
}

.price-row-old .price-unit {
  font-size: 14px;
}

.price-arrow-divider {
    font-size: 13px;
    color: #e50015;
    margin: 3px 0;
}

.price-row-new .price-val {
  font-size: 20px;
  color: #e50015;
  font-weight: 800;
}

.price-row-new .price-unit {
  font-size: 15px;
  color: #e50015;
}

.product-coupon-note {
  font-size: 13px;
  color: #e50015;
  margin: auto 0 0 0;
  font-weight: bold;
  background-color: #fff0f1;
  padding: 4px 8px;
  border-radius: 4px;
}

.products-footer {
  text-align: center;
  margin-top: 40px;
}

.footer-note {
    display: inline-block;
    background-color: #ffe5e7;
    color: #e50015;
    font-size: 17px;
    font-weight: bold;
    padding: 30px;
    border-radius: 6px;
    margin: 0;
    width: 600px;
    max-width: 100%; 
    box-sizing: border-box;
    text-decoration: none; 
    transition: background-color 0.2s, opacity 0.2s;
}

.footer-note:hover {
    background-color: #ffd1d4;
    opacity: 0.9;
}

.footer-note::after {
    content: "▲";
    font-size: 14px;
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

@media (max-width: 850px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 550px) {
  .products-title {
    font-size: 22px;
  }
  .products-subtitle {
    font-size: 16px;
  }
  
  .js-scrollable {
    display: block;
    width: 100%;
    overflow-x: visible;
    padding: 10px 0;
  }

  .products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .product-card {
    flex: none;
    width: 100%;
    border: 2px solid #ccc;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

  .product-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
    flex-grow: 1;
  }

  .product-name {
    font-size: 13px;       
    height: 36px;        
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
  }

  .product-price-block {
    padding: 8px 5px;
    margin-bottom: 8px;
    gap: 2px;
  }

  .product-amount-tag {
    font-size: 11px;
    padding: 1px 6px;
    margin-bottom: 4px;
  }

  .price-detail-line {
    flex-direction: column;
    gap: 0;
  }

  .price-row-old .price-val {
    font-size: 13px;
  }

  .price-row-old .price-unit,
  .price-row-new .price-label {
    font-size: 10px;
  }

  .price-row-new .price-val {
    font-size: 16px;
  }

  .price-row-new .price-unit {
    font-size: 11px;
  }

  .product-coupon-note {
    font-size: 11px;
    padding: 3px 4px;
    line-height: 1.2;
  }
  
  .badge-discount {
    font-size: 11px;
    padding: 2px 6px;
    top: 5px;
    right: 5px;
  }
}

/* ==========================================
   ScrollHint（スクロールヒント）位置・前面表示の調整
   ========================================== */
.scroll-hint {
  z-index: 9 !important; /* 確実にカードより手前に表示させる */
}

.scroll-hint-icon {
  z-index: 10 !important; /* アイコンを最前面に固定 */
}

/* もし文字が隠れている場合の保険 */
.scroll-hint-text {
  z-index: 10 !important;
}

/* ==========================================
   タブナビゲーション（ボタン）のスタイル
   ========================================== */
.products-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 15px !important;
  margin: 25px auto 35px auto;
  max-width: 1100px;
  box-sizing: border-box;
  width: 100%;
}

.tab-btn {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 15px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.tab-img-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.tab-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tab-text {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.3;
}

.tab-btn:hover:not(.active) {
  border-color: #e50015;
  background-color: #fff0f1;
}

.tab-btn.active {
  border-color: #e50015 !important;
  background-color: #fff0f1;
}

/* ==========================================
   タブコンテンツの表示・非表示制御（★ここに復活させました！）
   ========================================== */
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

/* ==========================================
   タブ：スマホ用レスポンシブ
   ========================================== */
@media (max-width: 650px) {
  .products-tabs {
    gap: 8px !important;
  }
  .tab-btn {
    padding: 10px 4px;
    border-radius: 8px;
    border-width: 1px;
  }
  .tab-img-wrap {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
  }
  .tab-text {
    font-size: 13px;
  }
}

/* ==========================================
   計算例の装飾（ボックス幅調整・飛び出すバッジ）
   ========================================== */

/* 全体の幅を少し絞って、ボックス同士の隙間を広げる */
.flow-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px; /* 隙間を広げてギチギチを完全に解消 */
  max-width: 950px; /* 全体の最大幅を少し狭めて締まりを良くする */
  margin: 0 auto;
}

/* 各ボックスの横幅が広がりすぎないようにバランスを調整 */
.flow-step {
  flex: 1;
  max-width: 260px; /* ボックスの最大横幅を制限 */
  background-color: #ffffff;
  border: 1px solid #e50015;
  border-radius: 8px;
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 矢印エリアの幅を確保して中央に */
.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #e50015;
  font-weight: bold;
  position: relative;
  width: 60px; /* 矢印の守備範囲を広げて10%OFFの居場所を作る */
  flex-shrink: 0;
}

/* 矢印の上の「10%OFF」バッジ */
.flow-arrow::before {
  content: "10%OFF";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e50015;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

/* 一番右のボックスの基準設定 */
.step-final {
  position: relative;
}

/* 💡【新設】「＼ さらに！ ／」を画像通りの位置（枠外の真上）に配置 */
.flow-badge-text {
  position: absolute;
  top: -30px; /* ボックスの上の線のさらに外側に浮かせる */
  left: 50%;
  transform: translateX(-50%); /* 枠に対してきっちり中央揃え */
  color: #e50015; /* 画像通りの赤文字 */
  font-size: 18px; /* パッと目立つ少し大きめのサイズ */
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 1px;
}


/* ==========================================
   計算例：スマホ用レスポンシブ
   ========================================== */
@media (max-width: 650px) {
  .flow-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .flow-step {
    width: 100%;
    max-width: 320px;
  }

  .flow-arrow {
    width: auto;
    height: 40px;
    transform: rotate(90deg);
  }
  
  .flow-arrow::before {
    top: 50%;
    left: -50px;
    transform: translateY(-50%) rotate(-90deg);
  }

  /* スマホのときはボックスの上に綺麗に乗るように位置を微調整 */
  .flow-badge-text {
    top: -25px;
  }
}

.heading-banner {
    text-align: center;
    margin: 20px 0;
}

.how-to-toggle-btn {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    border: 3px solid #e50015;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    transition: background-color 0.2s, color 0.2s;
    width: 700px;
    max-width: 100%;
}

.how-to-toggle-btn:hover {
    background-color: #e50015;
    color: #fff;
    border: 3px solid #e50015;
}

.how-to-toggle-btn:active {
    transform: translateY(0);
}

.how-to-wrapper {
    transition: max-height 0.4s ease-in-out, opacity 0.4s;
    max-height: 2000px;
    opacity: 1;
    width: 100%;
}

.how-to-wrapper.is-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.how-to-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.how-to-step {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e50015;
}

.how-to-step-header {
    flex-shrink: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 10px 0;
    font-weight: bold;
    background-color: #e50015;
    border-right: 1px solid #e50015;
}

.how-to-step-label {
    font-size: 1.2em;
}

.how-to-step-num-bold {
    font-size: 2.2em;
    line-height: 1;
}

.how-to-step-content {
    flex-grow: 1;
    padding: 15px 20px;
    background-color: white;
    color: #222;
    font-size: 15px;
    line-height: 1.6;
    border: none;
}

.how-to-separator {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.how-to-separator::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e50015;
}

.how-to-step-content img {
    height: 3em;
    width: auto;
    vertical-align: middle;
    margin: 0 5px;
}

.how-to-step-content .how-to-image-large {
    height: auto;
    width: 100%; 
    display: block; 
    margin: 10px auto 0; 
    vertical-align: initial;
    border: solid 1px #ccc;
}

.how-to-tekiyou {
    background: #9d0000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}


/* ==========================================
   関連リンク（2列グリッド配置）
   ========================================== */
.how-to-links-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
    padding: 0;
    margin: 30px auto;
    list-style: none;
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
}

/* 各ブロックの装飾 */
.how-to-links-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    /* border: 1px solid #ddd; */
    /* border-radius: 8px; */
    /* overflow: hidden; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    /* transition: transform 0.2s ease, box-shadow 0.2s ease; */
}


.how-to-links-list a {
    text-decoration: none;
    display: block;
}

.how-to-links-list img {
    width: 100%;
    height: auto;
    display: block;
}

/* リンクテキスト部分 */
.how-to-links-name {
    padding: 12px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #fff;
}

/* スマホ用レスポンシブ（2列を維持） */
@media (max-width: 650px) {
    .how-to-links-list {
        gap: 12px;
        padding: 0 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .how-to-links-name {
        padding: 8px 5px;
        font-size: 13px;
        line-height: 1.3;
    }
}

.example-box {
    border: 2px solid #e50015;
    border-radius: 12px;
    overflow: hidden;
    margin: 30px auto;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff0f1;
    border-radius: 12px;
    padding: 25px 30px 25px;
}

.calc-flow-header {
    background-color: #e50015;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 14px 10px;
    letter-spacing: 0.5px;
}

.calc-flow-header-yellow {
    color: #fff200;
    font-size: 26px;
}

.calc-flow-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0 10px;
    box-sizing: border-box;
    width: 100%;
}

.calc-flow-step {
    flex: 1;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #e50015;
    border-radius: 12px;
    padding: 20px 12px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 230px;
    position: relative;
    justify-content: center;
}

.calc-flow-label-wrap {
    width: 100%;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.calc-flow-label {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 10px;
}

.calc-flow-label.font-bold {
    font-weight: bold;
}

.calc-flow-coupon-lbl {
    font-size: 17px;
    color: #e50015;
    border: 1px solid #e50015;
    border-radius: 4px;
    padding: 1px 6px;
    margin-top: 6px;
    font-weight: bold;
    display: inline-block;
}

.calc-flow-price-base {
    font-size: 28px;
    font-weight: bold;
    color: #555;
}

.calc-flow-price-base span:last-child {
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
}


.calc-flow-price {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 2px 0;
    line-height: 1.1;
}

.calc-flow-price span {
    font-size: 18px;
    font-weight: bold;
}

.text-red {
    color: #e50015;
}

.font-bold {
    font-weight: bold;
}

.calc-flow-img-wrap {
    width: 110px;
    height: 80px;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calc-flow-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.calc-flow-note-box {
    width: 100%;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 10px;
    box-sizing: border-box;
    margin-top: 12px;
    box-shadow: inset 0 0 0 1px rgba(242, 92, 120, 0.2);
}

.bg-pink {
    background-color: #fff0f2;
}

.calc-flow-arrow {
    width: 85px;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 5px;
}

.calc-flow-arrow::after {
    content: "→";
    font-size: 32px;
    color: #e50015;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}

.calc-flow-arrow::before {
    content: attr(data-text);
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e50015;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 2;
}

.calc-flow-badge-text {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    color: #e50015;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

/* 💡【修正】コードを1行に綺麗にまとめてギザギザ爆弾を強制大復活！ */
.calc-flow-result-bomb {
    position: relative;
    width: 120px;
    height: 120px;
    background-color: #e50015;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* margin-left: 30px; */
    clip-path: polygon(50% 0%, 59% 7%, 69% 2%, 74% 11%, 84% 9%, 86% 19%, 95% 20%, 94% 30%, 100% 34%, 96% 44%, 99% 53%, 93% 61%, 95% 71%, 87% 76%, 86% 86%, 77% 88%, 73% 97%, 63% 96%, 56% 100%, 47% 97%, 38% 99%, 32% 92%, 23% 92%, 19% 83%, 10% 81%, 11% 71%, 4% 67%, 8% 57%, 4% 48%, 11% 41%, 9% 31%, 18% 28%, 19% 18%, 28% 15%, 31% 5%, 41% 7%);
}

.calc-flow-result-inner {
    text-align: center;
    line-height: 1.2;
}

.calc-flow-result-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.calc-flow-result-price {
    font-size: 25px;
    font-weight: 900;
    color: #fff200;
    margin: 2px 0;
}

.calc-flow-result-price span {
    font-size: 15px;
}

.calc-flow-result-sub {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 1024px) {
    .calc-flow-wrapper {
        flex-direction: column;
        gap: 0;
        align-items: center;
        padding: 30px 15px 10px;
        position: relative;
    }

    .calc-flow-step {
        width: 100%;
        max-width: 340px;
        min-height: 200px;
        padding: 15px;
    }

    .calc-flow-label-wrap {
        min-height: auto;
        margin-bottom: 10px;
    }

    .calc-flow-arrow {
        width: 100%;
        height: 65px;
        margin: 15px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

    .calc-flow-arrow::after {
        content: "↓";
        font-size: 28px;
        line-height: 1;
        margin-top: 5px;
    }

    .calc-flow-arrow::before {
        position: static;
        transform: none;
        font-size: 13px;
        padding: 2px 8px;
        margin-bottom: 2px;
    }

    .calc-flow-badge-text {
        top: -26px;
        font-size: 16px;
    }

    .step-final {
        margin-top: 20px;
    }

    .calc-flow-result-bomb {
        position: absolute;
        bottom: 76px;
        left: calc(50% - -83px);
        z-index: 99;
        width: 110px;
        height: 110px;
        margin-left: 0;
        margin-top: 0;
    }
    .calc-flow-result-price {
        font-size: 22px;
        font-weight: 900;
        color: #fff200;
        margin: 0;
    }
}

.calc-flow-notes-container {
    background-color: #fff0f1;
    border-radius: 8px;
    padding: 20px 25px;
    margin: 25px auto;
    max-width: 1100px;
    width: 100%;
    box-sizing: border-box;
}

.calc-flow-notes-caption {
    color: #e50015;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px 0;
}

.calc-flow-notes-list {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.calc-flow-notes-list li {
    font-size: 15px;
    color: #222;
    line-height: 1.6;
    padding-left: 0;
}


@media (max-width: 650px) {
    .example-box {
      padding: 20px;
    }
    .calc-flow-header {
        font-size: 16px;
    } 
    .calc-flow-header-yellow {
        font-size: 16px;
    }
  .calc-flow-notes-container {
        padding: 15px 18px;
    }
    .calc-flow-notes-caption {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .calc-flow-notes-list li {
        font-size: 13px;
        margin-bottom: 8px;
    }

}


.story-card-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1100px;
    width: 100%;
    margin: 40px auto;
    box-sizing: border-box;
    padding: 20px 0 0 0;
}

.story-card-step {
    flex: 1;
    max-width: 480px;
    background-color: #fff;
    border: 2px solid #e50015;
    border-radius: 12px;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 220px;
    position: relative;
}

.story-card-badge {
    position: absolute;
    top: -15px;
    left: 25px;
    background-color: #e50015;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 15px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    z-index: 2;
}

.story-card-label-wrap {
    width: 100%;
    min-height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.story-card-label-top {
    font-size: 17px;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

.story-card-price {
    font-size: 52px;
    font-weight: 900;
    margin: 5px 0;
    line-height: 1;
}

.story-card-price span {
    font-size: 22px;
    font-weight: bold;
    margin-left: 2px;
}

.story-card-note-box {
    width: 100%;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 10px;
    box-sizing: border-box;
    margin-top: auto;
}

.story-card-arrow-zone {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.story-card-arrow-zone::before {
    content: "→";
    font-size: 32px;
    color: #e50015;
    font-weight: bold;
    line-height: 1;
}

.story-card-arrow-text {
    font-size: 14px;
    color: #e50015;
    font-weight: bold;
    margin-top: 4px;
}

@media (max-width: 1024px) {
    .story-card-container {
        flex-direction: column;
        gap: 0;
        align-items: center;
        padding: 20px 15px 10px;
    }

    .story-card-step {
        width: 100%;
        max-width: 340px;
        min-height: auto;
        padding: 30px 15px 18px;
    }

    .story-card-label-wrap {
        min-height: auto;
        margin-bottom: 10px;
    }

    .story-card-label-top {
        font-size: 16px;
    }

    .story-card-price {
        font-size: 46px;
    }

    .story-card-price span {
        font-size: 20px;
    }

    .story-card-arrow-zone {
        width: 100%;
        height: 55px;
        margin: 5px 0;
    }

    .story-card-arrow-zone::before {
        content: "↓";
        font-size: 28px;
    }

    .story-card-arrow-text {
        margin-top: 0;
    }
}

.w-camp-container {
    display: flex;
    justify-content: center;
    align-items: stretch; /* 💡これで左右のボックス全体の高さが揃います */
    max-width: 1100px;
    width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
    position: relative;
}

.w-camp-box {
    flex: 1;
    max-width: 410px;
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.w-camp-box.border-red {
    border: 4px solid #b71c1c;
    margin-right: 50px;
}

.w-camp-box.border-blue {
    border: 4px solid #0049be;
    margin-left: 25px;
}

/* 💡ここがヘッダー（見出し帯）の共通設定です */
.w-camp-header {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 62px;
    box-sizing: border-box;
}


.w-camp-header.bg-red {
    background-color: #b71c1c;
}

.w-camp-header.bg-blue {
    background-color: #0049be;
}

.w-camp-header .text-yellow {
    color: #fff200;
}

.w-camp-content {
    padding: 15px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1; /* 💡ヘッダーの下のコンテンツエリアが残りの高さを均等に埋めます */
}

.w-camp-sub-text {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-align: center;
}

.w-camp-price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.w-camp-sub-label {
    font-size: 18px;
    font-weight: bold;
    color: #e50015;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-right: 8px;
    line-height: 1;
    display: inline-block;
    transform: translateY(-4px);
}

.w-camp-main-price {
    font-size: 57px;
    font-weight: 900;
    line-height: 0.9;
    margin: 0;
    display: flex;
    align-items: flex-end;
    letter-spacing: -2px;
}

.w-camp-main-price span.w-camp-unit {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
    margin-left: 2px;
    letter-spacing: 0;
}

.w-camp-plus-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #1a1a3a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 5;
}

.text-red {
    color: #e50015;
}

@media (max-width: 1024px) {
    .w-camp-container {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0 15px;
        margin: 20px auto;
    }

    .w-camp-box {
        width: 100%;
        max-width: 360px;
        min-height: auto;
    }

    .w-camp-box.border-red {
        margin-right: 0;
    }

    .w-camp-box.border-blue {
        margin-left: 0;
    }

    .w-camp-header {
        font-size: 16px;
        padding: 10px 10px;
        height: auto; /* スマホ時は縦並びになるため高さを自動に戻します */
        min-height: auto;
    }

    .w-camp-content {
        padding:10px;
    }

    .w-camp-sub-text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .w-camp-sub-label {
        font-size: 15px;
        margin-right: 5px;
    }

     .w-camp-main-price {
        font-size: 45px;
    }

    .w-camp-main-price span.w-camp-unit {
        font-size: 28px;
    }

    .w-camp-plus-circle {
        position: static;
        transform: none;
        margin: 10px 0;
        width: 44px;
        height: 44px;
        font-size: 26px;
    }
}

.pk-block-section {
    max-width: 1100px;
    width: 100%;
    margin: 40px auto;
    box-sizing: border-box;
    text-align: center;
    font-family: sans-serif;
}

.pk-block-top-tag {
    display: inline-block;
    background-color: #e50015;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 24px;
    border-radius: 20px;
    letter-spacing: 1px;
}

.pk-block-top-lead {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0 20px 0;
}

.pk-block-container {
    border: 2px solid #e50015;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.pk-block-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e50015;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px 5px 12px;
    border-bottom-right-radius: 20px;
    z-index: 3;
}

.pk-block-main-content {
    display: flex;
    padding: 35px 30px;
    gap: 35px;
    box-sizing: border-box;
    align-items: center;
}

.pk-block-img-area {
    width: 250px;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
}

.pk-block-discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e50015;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 4;
}

.pk-block-img-placeholder {
    width: 100%;
    height: auto;
    background-color: #fffbfb;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.pk-block-img-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pk-block-info-area {
    flex-grow: 1;
    box-sizing: border-box;
}

.pk-block-tags-wrap {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.pk-block-tag {
    background-color: #fff0f1;
    color: #e50015;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 4px;
}

.pk-block-product-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.pk-block-description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.pk-block-spec-list {
    display: flex;
    gap: 25px;
    border-top: 1px dashed #ddd;
    padding: 12px 0;
}

.pk-block-spec-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.pk-block-spec-dot-box,
.pk-block-spec-dot-design {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}
.pk-block-spec-dot-box { background-color: #8d6e63; }
.pk-block-spec-dot-design { background-color: #e50015; }

.pk-block-spec-label {
    margin-right: 5px;
}

.pk-block-spec-value {
    font-weight: bold;
}

/* 💡新設：右側にボタンをすっきり並べるゾーン */
.pk-block-action-zone {
    margin-top: 10px;
    text-align: left;
}

.pk-block-btn {
    display: inline-block;
    background-color: #e50015;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 6px;
    box-shadow: 0 4px 0 #b30010;
    transition: all 0.1s ease;
}

.pk-block-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 3px 0 #b30010;
}

.pk-block-btn:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 transparent;
}

.pk-block-footer-note {
    font-size: 13px;
    color: #888;
    margin: 8px 0 0 0;
}

.text-red { color: #e50015; }
.font-bold { font-weight: bold; }

@media (max-width: 1024px) {
    .pk-block-section {
        padding: 0 15px;
        margin: 30px auto;
    }
    
    .pk-block-top-lead {
        font-size: 16px;
    }

    .pk-block-main-content {
        flex-direction: column;
        padding: 45px 20px 25px;
        gap: 20px;
    }

    .pk-block-img-area {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .pk-block-product-title {
        font-size: 21px;
    }

    .pk-block-description {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .pk-block-spec-list {
        flex-direction: column;
        gap: 10px;
        padding: 12px 0;
        border-bottom: 1px dashed #ddd; /* スマホ用に下線を追加 */
    }

    .pk-block-action-zone {
        text-align: center;
        margin-top: 15px;
    }

    .pk-block-btn {
        font-size: 16px;
        padding: 12px 30px;
        width: 100%;
        max-width: 340px;
        box-sizing: border-box;
    }
}

.item-list-btn-container {
    width: 100%;
    text-align: center;
    margin: 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.item-list-link-trigger {
    display: inline-block;
    background-color: #e50015;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 60px;
    border-radius: 30px;
    box-shadow: 0 4px 0 #b30010;
    transition: all 0.1s ease;
    box-sizing: border-box;
}

.item-list-link-trigger:hover {
    transform: translateY(1px);
    box-shadow: 0 3px 0 #b30010;
    background-color: #f00017;
}

.item-list-link-trigger:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 transparent;
}

@media (max-width: 1024px) {
    .item-list-btn-container {
        margin: 30px auto;
    }

    .item-list-link-trigger {
        font-size: 16px;
        padding: 14px 20px;
        width: 100%;
        max-width: 340px;
    }
}

.example-box {
    max-width: 1100px;
    width: 100%;
    margin: 30px auto;
    padding: 25px 25px 20px;
    background-color: #fff5f5;
    border-radius: 16px;
    box-sizing: border-box;
    font-family: sans-serif;
}

.compact-calc-top-ribbon {
    position: relative;
    background-color: #e50015;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    margin: -10px -45px 20px -45px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.compact-calc-top-ribbon p {
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.compact-calc-top-ribbon::before,
.compact-calc-top-ribbon::after {
    content: "";
    position: absolute;
    bottom: -10px;
    border-style: solid;
    height: 0;
    width: 0;
}

.compact-calc-top-ribbon::before {
    left: 0;
    border-width: 10px 0 0 15px;
    border-color: #b30010 transparent transparent transparent;
}

.compact-calc-top-ribbon::after {
    right: 0;
    border-width: 10px 15px 0 0;
    border-color: #b30010 transparent transparent transparent;
}

.compact-calc-header-link {
    color: #fff200;
    text-decoration: underline;
}

.compact-calc-main-wrapper {
    display: flex;
    gap: 25px;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}

.compact-calc-left-product {
    flex: 1;
    max-width: 420px;
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 15px 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ffe3e3;
}

.compact-calc-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e50015;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 16px 5px 10px;
    border-bottom-right-radius: 14px;
}

.compact-calc-prod-title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin: 10px 0 6px 0;
    line-height: 1.3;
}

.compact-calc-prod-plan {
    font-size: 12px;
    color: #666;
    background-color: #f5f5f5;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.compact-calc-prod-img-box {
    width: 100%;
    max-width: 220px;
    margin: 0 auto auto auto;
}

.compact-calc-prod-img-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.compact-calc-recommend-box {
    width: 100%;
    background-color: #fffcfc;
    border: 1px dashed #ffccd0;
    border-radius: 8px;
    padding: 10px 8px;
    box-sizing: border-box;
    margin-top: 15px;
    text-align: center;
}

.compact-calc-recommend-title {
    font-size: 13px;
    font-weight: bold;
    color: #e50015;
    margin: 0 0 8px 0;
}

.compact-calc-recommend-list {
    display: flex;
    justify-content: space-around;
    gap: 4px;
}

.compact-calc-recommend-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #333;
    line-height: 1.3;
    font-weight: bold;
}

.compact-calc-recommend-img {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compact-calc-recommend-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compact-calc-goto-btn {
    display: block;
    width: 100%;
    background-color: #e50015;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 11px 10px;
    border-radius: 40px;
    margin-top: 15px;
    box-sizing: border-box;
}

.compact-calc-right-flow {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    justify-content: center;
}

.compact-calc-flow-main-lead {
    font-size: 21px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0 0 10px 0;
}

.compact-calc-flow-main-lead span {
    color: #e50015;
}

.compact-calc-price-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #ffccd0;
    /* height: 56px; */
    gap: 115px;
}

.compact-calc-price-card.border-red {
    border: 2px solid #e50015;
}

.compact-calc-card-label {
    font-size: 17px;
    color: #111;
    font-weight: bold;
    padding-right: 15px;
    border-right: 2px solid #ddd;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 105px;
}

.compact-calc-card-price-row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.compact-calc-card-price {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    color: #111;
}

.compact-calc-card-price span {
    font-size: 15px;
    margin-left: 2px;
}

.text-gray { color: #111; }
.text-red { color: #e50015; }
.font-black { font-weight: 900; }

.compact-calc-card-badge {
    background-color: #ffeaea;
    color: #e50015;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 20px;
}

.compact-calc-card-badge.type-orange {
    background-color: #fff0e6;
    color: #ff6d00;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 14px;
    text-align: center;
    line-height: 1.2;
}

.compact-calc-big-arrow {
    position: relative;
    background-color: #e50015;
    color: #fff;
    text-align: center;
    padding: 10px 10px 15px;
    width: 75%;
    margin: 20px auto;
    box-sizing: border-box;
    z-index: 1;
}

.compact-calc-big-arrow::after {
    content: "";
    position: absolute;
    bottom: -15px; 
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px; 
    border-color: #e50015 transparent transparent transparent;
}

/* .compact-calc-big-arrow.type-dark {
    background-color: #b30010;
    margin: 20px auto;
}

.compact-calc-big-arrow.type-dark::after {
    border-color: #b30010 transparent transparent transparent;
} */

.arrow-badge {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 2px 0;
    opacity: 0.9;
    line-height: 1.2;
}

.arrow-text-highlight {
    font-size: 24px;
    font-weight: bold;
    color: #fff200;
    margin: 0;
    line-height: 1.2;
}

.arrow-text {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.text-yellow-inline {
    color: #fff200;
}

.compact-calc-result-bar {
    background-color: #fbe670;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    margin-top: 25px;
    box-sizing: border-box;
    position: relative;
    height: 70px;
}

.compact-calc-result-badge {
    background-color: #e50015;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.compact-calc-result-text {
    font-size: 34px;
    font-weight: 900;
    color: #e50015;
    margin: 0;
}

.compact-calc-result-text span {
    font-size: 20px;
    font-weight: bold;
    color: #e50015;
    margin-left: 2px;
}

.compact-calc-result-img {
    margin-left: auto;
    width: 55px;
    height: 55px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.compact-calc-result-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compact-calc-bottom-note {
    font-size: 11px;
    color: #666;
    margin: 15px 0 0 0;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 1024px) {
    .example-box {
        padding: 20px 15px;
        margin: 20px auto;
        overflow: hidden;
    }

    .compact-calc-top-ribbon {
        font-size: 14px;
        margin: -10px -15px 15px -15px;
        padding: 8px 15px;
    }
    
    .compact-calc-top-ribbon::before,
    .compact-calc-top-ribbon::after {
        display: none;
    }

    .compact-calc-main-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .compact-calc-left-product {
        width: 100%;
        max-width: 360px;
        padding: 25px 15px 15px;
    }

    .compact-calc-prod-title {
        font-size: 20px;
    }

    .compact-calc-right-flow {
        width: 100%;
        max-width: 360px;
    }

    .compact-calc-flow-main-lead {
        font-size: 17px;
    }

    .compact-calc-price-card {
        padding: 0 12px;
        height: 56px;
    }

    .compact-calc-card-label {
        font-size: 14px;
        padding-right: 10px;
        min-width: 85px;
    }

    .compact-calc-card-price {
        font-size: 22px;
    }

    .compact-calc-big-arrow {
        width: 85%;
        padding: 6px 10px 14px;
    }
    
    .compact-calc-big-arrow::after {
        border-width: 12px 12px 0 12px;
        bottom: -12px;
    }

    .arrow-text-highlight {
        font-size: 20px;
    }

    .arrow-text {
        font-size: 15px;
    }

    .compact-calc-result-bar {
        padding: 5px 12px;
        height: 60px;
        margin-top: 20px;
    }

    .compact-calc-result-badge {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-right: 10px;
    }

    .compact-calc-result-text {
        font-size: 24px;
    }
    
    .compact-calc-result-img {
        width: 45px;
        height: 45px;
    }
}

/* セクション見出し：赤ベタをやめて軽めに見せる */
.lp-section-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 48px 0 24px;
  padding: 14px 18px;
  background: #fff;
  border-bottom: 3px solid #e60012;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

/* 小さなアイコン風の丸 */
.lp-section-title::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #fff1f1;
  border: 2px solid #e60012;
  box-sizing: border-box;
}

/* 見出し内で強調したい語句 */
.lp-section-title .accent {
  color: #e60012;
}

/* 補足テキスト付き見出し */
.lp-section-title-wrap {
  margin: 56px 0 24px;
}

@media (max-width: 1024px) {
.lp-section-title {
  font-size: 20px;
}
}

.step-calc-main-container {
    max-width: 1100px;
    width: 100%;
    margin: 40px auto;
    padding: 35px 50px 35px 35px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow: hidden;
}

.step-calc-layout-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
    align-items: center;
    box-sizing: border-box;
}

.step-calc-left-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.step-calc-photo-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-calc-photo-wrap img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.step-calc-goto-btn {
    display: block;
    width: 100%;
    background-color: #e50015;
    color: #ffffff;
    padding: 15px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
    box-shadow: 0 4px 0 #b30010;
    transition: all 0.1s ease;
    box-sizing: border-box;
}

.step-calc-goto-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 3px 0 #b30010;
}

.step-calc-goto-btn:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 transparent;
}

.step-calc-right-flow {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

.step-calc-header-zone {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    /* margin-bottom: 25px; */
    flex-wrap: wrap;
    flex-direction: column;
}

.step-calc-tag-lbl {
    background-color: #e50015;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 6px;
}

.step-calc-prod-title {
    font-size: 25px;
    font-weight: 900;
    color: #111111;
    margin: 0;
    /* letter-spacing: -0.5px; */
}

.step-calc-plan-badge {
    background-color: #e5e5e5;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 20px;
}

.step-calc-timeline-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.step-calc-box {
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-shrink: 0;
}

.step-size-1 {
    width: 145px;
    height: 114px;
    padding: 16px 8px;
}

.step-size-2 {
    width: 180px;
    height: 130px;
    padding: 18px 8px;
}

.step-size-3 {
    width: 220px;
    height: 148px;
    padding: 20px 8px;
}

.base-gray { border: 1.5px solid #666666; background-color: #ffffff; }
.border-red { border: 2px solid #e50015; }
.border-blue { border: 2px solid #0049be; }

.color-pink-bg { background-color: #fff8f7; }
.color-white-bg { background-color: #ffffff; }
.position-rel { position: relative; }

.step-calc-box-lbl {
    font-weight: 700;
    margin-bottom: 4px;
}

.step-size-1 .step-calc-box-lbl { font-size: 15px; }
.step-size-2 .step-calc-box-lbl { font-size: 17px; }
.step-size-3 .step-calc-box-lbl { font-size: 19px; }

.font-gray { color: #555555; }
.font-red { color: #e50015; }
.font-blue { color: #0049be; }

.step-calc-box-price {
    font-weight: 800;
    line-height: 1.1;
}

.step-size-1 .step-calc-box-price { font-size: 24px; }
.step-size-2 .step-calc-box-price { font-size: 28px; }
.step-size-3 .step-calc-box-price { font-size: 36px; }

.step-calc-box-price span {
    font-weight: 700;
    margin-left: 2px;
}
.step-size-1 .step-calc-box-price span { font-size: 14px; }
.step-size-2 .step-calc-box-price span { font-size: 16px; }
.step-size-3 .step-calc-box-price span { font-size: 18px; }

.step-calc-status-tag {
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 14px;
    margin-top: 6px;
    white-space: nowrap;
}
.step-size-2 .step-calc-status-tag { font-size: 13px; }
.step-size-3 .step-calc-status-tag { font-size: 14px; }

.bg-pink-badge { background-color: #ffe5e5; color: #e50015; }
.bg-blue-badge { background-color: #0049be; color: #ffffff; }

.step-calc-arrow {
    color: #ffffff;
    padding: 14px 16px 14px 12px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
    margin: 0 -6px;
    text-align: center;
    z-index: 2;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    align-self: center;
}

.bg-red-arrow {
    background-color: #e50015;
    max-width: 105px;
    top: 18px;
}

.bg-blue-arrow { background-color: #0049be; max-width: 135px; top: 8px; height: 74px;}

.step-calc-arrow-sub {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.step-calc-arrow-main {
    font-size: 16px;
    font-weight: 800;
    color: #fff200;
    line-height: 1.2;
    margin-top: 2px;
}

.bg-red-arrow .step-calc-arrow-sub { color: #ffffff; }
.bg-red-arrow .step-calc-arrow-main { color: #fff200; }
.bg-blue-arrow .step-calc-arrow-sub { color: #ffffff; }
.bg-blue-arrow .step-calc-arrow-main { color: #fff200; font-size: 22px; }

.step-calc-total-badge {
    position: absolute;
    top: -41px;
    right: -42px;
    background-color: #0049be;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    /* box-shadow: 0 4px 8px rgba(0, 73, 190, 0.35); */
    z-index: 5;
}

.item-list-btn-container {
    width: 100%;
    text-align: center;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
}

.item-list-link-trigger {
    display: inline-block;
    background-color: #e50015;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 70px;
    border-radius: 35px;
    box-shadow: 0 4px 0 #b30010;
    transition: all 0.1s ease;
    box-sizing: border-box;
}

.item-list-link-trigger:hover {
    transform: translateY(1px);
    box-shadow: 0 3px 0 #b30010;
    background-color: #f00017;
}

.item-list-link-trigger:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 transparent;
}

@media (max-width: 1024px) {
    .step-calc-main-container {
        padding: 25px 15px;
    }

    .step-calc-layout-grid {
        grid-template-columns: 100%;
        gap: 25px;
    }

    .step-calc-left-product {
        max-width: 280px;
        margin: 0 auto;
    }

    .step-calc-header-zone {
        justify-content: center;
        margin-bottom: 20px;
    }

    .step-calc-prod-title {
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

    .step-calc-timeline-row {
        flex-direction: column;
        gap: 12px;
        padding-right: 0;
    }

    .step-size-1, .step-size-2, .step-size-3 {
        width: 100%;
        min-width: auto;
        height: auto;
        padding: 18px 10px;
    }

    .step-calc-arrow {
        margin: 0;
        width: 100%;
        height: 52px;
        clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%, 0 0);
        min-width: auto;
        max-width: 100%;
    }

    .step-calc-total-badge {
        top: -15px;
        right: 15px;
    }

    .item-list-link-trigger {
        font-size: 16px;
        padding: 14px 20px;
        width: 100%;
        max-width: 340px;
    }
}

.notes-title_mini {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}