@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; }

/*--------------------------
	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); }
/*--------------------------
	common setting
--------------------------*/
.red {
  color: #FF6633; }

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

.fukushaPink {
  color: #db2763; }

.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: #669933;
  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; }

_::-webkit-full-page-media, _:future, :root ruby {
  padding: 0.6em 0; }

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

@-moz-document url-prefix() {
  ruby {
    padding: 0.5em 0; }

  rt {
    margin-bottom: -6px; } }
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; }

.inactive {
  cursor: default;
  box-shadow: none;
  opacity: 0.25; }

.inactive:hover,
.inactive:active {
  opacity: 0.25; }

.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 {
      color: #fff;
      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 {
    color: #fff;
    display: inline;
    font-family: "M PLUS Rounded ExtraBold";
    font-size: 46px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4); }
    #topHead h1 rt {
      font-size: 0.3em; }
    #topHead h1 span {
      font-size: 20px;
      padding-bottom: 5px;
      text-shadow: none;
      display: block; }
      #topHead h1 span rt {
        font-size: 0.5em; }
  #topHead .topRead {
    color: #fff;
    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 #CFDB00; }
      #mainMenu ul li .practice img {
        border-color: #FCC800; }

#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;
    color: #fff; }
    #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: 0; }
    #workHead h1 .practice_h {
      font-size: 21px;
      color: #534741;
      background: #FC0;
      padding: 0 10px;
      margin-right: 10px;
      border-radius: 5px; }
    #workHead h1 .sub {
      font-size: 24px; }

.workFrame {
  position: relative;
  height: 550px;
  background: #FFF;
  border-radius: 10px;
  border: 5px solid #CFDB00;
  box-sizing: border-box;
  overflow: hidden; }
  .workFrame h2 {
    position: relative;
    z-index: 100;
    padding: 15px 20px 0 20px;
    font-size: 21px;
    background: #F1EBE5;
    min-height: 40px;
    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: 10px;
  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: none !important; }

.c2 {
  background-color: none !important; }

.c3 {
  background-color: none !important; }

.c4 {
  background-color: none !important; }

.c5 {
  background-color: none !important; }

.c6 {
  background-color: none !important; }

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

.scene2 .baseContainer {
  font-size: 24px; }
  .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: #E2D8CB; }

.scene4 h3, .scene4-2 h3 {
  margin: 20px 20px 5px 20px;
  padding: 0 10px 5px  10px;
  font-size: 26px;
  border-bottom: 3px dotted; }
.scene4 .baseContainer, .scene4-2 .baseContainer {
  font-size: 20px;
  line-height: 1.7em;
  padding: 10px 25px; }
  .scene4 .baseContainer .messageBox li, .scene4-2 .baseContainer .messageBox li {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 8px;
    max-height: 65px; }
  .scene4 .baseContainer .thinkBox, .scene4-2 .baseContainer .thinkBox {
    width: 920px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    background: #F1EBE5;
    border-radius: 10px;
    position: absolute;
    bottom: 20px; }
    .scene4 .baseContainer .thinkBox .tbTitle, .scene4-2 .baseContainer .thinkBox .tbTitle {
      background: #FC0;
      font-size: 16px;
      padding: 0 10px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      border-radius: 10px 0 0 10px;
      min-width: 130px; }
      .scene4 .baseContainer .thinkBox .tbTitle p, .scene4-2 .baseContainer .thinkBox .tbTitle p {
        padding: 5px; }
    .scene4 .baseContainer .thinkBox .tbText, .scene4-2 .baseContainer .thinkBox .tbText {
      font-size: 19px;
      padding: 15px 20px 10px 20px;
      line-height: 1.4em; }

.h2_sennin {
  padding: 20px;
  font-size: 21px;
  display: flex;
  align-items: center; }
  .h2_sennin img {
    width: 100px;
    height: 100px; }
  .h2_sennin p {
    padding: 0 20px; }

