@charset "UTF-8";
/* Scss Document */
body {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe {
  border: 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, ddc, img {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: #fff; }

/*--------------------------
	common setting
--------------------------*/
.red {
  color: #FF6633; }

.redIcon {
  color: #d73300;
  vertical-align: middle; }

.fukushaPink {
  color: #db2763; }

/*--------------------------
	font setting
--------------------------*/
@font-face {
  font-family: 'notosansjp';
  src: url(font/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'M PLUS Rounded ExtraBold';
  src: url(font/MPLUSRounded1c-ExtraBold.ttf) format("truetype"); }
@font-face {
  font-family: 'M PLUS Rounded Medium';
  src: url(font/MPLUSRounded1c-Medium.ttf) format("truetype"); }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), url(font/MaterialIconsRound-Regular.otf); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #FFF5CC;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #534741;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  font-family: "M PLUS Rounded Medium";
  margin: 0;
  padding: 0; }

header {
  width: 970px;
  margin: 0 auto;
  font-size: 1.8em;
  padding-top: 5px;
  position: relative; }

main {
  width: 970px;
  margin: 0 auto; }
  main a {
    text-decoration: none;
    cursor: pointer;
    color: #534741; }
  main a:hover {
    opacity: .75; }
  main p {
    line-height: 1.6em; }

footer {
  margin-top: auto;
  background: #534741;
  padding: 10px;
  color: #fff;
  text-align: center; }
  footer div {
    width: 970px;
    margin: 0 auto; }
  footer p {
    font-family: "notosansjp";
    font-size: 14px;
    font-weight: normal;
    padding: 10px; }

ruby rt {
  font-size: 0.5em;
  margin-bottom: -6px; }

_::-webkit-full-page-media, _:future, :root rt {
  transform: translateY(0.3rem); }

_::-webkit-full-page-media, _:future, :root p:has(ruby) {
  line-height: 1.25em; }

button {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  font-family: "M PLUS Rounded Medium";
  background: #534741;
  border-radius: 10px;
  padding: 0;
  border: 0;
  -webkit-appearance: none; }

.pushBtn {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  background: #534741; }

.pushBtn:hover,
.pushBtn:active {
  opacity: 0.9; }

.selected {
  cursor: default;
  color: #534741;
  background: #FC0;
  box-shadow: none;
  opacity: 1; }

.selected:hover,
.selected:active {
  opacity: 1; }

.btn-home {
  display: inline-block;
  color: #333;
  background-color: #efefef;
  border-bottom: 5px solid #aaa;
  border-radius: 100vh;
  padding: 10px 20px; }

.btn-white {
  background-color: #efefef;
  border-bottom: 5px solid #aaa; }

.headBtns {
  z-index: 500;
  position: absolute;
  right: 0;
  top: 9px;
  text-align: right;
  display: flex;
  width: 160px;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .headBtns span {
    font-size: 20px; }
  .headBtns #soundToggle {
    background: #534741;
    padding: 2px;
    height: 25px;
    box-shadow: none;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 4px; }
    .headBtns #soundToggle span {
      display: block;
      padding: 0px 18px;
      border-radius: 5px; }
    .headBtns #soundToggle .now {
      background-color: #fff;
      color: #534741;
      cursor: default; }
  .headBtns #NAcontrol {
    display: none;
    flex-wrap: nowrap;
    align-content: center; }
    .headBtns #NAcontrol p {
      font-size: 14px;
      padding-right: 5px;
      padding-top: 2px;
      font-weight: bold; }
    .headBtns #NAcontrol button {
      vertical-align: middle;
      padding: 3px 3px 2px 3px;
      height: 26px;
      box-shadow: none;
      border-radius: 8px; }
      .headBtns #NAcontrol button span {
        padding: 0 15px;
        border-radius: 5px;
        height: 20px;
        display: block; }
    .headBtns #NAcontrol .attend {
      animation: anime_play_attend 1.5s infinite; }
@keyframes anime_play_attend {
  0% {
    background: #534741; }
  25% {
    background: #6C3; }
  75% {
    background: #6C3; }
  100% {
    background: #534741; } }
@keyframes anime_play_attend2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

　pages COMMON

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#indexHead {
  margin-top: 20px; }

#indexMain .btn_start {
  width: 200px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  text-align: center; }

#topHead {
  margin-top: 10px; }
  #topHead h1 {
    display: inline;
    font-family: "M PLUS Rounded ExtraBold";
    font-size: 46px;
    text-shadow: 3px 3px 0 #ffcb00; }
    #topHead h1 span {
      font-size: 20px;
      line-height: 0.5;
      text-shadow: none;
      display: block; }
  #topHead .topRead {
    font-family: "notosansjp";
    font-feature-settings: "palt"; }
  #topHead .naPlayBtn {
    position: absolute;
    top: 30px;
    right: 180px;
    border-radius: 100vh;
    width: 50px;
    height: 50px;
    padding-top: 5px; }

#mainMenu {
  transition: all 0.5s 0s ease;
  margin-top: 15px; }
  #mainMenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #mainMenu ul li {
      max-width: 32%;
      margin-bottom: 20px;
      border-radius: 10px; }
      #mainMenu ul li img {
        width: 100%;
        vertical-align: top;
        box-sizing: border-box;
        border-radius: 10px;
        border: 5px solid #534741; }

#topLinks {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px; }
  #topLinks .btn_dl {
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    background: #FC0;
    border-radius: 10px;
    height: 60px;
    line-height: 60px; }
    #topLinks .btn_dl span {
      padding-right: 10px;
      position: relative;
      top: 8px; }
  #topLinks .btn_dl2 {
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    background: #F1EBE5;
    border-radius: 10px;
    height: 60px;
    line-height: 60px; }
    #topLinks .btn_dl2 span {
      padding-right: 10px;
      position: relative;
      top: 8px; }
  #topLinks .btn_matome {
    height: 60px;
    padding: 0 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start; }
    #topLinks .btn_matome span {
      display: inline;
      line-height: 60px;
      padding: 0 10px; }
    #topLinks .btn_matome img {
      margin: 5px 10px;
      width: 40px; }
  #topLinks .btn_pref img {
    height: 60px; }
  #topLinks .btn_pref2 img {
    height: 60px; }

#workHead {
  margin-bottom: 5px; }
  #workHead h1 {
    font-size: 28px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 60px; }
    #workHead h1 .c1, #workHead h1 .c2, #workHead h1 .c3, #workHead h1 .c4, #workHead h1 .c5, #workHead h1 .c6 {
      display: block;
      height: 55px;
      width: 55px;
      line-height: 55px;
      color: #fff;
      text-align: center;
      font-family: "M PLUS Rounded ExtraBold";
      font-size: 48px;
      border-radius: 5px;
      margin-right: 20px; }

