@charset "UTF-8";

/* ======================================================
    Arancino LP
====================================================== */

:root{
  --white:#fff;
  --ink:#454545;
  --muted:#5f6773;
  --line:rgba(0,0,0,.08);

  --orange:#ff7d5f;
  --orange-1: rgba(255,145,110,1);
  --orange-2: rgba(255,170,140,1);

  --green-1:#6FBC5D;
  --green-2:#8FD77C;

  --red:#e4005a;
  --blue:#9ecfb2;

  --bg-beige:#fff6ec;

  --bg-soft:#f9fafb;
  --bg-soft-2:#E7EFF5;

  --bg-gradation:linear-gradient(rgba(0,31,63,.45), rgba(0,31,63,.45));

  --bg_pattern: url("../../../common/img/schedule_bg.png");
  --bg_wave: url("../../../common/img/wave_beige.png");

  --container: 1100px;
  --container-narrow: 768px;

  --c-paddin-btm-6: 6rem;

  --serif: 'Noto Serif JP',serif;
  --sans: 'Noto Sans JP',system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif;
  --number: "Figtree", sans-serif;;

  --font-size-15: 0.9375rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-22: 1.375rem;
  --font-size-28: 1.75rem;
}

/* ---------- Base ---------- */
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height:1.7;
}
.arancino-lp.chef img{ 
  max-width:100%;
  height:auto; display:block; 
}
.arancino-lp.chef a{ 
  color:inherit; 
}
.arancino-lp.chef ul{ 
  margin:0;
  padding-left:1.2rem; 
}
.arancino-lp.chef li{ 
  margin:.2rem 0; 
}
.arancino-lp.chef h2{ 
  text-shadow: none; 
}
.arancino-lp.chef .c-flow .c-kicker,
.arancino-lp.chef .c-message .c-kicker {
  color: var(--white);
}
.arancino-lp.chef strong{
  color: var(--orange);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* ---------- Layout ---------- */
.arancino-lp.chef .l-container{
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: var(--c-paddin-btm-6);
}
.arancino-lp.chef .l-container--narrow{
  width: min(var(--container-narrow), calc(100% - 32px));
  margin: 0 auto;
}
.arancino-lp.chef .l-section{
  padding: 6rem 0 0;
}
.arancino-lp.chef .l-section--soft{
  background: var(--bg-soft);
}
.arancino-lp.chef .l-section--orange{
  background: var(--bg-beige);
  position: relative;
  z-index: 0;
}
.arancino-lp.chef .l-section--orange::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 1920 / 199;
  background: url(../../../2026/march/img/wave_beige.png) no-repeat center bottom;
  background-size: 100% calc(100% + 2px);
  pointer-events: none;
}
.arancino-lp.chef .c-event.l-section--orange::before,
.arancino-lp.chef .c-price.l-section--orange::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}
.arancino-lp.chef .l-section--orange > .l-container{
  position: relative;
  z-index: 1;
}
.arancino-lp.chef .-section--hero{ padding:0; }

/* ---------- Type ---------- */
.arancino-lp.chef .u-serif{ font-family: var(--serif); }
.arancino-lp.chef .u-center{
  text-align:center;
}
.arancino-lp.chef .c-merit .u-center,
.arancino-lp.chef .c-about .u-center {
  margin-top: 2rem;
}
.arancino-lp.chef .u-muted{ color: var(--muted); }
.arancino-lp.chef .u-upper {
  text-transform:uppercase;
  letter-spacing:.18em;
}
.arancino-lp.chef .u-bold{ 
  font-weight:800;
  margin-bottom: 0;
  margin-top: 0;
}

/* ---------- Section heading ---------- */
.arancino-lp.chef .c-kicker{
  display:inline-block;
  font-size: 12px;
  font-weight:800;
  letter-spacing:.18em;
  color: var(--muted);
}
.arancino-lp.chef .c-heading{
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 40px);
  font-weight:800;
  letter-spacing:.04em;
  margin: 0 0 4rem;
}
 .arancino-lp.chef .c-heading:after{
  content:"";
  display:block;
  width:56px;
  height:2px;
  margin:1rem auto 0;
  background: linear-gradient(
    90deg,
    #ff6b6b,
    #ffb84d,
    #ffe066,
    #6bd66b,
    #4dc3ff,
    #a36bff
  );
}
.arancino-lp.chef .c-about {
    background: url(../../../2026/march/img/intoro_left.png) no-repeat 10% 34% / 300px,
    url(../../../2026/march/img/intoro_right.png) no-repeat 90% 34% / 300px;
}
.arancino-lp.chef .c-sublead {
  font-size: var(--font-size-18);
  line-height:1.95;
  text-align: center;
}
.arancino-lp.chef .u-center .u-center__ttl {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  transform: translate(-0.8rem, 1.6rem);
}
.arancino-lp.chef .u-center .u-center__ttl img {
  width: 100%;
}

