.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-17091 .elementor-element.elementor-element-20bf82c > .elementor-widget-container{background-color:#295EEE;}.elementor-17091 .elementor-element.elementor-element-20bf82c .elementor-heading-title{color:#C8D5DC;font-family:"Poppins", Sans-serif;font-weight:300;}@media(max-width:767px){.elementor-17091 .elementor-element.elementor-element-20bf82c > .elementor-widget-container{padding:15px 15px 15px 15px;}.elementor-17091 .elementor-element.elementor-element-20bf82c{text-align:center;}.elementor-17091 .elementor-element.elementor-element-20bf82c .elementor-heading-title{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-7423927 *//* ===== ベース ===== */
.trial-lp{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic",sans-serif;
  color:#111;
  background:#fff;
  max-width:420px;
  margin:0 auto;
  padding:24px 16px;
}

/* ===== HERO ===== */
.hero{
  text-align:center;
  padding:32px 16px 24px;
}

.badge{
  display:inline-block;
  background:#fff3e6;
  color:#ff7a00;
  font-weight:800;
  font-size:16px;
  padding:6px 12px;
  border-radius:999px;
  margin-bottom:12px;
}

.hero h1{
  font-size:30px;
  line-height:1.25;
  margin:12px 0;
  font-weight:700;
}

.hero .accent{ color:#ff7a00; }

.hero-sub{
  font-size:16px;
  color:#000;
  margin-bottom:20px;
  line-height:1.7;
}

/* ========= 予告なく終了 ========= */
.urgency-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin: 8px auto 12px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  color:#7a1b1b;
  background:#fff0f0;
  border:1px solid #ffd2d2;
}
.urgency-pill b{ color:#dc2626; }
.urgency-pill .dot{
  width:8px;height:8px;border-radius:50%;
  background:#dc2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,.12);
}

/* ===== VIDEO ===== */
.videoWrap iframe,
.videoWrap video{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
  background:#000;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
  margin:18px auto;
}

/* ===== FLOW ===== */
.flow-wrap{
  background:#fff;
  border:3px solid #e5e7eb;
  border-radius:14px;
  padding:10px 16px;
  margin:16px 0;
}

.flow-title{
  margin:0 0 10px;
  font-weight:900;
  font-size:16px;
  text-decoration: underline;
}

.flow-list{
  margin:0;
  padding-left:18px;
}

.flow-list li{
  margin-bottom:10px;
  font-size:15px;
  line-height:1.55;
  text-align:left;
}

.flow-list li b{
  display:inline-block;
  min-width:90px;
}

.flow-list li span{
  color:#000;
  font-size:14px;
}

.flow-note{
  margin:10px 0 0;
  font-size:13px;
  color:#374151;
  line-height:1.6;
}

/* ===== 本日体験中 ===== */
.today-proof{
  width: 100%;
  max-width: 360px;
  margin: 12px auto 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  text-align:center;
  font-size: 15px;
  font-weight: 900;
  color:#111;
}
.today-proof strong{
  color:#F01C6C;
  font-weight: 1000;
}

.cta-lead{
  font-size:13px;
  color:#444;
  margin: 8px 0 8px;
}

/* ===== CTA ボタン（既存踏襲） ===== */
.button-10 {
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  width:310px;
  margin:0 auto;
  padding:25px 30px;
  overflow:hidden;
  border:none;
  border-radius:6px;
  background-color:#F01C6C;
}

.button-10 a{
  color:#fff;
  font-size:1.2em;
  font-weight:900;
  line-height:1.1;
  text-decoration:none;
}

.button-10::before {
  display:block;
  position:absolute;
  top:-50%;
  left:-30%;
  transform:rotate(30deg);
  width:70px;
  height:100px;
  content:'';
  background-image:linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  background-image:-webkit-gradient(linear, left bottom, right bottom,
    color-stop(0%, rgba(255,255,255,0)),
    color-stop(50%, rgba(255,255,255,1)),
    color-stop(100%, rgba(255,255,255,0)));
  animation:animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
  17% { left:120%; }
  100% { left:120%; }
}

.button-10:hover { background-color:#F678A7; }

.shaku{ font-size:10px; } /* 既存踏襲 */

.apply-note{
  width: 100%;
  max-width: 360px;
  margin: 10px auto 0;
  padding: 10px 12px;
  border-radius: 12px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  text-align:left;
  font-size: 12px;
  color:#7c2d12;
  line-height: 1.55;
}
.apply-note b{ font-weight: 1000; }

.btn-note{
  font-size:12px;
  color:#666;
  margin-top:10px;
  line-height:1.6;
}/* End custom CSS */