body {
  margin: 0 auto;
  height: auto;
  position: relative;
  min-height: 100%;
  background-image: url(../img/item/bg-wht.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center center;
  color: var(--purple);
}

main {
  background: var(--white);
  color: var(--black);
  line-height: 1.7;
}

.sec_scroll-content {
  margin: 0 auto;
  max-width: 400px;
  border-left: 2px solid var(--white);
  border-right: 2px solid var(--white);
  box-shadow: 0 3px 10px 1px #8395a7;
}

/* ぱんくずリスト */
.breadcrumbs {
  color: #333;
  font-size: 13px;
  padding: 5px 15px;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs li a {
  display: flex;
  align-items: center;
  color: #333;
}

.breadcrumbs li::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  transform: rotate(45deg);
  margin: 0 9px 0 6px;
}

.breadcrumbs li:last-child::after {
  display: none;
}


/* 更新日 */
.date {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--raspberry);
  padding: 2px 0 0 15px;
}


h1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 2px 15px;
  border-bottom: 1px dashed var(--gold);
  margin: 0 0 10px;
  position: relative;
  color: var(--purple);
}

h1::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gold);
  position: absolute;
  bottom: -5px;
  left: 0;
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 2px 0;
  border-bottom: 1px solid var(--gold);
  margin: 25px 0 10px;
  position: relative;
  color: var(--purple);
}

h2::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -10px;
  background: url("../img/item/cmn_icon_dia.svg") no-repeat 0 0;

}

h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gold);
  position: absolute;
  bottom: -5px;
  left: 0;
}

h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 2px 0;
  border-bottom: 1px solid var(--gold);
  margin: 10px 0;
  position: relative;
  color: var(--purple);
}


h4 {
  position: absolutel;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 0 0 0 5px;
  margin: 0 0 7px 0;
  color: var(--purple);
}

h4::before {
  display: inline-block;
  content: url(../img/item/cmn_icon_sta.svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  right: 3px;
}

h5 {
  background: var(--purple-light);
  width: 100%;
  padding: 3px 7px;
  font-size: 1.4rem;
  margin: 10px 0 3px;
  color: var(--purple);
}

p.heading {
  margin: 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: var(--white);
  background-image: var(--gradient-ppl);
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 1px;
}

/* ボタン*/
.btn_cta a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  background: var(--gradient-status-call);
  border-radius: 100px;
  color: var(--white);
  border: solid 1px var(--white);
  outline: solid 1.5px var(--gold);
  padding: 10px 0;
  margin-top: 5px;
}

.btn_more a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 100px;
  border: solid 1px var(--raspberry);
  padding: 10px 0;
  margin: 15px 30px 20px;
}

/* LINE連携ボタン*/
.cta-line-btn {
  margin: 20px 0;
  text-align: center;
}

a.button-line {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
  user-select: none;
  padding: 15px 50px 20px;
  border-radius: 8px;
  display: inline-block;
  color: var(--white);
  text-decoration: none;
  z-index: 1;
  background: linear-gradient(to right, var(--line-green), var(--line-blue));
}

a.button-line::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 5%;
  height: 110%;
  width: 90%;
  opacity: 0.4;
  border-radius: 8px;
  z-index: -1;
  background: linear-gradient(to right, var(--line-green), var(--line-blue));
  filter: blur(6px);
}

.button-line span.icon_line::before {
  display: inline-block;
  content: url(../img/item/cmn_icon_line.svg);
  width: 22px;
  height: 22px;
  position: relative;
  top: 5px;
  right: 5px;
}

ul.list-ic {
  margin: 10px 0;
}

ul.list-ic li {
  padding: 0 0 0 3px;
  margin: 0 0 7px 0;
}

ul.list-ic li::before {
  display: inline-block;
  content: url("../img/item/cmn_icon_dia.svg");
  width: 7px;
  height: 7px;
  position: relative;
  top: -2px;
  right: 3px;
}

/* メインビジュアル */
.section__contents-body {
  padding: 10px 15px 20px;
  color: var(--black);
}

.section__contents-body p+p {
  margin-top: 10px;
}

