/* 基本定義 -------------------------------------------------------------- */
:root {
  --ce-red: #d11826;
  --ce-red-gradient: linear-gradient(180deg, #d52c41 0%, #d11826 100%);
  --ce-red-border: #ec9ba7;
  --ce-red-border-light: #efacb5;
  --ce-text: #161616;
  --ce-gray-bg: #f6f6f6;
  --ce-width: 1004px;
  --ce-font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --ce-font-serif: "Noto Serif JP", serif;
  --ce-font-display: "adidasFG", "Helvetica", "Arial", sans-serif;
  --ce-font-number-regular: "adineuePRO-Regular", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --ce-font-number-bold: "adineuePRO-Bold", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.l-container {
  width: 100%;
  max-width: none;
  padding: 0;
  text-align: left;
}
.crazy-energy,
.crazy-energy * {
  box-sizing: border-box;
}
.crazy-energy {
  width: 100%;
  overflow: hidden;
  color: var(--ce-text);
  background: #fff;
  font-family: var(--ce-font-sans);
  font-size: 14px;
  line-height: 1;
}
.crazy-energy h1,
.crazy-energy h2,
.crazy-energy h3 {
  padding: 0;
  background: transparent;
}
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
.crazy-energy img {
  display: block;
  max-width: 100%;
  height: auto;
}
.crazy-energy a {
  color: inherit;
  text-decoration: none;
}
.crazy-energy [hidden] {
  display: none !important;
}
.crazy-energy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.crazy-energy section[id] {
  scroll-margin-top: 20px;
}
.ce-nowrap {
  white-space: nowrap;
}

/* コンテンツ表示モーション --------------------------------------------- */
.crazy-energy.is-motion-ready .ce-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .65s cubic-bezier(.22, 1, .36, 1) var(--ce-reveal-delay, 0ms),
    transform .65s cubic-bezier(.22, 1, .36, 1) var(--ce-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.crazy-energy.is-motion-ready .ce-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

/* フローティングナビゲーション ----------------------------------------- */
.ce-floating-nav {
  position: fixed;
  bottom: 10px;
  left: 50%;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  align-items: center;
  width: min(1000px, calc(100vw - 80px));
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(17, 20, 24, .84);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity .35s ease, transform .35s ease;
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  backdrop-filter: blur(12px) saturate(120%);
}
.ce-floating-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.ce-floating-nav.is-campaign-hidden {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ce-floating-nav > p {
  display: none;
}
.ce-floating-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 38px;
  padding: 5px 10px;
  border-radius: 12px;
  color: rgba(255, 255, 255, .7);
  transition: color .2s ease, background-color .2s ease;
}
.ce-floating-nav a + a {
  margin-left: 0;
}
.ce-floating-nav a:hover,
.ce-floating-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .09);
  outline: none;
}
.ce-floating-nav a:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .85);
}
.ce-floating-nav a > span {
  display: none;
}
.ce-floating-nav a > b {
  min-width: 0;
  margin-left: 0;
  overflow: hidden;
  opacity: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  white-space: nowrap;
  text-overflow: clip;
}
.ce-floating-nav a.is-active {
  color: #fff;
  background: var(--ce-red);
}
.ce-floating-nav a.is-active > span {
  display: none;
}