.msgContainer {
  display: none;
  z-index: 450;
  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: #E2D8CB;
  border: #534741 4px solid;
  width: 40%;
  height: 400px;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 10px;
  position: relative;
  padding: 20px 20px 0 20px; }
  .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 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden; }
  .senninBox .senninMsg {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .senninBox .senninMsg p {
      width: 100%;
      background: #fff;
      padding: 15px;
      font-family: "notosansjp";
      font-size: 18px;
      text-align: left;
      border-radius: 10px; }
  .senninBox .senninImg {
    padding-top: 10px;
    width: 47%;
    margin: 0 auto; }
    .senninBox .senninImg img {
      width: 100%; }

.senninEnd {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; }
  .senninEnd p {
    margin: 30px;
    background: #fff;
    padding: 30px;
    font-family: "notosansjp";
    font-size: 21px;
    border-radius: 20px; }
  .senninEnd img {
    margin-top: 220px;
    margin-left: 30px;
    width: 190px; }

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

　pages 個別

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#CHAPTER_SET_1 .scene2 .flowChart {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 540px; }
#CHAPTER_SET_1 .scene2 .flowFigs {
  margin-left: 80px;
  position: relative;
  padding-bottom: 40px; }
  #CHAPTER_SET_1 .scene2 .flowFigs .flowBase {
    position: relative;
    width: 880px; }
    #CHAPTER_SET_1 .scene2 .flowFigs .flowBase img {
      width: 100%; }
  #CHAPTER_SET_1 .scene2 .flowFigs .flowBtns {
    position: absolute;
    top: 0;
    left: 0; }
    #CHAPTER_SET_1 .scene2 .flowFigs .flowBtns .flowTextBox {
      position: absolute;
      height: 50px;
      padding-top: 10px;
      padding-bottom: 0;
      background: #FFEFC1;
      text-align: center;
      border-radius: 20px;
      font-size: 20px;
      display: table; }
      #CHAPTER_SET_1 .scene2 .flowFigs .flowBtns .flowTextBox div {
        display: table-cell; }
        #CHAPTER_SET_1 .scene2 .flowFigs .flowBtns .flowTextBox div li {
          margin-left: 30px;
          font-size: 18px;
          text-align: left;
          height: 38px;
          line-height: 38px; }
        #CHAPTER_SET_1 .scene2 .flowFigs .flowBtns .flowTextBox div li:before {
          content: "";
          /* 空の要素作成 */
          width: 10px;
          /* 幅指定 */
          height: 10px;
          /* 高さ指定 */
          display: inline-block;
          /* インラインブロックにする */
          background-color: #534741;
          /* 背景色指定 */
          border-radius: 50%;
          /* 要素を丸くする */
          margin-right: 5px; }
    #CHAPTER_SET_1 .scene2 .flowFigs .flowBtns .checked {
      background: #FC0; }
    #CHAPTER_SET_1 .scene2 .flowFigs .flowBtns button {
      position: absolute;
      height: 60px;
      font-size: 20px; }
    #CHAPTER_SET_1 .scene2 .flowFigs .flowBtns img {
      position: absolute;
      display: none;
      pointer-events: none; }
#CHAPTER_SET_1 .scene2 .flowGoal {
  width: 640px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 21px;
  display: flex;
  align-items: center; }
  #CHAPTER_SET_1 .scene2 .flowGoal .sennin {
    width: 120px;
    height: 150px;
    overflow: hidden; }
    #CHAPTER_SET_1 .scene2 .flowGoal .sennin img {
      width: 100%; }
  #CHAPTER_SET_1 .scene2 .flowGoal p {
    padding: 0 20px; }

#CHAPTER_SET_2 .scene1 {
  display: block; }
#CHAPTER_SET_2 .scene2 {
  display: none; }
  #CHAPTER_SET_2 .scene2 .h2_sennin {
    padding-bottom: 10px; }
    #CHAPTER_SET_2 .scene2 .h2_sennin img {
      width: 70px;
      height: 70px; }
  #CHAPTER_SET_2 .scene2 .imageBox {
    display: flex;
    align-items: flex-end;
    font-size: 21px;
    text-align: center; }
    #CHAPTER_SET_2 .scene2 .imageBox .boxLeft {
      width: 220px;
      height: 100%; }
      #CHAPTER_SET_2 .scene2 .imageBox .boxLeft img {
        width: 100%; }
    #CHAPTER_SET_2 .scene2 .imageBox .boxRight .imageWindow {
      display: flex;
      width: 600px;
      background: #FFEFC1;
      border-radius: 20px;
      padding: 20px 50px 10px 50px;
      margin-bottom: 15px; }
      #CHAPTER_SET_2 .scene2 .imageBox .boxRight .imageWindow img {
        width: 100px;
        height: 230px;
        margin-right: 50px; }
      #CHAPTER_SET_2 .scene2 .imageBox .boxRight .imageWindow dl {
        text-align: left;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap; }
        #CHAPTER_SET_2 .scene2 .imageBox .boxRight .imageWindow dl dt {
          font-size: 18px;
          flex-basis: 35%;
          text-align: center;
          margin-bottom: 10px;
          margin-right: 5%; }
          #CHAPTER_SET_2 .scene2 .imageBox .boxRight .imageWindow dl dt p {
            margin-top: 5px;
            padding-top: 10px;
            padding-bottom: 5px;
            background: #CFDB00;
            border-radius: 60px; }
        #CHAPTER_SET_2 .scene2 .imageBox .boxRight .imageWindow dl dd {
          margin-bottom: 0;
          font-size: 21px;
          flex-basis: 60%; }
    #CHAPTER_SET_2 .scene2 .imageBox .boxRight .pushBtn {
      height: 60px;
      padding: 0 20px;
      margin-bottom: 40px; }
