@charset "UTF-8";

/* ----------------------------------------
base
---------------------------------------- */
:root {
  --color-text: #4a4238;
  --color-primary: #915d75;
  --color-accent: #6d7987;
  --width-inner: 540px;
  --layout-break: 1141px;
}
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/* ブレークポイント (541px 以上): 23.04px;で固定 */
html {
  font-size: 4.2667vw;
}
@media (min-width: 541px) {
  html {
    font-size: 23.04px;
  }
}
body {
  background: #e6dbd8;
  color: var(--color-text);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  margin: auto;
  width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: inherit;
  transition: filter 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    filter: brightness(1.25);
  }
}
/* ----------------------------------------
Layout & Component Styles
---------------------------------------- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(../img/body_bg_pt.webp) repeat;
  mix-blend-mode: multiply;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main {
  width: 100%;
  max-width: var(--width-inner);
  margin: 0 auto;
  background-color: #f2eceb;
  min-height: 100vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}
.section {
  padding: 3rem 1rem;
}
.section__title {
  font-size: 1.5rem;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.section__content {
  font-size: 0.8rem;
  text-align: justify;
}
.side-nav {
  display: none;
}
.side-cta {
  display: none;
}
.btn-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 18.375rem;
  height: 3.75rem;
  background: linear-gradient(35deg, var(--color-primary), #b08482);
  border-radius: 1.875rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: filter 0.3s;
}
.btn-cta:hover {
  filter: brightness(1.25);
}
/* ----------------------------------------
Desktop Query (>= 1141px)
---------------------------------------- */
@media (min-width: 1141px) {
  /* --- Side Navigation --- */
  .side-nav {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50% + (var(--width-inner) / 2) + 70px);
    width: max-content;
    z-index: 5;
  }
  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .nav-list__item {
    font-size: 18px;
    line-height: 1.4;
  }
  .nav-list__link {
    display: block;
    color: var(--color-text);
    padding: 4px 0;
    position: relative;
    padding-left: 0;
    white-space: nowrap;
    transition:
      color 0.3s,
      font-weight 0.1s;
  }
  /* 現在位置（Active）のスタイル */
  .nav-list__link.is-active {
    color: var(--color-primary);
    font-weight: 500;
  }
  .nav-list__link:hover::before,
  .nav-list__link.is-active::before {
    content: "▶";
    margin-left: -1.5em;
    font-size: 0.75em;
    margin-right: 0.5em;
    color: var(--color-primary);
  }
  /* --- Side CTA --- */
  .side-cta {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% + (var(--width-inner) / 2) + 60px);
    width: max-content;
    z-index: 5;
  }
  .cta-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .btn-side {
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition:
      transform 0.3s,
      box-shadow 0.3s,
      filter 0.3s;
    height: 80px;
  }
  .btn-side:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  }
  .btn-side--primary {
    background-color: var(--color-primary);
    color: #fff;
  }
  .link-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    color: var(--color-text);
    text-decoration: underline;
    margin-top: 4px;
    white-space: nowrap;
  }
  .link-line::before {
    content: "";
    background: url(../img/ico_line.webp) no-repeat center / contain;
    width: 32px;
    height: 32px;
  }
}
/* ----------------------------------------
Section
---------------------------------------- */