/* ---------- Header (sticky) ---------- */
.arancino-lp.chef .c-header{
  position:fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  height: 80px;
}
.arancino-lp.chef .c-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 0;
}
.arancino-lp.chef .c-brand{
  display:flex;
  flex-direction:column;
  gap:4px;
  line-height:1;
}
.arancino-lp.chef .c-brand__name{
  font-family: var(--serif);
  font-weight:800;
  letter-spacing:.22em;
  font-size: var(--font-size-18);
}
.arancino-lp.chef .c-brand__tag{
  font-size: 10px;
  letter-spacing:.12em;
  color: var(--muted);
}

/* ---------- Buttons ---------- */
.arancino-lp.chef .c-btn{
  text-decoration:none;
  font-weight:800;
  letter-spacing:.12em;
  padding: 12px 18px;
  border: 0;
  cursor:pointer;
  position: relative;
  padding-right: 1.6rem;
}
.arancino-lp.chef .c-btn::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-54%);
  font-size: 22px;
}
.arancino-lp.chef .c-btn--primary{
  color:#fff;
  background: linear-gradient(135deg, var(--green-1), var(--green-2));
}
.arancino-lp.chef .-btn--primary:hover{ filter: brightness(1.06); }

.arancino-lp.chef .c-btn--block {
  padding: 18px 20px;
  font-size: var(--font-size-18);
  max-width: 280px;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.arancino-lp.chef .c-btn__arrow{ 
  font-size:
  22px; line-height:1;
}
.arancino-lp.chef .c-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green-1), var(--green-2));
  transition: all .3s ease;
}
.arancino-lp.chef .c-btn--primary:hover {
    filter: brightness(1.1);
}

/* ---------- Hero ---------- */
.arancino-lp.chef .c-hero {
  padding-top: 80px;
}
.arancino-lp.chef .c-hero__badgeText{
  font-size: 12px;
  font-weight:400;
  letter-spacing:.3em;
}
.arancino-lp.chef .c-hero__title{
  font-family: var(--serif);
  font-size: clamp(32px, 5vw, 72px);
  font-weight:800;
  letter-spacing:.03em;
  line-height:1.15;
  margin: 0 0 16px;
}
.arancino-lp.chef .c-hero__title__image {
  width: 50%;
  margin: 0 auto;
}
.arancino-lp.chef .c-hero .u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.arancino-lp.chef .c-hero__lead{
  margin: 0 0 26px;
  font-size: clamp(15px, 1.8vw, 20px);
  letter-spacing:.08em;
  opacity:.95;
}
.arancino-lp.chef .c-hero__dates{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap: 12px;
}
.arancino-lp.chef .c-dateCard{
  width: min(36%, 100%);
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  padding: 14px 16px;
}
.arancino-lp.chef .c-dateCard__label {
  display:block;
  font-size: var(--font-size-20);
  color: var(--orange);
  font-weight:800;
}
.arancino-lp.chef .c-dateCard__value{
  font-weight:800;
  font-size: var(--font-size-20);
}
.arancino-lp.chef .c-hero__scroll{
  position:absolute;
  left:50%;
  bottom: 18px;
  transform: translateX(-50%);
  opacity:.9;
  animation: bounce 1.4s infinite;
}
@keyframes bounce{
  0%,100%{ transform: translate(-50%, 0); }
  50%{ transform: translate(-50%, -10px); }
}

/* ---------- About / Icon grid ---------- */
.arancino-lp.chef .c-iconGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 4rem;
}
.arancino-lp.chef .c-iconCard {
  position: relative;
  background: var(--bg-beige);
  padding: 2rem;
  text-align: center;
}
.arancino-lp.chef .c-iconCard__title{
  font-family: var(--serif);
  color: var(--orange);
  font-weight:800;
  font-size: var(--font-size-22);
  margin: 0 0 8px;
  line-height: 1.4;
}
.arancino-lp.chef .c-iconCard__text{
  color: var(--ink);
  margin:0;
  text-align: left;
}
.arancino-lp.chef .c-iconCard__image {
  width: 100%;
  margin: 0 auto 1rem;
  max-width: 140px;
}

/* ---------- Restaurant cards ---------- */
.arancino-lp.chef .c-cardGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.arancino-lp.chef .c-shopCard__media{
  overflow:hidden;
  margin-bottom: 12px;
}
.arancino-lp.chef .c-shopCard__media img{
  width:100%;
}
.arancino-lp.chef .c-shopCard__name{
  margin: 0 0 4px;
  font-family: var(--serif);
  font-weight:800;
  font-size: 20px;
}
.arancino-lp.chef .c-shopCard__area{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing:.18em;
  color: var(--orange);
  font-weight:800;
  text-transform: uppercase;
}
.arancino-lp.chef .c-shopCard__desc{
  margin:0;
  font-size: 14px;
  color: var(--ink);
  opacity:.9;
  line-height:1.8;
}
.arancino-lp.chef .c-shopCard {
  position: relative;
}
.arancino-lp.chef .balloon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background-color: #9DCFB2;
  position: absolute;
  top: -2rem;
}
.arancino-lp.chef .balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 5px;
  bottom: 5px;
  border-left: 20px solid #9DCFB2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}