@media screen and (max-width: 1200px) {
  .ce-floating-nav {
    width: min(1000px, calc(100vw - 64px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .crazy-energy.is-motion-ready .ce-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ce-floating-nav,
  .ce-floating-nav *,
  .ce-floating-nav *::before,
  .ce-floating-nav *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
.ce-section-title {
  margin-bottom: 45px;
  text-align: center;
}
.ce-section-title p {
  margin: 0;
  font-family: var(--ce-font-display);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.1;
}
.ce-section-title h2 {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
}

/* セクション大枠 -------------------------------------------------------- */
.ce-mantra,
.ce-product,
.ce-voices,
.ce-lineup,
.ce-shop-links {
  width: min(calc(100% - 80px), var(--ce-width));
  margin-right: auto;
  margin-left: auto;
}
.ce-mantra { padding: 120px 0 0; }
.crazy-energy.is-campaign-hidden .ce-mantra { padding-bottom: 120px; }
.ce-product { padding: 120px 0 80px; }
.ce-voices { padding: 0 0 120px; }
.ce-guide {
  padding: 120px 40px;
  background: var(--ce-red-gradient);
}
.ce-lineup { padding: 120px 0; }
.ce-shop-links { padding: 0 0 120px; }

/* ① マントラ ----------------------------------------------------------- */
.ce-hero {
  width: 100%;
  background: #071018;
}
.ce-hero img {
  width: 100%;
}
.ce-mantra {
  text-align: center;
}
.ce-mantra__eyebrow {
  margin: 0 0 30px;
  color: #d11826;
  background: var(--ce-red-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--ce-font-display);
  font-size: 88px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}
.ce-mantra h1 {
  margin: 0 0 40px;
  color: #d11826;
  background: var(--ce-red-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--ce-font-serif);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .36em;
  line-height: 1;
}
.ce-mantra > p:last-of-type {
  margin: 0 0 120px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.8;
}
.ce-movie {
  position: relative;
  display: block;
  width: 1000px;
  height: 563px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}
.ce-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ② 期間限定キャンペーン ----------------------------------------------- */
.ce-campaign {
  padding: 120px 40px;
  background: #fff;
}
.ce-campaign__inner {
  width: min(100%, var(--ce-width));
  margin: 0 auto;
}
.ce-campaign__header h2 {
  margin: 0 0 20px;
  font-family: var(--ce-font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .14em;
}
.ce-campaign__header p {
  margin: 0;
  font-family: var(--ce-font-display);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}
.ce-campaign__visual,
.ce-campaign__visual img {
  display: block;
  width: 100%;
}
.ce-campaign__visual {
  overflow: hidden;
  background: #070707;
}
.ce-campaign__offer {
  display: block;
  margin-top: 32px;
  padding: 0;
  border: 1px solid #dedede;
  color: #222;
  background: #fff;
}
.ce-campaign__offer-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 40px 30px;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.ce-campaign__winners {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 0;
  line-height: 1;
  white-space: nowrap;
}
.ce-campaign__winners-count {
  color: var(--ce-red);
  font-family: var(--ce-font-number-bold);
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 400;
  letter-spacing: .05em;
}
.ce-campaign__winners-count strong {
  font: 400 40px/1 var(--ce-font-number-bold);
}
.ce-campaign__winners-prefix,
.ce-campaign__winners-suffix {
  color: #222;
  font-family: var(--ce-font-sans);
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}
.ce-campaign__offer-lead h3 {
  margin: 0;
  color: #222;
  font-size: clamp(13px, 1.7vw, 17px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .035em;
  white-space: nowrap;
}
.ce-campaign__package {
  padding: 30px 40px 34px;
}
.ce-campaign__package-label {
  display: block;
  margin: 0 0 20px;
  padding-left: 0;
  border-left: 4px solid var(--ce-red);
  color: #222;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
}
.ce-campaign__package-label-inner {
  display: block;
  margin-left: 20px;
}
.ce-campaign__package-label small {
  display: inline-block;
  margin: 0 0 9px;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  background: var(--ce-red);
  font: 400 11px/1 var(--ce-font-number-bold);
  letter-spacing: .08em;
}
.ce-campaign__package-label-text {
  display: block;
}
.ce-campaign__package-items {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.ce-campaign__package-items > span {
  padding: 11px 12px;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  text-align: center;
}
.ce-campaign__package-items small {
  display: block;
  margin-top: 2px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
}
.ce-campaign__package-items b {
  color: var(--ce-red);
  font-size: 18px;
  font-weight: 700;
}
.ce-campaign__package > p:last-child {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
  text-wrap: pretty;
}
.ce-campaign__details {
  width: 100%;
  margin: 0 auto;
  padding: 32px 0 0;
  background: #fff;
}
.ce-campaign__details dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.65;
  text-align: left;
}
.ce-campaign__details dl > div {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 23px 24px;
  border: 1px solid #dedede;
  border-left: 3px solid var(--ce-red);
  background: #fff;
}
.ce-campaign__details dl > div:last-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  align-items: center;
}
.ce-campaign__details dt {
  margin: 0 0 10px;
  padding: 0;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}
.ce-campaign__details dl > div:last-child dt {
  margin-bottom: 0;
}
.ce-campaign__details dd {
  margin: 0;
  color: #222;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.ce-campaign__details dd strong {
  color: #111;
  font-size: 16px;
  font-weight: 700;
}
.ce-campaign__details dl > div:last-child dd {
  font-weight: 400;
}
.ce-campaign__range {
  display: inline-block;
  margin: 0 5px;
  color: #777;
  font-weight: 700;
}
.ce-campaign__period-status {
  display: none;
}
.ce-campaign__period-year-sp {
  display: none;
}
.ce-campaign__details dd .ce-campaign__price {
  display: inline-block;
  margin: 0 4px;
  color: var(--ce-red);
  font: 400 20px/1 var(--ce-font-number-bold);
  letter-spacing: .03em;
  vertical-align: -.04em;
  white-space: nowrap;
}
.ce-campaign__price small {
  margin-left: 2px;
  font-family: var(--ce-font-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  vertical-align: .08em;
}
.ce-campaign__minimum {
  font-weight: 400;
  white-space: nowrap;
}
.ce-campaign__note {
  margin: 0 0 15px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.6;
  text-align: center;
}
.ce-campaign__entry {
  margin-top: 26px;
  text-align: center;
}
.ce-campaign__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  padding: 0 50px;
  border: 0;
  color: #fff !important;
  background: #282828;
  box-shadow: inset 0 0 0 1px transparent;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.ce-campaign__button i {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .25s ease;
}
.ce-campaign__button:hover,
.ce-campaign__button:focus-visible {
  color: #222 !important;
  background: #fff;
  box-shadow: inset 0 0 0 1px #222;
  outline: none;
}
.ce-campaign__button:hover i,
.ce-campaign__button:focus-visible i {
  transform: translate(5px, -50%) rotate(45deg);
}
.ce-campaign__button:focus-visible {
  outline: 3px solid rgba(17, 17, 17, .18);
  outline-offset: 3px;
}
.ce-campaign__cautions {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
}
.ce-campaign__cautions h3 {
  margin: 0 0 18px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}
.ce-campaign__cautions ul {
  display: grid;
  gap: 7px;
}
.ce-campaign__cautions li {
  position: relative;
  padding-left: 1.4em;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .025em;
}
.ce-campaign__cautions li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ce-campaign__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 24px 0 0;
  padding: 16px 20px;
  background: #f5f5f5;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .03em;
}
.ce-campaign__contact span {
  font-weight: 700;
}
.ce-campaign__contact a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ce-campaign__contact a:hover,
.ce-campaign__contact a:focus-visible {
  color: var(--ce-red);
}

@media screen and (max-width: 900px) {
  .ce-campaign__details dl {
    grid-template-columns: 1fr;
  }
  .ce-campaign__details dl > div:last-child {
    grid-column: auto;
  }
}

/* ③ 河村選手のプロフィール -------------------------------------------- */
.ce-profile {
  color: #fff;
  background: #03111a url("../../../../../../img/usr/freepage/adidas/basketball/crazy-energy-japan/prof-yuki-pc.jpg") center center / cover no-repeat fixed;
}
.ce-profile__inner {
  width: min(calc(100% - 80px), var(--ce-width));
  margin: 0 auto;
  padding: 120px 0 40px;
}
.ce-profile__name {
  display: flex;
  align-items: flex-end;
  margin: 0 0 80px;
  font-family: var(--ce-font-serif);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
}
.ce-profile__name small {
  margin-left: 30px;
  font-family: var(--ce-font-serif);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  opacity: 1;
}
.ce-profile__lead {
  width: 800px;
  margin-bottom: 80px;
  font-family: var(--ce-font-serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 36px;
}
.ce-profile__lead p {
  margin: 0 0 30px;
}
.ce-profile__lead p:last-child {
  margin-bottom: 0;
}
.ce-profile__timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ce-profile__timeline li {
  margin-bottom: 80px;
}
.ce-profile__timeline h3 {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin: 0 0 40px;
  font-family: var(--ce-font-serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
}
.ce-profile__timeline time {
  flex: 0 0 auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.ce-profile__timeline h3 span::before {
  content: "｜";
  margin: 0;
}
.ce-profile__timeline p {
  width: 820px;
  margin: 0;
  font-family: var(--ce-font-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: .14em;
}
.ce-profile__timeline strong {
  font-weight: 500;
}

/* ④ CRAZY ENERGY JAPAN ----------------------------------------------- */
.ce-product .ce-section-title {
  margin-bottom: 0;
}
.ce-product .ce-section-title p {
  margin: 0 0 20px;
  font-size: 48px;
  letter-spacing: .08em;
  line-height: 1;
}
.ce-product .ce-section-title h2 {
  margin: 0 0 60px;
  font-family: var(--ce-font-sans);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
}
.ce-tech {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  justify-content: space-between;
  gap: 0;
}
.ce-tech li { text-align: center; }
.ce-tech img {
  width: 320px;
  height: 240px;
  margin-bottom: 20px;
  background: #292929;
  object-fit: cover;
}
.ce-tech h3 {
  margin: 0 0 20px;
  font-family: var(--ce-font-sans);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
}
.ce-tech p {
  margin: 0 0 60px;
  font-family: var(--ce-font-sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.33;
}
.ce-main-items {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  justify-content: center;
  gap: 40px;
  height: auto;
  margin-top: 0;
}
.ce-main-items article {
  width: 400px;
  text-align: center;
}
.ce-main-items article > a > img {
  width: 400px;
  height: 400px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  object-fit: contain;
}
.ce-main-items h3 {
  display: none;
}
.ce-main-items p {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 400px;
  height: 28px;
  margin: 0;
  padding: 0 10px;
  font-family: var(--ce-font-number-regular);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
}
.ce-main-items p span {
  margin: 0;
  font-family: var(--ce-font-number-regular);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
}
.ce-main-items p span small {
  margin-left: 3px;
  font-family: var(--ce-font-sans);
  font-size: 60%;
  font-weight: 500;
  letter-spacing: .04em;
}
.ce-main-items a > b {
  position: relative;
  display: block;
  width: 400px;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font-family: var(--ce-font-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: .08em;
  transition: color .25s ease, background-color .25s ease;
}
.ce-main-items a > b::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 14px;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 14px;
  transform: translateY(-50%);
  transition: transform .25s ease;
}
.ce-main-items a > b:hover {
  color: #fff;
  background: #000;
}
.ce-main-items a > b:hover::after {
  transform: translate(5px, -50%);
}
/* ⑤ 参加者コメント・バイヤーレポート --------------------------------- */
.ce-accordion {
  margin-top: 55px;
  border: 1px solid var(--ce-red-border);
  border-radius: 28px;
  overflow: hidden;
}
.ce-accordion:first-child {
  margin-top: 0;
}
.ce-accordion summary,
.ce-accordion__heading {
  position: relative;
  min-height: 152px;
  padding: 40px 70px 30px;
  color: var(--ce-red);
  font-family: var(--ce-font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
.ce-accordion__heading {
  cursor: default;
}
.ce-accordion summary::-webkit-details-marker { display: none; }
.ce-accordion summary > small,
.ce-accordion__heading > small {
  display: block;
  margin-bottom: 20px;
  font-family: var(--ce-font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: .14em;
}
.ce-accordion summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 30px;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  transform: translateY(-50%);
}
.ce-accordion[open] summary { border-bottom: 1px solid var(--ce-red-border); }
.ce-accordion[open] summary::after { content: "−"; }
.ce-accordion--report:not([open]) summary::after {
  display: none;
}
.ce-accordion__teaser {
  display: block;
  margin: 30px -70px -30px;
  padding: 30px 70px 25px;
  border-top: 1px solid var(--ce-red-border);
  color: var(--ce-text);
  font-family: var(--ce-font-sans);
  letter-spacing: .06em;
}
.ce-accordion__teaser-text {
  display: block;
  max-height: 48px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 30%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 30%, transparent 100%);
}
.ce-accordion__teaser b {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .08em;
}
.ce-accordion__teaser i {
  margin-left: 5px;
  font-style: normal;
}
.ce-accordion--report[open] .ce-accordion__teaser {
  display: none;
}
.ce-report {
  width: 820px;
  margin: 0 auto;
  padding: 60px 0 50px;
  text-align: left;
}
.ce-report p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .06em;
}
.ce-report__intro {
  padding: 25px 30px;
  border-left: 4px solid var(--ce-red);
  border-radius: 0 10px 10px 0;
  background: var(--ce-gray-bg);
}
.ce-report__intro small {
  display: block;
  margin-bottom: 10px;
  color: var(--ce-red);
  font-family: var(--ce-font-number-bold);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
}
.ce-report__intro p {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.ce-report__list {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}
.ce-report__list section {
  padding: 30px;
  border: 1px solid #ededed;
  border-radius: 12px;
  background: #fff;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, .045); */
}
.ce-report__list section > span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 14px;
  color: #fff;
  background: var(--ce-red);
  font-family: var(--ce-font-number-bold);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}
.ce-report__list h3 {
  margin: 15px 0 20px;
  color: var(--ce-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .12em;
}
.ce-report__list p + p {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ededed;
}
.ce-report__closing {
  margin: 30px 0 25px !important;
  color: var(--ce-red);
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  letter-spacing: .12em !important;
  text-align: center;
}
.ce-accordion__close {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #777;
  background: transparent;
  font-family: var(--ce-font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .06em;
  cursor: pointer;
}
.ce-accordion__close span {
  margin-left: 3px;
}

/* ⑥ シューズ選びのポイント ------------------------------------------- */
.ce-guide__panel {
  width: 1004px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 28px;
  background: #fff;
}
.ce-guide .ce-section-title {
  margin: 0 -60px 65px;
  padding: 0 60px 60px;
  border-bottom: 1px solid var(--ce-red-border);
}
.ce-guide .ce-section-title p {
  color: var(--ce-red);
  font-family: var(--ce-font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: .14em;
}
.ce-guide .ce-section-title h2 {
  margin-top: 5px;
  color: var(--ce-red);
  font-family: var(--ce-font-display);
  font-size: 48px;
  font-weight: 700;
}
.ce-guide__size {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: stretch;
  margin-top: 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ce-red-border-light);
  border-radius: 14px;
}
.ce-guide__size > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 15px;
  background: #fff3f5;
  text-align: center;
}
.ce-guide__size small {
  display: block;
  margin-bottom: 10px;
  color: var(--ce-red);
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .03em;
  white-space: nowrap;
}
.ce-guide__size strong {
  color: var(--ce-red);
  font-family: var(--ce-font-number-regular);
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  white-space: nowrap;
}
.ce-guide__size-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  letter-spacing: .025em;
}
.ce-guide__size-number {
  font-size: 40px;
}
.ce-guide__size-range {
  margin: 0 10px;
  font-size: 25px;
  line-height: 1;
  transform: translateY(-3px);
}
.ce-guide__size-unit {
  margin-left: 5px;
  font-size: 30px;
  letter-spacing: .04em;
}
.ce-guide__size p {
  align-self: center;
  margin: 0;
  padding: 25px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .06em;
}
.ce-guide__subhead {
  display: block;
  padding-left: 20px;
  border-left: 4px solid var(--ce-red);
}
.ce-guide__size + .ce-guide__subhead,
.ce-position + .ce-guide__subhead,
.ce-position + .ce-swipe-hint + .ce-guide__subhead {
  margin-top: 70px;
}
.ce-guide__subhead > small {
  display: inline-block;
  margin: 0 0 15px;
  padding: 5px 10px;
  border-radius: 16px;
  color: #fff;
  background: var(--ce-red);
  font: 400 12px/1 var(--ce-font-number-bold);
  letter-spacing: .06em;
}
.ce-guide__subhead h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: .12em;
}
.ce-guide__subhead p {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .06em;
}
.ce-position {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 40px;
  padding: 25px;
  border-radius: 18px;
  background: var(--ce-gray-bg);
}
.ce-position > div {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .045);
}
.ce-position small {
  display: block;
  margin-bottom: 15px;
  color: var(--ce-red);
  font: 700 14px/24px var(--ce-font-display);
  letter-spacing: .06em;
}
.ce-position b {
  display: block;
  min-height: 52px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: .04em;
}
.ce-position p {
  margin: 25px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .06em;
}
.ce-position ul {
  display: grid;
  gap: 0;
  margin-top: auto;
  padding-top: 20px;
}
.ce-position ul::before {
  content: "重視する機能";
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: var(--ce-red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}
.ce-position li {
  position: relative;
  min-height: 36px;
  padding: 10px 5px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: .06em;
}
.ce-position li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ce-red);
}
.ce-cuts {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
.ce-cuts > div {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--ce-red-border-light);
  border-radius: 13px;
}
.ce-cuts strong {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  color: #fff;
  background: var(--ce-red);
  font-family: var(--ce-font-display);
  font-size: 60px;
  line-height: 1;
  text-align: center;
}
.ce-cuts strong small {
  margin-bottom: 15px;
  font: 700 14px/24px var(--ce-font-sans);
  letter-spacing: .06em;
}
.ce-cuts p {
  align-self: center;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .06em;
}
.ce-cuts p b {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .12em;
  margin-bottom: 15px;
}
.ce-cut-recommend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding-left: 30px;
  border-left: 1px solid #ededed;
  color: #222;
  background: var(--ce-gray-bg);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .06em;
}
.ce-cut-recommend > b {
  display: block;
  margin: 0 0 10px;
  color: var(--ce-red);
  font: inherit;
  letter-spacing: inherit;
}
.ce-cut-recommend ul {
  display: grid;
  gap: 0;
}
.ce-cut-recommend li {
  position: relative;
  padding-left: 15px;
  font: inherit;
  letter-spacing: inherit;
}
.ce-cut-recommend li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ce-red);
}

/* ⑦ バスケットボールシューズ商品リスト ------------------------------- */
.ce-lineup .ce-section-title p {
  font-family: var(--ce-font-display);
  font-size: 48px;
  letter-spacing: .08em;
  line-height: 1;
}
.ce-lineup .ce-section-title {
  margin-bottom: 60px;
}
.ce-lineup .ce-section-title h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: .14em;
}
.ce-filter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 82px;
  margin-bottom: 60px;
  padding: 10px;
  overflow: hidden;
  border-radius: 41px;
  background: #eee;
}
.ce-filter button {
  padding: 0;
  border: 0;
  color: #777;
  background: transparent;
  font: 700 20px/25px var(--ce-font-sans);
  letter-spacing: .1em;
  cursor: pointer;
}
.ce-filter button.is-active {
  border-radius: 31px;
  color: #fff;
  background: var(--ce-red);
}
.ce-item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}
.ce-item-grid > li[hidden] { display: none; }
.ce-item-grid > li,
.ce-item-grid > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 504px;
}
.ce-item-grid img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #eee;
  object-fit: contain;
}
.ce-tags {
  display: flex;
  position: absolute;
  top: 340px;
  left: 0;
  flex-wrap: wrap;
  gap: 10px;
  height: auto;
  margin: 0 !important;
}
.ce-tags span {
  min-height: 27px;
  padding: 0 15px;
  border: 1px solid #777;
  font: 400 16px/26px var(--ce-font-number-regular);
  letter-spacing: .04em;
}
.ce-item-grid h3 {
  position: absolute;
  top: 377px;
  left: 0;
  height: auto;
  margin: 0;
  font-family: var(--ce-font-number-regular);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .04em;
}
.ce-item-grid a > p:not(.ce-tags) {
  position: absolute;
  top: 418px;
  left: 0;
  height: auto;
  margin: 0;
  font: 400 16px/26px var(--ce-font-number-regular);
  letter-spacing: .04em;
}
.ce-item-grid strong {
  display: block;
  position: absolute;
  top: 418px;
  right: 0;
  height: auto;
  margin: 0;
  font: 400 22px/26px var(--ce-font-number-regular);
  letter-spacing: .04em;
}
.ce-item-grid strong small { font-size: 60%; font-weight: 500; }
.ce-item-grid a > b {
  position: absolute;
  top: 464px;
  left: 0;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 25px;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--ce-red);
  font-family: var(--ce-font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: .08em;
  text-align: center;
}
.ce-item-grid a > b::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: .36em;
  height: .36em;
  border-top: .05em solid #fff;
  border-right: .05em solid #fff;
  font-size: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: right .3s ease;
}
.ce-item-grid a:hover > b::after {
  right: 15px;
}

