@charset "UTF-8";

/*	リセットCSS	*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
section {
  margin: 0;
}

/* Headings */
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Text-level semantics */
/* ============================================ */
/* Remove the gray background on active links in IE 10.*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* Replaced content */
/* ============================================ */
/* Prevent vertical alignment issues.*/
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

.mb-9 {
  margin-bottom: 1rem !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.l-container {
  background-color: var(--lp-color-background, #E1E9E1);
  padding: 0;
}

.max-w-content {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: 0 auto;
}

.max-w-content>ul {
  padding-left: 9px;
  padding-right: 9px;
  max-width: 1092px;
}

.sw-shell {
  width: 100%;
  padding: 0 12px;
  background: #DEE6E1;
  max-width: none;
}

.sw-page {
  --navy: #021039;
  --orange: #FF5100;
  --cream: #f5f1e6;
  --line: #d9d4c8;
  width: min(100%, 480px);
  margin: auto;
  padding-bottom: 10px !important;
  background: #fff;
}

.sw-footer {
  --navy: #021039;
  --orange: #FF5100;
  --cream: #f5f1e6;
  --line: #d9d4c8;
  width: min(100%, 480px);
  margin: auto;
  padding-bottom: 40px;
  background: #fff;
}

.sw-kv img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.sw-lead {
  padding: 58px 24px 46px;
  text-align: center;
  line-height: 2;
}

.sw-lead p {
  margin: 0;
  font-size: 0.9375rem;
}

.sw-kicker {
  margin-bottom: 10px !important;
  font-size: 1.25rem !important;
  font-weight: 800;
  letter-spacing: .06em;
}

.sw-kicker h2 {
  color: var(--orange) !important;
}

.sw-anchor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0 18px 70px;
}

.sw-anchor a {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 12px 8px;
  border: 1px solid var(--navy);
  background: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  transition: .25s;
}

.sw-anchor a:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px);
}

.sw-section {
  scroll-margin-top: 20px;
  margin: 0 auto 100px;
  width: 100%;
}

.sw-card {
  overflow: hidden;
  background: #fff;
}

.sw-banner {
  width: 100%;
  object-fit: contain;
}

.sw-copy {
  padding: 32px 20px 12px;
  text-align: center;
}

.sw-copy h2,
.sw-heading h2 {
  margin: 0 0 18px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: .04em;
}

.sw-copy>p,
.sw-intro {
  margin: 0 auto 18px;
  max-width: 720px;
  font-size: 0.9375rem !important;
  line-height: 1.9;
}

.sw-eyebrow,
.sw-heading p {
  margin: 0 0 8px !important;
  color: #45B3B0;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.sw-details {
  width: min(100%, 680px);
  margin: 26px auto;
  text-align: left;
}

.sw-details div {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-top: 1px solid var(--line);
  padding: 13px 0;
}

.sw-details div:last-child {
  border-bottom: 1px solid var(--line);
}

.sw-details dt {
  font-size: 0.875rem;
  font-weight: 800;
}

.sw-details dd {
  font-size: 0.875rem;
  margin: 0;
}

.sw-details small {
  color: #666;
  font-size: 0.75rem;
}

.sw-highlight {
  margin: 30px auto;
  padding: 22px;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  font-size: 1rem;
  line-height: 1.8;
}

.sw-highlight p {
  margin: 0;
}

.sw-highlight strong {
  color: #E0497C;
  font-size: 1.125rem;
}

.sw-period {
  font-size: 0.875rem !important;
  font-weight: 700;
}

.sw-button {
  display: block;
  width: min(100%, 480px);
  margin: 22px auto 0;
  padding: 16px 28px;
  border: 2px solid var(--navy);
  background: var(--navy);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  transition: .25s;
}

.sw-button:hover {
  opacity: .82;
  transform: translateY(-2px);
}

.sw-button--sub {
  margin-top: 10px;
  background: #fff;
  color: var(--navy);
}

.sw-accordion {
  margin: 28px auto;
  width: min(100%, 680px);
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  text-align: left;
}

.sw-accordion summary {
  position: relative;
  padding: 17px 46px 17px 14px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 800;
  list-style: none;
}

.sw-accordion summary::-webkit-details-marker {
  display: none;
}

.sw-accordion summary::after {
  content: "＋";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  font-weight: 400;
}

.sw-accordion[open] summary::after {
  content: "−";
}

.sw-accordion>div {
  padding: 0 14px 18px;
  color: #555;
  font-size: 0.7rem;
  line-height: 1.75;
}

.sw-accordion p {
  margin: 0 0 8px;
  font-size: 0.8rem;
}

.sw-text-link {
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: underline;
}

.sw-trend,
.sw-brand {
  text-align: center;
}

.sw-heading {
  margin-bottom: 20px;
}

.sw-intro {
  padding: 0 14px;
}

.sw-keywords {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 34px 10px 0px;
}

.sw-keywords a {
  grid-column: span 2;
  min-width: 0;
}

