/* =========================================================
  LINE TOPICS (公式アカウント 友だち追加のご案内)
  - furusato.html / brand.css のトーンに合わせたページ固有スタイル
========================================================= */

.line-topic {
  color: #101828;
  background: #fff;
}

.line-topic .contents-wrap {
  box-sizing: border-box;
}

/* =========================================================
  shared
========================================================= */
.line-topic__dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin: 56px auto 0;
}

.line-topic__dots span {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #101828;
  opacity: 0.25;
}

/* =========================================================
  hero
========================================================= */
.line-topic-hero {
  padding: 24px 0 8px;
  text-align: center;
}

.line-topic-hero__kicker {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 3.3px;
  color: #101828;
  opacity: 0.5;
}

.line-topic-hero__line {
  width: 32px;
  height: 1px;
  margin: 16px auto 0;
  background: #101828;
}

.line-topic-hero__title {
  margin: 32px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -1px;
  color: #101828;
}

.line-topic-hero__date {
  margin: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101828;
  opacity: 0.55;
}

.line-topic-hero__lead {
  margin: 48px auto 0;
  max-width: 640px;
}

.line-topic-hero__lead p {
  margin: 0 0 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 15.2px;
  line-height: 36px;
  color: #101828;
  opacity: 0.8;
}

.line-topic-hero__lead p:last-child {
  margin-bottom: 0;
}

/* =========================================================
  section box (shared)
========================================================= */
.line-benefits__box,
.line-register__box {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 56px 56px;
  border: 1px solid #e4e7ec;
  box-sizing: border-box;
}

.line-benefits__heading,
.line-register__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 48px;
}

.line-benefits__line,
.line-register__line {
  flex: 1;
  height: 1px;
  background: #d0d5dd;
  min-width: 0;
}

.line-benefits__title,
.line-register__title {
  margin: 0;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #101828;
  white-space: nowrap;
}

/* =========================================================
  benefits
========================================================= */
.line-benefits {
  padding: 24px 0 16px;
}

.line-benefits__inner {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 48px 56px;
  align-items: center;
}

.line-benefits__phone {
  margin: 0;
  text-align: center;
}

.line-benefits__phone img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}

.line-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}

.line-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.line-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  color: #101828;
  opacity: 0.65;
}

.line-benefits__icon svg {
  display: block;
}

.line-benefits__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #101828;
}

/* =========================================================
  register
========================================================= */
.line-register {
  padding: 16px 0 8px;
}

.line-register__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 56px;
  align-items: start;
}

.line-register__qr {
  text-align: center;
}

.line-register__qr-img {
  margin: 0 auto 24px;
  width: 200px;
}

.line-register__qr-img img {
  display: block;
  width: 100%;
  height: auto;
}

.line-register__qr-note {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 2;
  color: #101828;
  opacity: 0.75;
}

.line-register__note-mark {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.85;
}

.line-register__actions {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.line-register__label {
  margin: 0 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #101828;
  opacity: 0.7;
}

.line-register__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  padding: 16px 32px;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
}

.line-register__button:hover {
  border-color: #06c755;
  background: #fafafa;
  opacity: 0.95;
}

.line-register__button-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.line-register__button-icon svg {
  display: block;
}

.line-register__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #06c755;
}

.line-register__button-note {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.6;
  color: #101828;
  opacity: 0.55;
}

.line-register__id-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 320px;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid #e4e7ec;
  box-sizing: border-box;
}

.line-register__id-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #101828;
}

.line-register__id-icon {
  display: flex;
  flex-shrink: 0;
  color: #98a2b3;
}

.line-register__id-icon svg {
  display: block;
}

/* =========================================================
  notice
========================================================= */
.line-notice {
  margin-top: 48px;
  padding: 32px 40px;
  background: #fafafa;
  border: 1px solid #e4e7ec;
  box-sizing: border-box;
}

.line-notice__title {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #101828;
}

.line-notice__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.line-notice__list li {
  position: relative;
  margin: 0 0 16px;
  padding-left: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 2;
  color: #101828;
  opacity: 0.85;
}

.line-notice__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.line-notice__list li:last-child {
  margin-bottom: 0;
}

/* =========================================================
  cta
========================================================= */
.line-topic-cta {
  padding: 56px 0 96px;
  text-align: center;
}

.line-topic-cta__btn {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: 18px 48px;
  box-sizing: border-box;
}

/* =========================================================
  responsive
========================================================= */
@media screen and (max-width: 1184px) {
  .line-benefits__inner {
    gap: 40px;
  }

  .line-benefits__box,
  .line-register__box {
    padding: 40px 40px 48px;
  }
}

@media screen and (max-width: 768px) {
  .line-topic-hero {
    padding: 16px 0 4px;
  }

  .line-topic-hero__title {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }

  .line-topic-hero__lead {
    margin-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .line-topic-hero__lead p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 30px;
  }

  .line-topic__dots {
    margin-top: 44px;
  }

  .line-benefits {
    padding-top: 8px;
  }

  .line-benefits__box,
  .line-register__box {
    padding: 32px 24px 40px;
  }

  .line-benefits__heading,
  .line-register__heading {
    gap: 16px;
    margin-bottom: 36px;
  }

  .line-benefits__title,
  .line-register__title {
    font-size: 13px;
  }

  .line-benefits__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .line-benefits__phone img {
    max-width: 220px;
  }

  .line-benefits__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 280px;
    margin: 0 auto;
  }

  .line-register__columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .line-register__qr-img {
    margin-left: auto;
    margin-right: auto;
  }

  .line-register__button,
  .line-register__id-box {
    max-width: 100%;
  }

  .line-notice {
    margin-top: 36px;
    padding: 28px 24px;
  }

  .line-notice__list li {
    font-size: 12px;
    line-height: 2.1;
  }

  .line-topic-cta {
    padding: 48px 0 72px;
  }

  .line-topic-cta__btn {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 480px) {
  .line-topic-hero__kicker {
    letter-spacing: 2.8px;
  }

  .line-topic-hero__title {
    font-size: 26px;
    line-height: 40px;
  }

  .line-topic-hero__date {
    font-size: 12px;
  }

  .line-topic-hero__lead p {
    font-size: 13px;
    line-height: 26px;
  }

  .line-benefits__box,
  .line-register__box {
    padding: 28px 20px 36px;
  }

  .line-benefits__grid {
    max-width: 100%;
  }

  .line-notice {
    padding: 24px 20px;
  }

  .line-topic-cta {
    padding-bottom: 64px;
  }
}