.section__contents-body .highlights {
  background-image: linear-gradient(90deg, #fdeec8, #e6c0c2);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
  font-weight: 700;
}

/* .right-arrow-ppl {
  position: absolute;
} */

.right-arrow-ppl::before {
  display: inline-block;
  content: url(../img/item/cmn_right-arrow-ppl.svg);
  width: 8px;
  height: 8px;
  position: relative;
  top: 0;
  right: 0;
}

/* 関連記事 */
.section__media {
  padding: 10px 15px 20px;
  background: var(--purple-light);
}

.section__media ul li {
  border: 1px solid var(--purple);
  border-radius: 10px;
}

.section__media ul li+li {
  margin-top: 15px;
}

.section__media ul li a {
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 10px;
  text-decoration: none;
  padding: 0 7px 0 0;
}

.section__media .column__list-img {
  width: 80px;
  margin-right: 12px;
}

.section__media .column__list-img img {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.section__media .column__list-inner .column__list-date {
  color: var(--gray-dark);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.section__media .column__list-inner .tag_new {
  position: relative;
}

.section__media .column__list-inner .tag_new img {
  width: 28px;
  height: auto;
  position: absolute;
  top: 0;
  left: 5px;
}

.section__media .column__list-inner .column__list-title {
  color: var(--purple);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
}

/* おすすめ占い師 */
.section__recommend {
  padding: 10px 15px 20px;
}

.counselor-title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 0 0 0 5px;
  margin: 20px 0 7px 0;
  color: var(--purple);
  position: relative;
}

.counselor-title:before {
  display: inline-block;
  content: url(../img/item/cmn_icon_sta.svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  right: 3px;
}

.counselor-list {
  display: flex;
  gap: 0 14px;
  overflow-x: auto;
  margin-top: 0;
}

.counselor-list li {
  border: 1px var(--purple) solid;
  border-radius: 5px;
  text-align: center;
  max-width: 160px;
  padding: 0;
  background: var(--purple-light);
}

.counselor-list li a {
  color: #333;
  display: block;
  padding: 20px 22px 16px;
  text-decoration: none;
}

.list_prof_photo {
  position: relative;
  width: 120px;
  margin: 0 10px 0 0;
}

.flame_circle {
  position: absolute;
  top: 55%;
  left: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.list_photo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 0 -10px;
}

.counselor-list p.name {
  font-size: 16px;
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.5;
  text-align: center;
  font-family: var(--fa-mincho);
  color: var(--purple);
}

.counselor-list .category {
  color: #666;
  font-size: 12px;
  text-align: left;
  min-height: 39px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

.btn_profile {
  background: var(--gradient-status-call);
  border-radius: 100px;
  color: var(--white);
  border: solid 1px var(--white);
  outline: solid 1.5px var(--gold);
  padding: 3px 10px;
  font-size: 1rem;
  margin-top: 5px;
}

/* 目次 */
.mokuji {
  background: var(--purple-light);
  padding: 20px;
  border-radius: 10px;
  margin: 10px 15px;
}

.mokuji-catch-title {
  margin: 0;
  border-bottom: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--purple);
}

.mokuji-catch-title:before {
  display: inline-block;
  content: url(../img/item/cmn_icon_sta.svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  right: 3px;
}

.mokuji-list-title {
  margin-top: 15px;
  color: var(--purple);
  line-height: 1.8;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  margin-bottom: 5px;
  background: none;
  display: block;
  text-decoration: underline;
}

.mokuji-list-title:before {
  display: none;
}

.mokuji-wrap-list {
  margin-top: 0;
  border-top: 1px solid var(--gray);
}

a.mokuji-list-title:link,
a.mokuji-list-title:visited,
a.mokuji-list-title:hover,
a.mokuji-list-title:active {
  color: var(--purple);
}

.mokuji-list {
  padding-left: 30px;
  padding-bottom: 15px;
  margin-top: 0;
}

.mokuji-list li {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  padding: 0;
  color: var(--black);
  text-decoration: none;
}

.mokuji-list li:before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  top: 12px;
  left: -12px;
  background: #212121;
  border-radius: inherit;
}

.mokuji-list li a {
  color: var(--black);
  text-decoration: none;
}

h4+ul {
  margin-top: 10px;
}

/*  */
.single-post .section__contents-body .mokuji-catch-title a {
  margin: 0;
  border-bottom: 1px solid #E0E4ED;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 15px;
  color: #53597E;
  display: block;
}

.single-post .section__contents-body.mokuji-list-title {
  margin-top: 15px;
  color: #53597E;
  line-height: 1.8;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  margin-bottom: 5px;
  background: none;
  display: block;
}

.single-post .section__contents-body .mokuji-list {
  padding-left: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E4ED;
  margin-top: 0;
}

.single-post .section__contents-body .mokuji-list li {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  padding: 0;
}

.single-post .section__contents-body .mokuji-list li:before {
  content: "";
  width: 7px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  background: #212121;
  margin: auto;
  border-radius: inherit;
}

.cta-line-btn {
  margin: 40px 0 50px;
}

.voice-list {
  margin: 40px 0;
}

.single-post strong,
b {
  font-weight: bold;
}

.single strong,
b {
  font-weight: bold;
}

[id] {
  scroll-margin-top: 50px;
}

/* グラデーションアコーディオンボックス */
.accordion-box {
  position: relative;

}

.accordion-box label {
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: -1px;
  width: 100%;

  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 241, 246, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 241, 246, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(2242, 241, 246, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 241, 246, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 241, 246, 0.95) 90%);
  z-index: 1;
}

.accordion-box input:checked+label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
}

.accordion-box label::after {
  content: "続きをよむ";
  letter-spacing: 0.05em;
  line-height: 3rem;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: var(--white);
  background: var(--gradient-ppl);
  width: 10rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 1;
}

.accordion-box input {
  display: none;
}

.accordion-box .accordion-container {
  overflow: hidden;
  height: 400px;
  /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.accordion-box input:checked+label::after {
  content: "閉じる";
}

.accordion-box input:checked~.accordion-container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* 表 */
.article-creator-title {
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.article-creator-text {
  margin-top: 13px;
}

.article-table tr {
  border-bottom: 1px solid var(--white);
}

.article-table th {
  background: #765581;
  color: var(--white);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  width: 110px;
  vertical-align: middle;
  border-radius: 10px 0 0 10px;
}

.article-table td {
  background: var(--purple-light);
  color: #212121;
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 15px;
  font-weight: 400;
  border-radius: 0 10px 10px 0;
}

/* 口コミ */
.section__reviews {
  text-align: center;
}

.section__reviews h3.section__reviews-ttl {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--fa-mincho);
  background: linear-gradient(0deg, #b1895c 0%, #ddbb80 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
}

.section__reviews ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.section__reviews .section__reviews-comment {
  text-align: left;
}

.section__reviews .section__reviews-comment .title {
  margin: 5px 0;
  font-weight: 700;
  line-height: 1.4;
}

.bubble {
  position: relative;
  margin: 0px 0 0 20px;
  border: none;
  border-radius: 10px;
  background: var(--gray-mid);
  word-wrap: break-word;
  padding: 15px;
}

.bubble-half-left::after {
  border-top: 10px solid var(--gray-mid);
  border-left: 10px solid transparent;
}

.bubble-half-left::before {
  border-left: 12px solid transparent;
  border-top: 12px solid var(--gray-mid);
  margin-top: -1px;
}

.voice-user {
  text-align: right;
  color: var(--gray-black);
}

.voice-charge {
  border: 1px solid var(--purple);
  background: var(--white);
  border-radius: 10px;
  margin: 10px 0 0;
}

.voice-charge-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  outline: 2px solid var(--gold);
  border: 1px solid var(--white);
  background: #fff;
  border-radius: 50%;
}

.voice-catch {
  padding: 20px;
}

.voice-charge-img img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.voice-charge a {
  padding: 7px 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.voice-charge a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/item/cmn_right-arrow-ppl.svg);
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.voice-charge-prof {
  margin-left: 15px;
}

.voice-charge-prof-title {
  font-weight: 400;
  color: #212121;
  font-size: 1.2rem;
  line-height: 1.3;
}

.voice-charge-prof-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--purple);
  text-decoration: underline;
  font-family: var(--fa-mincho);
}