.ce-shop-links h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
}
.ce-shop-links h2::before,
.ce-shop-links h2::after {
  content: "";
  width: 29px;
  height: 1px;
  background: #222;
}
.ce-shop-links h2::before { transform: rotate(45deg); }
.ce-shop-links h2::after { transform: rotate(-45deg); }
.ce-shop-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  color: #fff;
  background: #282828;
  box-shadow: inset 0 0 0 1px transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  transition: color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.ce-shop-links a:hover {
  color: #222;
  background: #fff;
  box-shadow: inset 0 0 0 1px #222;
}
.ce-shop-links a i {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .25s ease;
}
.ce-shop-links a:hover i {
  transform: translate(5px, -50%) rotate(45deg);
}
.ce-shop-links__stock {
  margin-bottom: 20px;
  background: #414141;
}
.ce-shop-links__stock:hover {
  color: #222;
  background: #fff;
}
.ce-shop-links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.ce-coming-soon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 193px;
  padding: 0 20px;
  border-top: 1px solid var(--ce-red-border);
  text-align: center;
}
.ce-coming-soon p {
  margin: 0 0 10px;
  color: var(--ce-red);
  font: 400 24px var(--ce-font-number-bold);
  letter-spacing: .08em;
}
.ce-coming-soon span {
  font-size: 13px;
  line-height: 1;
  letter-spacing: .08em;
}
.ce-swipe-hint {
  display: none;
}

