/* ========================================
   卒園式撮影パック専用スタイル
   sotsuen-pack.css
======================================== */

/* フォント */
.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mochiy-pop-p-one-regular {
  font-family: "Mochiy Pop P One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ========================================
   スライダー
======================================== */
/* ※slick.cssで対応済み */

/* ========================================
   メニューボタン（bnボタン）
======================================== */
/* ※style.css の .bn1〜.bn4 で対応済み */

/* ========================================
   プランセクション共通
======================================== */
.detaplanwaku {
  position: relative;
}

/* プランバッジ（各セクション上部のラベル） */
.plan-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 70px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: -40px;
  left: -20px;
  overflow: hidden;
  z-index: 10;
}

.plan-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px 10px 50% 50%;
}

.plan-badge__main {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

/* 新データプランA：ピンク */
.plan-badge--data-a {
  background: #FF61A1;
  box-shadow: 0 6px 18px rgba(255, 97, 161, 0.5);
  border-color: #ff8dba;
}

/* 新ブルーレイAプラン：ターコイズ */
.plan-badge--bluray-a {
  background: #67C1BF;
  box-shadow: 0 6px 18px rgba(74, 144, 226, 0.5);
  width: 340px;
}

/* 新ブルーレイBプラン：イエロー */
.plan-badge--bluray-b {
  background: #EACD50;
  box-shadow: 0 6px 18px rgb(233 198 65 / 50%);
  width: 340px;
}

/* 料金帯テキスト（黒帯） */
.data_a p {
  background-color: #000;
  color: #fff !important;
  margin: 10px 0;
  padding: 15px 20px 15px 160px;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
}

/* 小さいテキスト（税込・交通費など） */
.small-text {
  font-size: 0.75em;
}

/* リハーサル料金テキスト */
.shitamip {
  text-align: center;
  font-size: 20px;
  margin: 20px auto;
  color: #333 !important;
  margin-left: 0 !important;
}

/* CTAボタン */
.cta-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 36px auto;
}

.cta-btn {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 1.8rem 24px;
  background-color: #fcb900;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}

.cta-btn:hover {
  opacity: 0.85;
}

/* ========================================
   高画質ハイビジョンデータプランセクション
======================================== */
/* ※.detaplanwaku は上記で定義済み */

/* ========================================
   ブルーレイAプランセクション
======================================== */
.ba-p {
  text-align: center;
  color: #333 !important;
  margin-left: 0 !important;
  margin-top: 20px;
}

/* ========================================
   DVD/BDプランセクション（通常プラン）
======================================== */
.kogasituplan {
  padding-top: 43px;
}

/* ========================================
   ブルーレイBプランセクション
======================================== */
/* ※.kogasituwaku は style.css で定義済み */

/* ========================================
   ミニDVDプランセクション
======================================== */
.dvdplan {
  padding-bottom: 10px;
  padding-top: 60px;
}

/* ========================================
   ボタン（smb共通）
======================================== */
.smb-buttons > .smb-btn-wrapper {
  text-align: center;
}

/* ========================================
   レスポンシブ
======================================== */
@media only screen and (max-width: 767px) {
  .plan-badge {
    width: 240px;
    height: 56px;
    top: -40px;
    left: -10px;
  }

  .plan-badge__main {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .shitamip {
    font-size: 15px !important;
  }

  .cta-btn {
    width: 80%;
  }

  .data_a p {
    padding: 15px 20px 15px 3px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .data_a p {
    padding: 15px 20px 15px 60px;
  }
}