/* --- fv Section --- */
.fv {
  position: relative;
  padding: 0;
  text-align: center;
  overflow: hidden;
  height: 42.25rem;
}
.fv__inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fv__inner-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.fv__site-title {
  position: absolute;
  top: 0.5rem;
  left: 0.96875rem;
  font-size: 0.9375rem;
  margin: 0;
  z-index: 2;
  color: var(--color-primary);
}
.fv__bubble {
  position: absolute;
  width: 9.75rem;
  top: 0.875rem;
  right: 0.875rem;
  height: auto;
  z-index: 2;
}
.fv__content {
  margin-top: 5.78125rem;
  position: relative;
  z-index: 1;
}
.fv__title {
  margin: 0 0 2.8125rem;
}
.fv__title-img {
  width: 23.5rem;
  margin-inline: auto;
}
.fv__decoration {
  width: 21.1875rem;
  height: auto;
  margin-bottom: 0.65625rem;
  margin-inline: auto;
}
.fv__lead {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 3.0625rem;
  color: var(--color-primary);
}
.fv__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.3125rem;
}
.fv__link {
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  font-weight: 500;
  display: inline-flex;
}
.fv__link::before {
  content: "";
  background: url(../img/ico_line.webp) no-repeat center / contain;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.25rem;
}
/* --- about Section --- */
.about {
  text-align: center;
  background: url(../img/about_bg.webp) no-repeat 0 0 / contain;
  height: 64.67rem;
  padding: 3.875rem 1rem 0;
}
.about__title {
  margin-bottom: 2.25rem;
  font-weight: 500;
}
.about__content {
  padding: 0 0.625rem;
}
.about__text {
  font-size: 0.875rem;
  line-height: 2;
  margin: 0;
}
/* --- feeleng Section --- */
.feeling {
  background: url(../img/feeling_bg.webp) no-repeat 0 0 / contain;
  padding: 3.71875rem 0 0;
}
.feeling__title {
  text-align: center;
  margin-bottom: 4.78125rem;
  font-weight: 500;
  color: #fff;
}
.feeling__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}
.feeling__item {
  position: relative;
}
.feeling__item--1 {
  left: -5.28125rem;
}
.feeling__item--2 {
  left: 5.5625rem;
  margin-top: 1.21875rem;
}
.feeling__item--3 {
  left: -4.15625rem;
  margin-top: 2.78125rem;
}
.feeling__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-accent);
  display: inline-block;
}
/* sign Section --- */
.sign {
  background: url(../img/sign_bg.webp) 0 0 / contain;
  height: 41.625rem;
  padding: 0.5625rem 0.5rem 0;
  margin-top: 10.21875rem;
}
.sign__title {
  margin-bottom: 1.6875rem;
  font-size: 1.3125rem;
  color: var(--color-accent);
  text-align: left;
}
.sign__content {
  padding: 0 0.625rem;
}
.sign__text {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}
.sign__text:last-child {
  margin-bottom: 0;
}
/* holistic Section --- */
.holistic {
  background-color: #f2ecec;
  padding: 1.875rem 1rem 2.65625rem;
}
.holistic__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.holistic__content {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2;
}
/* --- サロンに参加すると、起こりやすい変化 Section --- */
.change {
  background: url(../img/change_bg.webp) no-repeat 0 0 / contain;
  height: 133.6875rem;
  padding-top: 5.90625rem;
}
.change__title {
  margin-bottom: 1.875rem;
}
.change__list {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.change__item {
  padding-top: 4.6875rem;
}
.change__head {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-primary);
  margin: 0 0 1.5rem;
  line-height: 1.4;
}
.change__text {
  font-size: 0.8125rem;
  margin: 0;
}
.change__item--1 {
  padding-top: 4.6875rem;
}
.change__item--2 {
  padding-top: 6.34375rem;
  text-align: right;
}
.change__item--3 {
  padding-top: 5.71875rem;
}
.change__item--4 {
  padding-top: 4.53125rem;
  text-align: right;
}
.change__item--5 {
  padding-top: 5.84375rem;
}
.change__message {
  margin-top: 2.5rem;
  text-align: center;
  padding: 1.25rem 0.625rem;
}
.change__message-text {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 3.09375rem;
}
/* --- 参加者の声 Section --- */
.review {
  background-color: #f2eceb;
  padding-top: 2.75rem;
}
.review__title {
  margin-bottom: 1.875rem;
}
.review__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.review__item {
  width: 100%;
}
.review__head {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  margin-bottom: 0.0625rem;
  padding: 0px;
}
.review__item--reverse .review__head {
  flex-direction: row-reverse;
  text-align: right;
}
.review__icon {
  flex-shrink: 0;
  width: 5rem;
  height: 4.6875rem;
}
.review__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review__name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.125rem;
  line-height: 1.4;
  color: var(--color-primary);
}
.review__age {
  font-size: 0.75rem;
  margin: 0;
  color: #666;
}
.review__body {
  background-color: #fdfcf9;
  border-radius: 1rem;
  padding: 1.375rem 1.34375rem;
  position: relative;
}
.review__body::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.4375rem 0.4375rem 0.4375rem;
  border-color: transparent transparent #ffffff transparent;
}
.review__item:not(.review__item--reverse) .review__body::before {
  left: 2.375rem;
}
.review__item--reverse .review__body::before {
  right: 2.375rem;
}
.review__text {
  font-size: 0.75rem;
  line-height: 1.8;
  margin: 0;
}
.review__highlight {
  background-color: #fdfbcf;
  padding: 0.0625rem 0;
}
.review__note {
  margin-top: 1.25rem;
  padding-left: 0.3125rem;
}
.review__note p {
  font-size: 0.6875rem;
  margin: 0 0 0.125rem;
  color: #666;
}
/* --- 主催者メッセージ Section --- */
.message {
  background: linear-gradient(to bottom, #efe6e8, #e0cbd0);
  text-align: center;
  background: url(../img/message_bg.webp) no-repeat 0 0 / contain;
  padding: 3.1875rem 1rem 3rem;
  height: 87.46875rem;
}
.message__sub-title {
  font-size: 0.8125rem;
  margin: 0 0 1.0625rem;
  position: relative;
  display: inline-block;
  color: var(--color-primary);
}
.message__sub-title::before {
  position: absolute;
  top: -0.46875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.9375rem;
  height: 1px;
  background-color: currentColor;
}
.message__title {
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.message__founders {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin-bottom: 2rem;
  padding: 0 0.9375rem;
}
.message__founder {
  flex: 1;
}
.message__founder-img {
  width: 7.75rem;
  height: 7.75rem;
  margin: 0 auto 0.25rem;
  border-radius: 50%;
  border: 0.125rem solid #fff;
}
.message__founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message__founder-role {
  color: var(--color-primary);
  line-height: 1.4;
  font-size: 0.71875rem;
  letter-spacing: -0.05em;
}
.message__founder-name {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  color: var(--color-primary);
  line-height: 1.4;
}
.message__body {
  padding: 0 0.3125rem;
}
.message__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: -0.025em;
}
/* --- サロンでできること Section --- */
.what-we-do {
  text-align: center;
  background: url(../img/what-we-do_bg.webp) no-repeat 0 0 / contain;
  background-color: #faf7f2;
  padding-top: 3.1875rem;
  padding-bottom: 3.75rem;
}
.what-we-do__title {
  font-weight: 500;
  margin-bottom: 2.8125rem;
}
.what-we-do__style {
  margin-bottom: 2.71875rem;
}
.what-we-do__sub-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2.09375rem;
}
.what-we-do__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.what-we-do__lead span {
  color: var(--color-primary);
}
.what-we-do__circles {
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 3.8125rem;
  position: relative;
  height: 17.3125rem;
}
.what-we-do__circle {
  display: inline-block;
  justify-content: center;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #898074;
  position: absolute;
}
.what-we-do__circle--1 {
  left: 2.84375rem;
}
.what-we-do__circle--2 {
  right: 2.09375rem;
}
.what-we-do__circle--3 {
  left: 2.375rem;
  top: 9.65625rem;
}
.what-we-do__circle--4 {
  right: 3.03125rem;
  top: 9.65625rem;
}
.program-block {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 auto 2.65625rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.05);
}
.program-block:last-child {
  margin-bottom: 0px;
}
.program-block__header {
  background-color: #d8c1c5;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.3125rem 1rem;
}
.program-block__body {
  padding: 1.5625rem 0 1.5625rem;
}
.program-block__desc {
  font-size: 0.9375rem;
  margin-bottom: 1.15625rem;
  text-align: left;
  padding: 0 1.25rem;
}
.program-block__desc--zoom span {
  color: var(--color-primary);
}
.program-block__desc--meeting {
  color: var(--color-primary);
  text-align: center;
}
.program-block__desc--column {
  font-size: 0.875rem;
  color: var(--color-primary);
  padding: 0.15625rem 1.25rem 0;
  margin-bottom: 1.1875rem;
}
.program-block__img--zoom {
  width: 15.156rem;
  margin: auto;
}
.program-block__img--meeting {
  width: 12.188rem;
  margin: auto;
}
.program-block__img img {
  max-width: 100%;
  height: auto;
}
.program-list {
  text-align: left;
  margin: 2.34375rem 0 1.46875rem;
  display: flex;
  flex-direction: column;
  padding: 0 1.25rem;
}
.program-list__item {
  border-bottom: 0.0625rem dashed #dbc0c4;
  line-height: 1.7;
  padding: 1.25rem 0;
}
.program-list__item:first-child {
  border-top: 0.0625rem dashed #dbc0c4;
}
.program-list__title {
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0 0 1.15625rem;
  padding-left: 0.3125rem;
  color: var(--color-primary);
}
.program-list__text {
  font-size: 0.75rem;
  margin: 0;
}
.program-promo {
  border: 0.125rem dotted #d8c1c5;
  padding: 1.375rem 0.625rem;
  background-color: #f9f0f1;
  margin-top: 2.3125rem;
  max-width: 19.4375rem;
  margin-inline: auto;
  position: relative;
}
.program-promo__catch {
  position: absolute;
  top: -1.4375rem;
  width: 9.906rem;
  left: 50%;
  transform: translateX(-50%);
}
.program-promo__text {
  font-size: 0.8125rem;
  margin-bottom: 0.78125rem;
  font-weight: 500;
}
.program-promo__btn {
  display: inline-block;
}
/* --- 料金・期間 Section --- */
.price {
  background-color: #ffffff;
  padding-top: 2.125rem;
}
.price__title {
  color: var(--color-primary);
  margin-bottom: 2rem;
}
.price__table {
  border: 0.0625rem solid #ece7de;
}
.price__item {
  width: 100%;
}
.price__head {
  background-color: #ece7de;
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.6875rem;
}
.price__body {
  padding: 1.25rem 0.625rem;
  text-align: center;
}
.price__main {
  font-size: 0.875rem;
  margin: 0 0 1.40625rem;
  line-height: 1;
}
.price__num {
  font-size: 1.875rem;
  margin-right: 0.125rem;
  font-weight: 500;
}
.price__note {
  font-size: 0.875rem;
  margin: 0 0 -0.15625rem;
  color: #666;
}
.price__sub {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1;
}
.price__num--sm {
  font-size: 1.21875rem;
  margin-right: 0.125rem;
  font-weight: 500;
}
.price__text {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.6;
}
/* --- 参加までの流れ Section --- */
.flow {
  background-color: #ffffff;
  padding-left: 1.28125rem;
  padding-top: 1.59375rem;
}
.flow__title {
  margin-bottom: 1.5625rem;
}
.flow__list {
  display: flex;
  flex-direction: column;
}
.flow__item {
  position: relative;
  display: flex;
  gap: 1.1875rem;
  padding-bottom: 1.875rem;
}
.flow__item:last-child {
  padding-bottom: 0;
}
.flow__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5625rem;
  width: 0.15625rem;
  height: 100%;
  background-color: #dbc0c5;
  transform: translateX(-50%);
  z-index: 0;
}
.flow__item:last-child::before {
  display: none;
}
.flow__number {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #dbc0c5;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
.flow__body {
  padding-top: 0.25rem;
}
.flow__head {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-primary);
  margin: 0 0 0.3125rem;
  line-height: 1.4;
}
.flow__text {
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1.6;
}
/* --- 参加条件・注意事項 Section --- */
.rule {
  background-color: #ffffff;
  padding: 2em 1rem 4rem;
}
.rule__container {
  background-color: #f9f1f1;
  padding: 2.1875rem 1.5625rem 2.8125rem;
  position: relative;
}
.rule__container::before,
.rule__container::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../img/rule_corner.webp);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.rule__container::before {
  top: -0.46875rem;
  left: -0.46875rem;
}
.rule__container::after {
  bottom: -0.46875rem;
  right: -0.46875rem;
  transform: rotate(180deg);
}
/* --- 以下、中身のスタイル --- */
.rule__header {
  text-align: center;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
.rule__decoration-text {
  display: inline-block;
  width: 14.0625rem;
  margin-bottom: 1.40625rem;
}
.rule__title {
  display: block;
  margin-bottom: 1.9375rem;
  font-size: 1.25rem;
  background: url(../img/rule_bgttl.webp) no-repeat left 2.875rem bottom / contain;
  height: 2.8125rem;
  color: var(--color-text);
}
.rule__intro {
  margin-bottom: 1.5625rem;
  position: relative;
  z-index: 1;
}
.rule__text {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
}
.rule__content {
  position: relative;
  z-index: 1;
}
.rule__block {
  margin-bottom: 1.78125rem;
}
.rule__block:last-child {
  margin-bottom: 0;
}
.rule__sub-title {
  background-color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.71875rem;
  line-height: 1.4;
}
.rule__list {
  padding-left: 1.1875rem;
  list-style: disc;
  margin: 0 0 0.75rem;
}
.rule__item {
  font-size: 0.875rem;
  line-height: 1.8;
  text-indent: -1em;
}
.rule__item::before {
  content: "・";
}
.rule__note {
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
/* --- よくある質問 Section --- */
.faq {
  background-color: #dbc0c5;
  padding-bottom: 4.375rem;
}
.faq__header {
  text-align: center;
  margin-bottom: 1.25rem;
}
.faq__decoration {
  display: inline-block;
  width: 18.375rem;
  margin-bottom: 0.46875rem;
}
.faq__title {
  color: #ffffff;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.faq__item {
  background-color: #f8f2f4;
  border-radius: 1rem;
  padding: 1.25rem;
  width: 21.34375rem;
}
.faq__row {
  padding-left: 1.75rem;
  min-height: 1.4375rem;
  background-repeat: no-repeat;
  background-position: left 0.125rem;
  background-size: 1.25rem 1.25rem;
}
.faq__row--q {
  background-image: url(../img/Q.svg);
  margin-bottom: 1.25rem;
}
.faq__row--a {
  background-image: url(../img/A.svg);
}
.faq__row--q .faq__text {
  font-weight: 500;
  color: var(--color-primary);
}
.faq__text {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin: 0;
}
/* ‐‐‐ クロージング Section ‐‐‐ */
.closing {
  text-align: center;
  padding: 3.5rem 0.625rem 3.125rem;
  background: url(../img/closing_bg.webp) no-repeat 0 0 / contain;
  height: 26.53125rem;
}
.closing__title {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 2.3125rem;
  color: var(--color-primary);
}
.closing__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.34375rem;
}
.closing__link {
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  display: inline-flex;
}
.closing__link::before {
  content: "";
  background: url(../img/ico_line.webp) no-repeat center / contain;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.25rem;
}
/* ‐‐‐ 参加申込フォーム Section ‐‐‐ */
.entry {
  background: #fff;
}
.entry__title {
  margin-bottom: 1.875rem;
}
.form__container {
  font-size: 0.875rem;
  background: #f9f7f1;
  margin: auto;
  padding: 1.5rem 1rem;
}
.form {
  margin: 0 auto;
  max-width: 18.75rem;
}
.form__group {
  margin-bottom: 1.5rem;
}
.form__label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.form__required {
  color: red;
  margin-left: 0.125rem;
}
.form__note {
  font-size: 0.75rem;
  color: #888;
  margin-top: 0.125rem;
  margin-bottom: 0.25rem;
}
/* --- 入力フィールド共通 --- */
.form__input,
.form__select,
.form__textarea {
  width: 100%;
  padding: 0.4375rem;
  color: var(--color-text);
  border: 0.09375rem solid #ccc;
  border-radius: 0.5rem;
  box-sizing: border-box;
  line-height: 1.4;
  background-color: #fff;
  transition:
    border-color 0.2s,
    background-color 0.2s;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  outline: none;
  background-color: #f9f1f1;
  border-color: #dbc0c5;
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: #aaa;
}
.form__textarea {
  height: 6.25rem;
  resize: vertical;
}
/* --- セレクト（カスタム矢印） --- */
.form__select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23b08482%22%3E%3Cpath%20d%3D%22M7%2010l5%205%205-5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.375rem center;
  background-size: 0.875rem;
  padding-right: 1.25rem;
}
/* --- ラジオ・チェック グループ --- */
.form__radio-group,
.form__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.375rem;
}
.form__radio-label,
.form__checkbox-label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
}
/* inputを“消す”のではなく、カスタムUIの上に透明で置く */
.form__radio-input,
.form__checkbox-input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  opacity: 0.01;
  margin: 0;
  cursor: pointer;
  z-index: 1; /* カスタムUIより上に確実に配置 */
  /* iOS対策でクリックしやすく
  width: 1.25rem;
  height: 1.25rem;
  */
}
/* 見た目の枠 */
.form__custom-radio,
.form__custom-check {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #ccc;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  transition: 0.2s;
}
.form__custom-radio {
  border-radius: 50%;
}
.form__custom-check {
  border-radius: 0.125rem;
}
.form__radio-input:checked + .form__custom-radio,
.form__checkbox-input:checked + .form__custom-check {
  background-color: #dbc0c5;
  border-color: #dbc0c5;
}
.form__radio-input:checked + .form__custom-radio::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form__checkbox-input:checked + .form__custom-check::after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.125rem;
  width: 0.25rem;
  height: 0.4375rem;
  border: solid #fff;
  border-width: 0 0.09375rem 0.09375rem 0;
  transform: rotate(45deg);
}
/* フォーカス可視化 */
.form__radio-input:focus-visible + .form__custom-radio,
.form__checkbox-input:focus-visible + .form__custom-check {
  outline: 2px solid #dbc0c5;
  outline-offset: 2px;
}
/* --- 同意事項エリア --- */
.form__agreement {
  margin-top: 1.25rem;
  background-color: #ece7de;
  padding: 1.25rem 1rem;
  border-radius: 0.5rem;
}
.form__agreement-title {
  font-weight: 500;
  margin-bottom: 0.375rem;
  display: block;
}
.form__agreement-list {
  font-size: 0.8125rem;
  padding-left: 1.2em;
  margin: 0 0 1rem 0;
  color: #666;
  list-style-type: disc;
}
.form__agreement-list li {
  margin-bottom: 0.125rem;
  text-indent: -1em;
}
.form__agreement-list li::before {
  content: "・";
}
/* --- 送信エリア --- */
.form__submit-area {
  text-align: center;
  margin-top: 2.5rem;
}
.form__submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 18.375rem;
  height: 3.75rem;
  background-color: #d498a6;
  color: #fff;
  border: none;
  border-radius: 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: inset 0px -0.3125rem 0px 0px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .form__submit-button:hover {
    opacity: 0.7;
  }
}