.workFrame {
  position: relative;
  height: 550px;
  background: #FFF;
  border-radius: 10px;
  border: 5px solid #534741;
  box-sizing: border-box;
  overflow: hidden; }
  .workFrame h2 {
    position: relative;
    z-index: 100;
    padding: 10px 20px;
    font-size: 26px;
    background: #F1EBE5;
    min-height: 45px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }

video {
  width: 960px;
  height: 540px;
  border-radius: 5px;
  vertical-align: bottom;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none; }

.j_OFF {
  display: none; }

#jimakuSet {
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px;
  border-radius: 7px; }
  #jimakuSet .txt {
    padding: 0 10px;
    color: #fff;
    text-shadow: 2px 2px 1px #000; }
  #jimakuSet #jimakuToggle {
    background: none;
    box-shadow: none; }
    #jimakuSet #jimakuToggle span {
      padding: 1px 18px;
      border-radius: 5px; }
    #jimakuSet #jimakuToggle .now {
      background-color: #fff;
      color: #000;
      cursor: default; }

#footBtns {
  margin-top: 3px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  #footBtns button {
    width: 160px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap; }
    #footBtns button p {
      width: 110px;
      height: 45px;
      line-height: 45px;
      color: #fff; }
    #footBtns button .material-icons {
      width: 40px;
      margin-left: 10px; }
  #footBtns div {
    display: flex;
    flex-wrap: nowrap; }
  #footBtns .btnBack {
    margin-right: 10px;
    border-radius: 25px 5px 5px 25px; }
  #footBtns .backText {
    text-align: left; }
  #footBtns .nextText {
    text-align: right; }
  #footBtns .btnNext, #footBtns .btnNextTheme {
    border-radius: 5px 25px 25px 5px; }
    #footBtns .btnNext .material-icons, #footBtns .btnNextTheme .material-icons {
      margin-left: 0; }
  #footBtns .btnNextTheme {
    display: none;
    text-align: right; }

#modalWindow {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  text-align: center; }
  #modalWindow p {
    font-size: 32px;
    margin-top: 250px;
    color: #FFF; }
  #modalWindow #doyoQuit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px; }
    #modalWindow #doyoQuit button {
      display: inline-block;
      flex-basis: 200px;
      font-size: 26px;
      border-radius: 5px;
      border: 1px solid #F1EBE5;
      padding: 20px 30px;
      margin: 0 40px; }

.c1 {
  background-color: #75BB3E !important; }

.c2 {
  background-color: #F4A12C !important; }

.c3 {
  background-color: #3ABDE8 !important; }

.c4 {
  background-color: #EA6D9F !important; }

.c5 {
  background-color: #4DB896 !important; }

.c6 {
  background-color: #A36EAB !important; }

.scene2, .scene2-2, .scene3, .scene4 {
  display: none; }

.scene2 .baseContainer {
  font-size: 24px;
  padding: 20px; }
  .scene2 .baseContainer .thinkBox {
    width: 660px;
    margin-left: 130px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #F1EBE5;
    border-radius: 10px;
    position: absolute;
    bottom: 20px; }
    .scene2 .baseContainer .thinkBox .tbTitle {
      background: #FC0;
      font-size: 18px;
      padding: 18px 10px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      border-radius: 10px 0 0 10px;
      width: 32%; }
      .scene2 .baseContainer .thinkBox .tbTitle p {
        padding: 10px; }
    .scene2 .baseContainer .thinkBox .tbText {
      font-size: 20px;
      padding: 10px 20px;
      width: 65%; }

.scene3 {
  background: #F1EBE5; }

.scene4 h2, .scene4-2 h2 {
  color: #fff; }
.scene4 .baseContainer, .scene4-2 .baseContainer {
  font-size: 24px;
  padding: 20px; }
  .scene4 .baseContainer .thinkBox, .scene4-2 .baseContainer .thinkBox {
    width: 920px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #F1EBE5;
    border-radius: 10px;
    position: absolute;
    bottom: 20px; }
    .scene4 .baseContainer .thinkBox .tbTitle, .scene4-2 .baseContainer .thinkBox .tbTitle {
      background: #FC0;
      font-size: 18px;
      padding: 0 10px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      border-radius: 10px 0 0 10px;
      width: 22%; }
      .scene4 .baseContainer .thinkBox .tbTitle p, .scene4-2 .baseContainer .thinkBox .tbTitle p {
        padding: 10px; }
    .scene4 .baseContainer .thinkBox .tbText, .scene4-2 .baseContainer .thinkBox .tbText {
      font-size: 20px;
      padding: 10px 20px;
      width: 75%; }

.msgContainer {
  display: none;
  z-index: 200;
  width: 960px;
  height: 540px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }

.modalArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.senninWindow {
  background: #988575;
  border: #534741 4px solid;
  margin: 0 auto;
  border-radius: 10px;
  position: relative; }
  .senninWindow .btn_close {
    width: 60px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    border-radius: 0 25px 25px 0;
    position: absolute;
    top: 10px;
    right: -60px; }

.senninBox {
  padding: 10px;
  text-align: center; }
  .senninBox p {
    background: #fff;
    padding: 15px;
    font-family: "notosansjp";
    font-size: 18px;
    text-align: left;
    border-radius: 10px; }
  .senninBox .senninImg {
    padding-top: 10px;
    width: 40%; }

.senninEnd {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; }
  .senninEnd p {
    margin: 60px;
    min-width: 440px;
    background: #fff;
    padding: 30px;
    font-family: "notosansjp";
    font-size: 24px;
    border-radius: 20px; }
  .senninEnd img {
    margin-top: 120px;
    margin-right: 60px;
    width: 280px; }

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

　pages 個別

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#CHAPTER_SET_1 .scene2 {
  background: #988575; }
  #CHAPTER_SET_1 .scene2 .thinkBox {
    width: 720px;
    margin-left: 100px; }
  #CHAPTER_SET_1 .scene2 .bgImage {
    width: 660px;
    margin: 0 auto; }
    #CHAPTER_SET_1 .scene2 .bgImage img {
      width: 100%; }
#CHAPTER_SET_1 .scene2-2 {
  height: 550px;
  position: relative; }
  #CHAPTER_SET_1 .scene2-2 .scene2_base .bgImage {
    position: absolute; }
    #CHAPTER_SET_1 .scene2-2 .scene2_base .bgImage img {
      width: 100%;
      border-radius: 0 0 5px 5px; }
  #CHAPTER_SET_1 .scene2-2 .scene2_base .btn_numbers {
    position: absolute; }
    #CHAPTER_SET_1 .scene2-2 .scene2_base .btn_numbers button {
      position: absolute;
      width: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 26px;
      border-radius: 25px; }
  #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow {
    width: 800px;
    height: 500px;
    margin-top: 15px; }
    #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .question {
      height: 100%;
      overflow-y: hidden;
      align-items: center; }
      #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .question .qHead {
        background: #F1EBE5;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 26px;
        color: #534741;
        padding: 20px;
        border-radius: 5px 5px 0 0; }
        #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .question .qHead .qNo {
          color: #fff;
          background: #534741;
          min-width: 50px;
          line-height: 50px;
          text-align: center;
          border-radius: 100vh;
          margin-right: 20px; }
        #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .question .qHead .qText {
          line-height: 1.2em; }
    #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .selectBox {
      margin-top: 30px;
      margin-left: 30px;
      display: flex;
      flex-wrap: nowrap; }
      #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .selectBox div {
        width: 330px; }
        #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .selectBox div button {
          width: 330px;
          line-height: 70px;
          text-align: center;
          font-size: 21px;
          border: 1px solid #F1EBE5;
          border-radius: 5px;
          margin-bottom: 20px; }
      #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .selectBox .senninBox {
        display: none;
        width: 350px;
        margin-left: 35px;
        margin-top: -10px; }
      #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .selectBox .onlyMsg {
        width: 800px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start; }
        #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .selectBox .onlyMsg p {
          width: 350px; }
        #CHAPTER_SET_1 .scene2-2 .msgContainer .senninWindow .selectBox .onlyMsg img {
          width: 190px;
          margin-left: 60px; }