#CHAPTER_SET_2 .scene2-2 {
  display: none; }
  #CHAPTER_SET_2 .scene2-2 .layoutBox {
    padding: 10px; }
    #CHAPTER_SET_2 .scene2-2 .layoutBox .browser {
      height: 60px; }
      #CHAPTER_SET_2 .scene2-2 .layoutBox .browser img {
        width: 100%; }
    #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage {
      position: relative;
      padding: 5px;
      border: 2px solid #0099D9; }
      #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 3px; }
        #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index button {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          width: 182px;
          height: 200px;
          box-shadow: none;
          background: rgba(234, 243, 251, 0.25);
          border-bottom-left-radius: 2px; }
          #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index button .bImage_index {
            width: 100%;
            height: 108px;
            background: #EEF5FC; }
            #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index button .bImage_index img {
              margin-top: 3%;
              height: 90%; }
          #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index button .bTxt_index {
            font-family: "notosansjp";
            color: #333;
            text-align: left;
            padding: 7px; }
            #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index button .bTxt_index .name {
              font-size: 16px;
              height: 3em; }
            #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index button .bTxt_index .price {
              font-size: 21px; }
        #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index .bImage_null {
          width: 182px;
          text-align: center; }
          #CHAPTER_SET_2 .scene2-2 .layoutBox .webPage .index .bImage_null img {
            width: 50%; }
    #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(234, 243, 251, 0.7);
      width: 100%;
      height: 500px;
      text-align: center; }
      #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window {
        pointer-events: auto;
        position: relative;
        width: 800px;
        height: 320px;
        margin: 10px auto;
        border: 2px solid #0099D9;
        background: #FFF; }
        #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .bBtn_close {
          width: 50px;
          height: 50px;
          line-height: 50px;
          font-size: 32px;
          text-align: center;
          border-radius: 0;
          position: absolute;
          top: -2px;
          right: -50px;
          border: 2px solid #0099D9;
          color: #0099D9;
          background: #fff;
          box-shadow: none;
          padding: 0; }
        #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox {
          overflow: hidden; }
          #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .itemSet {
            display: flex;
            flex-wrap: nowrap;
            font-family: "notosansjp";
            position: relative;
            left: 0; }
          #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item {
            display: flex;
            flex-wrap: nowrap;
            width: 780px;
            height: 260px;
            padding: 10px 10px 5px 10px;
            text-align: left; }
            #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bImage {
              text-align: center;
              width: 160px;
              background: #EEF5FC; }
              #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bImage img {
                margin-top: 30px;
                width: 100%; }
            #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bInfo {
              width: 250px;
              margin-left: 20px; }
              #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bInfo .name {
                font-size: 21px;
                height: 3em; }
              #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bInfo .price {
                padding-top: 10px;
                font-size: 21px; }
              #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bInfo .txtTax {
                font-size: 16px; }
              #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bInfo .about {
                padding-top: 20px;
                font-size: 16px; }
            #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bDetail {
              width: 350px;
              margin-left: 10px;
              font-size: 14px; }
              #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bDetail dl {
                display: flex;
                flex-wrap: wrap;
                align-items: stretch; }
                #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bDetail dl dt {
                  width: 90px;
                  background: #eaf3fb;
                  text-align: center;
                  border-bottom: 2px solid #fff;
                  border-right: 2px solid #fff;
                  padding: 0 5px 0 5px;
                  height: 34px;
                  line-height: 32px; }
                #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bDetail dl dd {
                  width: 230px;
                  background: rgba(234, 243, 251, 0.5);
                  padding: 0 5px 0 5px;
                  border-bottom: 2px solid #fff;
                  height: 34px;
                  line-height: 32px; }
                #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bDetail dl dt:nth-child(11) {
                  height: 81px; }
                #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .itemBox .item .bDetail dl dd:last-child {
                  height: 81px;
                  line-height: 22px; }
        #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .navigation {
          width: 780px;
          margin: 0 auto;
          border-top: 1px solid #0099D9;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 3px;
          gap: 10px; }
          #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .navigation .bBtn_PN {
            box-shadow: none;
            color: #0099D9;
            background: #FFF;
            text-align: center;
            padding: 5px 10px;
            height: 30px; }
          #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .navigation p {
            margin-top: 5px;
            width: 10px;
            height: 10px;
            border: 1px solid #0099D9;
            border-radius: 50%; }
          #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer .window .navigation .now {
            background: #0099D9; }
      #CHAPTER_SET_2 .scene2-2 .layoutBox .detailContainer button {
        height: 60px;
        padding: 0 20px; }

#CHAPTER_SET_3 .scene1 {
  display: block; }