.sw-keywords a:nth-child(4) {
  grid-column: 2 / span 2;
}

.sw-keyword-img {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: #f3f3f3;
  transition: transform .25s ease;
}

.sw-keyword-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  will-change: opacity;
}

.sw-keyword-img img.is-active {
  opacity: 1;
}

.sw-keywords a:hover .sw-keyword-img {
  transform: scale(1.04);
}

.sw-keywords strong {
  display: block;
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.45;
}

.sw-campaigns {
  display: grid;
  gap: 90px;
}

.sw-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 620px);
  margin: 34px auto 0px;
  border-bottom: 2px solid var(--navy);
}

.sw-tabs button {
  padding: 15px;
  border: 0;
  background: #e4e3e8;
  color: #555;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: .08em;
  border-radius: 8px 8px 0 0;
}

.sw-tabs button.is-active {
  background: var(--navy);
  color: #fff;
}

.sw-tab-description {
  margin: 0 auto 22px;
  padding: 0 10px;
  color: #555;
  font-size: 0.8rem !important;
  line-height: 1.8;
  text-align: center;
}

.sw-tab-panel {
  display: none;
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 22px 10px 18px;
  border: 2px solid var(--navy);
  border-top: 0;
}

.sw-tab-panel.is-active {
  display: block;
}

/* Campaign tab groups */
.sw-campaign-group+.sw-campaign-group {
  margin-top: 38px;
}

.sw-campaign-heading {
  margin: 0 0 18px;
  color: #333;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .08em;
  text-align: center;
}

.sw-campaign-sale-button {
  width: min(calc(100% - 16px), 480px);
  margin-top: 38px;
  margin-bottom: 6px;
}

.sw-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 20px;
}

.sw-brand-grid a {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
}

.sw-brand-grid a>img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

/* バナー画像の読込エラー時も、画像正常時と同じ正方形領域を維持する */
.sw-brand-grid a>img.is-image-error {
  visibility: hidden;
}

/* エラー時の薄いグレーのバナー枠：バナー領域内だけに固定 */
.sw-brand-grid a.has-image-error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
  pointer-events: none;
}

/* エラー時のみ、正方形のバナー枠中央にブランド名をテキスト表示 */
.sw-brand-grid a.has-image-error::after {
  content: attr(data-error-title);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 16px;
  color: #333;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: center;
  overflow-wrap: anywhere;
  pointer-events: none;
}

/* ロゴ・期間は必ずバナー領域より下の通常フローに固定 */
.sw-brand-grid span,
.sw-brand-grid p {
  position: relative;
  z-index: 3;
  background: #fff;
}

.sw-brand-grid p {
  min-height: 1.5em;
  color: #ec6d36;
  font-size: 0.7rem !important;
  font-weight: 600;
}

.sw-brand-grid span {
  display: grid;
  place-items: center;
  height: 48px;
  padding: 8px;
  overflow: hidden;
}

.sw-brand-grid span img {
  display: block;
  max-width: 100%;
  max-height: 30px;
  width: auto;
}

/* バナー画像がエラーでも、ブランドロゴは通常どおり表示する。
   バナー枠は画像本来の正方形領域内だけに配置されるため、ロゴ・期間とは重ならない。 */
.sw-brand-grid a.has-image-error>span {
  visibility: visible;
}

/* Live Preview等でhiddenタブ内のIntersectionObserverが再発火しない場合の保険。
   画像エラー時のカードは、ロゴ・期間を含めて必ず表示する。 */
.sw-brand-grid a.has-image-error.js-reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* ロゴ画像単体の読込エラー時も、壊れた画像アイコン／alt文字を表示しない */
.sw-brand-grid span img.is-logo-error {
  visibility: hidden;
}

.sw-top {
  margin-top: 0;
}

/* ==========================================
   Last section / footer spacing
   「詳細はこちら」→「STRIPE CLUB TOP」と、
   「STRIPE CLUB TOP」→ページ最下部の余白を48pxで統一
========================================== */
#shop {
  margin-bottom: 0;
}

#shop .sw-copy {
  padding-bottom: 0;
}

.sw-page {
  padding-bottom: 0 !important;
}

.sw-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sw-footer .sw-copy {
  padding-top: 0;
  padding-bottom: 0;
}


/* ==========================================
   Review campaign
========================================== */

.sw-review-copy {
  padding-top: 28px;
}

.sw-review-kicker {
  margin: 0 0 8px !important;
  color: #45B3B0;
  font-size: 0.75rem !important;
  font-weight: 800;
  letter-spacing: .16em;
}

.sw-review-title {
  margin-bottom: 20px !important;
}

.sw-review-title strong {
  display: inline-block;
  margin: 5px 0 3px;
  color: #E0497C;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .01em;
}

.sw-review-benefit {
  width: min(100%, 360px);
  margin: 22px auto 20px;
  padding: 16px 14px;
  border-top: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  /*background: #f8f7f4;*/
}