#CHAPTER_SET_1 .scene4 .messageBox {
  padding: 40px 60px; }

#CHAPTER_SET_2 .scene2 .selectBtns {
  margin-top: 80px;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  #CHAPTER_SET_2 .scene2 .selectBtns button {
    padding: 5px; }
  #CHAPTER_SET_2 .scene2 .selectBtns img {
    vertical-align: bottom;
    width: 100%; }
  #CHAPTER_SET_2 .scene2 .selectBtns img:nth-child(odd) {
    display: none; }
  #CHAPTER_SET_2 .scene2 .selectBtns p {
    font-size: 26px; }
  #CHAPTER_SET_2 .scene2 .selectBtns .material-icons {
    color: #534741;
    font-size: 48px; }
#CHAPTER_SET_2 .scene2 .result_OX {
  padding: 0 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  #CHAPTER_SET_2 .scene2 .result_OX img {
    width: 100px;
    margin-top: 200px; }
#CHAPTER_SET_2 .scene3 {
  position: relative;
  padding: 20px; }
  #CHAPTER_SET_2 .scene3 h3 {
    font-size: 26px; }
  #CHAPTER_SET_2 .scene3 .senninTxt {
    margin-top: 10px;
    width: 760px;
    background: #fff;
    padding: 15px;
    font-family: "notosansjp";
    font-size: 24px;
    border-radius: 10px; }
  #CHAPTER_SET_2 .scene3 .senninImg {
    width: 100px;
    position: absolute;
    top: 20px;
    right: 20px; }
    #CHAPTER_SET_2 .scene3 .senninImg img {
      width: 100%; }
  #CHAPTER_SET_2 .scene3 #C3animationConainer {
    margin: 0 auto;
    margin-top: 10px;
    width: 920px; }
    #CHAPTER_SET_2 .scene3 #C3animationConainer img {
      width: 100%; }
    #CHAPTER_SET_2 .scene3 #C3animationConainer video {
      border: 2px solid #988575;
      border-radius: 10px;
      width: 920px;
      height: 310px; }
#CHAPTER_SET_2 .scene4, #CHAPTER_SET_2 .scene4-2 {
  display: none; }
  #CHAPTER_SET_2 .scene4 h2 img, #CHAPTER_SET_2 .scene4-2 h2 img {
    position: absolute;
    height: 50px;
    right: 20px; }
  #CHAPTER_SET_2 .scene4 .messageBox p, #CHAPTER_SET_2 .scene4-2 .messageBox p {
    padding: 0 40px; }
  #CHAPTER_SET_2 .scene4 .messageBox img, #CHAPTER_SET_2 .scene4-2 .messageBox img {
    width: 240px;
    float: right;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 80px; }
  #CHAPTER_SET_2 .scene4 .bld, #CHAPTER_SET_2 .scene4-2 .bld {
    font-weight: bold; }
  #CHAPTER_SET_2 .scene4 .what, #CHAPTER_SET_2 .scene4-2 .what {
    margin: 5px;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #534741;
    line-height: 1.2em; }

#CHAPTER_SET_3 .scene2 .scene2_base .btnSet {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .selectBtns {
    width: 620px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .selectBtns button {
      position: relative;
      width: 300px;
      height: 195px;
      margin-bottom: 20px;
      overflow: hidden;
      border: 5px solid #534741; }
    #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .selectBtns p {
      font-size: 26px; }
    #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .selectBtns .denso {
      font-size: 14px; }
    #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .selectBtns .sub {
      height: 100vh;
      background: #fff;
      color: #534741;
      font-size: 20px;
      text-align: left;
      padding: 5px 10px;
      border-radius: 0 0 5px 5px; }
      #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .selectBtns .sub img {
        position: absolute;
        width: 130px;
        right: 20px;
        bottom: 10px; }
  #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .senninBase {
    background: #988575;
    width: 300px;
    height: 475px; }
    #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .senninBase p {
      letter-spacing: -.02em; }
    #CHAPTER_SET_3 .scene2 .scene2_base .btnSet .senninBase .senninImg {
      padding-top: 10px;
      width: 58%; }
#CHAPTER_SET_3 .scene2 .msgContainer .senninWindow {
  width: 800px;
  height: 510px;
  margin-top: 15px;
  background: #E7E7E7; }
  #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #F1EBE5;
    font-size: 26px;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
  #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 0 0 5px 5px; }
    #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer .dragLimit {
      position: absolute;
      top: 70px;
      left: 0;
      width: 800px;
      height: 400px; }
    #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer button {
      box-shadow: none;
      position: absolute; }
    #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer .question_BG {
      position: absolute;
      top: 60px;
      left: 0;
      width: 800px; }
      #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer .question_BG img {
        width: 100%;
        pointer-events: none; }
    #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer .quest4 .question_BG {
      position: absolute;
      top: 40px;
      left: 25px;
      width: 487px;
      transition: 0.5s; }
    #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer .fukidashi {
      position: absolute;
      background: #fff;
      border: 3px solid #000;
      border-radius: 20px;
      padding: 20px;
      font-size: 26px;
      color: #000; }
    #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer .fukidashi:before {
      content: "";
      position: absolute;
      top: 60%;
      right: -24px;
      margin-top: -12px;
      border: 12px solid transparent;
      border-left: 12px solid #FFF;
      z-index: 2; }
    #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer .fukidashi:after {
      content: "";
      position: absolute;
      top: 60%;
      right: -30px;
      margin-top: -14px;
      border: 14px solid transparent;
      border-left: 14px solid #555;
      z-index: 1; }
    #CHAPTER_SET_3 .scene2 .msgContainer .senninWindow .questionContainer .finish {
      position: absolute;
      top: 180px;
      left: 180px;
      background: #006699;
      border-radius: 100vh;
      padding: 40px 120px;
      font-family: "M PLUS Rounded ExtraBold";
      text-align: center;
      font-size: 48px;
      color: #fff;
      z-index: 77; }