#CHAPTER_SET_3 .scene2 {
  display: none;
  background: #FFEFC1;
  text-align: left; }
  #CHAPTER_SET_3 .scene2 .layoutBox {
    display: flex; }
    #CHAPTER_SET_3 .scene2 .layoutBox .lb_L {
      padding: 20px; }
      #CHAPTER_SET_3 .scene2 .layoutBox .lb_L button {
        color: #333;
        background: #fff;
        border: 1px solid #333;
        box-sizing: content-box;
        border-radius: 0;
        margin-bottom: 10px;
        width: 500px;
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
        box-shadow: none;
        margin: 0;
        margin-top: -1px; }
        #CHAPTER_SET_3 .scene2 .layoutBox .lb_L button div {
          text-align: left;
          padding: 10px 10px 5px 10px;
          font-size: 16px;
          font-family: "notosansjp";
          width: 400px; }
        #CHAPTER_SET_3 .scene2 .layoutBox .lb_L button div:first-child {
          width: 80px;
          border-right: 1px solid #333; }
      #CHAPTER_SET_3 .scene2 .layoutBox .lb_L button:last-child {
        margin-top: 10px; }
        #CHAPTER_SET_3 .scene2 .layoutBox .lb_L button:last-child div:first-child {
          width: 190px;
          text-align: center; }
      #CHAPTER_SET_3 .scene2 .layoutBox .lb_L .selected {
        background: #FBE0D6; }
    #CHAPTER_SET_3 .scene2 .layoutBox .lb_R {
      width: 400px; }
      #CHAPTER_SET_3 .scene2 .layoutBox .lb_R .senninMsg {
        align-items: flex-end;
        height: 200px; }
        #CHAPTER_SET_3 .scene2 .layoutBox .lb_R .senninMsg p {
          display: none; }
#CHAPTER_SET_3 .scene2-2 {
  display: none; }
  #CHAPTER_SET_3 .scene2-2 .quizContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 20px; }
    #CHAPTER_SET_3 .scene2-2 .quizContainer .qBtnPrev, #CHAPTER_SET_3 .scene2-2 .quizContainer .qBtnNext {
      width: 60px;
      height: 50px;
      margin: 10px;
      border-radius: 10px 50% 50% 10px; }
    #CHAPTER_SET_3 .scene2-2 .quizContainer .qBtnPrev {
      border-radius: 50% 10px 10px 50%; }
    #CHAPTER_SET_3 .scene2-2 .quizContainer .qBtnNext {
      border-radius: 10px 50% 50% 10px; }
    #CHAPTER_SET_3 .scene2-2 .quizContainer .btnBlink {
      animation: anime_btnBlink 1.5s infinite; }
@keyframes anime_btnBlink {
  0% {
    background: #534741; }
  25% {
    background: #FC0; }
  100% {
    background: #534741; } }
    #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox {
      width: 620px;
      border: 2px solid #E2D8CB;
      border-radius: 10px;
      overflow: hidden; }
      #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qResult {
        width: 100%;
        background: #E2D8CB; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qResult ul {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qResult ul li {
            width: 40px;
            height: 40px;
            margin: 10px 5px;
            background: #F1EBE5;
            border-radius: 8px; }
            #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qResult ul li img {
              width: 30px;
              margin: 5px;
              display: none; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qResult ul .now {
            background: #FFF; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qResult .qr_O img:first-child {
          display: block; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qResult .qr_X img:last-child {
          display: block; }
      #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qSet {
        display: flex;
        flex-wrap: nowrap;
        position: relative;
        left: 0; }
      #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qBlock {
        min-width: 580px;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px 20px 10px 20px; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qBlock .qText {
          font-size: 21px;
          width: 49%; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qBlock .qImage {
          font-size: 16px;
          width: 49%; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .questionBox .qBlock .qImage img {
            margin-top: 5px;
            width: 100%; }
    #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox {
      width: 100%;
      margin: 20px 10px; }
      #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li {
          text-align: center;
          width: 150px;
          height: 180px;
          border-radius: 10px; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li p {
            padding: 5px; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li .ans {
            font-size: 16px;
            height: 25px;
            opacity: 0; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li .markName {
            padding-top: 12px;
            font-size: 18px;
            height: 30px; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li button {
            width: 100px;
            height: 100px;
            background: #fff;
            border: 4px solid #534741; }
            #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li button img {
              width: 76%;
              margin: 12%; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li .selected {
            border: 4px solid #FC0; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li .resultImg {
            margin-top: -60px; }
            #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul li .resultImg img {
              display: none;
              width: 30px;
              margin: 0 auto; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul .showAns {
          background: #FFEFC1; }
          #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul .showAns p {
            opacity: 1; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul .resut_O .resultImg img:first-child {
          display: block; }
        #CHAPTER_SET_3 .scene2-2 .quizContainer .choiceBox ul .resut_X .resultImg img:last-child {
          display: block; }

#CHAPTER_SET_4 .scene2 .layoutBox {
  padding: 20px;
  display: flex;
  align-items: flex-end; }
  #CHAPTER_SET_4 .scene2 .layoutBox .lb_L ul li {
    margin-bottom: 5px;
    font-size: 21px;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    padding-bottom: 5px;
    border-bottom: 1px solid #F1EBE5;
    height: 52px; }
    #CHAPTER_SET_4 .scene2 .layoutBox .lb_L ul li .material-icons {
      position: absolute;
      top: 0px;
      left: -3px;
      font-size: 32px;
      color: #d73300;
      opacity: 0; }
    #CHAPTER_SET_4 .scene2 .layoutBox .lb_L ul li .checkBox {
      vertical-align: middle;
      position: relative;
      top: 1px;
      font-size: 24px;
      margin-right: 10px;
      margin-top: 0; }
    #CHAPTER_SET_4 .scene2 .layoutBox .lb_L ul li .checkTxt {
      width: 300px;
      margin-right: 30px; }
    #CHAPTER_SET_4 .scene2 .layoutBox .lb_L ul li button {
      margin-right: 10px;
      width: 160px;
      padding: 5px; }
  #CHAPTER_SET_4 .scene2 .layoutBox .lb_R {
    padding: 20px;
    margin-left: 20px; }
    #CHAPTER_SET_4 .scene2 .layoutBox .lb_R .senninCheck {
      width: 120px;
      height: 120px;
      margin-left: 30px;
      overflow: hidden; }
      #CHAPTER_SET_4 .scene2 .layoutBox .lb_R .senninCheck img {
        width: 100px; }
    #CHAPTER_SET_4 .scene2 .layoutBox .lb_R button {
      font-size: 24px;
      line-height: 1.6em;
      width: 160px;
      height: 160px; }