/*reCAPTHA*/
.recaptcha {
  margin-top: 1.5rem;
}
.recaptcha__text {
  font-size: 0.6875rem;
  text-align: center;
}
.recaptcha__text a {
  text-decoration: underline;
  color: steelblue;
}
/* --- footer Section --- */
.footer {
  background: #f9f7f1;
  padding: 1rem;
  text-align: center;
  font-size: 0.625rem;
}
/* ----------------------------------------
animation

- .a-shimmer

▼スクロール連動（.js-animate付与で発火）
- .a-fadein
- .a-fadein-up
- .a-balloon

---------------------------------------- */
/*----- キラッ -----*/
.a-shimmer {
  position: relative;
  overflow: hidden;
}
.a-shimmer::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -10em;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #d4bdbd;
  animation: shimmer 3.5s ease-in-out infinite;
  z-index: 1;
}
@keyframes shimmer {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*----- フェードイン -----*/
.a-fadein {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.a-fadein.is-active {
  opacity: 1;
}
/*----- フェードインアップ -----*/
.a-fadein-up {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.a-fadein-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* 遅延用（任意） */
[data-delay="1"] {
  transition-delay: 0.3s;
}
[data-delay="2"] {
  transition-delay: 0.45s;
}
[data-delay="3"] {
  transition-delay: 0.6s;
}