#CHAPTER_SET_3 .scene2 .step2, #CHAPTER_SET_3 .scene2 .step3, #CHAPTER_SET_3 .scene2 .step3, #CHAPTER_SET_3 .scene2 .step4, #CHAPTER_SET_3 .scene2 .step5, #CHAPTER_SET_3 .scene2 .step6, #CHAPTER_SET_3 .scene2 .step4-2 {
  display: none; }
#CHAPTER_SET_3 .scene2 .fukidashi {
  top: 100px;
  left: 30px; }
#CHAPTER_SET_3 .scene2 .quest1 .step1 {
  position: relative; }
  #CHAPTER_SET_3 .scene2 .quest1 .step1 button {
    left: 706px;
    top: 318px;
    width: 50px;
    height: 50px;
    background: none;
    border: 4px solid #0F0;
    border-radius: 100vh;
    animation: anime_click_attend 1s infinite;
    opacity: 0;
    animation-delay: 1s; }
#CHAPTER_SET_3 .scene2 .quest1 .step2 img {
  position: absolute;
  animation: anime_q1_app 0.2s forwards; }
#CHAPTER_SET_3 .scene2 .quest1 .step2 button {
  left: 631px;
  top: 361px;
  width: 76px;
  height: 76px;
  background: none;
  border: 4px solid #0F0;
  border-radius: 100vh;
  animation: anime_click_attend 1s infinite;
  opacity: 0;
  animation-delay: 1s; }
#CHAPTER_SET_3 .scene2 .quest1 .step3 img {
  position: absolute; }
#CHAPTER_SET_3 .scene2 .quest1 .step3 .app {
  width: 175px;
  left: 581px;
  top: 130px; }
#CHAPTER_SET_3 .scene2 .quest1 .step3 .staff {
  width: 210px;
  left: 250px;
  top: 60px; }
#CHAPTER_SET_3 .scene2 .quest1 .step3 button {
  width: 230px;
  padding: 10px;
  left: 555px;
  top: 400px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3) !important;
  border: 1px solid #F1EBE5;
  font-size: 26px;
  color: #fff;
  font-family: "M PLUS Rounded Medium";
  background: #534741; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 img {
  position: absolute; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .staff1 {
  width: 210px;
  left: 250px;
  top: 60px; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .phone {
  width: 175px;
  left: 581px;
  top: 130px; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .hand {
  width: 87px;
  left: 258px;
  top: 340px;
  animation: anime_q1_hand 1s forwards; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .staff2 {
  width: 210px;
  left: 250px;
  top: 60px;
  animation: anime_q1_staff2 3s forwards;
  animation-delay: 1s;
  opacity: 0; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .staffhand {
  width: 47px;
  left: 264px;
  top: 302px;
  animation: anime_q1_staff2 3s forwards;
  animation-delay: 1s;
  opacity: 0; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .reader {
  width: 226px;
  left: 557px;
  top: -280px;
  animation: anime_q1_reader 3s forwards;
  animation-delay: 1s; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .balance {
  width: 65px;
  left: 665px;
  top: 265px;
  animation: anime_q1_balance 3s forwards;
  animation-delay: 1.5s;
  opacity: 0; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .fukidashi {
  opacity: 0;
  top: 100px;
  left: 40px;
  animation: anime_fukidashi 0.5s forwards;
  animation-delay: 3.5s; }
#CHAPTER_SET_3 .scene2 .quest1 .step4 .finish {
  opacity: 0;
  animation: anime_finish 0.5s forwards;
  animation-delay: 6s; }
@keyframes anime_q1_staff2 {
  4% {
    opacity: 0; }
  5% {
    opacity: 1; }
  60% {
    opacity: 1; }
  61% {
    opacity: 0; } }
@keyframes anime_q1_hand {
  0% {
    top: 510px; }
  100% {
    top: 340px; } }
@keyframes anime_q1_reader {
  0% {
    top: -280px; }
  20% {
    top: -110px; }
  60% {
    top: -110px; }
  80% {
    top: -280px; }
  100% {
    top: -280px; } }
@keyframes anime_q1_balance {
  29% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 1; } }
#CHAPTER_SET_3 .scene2 .quest2 h3 {
  height: 38px; }
#CHAPTER_SET_3 .scene2 .quest2 img {
  position: absolute; }
#CHAPTER_SET_3 .scene2 .quest2 .spFrame {
  position: absolute;
  width: 190px;
  left: 573px;
  top: 115px;
  pointer-events: none; }
#CHAPTER_SET_3 .scene2 .quest2 .app {
  width: 175px;
  left: 581px;
  top: 130px; }
#CHAPTER_SET_3 .scene2 .quest2 .priceBox {
  position: absolute;
  width: 154px;
  left: 592px;
  top: 183px; }
  #CHAPTER_SET_3 .scene2 .quest2 .priceBox p {
    text-align: right;
    width: 120px;
    position: absolute;
    top: 11px;
    left: 10px;
    color: #000;
    font-size: 48px;
    overflow: hidden; }
  #CHAPTER_SET_3 .scene2 .quest2 .priceBox img {
    width: 100%; }
#CHAPTER_SET_3 .scene2 .quest2 .face {
  width: 80px;
  left: 300px;
  top: 130px; }
#CHAPTER_SET_3 .scene2 .quest2 .step1 {
  position: relative; }
  #CHAPTER_SET_3 .scene2 .quest2 .step1 button {
    left: 705px;
    top: 318px;
    width: 50px;
    height: 50px;
    background: none;
    border: 4px solid #0F0;
    border-radius: 100vh;
    animation: anime_click_attend 1s infinite;
    opacity: 0;
    animation-delay: 1s; }
#CHAPTER_SET_3 .scene2 .quest2 .step2 img {
  position: absolute;
  animation: anime_q1_app 0.2s forwards; }
#CHAPTER_SET_3 .scene2 .quest2 .step2 button {
  left: 617px;
  top: 217px;
  width: 100px;
  height: 50px;
  background: none;
  border: 4px solid #0F0;
  border-radius: 10px;
  animation: anime_click_attend 1s infinite;
  opacity: 0;
  animation-delay: 1s; }
#CHAPTER_SET_3 .scene2 .quest2 .step3 .zoomMonitor {
  position: absolute;
  width: 175px;
  height: 311px;
  left: 581px;
  top: 130px;
  background: #333;
  overflow: hidden; }
  #CHAPTER_SET_3 .scene2 .quest2 .step3 .zoomMonitor img {
    position: relative;
    left: -650px;
    top: -500px;
    animation: anime_zoom 0.5s 1; }
@keyframes anime_zoom {
  0% {
    top: -900px; }
  100% {
    top: -500px; } }