#CHAPTER_SET_5 .workFrame {
  border: 5px solid #FCC800; }
#CHAPTER_SET_5 .scene2 {
  display: none;
  position: relative;
  background: #000;
  /*
  #ACT1_START,
  #SELECT_MISO,
  	#SR_PAY,
  #ACT3_SHOP,
  #SELF_REGISTAR{
  	display: none;
  }
  #REGISTER_BAG{
  	display: block;
  }
  */ }
  #CHAPTER_SET_5 .scene2 .bgImage img {
    width: 100%; }
  #CHAPTER_SET_5 .scene2 .cart {
    width: 170px;
    height: 490px;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 400;
    background: rgba(45, 35, 30, 0.95);
    color: #fff; }
    #CHAPTER_SET_5 .scene2 .cart h3 {
      padding: 10px 15px;
      font-size: 21px;
      border-bottom: 1px solid #fff;
      display: flex;
      align-items: center; }
    #CHAPTER_SET_5 .scene2 .cart .buyItems {
      text-align: center;
      padding: 10px; }
      #CHAPTER_SET_5 .scene2 .cart .buyItems .cartItem {
        display: none;
        position: relative;
        text-align: center; }
        #CHAPTER_SET_5 .scene2 .cart .buyItems .cartItem .material-icons {
          font-size: 21px;
          line-height: 26px; }
        #CHAPTER_SET_5 .scene2 .cart .buyItems .cartItem button {
          position: absolute;
          right: 0;
          top: 5px;
          border: 2px solid #fff;
          border-radius: 50%;
          background: #534741;
          width: 30px;
          height: 30px; }
      #CHAPTER_SET_5 .scene2 .cart .buyItems img {
        width: 80%;
        margin-bottom: 5px;
        user-drag: none;
        -webkit-user-drag: none;
        -moz-user-select: none; }
      #CHAPTER_SET_5 .scene2 .cart .buyItems .scaned {
        opacity: 0.5; }
    #CHAPTER_SET_5 .scene2 .cart .cartBtns {
      position: absolute;
      bottom: 20px;
      left: 15px; }
      #CHAPTER_SET_5 .scene2 .cart .cartBtns button {
        margin-top: 10px;
        width: 140px;
        border: 3px solid #fff;
        padding: 5px 20px;
        background: #534741; }
    #CHAPTER_SET_5 .scene2 .cart #GOTO_TOPPING.btnBlink_cart {
      animation: anime_btnBlink_T 2s infinite; }