/* ---------- Event detail ---------- */
.arancino-lp.chef .c-event {
  position: relative;
}
.arancino-lp.chef .c-eventLead{
  text-align:center;
  margin: 0 0 20px;
  line-height:1.9;
}
.arancino-lp.chef .c-eventCards{
  display:grid;
  gap: 12px;
  margin-bottom: 14px;
}
.arancino-lp.chef .c-eventCard{
  background:#fff;
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
}
.arancino-lp.chef .c-eventCard__place {
  color: var(--orange);
  font-weight: 800;
  margin: 0;
  background: url(../../../2026/march/img/plumeria_icon.png) no-repeat center / contain;
  background-size: 20px;
  background-position: left;
  padding-left: 1.6rem;
}
.arancino-lp.chef .c-eventCard__date,
.arancino-lp.chef .c-summaryRow__label.place_name {
  color: var(--orange);
  margin:0;
  font-weight:900;
  font-size: var(--font-size-20);
  letter-spacing:.04em;
}
.arancino-lp.chef .c-eventCard__time{
  color: var(--muted);
  font-size: 12px;
}
.arancino-lp.chef .c-pill{
  background: var(--orange);
  color:#fff;
  border-radius: 999px;
  padding: 6px 14px;
  font-weight:900;
  letter-spacing:.06em;
  white-space:nowrap;
}

.arancino-lp.chef .c-summary{
  background:#fff;
  overflow:hidden;
}
.arancino-lp.chef .c-summary__inner{
  padding: 24px;
  gap: 18px;
}
.arancino-lp.chef .c-summaryRow{
  display:grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.arancino-lp.chef .c-summaryRow:last-child{ border-bottom:0; padding-bottom:0; }
.arancino-lp.chef .c-summaryRow__label{
  font-weight:900;
  color: #1a2b3b;
  letter-spacing:.06em;
  font-size: var(--font-size-20);
}
.arancino-lp.chef .c-kvTitle {
  position: relative;
  margin: 0 0 8px;
  font-weight: 900;
  padding-left: 1rem;
}
.arancino-lp.chef .c-kvTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: currentColor;
}
.arancino-lp.chef .c-kvText,
.arancino-lp.chef .c-kvTitle{
  font-size: 14px;
  margin: 0;
}
.arancino-lp.chef .summary-box .day {
  font-weight: 700;
  color: var(--orange);
  font-size: var(--font-size-18);
}
.arancino-lp.chef .summary-box .group {
  margin-bottom: 1rem;
}
.arancino-lp.chef .c-kvNote{
  margin-top:6px;
  font-size: 12px;
  color: var(--muted);
}
.arancino-lp.chef .c-event .c-kvText li {
  list-style-type: disc;
}

/* ---------- CTA band ---------- */
.arancino-lp.chef .c-ctaBand{
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0 0 2rem 0;
  margin: 4rem 0 0;
}
.arancino-lp.chef .c-ctaBand__inner{
  margin:0 auto;
  text-align:center;
}
.arancino-lp.chef .c-ctaBand__note{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(0,0,0,.55);
}

/* ---------- Merit ---------- */
.arancino-lp.chef .c-merit{
  position:relative;
  padding-bottom: var(--c-paddin-btm-6);
}
.arancino-lp.chef .c-merit__inner{
  position:relative; z-index:1;
}
.arancino-lp.chef .c-meritGrid .c-meritWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0 auto;
  padding-top: 0;
  align-items: center;
}
.arancino-lp.chef .c-meritGrid .c-meritWrap:nth-child(even) .c-meritSummary {
  grid-column: 2;
  grid-row: 1;
}
.arancino-lp.chef .c-meritGrid .c-meritWrap:nth-child(even) .girl_point {
  grid-column: 1;
  grid-row: 1;
}
.arancino-lp.chef .c-meritSummary {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 4rem;
}
.arancino-lp.chef .c-meritGrid .girl_point {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}
.arancino-lp.chef .c-meritGrid .girl_point img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.arancino-lp.chef .c-meritWrap:nth-child(odd) .girl_point {
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
.arancino-lp.chef .c-meritWrap:nth-child(even) .girl_point {
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}
.arancino-lp.chef .c-meritWrap {
  background: rgba(255,255,255,.95);
  color: var(--ink);
  padding: 1.6rem 0;
}
.arancino-lp.chef .c-meritItem {
  display:flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 1rem;
}
.arancino-lp.chef .c-meritItem .group {
  margin: 0;
}
.arancino-lp.chef .c-step {
  width: 74px;
  height: 74px;
  min-width: 54px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--serif);
  font-weight: 900;
  font-size: 2rem;
  background: var(--orange);
}
.arancino-lp.chef .c-step span {
  position: relative;
}
.arancino-lp.chef .c-meritItem__title {
  margin: 0;
  font-weight: 600;
  color: var(--orange);
  font-size: var(--font-size-28);
  line-height: 1.4;
}
.arancino-lp.chef .c-merit .girl_point {
  width: 100%;
  margin: 1rem auto 0;
}
.arancino-lp.chef .c-merit .c-ctaBand {
  margin-top: 2rem !important;
}
.arancino-lp.chef .c-merit .c-btn--primary {
  background: var(--orange);
}