#CHAPTER_SET_3 .scene2 .quest2 .step3 .dragHand {
  position: absolute;
  width: 113px;
  left: 350px;
  top: 350px;
  animation: anime_hand 0.5s 1; }
  #CHAPTER_SET_3 .scene2 .quest2 .step3 .dragHand img {
    width: 100%; }
@keyframes anime_hand {
  0% {
    top: 520px; }
  100% {
    top: 350px; } }
@keyframes anime_wave {
  0% {
    left: 300px; }
  50% {
    left: 320px; }
  100% {
    left: 300px; } }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .btn_next {
  position: absolute;
  width: 159px;
  height: 27px;
  left: 588px;
  top: 289px;
  background: none;
  /*
  color:#15C8FF;
  border: 2px solid #15C8FF;
  border-radius: 4px;
  box-sizing: border-box;
  */ }
#CHAPTER_SET_3 .scene2 .quest2 .step4 #phoneNumbers {
  position: absolute;
  width: 169px;
  left: 581px;
  top: 330px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  #CHAPTER_SET_3 .scene2 .quest2 .step4 #phoneNumbers button {
    position: relative;
    background: none;
    width: 53px;
    height: 24px;
    margin-left: 3.2px;
    margin-bottom: 3.2px;
    border-radius: 2px; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .result_X {
  display: none; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .result_O {
  display: none; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .fukidashi {
  animation: anime_fukidashi 0.5s forwards; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .step4_show {
  display: none; }
  #CHAPTER_SET_3 .scene2 .quest2 .step4 .step4_show .showStaff {
    width: 230px;
    padding: 10px;
    left: 555px;
    top: 400px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #F1EBE5;
    font-size: 26px;
    color: #fff;
    font-family: "M PLUS Rounded Medium";
    background: #534741;
    z-index: 100; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .step4_check {
  display: none; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .hand2 {
  position: absolute;
  width: 87px;
  left: 300px;
  top: 350px;
  animation: anime_hand 0.75s 1; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .rotate_priceBox {
  transform-origin: 50% 33px;
  animation: price_rotate 0.5s forwards; }
@keyframes price_rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(180deg); } }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .rotate_priceBox_def {
  transform-origin: 50% 33px;
  animation: price_rotate_def 0.5s forwards; }
@keyframes price_rotate_def {
  0% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(0); } }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .btn_pay {
  position: absolute;
  width: 159px;
  height: 28px;
  left: 588px;
  top: 290px;
  background: #006699;
  color: #fff;
  border-radius: 4px; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .noActive {
  cursor: default; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .pay_hiilte {
  position: absolute;
  width: 163px;
  height: 32px;
  left: 582px;
  top: 284px;
  background: none;
  border: 4px solid #0F0;
  border-radius: 4px;
  animation: anime_click_attend 1s infinite;
  opacity: 0; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .face {
  opacity: 0;
  animation: anime_change 0.5s forwards;
  animation-delay: 0.6s; }
#CHAPTER_SET_3 .scene2 .quest2 .step4 .fukidashi {
  opacity: 0;
  animation: anime_fukidashi 0.5s forwards;
  animation-delay: 1s; }
#CHAPTER_SET_3 .scene2 .quest2 .step6 .monitor {
  position: absolute;
  width: 175px;
  height: 311px;
  left: 581px;
  top: 130px;
  background: none;
  overflow: hidden; }
#CHAPTER_SET_3 .scene2 .quest2 .step6 .app2 {
  top: 0;
  left: 0;
  width: 175px;
  animation: anime_paid 0.2s forwards; }
@keyframes anime_paid {
  0% {
    left: 175px; }
  100% {
    left: 0; } }
#CHAPTER_SET_3 .scene2 .quest2 .step6 .fukidashi {
  opacity: 0;
  animation: anime_fukidashi 0.5s forwards;
  animation-delay: 0.6s; }
#CHAPTER_SET_3 .scene2 .quest2 .step6 .face {
  opacity: 0;
  animation: anime_change 0.5s forwards;
  animation-delay: 0.2s; }
#CHAPTER_SET_3 .scene2 .quest2 .step6 .finish {
  opacity: 0;
  animation: anime_finish 0.5s forwards;
  animation-delay: 3s; }
#CHAPTER_SET_3 .scene2 .quest3 img {
  position: absolute; }
#CHAPTER_SET_3 .scene2 .quest3 .displaySF, #CHAPTER_SET_3 .scene2 .quest3 .displaySF2 {
  width: 178px;
  left: 581px;
  top: 190px;
  display: none;
  animation: anime_fukidashi 0.2s forwards; }
#CHAPTER_SET_3 .scene2 .quest3 .dragCard {
  position: absolute;
  width: 118px;
  left: 235px;
  top: 300px;
  animation: anime_hend_in 0.75s 1; }
  #CHAPTER_SET_3 .scene2 .quest3 .dragCard img {
    width: 100%; }
#CHAPTER_SET_3 .scene2 .quest3 .icArea {
  position: absolute;
  width: 30px;
  height: 53px;
  left: 376px;
  top: 181px;
  background: rgba(255, 0, 0, 0); }
#CHAPTER_SET_3 .scene2 .quest3 .finish {
  display: none;
  opacity: 0;
  animation: anime_finish 0.5s forwards;
  animation-delay: 2s; }
#CHAPTER_SET_3 .scene2 .quest3 .step2 .train {
  position: absolute;
  width: 800px;
  top: 13px; }
@keyframes anime_hend_in {
  0% {
    top: 520px; }
  100% {
    top: 300px; } }
#CHAPTER_SET_3 .scene2 .quest4 img {
  position: absolute; }
#CHAPTER_SET_3 .scene2 .quest4 .chargeBox {
  position: absolute;
  width: 248px;
  left: 532px;
  top: 80px; }
  #CHAPTER_SET_3 .scene2 .quest4 .chargeBox img {
    width: 100%; }
  #CHAPTER_SET_3 .scene2 .quest4 .chargeBox p {
    text-align: right;
    width: 120px;
    position: absolute;
    top: 40px;
    left: 80px;
    color: #fff;
    font-size: 48px; }
#CHAPTER_SET_3 .scene2 .quest4 .price {
  position: absolute;
  left: 378px;
  top: 421px;
  font-size: 16px;
  color: #fff;
  width: 100px; }