@keyframes anime_btnBlink_T {
  0% {
    background: #534741; }
  25% {
    background: #FC0; }
  100% {
    background: #534741; } }
    #CHAPTER_SET_5 .scene2 .cart #GOTO_REGISTER.btnBlink_cart {
      animation: anime_btnBlink_T 2s infinite; }
@keyframes anime_btnBlink_S {
  0% {
    background: #FC0; }
  50% {
    background: #534741; }
  100% {
    background: #FC0; } }
  #CHAPTER_SET_5 .scene2 .stage {
    position: absolute;
    top: 55px;
    left: 0; }
@keyframes openDialog {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #CHAPTER_SET_5 .scene2 .dialogBox {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    #CHAPTER_SET_5 .scene2 .dialogBox .dialog {
      opacity: 0;
      text-align: center;
      padding: 20px 30px;
      margin-bottom: 40px;
      background: rgba(45, 35, 30, 0.95);
      border-radius: 10px;
      color: #fff; }
      #CHAPTER_SET_5 .scene2 .dialogBox .dialog .message {
        font-size: 21px;
        margin-bottom: 20px; }
      #CHAPTER_SET_5 .scene2 .dialogBox .dialog img {
        width: 150px;
        vertical-align: bottom; }
      #CHAPTER_SET_5 .scene2 .dialogBox .dialog .choiceBtns {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center; }
        #CHAPTER_SET_5 .scene2 .dialogBox .dialog .choiceBtns button {
          border: 3px solid #fff;
          padding: 10px 20px;
          min-width: 180px;
          margin: 0 20px;
          background: #534741;
          vertical-align: baseline;
          position: relative; }
          #CHAPTER_SET_5 .scene2 .dialogBox .dialog .choiceBtns button img {
            width: 150px;
            margin-bottom: 10px; }
          #CHAPTER_SET_5 .scene2 .dialogBox .dialog .choiceBtns button .choiceCancel {
            opacity: 0;
            width: 100%;
            height: 50%;
            padding-top: 45%;
            background: #534741;
            border-radius: 10px;
            position: absolute;
            top: 0;
            left: 0; }
      #CHAPTER_SET_5 .scene2 .dialogBox .dialog .itemDetail {
        display: none;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 20px; }
        #CHAPTER_SET_5 .scene2 .dialogBox .dialog .itemDetail div {
          width: 240px;
          margin-right: 20px;
          font-size: 18px; }
        #CHAPTER_SET_5 .scene2 .dialogBox .dialog .itemDetail img {
          width: 100%;
          margin-bottom: 5px; }
        #CHAPTER_SET_5 .scene2 .dialogBox .dialog .itemDetail dl {
          width: 400px;
          display: flex;
          flex-wrap: wrap;
          font-family: "notosansjp";
          font-size: 16px;
          color: #333;
          text-align: left;
          background: #fff;
          border: 1px solid #333; }
          #CHAPTER_SET_5 .scene2 .dialogBox .dialog .itemDetail dl dt {
            padding: 10px 10px 5px 10px;
            width: 80px;
            border-right: 1px solid #333;
            border-bottom: 1px solid #333; }
          #CHAPTER_SET_5 .scene2 .dialogBox .dialog .itemDetail dl dd {
            width: 279px;
            padding: 10px 10px 5px 10px;
            border-bottom: 1px solid #333; }
    #CHAPTER_SET_5 .scene2 .dialogBox .overlap {
      position: absolute;
      bottom: 0; }
  #CHAPTER_SET_5 .scene2 .alertWindow {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    margin-top: 200px;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    background: rgba(45, 35, 30, 0.95);
    border-radius: 10px; }
    #CHAPTER_SET_5 .scene2 .alertWindow p {
      line-height: 2em; }
    #CHAPTER_SET_5 .scene2 .alertWindow button {
      margin-top: 20px;
      border: 3px solid #fff;
      padding: 10px 20px;
      min-width: 180px;
      background: #534741; }
  #CHAPTER_SET_5 .scene2 #ACT3_SHOP .dialogBox {
    width: 790px; }
  #CHAPTER_SET_5 .scene2 #ACT2_SHOP_SELECT,
  #CHAPTER_SET_5 .scene2 #ACT3_SHOP,
  #CHAPTER_SET_5 .scene2 #TO_TOPPING,
  #CHAPTER_SET_5 .scene2 #SELECT_TOPPING,
  #CHAPTER_SET_5 .scene2 #MISO_DETAIL,
  #CHAPTER_SET_5 .scene2 #TOPPING_DETAIL,
  #CHAPTER_SET_5 .scene2 #NO_MONEY,
  #CHAPTER_SET_5 .scene2 #REGISTER_BAG,
  #CHAPTER_SET_5 .scene2 #SELF_REGISTAR,
  #CHAPTER_SET_5 .scene2 #SR_PAY,
  #CHAPTER_SET_5 .scene2 #DIALOG_GO_HOME,
  #CHAPTER_SET_5 .scene2 #ACT4_HOME,
  #CHAPTER_SET_5 .scene2 #ACT5_END {
    display: none; }
  #CHAPTER_SET_5 .scene2 #REGISTER_BAG .shopMsg {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 4px solid #333; }
    #CHAPTER_SET_5 .scene2 #REGISTER_BAG .shopMsg p {
      font-size: 21px;
      color: #333; }
  #CHAPTER_SET_5 .scene2 #SELF_REGISTAR .dialogBox {
    width: 350px;
    right: -180px; }
    #CHAPTER_SET_5 .scene2 #SELF_REGISTAR .dialogBox img {
      width: 120px; }
    #CHAPTER_SET_5 .scene2 #SELF_REGISTAR .dialogBox #BTN_PAY, #CHAPTER_SET_5 .scene2 #SELF_REGISTAR .dialogBox #BTN_GO_HOME {
      display: none; }
      #CHAPTER_SET_5 .scene2 #SELF_REGISTAR .dialogBox #BTN_PAY .dialog, #CHAPTER_SET_5 .scene2 #SELF_REGISTAR .dialogBox #BTN_GO_HOME .dialog {
        opacity: 0; }
  #CHAPTER_SET_5 .scene2 .srBox {
    position: absolute;
    top: 75px;
    left: 20px;
    font-family: "notosansjp";
    display: flex; }
    #CHAPTER_SET_5 .scene2 .srBox .srMonitor {
      width: 590px;
      height: 450px;
      background: #EAF6FD;
      border: 20px solid #4d4d4d;
      border-radius: 20px;
      box-sizing: border-box;
      text-align: center; }
      #CHAPTER_SET_5 .scene2 .srBox .srMonitor .srHead {
        width: 100%;
        height: 80px;
        background: #4C8DCB;
        display: flex;
        align-items: center;
        justify-content: center; }
        #CHAPTER_SET_5 .scene2 .srBox .srMonitor .srHead h3 {
          color: #fff;
          font-size: 21px; }
      #CHAPTER_SET_5 .scene2 .srBox .srMonitor ul {
        background: #fff;
        width: 100%; }
        #CHAPTER_SET_5 .scene2 .srBox .srMonitor ul li {
          display: flex;
          flex-wrap: nowrap;
          align-items: flex-end;
          border-bottom: 1px solid #ccc;
          box-sizing: border-box;
          text-align: left;
          font-size: 16px;
          height: 40px;
          padding: 0 30px; }
          #CHAPTER_SET_5 .scene2 .srBox .srMonitor ul li .iName {
            width: 80%; }
          #CHAPTER_SET_5 .scene2 .srBox .srMonitor ul li .iPrice {
            text-align: right;
            width: 20%; }
        #CHAPTER_SET_5 .scene2 .srBox .srMonitor ul li:first-child {
          font-size: 14px;
          border-bottom: 2px solid #aaa; }
        #CHAPTER_SET_5 .scene2 .srBox .srMonitor ul li:nth-child(5) {
          border-bottom: 2px solid #aaa; }
        #CHAPTER_SET_5 .scene2 .srBox .srMonitor ul li:last-child {
          height: 45px;
          font-size: 21px;
          font-weight: bold;
          border-bottom: 2px solid #aaa; }
      #CHAPTER_SET_5 .scene2 .srBox .srMonitor button {
        margin-top: 10px;
        width: 180px;
        height: 60px;
        font-size: 24px;
        background: #EB6100; }
      #CHAPTER_SET_5 .scene2 .srBox .srMonitor .payBox {
        text-align: left;
        width: 70%;
        height: 75px;
        margin: 20px auto;
        border: 1px solid #ccc;
        border-radius: 2px;
        background: #fff;
        position: relative; }
        #CHAPTER_SET_5 .scene2 .srBox .srMonitor .payBox .pbLabel {
          padding: 5px 10px 0 10px;
          font-size: 16px; }
        #CHAPTER_SET_5 .scene2 .srBox .srMonitor .payBox .pbPrice {
          position: absolute;
          bottom: 0;
          right: 0;
          padding: 0 10px 5px 10px;
          text-align: right;
          font-size: 24px;
          font-weight: bold; }
      #CHAPTER_SET_5 .scene2 .srBox .srMonitor .top {
        background: none;
        border: none; }
    #CHAPTER_SET_5 .scene2 .srBox .srScanner {
      width: 170px;
      margin: 20px 0;
      background: #666;
      border-radius: 0 20px 20px 0;
      text-align: center;
      position: relative; }
      #CHAPTER_SET_5 .scene2 .srBox .srScanner p {
        padding-top: 20px;
        font-size: 18px;
        font-family: "M PLUS Rounded ExtraBold";
        color: #fff; }
      #CHAPTER_SET_5 .scene2 .srBox .srScanner .srScanArea {
        margin: 0 10px;
        height: 50px;
        background: #4C000D;
        border: 4px solid #000;
        border-radius: 10px;
        padding: 10px; }
        #CHAPTER_SET_5 .scene2 .srBox .srScanner .srScanArea p {
          background: rgba(255, 0, 0, 0.5);
          height: 01px; }
      #CHAPTER_SET_5 .scene2 .srBox .srScanner #SCANPOINT {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 80px;
        left: 0; }