.sw-review-benefit p {
  margin: 0;
  line-height: 1.65;
}

.sw-review-benefit p+p {
  margin-top: 4px;
  color: #555;
  font-size: 0.8125rem;
}

.sw-review-benefit strong {
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.sw-review-note {
  width: min(100%, 360px);
  margin: 0 auto 18px !important;
  color: #555;
  font-size: 0.8125rem !important;
  line-height: 1.75 !important;
}

.sw-review-copy .sw-period {
  margin-top: 18px !important;
}

/* ==========================================
   Scroll animation
========================================== */

/* FV only: fade in at the current position */
.js-fade {
  opacity: 0;
  transition: opacity 1.1s ease;
}

.js-fade.is-visible {
  opacity: 1;
}

/* Images / buttons / cards: slide + fade individually */
.js-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .85s ease, transform .9s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Text only: masked smooth rise ("文字がぬるりと現れる") */
.js-text-reveal,
.js-text-reveal .text-inn {
  display: block;
}

.js-text-reveal {
  overflow: hidden;
  opacity: 0;
}

.js-text-reveal .text-inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition:
    opacity 1.0s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.js-text-reveal.is-visible {
  opacity: 1;
}

.js-text-reveal.is-visible .text-inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* Stagger: 2-column items appear as a row pair */
.sw-anchor>.js-reveal:nth-child(1),
.sw-anchor>.js-reveal:nth-child(2),
.sw-brand-grid>.js-reveal:nth-child(1),
.sw-brand-grid>.js-reveal:nth-child(2) {
  transition-delay: 0s;
}

.sw-anchor>.js-reveal:nth-child(3),
.sw-anchor>.js-reveal:nth-child(4),
.sw-brand-grid>.js-reveal:nth-child(3),
.sw-brand-grid>.js-reveal:nth-child(4) {
  transition-delay: .12s;
}

.sw-anchor>.js-reveal:nth-child(5),
.sw-anchor>.js-reveal:nth-child(6),
.sw-brand-grid>.js-reveal:nth-child(5),
.sw-brand-grid>.js-reveal:nth-child(6) {
  transition-delay: .24s;
}

.sw-anchor>.js-reveal:nth-child(7),
.sw-anchor>.js-reveal:nth-child(8),
.sw-brand-grid>.js-reveal:nth-child(7),
.sw-brand-grid>.js-reveal:nth-child(8) {
  transition-delay: .36s;
}

.sw-brand-grid>.js-reveal:nth-child(9),
.sw-brand-grid>.js-reveal:nth-child(10) {
  transition-delay: .48s;
}

/* Keyword items: appear by row (1st row 3 items together, 2nd row 2 items together) */
.sw-keywords>.js-reveal:nth-child(1),
.sw-keywords>.js-reveal:nth-child(2),
.sw-keywords>.js-reveal:nth-child(3) {
  transition-delay: 0s;
}

.sw-keywords>.js-reveal:nth-child(4),
.sw-keywords>.js-reveal:nth-child(5) {
  transition-delay: .12s;
}

@media (max-width:767px) {

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sw-shell {
    padding: 0 8px;
  }

  .sw-page {
    max-width: 480px;
  }

  .sw-kv img {
    object-fit: contain;
  }

  .sw-lead {
    padding: 40px 22px 34px;
    line-height: 1.9;
  }

  .sw-lead p {
    font-size: 0.875rem;
  }

  .sw-kicker {
    font-size: 1.125rem !important;
  }

  .sw-anchor {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px 55px;
  }

  .sw-anchor a {
    min-height: 68px;
    font-size: 0.8125rem;
  }

  .sw-section {
    width: calc(100% - 0px);
    margin-bottom: 72px;
  }

  .sw-copy {
    padding: 26px 16px 8px;
  }

  .sw-copy h2,
  .sw-heading h2 {
    font-size: 1.25rem;
  }

  .sw-copy>p,
  .sw-intro {
    font-size: 0.875rem !important;
  }

  .sw-details div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .sw-details dt,
  .sw-details dd {
    font-size: 0.8125rem;
  }

  .sw-highlight {
    padding: 18px 8px;
    font-size: 0.9375rem;
  }

  .sw-highlight strong {
    font-size: 1.0625rem;
  }

  .sw-period {
    font-size: 0.8125rem !important;
  }

  .sw-keywords {
    gap: 18px 10px;
  }

  .sw-keywords a:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .sw-keyword-img {
    font-size: 0.8125rem;
  }

  .sw-keywords strong {
    font-size: 0.8125rem;
  }

  .sw-tabs button {
    font-size: 0.8125rem;
  }

  .sw-tab-description {
    font-size: 0.8125rem;
  }

  .sw-brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
  }

  .sw-brand-grid span {
    height: 42px;
    padding: 7px;
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  .js-reveal,
  .js-fade,
  .js-text-reveal,
  .js-text-reveal .text-inn {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .sw-keyword-img img {
    transition: none;
  }
}