#CHAPTER_SET_3 .scene2 .quest4 .step1 .drinkArea {
  position: absolute;
  left: 92px;
  top: 80px; }
  #CHAPTER_SET_3 .scene2 .quest4 .step1 .drinkArea .drinkCol {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 350px; }
  #CHAPTER_SET_3 .scene2 .quest4 .step1 .drinkArea button {
    position: relative;
    background: none;
    border-radius: 2px; }
  #CHAPTER_SET_3 .scene2 .quest4 .step1 .drinkArea .pet {
    margin-bottom: 5px; }
    #CHAPTER_SET_3 .scene2 .quest4 .step1 .drinkArea .pet button {
      width: 40px;
      height: 145px; }
  #CHAPTER_SET_3 .scene2 .quest4 .step1 .drinkArea .can {
    width: 342px;
    margin-left: 5px;
    margin-bottom: 5px; }
    #CHAPTER_SET_3 .scene2 .quest4 .step1 .drinkArea .can button {
      width: 33px;
      height: 80px; }
  #CHAPTER_SET_3 .scene2 .quest4 .step1 .drinkArea .selectLamp {
    position: absolute;
    width: 23px;
    height: 7px;
    background: #3f3;
    border-radius: 100vh;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
#CHAPTER_SET_3 .scene2 .quest4 .step2 .btnCover {
  position: absolute;
  left: 92px;
  top: 80px;
  width: 350px;
  height: 315px;
  background: none; }
#CHAPTER_SET_3 .scene2 .quest4 .step2 .touchArea {
  width: 65px;
  left: 281px;
  top: 443px;
  animation: anime_touch_attend 1s infinite; }
  #CHAPTER_SET_3 .scene2 .quest4 .step2 .touchArea img {
    width: 100%; }
#CHAPTER_SET_3 .scene2 .quest4 .step2 .after {
  animation: none;
  display: none; }
@keyframes anime_touch_attend {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }
#CHAPTER_SET_3 .scene2 .quest4 .step2 .dragCard2 {
  position: absolute;
  width: 184px;
  left: 560px;
  top: 350px;
  animation: anime_hend_in4 0.75s 1; }
  #CHAPTER_SET_3 .scene2 .quest4 .step2 .dragCard2 img {
    width: 100%; }
@keyframes anime_hend_in4 {
  0% {
    top: 500px; }
  100% {
    top: 350px; } }
#CHAPTER_SET_3 .scene2 .quest4 .step2 .icArea2 {
  position: absolute;
  width: 30px;
  height: 26px;
  left: 256px;
  top: 413px; }
#CHAPTER_SET_3 .scene2 .quest4 .step3 .vendingBox {
  position: absolute;
  width: 350px;
  height: 74px;
  left: 58px;
  top: 389px;
  overflow: hidden; }
  #CHAPTER_SET_3 .scene2 .quest4 .step3 .vendingBox img {
    position: relative;
    top: -100px;
    left: 150px;
    width: 33px;
    transform: rotate(60deg);
    display: none;
    animation: anime_drink_drop 0.3s forwards;
    animation-delay: 0.5s; }
@keyframes anime_drink_drop {
  0% {
    top: -90px; }
  40% {
    top: 20px; }
  60% {
    top: 15px;
    transform: rotate(90deg); }
  70% {
    top: 10px;
    transform: rotate(80deg); }
  80% {
    top: 5px;
    transform: rotate(75deg); }
  99% {
    top: 10px;
    transform: rotate(80deg); }
  100% {
    top: 15px;
    transform: rotate(85deg); } }
#CHAPTER_SET_3 .scene2 .quest4 .step3 .finish {
  opacity: 0;
  animation: anime_finish 0.5s forwards;
  animation-delay: 1.5s; }
@keyframes anime_q1_app {
  0% {
    width: 50px;
    left: 708px;
    top: 300px; }
  100% {
    width: 175px;
    left: 581px;
    top: 130px; } }
@keyframes anime_click_attend {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }
@keyframes anime_finish {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.9; } }
@keyframes anime_fukidashi {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes anime_change {
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#CHAPTER_SET_3 .scene3 {
  position: relative;
  padding: 20px; }
  #CHAPTER_SET_3 .scene3 h3 {
    font-size: 26px; }
  #CHAPTER_SET_3 .scene3 .endBase {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px; }
    #CHAPTER_SET_3 .scene3 .endBase .comment {
      width: 320px;
      text-align: center; }
      #CHAPTER_SET_3 .scene3 .endBase .comment img {
        width: 230px;
        vertical-align: bottom; }
      #CHAPTER_SET_3 .scene3 .endBase .comment .title {
        background: #988575;
        color: #fff;
        line-height: 40px;
        font-size: 26px;
        border-radius: 100vh; }
      #CHAPTER_SET_3 .scene3 .endBase .comment .senninTxt {
        margin-top: 20px;
        background: #fff;
        padding: 15px;
        font-family: "notosansjp";
        font-size: 24px;
        border-radius: 10px; }
    #CHAPTER_SET_3 .scene3 .endBase .senninImg {
      width: 120px; }
      #CHAPTER_SET_3 .scene3 .endBase .senninImg img {
        margin-top: 170px;
        width: 100%; }
#CHAPTER_SET_3 .scene3-2 {
  display: none;
  position: relative; }
  #CHAPTER_SET_3 .scene3-2 .storyBox {
    position: absolute;
    overflow: hidden;
    width: 3000px;
    top: 150px;
    left: 140px;
    transition: 0.5s; }
    #CHAPTER_SET_3 .scene3-2 .storyBox li {
      opacity: 0.5;
      float: left;
      margin-right: 50px;
      width: 680px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      border: 2px solid #3ABDE8;
      border-radius: 10px;
      box-sizing: border-box;
      padding: 40px; }
      #CHAPTER_SET_3 .scene3-2 .storyBox li p {
        font-size: 24px; }
      #CHAPTER_SET_3 .scene3-2 .storyBox li img {
        width: 220px;
        margin-right: 20px; }
    #CHAPTER_SET_3 .scene3-2 .storyBox li:first-child {
      opacity: 1; }
  #CHAPTER_SET_3 .scene3-2 button {
    position: absolute;
    top: 270px;
    width: 60px;
    line-height: 50px;
    font-size: 32px;
    text-align: center; }
  #CHAPTER_SET_3 .scene3-2 .btn_stPrev {
    display: none;
    left: 60px;
    border-radius: 25px 5px 5px 25px; }
  #CHAPTER_SET_3 .scene3-2 .btn_stNext {
    right: 60px;
    border-radius: 5px 25px 25px 5px; }
#CHAPTER_SET_3 .scene4 .messageBox {
  padding: 30px 40px; }

#CHAPTER_SET_4 .scene2 h2 img {
  position: absolute;
  height: 80px;
  top: 10px;
  right: 20px; }
#CHAPTER_SET_4 .scene2 .selectBtns {
  margin-top: 10px;
  height: 83px;
  padding: 0 20px; }
  #CHAPTER_SET_4 .scene2 .selectBtns li {
    border-bottom: 1px solid #F1EBE5; }
    #CHAPTER_SET_4 .scene2 .selectBtns li p {
      display: inline-block;
      font-size: 26px;
      width: 520px;
      line-height: 85px; }
    #CHAPTER_SET_4 .scene2 .selectBtns li .naPlay {
      width: 40px;
      height: 40px;
      font-size: 30px;
      border-radius: 100vh;
      margin-right: 10px; }
    #CHAPTER_SET_4 .scene2 .selectBtns li .ansBtn {
      width: 180px;
      height: 50px;
      font-size: 26px;
      margin-left: 20px; }
  #CHAPTER_SET_4 .scene2 .selectBtns li:last-child {
    border: none; }
