/* 2027 成人式オーダースーツフェア専用スタイル */

:root{
  --ss27-navy: #071521;
  --ss27-navy-soft: #10283a;
  --ss27-ink: #101217;
  --ss27-gold: #c8a35c;
  --ss27-gold-light: #e2c98f;
  --ss27-ivory: #f4f0e8;
  --ss27-white: #ffffff;
  --ss27-mist: #e9edf0;
  --ss27-gray: #66717a;
  --ss27-line: rgba(7, 21, 33, 0.17);
  --ss27-header-height: 72px;
  --ss27-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif;
  --ss27-sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --ss27-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

html{
  scroll-behavior: smooth;
}

.ss27-page{
  color: var(--ss27-ink);
  background: var(--ss27-ivory);
  font-family: var(--ss27-sans);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.035em;
  padding-bottom: calc(70px + env(safe-area-inset-bottom));
}

.ss27-page a{
  color: inherit;
  text-decoration: none;
}

.ss27-page h1,
.ss27-page h2,
.ss27-page h3,
.ss27-page h4,
.ss27-page p,
.ss27-page figure,
.ss27-page ol,
.ss27-page ul,
.ss27-page dl,
.ss27-page dd{
  margin: 0;
}

.ss27-page button{
  color: inherit;
}

.ss27-container{
  width: min(100% - 40px, 1160px);
  margin-inline: auto;
}

.ss27-section{
  position: relative;
  padding-block: clamp(76px, 10vw, 140px);
  scroll-margin-top: calc(var(--ss27-header-height) + 18px);
}

.ss27-center{
  display: flex;
  justify-content: center;
}

.ss27-section-en{
  color: var(--ss27-gold);
  font-family: Georgia, serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.4;
}

.ss27-section-heading{
  margin-bottom: clamp(38px, 6vw, 68px);
  text-align: center;
}

.ss27-section-heading h2{
  margin-top: 12px;
  font-family: var(--ss27-serif);
  font-size: clamp(2rem, 5vw, 3.55rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.ss27-section-heading > p:last-child{
  max-width: 660px;
  margin: 18px auto 0;
  color: var(--ss27-gray);
}

.ss27-section-heading--light{
  color: var(--ss27-white);
}

.ss27-section-heading--light > p:last-child{
  color: rgba(255, 255, 255, 0.72);
}

.ss27-button{
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 20px 14px 24px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ss27-button > span:last-child{
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.ss27-button--primary{
  color: var(--ss27-navy);
  background: var(--ss27-gold-light);
}

.ss27-button--dark{
  color: var(--ss27-white);
  background: var(--ss27-navy);
}

.ss27-button:hover{
  transform: translateY(-2px);
}

/* Header */
.ss27-header{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--ss27-white);
  background: rgba(7, 21, 33, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.ss27-header__inner{
  display: flex;
  min-height: var(--ss27-header-height);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: 20px;
}

.ss27-brand{
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 9px;
  box-shadow: 0 6px 18px rgba(4, 28, 61, 0.14);
  line-height: 1;
}

.ss27-brand__logos{
  display: flex;
  align-items: center;
  gap: 5px;
}

.ss27-brand__logo{
  display: block;
  width: auto;
  max-width: none;
  height: auto;
}

.ss27-brand__logo--m2plant{
  width: 76px;
}

.ss27-brand__logo--katsuda{
  width: 44px;
}

.ss27-brand__separator{
  width: 1px;
  height: 22px;
  flex: 0 0 auto;
  background: rgba(12, 45, 88, 0.18);
}

.ss27-desktop-nav{
  display: none;
}

.ss27-header__actions{
  display: flex;
  align-items: center;
  gap: 8px;
}

.ss27-header__reserve{
  display: inline-grid;
  min-height: 44px;
  place-items: center;
  padding-inline: 15px;
  color: var(--ss27-navy) !important;
  background: var(--ss27-gold-light);
  font-size: 0.82rem;
  font-weight: 800;
}

.ss27-menu-button{
  display: grid;
  width: 44px;
  height: 44px;
  place-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  cursor: pointer;
}

.ss27-menu-button span{
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ss27-menu-button[aria-expanded="true"] span:first-child{
  transform: translateY(6px) rotate(45deg);
}

.ss27-menu-button[aria-expanded="true"] span:nth-child(2){
  opacity: 0;
}

.ss27-menu-button[aria-expanded="true"] span:last-child{
  transform: translateY(-6px) rotate(-45deg);
}

.ss27-mobile-menu{
  display: grid;
  padding: 14px 20px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ss27-mobile-menu a{
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.no-js .ss27-menu-button{
  display: none;
}

.ss27-media-slot{
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 45%),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(255, 255, 255, 0.04) 16px 17px),
    var(--ss27-navy-soft);
  border: 1px solid rgba(226, 201, 143, 0.48);
}

.ss27-media-slot::before,
.ss27-media-slot::after{
  position: absolute;
  width: 36px;
  height: 36px;
  content: "";
}

.ss27-media-slot::before{
  top: 12px;
  left: 12px;
  border-top: 1px solid var(--ss27-gold-light);
  border-left: 1px solid var(--ss27-gold-light);
}

.ss27-media-slot::after{
  right: 12px;
  bottom: 12px;
  border-right: 1px solid var(--ss27-gold-light);
  border-bottom: 1px solid var(--ss27-gold-light);
}

.ss27-media-slot__mark{
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.06);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 18vw, 10rem);
  line-height: 1;
  transform: translate(-50%, -58%);
}

.ss27-media-slot figcaption{
  position: relative;
  display: grid;
  gap: 7px;
  padding: 28px;
  text-align: center;
}

.ss27-media-slot figcaption strong{
  font-family: var(--ss27-serif);
  font-size: 1.05rem;
  font-weight: 500;
}

.ss27-media-slot figcaption span,
.ss27-media-slot figcaption small{
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

/* Intro */
.ss27-intro{
  padding-block: clamp(72px, 10vw, 132px);
  background: var(--ss27-white);
}

.ss27-intro__inner{
  display: grid;
  gap: 24px;
}

.ss27-section-sign{
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ss27-gold);
  font-family: Georgia, serif;
}

.ss27-section-sign i{
  width: 68px;
  height: 1px;
  background: currentColor;
}

.ss27-intro h2{
  margin-top: 12px;
  font-family: var(--ss27-serif);
  font-size: clamp(2.1rem, 8vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

.ss27-intro__text{
  display: grid;
  margin-top: 26px;
  gap: 14px;
  color: #424a50;
}

/* Pricing */
.ss27-pricing{
  color: var(--ss27-white);
  background: var(--ss27-navy);
}

.ss27-pricing::before{
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.ss27-pricing .ss27-container{
  position: relative;
}

.ss27-price-layout{
  display: grid;
  align-items: end;
  gap: 22px;
}

.ss27-price-card{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 4 / 5;
  padding: 0;
  color: var(--ss27-white);
  background: #102c55;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(19, 60, 119, 0.18);
}

.ss27-price-card::before{
  position: absolute;
  z-index: -2;
  inset: -20px;
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(18px);
  opacity: 0.56;
  transform: scale(1.06);
}

.ss27-price-card--featured::before{
  background-image: url("../images/fair/price-threepiece.webp");
}

.ss27-price-card:not(.ss27-price-card--featured)::before{
  background-image: url("../images/fair/price-twopiece.webp");
}

.ss27-price-card::after{
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 28, 62, 0.98) 0%, rgba(6, 28, 62, 0.88) 28%, rgba(6, 28, 62, 0.3) 61%, rgba(6, 28, 62, 0) 80%);
  content: "";
  pointer-events: none;
}

.ss27-price-card:not(.ss27-price-card--featured)::after{
  background:
    linear-gradient(90deg, rgba(6, 28, 62, 0.62) 0%, rgba(6, 28, 62, 0.12) 68%, transparent 100%),
    linear-gradient(to top, rgba(6, 28, 62, 0.98) 0%, rgba(6, 28, 62, 0.86) 29%, rgba(6, 28, 62, 0.22) 62%, transparent 82%);
}

.ss27-price-card--featured{
  box-shadow: 0 26px 62px rgba(20, 67, 139, 0.25);
}

.ss27-price-card__tag{
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  width: auto;
  padding: 6px 10px;
  color: #17315b;
  background: linear-gradient(135deg, #ffedaf, var(--ss27-gold));
  border-radius: 999px;
  box-shadow: 0 5px 15px rgba(10, 34, 75, 0.2);
  font-family: var(--ss27-sans);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}

.ss27-price-card__media{
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  margin: 0;
  background: transparent;
}

.ss27-price-card__media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.ss27-price-card__media--threepiece img{
  object-position: 50% 50%;
}

.ss27-price-card__media--twopiece img{
  object-position: 50% 50%;
}

.ss27-price-card:hover .ss27-price-card__media img{
  transform: scale(1.02);
}

.ss27-price-card__body{
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(18px, 3vw, 34px);
  text-shadow: 0 2px 12px rgba(0, 20, 50, 0.34);
}

.ss27-price-card__eyebrow{
  color: var(--ss27-gold-light);
  font-family: var(--ss27-sans);
  font-size: clamp(0.62rem, 1.2vw, 0.76rem);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.ss27-price-card h3{
  margin-top: 6px;
  color: var(--ss27-white);
  font-family: var(--ss27-sans);
  font-size: clamp(1.05rem, 2.2vw, 1.7rem);
  font-weight: 900;
  line-height: 1.32;
}

.ss27-price-card__regular{
  display: flex;
  margin-top: clamp(10px, 2vw, 18px);
  align-items: baseline;
  gap: 9px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.7rem;
}

.ss27-price-card__regular s{
  display: flex;
  align-items: baseline;
  gap: 7px;
  text-decoration: none;
}

.ss27-price-card__regular s strong{
  font-size: clamp(0.86rem, 1.55vw, 1.08rem);
  font-weight: 700;
  text-decoration: line-through;
}

.ss27-price-card__regular small{
  font-size: 0.66rem;
}

.ss27-price-card__fair{
  margin-top: 6px;
}

.ss27-price-card__fair > span{
  display: block;
  color: var(--ss27-gold-light);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ss27-price-card__fair p{
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.ss27-price-card__fair strong{
  color: var(--ss27-white);
  font-family: Arial, sans-serif;
  font-size: clamp(2.6rem, 6.3vw, 4.65rem);
  font-weight: 900;
  letter-spacing: -0.07em;
}

.ss27-price-card__fair b{
  margin-left: 4px;
  font-size: clamp(0.85rem, 1.4vw, 1.05rem);
}

.ss27-price-card__fair small{
  margin-left: 7px;
  color: var(--ss27-gold-light);
  font-size: 0.68rem;
  font-weight: 800;
}

.ss27-price-card__fair em{
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

.ss27-price-card__saving{
  margin-top: clamp(8px, 1.5vw, 13px) !important;
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 225, 139, 0.5);
  font-size: clamp(0.68rem, 1.25vw, 0.82rem);
  font-weight: 800;
}

.ss27-price-card__saving strong{
  color: var(--ss27-gold-light);
  font-size: 1.08em;
}

.ss27-price-card__description{
  margin-top: 8px !important;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.68rem, 1.2vw, 0.82rem);
  line-height: 1.62;
}

.ss27-media-slot--wide{
  margin-top: 22px;
  aspect-ratio: 8 / 5;
}

.ss27-price-note{
  margin: 16px 0 30px !important;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  text-align: center;
}

/* Benefit */
.ss27-benefit{
  background: var(--ss27-ivory);
}

.ss27-benefit__frame{
  position: relative;
  padding: 54px 24px 30px;
  background: var(--ss27-white);
  border: 1px solid var(--ss27-gold);
  box-shadow: var(--ss27-shadow);
  text-align: center;
}

.ss27-benefit__frame::before,
.ss27-benefit__frame::after{
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(200, 163, 92, 0.35);
  content: "";
  pointer-events: none;
}

.ss27-benefit__frame::after{
  inset: 14px;
  border-style: dotted;
}

.ss27-benefit__frame > *{
  position: relative;
  z-index: 1;
}

.ss27-benefit__label{
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 50%;
  width: min(78%, 320px);
  padding: 7px;
  color: var(--ss27-white);
  background: var(--ss27-navy);
  font-family: Georgia, serif;
  font-size: 0.74rem;
  letter-spacing: 0.21em;
  transform: translateX(-50%);
}

.ss27-benefit__deadline{
  font-size: 0.92rem;
  font-weight: 700;
}

.ss27-benefit__deadline strong{
  color: #81540a;
  font-family: Georgia, serif;
  font-size: 1.35em;
}

.ss27-benefit h2{
  margin-top: 16px;
  font-family: var(--ss27-serif);
  font-size: clamp(1.75rem, 7vw, 3.4rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.ss27-benefit h2 strong{
  color: #875b0b;
  font-family: Arial, sans-serif;
  font-size: 1.55em;
  letter-spacing: -0.03em;
}

.ss27-benefit h2 span{
  font-size: 0.45em;
  letter-spacing: 0;
}

.ss27-benefit__content > p:last-child{
  max-width: 700px;
  margin: 20px auto 0;
  color: #4a5258;
}

.ss27-benefit__dates{
  display: grid;
  max-width: 680px;
  margin: 30px auto 0;
  border: 1px solid var(--ss27-line);
}

.ss27-benefit__dates div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
}

.ss27-benefit__dates div + div{
  border-top: 1px solid var(--ss27-line);
}

.ss27-benefit__dates span{
  color: var(--ss27-gray);
  font-size: 0.76rem;
}

.ss27-benefit__dates strong{
  white-space: nowrap;
}

.ss27-benefit__note{
  max-width: 680px;
  margin: 14px auto 26px !important;
  color: var(--ss27-gray);
  font-size: 0.78rem;
}

/* Reasons */
.ss27-reasons{
  background: var(--ss27-white);
}

.ss27-reason-list{
  display: grid;
  padding: 0;
  gap: 1px;
  background: var(--ss27-line);
  list-style: none;
}

.ss27-reason-list li{
  display: grid;
  min-height: 260px;
  padding: 28px 24px;
  align-content: space-between;
  background: var(--ss27-white);
}

.ss27-reason-list__number{
  color: var(--ss27-gold);
  font-family: Georgia, serif;
  font-size: 1rem;
}

.ss27-reason-list h3{
  margin-top: 34px;
  font-family: var(--ss27-serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.5;
}

.ss27-reason-list p{
  margin-top: 14px !important;
  color: var(--ss27-gray);
  font-size: 0.9rem;
}

.ss27-factory-note{
  margin-top: 28px !important;
  padding: 18px 20px;
  color: var(--ss27-white);
  background: var(--ss27-navy);
  text-align: center;
}

.ss27-factory-note span{
  display: block;
  margin-bottom: 4px;
  color: var(--ss27-gold-light);
  font-family: Georgia, serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

/* Styles */
.ss27-styles{
  color: var(--ss27-white);
  background: #0b1117;
}

.ss27-style-grid{
  display: grid;
  gap: 32px;
}

.ss27-media-slot--portrait{
  aspect-ratio: 4 / 5;
}

.ss27-style-card > div{
  padding: 20px 4px 0;
}

.ss27-style-card > div > span{
  color: var(--ss27-gold-light);
  font-family: Georgia, serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
}

.ss27-style-card h3{
  margin-top: 7px;
  font-family: var(--ss27-serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.ss27-style-card p{
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

/* Flow */
.ss27-flow{
  background: var(--ss27-mist);
}

.ss27-flow-list{
  position: relative;
  display: grid;
  padding: 0 0 0 20px;
  gap: 16px;
  list-style: none;
}

.ss27-flow-list::before{
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: var(--ss27-gold);
  content: "";
}

.ss27-flow-list li{
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--ss27-white);
}

.ss27-flow-list li::before{
  position: absolute;
  top: 28px;
  left: -24px;
  width: 7px;
  height: 7px;
  background: var(--ss27-gold);
  border: 4px solid var(--ss27-mist);
  border-radius: 50%;
  content: "";
}

.ss27-flow-list li > span{
  color: #8b6d32;
  font-family: Georgia, serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
}

.ss27-flow-list li > span b{
  display: block;
  color: var(--ss27-navy);
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.ss27-flow-list h3{
  font-family: var(--ss27-serif);
  font-size: 1.3rem;
  font-weight: 500;
}

.ss27-flow-list p{
  margin-top: 7px !important;
  color: var(--ss27-gray);
  font-size: 0.9rem;
}

.ss27-flow__note{
  margin-top: 24px !important;
  padding-left: 1em;
  color: var(--ss27-gray);
  font-size: 0.82rem;
  text-indent: -1em;
}

/* FAQ */
.ss27-faq{
  background: var(--ss27-white);
}

.ss27-faq__layout{
  display: grid;
  gap: 16px;
}

.ss27-section-heading--side{
  text-align: left;
}

.ss27-section-heading--side > p:last-child{
  margin-left: 0;
}

.ss27-faq-item{
  border-top: 1px solid var(--ss27-line);
}

.ss27-faq-item:last-child{
  border-bottom: 1px solid var(--ss27-line);
}

.ss27-faq-item h3{
  font-size: inherit;
}

.ss27-faq-item button{
  position: relative;
  display: grid;
  width: 100%;
  min-height: 66px;
  grid-template-columns: auto 1fr 24px;
  align-items: center;
  gap: 10px;
  padding: 16px 2px;
  border: 0;
  background: transparent;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
  cursor: pointer;
}

.ss27-faq-item button > span,
.ss27-faq-answer span{
  color: #8a691f;
  font-family: Georgia, serif;
  font-size: 1.2rem;
}

.ss27-faq-item button i{
  position: relative;
  width: 24px;
  height: 24px;
}

.ss27-faq-item button i::before,
.ss27-faq-item button i::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.ss27-faq-item button i::after{
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.ss27-faq-item button[aria-expanded="true"] i::after{
  transform: translate(-50%, -50%) rotate(0);
}

.ss27-faq-answer{
  padding: 0 4px 20px;
  color: var(--ss27-gray);
}

.ss27-faq-answer p{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

/* Stores */
.ss27-stores{
  color: var(--ss27-white);
  background: var(--ss27-navy);
}

.ss27-stores__exception{
  padding: 11px 14px;
  color: var(--ss27-white) !important;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.82rem;
}

.ss27-store-region + .ss27-store-region{
  margin-top: 64px;
}

.ss27-store-region__heading{
  display: flex;
  margin-bottom: 20px;
  align-items: baseline;
  gap: 14px;
}

.ss27-store-region__heading span{
  color: var(--ss27-gold-light);
  font-family: Georgia, serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.ss27-store-region__heading h3{
  font-family: var(--ss27-serif);
  font-size: 1.65rem;
  font-weight: 500;
}

.ss27-store-grid{
  display: grid;
  gap: 14px;
}

.ss27-store-card{
  display: flex;
  padding: 24px 20px 20px;
  flex-direction: column;
  background: var(--ss27-white);
  color: var(--ss27-ink);
}

.ss27-store-card h4{
  padding-bottom: 12px;
  font-family: var(--ss27-serif);
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 1px solid var(--ss27-line);
}

.ss27-store-card__address{
  min-height: 5.4em;
  margin-top: 13px !important;
  color: #3f494f;
  font-size: 0.82rem;
  line-height: 1.65;
}

.ss27-store-card dl{
  display: grid;
  margin-top: 14px;
  gap: 5px;
}

.ss27-store-card dl div{
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px;
  font-size: 0.76rem;
}

.ss27-store-card dt{
  color: var(--ss27-gray);
}

.ss27-store-card > p > a{
  display: inline-block;
  min-height: 44px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 44px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ss27-store-card__links{
  display: grid;
  margin-top: auto;
  padding-top: 14px;
  gap: 8px;
}

.ss27-store-card__links a{
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--ss27-line);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.ss27-store-card__links .ss27-store-card__reserve{
  color: var(--ss27-navy);
  background: var(--ss27-gold-light);
  border-color: var(--ss27-gold-light);
}

/* Final CTA / Footer / Sticky */
.ss27-final-cta{
  position: relative;
  overflow: hidden;
  padding-block: clamp(80px, 12vw, 150px);
  color: var(--ss27-white);
  background: linear-gradient(145deg, #101217, #071521);
  text-align: center;
}

.ss27-final-cta::before{
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 920px);
  aspect-ratio: 1;
  border: 1px solid rgba(200, 163, 92, 0.18);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.ss27-final-cta__inner{
  position: relative;
}

.ss27-final-cta h2{
  margin-top: 16px;
  font-family: var(--ss27-serif);
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.55;
}

.ss27-final-cta h2 + p{
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.ss27-final-cta__dates{
  display: flex;
  max-width: 660px;
  margin: 28px auto;
  flex-direction: column;
  gap: 8px;
}

.ss27-final-cta__dates span{
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
}

.ss27-final-cta__dates strong{
  margin-left: 8px;
  color: var(--ss27-gold-light);
  white-space: nowrap;
}

.ss27-final-cta .ss27-button{
  width: min(100%, 520px);
}

.ss27-footer{
  padding: 46px 0 34px;
  color: rgba(255, 255, 255, 0.65);
  background: #03080d;
}

.ss27-footer__inner{
  display: grid;
  gap: 24px;
  text-align: center;
}

.ss27-footer__brands{
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 9px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 11px;
  box-shadow: 0 12px 28px rgba(2, 21, 47, 0.18);
}

.ss27-footer__logo{
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.ss27-footer__logo--m2plant{
  width: 118px;
}

.ss27-footer__logo--katsuda{
  width: 77px;
}

.ss27-footer__separator{
  width: 1px;
  height: 38px;
  flex: 0 0 auto;
  background: rgba(12, 45, 88, 0.18);
}

.ss27-footer nav{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 20px;
  font-size: 0.76rem;
}

.ss27-footer nav a{
  min-height: 44px;
  line-height: 44px;
}

.ss27-footer small{
  font-size: 0.65rem;
}

.ss27-sticky-cta{
  position: fixed;
  z-index: 950;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  background: rgba(7, 21, 33, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ss27-sticky-cta a{
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--ss27-navy);
  background: var(--ss27-gold-light);
  font-size: 0.83rem;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 600px) {
  .ss27-container{
    width: min(100% - 64px, 1160px);
  }

  .ss27-benefit__dates,
.ss27-store-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ss27-benefit__dates div + div{
    border-top: 0;
    border-left: 1px solid var(--ss27-line);
  }

  .ss27-reason-list,
.ss27-style-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ss27-flow-list li{
    grid-template-columns: 86px 1fr;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .ss27-page{
    padding-bottom: 0;
  }

  .ss27-intro__inner{
    grid-template-columns: 120px 1fr;
  }

  .ss27-section-sign{
    align-items: flex-start;
    padding-top: 12px;
    flex-direction: column;
  }

  .ss27-section-sign i{
    width: 1px;
    height: 90px;
    margin-left: 8px;
  }

  .ss27-intro__content{
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 40px;
  }

  .ss27-intro__content .ss27-section-en,
.ss27-intro__content h2{
    grid-column: 1;
  }

  .ss27-intro__text{
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 0;
  }

  .ss27-benefit__frame{
    padding: 72px 60px 50px;
  }

  .ss27-reason-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ss27-style-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ss27-flow-list{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 30px 0 0;
    gap: 1px;
    background: var(--ss27-line);
  }

  .ss27-flow-list::before{
    top: 8px;
    right: 8%;
    bottom: auto;
    left: 8%;
    width: auto;
    height: 1px;
  }

  .ss27-flow-list li{
    display: block;
    min-height: 270px;
    padding: 28px 20px;
  }

  .ss27-flow-list li::before{
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
  }

  .ss27-flow-list h3{
    margin-top: 28px;
  }

  .ss27-faq__layout{
    grid-template-columns: 0.68fr 1.32fr;
    gap: 70px;
  }

  .ss27-section-heading--side{
    position: sticky;
    top: calc(var(--ss27-header-height) + 30px);
    align-self: start;
  }

  .ss27-store-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ss27-final-cta__dates{
    flex-direction: row;
    justify-content: center;
  }

  .ss27-final-cta .ss27-button{
    width: auto;
    min-width: 470px;
  }

  .ss27-sticky-cta{
    display: none;
  }
}

@media (min-width: 1024px) {
  .ss27-intro__content{
    gap: 40px 68px;
  }
}

@media (min-width: 1024px) {
  .ss27-header__inner{
    padding-inline: clamp(24px, 4vw, 60px);
  }

  .ss27-desktop-nav{
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: clamp(14px, 2vw, 30px);
  }

  .ss27-desktop-nav a{
    display: grid;
    min-height: 44px;
    place-items: center;
    font-size: 0.74rem;
    transition: color 0.2s ease;
  }

  .ss27-desktop-nav a:hover{
    color: var(--ss27-gold-light);
  }

  .ss27-menu-button,
.ss27-mobile-menu{
    display: none !important;
  }

  .ss27-header__reserve{
    padding-inline: 22px;
  }

  .ss27-price-layout{
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
    align-items: end;
    gap: clamp(24px, 2.4vw, 32px);
  }

  .ss27-price-card__body{
    padding: clamp(24px, 3vw, 36px);
  }

  .ss27-media-slot--wide{
    margin-top: 42px;
  }

  .ss27-footer__inner{
    grid-template-columns: auto 1fr auto;
    align-items: center;
    text-align: left;
  }

  .ss27-brand__logos{
    gap: 7px;
  }

  .ss27-brand__logo--m2plant{
    width: 100px;
  }

  .ss27-brand__logo--katsuda{
    width: 56px;
  }

  .ss27-brand__separator{
    height: 28px;
  }

  .ss27-footer__brands{
    justify-self: start;
    gap: 12px;
    padding: 11px 12px;
  }

  .ss27-footer__logo--m2plant{
    width: 150px;
  }

  .ss27-footer__logo--katsuda{
    width: 105px;
  }

  .ss27-footer__separator{
    height: 46px;
  }

  .ss27-footer nav{
    justify-content: center;
  }
}

@media (min-width: 1280px) {

  .ss27-store-card{
    padding: 28px 24px 22px;
  }
}

@media (max-width: 374px) {
  .ss27-container{
    width: min(100% - 32px, 1160px);
  }

  .ss27-header__inner{
    padding-inline: 12px;
  }

  .ss27-brand__logo--m2plant{
    width: 66px;
  }

  .ss27-brand__logo--katsuda{
    width: 38px;
  }

  .ss27-header__reserve{
    padding-inline: 10px;
    font-size: 0.74rem;
  }

  .ss27-price-card__fair strong{
    font-size: 2.5rem;
  }
}

/* Final FV composition: 2027 coming-of-age fair */
.ss27-hero {
  position: relative;
  height: clamp(720px, 100svh, 900px);
  overflow: hidden;
  padding-top: var(--ss27-header-height);
  isolation: isolate;
  color: var(--ss27-white);
  background:
    radial-gradient(circle at 27% 18%, rgba(112, 180, 255, 0.3), transparent 31%),
    linear-gradient(122deg, #103f88 0%, #1557b8 49%, #153f88 100%);
}

.ss27-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 14%),
    radial-gradient(circle at 15% 70%, rgba(255, 218, 117, 0.14), transparent 22%);
  background-size: 190px 100%, auto;
  content: "";
}

.ss27-hero::after {
  position: absolute;
  z-index: -1;
  top: -18%;
  left: 44%;
  width: 17%;
  height: 140%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 68%);
  content: "";
  opacity: 0.7;
  transform: skewX(-14deg);
}

.ss27-hero__ornament {
  position: absolute;
  z-index: -1;
  bottom: -0.24em;
  left: -0.04em;
  color: rgba(139, 198, 255, 0.1);
  font-family: Arial, sans-serif;
  font-size: clamp(11rem, 24vw, 26rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.ss27-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: clamp(22px, 3.5vh, 34px) calc(50% + 34px) clamp(24px, 3.5vh, 36px) max(32px, calc((100vw - 1320px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(7px, 1.25vh, 12px);
}

.ss27-hero__inner > :not(.ss27-hero-media) {
  position: relative;
  z-index: 2;
  width: min(100%, 630px);
}

.ss27-period {
  display: flex;
  width: auto !important;
  min-height: 34px;
  align-items: center;
  gap: 14px;
  padding: 5px 14px;
  border: 1px solid rgba(255, 224, 137, 0.7);
  border-radius: 999px;
  background: rgba(4, 41, 98, 0.38);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
}

.ss27-period__label {
  color: #ffe38f;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.ss27-period__date b {
  font-size: 1.04em;
  font-variant-numeric: tabular-nums;
}

.ss27-period__date i {
  margin-inline: 5px;
  color: #ffe38f;
  font-style: normal;
}

.ss27-fv-title {
  display: block;
  width: min(100%, 630px);
  line-height: 0;
}

.ss27-fv-title__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 10px 22px rgba(3, 30, 78, 0.24));
}

.ss27-fv-title__line {
  fill: none;
  stroke: rgba(255, 226, 142, 0.86);
  stroke-width: 2;
}

.ss27-fv-title__year {
  color: #f9d66e;
  filter: drop-shadow(0 4px 14px rgba(255, 213, 94, 0.18));
}

.ss27-fv-title__ceremony {
  fill: url(#ss27-title-gold);
}

.ss27-fv-title__fair {
  fill: #fff;
}

.ss27-fv-title__english {
  fill: none;
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 1.2;
}

.ss27-fv-title__english text {
  fill: rgba(255, 255, 255, 0.82);
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.ss27-hero__lead strong {
  display: block;
  font-family: var(--ss27-sans);
  font-size: clamp(1.35rem, 2.05vw, 1.95rem);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-wrap: balance;
}

.ss27-hero-media {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49%;
  margin: 0;
  overflow: hidden;
  background: #163b76;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.ss27-hero-media::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, #1555b6 0%, rgba(21, 85, 182, 0.64) 5%, transparent 24%),
    linear-gradient(180deg, transparent 70%, rgba(4, 27, 66, 0.2));
  content: "";
  pointer-events: none;
}

.ss27-hero-media::after {
  content: none;
}

.ss27-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}

.ss27-hero-price-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(136px, 0.46fr);
  align-items: end;
  gap: 18px;
  padding: 11px 18px 12px;
  border-top: 1px solid rgba(255, 224, 137, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 9px;
  background: linear-gradient(110deg, rgba(4, 36, 91, 0.62), rgba(4, 36, 91, 0.24));
  backdrop-filter: blur(5px);
}

.ss27-hero-price {
  min-width: 0;
}

.ss27-hero-price--secondary {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.ss27-hero-price__eyebrow {
  color: #ffe38f;
  font-family: Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.25;
}

.ss27-hero-price__name {
  margin-top: 2px !important;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

.ss27-hero-price__amount {
  display: flex;
  align-items: baseline;
  gap: 3px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.ss27-hero-price__amount span {
  margin-right: 4px;
  font-size: 0.76rem;
  font-weight: 800;
}

.ss27-hero-price__amount strong {
  color: #ffe07d;
  font-family: Arial, var(--ss27-sans);
  font-size: clamp(3.05rem, 4.55vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.ss27-hero-price__amount b {
  color: #ffe07d;
  font-size: 1.08rem;
  font-weight: 900;
}

.ss27-hero-price--secondary .ss27-hero-price__amount {
  margin-top: 6px;
}

.ss27-hero-price--secondary .ss27-hero-price__amount span {
  margin-right: 1px;
  font-size: 0.65rem;
}

.ss27-hero-price--secondary .ss27-hero-price__amount strong {
  color: #fff;
  font-size: clamp(1.7rem, 2.35vw, 2.25rem);
  letter-spacing: -0.045em;
}

.ss27-hero-price--secondary .ss27-hero-price__amount b {
  color: #fff;
  font-size: 0.82rem;
}

.ss27-hero__benefit {
  display: flex;
  grid-column: 1 / -1;
  width: auto !important;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  margin-top: 1px;
  padding: 9px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.ss27-hero__benefit > span {
  display: inline-grid;
  min-height: 38px;
  flex: 0 0 auto;
  place-items: center;
  padding: 6px 10px;
  color: #18335c;
  background: linear-gradient(135deg, #fff0af, #f3b83d);
  border-radius: 7px;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
}

.ss27-hero__benefit p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.35;
}

.ss27-hero__benefit p strong {
  color: #ffe38f;
  font-size: 1.16rem;
  font-weight: 900;
}

.ss27-hero__cta {
  width: min(100%, 520px) !important;
  min-height: 60px;
  color: #17315b !important;
  box-shadow: 0 15px 34px rgba(3, 27, 72, 0.28);
  font-size: 1rem;
}

/* Magazine-like, two-look style feature */
.ss27-style-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(24px, 4vw, 52px);
  max-width: 1040px;
  margin-inline: auto;
  align-items: start;
}

.ss27-style-card {
  position: relative;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.ss27-style-card:nth-child(2) {
  margin-top: clamp(54px, 8vw, 110px);
}

.ss27-style-card__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 5;
  background: #dce8f4;
  border-radius: 18px 18px 5px 18px;
  box-shadow: 0 22px 52px rgba(20, 69, 137, 0.18);
}

.ss27-style-card:nth-child(2) .ss27-style-card__image {
  aspect-ratio: 3 / 4;
  border-radius: 5px 18px 18px 18px;
}

.ss27-style-card__image::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-right: 2px solid rgba(255, 225, 139, 0.86);
  border-bottom: 2px solid rgba(255, 225, 139, 0.86);
  content: "";
}

.ss27-style-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss27-style-card > div {
  position: relative;
  width: calc(100% - 28px);
  margin: -24px 0 0 28px;
  padding: 23px 25px 25px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 13px 3px 13px 13px;
  box-shadow: 0 14px 32px rgba(20, 69, 137, 0.13);
}

.ss27-style-card:nth-child(2) > div {
  margin-right: 28px;
  margin-left: 0;
  border-radius: 3px 13px 13px 13px;
}

/* FV entrance: complete by default, animated only while JS adds the temporary state. */
.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-period,
.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-hero__lead,
.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-hero-price-panel,
.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-hero__benefit,
.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-hero__cta {
  opacity: 0;
  transform: translateY(16px);
}

.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-fv-title__line,
.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-fv-title__year {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-fv-title__ceremony,
.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-fv-title__fair,
.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-fv-title__english {
  clip-path: inset(0 100% 0 0);
}

.js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-hero-media {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transform: scale(1.04);
  transform-origin: 85% 55%;
}

.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-fv-title__line {
  animation: ss27-fv-line 0.35s ease-out both;
}

.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-fv-title__year {
  animation: ss27-fv-line 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-fv-title__ceremony,
.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-fv-title__fair,
.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-fv-title__english {
  animation: ss27-fv-wipe 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}

.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-hero-media {
  animation: ss27-fv-photo-desktop 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.38s both;
}

.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-period {
  animation: ss27-fv-up 0.38s ease-out 0.08s both;
}

.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-hero__lead,
.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-hero-price-panel {
  animation: ss27-fv-up 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both;
}

.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-hero__benefit {
  animation: ss27-fv-up 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both;
}

.js .ss27-hero.is-fv-animating.is-fv-ready .ss27-hero__cta {
  animation: ss27-fv-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.05s both;
}

@keyframes ss27-fv-line {
  from { stroke-dashoffset: 1; }
  to { stroke-dashoffset: 0; }
}

@keyframes ss27-fv-wipe {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0); }
}

@keyframes ss27-fv-photo-desktop {
  from { clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); transform: scale(1.04); }
  to { clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); transform: scale(1); }
}

@keyframes ss27-fv-photo-mobile {
  from { clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); transform: scale(1.04); }
  to { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); transform: scale(1); }
}

@keyframes ss27-fv-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 959px) {
  .ss27-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .ss27-hero::after {
    top: 20%;
    left: 76%;
    width: 25%;
    height: 48%;
  }

  .ss27-hero__ornament {
    top: 120px;
    right: -0.08em;
    bottom: auto;
    left: auto;
    font-size: clamp(8rem, 32vw, 14rem);
  }

  .ss27-hero__inner {
    width: min(100% - 40px, 720px);
    height: auto;
    margin-inline: auto;
    padding: 18px 0 96px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .ss27-hero__inner > :not(.ss27-hero-media) {
    width: 100%;
  }

  .ss27-period { grid-row: 1; justify-self: start; }
  .ss27-fv-title { grid-row: 2; }
  .ss27-hero__lead { grid-row: 3; }
  .ss27-hero-media { grid-row: 4; }
  .ss27-hero-price-panel { grid-row: 5; }
  .ss27-hero__cta { grid-row: 6; }

  .ss27-fv-title {
    width: min(100%, 650px);
  }

  .ss27-hero__lead strong {
    font-size: clamp(1.35rem, 4.4vw, 1.75rem);
  }

  .ss27-page .ss27-hero-media {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: calc(100% + 40px);
    height: clamp(330px, 62vw, 440px);
    margin: -92px -20px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .ss27-hero-media::before {
    height: 46%;
    background: linear-gradient(180deg, #1557b8 0%, rgba(21, 87, 184, 0.82) 24%, rgba(21, 87, 184, 0.34) 58%, transparent 100%);
  }

  .ss27-hero-media img {
    object-position: 50% 14%;
  }

  .ss27-hero-price-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: -58px;
    padding: 12px 16px;
    background: linear-gradient(145deg, rgba(5, 38, 93, 0.9), rgba(13, 72, 155, 0.78));
    box-shadow: 0 18px 38px rgba(3, 27, 72, 0.24);
  }

  .ss27-hero-price--secondary {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: baseline;
    gap: 8px;
    padding: 9px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .ss27-hero-price--secondary .ss27-hero-price__name,
  .ss27-hero-price--secondary .ss27-hero-price__amount {
    margin: 0 !important;
  }

  .ss27-hero-price--secondary .ss27-hero-price__amount {
    justify-self: end;
  }

  .ss27-hero-price--secondary .ss27-hero-price__amount strong {
    font-size: clamp(1.7rem, 6vw, 2.15rem);
  }

  .ss27-hero__benefit {
    justify-self: start;
    margin-top: 0;
  }

  .ss27-hero__cta {
    justify-self: stretch;
  }

  .js .ss27-hero.is-fv-animating:not(.is-fv-ready) .ss27-hero-media {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  .js .ss27-hero.is-fv-animating.is-fv-ready .ss27-hero-media {
    animation-name: ss27-fv-photo-mobile;
  }
}

@media (max-width: 699px) {
  .ss27-style-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .ss27-style-card:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 599px) {
  :root {
    --ss27-header-height: 64px;
  }

  .ss27-hero__inner {
    width: min(100% - 32px, 480px);
    padding: 12px 0 94px;
    gap: 7px;
  }

  .ss27-period {
    min-height: 31px;
    gap: 8px;
    padding: 4px 9px;
    font-size: 0.64rem;
    letter-spacing: 0.04em;
  }

  .ss27-period__label {
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .ss27-period__date i {
    margin-inline: 2px;
  }

  .ss27-fv-title {
    width: 100%;
  }

  .ss27-hero__lead strong {
    font-size: clamp(1.08rem, 5.2vw, 1.35rem);
    line-height: 1.38;
    text-shadow: 0 2px 12px rgba(5, 31, 76, 0.42);
  }

  .ss27-page .ss27-hero-media {
    width: calc(100% + 32px);
    height: clamp(326px, 90vw, 410px);
    margin: -178px -16px 0;
  }

  .ss27-hero-price-panel {
    margin-top: -56px;
    padding: 8px 11px 9px;
    gap: 5px;
  }

  .ss27-hero-price__amount strong {
    font-size: clamp(2.8rem, 14.5vw, 3.55rem);
  }

  .ss27-hero-price__amount b {
    font-size: 0.95rem;
  }

  .ss27-hero-price--secondary {
    gap: 4px;
    padding-top: 6px;
  }

  .ss27-hero-price--secondary .ss27-hero-price__eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .ss27-hero-price--secondary .ss27-hero-price__name {
    font-size: 0.72rem;
  }

  .ss27-hero-price--secondary .ss27-hero-price__amount span {
    display: none;
  }

  .ss27-hero-price--secondary .ss27-hero-price__amount strong {
    font-size: clamp(1.5rem, 7vw, 1.9rem);
  }

  .ss27-hero__benefit {
    width: 100% !important;
    gap: 7px;
    padding: 6px 0 0;
  }

  .ss27-hero__benefit > span {
    min-height: 30px;
    padding-inline: 8px;
    font-size: 0.64rem;
  }

  .ss27-hero__benefit p {
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .ss27-hero__benefit p strong {
    font-size: 0.86rem;
  }

  .ss27-hero__cta {
    min-height: 58px;
    font-size: 0.92rem;
  }

  .ss27-style-card > div,
  .ss27-style-card:nth-child(2) > div {
    width: calc(100% - 18px);
    margin: -20px 0 0 18px;
    padding: 20px;
  }
}

@media (max-width: 340px) {
  .ss27-header__reserve {
    padding-inline: 7px;
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .ss27-period__label {
    display: none;
  }

  .ss27-page .ss27-hero-media {
    height: 280px;
  }

  .ss27-hero-price__amount strong {
    font-size: 2.48rem;
  }

  .ss27-hero-price--secondary {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ss27-hero-price--secondary .ss27-hero-price__eyebrow {
    display: none;
  }
}

/* 2026-08-25 若々しさ・華やかさを高めるデザイン調整 */
:root{
  --ss27-navy: #123c73;
  --ss27-navy-soft: #245b9d;
  --ss27-royal: #2467d8;
  --ss27-royal-deep: #174da9;
  --ss27-sky: #eaf4ff;
  --ss27-blue-gray: #6f89a8;
  --ss27-ink: #142640;
  --ss27-gold: #edb83f;
  --ss27-gold-light: #ffdf83;
  --ss27-orange-gold: #f4aa32;
  --ss27-bordeaux: #9c3650;
  --ss27-ivory: #fffaf0;
  --ss27-mist: #edf5ff;
  --ss27-gray: #53677f;
  --ss27-line: rgba(24, 74, 137, 0.16);
  --ss27-shadow: 0 20px 50px rgba(28, 76, 144, 0.14);
}

.ss27-page{
  color: var(--ss27-ink);
  background: var(--ss27-white);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.ss27-section{
  overflow: hidden;
}

.ss27-section-en{
  color: #bd7b00;
  font-family: var(--ss27-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.ss27-section-heading h2{
  position: relative;
  display: inline-block;
  margin-top: 14px;
  padding-bottom: 17px;
  font-family: var(--ss27-sans);
  font-size: clamp(2rem, 4.8vw, 3.35rem);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.35;
}

.ss27-section-heading h2::after{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 58px;
  height: 4px;
  background: linear-gradient(90deg, var(--ss27-gold), var(--ss27-orange-gold));
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
}

.ss27-section-heading > p:last-child{
  color: var(--ss27-gray);
  font-size: 1rem;
}

.ss27-button{
  min-height: 62px;
  padding: 16px 19px 16px 25px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(14, 54, 112, 0.18);
  font-size: 0.98rem;
  font-weight: 800;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ss27-button > span:last-child{
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  background: rgba(255, 255, 255, 0.34);
  border: 0;
  font-size: 1.2rem;
  font-weight: 900;
}

.ss27-button--primary,
.ss27-button--dark{
  color: #172b49;
  background: linear-gradient(135deg, #ffe18a, var(--ss27-orange-gold));
  border-color: #ffd56b;
}

.ss27-button:hover{
  background: linear-gradient(135deg, #fff0b8, #ffc455);
  box-shadow: 0 16px 34px rgba(14, 54, 112, 0.24);
  transform: translateY(-3px);
}

/* Header */
.ss27-header{
  background: rgba(14, 52, 103, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 20px rgba(8, 41, 91, 0.12);
}

.ss27-header__reserve{
  padding-inline: 17px;
  background: linear-gradient(135deg, #ffe395, var(--ss27-orange-gold));
  border-radius: 9px;
  box-shadow: 0 7px 18px rgba(7, 31, 67, 0.2);
  font-size: 0.84rem;
}

.ss27-menu-button{
  border-color: rgba(255, 255, 255, 0.48);
  border-radius: 9px;
}

.ss27-menu-button span{
  height: 2px;
  border-radius: 999px;
}

.ss27-mobile-menu{
  background: linear-gradient(180deg, rgba(19, 64, 126, 0.98), rgba(28, 87, 178, 0.98));
}

.ss27-mobile-menu a{
  font-size: 0.96rem;
  font-weight: 700;
}

.ss27-media-slot{
  color: var(--ss27-white);
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 226, 136, 0.34), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 45%),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 255, 255, 0.07) 22px 24px),
    linear-gradient(135deg, #2b6bc4, #69a7ec);
  border: 1px solid rgba(255, 238, 184, 0.7);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(5, 43, 101, 0.25);
}

.ss27-media-slot::before,
.ss27-media-slot::after{
  width: 42px;
  height: 42px;
  border-width: 2px;
}

.ss27-media-slot__mark{
  color: rgba(228, 241, 255, 0.2);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.ss27-media-slot figcaption strong{
  font-family: var(--ss27-sans);
  font-weight: 800;
}

.ss27-media-slot figcaption span,
.ss27-media-slot figcaption small{
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
}

/* Intro */
.ss27-intro{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 20%, rgba(72, 143, 232, 0.13) 0 130px, transparent 132px),
    var(--ss27-white);
}

.ss27-section-sign{
  font-family: var(--ss27-sans);
  font-weight: 900;
}

.ss27-section-sign span{
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ss27-white);
  background: linear-gradient(135deg, var(--ss27-royal), #69a7ec);
  border-radius: 50%;
}

.ss27-section-sign i{
  background: linear-gradient(90deg, var(--ss27-gold), transparent);
}

.ss27-intro h2{
  font-family: var(--ss27-sans);
  font-weight: 800;
  letter-spacing: 0.035em;
}

.ss27-intro__text{
  color: #3f5570;
  font-size: 1rem;
}

/* Pricing */
.ss27-pricing{
  color: var(--ss27-ink);
  background: linear-gradient(180deg, #eaf4ff 0%, #f7fbff 72%, #ffffff 100%);
}

.ss27-pricing::before{
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(43, 105, 200, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 105, 200, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
}

.ss27-pricing .ss27-section-heading--light{
  color: var(--ss27-ink);
}

.ss27-pricing .ss27-section-heading--light > p:last-child{
  color: var(--ss27-gray);
}

.ss27-price-note{
  color: var(--ss27-gray);
}

/* Benefit */
.ss27-benefit{
  background:
    radial-gradient(circle at 8% 16%, rgba(99, 167, 241, 0.34) 0 100px, transparent 102px),
    linear-gradient(180deg, #ffffff, #eaf4ff);
}

.ss27-benefit__frame{
  overflow: hidden;
  padding: 64px 24px 34px;
  color: var(--ss27-white);
  background:
    radial-gradient(circle at 90% 18%, rgba(255, 224, 132, 0.24), transparent 19%),
    linear-gradient(135deg, #1a4f9e 0%, #2872df 68%, #4b8fea 100%);
  border: 0;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(24, 76, 151, 0.24);
}

.ss27-benefit__frame::before{
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 225, 131, 0.9) 0 2px, transparent 3px) 14% 18% / 90px 90px,
    linear-gradient(45deg, transparent 47%, rgba(255, 234, 172, 0.6) 48% 52%, transparent 53%) 82% 36% / 68px 68px;
  background-repeat: repeat, no-repeat;
  border: 0;
}

.ss27-benefit__frame::after{
  inset: auto -55px -90px auto;
  width: 240px;
  height: 240px;
  border: 34px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.ss27-benefit__label{
  top: 18px;
  padding: 8px 14px;
  color: var(--ss27-ink);
  background: linear-gradient(135deg, #fff0b1, #f6b63c);
  border-radius: 999px;
  font-family: var(--ss27-sans);
  font-weight: 900;
  letter-spacing: 0.15em;
}

.ss27-benefit__deadline{
  margin-top: 16px !important;
  font-size: 1rem;
}

.ss27-benefit__target{
  display: inline-block;
  margin: 16px 0 0 !important;
  padding: 7px 14px;
  color: var(--ss27-ink) !important;
  background: #fff5d1;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.45;
}

.ss27-benefit__deadline strong{
  display: inline-block;
  padding: 4px 12px;
  color: var(--ss27-ink);
  background: var(--ss27-white);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 900;
}

.ss27-benefit h2{
  font-family: var(--ss27-sans);
  font-size: clamp(1.8rem, 7vw, 3.35rem);
  font-weight: 800;
}

.ss27-benefit h2 strong{
  color: var(--ss27-gold-light);
  font-size: 1.7em;
  font-weight: 900;
  text-shadow: 0 4px 16px rgba(5, 37, 85, 0.18);
}

.ss27-benefit__content > p:last-child,
.ss27-benefit__note{
  color: rgba(255, 255, 255, 0.9);
}

.ss27-benefit__note span{
  display: block;
}

.ss27-benefit__dates{
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 12px;
}

.ss27-benefit__dates span{
  color: rgba(255, 255, 255, 0.76);
}

.ss27-benefit__dates strong{
  color: var(--ss27-gold-light);
}

/* Reasons */
.ss27-reasons{
  background:
    radial-gradient(circle at 92% 88%, rgba(64, 133, 222, 0.12) 0 180px, transparent 182px),
    var(--ss27-white);
}

.ss27-reason-list{
  gap: 14px;
  background: transparent;
}

.ss27-reason-list li{
  min-height: 250px;
  padding: 26px 23px;
  background: linear-gradient(150deg, #ffffff, #eef6ff);
  border: 1px solid rgba(36, 103, 216, 0.12);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(32, 89, 166, 0.09);
}

.ss27-reason-list__number{
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ss27-white);
  background: linear-gradient(135deg, var(--ss27-royal), #6aa7ec);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.ss27-reason-list h3{
  margin-top: 24px;
  font-family: var(--ss27-sans);
  font-size: 1.25rem;
  font-weight: 800;
}

.ss27-factory-note{
  padding: 21px 24px;
  background: linear-gradient(120deg, #173f79, #2467c8);
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(24, 70, 135, 0.15);
}

.ss27-factory-note span{
  color: var(--ss27-gold-light);
  font-family: var(--ss27-sans);
  font-weight: 800;
}

/* Styles */
.ss27-styles{
  color: var(--ss27-ink);
  background:
    linear-gradient(135deg, rgba(255, 216, 111, 0.12), transparent 36%),
    var(--ss27-ivory);
}

.ss27-styles .ss27-section-heading--light{
  color: var(--ss27-ink);
}

.ss27-styles .ss27-section-heading--light > p:last-child{
  color: var(--ss27-gray);
}

.ss27-style-grid{
  gap: 22px;
}

.ss27-style-card{
  overflow: hidden;
  background: var(--ss27-white);
  border-radius: 18px;
  box-shadow: var(--ss27-shadow);
}

.ss27-style-card .ss27-media-slot{
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ss27-style-card > div{
  padding: 22px 22px 26px;
}

.ss27-style-card > div > span{
  color: var(--ss27-royal-deep);
  font-family: var(--ss27-sans);
  font-size: 0.72rem;
  font-weight: 900;
}

.ss27-style-card h3{
  font-family: var(--ss27-sans);
  font-size: 1.28rem;
  font-weight: 800;
}

.ss27-style-card p{
  color: var(--ss27-gray);
}

/* Flow */
.ss27-flow{
  background:
    radial-gradient(circle at 8% 82%, rgba(80, 148, 230, 0.14) 0 150px, transparent 152px),
    var(--ss27-mist);
}

.ss27-flow-list{
  padding-left: 26px;
  gap: 18px;
}

.ss27-flow-list::before{
  left: 7px;
  width: 3px;
  background: linear-gradient(var(--ss27-gold), var(--ss27-royal));
  border-radius: 999px;
}

.ss27-flow-list li{
  gap: 16px;
  padding: 22px;
  background: var(--ss27-white);
  border: 1px solid rgba(36, 103, 216, 0.12);
  border-radius: 15px;
  box-shadow: 0 10px 26px rgba(32, 89, 166, 0.09);
}

.ss27-flow-list li::before{
  top: 28px;
  left: -26px;
  width: 13px;
  height: 13px;
  background: var(--ss27-gold);
  border: 4px solid var(--ss27-mist);
  box-shadow: 0 0 0 2px var(--ss27-royal);
}

.ss27-flow-list li > span{
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, var(--ss27-royal-deep), #4d91e8);
  border-radius: 50%;
  font-family: var(--ss27-sans);
  font-size: 0.54rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.ss27-flow-list li > span b{
  color: var(--ss27-white);
  font-family: Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
}

.ss27-flow-list h3{
  font-family: var(--ss27-sans);
  font-weight: 800;
}

/* FAQ */
.ss27-faq{
  background: var(--ss27-white);
}

.ss27-section-heading--side h2::after{
  left: 0;
  transform: none;
}

.ss27-faq-list{
  display: grid;
  gap: 10px;
}

.ss27-faq-item,
.ss27-faq-item:last-child{
  overflow: hidden;
  background: #f6faff;
  border: 1px solid rgba(36, 103, 216, 0.12);
  border-radius: 12px;
}

.ss27-faq-item button{
  min-height: 70px;
  padding: 17px 18px;
  font-size: 0.97rem;
}

.ss27-faq-item button > span,
.ss27-faq-answer span{
  color: var(--ss27-royal-deep);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.ss27-faq-answer{
  padding: 2px 18px 20px;
}

/* Stores */
.ss27-stores{
  color: var(--ss27-ink);
  background:
    linear-gradient(135deg, rgba(66, 137, 226, 0.1), transparent 32%),
    #edf5ff;
}

.ss27-stores .ss27-section-heading--light{
  color: var(--ss27-ink);
}

.ss27-stores .ss27-section-heading--light > p:last-child{
  color: var(--ss27-gray);
}

.ss27-stores__exception{
  color: var(--ss27-ink) !important;
  background: #dcecff;
  border: 1px solid rgba(36, 103, 216, 0.14);
  border-radius: 9px;
  font-weight: 700;
}

.ss27-store-region__heading span{
  color: var(--ss27-royal-deep);
  font-family: var(--ss27-sans);
  font-weight: 900;
}

.ss27-store-region__heading h3{
  font-family: var(--ss27-sans);
  font-weight: 800;
}

.ss27-store-region__heading::after{
  height: 3px;
  flex: 1;
  margin-left: 8px;
  background: linear-gradient(90deg, var(--ss27-gold), transparent);
  border-radius: 999px;
  content: "";
}

.ss27-store-grid{
  gap: 16px;
}

.ss27-store-card{
  border: 1px solid rgba(36, 103, 216, 0.11);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(32, 89, 166, 0.1);
}

.ss27-store-card h4{
  color: var(--ss27-royal-deep);
  font-family: var(--ss27-sans);
  font-weight: 800;
}

.ss27-store-card__links a{
  border-color: rgba(36, 103, 216, 0.22);
  border-radius: 8px;
}

.ss27-store-card__links .ss27-store-card__reserve{
  color: var(--ss27-white);
  background: linear-gradient(135deg, var(--ss27-royal-deep), var(--ss27-royal));
  border-color: transparent;
}

/* Final CTA / Footer / Sticky */
.ss27-final-cta{
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 222, 127, 0.25), transparent 20%),
    linear-gradient(135deg, #164688, #2468cf 64%, #4388e6);
}

.ss27-final-cta::before{
  border: 30px solid rgba(255, 255, 255, 0.09);
}

.ss27-final-cta::after{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, rgba(255, 224, 128, 0.9) 0 2px, transparent 3px) 12% 20% / 100px 100px,
    linear-gradient(45deg, transparent 47%, rgba(255, 235, 176, 0.55) 48% 52%, transparent 53%) 83% 32% / 72px 72px;
  background-repeat: repeat, no-repeat;
  content: "";
  pointer-events: none;
}

.ss27-final-cta__inner{
  z-index: 1;
}

.ss27-final-cta h2{
  font-family: var(--ss27-sans);
  font-weight: 900;
  letter-spacing: 0.035em;
}

.ss27-final-cta__dates span{
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.ss27-footer{
  background: #0c2d58;
}

.ss27-sticky-cta{
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid rgba(31, 91, 181, 0.16);
  box-shadow: 0 -8px 24px rgba(20, 66, 129, 0.12);
  backdrop-filter: blur(12px);
}

.ss27-sticky-cta a{
  min-height: 54px;
  color: var(--ss27-ink);
  background: linear-gradient(135deg, #ffe18a, var(--ss27-orange-gold));
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(178, 105, 9, 0.2);
  font-size: 0.9rem;
  font-weight: 900;
}

@media (min-width: 768px) {

  .ss27-section-sign{
    align-items: center;
  }

  .ss27-section-sign i{
    width: 3px;
    height: 78px;
    margin-left: 0;
    background: linear-gradient(var(--ss27-gold), transparent);
  }

  .ss27-flow-list{
    padding: 34px 0 0;
    gap: 14px;
    background: transparent;
  }

  .ss27-flow-list::before{
    top: 66px;
    right: 8%;
    left: 8%;
    width: auto;
    height: 3px;
    background: linear-gradient(90deg, var(--ss27-gold), var(--ss27-royal), var(--ss27-gold));
  }

  .ss27-flow-list li{
    min-height: 280px;
    padding: 24px 18px;
    text-align: center;
  }

  .ss27-flow-list li::before{
    display: none;
  }

  .ss27-flow-list li > span{
    position: relative;
    z-index: 1;
    margin: -54px auto 0;
    box-shadow: 0 0 0 7px var(--ss27-mist);
  }

  .ss27-flow-list h3{
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .ss27-desktop-nav a{
    font-size: 0.8rem;
    font-weight: 700;
  }

}

@media (max-width: 767px) {
  .ss27-section{
    padding-block: 72px;
  }

  .ss27-section-heading h2{
    font-size: clamp(1.85rem, 8.2vw, 2.45rem);
  }

  .ss27-price-card__fair strong{
    font-size: clamp(2.5rem, 12vw, 3.45rem);
  }

  .ss27-reason-list li{
    min-height: 220px;
  }
}

@media (max-width: 374px) {

  .ss27-price-card__fair strong{
    font-size: 2.42rem;
  }
}

/* 2026-08-26 image finalization */
.ss27-price-visual,
.ss27-benefit__visual,
.ss27-style-card__image,
.ss27-ladies__visual,
.ss27-flow-list__media{
  overflow: hidden;
  margin: 0;
}

.ss27-price-visual img,
.ss27-benefit__visual img,
.ss27-style-card__image img,
.ss27-ladies__visual img,
.ss27-flow-list__media img{
  display: block;
  width: 100%;
}

.ss27-price-visual{
  display: grid;
  max-width: 920px;
  margin: 32px auto 0;
  background: var(--ss27-white);
  border: 1px solid rgba(36, 103, 216, 0.12);
  border-radius: 18px;
  box-shadow: var(--ss27-shadow);
}

.ss27-price-visual img{
  aspect-ratio: 3 / 2;
  height: 100%;
  object-fit: cover;
}

.ss27-price-visual figcaption{
  padding: 14px 18px 16px;
  color: var(--ss27-ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.7;
}

.ss27-benefit__visual{
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(7, 43, 99, 0.18);
}

.ss27-benefit__visual img{
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ss27-benefit__visual figcaption{
  padding: 11px 14px 13px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

.ss27-style-card__image{
  aspect-ratio: 4 / 5;
  background: #dceaff;
}

.ss27-style-card__image img{
  height: 100%;
  object-fit: cover;
}

.ss27-cases{
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(70, 145, 234, 0.1) 0 150px, transparent 152px),
    var(--ss27-white);
}

.ss27-cases .ss27-section-heading h2::before{
  background: linear-gradient(90deg, var(--ss27-gold), var(--ss27-royal));
}

.ss27-cases-slider{
  margin-top: clamp(28px, 5vw, 52px);
}

.ss27-cases-slider__viewport{
  overflow-x: auto;
  padding: 8px 2px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  transition: opacity 0.18s ease;
}

.ss27-cases-slider.is-auto-resetting .ss27-cases-slider__viewport{
  opacity: 0.58;
}

.ss27-cases-slider__viewport::-webkit-scrollbar{
  display: none;
}

.ss27-cases-slider__viewport:focus-visible{
  outline: 3px solid var(--ss27-gold);
  outline-offset: 4px;
}

.ss27-cases-slider__viewport.is-dragging{
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.ss27-cases-slider__track{
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss27-case-slide{
  flex: 0 0 86%;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.ss27-case-slide figure{
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 5;
  background: #dce8f4;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(25, 73, 139, 0.13);
}

.ss27-case-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss27-case-slide figcaption{
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
  color: var(--ss27-white);
  background: rgba(8, 37, 76, 0.78);
  border: 1px solid rgba(255, 225, 139, 0.48);
  border-radius: 999px;
  font-family: var(--ss27-sans);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}

.ss27-case-slide figcaption span,
.ss27-case-slide figcaption small{
  display: block;
}

.ss27-case-slide figcaption small{
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.ss27-cases-slider__controls{
  display: flex;
  max-width: 560px;
  margin: 8px auto 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.ss27-cases-slider__controls button{
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: var(--ss27-white);
  background: var(--ss27-royal-deep);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(24, 70, 135, 0.16);
  cursor: pointer;
  font-size: 1.05rem;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.ss27-cases-slider__controls button:hover{
  background: var(--ss27-royal);
}

.ss27-cases-slider__controls button:disabled{
  opacity: 0.34;
  cursor: default;
}

.ss27-cases-slider__progress{
  flex: 1 1 auto;
  overflow: hidden;
  height: 3px;
  background: rgba(36, 103, 216, 0.16);
  border-radius: 999px;
}

.ss27-cases-slider__progress span{
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--ss27-gold), var(--ss27-royal));
  border-radius: inherit;
  transform: scaleX(var(--ss27-case-progress, 0.142857));
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.no-js .ss27-cases-slider__controls{
  display: none;
}

.ss27-ladies{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 211, 91, 0.18) 0 120px, transparent 122px),
    radial-gradient(circle at 92% 84%, rgba(70, 145, 234, 0.18) 0 180px, transparent 182px),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.ss27-ladies::before{
  position: absolute;
  top: 6%;
  right: -1%;
  color: rgba(53, 126, 220, 0.075);
  content: "2027";
  font-family: Arial, sans-serif;
  font-size: clamp(7rem, 22vw, 19rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.ss27-ladies__grid{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 25px;
}

.ss27-ladies__heading h2{
  position: relative;
  margin-top: 10px;
  padding-top: 19px;
  color: var(--ss27-ink);
  font-family: var(--ss27-sans);
  font-size: clamp(1.9rem, 7vw, 3.55rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.ss27-ladies__heading h2::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 4px;
  background: linear-gradient(90deg, var(--ss27-gold), var(--ss27-royal));
  border-radius: 999px;
  content: "";
}

.ss27-ladies__heading > p:last-child{
  margin-top: 21px;
  color: #3f5570;
  font-size: 1rem;
  line-height: 2;
}

.ss27-ladies__visuals{
  position: relative;
  min-width: 0;
  padding: 0 0 52px 24px;
}

.ss27-ladies__visual{
  margin: 0;
}

.ss27-ladies__visual img{
  height: 100%;
  object-fit: cover;
}

.ss27-ladies__visual--main{
  position: relative;
  z-index: 1;
  aspect-ratio: 3 / 2;
  background: #dceaff;
  border: 8px solid rgba(255, 255, 255, 0.88);
  border-radius: 21px;
  box-shadow: var(--ss27-shadow);
}

.ss27-ladies__visual--main img{
  object-position: center;
}

.ss27-ladies__visual--check{
  --ss27-reveal-delay: 100ms;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 44%;
  aspect-ratio: 1 / 1;
  background: #dceaff;
  border: 5px solid rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(21, 65, 126, 0.2);
}

.ss27-ladies__visual--check img{
  object-position: center 20%;
}

.ss27-ladies__points{
  display: grid;
  gap: 10px;
  list-style: none;
}

.ss27-ladies__points li{
  position: relative;
  min-height: 48px;
  padding: 12px 15px 12px 46px;
  color: var(--ss27-ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(36, 103, 216, 0.13);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(32, 89, 166, 0.08);
  font-size: 0.94rem;
  font-weight: 800;
}

.ss27-ladies__points li::before{
  position: absolute;
  top: 50%;
  left: 16px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: var(--ss27-white);
  background: linear-gradient(135deg, var(--ss27-royal), #69a7ec);
  border-radius: 50%;
  content: "✓";
  font-size: 0.72rem;
  transform: translateY(-50%);
}

.ss27-ladies__cta{
  justify-self: stretch;
}

.ss27-flow-list__media{
  background: #dfeaff;
  border-radius: 12px;
}

.ss27-flow-list__media img{
  aspect-ratio: 3 / 2;
  height: 100%;
  object-fit: cover;
}

.ss27-store-region__heading{
  align-items: center;
}

.ss27-store-region__heading .ss27-store-region__en{
  flex: 0 0 auto;
  color: var(--ss27-royal-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.ss27-store-region__heading h3{
  flex: 0 0 auto;
}

.ss27-store-region__heading h3 button{
  display: flex;
  min-height: 44px;
  padding: 4px 0;
  align-items: center;
  gap: 16px;
  color: var(--ss27-ink);
  background: transparent;
  border: 0;
  font: inherit;
  text-align: left;
}

.ss27-store-region__heading h3 button > span{
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.ss27-store-region__heading h3 i{
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  background: var(--ss27-white);
  border: 1px solid rgba(36, 103, 216, 0.24);
  border-radius: 50%;
}

.ss27-store-region__heading h3 i::before,
.ss27-store-region__heading h3 i::after{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background: var(--ss27-royal-deep);
  content: "";
  transform: translate(-50%, -50%);
}

.ss27-store-region__heading h3 i::after{
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.ss27-store-region__heading h3 button[aria-expanded="true"] i::after{
  transform: translate(-50%, -50%) rotate(0deg);
}

@media (max-width: 767px) {

  .ss27-flow-list li{
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
  }

  .ss27-flow-list__media{
    grid-column: 1 / -1;
    grid-row: 1;
    margin: -12px -12px 5px;
  }

  .ss27-flow-list li:not(.ss27-flow-list__no-image) > span,
.ss27-flow-list li:not(.ss27-flow-list__no-image) > div{
    grid-row: 2;
  }

  .ss27-flow-list__no-image > span,
.ss27-flow-list__no-image > div{
    grid-row: 1;
  }

  .ss27-store-region + .ss27-store-region{
    margin-top: 24px;
  }

  .ss27-store-region__heading{
    margin-bottom: 10px;
    padding: 4px 0;
  }

  .ss27-store-region__heading::after{
    display: none;
  }

  .ss27-store-region__heading h3{
    flex: 1;
  }

  .ss27-store-region__heading h3 button{
    width: 100%;
    justify-content: space-between;
  }

  .ss27-store-grid{
    padding-top: 4px;
  }

  .ss27-ladies__visuals{
    padding: 0 0 52px 24px;
  }

  .ss27-ladies__heading h2 span{
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 374px) {
  .ss27-ladies__heading h2{
    font-size: 1.72rem;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 768px) {

  .ss27-cases-slider__track{
    gap: 20px;
  }

  .ss27-case-slide{
    flex-basis: calc((100% - 40px) / 2.65);
  }

  .ss27-price-visual{
    grid-template-columns: minmax(0, 1fr) 270px;
    align-items: stretch;
  }

  .ss27-price-visual figcaption{
    display: flex;
    padding: 26px;
    align-items: center;
    color: var(--ss27-royal-deep);
    font-size: 1rem;
  }

  .ss27-benefit__frame{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    column-gap: 36px;
    padding: 68px 42px 40px;
    text-align: left;
  }

  .ss27-benefit__content{
    grid-column: 1;
    grid-row: 1;
  }

  .ss27-benefit h2{
    font-size: clamp(2.35rem, 3.5vw, 3rem);
    line-height: 1.35;
  }

  .ss27-benefit__visual{
    grid-column: 2;
    grid-row: 1 / span 4;
    margin-top: 0;
    align-self: center;
  }

  .ss27-benefit__dates,
.ss27-benefit__note{
    grid-column: 1;
    margin-inline: 0;
  }

  .ss27-benefit__frame > .ss27-button{
    grid-column: 1;
    justify-self: start;
  }

  .ss27-ladies__grid{
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    grid-template-areas:
      "heading visual"
      "points visual"
      "cta visual";
    column-gap: clamp(38px, 5vw, 76px);
    align-items: center;
  }

  .ss27-ladies__heading{
    grid-area: heading;
  }

  .ss27-ladies__heading h2{
    font-size: clamp(2.5rem, 3.5vw, 3rem);
  }

  .ss27-ladies__visuals{
    grid-area: visual;
    padding: 0 0 64px 48px;
    align-self: center;
  }

  .ss27-ladies__visual--check{
    width: 40%;
    border-width: 7px;
    border-radius: 14px;
  }

  .ss27-ladies__points{
    grid-area: points;
  }

  .ss27-ladies__cta{
    grid-area: cta;
    justify-self: start;
  }

  .ss27-flow-list li{
    min-width: 0;
    min-height: 350px;
    padding: 0 16px 22px;
  }

  .ss27-flow-list__media{
    margin: 0 -16px 0;
    border-radius: 15px 15px 0 0;
  }

  .ss27-flow-list li:not(.ss27-flow-list__no-image) > span{
    margin: -31px auto 0;
  }

  .ss27-flow-list__no-image{
    padding-top: 24px;
  }

  .ss27-flow-list__no-image > span{
    margin: -54px auto 0;
  }

  .ss27-flow-list h3{
    margin-top: 20px;
  }

  .ss27-store-region__heading h3 i{
    display: none;
  }
}

/* 2026-09-03 second suit special */
.ss27-second-suit{
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(36, 103, 216, 0.12) 0 120px, transparent 122px),
    linear-gradient(180deg, #f9fcff 0%, #edf6ff 100%);
}

.ss27-second-suit__card{
  position: relative;
  display: grid;
  grid-template-areas:
    "eyebrow"
    "condition"
    "title"
    "lead"
    "offer"
    "exclusion"
    "visual"
    "details"
    "notes"
    "cta";
  gap: 0;
  overflow: hidden;
  padding: 28px 18px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(36, 103, 216, 0.18);
  border-radius: 20px;
  box-shadow: 0 20px 54px rgba(22, 73, 139, 0.14);
}

.ss27-second-suit__card::before{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--ss27-royal), var(--ss27-gold), var(--ss27-royal));
  content: "";
}

.ss27-second-suit__eyebrow{
  grid-area: eyebrow;
  color: var(--ss27-royal);
  font-family: var(--ss27-sans);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.ss27-second-suit__condition{
  grid-area: condition;
  display: inline-flex;
  width: fit-content;
  margin-top: 15px !important;
  padding: 10px 22px 11px;
  flex-direction: column;
  align-items: center;
  color: #17315b;
  background: linear-gradient(135deg, #fff0b1, #f2bd4d);
  border-radius: 14px;
  box-shadow: 0 7px 18px rgba(122, 86, 13, 0.14);
  line-height: 1.35;
}

.ss27-second-suit__condition-lead{
  font-size: clamp(0.82rem, 3.8vw, 1rem);
  font-weight: 800;
}

.ss27-second-suit__condition-main{
  margin-top: 2px;
  font-size: clamp(1.25rem, 5.6vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.ss27-second-suit h2{
  grid-area: title;
  margin-top: 18px;
  color: var(--ss27-ink);
  font-family: var(--ss27-sans);
  font-size: clamp(1.85rem, 9vw, 2.65rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.35;
}

.ss27-second-suit h2 span{
  display: block;
  white-space: nowrap;
}

.ss27-second-suit__lead{
  grid-area: lead;
  margin-top: 13px !important;
  color: var(--ss27-royal-deep);
  font-size: clamp(1rem, 4.5vw, 1.16rem);
  font-weight: 800;
  line-height: 1.75;
}

.ss27-second-suit__visual{
  grid-area: visual;
  position: relative;
  height: clamp(250px, 82vw, 340px);
  margin: 22px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.18) 49%, transparent 68%),
    linear-gradient(145deg, #eaf2fb, #cbdced);
  border-radius: 16px;
}

.ss27-second-suit__visual::after{
  position: absolute;
  right: 12%;
  bottom: 7%;
  left: 12%;
  height: 20px;
  background: rgba(22, 52, 91, 0.2);
  border-radius: 50%;
  content: "";
  filter: blur(14px);
}

.ss27-second-suit__visual picture{
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.ss27-second-suit__visual img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 16px 16px rgba(16, 47, 86, 0.18));
}

.ss27-second-suit__offer{
  grid-area: offer;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(36, 103, 216, 0.16);
}

.ss27-second-suit__recommend{
  color: var(--ss27-royal);
  font-size: 0.82rem;
  font-weight: 900;
}

.ss27-second-suit__offer h3{
  margin-top: 5px;
  color: var(--ss27-ink);
  font-family: var(--ss27-sans);
  font-size: clamp(1.2rem, 5.2vw, 1.5rem);
  font-weight: 900;
  line-height: 1.45;
}

.ss27-second-suit__offer h3 span{
  display: inline-block;
}

.ss27-second-suit__regular{
  display: flex;
  margin-top: 13px !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
  color: var(--ss27-gray);
  font-size: 0.78rem;
}

.ss27-second-suit__regular span{
  font-weight: 800;
}

.ss27-second-suit__regular s{
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.ss27-second-suit__price{
  margin-top: 10px;
}

.ss27-second-suit__price > span{
  display: block;
  color: var(--ss27-royal-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.ss27-second-suit__price p{
  display: flex;
  margin-top: 4px !important;
  align-items: baseline;
  white-space: nowrap;
  line-height: 1;
}

.ss27-second-suit__price strong{
  margin-inline: 4px;
  color: var(--ss27-royal-deep);
  font-family: Arial, sans-serif;
  font-size: clamp(2.35rem, 10.8vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.ss27-second-suit__price b{
  color: var(--ss27-ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.ss27-second-suit__price small{
  display: block;
  margin-top: 5px;
  color: var(--ss27-gray);
  font-size: 0.78rem;
  font-weight: 700;
}

.ss27-second-suit__saving{
  width: fit-content;
  margin-top: 13px !important;
  padding: 7px 10px;
  color: #573d08;
  background: #fff6d9;
  border-left: 4px solid var(--ss27-gold);
  border-radius: 4px 8px 8px 4px;
  font-size: 0.78rem;
  font-weight: 700;
}

.ss27-second-suit__saving strong{
  margin-left: 5px;
  color: #453005;
  font-size: 1.08em;
  font-weight: 900;
}

.ss27-second-suit__exclusion{
  grid-area: exclusion;
  margin-top: 16px;
  padding: 13px 14px 14px;
  color: var(--ss27-ink);
  background: #edf3f8;
  border-left: 4px solid var(--ss27-royal-deep);
  border-radius: 4px 10px 10px 4px;
}

.ss27-second-suit__exclusion h3{
  margin: 0;
  font-family: var(--ss27-sans);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.5;
}

.ss27-second-suit__exclusion p{
  margin-top: 4px !important;
  color: #3f5265;
  font-size: 0.875rem;
  line-height: 1.7;
}

.ss27-second-suit__exclusion strong{
  color: var(--ss27-ink);
  font-weight: 900;
}

.ss27-second-suit__details{
  grid-area: details;
  margin-top: 22px;
}

.ss27-second-suit__details > p{
  color: #4d5b69;
  font-size: 1rem;
  line-height: 1.85;
}

.ss27-second-suit__details ul{
  display: flex;
  margin: 15px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.ss27-second-suit__details li{
  padding: 6px 12px;
  color: var(--ss27-royal-deep);
  background: #e8f2ff;
  border: 1px solid rgba(36, 103, 216, 0.17);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.ss27-second-suit__notes{
  grid-area: notes;
  margin: 19px 0 0;
  padding: 0;
  color: #66717d;
  font-size: 0.8125rem;
  line-height: 1.7;
  list-style: none;
}

.ss27-second-suit__cta{
  grid-area: cta;
  width: 100%;
  max-width: 440px;
  margin-top: 24px;
  justify-self: start;
}

.ss27-second-suit__cta-sp{
  display: none;
}

@media (max-width: 340px) {
  .ss27-second-suit__card{
    padding-inline: 14px;
  }

  .ss27-second-suit h2{
    font-size: 1.72rem;
  }

  .ss27-second-suit__condition{
    width: 100%;
    padding-inline: 10px;
  }

  .ss27-second-suit__condition-lead{
    font-size: 0.82rem;
  }

  .ss27-second-suit__condition-main{
    font-size: 1.25rem;
  }

  .ss27-second-suit__price strong{
    font-size: 2.18rem;
  }

  .ss27-second-suit__cta{
    padding-inline: 13px;
    font-size: 0.95rem;
  }
}

@media (max-width: 899px) {
  .ss27-second-suit__condition{
    width: calc(100% - 32px);
    margin-inline: 16px;
  }

  .ss27-second-suit__visual{
    margin-top: 20px;
  }

  .ss27-second-suit__cta-pc{
    display: none;
  }

  .ss27-second-suit__cta-sp{
    display: inline;
  }
}

@media (min-width: 900px) {
  .ss27-second-suit__card{
    grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.8fr);
    grid-template-areas:
      "eyebrow visual"
      "condition visual"
      "title visual"
      "lead visual"
      "offer visual"
      "exclusion visual"
      "details visual"
      "notes visual"
      "cta visual";
    column-gap: clamp(40px, 5vw, 70px);
    padding: clamp(40px, 4vw, 54px);
  }

  .ss27-second-suit h2{
    font-size: clamp(2.15rem, 3.2vw, 2.85rem);
  }

  .ss27-second-suit__condition-lead{
    font-size: 1rem;
  }

  .ss27-second-suit__condition-main{
    font-size: clamp(1.5rem, 2vw, 1.75rem);
  }

  .ss27-second-suit__visual{
    height: 100%;
    min-height: 650px;
    margin: 0;
  }

  .ss27-second-suit__offer{
    margin-top: 26px;
  }

  .ss27-second-suit__details{
    max-width: 630px;
  }

  .ss27-second-suit__cta{
    margin-top: 28px;
  }
}

.ss27-reveal{
  transition: opacity 0.58s ease, transform 0.58s ease;
  transition-delay: var(--ss27-reveal-delay, 0ms);
}

.js .ss27-reveal:not(.is-visible){
  opacity: 0;
  transform: translateY(20px);
}

.js .ss27-reveal.ss27-reveal--photo:not(.is-visible){
  transform: none;
}

.js .ss27-ladies__visual--check.ss27-reveal:not(.is-visible){
  transform: translateY(10px);
}

@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .js .ss27-reveal:not(.is-visible){
    opacity: 1;
    transform: none;
  }
}