/* ---------- Visa overlap (photo + panel overlap) ---------- */
.arancino-lp.chef .c-visa{
  background:#fff;
}
.arancino-lp.chef .c-visaBlock{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
  width: min(1100px, 100%);
  margin: 0 auto;
  position:relative;
}
.arancino-lp.chef .c-visaBlock__media{
  min-height: 420px;
  overflow:hidden;
  background:#ddd;
  position:relative;
  z-index:2;
}
.arancino-lp.chef .c-visaBlock__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.arancino-lp.chef .c-visaBlock__panel{
  background: var(--blue);
  color:#fff;
  display:flex;
  position:relative;
  z-index:1;
  margin-left: -80px;
  top: 48px;
}
.arancino-lp.chef .c-visaBlock__inner{
  margin:auto;
  width: min(520px, 100%);
  padding: 3rem 3rem 3rem 8rem;
}
.arancino-lp.chef .c-visaBlock__title{
  margin:0 0 16px;
  font-family: var(--serif);
  font-weight:900;
  letter-spacing:.05em;
  font-size: var(--font-size-28);
  text-align: center;
}
.arancino-lp.chef .c-visaBlock__text{
  margin:0;
  font-size: var(--font-size-15);
  line-height:1.95;
  opacity:.96;
}
.arancino-lp.chef .c-visaBlock__sectionPad{
  padding-bottom: 3rem;
}

/* ---------- Price / Message ---------- */
.arancino-lp.chef .c-price {
  position: relative;
  padding-bottom: 0;
}
.arancino-lp.chef .c-price .l-container {
  padding-bottom: 0;
}
.arancino-lp.chef .c-priceCard,
.arancino-lp.chef .c-messageCard,
.arancino-lp.chef .c-message__benefit,
.arancino-lp.chef .c-messageLast {
  background:var(--white);
  padding: 4rem;
  max-width: min(768px, calc(100% - 32px));
  margin: 0 auto;
}
.arancino-lp.chef .c-messageCard,
 .arancino-lp.chef .c-message__benefit,
 .arancino-lp.chef .c-messageLast {
  background:var(--bg-soft);
}
.arancino-lp.chef .c-priceLead{
  text-align:center;
  line-height:1.95;
  margin: 0 0 18px;
}
.arancino-lp.chef .c-priceCenter{ 
  text-align:center;
}
.arancino-lp.chef .c-priceCenter .c-priceCenter__box { 
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
.arancino-lp.chef .c-priceCenter .c-priceCenter__box .group {
  width: 44%;
  background:var(--bg-soft);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  padding: 1rem;
}
.arancino-lp.chef .c-priceCenter .c-priceCenter__box .group.arrow {
  background: none;
  width: 10%;
  font-weight: 800;
  font-size: clamp(12px, 3vw, 20px);
}
.arancino-lp.chef .c-priceStrike s{ opacity:.85; }
.arancino-lp.chef .c-priceRow{
  margin-top: 22px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap: 18px;
}
.arancino-lp.chef .c-priceArrow {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 4rem 0 1rem;
  position: relative;
  /* height: 20px; */
}
.arancino-lp.chef .c-priceArrow::before,
.arancino-lp.chef .c-priceArrow::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background: var(--red);
  top: 50%;
}
.arancino-lp.chef .c-priceArrow::before {
  left: 30%;
  transform: rotate(20deg);
  transform-origin: right center;
}
.arancino-lp.chef .c-priceArrow::after {
  right: 30%;
  transform: rotate(-20deg);
  transform-origin: left center;
}
.arancino-lp.chef .c-price .num--orange{
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(100px, 7vw, 82px);
  line-height: 1;
  color: #ffb3c7;
  text-shadow:
    2px 0   0 #e4005a, -2px 0 0 #e4005a,
    0 2px   0 #e4005a,  0 -2px 0 #e4005a,
    2px 2px 0 #e4005a, -2px 2px 0 #e4005a,
    2px -2px 0 #e4005a,-2px -2px 0 #e4005a,
    4px 6px 0 rgba(228,0,90,.25),
    6px 10px 12px rgba(228,0,90,.18);
}
.arancino-lp.chef .c-discountPill {
  background: #e4005a;
  text-align: center;
  color: #fff;
  font-size: var(--font-size-22);
  font-weight: 600;
  border-radius: 8px 8px 0 0;
  padding: 0.5rem;
  margin-bottom: 0;
}
.arancino-lp.chef .c-priceValue{
  border: 3px solid #e4005a;
  text-align: center;
  padding: 0 1rem 1rem;
}
.arancino-lp.chef .c-priceMain{
  font-weight: 950;
  letter-spacing:-2px;
  line-height:1;
  font-size: 64px;
}
.arancino-lp.chef .c-priceTax{
  font-weight: 900;
  font-size: var(--font-size-20);
}