#CHAPTER_SET_4 .scene2 .msgContainer .senninWindow {
  margin-top: 80px;
  width: 560px;
  padding: 10px 10px 0 10px; }
  #CHAPTER_SET_4 .scene2 .msgContainer .senninWindow .senninBox {
    height: 400px;
    position: relative;
    overflow: hidden; }
    #CHAPTER_SET_4 .scene2 .msgContainer .senninWindow .senninBox .senninImg {
      width: 30%; }
#CHAPTER_SET_4 .scene4 .messageBox {
  padding: 40px 60px; }

#CHAPTER_SET_5 .scene2 .receiptQuiz {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; }
  #CHAPTER_SET_5 .scene2 .receiptQuiz .questionBox {
    width: 500px;
    padding: 20px; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .questionBox ul {
      display: none; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .questionBox li {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      border-bottom: 1px solid #F1EBE5;
      color: #999; }
      #CHAPTER_SET_5 .scene2 .receiptQuiz .questionBox li p {
        padding: 6px 7px;
        font-size: 24px;
        width: 420px;
        margin-right: 5px;
        line-height: 1.2em; }
      #CHAPTER_SET_5 .scene2 .receiptQuiz .questionBox li .txt_S {
        font-size: 19px; }
      #CHAPTER_SET_5 .scene2 .receiptQuiz .questionBox li img {
        width: 25px;
        margin-left: 10px;
        filter: grayscale(100%);
        opacity: 0.2; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .questionBox .now p {
      color: #534741;
      background: #ffcc00;
      animation: anime_attend 2s infinite; }