#CHAPTER_SET_5 #PAPA_MSG {
  position: absolute;
  top: 60px;
  left: 350px;
  width: 500px;
  opacity: 0; }
  #CHAPTER_SET_5 #PAPA_MSG p {
    margin: 30px;
    background: #fff;
    padding: 30px;
    font-size: 21px;
    border-radius: 20px;
    border: 4px solid #333; }
#CHAPTER_SET_5 .retry {
  width: 100%;
  text-align: center;
  margin-top: -80px; }
  #CHAPTER_SET_5 .retry button {
    padding: 10px 20px; }

#CHAPTER_SET_6 .workFrame {
  border: 5px solid #FCC800; }
#CHAPTER_SET_6 .scene2 {
  display: none;
  position: relative; }
  #CHAPTER_SET_6 .scene2 h2 img {
    position: absolute;
    top: 5px;
    right: 40px;
    height: 60px; }
  #CHAPTER_SET_6 .scene2 .layoutBox {
    padding: 15px; }
  #CHAPTER_SET_6 .scene2 .planbox {
    height: 95px;
    margin-bottom: 5px;
    border-radius: 10px;
    text-align: center;
    font-size: 21px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    #CHAPTER_SET_6 .scene2 .planbox .pTitle {
      width: 130px;
      line-height: 26px; }
      #CHAPTER_SET_6 .scene2 .planbox .pTitle .red {
        font-size: 16px; }
    #CHAPTER_SET_6 .scene2 .planbox .sTxt {
      font-size: 16px; }
    #CHAPTER_SET_6 .scene2 .planbox .ssTxt {
      font-size: 12px; }
    #CHAPTER_SET_6 .scene2 .planbox .ssTxtRed {
      font-size: 12px;
      position: absolute;
      top: 2px;
      color: #FF6633; }
    #CHAPTER_SET_6 .scene2 .planbox button {
      position: relative;
      font-size: 18px;
      width: 150px;
      height: 85px;
      padding: 0 5px;
      margin-right: 10px;
      color: #534741;
      background: rgba(255, 255, 255, 0.85);
      line-height: 1.5em; }
    #CHAPTER_SET_6 .scene2 .planbox .pbSeparate {
      height: 85px;
      width: 150px;
      margin-right: 10px;
      display: flex;
      flex-wrap: wrap;
      vertical-align: baseline;
      font-size: 0; }
      #CHAPTER_SET_6 .scene2 .planbox .pbSeparate p {
        font-size: 18px;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px 10px 0 0;
        height: 36px;
        line-height: 36px; }
      #CHAPTER_SET_6 .scene2 .planbox .pbSeparate button {
        width: 73px;
        height: 46px;
        line-height: 17px;
        padding-top: 0; }
      #CHAPTER_SET_6 .scene2 .planbox .pbSeparate .pb1 {
        border-radius: 0 0 0 10px;
        margin-right: 4px; }
      #CHAPTER_SET_6 .scene2 .planbox .pbSeparate .pb2 {
        border-radius: 0 0 10px 0;
        margin-right: 0; }
    #CHAPTER_SET_6 .scene2 .planbox .selected {
      background: #FC0;
      border: 2px solid #fff; }
  #CHAPTER_SET_6 .scene2 .p1 {
    background: #BBD8F2; }
  #CHAPTER_SET_6 .scene2 .p2 {
    background: #CCE198; }
  #CHAPTER_SET_6 .scene2 .p3 {
    background: #FEE391; }
  #CHAPTER_SET_6 .scene2 .p4 {
    background: #F8C5AC; }
  #CHAPTER_SET_6 .scene2 .endbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px; }
    #CHAPTER_SET_6 .scene2 .endbox .attention {
      padding-left: 15px;
      font-size: 14px; }
    #CHAPTER_SET_6 .scene2 .endbox .totalPrice {
      display: flex;
      flex-wrap: nowrap;
      align-items: baseline;
      justify-content: space-between;
      font-size: 21px;
      border-bottom: 2px solid #534741; }
      #CHAPTER_SET_6 .scene2 .endbox .totalPrice .total {
        width: 120px;
        text-align: right;
        font-size: 28px;
        margin-right: 10px; }
    #CHAPTER_SET_6 .scene2 .endbox button {
      padding: 0 40px;
      height: 55px; }

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

#CHAPTER_SET_7 .workFrame {
  border: 5px solid #534741; }
#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 .checkBox {
      position: relative;
      top: 1px;
      font-size: 24px;
      margin-right: 10px;
      margin-top: 0; }
  #CHAPTER_SET_7 .scene1 ul li .material-icons {
    position: absolute;
    top: 6px;
    left: -5px;
    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: 340px;
  right: 110px; }
#CHAPTER_SET_7 .scene1 .senninOX .sN {
  width: 160px; }
#CHAPTER_SET_7 .scene1 .senninOX .sP {
  display: none;
  width: 178px; }

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