@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*responsive----------------------------------------------------*/
/*color*/
/*common*/
html, body {
  margin: 0;
  padding: 0;
  background: #FFF9DC;
  font-family: "Zen Maru Gothic", sans-serif, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Meiryo', sans-serif;
  color: #552C77; }

body {
  font-size: 1.8rem;
  line-height: 1.4; }

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal; }

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal; }

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal; }

.alignright {
  display: block;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media (max-width: 599px) {
    .alignright {
      float: none;
      margin-left: auto;
      margin-right: auto; } }

.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }
  @media (max-width: 599px) {
    .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto; } }

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 40px; }

.logo {
  max-width: 250px;
  width: 100%; }
  .logo img {
    width: 100%;
    height: auto; }
  @media (max-width: 599px) {
    .logo {
      max-width: 260px; } }

.pc {
  display: block; }
  @media (max-width: 1024px) {
    .pc {
      display: none; } }
  @media (max-width: 599px) {
    .pc {
      display: none; } }

.tab {
  display: block; }
  @media (max-width: 1024px) {
    .tab {
      display: block; } }
  @media (max-width: 599px) {
    .tab {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 1024px) {
    .sp {
      display: block; } }
  @media (max-width: 599px) {
    .sp {
      display: block; } }

.sp_only {
  display: none; }
  @media (max-width: 599px) {
    .sp_only {
      display: block; } }

.oracle-bg {
  background: #FFF9DC;
  padding: 40px 0;
  background-image: url(../images/bg-deco1.png), url(../images/bg-deco2.png), url(../images/bg-deco3.png), url(../images/bg-deco4.png);
  background-position: calc(50% - 2vw) 95px, calc(50% - 2vw) 70%, calc(50% + 39vw) 200px, calc(50% + 36vw) 85%;
  /* 右下 */
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 270px, 250px, 300px, 250px; }

.oracle-main {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

.oracle-card {
  display: flex;
  overflow: hidden;
  width: 1400px;
  max-width: 96vw; }

.oracle-card__img {
  flex: 0 0 44%;
  padding: 40px 0 40px 40px; }

.oracle-card__img img {
  border-radius: 16px;
  width: 100%;
  height: auto; }

.oracle-card__content {
  flex: 1;
  padding: 81px 48px 48px 6%;
  display: flex;
  flex-direction: column; }

/* ---- 猫耳ふきだし ---- */
.oracle-card__bubble {
  position: relative;
  align-items: center;
  background: #fff;
  border-radius: 76px;
  box-shadow: 8px 8px 0px 0 #B7AE77;
  font-size: clamp(18px, calc( -11.900166389351082px + 4.9916805324459235vw ), 48px);
  font-weight: bold;
  color: #6F1F68;
  padding: 14px 32px 14px 36px;
  margin-bottom: 44px;
  z-index: 1;
  overflow: visible;
  text-align: center; }

.oracle-card__bubble-ears {
  position: absolute;
  top: -38px;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  width: 100%;
  z-index: 2; }

.oracle-card__bubble-icon {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 70px; }
  .oracle-card__bubble-icon img {
    width: 100%; }

.ear {
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 40px solid #fff;
  border-radius: 0 0 0 0; }

.ear--left {
  position: absolute;
  left: calc(50% - 70px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.ear--right {
  position: absolute;
  right: calc(50% - 130px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.oracle-card__bubble-text {
  line-height: 1.2;
  display: inline-block;
  font-size: 1.0em;
  margin: 0; }

/* ---- 紫ラベル＋下三角 ---- */
.oracle-card__msgtag {
  position: relative;
  background: #6F1F68;
  color: #fff;
  border-radius: 22px;
  display: inline-block;
  padding: 4px 20px 6px 20px;
  font-size: clamp(1rem, calc( 0.6013311148086524rem + 1.0648918469217967vw ), 1.4rem);
  margin-bottom: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.oracle-card__msgtag-tail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #6F1F68;
  z-index: 1; }

/* ---- 本文ほか ---- */
.oracle-card__mainmsg {
  font-size: clamp(18px, calc( -7.913477537437608px + 4.326123128119801vw ), 44px);
  font-weight: bold;
  margin-bottom: 30px;
  color: #6F1F68;
  text-align: center; }

.oracle-card__readtitle {
  background: #AD7DAD;
  color: #fff;
  font-size: clamp(1rem, calc( 0.6013311148086524rem + 1.0648918469217967vw ), 1.4rem);
  border-radius: 14px 0 14px 0;
  padding: 0 20px 4px 18px;
  margin-bottom: 0;
  font-weight: bold;
  display: inline-block;
  width: fit-content; }

.oracle-card__readbody {
  background: #F8F8EC;
  border-radius: 28px;
  border: 7px solid #AD7DAD;
  color: #6F1F68;
  font-size: clamp(1rem, calc( 0.8006655574043262rem + 0.5324459234608984vw ), 1.2rem);
  line-height: 2.0; }

.oracle-card__text {
  padding: 14px 24px;
  background: url(../images/bg-mandala.png) center center no-repeat;
  background-size: 150px; }

.oracle-card__footer {
  text-align: center;
  color: #6F1F68;
  letter-spacing: 0.13em;
  font-size: 1.2rem;
  margin-top: auto;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif; }

/* --- SP（レスポンシブ） --- */
@media (max-width: 850px) {
  .oracle-main {
    padding: 0; }

  .oracle-card {
    flex-direction: column;
    border-radius: 20px;
    width: 96vw;
    max-width: 480px;
    margin: 12px auto; }

  .oracle-card__img {
    flex: 0;
    padding: 0 24px;
    border-radius: 20px 20px 0 0; }

  .oracle-card__content {
    padding: 32px 18px 24px 6%; }

  .oracle-card__bubble {
    font-size: 1.6rem;
    padding: 12px 16px 10px 22px;
    min-width: 210px; }

  .oracle-card__bubble-ears {
    top: -17px; }

  .ear--left {
    position: absolute;
    left: calc(50% - -60px); }

  .ear--right {
    position: absolute;
    right: calc(50% - -30px); }

  .ear {
    border-left-width: 14px;
    border-right-width: 14px;
    border-bottom-width: 22px;
    border-radius: 0 0 8px 8px; }

  .oracle-card__msgtag {
    font-size: 1.0rem;
    padding: 2px 12px 4px 12px;
    margin-bottom: 12px; }

  .oracle-card__msgtag-tail {
    border-left-width: 9px;
    border-right-width: 9px;
    border-top-width: 10px;
    bottom: -10px; }

  .oracle-card__mainmsg {
    font-size: 1.6rem;
    margin-bottom: 18px; }

  .oracle-card__readtitle {
    font-size: 1.0rem;
    padding: 4px 12px 12px 12px;
    border-radius: 11px 11px 0 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.4; }

  .oracle-card__readbody {
    font-size: 1.0rem; }

  .oracle-card__bubble-icon {
    width: 40px;
    bottom: -5px; }

  .oracle-card__footer {
    font-size: 0.93rem; }

  .oracle-bg {
    padding: 40px 0;
    background-position: left 50%, left -12px bottom 22%, right 58%, right 12px bottom 5%;
    background-size: 200px, 200px, 200px, 200px; } }
/* --- SP（レスポンシブ） --- */
@media (max-width: 599px) {
  .oracle-bg {
    padding: 40px 0;
    background-position: left 43%, left -12px bottom 33%, right 51%, right -40px bottom 5%; } }
/* --- トップページ --- */
.oracle-section {
  text-align: center;
  width: 100%; }

.page-header.alignwide {
  margin-bottom: 32px; }

.page-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;
  justify-content: center;
  /* ←中央寄せに変更 */
  margin: 0 auto 40px auto;
  max-width: 1200px; }

.page-list__item {
  flex: 0 1 calc(20% - 20px);
  /* 5つ並ぶ */
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px; }

.page-list__item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  /* 角丸（お好みで） */
  margin-bottom: 12px;
  /* タイトルとの間隔 */
  object-fit: cover;
  max-width: 100%; }

.page-list__title {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.3;
  word-break: break-all; }

@media (max-width: 900px) {
  .page-list__item {
    flex-basis: calc(33.333% - 20px);
    /* 3列 */ } }
@media (max-width: 600px) {
  .page-list__item {
    flex-basis: calc(50% - 20px);
    /* 2列 */ } }
@media (max-width: 400px) {
  .page-list__item {
    flex-basis: 100%;
    /* 1列 */ } }
/* --- 404ページ --- */
.error-404 {
  margin-bottom: 100px; }