/* SP指定 --------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  html,
  body,
  .wrapper,
  .l-container {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .crazy-energy {
    min-width: 0;
    font-size: 13px;
  }
  .ce-floating-nav {
    display: none;
  }
  .crazy-energy section[id] {
    scroll-margin-top: 0;
  }

  /* セクション大枠 */
  .ce-mantra,
  .ce-product,
  .ce-voices,
  .ce-lineup,
  .ce-shop-links {
    width: calc(100% - 40px);
  }
  .ce-mantra {
    padding: 70px 0 0;
  }
  .crazy-energy.is-campaign-hidden .ce-mantra {
    padding-bottom: 70px;
  }
  .ce-product {
    padding: 70px 0 60px;
  }
  .ce-voices {
    padding-bottom: 70px;
  }
  .ce-guide {
    padding: 60px 15px;
  }
  .ce-lineup {
    width: calc(100% - 30px);
    padding: 70px 0;
  }
  .ce-shop-links {
    padding-bottom: 70px;
  }

  /* ① マントラ */
  .ce-hero picture,
  .ce-hero img {
    display: block;
    width: 100%;
  }
  .ce-mantra__eyebrow {
    margin-bottom: 15px;
    font-size: clamp(24px, 9.5vw, 34px);
    letter-spacing: .06em;
  }
  .ce-mantra h1 {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: .24em;
  }
  .ce-mantra > p:last-of-type {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .08em;
  }
  .ce-movie {
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 563;
  }

  /* ② 期間限定キャンペーン */
  .ce-campaign {
    padding: 70px 0;
    background: #fff;
  }
  .ce-campaign__inner {
    width: 100%;
  }
  .ce-campaign__header {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .ce-campaign__header h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .1em;
  }
  .ce-campaign__header p {
    font-size: clamp(24px, 7.5vw, 34px);
    line-height: 1.2;
    letter-spacing: .02em;
  }
  .ce-campaign__visual {
    width: 100%;
  }
  .ce-campaign__offer {
    position: relative;
    margin-top: 22px;
    padding: 0;
    border: 0;
  }
  .ce-campaign__offer::before,
  .ce-campaign__offer::after,
  .ce-campaign__offer-lead::after {
    content: "";
    position: absolute;
    right: 20px;
    left: 20px;
    height: 1px;
    background: #dedede;
    pointer-events: none;
  }
  .ce-campaign__offer::before {
    top: 0;
  }
  .ce-campaign__offer::after {
    bottom: 0;
  }
  .ce-campaign__offer-lead {
    position: relative;
    padding: 26px 20px 24px;
    border-bottom: 0;
    text-align: center;
  }
  .ce-campaign__offer-lead::after {
    bottom: 0;
  }
  .ce-campaign__winners {
    display: block;
    margin-top: 11px;
    white-space: normal;
  }
  .ce-campaign__winners-prefix {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
  }
  .ce-campaign__winners-count {
    display: inline;
    font-size: 18px;
  }
  .ce-campaign__winners-count strong {
    font-size: 34px;
  }
  .ce-campaign__winners-suffix {
    display: inline;
    margin: 0;
    font-size: 13px;
  }
  .ce-campaign__offer-lead h3 {
    font-size: clamp(13px, 4vw, 15px);
    line-height: 1.65;
    letter-spacing: .035em;
    white-space: normal;
  }
  .ce-campaign__package {
    padding: 26px 20px 28px;
  }
  .ce-campaign__package-label {
    margin-bottom: 16px;
    padding-left: 0;
    border-left-width: 3px;
    font-size: 20px;
  }
  .ce-campaign__package-label-inner {
    margin-left: 14px;
  }
  .ce-campaign__package-label small {
    margin-bottom: 7px;
    padding: 4px 8px;
    font-size: 11px;
  }
  .ce-campaign__package-items {
    gap: 7px;
    margin-bottom: 14px;
  }
  .ce-campaign__package-items > span {
    padding: 12px 7px;
    font-size: 12px;
  }
  .ce-campaign__package-items small {
    font-size: 9px;
  }
  .ce-campaign__package-items b {
    font-size: 15px;
  }
  .ce-campaign__package > p:last-child {
    font-size: 11px;
    line-height: 1.75;
  }
  .ce-campaign__details {
    width: calc(100% - 40px);
    margin: 22px auto 0;
    padding: 0;
  }
  .ce-campaign__details dl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 0;
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 1.7;
  }
  .ce-campaign__details dl > div {
    display: block;
    min-height: 0;
    padding: 17px 18px;
  }
  .ce-campaign__details dl > div:last-child {
    grid-column: auto;
    display: block;
  }
  .ce-campaign__details dt,
  .ce-campaign__details dl > div:last-child dt {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .ce-campaign__details dd strong {
    font-size: 15px;
  }
  .ce-campaign__details dd .ce-campaign__price {
    margin: 0 3px;
    font-size: 18px;
  }
  .ce-campaign__price small {
    font-size: 60%;
  }
  .ce-campaign__range {
    margin: 0 2px;
  }
  .ce-campaign__application-period {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow-wrap: normal;
  }
  .ce-campaign__application-period > strong {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 8px 0;
    text-align: left;
  }
  .ce-campaign__application-period > strong:last-child {
    border-top: 1px solid #e8e8e8;
  }
  .ce-campaign__period-status {
    display: block;
    color: var(--ce-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-align: center;
  }
  .ce-campaign__application-period time {
    display: grid;
    grid-template-columns: 145px auto;
    gap: 8px;
    align-items: baseline;
    width: 100%;
    white-space: nowrap;
  }
  .ce-campaign__application-period .ce-campaign__range {
    display: none;
  }
  .ce-campaign__period-date,
  .ce-campaign__period-time {
    display: block;
  }
  .ce-campaign__period-year-sp {
    display: inline;
  }
  .ce-campaign__period-time {
    margin: 0;
    font-family: var(--ce-font-number-bold);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .03em;
  }
  .ce-campaign__note {
    margin: 0 0 14px;
    font-size: 12px;
  }
  .ce-campaign__entry {
    margin-top: 22px;
  }
  .ce-campaign__button {
    width: 100%;
    min-width: 0;
    min-height: 55px;
    height: auto;
    padding: 15px 35px 15px 15px;
    font-size: 13px;
    line-height: 1.5;
  }
  .ce-campaign__button i {
    right: 10px;
  }
  .ce-campaign__cautions {
    margin-top: 32px;
    padding-top: 24px;
  }
  .ce-campaign__cautions h3 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .ce-campaign__cautions ul {
    gap: 8px;
  }
  .ce-campaign__cautions li {
    font-size: 11px;
    line-height: 1.7;
  }
  .ce-campaign__contact {
    display: block;
    margin-top: 20px;
    padding: 15px;
    font-size: 11px;
  }
  .ce-campaign__contact span {
    display: block;
    margin-bottom: 5px;
  }
  .ce-campaign__contact a {
    overflow-wrap: anywhere;
  }

  /* ③ 河村選手のプロフィール */
  .ce-profile {
    position: relative;
    isolation: isolate;
    overflow: clip;
    clip-path: inset(0);
    background: #03111a;
  }
  .ce-profile::before {
    content: "";
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background:
      linear-gradient(rgba(3, 17, 26, .52), rgba(3, 17, 26, .78)),
      url("../../../../../../img/usr/freepage/adidas/basketball/crazy-energy-japan/prof-yuki-sp.jpg")
      center top / cover no-repeat;
    pointer-events: none;
  }
  .ce-profile__inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    padding: 60px 0 20px;
  }
  .ce-profile__name {
    margin-bottom: 35px;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 30px;
    letter-spacing: .16em;
  }
  .ce-profile__name small {
    margin-left: 15px;
    font-size: 14px;
    letter-spacing: .06em;
  }
  .ce-profile__lead {
    width: 100%;
    margin-bottom: 45px;
    padding: 0;
    border-left: 0;
    font-family: var(--ce-font-serif);
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: .05em;
  }
  .ce-profile__lead p {
    margin-bottom: 25px;
  }
  .ce-profile__timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .ce-profile__timeline li {
    position: relative;
    margin-bottom: 45px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .ce-profile__timeline li::before {
    content: none;
  }
  .ce-profile__timeline h3 {
    display: block;
    margin-bottom: 15px;
    font-family: var(--ce-font-serif);
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: .05em;
  }
  .ce-profile__timeline h3 span::before {
    content: none;
  }
  .ce-profile__timeline time {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    background: transparent;
    font-family: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
  }
  .ce-profile__timeline p {
    width: 100%;
    padding-left: 0;
    font-family: var(--ce-font-serif);
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: .05em;
  }

  /* ④ CRAZY ENERGY JAPAN */
  .ce-product .ce-section-title p {
    margin-bottom: 15px;
    font-size: clamp(24px, 7.5vw, 34px);
    letter-spacing: .06em;
  }
  .ce-product .ce-section-title h2 {
    margin-bottom: 45px;
    font-size: 16px;
    letter-spacing: .1em;
  }
  .ce-tech {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 300px);
    justify-content: start;
    gap: 15px;
    margin-right: -20px;
    padding: 0 20px 10px 0;
    overflow-x: auto;
    cursor: grab;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ce-tech::-webkit-scrollbar {
    display: none;
  }
  .ce-tech li {
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 12px;
    background: #fff;
    scroll-snap-align: start;
  }
  .ce-tech img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    aspect-ratio: 4 / 3;
  }
  .ce-tech h3 {
    margin: 0;
    padding: 20px 20px 10px;
    font-size: 18px;
    text-align: left;
  }
  .ce-tech p {
    min-height: 76px;
    margin-bottom: 0;
    padding: 0 20px 20px;
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
  }
  .ce-main-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 45px;
  }
  .ce-main-items article > a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .ce-main-items article,
  .ce-main-items article > a > img,
  .ce-main-items p,
  .ce-main-items a > b {
    width: 100%;
  }
  .ce-main-items article > a > img {
    height: auto;
    margin-bottom: 10px;
    aspect-ratio: 1;
  }
  .ce-main-items p {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
    height: auto;
    min-height: 28px;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
  }
  .ce-main-items p span {
    flex: 0 0 auto;
    font-size: 18px;
  }
  .ce-main-items a > b {
    height: auto;
    margin-top: 5px;
    padding: 7px 25px;
    font-size: 11px;
    line-height: 1.4;
  }
  .ce-main-items a > b::after {
    right: 15px;
    font-size: 16px;
  }

  /* ⑤ コメント・レポート */
  .ce-accordion {
    margin-top: 35px;
    border-radius: 18px;
  }
  .ce-accordion summary,
  .ce-accordion__heading {
    min-height: 125px;
    padding: 30px 20px 25px;
    font-size: clamp(21px, 6.5vw, 28px);
    letter-spacing: .06em;
  }
  .ce-accordion summary > small,
  .ce-accordion__heading > small {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .1em;
  }
  .ce-accordion__teaser {
    margin: 25px -20px -25px;
    padding: 25px 20px 20px;
  }
  .ce-accordion__teaser-text {
    max-height: 44px;
    font-size: 12px;
    line-height: 22px;
  }
  .ce-report {
    width: auto;
    margin: 0 15px;
    padding: 35px 0 40px;
  }
  .ce-report__intro,
  .ce-report__list section {
    padding: 20px;
  }
  .ce-report__intro p {
    font-size: 14px;
    line-height: 1.8;
  }
  .ce-report__list {
    gap: 15px;
    margin-top: 20px;
  }
  .ce-report__list h3 {
    margin: 15px 0;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: .08em;
  }
  .ce-report p {
    font-size: 13px;
    line-height: 1.9;
  }
  .ce-report__closing {
    margin: 25px 0 20px !important;
    font-size: 13px !important;
    line-height: 2 !important;
    letter-spacing: .08em !important;
  }
  .ce-coming-soon {
    min-height: 150px;
  }
  .ce-coming-soon p {
    font-size: 21px;
  }
  .ce-coming-soon span {
    font-size: 12px;
    letter-spacing: .04em;
  }

  /* ⑥ シューズ選び */
  .ce-guide__panel {
    width: 100%;
    padding: 35px 20px 30px;
    border-radius: 20px;
  }
  .ce-guide .ce-section-title {
    margin: 0 -20px 45px;
    padding: 0 15px 35px;
  }
  .ce-guide .ce-section-title p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .ce-guide .ce-section-title h2 {
    margin-top: 10px;
    font-size: clamp(23px, 7vw, 30px);
    line-height: 1;
  }
  .ce-guide__subhead {
    padding-left: 15px;
  }
  .ce-guide__subhead > small {
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .ce-guide__subhead h3 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .08em;
  }
  .ce-guide__subhead p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
  }
  .ce-guide__size {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .ce-guide__size > div {
    padding: 25px 15px 20px;
  }
  .ce-guide__size p {
    padding: 25px 20px;
    font-size: 13px;
    line-height: 1.9;
  }
  .ce-guide__size + .ce-guide__subhead,
  .ce-position + .ce-guide__subhead {
    margin-top: 55px;
  }
  .ce-position {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(70vw, 270px);
    justify-content: start;
    gap: 15px;
    margin-top: 30px;
    margin-right: -20px;
    padding: 15px 20px 15px 15px;
    overflow-x: auto;
    cursor: grab;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scroll-padding-left: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ce-position > div {
    padding: 25px 20px;
    scroll-snap-align: start;
  }
  .ce-position b {
    min-height: 0;
    font-size: 16px;
  }
  .ce-position p {
    margin-top: 20px;
    line-height: 1.8;
  }
  .ce-position ul {
    margin-top: 20px;
    padding-top: 0;
  }
  .ce-cuts {
    gap: 15px;
    margin-top: 30px;
  }
  .ce-cuts > div {
    display: flex;
    flex-direction: column;
  }
  .ce-cuts strong {
    width: calc(100% + 2px);
    min-height: 100px;
    margin: -1px -1px 0;
    padding: 20px;
    border-radius: 13px 13px 0 0;
    font-size: 38px;
  }
  .ce-cuts strong small {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .ce-cut-name {
    display: flex;
    gap: 10px;
    align-items: baseline;
    justify-content: center;
    white-space: nowrap;
  }
  .ce-cuts p {
    width: 100%;
    padding: 25px 20px 15px;
    background: #fff;
    font-size: 12px;
    line-height: 1.7;
  }
  .ce-cuts p b {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .ce-cut-recommend {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0 20px 20px;
    border-top: 0;
    border-left: 0;
    background: #fff;
    font-size: 12px;
  }
  .ce-cut-recommend > b {
    margin: 0;
    font-size: 11px;
    line-height: 1;
  }
  .ce-cut-recommend ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .ce-cut-recommend li {
    height: 20px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    background: #fff;
    font-size: 11px;
    line-height: 18px;
  }
  .ce-cut-recommend li::before {
    content: none;
  }

  /* ⑦ 商品一覧 */
  .ce-lineup .ce-section-title {
    margin-bottom: 35px;
  }
  .ce-lineup .ce-section-title p {
    font-size: clamp(23px, 7vw, 30px);
  }
  .ce-lineup .ce-section-title h2 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .ce-filter {
    height: 40px;
    margin-bottom: 35px;
    padding: 5px;
    border-radius: 28px;
  }
  .ce-filter button {
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: .04em;
  }
  .ce-filter button.is-active {
    border-radius: 23px;
  }
  .ce-item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 10px;
  }
  .ce-item-grid > li,
  .ce-item-grid > li > a {
    height: auto;
  }
  .ce-item-grid > li > a {
    display: flex;
    flex-direction: column;
  }
  .ce-item-grid img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .ce-tags {
    position: static;
    gap: 5px;
    height: auto;
    margin: 10px 0 0 !important;
  }
  .ce-tags span {
    min-height: 20px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 18px;
    white-space: nowrap;
  }
  .ce-item-grid h3 {
    position: static;
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .ce-item-grid a > p:not(.ce-tags) {
    position: static;
    height: auto;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
  }
  .ce-item-grid strong {
    position: static;
    height: auto;
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.3;
  }
  .ce-item-grid a > b {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 7px 25px;
    font-size: 11px;
    line-height: 1.4;
  }
  .ce-item-grid a > b::after {
    right: 15px;
    font-size: 16px;
  }
  .ce-item-grid a:hover > b::after {
    right: 10px;
  }

  /* 在庫・商品一覧導線 */
  .ce-shop-links h2 {
    display: none;
  }
  .ce-shop-links h2::before,
  .ce-shop-links h2::after {
    flex: 0 0 18px;
    width: 18px;
  }
  .ce-shop-links a {
    min-height: 55px;
    height: auto;
    padding: 15px 35px 15px 15px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  .ce-shop-links__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* SPの情報密度・改行最適化 */
  .crazy-energy h1,
  .crazy-energy h2,
  .crazy-energy h3,
  .crazy-energy p,
  .crazy-energy b {
    line-break: strict;
    overflow-wrap: break-word;
  }

  .ce-profile br,
  .ce-tech br,
  .ce-cuts br {
    display: none;
  }

  .ce-position + .ce-swipe-hint + .ce-guide__subhead {
    margin-top: 40px;
  }
  .ce-position::-webkit-scrollbar {
    display: none;
  }
  .ce-tech.is-dragging,
  .ce-position.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
  .ce-swipe-hint {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0 0;
    color: #737373;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
  }
  .ce-swipe-hint span {
    color: var(--ce-red);
    font-size: 16px;
  }
  .ce-tech + .ce-swipe-hint {
    margin-right: 0;
  }
}