.arancino-lp.chef .c-benefitBox{
  background: var(--bg-soft);
  padding: 2rem;
  margin-top: 2rem;
}
.arancino-lp.chef .c-benefitTitle{
  text-align:center;
  font-weight:900;
  letter-spacing:.18em;
  color: var(--orange);
  margin: 8px 0 14px;
}
.arancino-lp.chef .c-benefitList{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap: 12px 18px;
}
.arancino-lp.chef .c-benefitList li{
  width: calc(24% - 9px);
  position:relative;
  padding-left: 60px;
  display:flex;
  align-items:center;
}
.arancino-lp.chef .-benefitList li:before{
  content:"";
  position:absolute;
  left:0;
  width:44px;
  height:44px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-1) 0%, var(--orange-2) 100%);
}
.arancino-lp.chef .c-benefitList li:after{
  content:"";
  position:absolute;
  left: 13px;
  width: 34px;
  height: 34px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20800%20800%22%3E%3Cpath%20d%3D%22M350%2C508.3c-6.4%2C0-12.8-2.4-17.7-7.3l-66.7-66.7c-9.8-9.8-9.8-25.6%2C0-35.4%2C9.8-9.8%2C25.6-9.8%2C35.4%2C0l49%2C49%2C149-149c9.8-9.8%2C25.6-9.8%2C35.4%2C0%2C9.8%2C9.8%2C9.8%2C25.6%2C0%2C35.4l-166.7%2C166.7c-4.9%2C4.9-11.3%2C7.3-17.7%2C7.3Z%22/%3E%3Cpath%20d%3D%22M400%2C758.3c-48.4%2C0-95.3-9.5-139.5-28.2-42.7-18-81-43.9-113.9-76.8-32.9-32.9-58.7-71.2-76.8-113.9-18.7-44.2-28.2-91.1-28.2-139.5s16.6-125%2C48-179.2c6.9-12%2C22.2-16%2C34.2-9.1%2C12%2C6.9%2C16%2C22.2%2C9.1%2C34.2-27%2C46.6-41.2%2C99.9-41.2%2C154.1%2C0%2C82.4%2C32.1%2C159.8%2C90.3%2C218%2C58.2%2C58.2%2C135.7%2C90.3%2C218%2C90.3s159.8-32.1%2C218-90.3c58.2-58.2%2C90.3-135.7%2C90.3-218s-32.1-159.8-90.3-218c-58.2-58.2-135.7-90.3-218-90.3s-107.5%2C14.3-154.1%2C41.2c-12%2C6.9-27.2%2C2.8-34.2-9.1-6.9-12-2.8-27.2%2C9.1-34.2%2C54.2-31.4%2C116.2-48%2C179.2-48s95.3%2C9.5%2C139.5%2C28.2c42.7%2C18%2C81%2C43.9%2C113.9%2C76.8%2C32.9%2C32.9%2C58.7%2C71.2%2C76.8%2C113.9%2C18.7%2C44.2%2C28.2%2C91.1%2C28.2%2C139.5s-9.5%2C95.3-28.2%2C139.5c-18%2C42.7-43.9%2C81-76.8%2C113.9-32.9%2C32.9-71.2%2C58.7-113.9%2C76.8-44.2%2C18.7-91.1%2C28.2-139.5%2C28.2Z%22/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.arancino-lp.chef.chef .c-message .c-heading__sub {
  font-size: var(--font-size-22);
  margin-bottom: 0;
}
.arancino-lp.chef.chef .c-message .c-messageCard .c-messageCard__profile {
  padding:0;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.6rem;
  width: 100%;
}
.arancino-lp.chef.chef .c-message .c-messageCard .c-chefName{
  margin: 0 0 .4rem;
  font-weight: 800;
  line-height: 1.4;
  font-family: var(--serif);
  color: var(--orange);
}
.arancino-lp.chef.chef .c-message .c-messageCard .c-chefName .name {
  font-size: var(--font-size-28);
  margin: 0 0 1rem;
}
.arancino-lp.chef.chef .c-message .c-messageCard .c-chefMeta{
  margin: 0 0 1rem;
  font-weight: 600;
}
.arancino-lp.chef.chef .c-message .c-messageCard .c-chefBody p{
  margin: 0 0 .9rem;
  line-height: 1.9;
}
.arancino-lp.chef.chef .c-message .c-messageCard .c-chefMeta,
.arancino-lp.chef.chef .c-message .c-messageCard .c-chefBody p {
  font-size: var(--font-size-15);
}
.arancino-lp.chef.chef .c-message .c-messageCard .c-chefBody p:last-child{
  margin-bottom: 0;
}
.arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item {
  display: flex;
  gap: 14px;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #eee;
}
.arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.arancino-lp.chef .c-message__benefit,
.arancino-lp.chef .c-messageLast {
  margin-top: 2rem;
}
.arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item .c-messageCard__image {
  width: 22%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item .group {
  width: 70%;
}
.arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__title,
.arancino-lp.chef.chef .c-message .c-messageLast h3 {
  font-family: var(--serif);
  font-size: var(--font-size-22);
  color: var(--orange);
  margin: 0 0 1rem 0;
}
.arancino-lp.chef.chef .c-message .c-messageLast h3 {
  margin-top: 0;
}
.arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item h4 {
  margin: 1rem 0 0 0;
  position: relative;
  padding-left: 1rem;
}
.arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: currentColor;
}
.arancino-lp.chef .c-message {
  background:
    url(../../../2026/march/img/bg_message_top_cloud.png) center top / 100% no-repeat,
    url(../../../2026/march/img/bg_message.jpg) center bottom / 100% no-repeat,
    #72daeb;
  position: relative;
  overflow: hidden;
  padding-bottom: var(--c-paddin-btm-6);
  z-index: -1;
}
.arancino-lp.chef .c-message::before {
  background: linear-gradient(rgba(157,207,178,.3), rgba(157,207,178,.3));
}
.arancino-lp.chef.chef .c-message:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-gradation);
  pointer-events: none;
}
.arancino-lp.chef .c-message__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.arancino-lp.chef .c-message .u-center {
  color: var(--white);
  margin-top: 2rem;
}