@keyframes anime_attend {
  0% {
    background: rgba(255, 204, 0, 0.25); }
  25% {
    background: rgba(255, 204, 0, 0.75); }
  100% {
    background: rgba(255, 204, 0, 0.25); } }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .questionBox .done {
      filter: none;
      opacity: 1; }
  #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea {
    position: relative;
    width: 420px;
    overflow: hidden;
    background: #efefef;
    box-shadow: 3px 0 2px 2px #ccc inset; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox {
      transition: 0.5s;
      width: 1200px;
      margin-left: 57px;
      margin-top: 20px; }
      #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li {
        position: relative;
        opacity: 0.5;
        width: 265px;
        padding: 0 20px;
        float: left; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li img {
          width: 100%;
          transition: 0.5s; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li button {
          width: 265px;
          min-height: 19px;
          background: none;
          box-shadow: none;
          border-radius: 0;
          position: absolute;
          left: 20px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li button:hover {
          background: rgba(255, 204, 0, 0.2); }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-1 {
          top: 18px;
          height: 95px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-2 {
          top: 117px;
          height: 20px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-3 {
          top: 175px;
          height: 60px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-5 {
          top: 262px;
          height: 21px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-4 {
          top: 283px;
          height: 21px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-6 {
          top: 304px;
          height: 19px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-7 {
          top: 323px;
          height: 19px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-8 {
          top: 342px;
          height: 19px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-9 {
          top: 361px;
          height: 22px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-x {
          top: 241px;
          height: 22px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-1, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-2, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-3, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-4, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-5, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-6, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-7, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-8, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-9, #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans1-x {
          width: 230px;
          left: 38px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans2-1 {
          top: 22px;
          height: 116px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans2-2 {
          top: 200px;
          height: 20px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans2-3 {
          top: 238px;
          height: 20px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans2-4 {
          top: 258px;
          height: 24px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans2-5 {
          top: 284px;
          height: 24px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans2-x {
          top: 313px;
          height: 24px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans3-1 {
          top: 22px;
          height: 29px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans3-2 {
          top: 312px;
          height: 20px; }
        #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li .ans3-3 {
          top: 344px;
          height: 50px; }
      #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .reciptBox li:first-child {
        opacity: 1; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .btnCover_L {
      position: absolute;
      top: 0;
      left: 0;
      width: 75px;
      height: 100%; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .btnCover_R {
      position: absolute;
      top: 0;
      right: 0;
      width: 75px;
      height: 100%; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea button {
      position: absolute;
      top: 210px;
      width: 60px;
      line-height: 50px;
      font-size: 32px;
      text-align: center; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .btn_stPrev {
      display: none;
      left: 10px;
      border-radius: 25px 5px 5px 25px; }
    #CHAPTER_SET_5 .scene2 .receiptQuiz .reciptArea .btn_stNext {
      right: 10px;
      border-radius: 5px 25px 25px 5px; }
#CHAPTER_SET_5 .scene2-2 .txtSD {
  font-size: 22px; }
#CHAPTER_SET_5 .scene2-2 .passbook {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%; }
  #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea {
    position: relative;
    width: 240px;
    height: 100%;
    overflow: hidden;
    background: #efefef;
    box-shadow: -3px 0 2px 2px #ccc inset; }
    #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 {
      transition: 0.5s;
      width: 900px;
      margin-left: 10px;
      margin-top: 20px; }
      #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li {
        width: 200px;
        padding: 10px;
        float: left; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li img {
          width: 100%;
          box-sizing: border-box;
          transition: 0.5s; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li button {
          width: 265px;
          min-height: 20px;
          background: none;
          box-shadow: none;
          border-radius: 0;
          position: absolute;
          top: 440px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-1 {
          top: 40px;
          height: 90px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-2 {
          top: 157px;
          height: 22px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-3 {
          top: 182px;
          height: 87px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-4 {
          top: 274px;
          height: 28px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-5 {
          top: 303px;
          height: 22px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-6 {
          top: 326px;
          height: 24px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-7 {
          top: 350px;
          height: 24px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-8 {
          top: 375px;
          height: 24px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans1-9 {
          top: 399px;
          height: 24px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans2-1 {
          top: 51px;
          height: 120px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans2-2 {
          top: 231px;
          height: 22px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans2-3 {
          top: 269px;
          height: 22px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans2-4 {
          top: 316px;
          height: 24px; }
        #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .reciptBox2 li .ans2-5 {
          top: 344px;
          height: 26px; }
    #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .btnBox {
      clear: both;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      justify-content: space-between; }
      #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .btnBox p {
        position: absolute;
        width: 240px;
        top: 400px;
        font-size: 16px;
        line-height: 50px;
        text-align: center; }
      #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .btnBox button {
        position: absolute;
        top: 400px;
        width: 60px;
        line-height: 50px;
        font-size: 32px;
        text-align: center; }
      #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .btnBox .btn_stPrev {
        display: none;
        left: 20px;
        border-radius: 25px 5px 5px 25px; }
      #CHAPTER_SET_5 .scene2-2 .passbook .reciptArea .btnBox .btn_stNext {
        right: 20px;
        border-radius: 5px 25px 25px 5px; }
  #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table {
    margin: 20px;
    width: 680px;
    border-collapse: separate;
    border: 2px solid #6287C4;
    border-radius: 24px; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table th {
      background: #6287C4;
      color: #fff;
      font-size: 14px;
      padding: 5px 10px;
      text-align: center;
      font-weight: normal; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table th:first-child {
      border-radius: 20px 0 0 0; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table th:last-child {
      border-radius: 0 20px 0 0; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table tr:nth-child(odd) td {
      background: #efefef; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table td {
      font-family: "notosansjp";
      font-size: 18px;
      line-height: 30px;
      height: 30px;
      padding: 5px 8px;
      border-left: 1px solid #6287C4;
      border-right: 1px solid #6287C4;
      text-align: right; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table td:nth-child(2) {
      text-align: center; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table td:nth-child(3), #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table td:nth-child(4), #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table td:nth-child(5) {
      width: 100px; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table tr:last-child td:first-child {
      border-radius: 0 0 0 20px; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table tr:last-child td:last-child {
      border-radius: 0 0 20px 0; }
    #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea table input {
      margin-right: 3px;
      font-size: 18px;
      width: 50px;
      height: 20px;
      text-align: right; }
  #CHAPTER_SET_5 .scene2-2 .passbook .passbookArea button {
    margin-left: 520px;
    font-size: 26px;
    padding: 10px 20px; }
#CHAPTER_SET_5 .scene2-2 .msgContainer .senninWindow {
  margin-top: 120px;
  width: 200px;
  padding: 10px 10px 0 10px; }
  #CHAPTER_SET_5 .scene2-2 .msgContainer .senninWindow .senninBox {
    height: 300px;
    position: relative;
    overflow: hidden; }
    #CHAPTER_SET_5 .scene2-2 .msgContainer .senninWindow .senninBox .senninImg {
      width: 90%; }
#CHAPTER_SET_5 .scene2-2 .msgContainer .result_O {
  background: #FC0; }
#CHAPTER_SET_5 .scene4 .messageBox {
  text-align: center; }
  #CHAPTER_SET_5 .scene4 .messageBox p {
    padding: 0 10px;
    text-align: left;
    font-size: 22px;
    letter-spacing: -1px; }
  #CHAPTER_SET_5 .scene4 .messageBox button {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 26px; }
    #CHAPTER_SET_5 .scene4 .messageBox button .material-icons {
      vertical-align: middle; }

#CHAPTER_SET_6 .scene2 {
  position: relative; }
  #CHAPTER_SET_6 .scene2 .storyBox {
    position: absolute;
    overflow: hidden;
    width: 3000px;
    top: 90px;
    left: 140px;
    transition: 0.5s; }
    #CHAPTER_SET_6 .scene2 .storyBox li {
      opacity: 0.5;
      float: left;
      margin-right: 50px;
      width: 680px;
      height: 320px;
      background: #ABDCF6;
      border-radius: 10px;
      box-sizing: border-box;
      padding: 20px; }
      #CHAPTER_SET_6 .scene2 .storyBox li h4 {
        background: #fff;
        border-radius: 100vh;
        font-size: 21px;
        width: 120px;
        text-align: center; }
      #CHAPTER_SET_6 .scene2 .storyBox li img {
        width: 200px;
        float: right;
        margin-left: 20px; }
      #CHAPTER_SET_6 .scene2 .storyBox li p {
        font-size: 24px;
        margin: 10px; }
      #CHAPTER_SET_6 .scene2 .storyBox li div {
        font-size: 26px;
        line-height: 50px;
        position: absolute;
        bottom: 20px;
        width: 640px;
        text-align: center;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px; }
    #CHAPTER_SET_6 .scene2 .storyBox li:first-child {
      opacity: 1; }
  #CHAPTER_SET_6 .scene2 button {
    position: absolute;
    top: 210px;
    width: 60px;
    line-height: 50px;
    font-size: 32px;
    text-align: center; }
  #CHAPTER_SET_6 .scene2 .btn_stPrev {
    left: 60px;
    border-radius: 25px 5px 5px 25px; }
  #CHAPTER_SET_6 .scene2 .btn_stNext {
    right: 60px;
    border-radius: 5px 25px 25px 5px; }
#CHAPTER_SET_6 .scene4 .messageBox {
  padding: 40px 50px; }
#CHAPTER_SET_6 .scene4 ul li {
  margin-bottom: 10px; }
  #CHAPTER_SET_6 .scene4 ul li button {
    position: relative;
    color: #534741;
    box-shadow: none;
    background: none;
    font-size: 24px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    text-align: left; }
    #CHAPTER_SET_6 .scene4 ul li button .redIcon {
      font-size: 24px;
      margin-right: 10px;
      margin-top: -3px; }
  #CHAPTER_SET_6 .scene4 ul li .material-icons {
    position: absolute;
    top: -2px;
    left: -3px;
    font-size: 32px;
    opacity: 0; }
  #CHAPTER_SET_6 .scene4 ul li p {
    font-size: 21px; }

.fin {
  font-family: "M PLUS Rounded ExtraBold";
  font-size: 46px !important; }

#CHAPTER_SET_7 .scene1 .baseContainer {
  padding: 20px; }
#CHAPTER_SET_7 .scene1 ul li {
  margin-bottom: 10px; }
  #CHAPTER_SET_7 .scene1 ul li button {
    position: relative;
    color: #534741;
    box-shadow: none;
    background: none;
    font-size: 24px;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    text-align: left; }
    #CHAPTER_SET_7 .scene1 ul li button .redIcon {
      position: relative;
      top: 1px;
      font-size: 24px;
      margin-right: 10px;
      margin-top: 0; }
  #CHAPTER_SET_7 .scene1 ul li .material-icons {
    position: absolute;
    top: 0px;
    left: -3px;
    font-size: 32px;
    opacity: 0; }
  #CHAPTER_SET_7 .scene1 ul li p {
    font-size: 21px; }
#CHAPTER_SET_7 .scene1 #perfect {
  display: none;
  position: relative; }
  #CHAPTER_SET_7 .scene1 #perfect p {
    padding-top: 40px;
    padding-left: 140px;
    font-family: "M PLUS Rounded ExtraBold";
    font-size: 64px;
    color: #d73300; }
#CHAPTER_SET_7 .scene1 .senninOX img {
  position: absolute;
  top: 320px;
  right: 110px; }
#CHAPTER_SET_7 .scene1 .senninOX .sN {
  width: 160px; }
#CHAPTER_SET_7 .scene1 .senninOX .sP {
  display: none;
  width: 178px; }

/*--------------------------------------------------- navi @ samartphone*/