/* 記事監修者 */
.section__creator {
  background: var(--gray-mid);
  padding: 29px 15px 20px;
  line-height: 1.6;
}

.article-supervisor {
  background: var(--white);
  border-radius: 10px;
  border: 1px solid var(--gold);
  outline: solid 2px var(--gold);
  outline-offset: 2px;
  margin: 4px;
  padding: 15px;
}

.article-supervisor .list_prof_photo img {
  width: 95px;
  height: auto;
}

.article-supervisor .list_photo {
  width: 80px;
  height: 80px;
}

.article-supervisor .list_photo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.article-supervisor .flame_circle {
  left: 40px;
}

.article-supervisor-catch {
  gap: 0 20px;
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  margin: 10px 25px 20px;
}

.article-supervisor-text {
  margin-top: 17px;
  padding-top: 10px;
  border-top: 1px solid var(--gray-mid);
}

.article-supervisor-prof-name {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  font-family: var(--fa-mincho);
  color: var(--purple);
}

.article-supervisor-prof-url {
  color: #0b8aff;
  transition: all .3s;
  position: relative;
  padding-right: 5px;
  display: inline-block;
  text-decoration: none;
}

.article-supervisor-prof-url:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  margin: auto;
  width: 96%;
  height: 1px;
}

.article-supervisor-prof-url:after {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 3px solid var(--raspberry);
  border-right: 3px solid var(--raspberry);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.article-supervisor-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  font-family: var(--fa-mincho);
  color: var(--raspberry);
}