/* ---------- Flow ---------- */
.arancino-lp.chef .c-flow{
  color: var(--white);
  background: url(../../../2026/march/img/chef_flow_bg.jpg) center bottom/cover no-repeat;
  position:relative;
  overflow:hidden;
  z-index: -1;
}
.arancino-lp.chef .c-flow:before{
  content:"";
  position:absolute; inset:0;
  background: var(--bg-gradation);
  pointer-events:none;
}
.arancino-lp.chef .c-flow__inner{ 
  position:relative; z-index:1;
}
.arancino-lp.chef .c-flowList{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 100%;
  margin-inline:auto;
}
.arancino-lp.chef .c-flowItem{
  background: rgba(255,255,255,.92);
  color: var(--ink);
  padding: 1.6rem;
  gap: 24px; 
  font-size: var(--font-size-15);
}
.arancino-lp.chef .c-flowItem__title {
  font-weight: 700;
  color: var(--blue);
  flex: 0 0 24%;
  margin: 0 0 0.5rem 0;
  text-align: center;
  font-size: var(--font-size-20);
}
.arancino-lp.chef .c-flowTag {
  justify-content: center;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  margin-top: 0;
}
.arancino-lp.chef .c-flowItem__text{
  margin: 0;
  line-height:1.85;
}
.arancino-lp.chef .c-flowItem__note{
  margin-top:6px;
  font-size: 12px;
  color: var(--muted);
}

/* ---------- FAQ ---------- */
.arancino-lp.chef .c-faqBox{
  width: min(768px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: var(--c-paddin-btm-6);
}
.arancino-lp.chef .c-faqBox .c-faqItem {
  background: var(--white);
  margin-bottom: 1rem;
}
.arancino-lp.chef .c-faq .c-faqQ {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 1.6rem;
}
.arancino-lp.chef .c-faq .c-faqQ::after {
  content: "+";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.arancino-lp.chef .c-faq .c-faqItem.active .c-faqQ::after {
  content: "-";
}
.arancino-lp.chef .c-faq .c-faqA {
  overflow: hidden;
  height: 0;
  transition: height .4s ease;
  padding: 0 1.6rem;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink);
  opacity: .9;
}
.arancino-lp.chef .c-faq .c-faqItem.active .c-faqA {
  padding: 0 1.6rem 1.6rem;
}

/* ---------- Note (urgency message) ---------- */
.arancino-lp.chef .c-note{
  background: url(../../../2026/march/img/note_bg.jpg) center/cover no-repeat;
  position:relative;
  overflow:hidden;
  padding-bottom: 0 !important;
}
.arancino-lp.chef .c-note:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-gradation);
  pointer-events: none;
}
.arancino-lp.chef .c-note__inner{ 
  position:relative; z-index:1;
  padding-bottom: 0;
}
.arancino-lp.chef .c-noteCard {
  position: relative;
  background: rgba(255, 255, 255, .92);
  padding: 4rem;
  max-width: min(768px, calc(100% - 32px));
  margin: 0 auto;
}
.arancino-lp.chef .c-noteCard::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .92) transparent transparent transparent;
}
.arancino-lp.chef .c-noteTitle{
  font-family: var(--serif);
  font-weight:900;
  font-size: var(--font-size-28);
  letter-spacing:.04em;
  margin: 0 0 16px;
  text-align:center;
}
.arancino-lp.chef .c-noteText{
  margin:0;
  line-height:1.95;
}
.arancino-lp.chef .c-note .note_girl {
  width: 26%;
  margin: 2rem auto 0;
  border-color: rgba(255, 255, 255, .92) transparent transparent transparent;
}
.arancino-lp.chef .c-note .u-upper {
  letter-spacing: 0;
  text-align: center;
  display: block;
  font-size: var(--font-size-15);
}

