/** Shopify CDN: Minification failed

Line 501:0 Unexpected "{"
Line 501:1 Expected identifier but found "%"
Line 1389:1 Expected identifier but found "."
Line 1437:0 Unexpected "{"
Line 1437:1 Expected identifier but found "%"

**/
/*----------------------------------------------------
  reset
-----------------------------------------------------*/
p {
}

.Article__Wrapper {
  margin-top: 75px;
  font-weight: 400;
  font-style: normal;
  max-width: 700px;
  background: transparent;
}
@media screen and (min-width: 1008px) {
  .Article__Wrapper {
    max-width: 900px;
  }
}

/*----------------------------------------------------
  Common / Utility
-----------------------------------------------------*/
.mb4 {
  margin-bottom: 3rem;
}

.text-center {
  text-align: center !important;
  font-size: 16px !important;

}

.shadow {
  -webkit-box-shadow: 0 0 5px #a5a5a5;
          box-shadow: 0 0 5px #a5a5a5;
}

.divider {
  width: 350px;
  margin: 1rem auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------------------*/
.lead {
  position: relative;
}
.lead__text {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: min(3vw, 4rem);
  padding: 0 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.intro {
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 0;
  }
}

.fortune-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .fortune-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fortune-link img {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fortune-link img {
    width: 100%;
  }
}
.fortune-link__text {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
  background-color: #fff3e8;
  background-image: -webkit-linear-gradient(28deg, #fff3e8 0%, #fbbb96 100%);
  background-image: linear-gradient(62deg, #fff3e8 0%, #fbbb96 100%);
}
@media screen and (max-width: 767px) {
  .fortune-link__text {
    font-size: 5vw;
    width: 100%;
    padding: 2rem 0;
  }
}

/*----------------------------------------------------
  Accordion Menu Box
-----------------------------------------------------*/
.accordion-box {
  background-color: #fef4fd;
}
.accordion-box img {
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-box__inner {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .accordion-box__inner {
    padding: 1rem;
  }
}

/*----------------------------------------------------
  Accordion Core
-----------------------------------------------------*/
.accordion-parent-item {
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #f8debd;
  -webkit-box-shadow: 0 0 5px #a5a5a5;
          box-shadow: 0 0 5px #a5a5a5;
}
.accordion-parent-item:not(:first-of-type) {
  margin-top: 2rem;
}
.accordion-parent-item:hover, .accordion-parent-item:active, .accordion-parent-item.is-active {
  background-color: #f8c9bd;
}
.accordion-parent-item__body {
  height: 0;
  padding: 0 2rem;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  -webkit-box-shadow: 0 0 5px #a5a5a5;
          box-shadow: 0 0 5px #a5a5a5;
}
@media screen and (max-width: 559px) {
  .accordion-parent-item__body {
    padding: 0 1rem;
  }
}
.accordion-parent-item__body.is-open {
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  opacity: 1;
  background-color: #fff3e5;
}

.accordion-parent-item__body .accordion-child-item {
  font-size: 1.5rem;
  display: block;
  line-height: 0;
  padding: 0 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  opacity: 0;
  background-color: #f8debd;
  -webkit-box-shadow: 0 0 5px #a5a5a5;
          box-shadow: 0 0 5px #a5a5a5;
}
@media screen and (max-width: 559px) {
  .accordion-parent-item__body .accordion-child-item {
    font-size: min(4vw, 1.5rem);
    padding: 0 0.5rem;
  }
}
.accordion-parent-item__body .accordion-child-item:not(:first-of-type) {
  margin-top: 2rem;
}
.accordion-parent-item__body.is-open .accordion-child-item {
  line-height: 1.5;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
.accordion-parent-item__body.is-open .accordion-child-item:hover, .accordion-parent-item__body.is-open .accordion-child-item:active, .accordion-parent-item__body.is-open .accordion-child-item.is-active {
  background-color: #f8c9bd;
}

.accordion-child-item__body {
  height: 0;
  margin: 0;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  opacity: 0;
}
.accordion-child-item__body span {
  display: block;
  text-align: center;
}
.accordion-child-item__body span a {
  display: inline-block;
}
.accordion-child-item__body span a img {
  max-width: 200px;
}
.accordion-child-item__body.is-open {
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  pointer-events: all;
  opacity: 1;
  background-color: #fff3e5;
}

.accordion-article-link {
  margin-top: 2rem;
  text-align: center;
}
.accordion-article-link a {
  max-width: 200px;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none !important;
  background-color: #f9e2c5;
  -webkit-box-shadow: 0 0 5px #a5a5a5;
          box-shadow: 0 0 5px #a5a5a5;
}
@media screen and (max-width: 559px) {
  .accordion-article-link a {
    font-size: min(3vw, 1rem);
  }
}

/*----------------------------------------------------
  Ranking
-----------------------------------------------------*/
.ranking {
  padding: 1.5rem;
  border: 1px solid #ae7b42;
}
.ranking__heading {
  font-size: 1.5rem;
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
}
.ranking__heading:before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  border-bottom: 8px solid #ffd4fb;
}

.ranking-list {
  position: relative;
  z-index: 0;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .ranking-list {
    margin-left: 0;
  }
}
.ranking-list__item {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-top: 8px;
}
.ranking-list__item:nth-child(1) {
  font-size: 1.5rem;
  text-decoration-color: #f9b821 !important;
}
.ranking-list__item:nth-child(1):before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("./tarotmedia-crown.svg");
}
.ranking-list__item:nth-child(2) {
  text-decoration-color: #bdccdb !important;
}
.ranking-list__item:nth-child(3) {
  text-decoration-color: #ae7b42 !important;
}
.ranking-list__crown {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -40px;
  width: 64px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .ranking-list__crown {
    left: -25px;
  }
}

/*----------------------------------------------------
  Search input
-----------------------------------------------------*/
.search-input {
  padding: 1rem;
  border: 1px solid #ebebeb;
  background-color: white;
}

/*----------------------------------------------------
  Card Article
-----------------------------------------------------*/
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 16px;
}
@media screen and (max-width: 559px) {
  .card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.card {
  position: relative;
  overflow: hidden;
  width: 31%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(111, 111, 111, 0.4274509804);
          box-shadow: 0 0 5px rgba(111, 111, 111, 0.4274509804);
}
@media screen and (max-width: 999px) {
  .card {
    width: calc(33.3333333333% - (16px * 0.6666));
  }
}
@media screen and (max-width: 767px) {
  .card {
    width: calc(50% - (16px * 0.5));
  }
}
@media screen and (max-width: 559px) {
  .card {
    width: 100%;
  }
}
.card__thumb-box {
  overflow: hidden;
}
.card img {
  width: 100%;
  height: 150px;
  margin: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .card img {
    height: 40vw;
  }
}
.card__body {
  height: 220px;
  max-height: 220px;
  background-color: #fef4fd;
}
.card__title-wrap {
  padding: 8px;
  background-color: #f2dbb3;
}
.card__title {
  font-size: 1rem;
  overflow: hidden;
  height: 42px;
  line-height: 1;
}
.card__detail {
  font-size: 1rem;
  margin: 0;
}
.card__text {
  line-height: 1.5;
  padding: 8px;
}
.card__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 80px;
}
@media screen and (max-width: 1199px) {
  .card__tag-list {
    padding-right: 50px;
  }
}
.card__tag-list .tag {
  margin-top: 12px;
}
.card:hover {
  color: text-palette(primary);
  background-color: ui-palette(primary);
}
.card:hover .card__thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card:hover .card__btn {
  background-color: ui-palette(primary, light);
}
.card__link {
  position: absolute;
  inset: 0;
  display: block;
}

{% if article.tags contains "tarot-accordion" %}

/* 追尾型目次ボタンのスタイル */
.toc-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

.toc-button img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.toc-button img:active {
    box-shadow: 0 0 20px 10px rgba(255, 182, 193, 0.7); /* ピンク色の光 */
    transform: scale(0.95);  /* 押されたときに少し縮小する効果 */
}

/* 目次ポップアップウィンドウのスタイル */
.toc-popup {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 300px;
    max-height: 50%;
    background-color: #ffe4e1; /* 薄いピンク色の背景 */
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    z-index: 1001;
    padding: 20px;
    transition: all 0.3s ease-in-out; /* アニメーション追加 */
}

.toc-popup-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.toc-popup-content li {
    margin: 10px 0;
}

.toc-popup-content li a {
    text-decoration: none;
    color: #d63384; /* ピンク色の文字 */
    font-size: 16px;
}

.toc-popup-content li a:hover {
    text-decoration: underline;
}

/* 閉じるボタンのスタイル */
.toc-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #d63384; /* ピンク色 */
    cursor: pointer;
    transition: color 0.2s;
}

.toc-close:hover {
    color: #000;
}

/* レスポンシブデザイン */
@media (max-width: 600px) {
    .toc-popup {
        width: 80%;
        right: 10%;
        bottom: 80px;
    }

    .toc-button img {
        width: 70px;
        height: 70px;
    }

    .toc-popup-content li a {
        font-size: 14px;
    }
}

/*目次スタイル*/
/* 全体のh3要素のマージンを調整 */
.Rte h3 {
    background-color: #FFF8E7; /* クリーム色の背景 */
    color: #333333; /* ダークグレーのテキストカラー */
    font-family: 'Playfair Display', serif; /* エレガントなセリフ体 */
    color: #DAA520; /* ゴールドカラー */
    font-size: 1.6em; /* 大きめのフォントサイズ */
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /* ほのかな影 */
}

/* 文中目次のスタイル */
.in-article-toc {
    background-color: #ffe4e1; /* 薄いピンク色 */
    border: 2px solid #d63384; /* ピンク色の枠線 */
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.in-article-toc .toc-title {
    font-size: 18px;
    color: #d63384; /* ピンク色の文字 */
    margin: 5px 0; /* 上下のマージンを狭く設定 */
    text-align: center; /* タイトルを中央揃えにする */
    position: relative;
    padding-left: 10px; /* 左側に少し余白を追加 */
    z-index: 1;
    background: linear-gradient(to right, #ffe4e1 0%, #ffe4e1 10%, transparent 10%); /* 左側に色を追加 */
}

.in-article-toc ul {
    list-style-type: decimal; /* 項目に番号を付ける */
    padding-left: 20px; /* リスト項目を少し右にオフセット */
    margin: 0;
    text-align: left; /* リスト項目を左揃えにする */
}

.in-article-toc li {
    margin: 8px 0;
}

.in-article-toc li a {
    text-decoration: none;
    color: #6f42c1; /* 控えめな紫色のリンク */
    font-size: 16px;
    padding: 5px 5px; /* 左右のパディングを調整 */
    border-radius: 8px;
    transition: color 0.3s ease; /* ホバー時の色の変更を滑らかに */
}

.in-article-toc li a:hover {
    color: #f8a5c2; /* ホバー時の文字色を薄ピンクに変更 */
    text-decoration: none;
}

/* リンクプレビュースタイル（共通） */
.blog-container .link-preview {
  display: block;
  border: 1px solid #FF69B4;
  background-color: #FFF0F5;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  width: 100%;
  padding: 0; /* ボックス全体のパディングをリセット */
}

/* 画像スタイル（共通） */
.blog-container .link-preview img {
  width: 100%; /* 横幅いっぱいに */
  height: auto; /* アスペクト比を維持 */
  max-width: 100%; /* ボックスの最大幅にフィット */
  border-radius: 5px 5px 0 0; /* 画像の上部角を丸くする */
  margin: 0; /* 余白をなくす */
}

/* コンテンツスタイル（共通） */
.blog-container .preview-content {
  padding: 10px;
}

.blog-container .preview-title {
  font-weight: bold;
  font-size: 1em; /* 文字サイズを小さく調整 */
  color: #333;
  margin: 0; /* タイトルの余白をなくす */
  text-align: left; /* タイトルを左揃え */
}

/* スマホに最適化 */
@media (max-width: 600px) {
  .blog-container .link-preview {
    padding: 0; /* パディングをなくす */
  }

  .blog-container .link-preview img {
    width: 100%; /* 画像を横幅いっぱいに */
    height: auto; /* アスペクト比を維持 */
    max-width: 100%; /* 画像の最大幅をボックスに合わせる */
  }

  .blog-container .preview-content {
    padding: 10px;
  }

  .blog-container .preview-title {
    text-align: center;
  }
}

/* PC用のスタイル */
@media (min-width: 601px) {
  .blog-container .link-preview {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃え */
    max-width: 800px; /* ボックスの最大幅 */
    margin: 20px auto; /* 中央揃え */
  }

  .blog-container .link-preview img {
    width: 100%; /* ボックスの幅いっぱいに画像を表示 */
    height: auto; /* 高さは画像のアスペクト比に合わせる */
    max-width: 800px; /* 画像の最大幅をボックスに合わせる */
    object-fit: contain; /* 画像を最大幅にフィット */
    border-radius: 5px 5px 0 0; /* 画像の上部角を丸くする */
    margin: 0 auto; /* 中央揃え */
  }

  .blog-container .preview-content {
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  .blog-container .preview-title {
    text-align: center;
  }
}

.summary-box {
    background-color: #f9f7f6; /* Light background color */
    border: 2px solid #ffd700; /* Golden border */
    padding: 20px; /* Space inside the box */
    margin: 20px 0; /* Space outside the box */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    font-size: 16px; /* Font size */
    color: #333; /* Text color */
    text-align: left; /* Center the text */
}

.summary-box p {
    margin: 0; /* Remove margins from paragraphs inside the box */
}

.article-featured-image img{
  margin-top: -20px;
  margin-bottom: 0;
}

/* 表を出力 */

.symbol-table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
    background-color: #fafafa;
}

.symbol-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    background-color: #fff;
    transition: background-color 0.3s;
}

.symbol-row:nth-child(even) {
    background-color: #f8f8ff; /* パステルブルー */
}

.symbol-row:hover {
    background-color: #f1f1ff; /* ホバー時に少し濃いパステルブルー */
}

.symbol-title {
    flex: 1 1 30%;
    font-weight: bold;
    padding-right: 10px;
    color: #5f6368;
    position: relative;
}

.symbol-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin-top: 5px;
}

.symbol-description {
    flex: 1 1 70%;
    color: #4a4a4a;
}

.symbol-title, .symbol-description {
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.3; /* 行間の調整 */
}

.symbol-row:last-child {
    border-bottom: none;
}

/* スマホ用のレスポンシブデザイン */
@media (max-width: 768px) {
    .symbol-row {
        display: block;
    }

    .symbol-title {
        flex: none;
        width: 100%;
        padding-right: 0;
    }

    .symbol-description {
        flex: none;
        width: 100%;
        padding-top: 5px;
    }
}

/* 共通スタイル */
.profile-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    max-width: 400px; /* コンパクトに */
    margin: 10px auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.profile-box_title {
    font-size: 14px; /* タイトルを小さく */
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.profile-box_image {
    margin-bottom: 10px;
}

.profile-box_image img {
    width: 80px; /* 画像を小さく */
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    margin-top: 0em;
    margin-bottom: 0em;
}

.profile-box_name {
    font-size: 14px; /* 名前もコンパクトに */
    margin-bottom: 10px;
    color: #555;
}

.profile-box p {
    font-size: 12px; /* テキストを小さく */
    color: #777;
    line-height: 1.4;
    margin: 0;
}

.snsbtniti {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between; /* 横に4つ並べる */
    gap: 5px;
}

.snsbtniti li {
    display: inline-block;
    flex: 1; /* 各アイコンが均等に並ぶように */
}

.flowbtn8 {
    font-size: 16px;
    color: #fff;
    width: 35px; /* アイコンを小さく */
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    margin: 0 auto; /* 各アイコンを中央に */
}

.fl_tw2 { background-color: #1da1f2; }
.fl_tw2:hover { background-color: #0d8ae5; }

.insta_btn2 { background-color: #e1306c; }
.insta_btn2:hover { background-color: #c82361; }

.fl_yu2 { background-color: #ff0000; }
.fl_yu2:hover { background-color: #e60000; }

.fl_li2 { background-color: #00c300; }
.fl_li2:hover { background-color: #00a600; }

/* レスポンシブ対応 */
@media (max-width: 480px) {
    .profile-box {
        padding: 8px;
    }

    .profile-box_title {
        font-size: 12px;
    }

    .profile-box_image img {
        width: 70px;
        height: 70px;
    }

    .profile-box_name {
        font-size: 12px;
    }

    .profile-box p {
        font-size: 11px;
    }

    .flowbtn8 {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

/* 画面幅1008px以上のスタイルもprofile-box内だけ打ち消し */
@media screen and (min-width: 1008px) {
    .profile-box .Rte img, 
    .profile-box .Rte .VideoWrapper, 
    .profile-box .Rte .Form {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
/* 上まで */


/* 共通スタイル */
.author-profile {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 20px;
    max-width: 800px;
    margin: 20px auto 50px auto;
    flex-direction: row;
}

.author-photo-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    transform: translateY(-10px);
}

.author-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
}

.author-ribbon {
    position: absolute;
    bottom: -10px;
    background-color: #444;
    color: #FFD700;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.author-info {
    flex: 1;
}

.author-title {
    font-family: 'Garamond', serif;
    font-size: 16px;
    color: #555;
    margin: 0 0 5px;
    font-weight: bold;
    letter-spacing: 1px;
}

.author-name {
    font-family: 'Baskerville', serif;
    font-size: 22px;
    color: #333;
    margin: 5px 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
}

.author-description {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin: 10px 0 15px;
}

.author-social {
    margin-top: 10px;
}

.social-icon {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.social-icon svg {
    fill: #777;
    width: 100%;
    height: 100%;
    transition: fill 0.3s;
}

.social-icon:hover svg {
    fill: #FFD700;
}

/* 監修者スタイル */
.supervisor-box {
    background-color: #f8f8f8;
}

.supervisor-box .author-ribbon {
    color: #FFD700;
}

/* ライタースタイル */
.writer-box {
    background-color: #f0f0ff;
}

.writer-box .writer-ribbon {
    background-color: #555;
    color: #ffffff;
}

/* スマホ用レスポンシブデザイン */
@media (max-width: 768px) {
    .author-profile {
        flex-direction: row;
        align-items: flex-start;
    }

    .author-photo-wrapper {
        margin-right: 15px;
        transform: translateY(-5px);
    }

    .author-photo {
        width: 80px;
        height: 80px;
    }

    .author-ribbon {
        bottom: -5px;
        font-size: 12px;
        padding: 4px 12px;
    }

    .author-title {
        font-size: 14px;
    }

    .author-name {
        font-size: 18px;
    }

    .author-description {
        font-size: 14px;
    }
}

/* ライタースタイル */
.writer-box {
    background-color: #f0f0ff; /* 薄いブルーの背景色 */
}

.writer-box .writer-ribbon {
    background-color: #555; /* ダークグレーのリボン */
    color: #ffffff; /* 白い文字 */
}

/* スマホ用レスポンシブデザイン */
@media (max-width: 768px) {
    .profile-box {
        flex-direction: row; /* 横並びを維持 */
        align-items: flex-start;
    }

    .profile-photo-wrapper {
        margin-right: 15px; /* 余白を少し減らす */
        transform: translateY(-5px); /* 画像を少し上に移動（スマホ用） */
    }

    .profile-photo {
        width: 80px;
        height: 80px;
    }

    .profile-ribbon {
        bottom: -5px;
        font-size: 12px;
        padding: 4px 12px;
    }

    .profile-title {
        font-size: 14px;
    }

    .profile-name {
        font-size: 18px;
    }

    .profile-description {
        font-size: 14px;
    }
}


/* tarotintroの全体スタイル */
/* 全体スタイル */
.tarot-intro {
    background-color: #FFF8E7; /* クリーム色の背景 */
    color: #333333; /* ダークグレーのテキストカラー */
    font-family: 'Playfair Display', serif; /* エレガントなセリフ体 */
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); /* 軽い影で浮き上がらせる */
    max-width: 800px; /* 最大幅を設定 */
    margin: 0 auto; /* 中央揃え */
    box-sizing: border-box; /* パディングを含めた幅計算 */
}

/* 見出し（h3）のスタイル */
.tarot-intro h3 {
    color: #DAA520; /* ゴールドカラー */
    font-family: 'Great Vibes', cursive; /* エレガントな手書き風フォント */
    font-size: 1.6em; /* 大きめのフォントサイズ */
    margin-top:0px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /* ほのかな影 */
}

.tarot-intro h2 {
    color: #DAA520; /* ゴールドカラー */
    font-family: 'Great Vibes', cursive; /* エレガントな手書き風フォント */
    font-size: 1.8em; /* 大きめのフォントサイズ */
    margin-top:0px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /* ほのかな影 */
}


/* 段落（p）のスタイル */
.tarot-intro p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* 強調テキストのスタイル */
.tarot-intro strong {
    color: #DAA520; /* ゴールドカラー */
    font-weight: bold;
}

/* リンクのスタイル */
.tarot-intro a {
    color: #FFB6C1; /* パステルピンクのリンク */
    text-decoration: underline;
    transition: color 0.3s ease;
}

.tarot-intro a:hover {
    color: #DAA520; /* ホバー時にゴールドに変化 */
}

/* モバイルデバイス向けの調整 */
@media (max-width: 768px) {
    .tarot-intro {
        padding: 15px 20px; /* モバイル用にパディングを調整 */
    }

    .tarot-intro h3 {
        font-size: 1.4em; /* 見出しを少し小さく */
    }

    .tarot-intro p {
        font-size: 0.9em; /* テキストを少し小さく */
    }
}

/*表の調整 */


.adventure-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background: linear-gradient(to bottom right, #fef6e4, #f7d9e8);
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.adventure-item {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fffaf0;
    border-radius: 15px;
    border: 1px solid #ffe4b5;
    position: relative;
    transition: transform 0.3s, background-color 0.3s;
}

.adventure-item:hover {
    background-color: #fffbf2;
    transform: translateY(-5px); /* ホバー時に少し浮かせる */
}

.adventure-title {
    font-family: 'Dancing Script', cursive; /* 高級感と可愛さを両立 */
    font-size: 22px;
    color: #c08c4e; /* ゴールドトーン */
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.adventure-description {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: center;
}

.adventure-item:before {
    content: "✿"; /* 可愛いアクセント */
    font-size: 24px;
    color: #e8b0d6;
    position: absolute;
    top: -12px;
    left: 15px;
}

.adventure-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .adventure-list {
        padding: 20px;
    }

    .adventure-item {
        padding: 15px;
    }

    .adventure-title {
        font-size: 20px;
    }

    .adventure-description {
        font-size: 14px;
    }
}

/*表の調整 */


/*リスト、下記 */
.grid-list {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #f7f3f7; /* 柔らかいグレー系の背景 */
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0; /* 洗練された淡いグレーの枠 */
}

.grid-list ul {
    list-style-type: none; /* デフォルトの箇条書きをオフにする */
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列のグリッド */
    gap: 15px; /* アイテム間の余白 */
}

.grid-list li {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #333;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd; /* 軽いグレーのボーダー */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, background-color 0.3s;
    position: relative;
}

.grid-list li:before {
    content: "◆"; /* シンプルなダイヤ型のマーク */
    font-size: 10px;
    margin-right: 8px;
    color: #a0a0a0;
}

.grid-list li:hover {
    background-color: #f0f0ff; /* ホバー時の柔らかい背景色 */
    transform: translateY(-3px); /* 少し浮かせる */
}

@media (max-width: 768px) {
    .grid-list ul {
        grid-template-columns: repeat(2, 1fr); /* スマホでは2列に */
    }
}

@media (max-width: 480px) {
    .grid-list ul {
        grid-template-columns: 1fr; /* スマホでは1列に */
    }
}

/*表の調整 */

..symbolic-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0; /* パディングを調整 */
}

.symbolic-list ul {
    list-style-type: none; /* デフォルトのリスト記号をオフ */
    padding: 0;
    margin: 0;
}

.symbolic-list li {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    color: #333; /* 視認性の高い濃いグレー */
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd; /* シンプルなグレーのボーダー */
    margin-bottom: 15px;
    position: relative; /* アイコンのために位置を調整 */
    transition: transform 0.3s, background-image 0.3s, color 0.3s;
}

.symbolic-list li:hover {
    background-image: linear-gradient(to right, #f7d9e8, #fef6e4); /* ホバー時のグラデーション */
    transform: translateY(-3px); /* 少し浮かせる */
    color: #c08c4e; /* ホバー時にゴールドトーンに */
}

.symbolic-list li:last-child {
    margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .symbolic-list li {
        font-size: 16px;
        padding: 15px;
    }
    
    .symbolic-list li:before {
        left: -20px; /* モバイル時にアイコンの位置を調整 */
    }
}



{% endif %}
