@font-face {
  font-family: "NetmarbleL";
  src: url("/css/font/netmarbleL.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.b2-page {
  --b2-bg: #1f2024;
  --b2-bg-deep: #191a1d;
  --b2-text: #ffffff;
  --b2-soft: rgba(255, 255, 255, 0.78);
  --b2-faint: rgba(255, 255, 255, 0.58);
  --b2-line: rgba(255, 255, 255, 0.22);
  width: 100%;
  background: var(--b2-bg);
  color: var(--b2-text);
  font-family: sans-serif;
  overflow-x: clip;
}

.b2-page * {
  box-sizing: border-box;
}

.b2-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.b2-container--narrow {
  max-width: 780px;
}

.b2-hero {
  position: relative;
  min-height: clamp(500px, 62vw, 1148px);
  background: url("/img/sub/body/sub_02/01_top.jpg") center top / cover no-repeat;
}

.b2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 65%, rgba(0, 0, 0, 0.42) 100%);
}

.b2-hero__inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: clamp(48px, 8vw, 104px) 24px 24px;
}

.b2-hero__eyebrow {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(25px, 2.5vw, 58px);
  line-height: 1;
}

.b2-hero__title {
  margin: 12px 0 0;
  font-size: clamp(40px, 4.8vw, 74px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.b2-hero__desc {
  margin: 20px 0 0;
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.b2-section {
  padding: 92px 0;
}

.b2-section--dark {
  background: var(--b2-bg);
}

.b2-title {
  margin: 0;
  text-align: center;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.28;
  letter-spacing: -0.03em;
  font-weight: 300;
}

.b2-title strong {
  font-weight: 700;
}

.b2-copy {
  margin: 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.95;
  color: var(--b2-soft);
}

.b2-copy--center {
  text-align: center;
}

.b2-intro {
  padding-top: 78px;
}

.b2-intro__icons {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 54px);
}

.b2-intro__icon {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.b2-intro__icon img {
  display: block;
  margin: 0 auto;
  width: clamp(54px, 5vw, 74px);
  height: auto;
}

.b2-intro__icon p {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--b2-soft);
}

.b2-intro__note {
  margin-top: 34px;
}

.b2-correct {
  padding-top: 42px;
}

.b2-correct__list {
  margin-top: 32px;
  display: grid;
  gap: 25px;
  padding: 0;
}

.b2-correct__item {
  position: relative;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.b2-correct__num {
  position: absolute;
  left: 8px;
  top: 6px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.b2-correct__item img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.b2-correct__text {
  padding-right: 12px;
}

.b2-correct__text h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.b2-correct__text p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.2;
  color: var(--b2-faint);
}

.b2-area {
  padding-top: 72px;
}

.b2-area__grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.b2-area__card {
  text-align: center;
}

.b2-area__card img {
  display: block;
  width: 100%;
  border-radius: 26px;
  padding: 0 35px 0px 35px;
}

.b2-area__card h4 {
  margin: 14px 0 0;
  font-size: 24px;
  font-weight: 700;
}

.b2-area__card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--b2-faint);
}

.b2-target {
  padding-top: 70px;
}

.b2-target__row {
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 184px;
  gap: 26px;
  align-items: center;
}

.b2-target__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2-target__list li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 28px;
  font-size: 15px;
  font-weight: 300;  
  line-height: 1.6;
  color: var(--b2-soft);
}

.b2-target__list li strong{
  color: #fff;
  font-weight: 600;
}

.b2-target__list li::before {
  content: "☑";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 15px;
  color: #ffffff;
}

.b2-target__thumb {
  width: 184px;
  height: 184px;
  border-radius: 999px;
  overflow: hidden;
}

.b2-target__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b2-band {
  position: relative;
  padding: 90px 0;
}

.b2-band--texture {
  background:
    linear-gradient(0deg, rgba(24, 24, 24, 0.78), rgba(24, 24, 24, 0.78)),
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.09), transparent 26%),
    radial-gradient(circle at 82% 76%, rgba(255, 255, 255, 0.06), transparent 30%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.015) 0 3px, rgba(255, 255, 255, 0) 3px 7px),
    #222326;
}

.b2-band__copy {
  margin: 0;
  text-align: center;
  font-size: clamp(15px, 1.18vw, 19px);
  line-height: 2.05;
  color: var(--b2-soft);
}

.b2-band__copy strong {
  color: #ffffff;
}

.b2-special {
  padding-top: 74px;
}

.b2-special__title {
  margin: 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 400;
}

.b2-special__list {
  margin: 30px auto 0;
  padding: 0 155px;
  list-style: none;
  max-width: 760px;
}

.b2-special__list li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 18px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--b2-soft);
}

.b2-special__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 8px;
}

.b2-outro {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 90px 0 100px;
  background:url("/img/sub/signature_02/sig_11.jpg") center center / cover no-repeat;
}

.b2-outro__eyebrow {
  margin: 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 3vw, 30px);
}

.b2-outro__title {
  margin: 12px 0 0;
  text-align: center;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  letter-spacing: -0.03em;
}

.b2-outro__title strong {
  font-weight: 700;
}

@media (max-width: 900px) {
  .b2-correct__item {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .b2-correct__item img {
    height: 78px;
  }

  .b2-area__grid {
    gap: 16px;
  }
}

@media (max-width: 720px) {
  .b2-section,
  .b2-band {
    padding: 72px 0;
  }

  .b2-intro__icons {
    gap: 18px;
  }

  .b2-correct__item {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 8px;
  }

  .b2-correct__item img {
    height: 74px;
    aspect-ratio: auto;
  }

  .b2-correct__text {
    padding: 0 6px 0 0;
  }

  .b2-correct__num {
    width: 20px;
    height: 20px;
    font-size: 10px;
    left: 6px;
    top: 5px;
  }

  .b2-correct__text h4 {
    font-size: 13px;
    line-height: 1.35;
  }

  .b2-correct__text p {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.35;
  }

  .b2-area__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .b2-area__card img {
    padding: 0 10px;
    border-radius: 14px;
  }

  .b2-area__card h4 {
    margin-top: 8px;
    font-size: 18px;
  }

  .b2-area__card p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
    word-break: keep-all;
  }

  .b2-target__row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }

  .b2-special {
    padding-top: 52px;
  }

  .b2-special__title {
    font-size: clamp(28px, 7vw, 40px);
  }

  .b2-divider {
    height: 40px;
    margin: 10px auto 14px;
  }

  .b2-special__list {
    padding: 0 20px;
    margin-top: 18px;
    max-width: 100%;
  }

  .b2-special__list li {
    padding: 7px 0 7px 14px;
    font-size: 13px;
    line-height: 1.55;
    word-break: keep-all;
  }
}

.b2-divider {
  display: block;
  width: 1px;
  height: 52px;
  margin: 12px auto 18px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  color: transparent;
  overflow: hidden;
}

.b2-section-06{
  background: linear-gradient(0deg, rgba(10, 14, 10, 0.62), rgba(10, 14, 10, 0.62)),
    url("/img/sub/body/sub_02/sig_06_bg.jpg") center center / cover no-repeat,
    #151915;
  overflow-x: clip;
}


.b2-section-06-band{
  position: relative;
  padding: 52px 24px;
  overflow: visible;
}

.b2-section-06-band::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(0deg, rgba(10, 14, 10, 0.38), rgba(10, 14, 10, 0.38)),
    rgba(21, 25, 21, 0.12);
  z-index: 0;
}

.b2-section-06-band .b2-band__copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}