/* ---------- Intoro ---------- */
.arancino-lp.chef.chef .c-intoro {
  padding-top: 0;
}
.arancino-lp.chef.chef .c-intoro h2 {
  padding-top: 3rem;
}
.arancino-lp.chef.chef .c-intoro .l-container {
  padding-bottom: 0;
}
.arancino-lp.chef.chef .c-intoro .u-center {
  margin-top: 0;
}
.arancino-lp.chef.chef .c-intoro p {
  margin: 0;
}
.arancino-lp.chef.chef .c-intoro .c-intoro__summary {
  display: flex;
  justify-content: center;
}
.arancino-lp.chef.chef .c-intoro .c-heading:after {
  display: none;
}
.arancino-lp.chef.chef .c-intoro .c-intoro__text {
  font-size: var(--font-size-20);
  line-height: 2.3;
}
.arancino-lp.chef.chef .c-intoro .c-intoro__text,
.arancino-lp.chef.chef .c-intoro .c-intoro__image {
  width: 44%;
  margin: 0 1.6rem;
}
.arancino-lp.chef.chef .c-intoro .c-intoro__image {
  width: 30%;
}
.arancino-lp.chef.chef .c-intoro .c-iconGrid {
  grid-template-columns: repeat(2, 1fr);
}

/* ---------- Footer ---------- */
.arancino-lp.chef .c-footer{
  padding: 22px 0;
  text-align:center;
  font-size: 12px;
  color: var(--muted);
  background:#fff;
}
.c-footer a{ text-decoration: underline; }

