  /*****************************/
  /*イベント共通レイアウト*/
  /***************************/
div#wrap.e20260912-b-wrap {
    background: #5f4c3f;
}
div#wrap.e20260912-b-wrap .contents {
    background: url(/wp-content/themes/manavi-2019/images/odekake/e20260912_b_bg.webp);
    background-size: cover;
    background-repeat: repeat-y;
}
section.event_quest_question .img {
    width: 80%;
    margin: 0 auto;
}
/*クエスト選択肢デザイン*/
section.event_sentakushi {
    padding-bottom: 5em;
}
.event_sentakushi .quiz-images {
      display: grid;
      gap: 20px;
      margin: 0 auto;
      width: 60%;
    }

.event_sentakushi .quiz-image {
      position: relative;
      cursor: pointer;
      transition: filter 0.3s, transform 0.2s;
    }

.event_sentakushi .quiz-image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

.event_sentakushi .grayscale {
      filter: grayscale(100%) brightness(50%);
    }

.event_sentakushi .selected {
      transform: scale(1.05);
    }
.event_sentakushi .modal h2 {
    width: 60%;
    margin: 0 auto;
}
.event_sentakushi .modal .img {
    width: 70%;
    margin: 1.5em auto 1em;
}
/*謎*/

.nazo {
    width: 90%;
    margin: 1em auto;
}
.waku {
    background: white;
    border: solid 1px;
    padding: 0 5px 14px;
    margin: 1em auto;
    width: 90%;
}
.waku h4 {
    background: black;
    color: white;
    width: fit-content;
    font-size: 13px;
    line-height: 18px;
    padding: 0 5px;
    position: relative;
    top: -10px;
}
.waku p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
/*よみがえりタブレット*/

.tablet_middle {
    background-image: url(/wp-content/themes/manavi-2019/images/odekake/e20260912_b_09.webp);
    background-size: contain;
}
.tablet_bottom {
    background-image: url(/wp-content/themes/manavi-2019/images/odekake/e20260912_b_10.webp);
    background-size: contain;
}
#nazotoki1_2 .tablet_bottom {
    background-image: url(/wp-content/themes/manavi-2019/images/odekake/e20260912_b_10.webp);
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 5em;
    background-position: bottom;
}
#nazotoki2_2 .tablet_bottom,#nazotoki3_2 .tablet_bottom {
    background-image: url(/wp-content/themes/manavi-2019/images/odekake/e20260912_b_10.webp);
    background-size: cover;
    padding-top: 1em;
    padding-bottom: 3em;
    background-position: bottom;
}
.tablet_bottom button{
width: 60%;
    margin: 0 auto;
}
#e20260912-b .place_angou {
    padding-top: 1em;
    padding-bottom: 1em;
}
.event_sentakushi .place_angou #quizForm {
    width: 60%;
    margin: 0 auto;
}
.event_sentakushi .place_angou #quizForm .field input {
    margin: 0 auto;
    width: 100%;
}
#nazotoki2_2.event_sentakushi .place_angou #quizForm .field input {
    width: 80%;
}
/*謎正解ページ*/
.event_seikai h2 {
    position: relative;
    z-index: 1;
}
.event_seikai .img {
    margin-top: -4em;
}
.place_angou #quizForm .field::after {
    font-size: 200%;
}
#nazotoki2_2 .place_angou #quizForm .field::after {
    content: "ス";
}


.syogen {
}
.syogen .character {
    width: 80%;
    margin: 0 auto;
}
.syogen .talk .df.r {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}
.syogen .talk .df.l {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.syogen ul li img{
width: 35%;
    margin-right: 5%;
    }
.syogen ul li.c {
    margin-bottom: 1em;
}
.syogen ul li.c img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
.syogen ul li .speechBubble img {
    width: 90%;
    margin-right: 5%;
}
/* ショートストーリーふきだし */
.syogen .speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border: 2px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
  width: 60%;
  left: 0;
    transform: translateX(0);
}
/* _l（レフト） */
.syogen .speechBubble._l::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #000000 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -25deg);
  transform-origin: right;
}

.syogen .speechBubble._l::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  border-style: solid;
  border-width: 0 15.2px 15.2px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, -25deg);
  transform-origin: right;
}
/* _r（ライト） */

.syogen .speechBubble._r::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #000000;
  translate: 100% -50%;
  transform: skew(0, -25deg);
  transform-origin: left;
}

.syogen .speechBubble._r::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  border-style: solid;
  border-width: 7.8px 0 7.8px 15.5px;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
  transform: skew(0, -25deg);
  transform-origin: left;
}