/* 記事制作者 */
.article-creator {
  margin: 20px auto 0;
  border: 2px solid var(--gray);
  border-radius: 10px;
  background: var(--white);
  padding: 15px;
}

.article-creator-catch {
  display: grid;
  grid-template-columns: 56px auto;
  align-items: center;
  gap: 0 12px;
}

.article-creator-img {
  border: 1px solid #D5DCEB;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.article-creator-sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.article-creator-title {
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.article-creator-text {
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid var(--gray-mid);
}

/* 記事一覧 */
.media-list ul {
  margin-top: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--gray-mid);
}

.media-list ul li+li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--gray-mid);
}

.media-list ul li a {
  display: flex;
  align-items: center;
  background: var(--white);
  text-decoration: none;
  padding: 0 15px;
}

.media-list .column__list-img {
  width: 80px;
  margin-right: 12px;
}

.media-list .column__list-img img {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: cover;
}

.media-list .column__list-inner .column__list-date {
  color: var(--gray-dark);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.media-list .column__list-inner .tag_new {
  position: relative;
}

.media-list .column__list-inner .tag_new img {
  width: 28px;
  height: auto;
  position: absolute;
  top: 0;
  left: 5px;
}

.media-list .column__list-inner .column__list-title {
  color: var(--purple);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 700;
}

.cta-title-pro {
  text-align: center;
}

.cta-title-pro span {
  margin-top: 0;
  font-size: inherit;
  background-image: linear-gradient(90deg, #fdeec8, #e6c0c2);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
  font-weight: 700;
  text-align: center;
}

.single p>img {
  width: 100%;
}



.text-link.right-arrow-ppl::before {
  right: 3px;
}

.counselor_list_photo img {
  height: 100px;
  object-fit: cover;
}

.mokuji {
  position: relative;
}

.mokuji .mokuji-toggle {
  display: none;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  color: #fff;
  background: var(--gradient-ppl);
  width: 100px;
  margin: 0 auto;
  border-radius: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

.mokuji .mokuji-block {
  list-style-type: none;
}

/* 背景色に合わせて調整 */
.mokuji {
  position: relative;
}

/* 3個目の下端をうっすらフェード（折りたたみ時のみ） */
.mokuji.is-collapsed>.mokuji-block:nth-of-type(3) {
  /* 3個目のコンテンツを下方向だけ薄くする */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0.2) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0.2) 100%);
}

/* コンテナ下部に全体のフェード被せ（トグル前に“続きがある感”を出す） */
.mokuji.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /* トグルボタンの高さに応じて調整（例：ボタン高+マージン） */
  bottom: 44px;
  height: 56px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--mokuji-bg) 70%);
}

/* 展開時はフェードを消す */
.mokuji.is-expanded::after {
  display: none;
}

.icon-list {
  position: relative;
}

.icon-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-left: 13px;
}

.icon-list li:before {
  content: "";
  position: absolute;
  background: url("../img//item/list-icon.svg") no-repeat center / cover;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
}