/* ---------- Close view ---------- */
.arancino-lp.chef .c-close{
  min-height: 100vh;
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.arancino-lp.chef .c-close__message{
  display:grid;
  place-items:center;
  padding: 30px;
  background: #fff;
}
.arancino-lp.chef .c-close__message p{
  font-family: var(--serif);
  font-weight:900;
  font-size: clamp(26px, 4vw, 44px);
  letter-spacing:.06em;
  margin:0;
  text-align:center;
}
.arancino-lp.chef .c-close__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ---------- Responsive ---------- */

@media (max-width: 1280px){
  .arancino-lp.chef .c-about {
    background: none;
  }
}

@media (max-width: 960px){
  :root {
    --c-paddin-btm-6: 4rem;
  }

  .arancino-lp.chef .c-cardGrid{ grid-template-columns: 1fr; }
  .arancino-lp.chef .c-summaryRow{ grid-template-columns: 1fr; }
  /* .arancino-lp.chef .c-meritGrid{
    grid-template-columns: repeat(2, 1fr);
    width: min(var(--container-narrow), calc(100% - 32px));
    margin: 0 auto;
  } */
  .arancino-lp.chef .c-visaBlock{
    grid-template-columns: 1fr;
  }
  .arancino-lp.chef .c-visaBlock__media{
    min-height: 240px;
  }
  .arancino-lp.chef .c-visaBlock__panel{
    margin-left: 0;
    top: 0;
    box-shadow: none;
  }
  .arancino-lp.chef .c-visaBlock__inner{ padding: 26px 22px; }
  .arancino-lp.chef .c-visaBlock__sectionPad{ padding-bottom: 56px; }
  .arancino-lp.chef .c-priceCard,
  .arancino-lp.chef .c-messageCard,
  .arancino-lp.chef .c-message__benefit,
  .arancino-lp.chef .c-messageLast { 
    padding: 3rem 1.6rem; 
  }
  .arancino-lp.chef .c-benefitList{ display:block; }
  .arancino-lp.chef .c-benefitList li{ 
    width:auto;
    margin: 0.5rem 0;
  }
  .arancino-lp.chef .c-benefitBox {
    padding: 1rem;
  }
  .arancino-lp.chef .c-close{ grid-template-columns: 1fr; }
  .arancino-lp.chef .c-close__visual{ order: -1; }
  .arancino-lp.chef .c-close__visual img{ height: 55vh; }

  .arancino-lp.chef .c-note .note_girl {
    width: 50%;
  }
  .arancino-lp.chef .c-merit .girl_point {
    width: 100%;
  }
  .arancino-lp.chef .c-iconGrid{
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
  }
  .arancino-lp.chef .c-meritGrid .c-meritWrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .arancino-lp.chef .c-meritGrid .c-meritWrap .girl_point {
    order: 1;
    margin: 0;
  }
  .arancino-lp.chef .c-meritGrid .c-meritWrap .c-meritSummary {
    order: 2;
  }
  .arancino-lp.chef .c-meritWrap:nth-child(odd) .girl_point {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .arancino-lp.chef .c-meritWrap:nth-child(even) .girl_point {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .arancino-lp.chef .c-flowList{
    grid-template-columns: repeat(2, 1fr);
  }
  .arancino-lp.chef .l-section {
    padding: 4rem 0 0;
  }
  .arancino-lp.chef.chef .c-intoro {
    padding-top: 4rem;
  }
  .arancino-lp.chef .c-shopCard {
    margin-bottom: 3rem;
  }
}

@media (max-width: 520px){
  :root {
    --font-size-15: 0.9375rem;
    --font-size-18: 1.0625rem;
    --font-size-20: 1.125rem;
    --font-size-22: 1.25rem;
    --font-size-28: 1.375rem;

    --c-paddin-btm-6: 3rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .arancino-lp.chef .c-header {
    inset: auto 0 0 0 !important;
  }
  .arancino-lp.chef .c-step{ width:56px; height:56px; min-width:56px; font-size:20px; }
  .arancino-lp.chef .c-priceMain{ font-size: 48px; }
  .arancino-lp.chef .c-priceTax{ font-size: 1rem; }
  .arancino-lp.chef .c-hero__dates{ gap:10px; }
  .arancino-lp.chef .c-flowItem {
    display: block;
  }
  .arancino-lp.chef .c-flowTag {
    margin: 0 0 1rem 0;
  }
  .arancino-lp.chef .c-priceLead{
    text-align:left;
  }
  .arancino-lp.chef .c-noteCard {
    padding: 1.6rem;
  }
  .arancino-lp.chef .c-ctaBand {
    margin-top: 0;
    padding: 44px 0 0;
  }
  .arancino-lp.chef .c-visaBlock__text {
    font-size: 1rem;
  }
  .arancino-lp.chef .c-heading {
    margin: 0 0 2rem;
    padding-top: 0 !important;
  }
  .arancino-lp.chef .l-section{
    padding: 24px 0 0;
  }
  .arancino-lp.chef .c-merit .girl_point {
    width: 100%;
  }
  .arancino-lp.chef .c-header__inner,
  .arancino-lp.chef .c-btn--primary {
    display: block;
    text-align: center;
  }
  .arancino-lp.chef .c-btn--primary {
    max-width: 280px;
    margin: 0 auto;
  }
  .arancino-lp.chef .c-hero {
    padding-top: 0;
  }
  .arancino-lp.chef .u-center {
    margin-top: 2rem;
  }
  .arancino-lp.chef .u-center .u-center__ttl {
      max-width: 200px;
      width: 100%;
  }
  .arancino-lp.chef.chef .c-intoro .c-intoro__text {
    font-size: var(--font-size-18);
    line-height: 1.95;
    text-align: center;
  }
  .arancino-lp.chef.chef .c-intoro .c-intoro__summary {
    display: block;
  }
  .arancino-lp.chef.chef .c-intoro .c-intoro__text,
  .arancino-lp.chef.chef .c-intoro .c-intoro__image {
    width: auto;
    margin: 0;
  }
  .arancino-lp.chef.chef .c-intoro .c-intoro__image {
    margin-top: 2.6rem;
    padding-bottom: 2rem;
    width: 100%;
  }
  .arancino-lp.chef .c-meritSummary {
    padding: 0 24px;
  }
  .arancino-lp.chef .c-ctaBand__inner{
    margin-bottom: 1.6rem;
  }
  .arancino-lp.chef .c-priceCenter .c-priceCenter__box {
    font-size: 14px;
  }
  .arancino-lp.chef .c-priceCenter .c-priceCenter__box .group {
    padding: 0.5rem;
  }
  .arancino-lp.chef .c-priceArrow {
    margin-top: 2rem;
  }
  .arancino-lp.chef .c-flowList {
    display: block;
  }
  .arancino-lp.chef .c-merit .c-ctaBand {
    margin-top: 0;
    padding-top: 0;
  }
  .arancino-lp.chef .c-meritItem {
    margin-top: 1rem;
  }
  .arancino-lp.chef.chef .c-message .c-messageCard .c-messageCard__profile {
    grid-template-columns: 1fr;
  }
  .c-messageCard__profile__image {
    order: -1;
  }
  .arancino-lp.chef.chef .c-message .c-messageCard .c-chefBody p {
    font-size: 1rem;
  }
  .arancino-lp.chef .c-iconGrid{
    grid-template-columns: repeat(1, 1fr);
  }
  .arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item {
    display: block;
  }
  .arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item .group {
    width: 100%;
  }
  .arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__title {
    margin: 1rem 0;
    text-align: center;
  }
  .arancino-lp.chef.chef .c-message .c-messageCard__summary .c-messageCard__Item .c-messageCard__image {
    width: 140px;
  }
  .arancino-lp.chef.chef .c-message .c-messageCard .c-chefName,
  .arancino-lp.chef.chef .c-message .c-messageCard .c-chefMeta,
  .arancino-lp.chef.chef .c-message .c-messageCard__text h3 {
    text-align: center;
  }
  .arancino-lp.chef .c-faq .c-faqQ {
    padding: 1rem 3rem 1rem 1rem;
  }
  .arancino-lp.chef .c-meritItem__title {
    font-size: var(--font-size-22);
  }
  .arancino-lp.chef .c-kvNote,
  .arancino-lp.chef.chef .c-intoro p,
  .arancino-lp.chef .c-sublead,
  .arancino-lp.chef .c-eventLead {
    text-align: left;
  }
  
  
}
