@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@font-face {
  font-family: 'dseg';
  src: url(../font/DSEG14Classic-Bold.woff); }

/*========================================
*	common
========================================*/
::-moz-selection {
  color: #ffffeb;
  background: #ffffeb; }
::selection {
  color: #ffffeb;
  background: #ffffeb; }

*,
*:after,
*:before {
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html,
body {
  font-size: 62.5%;
  height: 100%;
  color: #ffffeb;
  background-color: #ffffeb;
  font-family: "Noto Serif JP", serif; }

body {
  width: 100%;
  overflow-x: hidden; }

a {
  color: #000;
  text-decoration: none; }

h1,
h2,
h3 {
  line-height: 1; }

ul,
li {
  list-style: none; }

tr,
th,
td {
  font-weight: normal;
  text-align: left; }

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom; }

input[type=checkbox] {
  display: none; }

input[type=radio] {
  display: none; }

.common-bg {
  display: none; }
  @media only screen and (min-width: 768px) {
    .common-bg {
      display: block;
      position: fixed;
      width: 100%;
      height: 100%;
      background-image: url(../img/common/bg.jpg);
      background-size: cover; } }

.common-inner {
  width: 100%;
  background-color: #ffffeb;
  position: relative;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .common-inner {
      max-width: 512px; } }

.chart-list {
  width: 94.79167vw;
  margin: 10.41667vw auto; }
  @media only screen and (min-width: 768px) {
    .chart-list {
      width: 485.33333px;
      margin: 53.33333px auto; } }
  .chart-list .chart-none {
    display: none; }
  .chart-list__item {
    width: 100%;
    height: 23.4375vw; }
    @media only screen and (min-width: 768px) {
      .chart-list__item {
        height: 120px; } }
    .chart-list__item:not(:first-child) {
      margin-top: 5.20833vw; }
      @media only screen and (min-width: 768px) {
        .chart-list__item:not(:first-child) {
          margin-top: 26.66667px; } }
    .chart-list__item.js-on.i0 .chart-list__link {
      color: #ffffeb;
      background-color: #a9841f;
      pointer-events: auto; }
    .chart-list__item.js-on.i0 .chart-list__inner {
      background-color: #a9841f; }
    .chart-list__item.js-on.i1 .chart-list__link {
      color: #ffffeb;
      background-color: #25b7a0;
      pointer-events: auto; }
    .chart-list__item.js-on.i1 .chart-list__inner {
      background-color: #25b7a0; }
    .chart-list__item.js-on.i2 .chart-list__link {
      color: #ffffeb;
      background-color: #942527;
      pointer-events: auto; }
    .chart-list__item.js-on.i2 .chart-list__inner {
      background-color: #942527; }
    .chart-list__item.js-on.i3 .chart-list__link {
      color: #ffffeb;
      background-color: #885790;
      pointer-events: auto; }
    .chart-list__item.js-on.i3 .chart-list__inner {
      background-color: #885790; }
    .chart-list__item.js-on.i4 .chart-list__link {
      color: #ffffeb;
      background-color: #308bb2;
      pointer-events: auto; }
    .chart-list__item.js-on.i4 .chart-list__inner {
      background-color: #308bb2; }
    .chart-list__item.js-on.i5 .chart-list__link {
      color: #ffffeb;
      background-color: #d91275;
      pointer-events: auto; }
    .chart-list__item.js-on.i5 .chart-list__inner {
      background-color: #d91275; }
    .chart-list__item.js-on.i6 .chart-list__link {
      color: #ffffeb;
      background-color: #5a8b2c;
      pointer-events: auto; }
    .chart-list__item.js-on.i6 .chart-list__inner {
      background-color: #5a8b2c; }
    .chart-list__item.js-on.i7 .chart-list__link {
      color: #ffffeb;
      background-color: #d1701f;
      pointer-events: auto; }
    .chart-list__item.js-on.i7 .chart-list__inner {
      background-color: #d1701f; }
    .chart-list__item.js-on.i0 .chart-list__link {
      color: #ffffeb;
      background-color: #203633;
      pointer-events: auto; }
    .chart-list__item.js-on.i0 .chart-list__inner {
      background-color: #203633; }
    .chart-list__item.js-clear .chart-list__head:after {
      display: inline-block;
      content: "";
      width: 19.53125vw;
      height: 6.51042vw;
      margin-left: 3.90625vw;
      background-image: url(../img/chart/icon_clear.jpg);
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .chart-list__item.js-clear .chart-list__head:after {
          width: 100px;
          height: 33.33333px;
          margin-left: 20px; } }
  .chart-list__link {
    display: block;
    height: 100%;
    padding: 1.30208vw;
    background-color: #a9841f;
    line-height: 1;
    color: #a9841f;
    pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .chart-list__link {
        padding: 6.66667px; } }
  .chart-list__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffeb;
    height: 100%;
    padding-left: 3.90625vw;
    border: 1px solid #ffffeb; }
    @media only screen and (min-width: 768px) {
      .chart-list__inner {
        padding-left: 20px; } }
    .chart-list__inner:after {
      display: block;
      content: "";
      position: absolute;
      right: 4.55729vw;
      width: 5.85938vw;
      height: 5.20833vw;
      background-image: url(../img/chart/icon_book.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 768px) {
        .chart-list__inner:after {
          right: 23.33333px;
          width: 30px;
          height: 27.33333px; } }
  .chart-list__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 7.29167vw;
    font-family: "Cinzel", sans-serif; }
    @media only screen and (min-width: 768px) {
      .chart-list__head {
        font-size: 37.33333px; } }
  .chart-list__sub {
    margin-top: 2.60417vw;
    font-size: 4.16667vw;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .chart-list__sub {
        margin-top: 13.33333px;
        font-size: 21.33333px; } }

.chart-bottom {
  width: 100%;
  background-color: #243130;
  padding: 7.8125vw; }
  @media only screen and (min-width: 768px) {
    .chart-bottom {
      padding: 40px; } }
  .chart-bottom__text {
    font-size: 3.125vw;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (min-width: 768px) {
      .chart-bottom__text {
        font-size: 16px; } }

.case-section__input--text, .case-section__input--plane, .case-section__input--check, .case-section__input--select, .case-section__half--input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 20.83333vw;
  border: 1.30208vw solid #000;
  background-color: #fff;
  font-size: 6.25vw;
  font-weight: bold;
  color: #243130;
  padding: 0 3.90625vw;
  line-height: 2; }
  @media only screen and (min-width: 768px) {
    .case-section__input--text, .case-section__input--plane, .case-section__input--check, .case-section__input--select, .case-section__half--input {
      height: 106.66667px;
      border-width: 6.66667px;
      font-size: 32px;
      padding: 0 20px; } }

.case {
  min-height: 100vh; }
  .case.ex {
    min-height: auto; }
  .case-text {
    font-size: 3.64583vw;
    color: #243130;
    margin-top: 7.8125vw;
    line-height: 1.5;
    padding: 0 2.60417vw;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .case-text {
        font-size: 18.66667px;
        padding: 0 13.33333px;
        margin-top: 40px; } }
  .case-header {
    width: 100%;
    background-color: #243130;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3.90625vw 2.60417vw;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 768px) {
      .case-header {
        padding: 20px 13.33333px; } }
    .case-header__logo {
      width: 39.84375vw; }
      @media only screen and (min-width: 768px) {
        .case-header__logo {
          width: 204px; } }
    .case-header__exp {
      display: block;
      width: 10.41667vw;
      margin-left: 3.90625vw; }
      @media only screen and (min-width: 768px) {
        .case-header__exp {
          width: 53.33333px;
          margin-left: 20px; } }
      .case-header__exp.js-off {
        display: none; }
    .case-header__menu {
      display: block;
      width: 33.85417vw; }
      @media only screen and (min-width: 768px) {
        .case-header__menu {
          width: 173.33333px; } }
      .case-header__menu.js-off {
        display: none; }
  .case-main {
    width: 100%;
    height: 71.61458vw;
    background-image: url(../img/case/main_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2.60417vw;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .case-main {
        height: 366.66667px;
        padding: 0 13.33333px; } }
    .case-main__num {
      font-family: "Cinzel", sans-serif;
      font-size: 7.29167vw;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .case-main__num {
          font-size: 37.33333px; } }
    .case-main__title {
      margin-top: 2.60417vw;
      font-size: 11.45833vw;
      font-weight: bold;
      color: #243130;
      line-height: 1.25; }
      @media only screen and (min-width: 768px) {
        .case-main__title {
          margin-top: 13.33333px;
          font-size: 58.66667px; } }
      .case-main__title.case_6 {
        font-size: 10.41667vw; }
        @media only screen and (min-width: 768px) {
          .case-main__title.case_6 {
            font-size: 53.33333px; } }
    .case-main__eng {
      margin-top: 4.29688vw;
      font-size: 4.16667vw;
      color: #a9841f;
      font-family: "Homemade Apple", cursive; }
      @media only screen and (min-width: 768px) {
        .case-main__eng {
          margin-top: 22px;
          font-size: 21.33333px; } }
      .case-main__eng.case_3 {
        font-size: 3.38542vw; }
        @media only screen and (min-width: 768px) {
          .case-main__eng.case_3 {
            font-size: 17.33333px; } }
      .case-main__eng.case_6 {
        font-size: 3.90625vw; }
        @media only screen and (min-width: 768px) {
          .case-main__eng.case_6 {
            font-size: 20px; } }
      .case-main__eng.case_7 {
        font-size: 3.90625vw; }
        @media only screen and (min-width: 768px) {
          .case-main__eng.case_7 {
            font-size: 20px; } }
    .case-main__thumb {
      width: 100vw;
      margin-top: -11.97917vw; }
      @media only screen and (min-width: 768px) {
        .case-main__thumb {
          width: 512px;
          margin-top: -61.33333px; } }
  .case-section__inner {
    padding: 9.11458vw 2.60417vw 10.41667vw;
    position: relative; }
    .case-section__inner.js-hide {
      display: none; }
    .case-section__inner.js-show {
      display: block; }
    @media only screen and (min-width: 768px) {
      .case-section__inner {
        padding: 46.66667px 13.33333px 53.33333px; } }
    .case-section__inner:not(:first-child):before {
      display: block;
      content: "";
      width: 94.79167vw;
      height: 1px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      background-image: url(../img/case/border.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .case-section__inner:not(:first-child):before {
          width: 485.33333px; } }
  .case-section__head {
    display: inline-block;
    padding: 2.60417vw;
    border-left: 2.60417vw solid #000;
    background-color: #243130;
    font-size: 5.20833vw;
    margin-left: -2.60417vw; }
    @media only screen and (min-width: 768px) {
      .case-section__head {
        padding: 13.33333px;
        border-left: 13.33333px solid #000;
        font-size: 26.66667px;
        margin-left: -13.33333px; } }
  .case-section__img {
    position: relative;
    margin-top: 7.8125vw; }
    @media only screen and (min-width: 768px) {
      .case-section__img {
        margin-top: 40px; } }
  .case-section__text {
    font-size: 3.64583vw;
    color: #243130;
    margin-top: 7.8125vw;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .case-section__text {
        font-size: 18.66667px;
        margin-top: 40px; } }
  .case-section__guide {
    margin-top: 5.20833vw;
    font-size: 3.38542vw;
    color: #243130;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .case-section__guide {
        margin-top: 26.66667px;
        font-size: 17.33333px; } }
    .case-section__guide:before {
      display: block;
      content: "";
      width: 13.80208vw;
      height: 4.55729vw;
      background-image: url(../img/case/guide.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin-bottom: 1.30208vw; }
      @media only screen and (min-width: 768px) {
        .case-section__guide:before {
          width: 70.66667px;
          height: 23.33333px;
          margin-bottom: 6.66667px; } }
  .case-section__btn--voice {
    display: block;
    width: 100%;
    height: 20.83333vw;
    padding: 1.30208vw;
    font-size: 6.25vw;
    background-color: #a9841f;
    color: #ffffeb;
    margin-top: 7.8125vw; }
    @media only screen and (min-width: 768px) {
      .case-section__btn--voice {
        height: 106.66667px;
        padding: 6.66667px;
        font-size: 32px; } }
    .case-section__btn--voice > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 100%;
      padding-left: 3.90625vw;
      border: 1px solid #fff; }
      @media only screen and (min-width: 768px) {
        .case-section__btn--voice > span {
          padding-left: 20px; } }
    @media only screen and (min-width: 768px) {
      .case-section__btn--voice {
        margin-top: 40px; } }
    .case-section__btn--voice > span:after {
      display: block;
      content: "";
      position: absolute;
      right: 3.90625vw;
      width: 4.55729vw;
      height: 10.15625vw;
      background-image: url(../img/case/icon_voice.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .case-section__btn--voice > span:after {
          right: 20px;
          width: 24px;
          height: 52px; } }
    .case-section__btn--voice.notop {
      margin-top: 0; }
  .case-section__btn--answer {
    display: block;
    width: 100%;
    height: 20.83333vw;
    padding: 1.30208vw;
    font-size: 6.25vw;
    background-color: #a9841f;
    color: #ffffeb;
    margin-top: 7.8125vw; }
    @media only screen and (min-width: 768px) {
      .case-section__btn--answer {
        height: 106.66667px;
        padding: 6.66667px;
        font-size: 32px; } }
    .case-section__btn--answer > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 100%;
      padding-left: 3.90625vw;
      border: 1px solid #fff; }
      @media only screen and (min-width: 768px) {
        .case-section__btn--answer > span {
          padding-left: 20px; } }
    @media only screen and (min-width: 768px) {
      .case-section__btn--answer {
        margin-top: 40px; } }
    .case-section__btn--answer > span:after {
      display: block;
      content: "";
      position: absolute;
      right: 3.90625vw;
      width: 5.07812vw;
      height: 7.8125vw;
      background-image: url(../img/case/icon_answer.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .case-section__btn--answer > span:after {
          right: 20px;
          width: 26px;
          height: 40px; } }
    .case-section__btn--answer.bene {
      background-color: #243130 !important; }
      .case-section__btn--answer.bene > span {
        background-color: #243130; }
  .case-section__btn--link {
    display: block;
    width: 100%;
    height: 20.83333vw;
    padding: 1.30208vw;
    font-size: 6.25vw;
    background-color: #a9841f;
    color: #a9841f;
    margin-top: 7.8125vw;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .case-section__btn--link {
        height: 106.66667px;
        padding: 6.66667px;
        font-size: 32px; } }
    .case-section__btn--link > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 100%;
      padding-left: 3.90625vw;
      border: 1px solid #fff; }
      @media only screen and (min-width: 768px) {
        .case-section__btn--link > span {
          padding-left: 20px; } }
    @media only screen and (min-width: 768px) {
      .case-section__btn--link {
        margin-top: 40px; } }
    .case-section__btn--link > span {
      background-color: #ffffeb; }
      .case-section__btn--link > span:after {
        display: block;
        content: "";
        position: absolute;
        right: 3.90625vw;
        width: 5.98958vw;
        height: 7.68229vw;
        background-image: url(../img/case/icon_link.png);
        background-repeat: no-repeat;
        background-size: contain; }
        @media only screen and (min-width: 768px) {
          .case-section__btn--link > span:after {
            right: 20px;
            width: 26px;
            height: 34.66667px; } }
  .case-section__btn--prologue {
    display: block;
    width: 100%;
    height: 20.83333vw;
    padding: 1.30208vw;
    font-size: 6.25vw;
    background-color: #a9841f;
    color: #ffffeb;
    margin-top: 1.30208vw; }
    @media only screen and (min-width: 768px) {
      .case-section__btn--prologue {
        height: 106.66667px;
        padding: 6.66667px;
        font-size: 32px; } }
    .case-section__btn--prologue > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 100%;
      padding-left: 3.90625vw;
      border: 1px solid #fff; }
      @media only screen and (min-width: 768px) {
        .case-section__btn--prologue > span {
          padding-left: 20px; } }
    @media only screen and (min-width: 768px) {
      .case-section__btn--prologue {
        margin-top: 6.66667px; } }
    .case-section__btn--prologue:not(:first-child) {
      margin-top: 7.8125vw; }
      @media only screen and (min-width: 768px) {
        .case-section__btn--prologue:not(:first-child) {
          margin-top: 40px; } }
    .case-section__btn--prologue > span:after {
      display: block;
      content: "";
      position: absolute;
      right: 3.90625vw;
      width: 10.41667vw;
      height: 10.41667vw;
      background-image: url(../img/prologue/btn_play.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .case-section__btn--prologue > span:after {
          right: 20px;
          width: 53.33333px;
          height: 53.33333px; } }
  .case-section__question {
    margin-top: 7.8125vw;
    color: #243130; }
    @media only screen and (min-width: 768px) {
      .case-section__question {
        margin-top: 40px; } }
    .case-section__question--wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .case-section__question--head {
      font-size: 10.41667vw;
      font-family: "Cinzel", sans-serif; }
      @media only screen and (min-width: 768px) {
        .case-section__question--head {
          font-size: 53.33333px; } }
    .case-section__question--text {
      margin-top: 3.90625vw;
      font-size: 5.20833vw;
      font-weight: bold;
      line-height: 1.4; }
      @media only screen and (min-width: 768px) {
        .case-section__question--text {
          margin-top: 20px;
          font-size: 26.66667px; } }
      .case-section__question--text.bene {
        color: #243130; }
      .case-section__question--text > span {
        font-size: 4.16667vw; }
        @media only screen and (min-width: 768px) {
          .case-section__question--text > span {
            font-size: 21.33333px; } }
    .case-section__question--info {
      margin-top: 5.20833vw;
      margin-bottom: -2.60417vw;
      font-size: 5.20833vw;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .case-section__question--info {
          margin-top: 26.66667px;
          margin-bottom: -13.33333px;
          font-size: 26.66667px; } }
    .case-section__question--hint {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      width: 26.04167vw;
      height: 9.11458vw;
      padding-left: 3.90625vw;
      font-size: 4.16667vw;
      color: #ffffeb;
      border-radius: 4.55729vw;
      margin-left: 4.55729vw;
      margin-top: 0.65104vw; }
      @media only screen and (min-width: 768px) {
        .case-section__question--hint {
          width: 133.33333px;
          height: 46.66667px;
          padding-left: 20px;
          font-size: 21.33333px;
          margin-left: 23.33333px;
          margin-top: 3.33333px; } }
      .case-section__question--hint.h0 {
        margin-left: 9.11458vw; }
        @media only screen and (min-width: 768px) {
          .case-section__question--hint.h0 {
            margin-left: 46.66667px; } }
      .case-section__question--hint:before {
        display: block;
        content: "";
        position: absolute;
        right: 3.90625vw;
        width: 4.16667vw;
        height: 0.26042vw;
        background-color: #ffffeb; }
        @media only screen and (min-width: 768px) {
          .case-section__question--hint:before {
            right: 20px;
            width: 21.33333px;
            height: 1.33333px; } }
      .case-section__question--hint:after {
        display: block;
        content: "";
        position: absolute;
        right: 5.98958vw;
        width: 0.26042vw;
        height: 4.16667vw;
        background-color: #ffffeb; }
        @media only screen and (min-width: 768px) {
          .case-section__question--hint:after {
            right: 30.66667px;
            width: 1.33333px;
            height: 21.33333px; } }
  .case-section__input {
    margin-top: 7.8125vw; }
    @media only screen and (min-width: 768px) {
      .case-section__input {
        margin-top: 40px; } }
    .case-section__input--text::-webkit-input-placeholder {
      color: #dcdcdc;
      font-weight: bold; }
    .case-section__input--text::-moz-placeholder {
      color: #dcdcdc;
      font-weight: bold; }
    .case-section__input--text:-ms-input-placeholder {
      color: #dcdcdc;
      font-weight: bold; }
    .case-section__input--text::placeholder {
      color: #dcdcdc;
      font-weight: bold; }
    .case-section__input--text.js-mistake {
      background-color: #eeeeee; }
    .case-section__input--text.bene {
      border-color: #243130 !important; }
    .case-section__input--plane.bottom {
      margin-top: 5.20833vw; }
      @media only screen and (min-width: 768px) {
        .case-section__input--plane.bottom {
          margin-top: 26.66667px; } }
    .case-section__input--check {
      border-left: 16.14583vw solid #000;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .case-section__input--check {
          border-left: 82.66667px solid #000; } }
      .case-section__input--check.js-mistake {
        background-color: #eeeeee; }
      .case-section__input--check:before {
        display: block;
        content: "";
        position: absolute;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        top: 50%;
        left: -9.89583vw;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 3.51562vw;
        height: 3.51562vw;
        border: 1px solid #ffffeb;
        background-color: #ffffeb;
        border-radius: 100px; }
        @media only screen and (min-width: 768px) {
          .case-section__input--check:before {
            left: -50.66667px;
            width: 18px;
            height: 18px; } }
      .case-section__input--check:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -10.54688vw;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 4.94792vw;
        height: 4.94792vw;
        border: 1px solid #ffffeb;
        border-radius: 100px; }
        @media only screen and (min-width: 768px) {
          .case-section__input--check:after {
            left: -54px;
            width: 25.33333px;
            height: 25.33333px; } }
    .case-section__input--box {
      width: 100%;
      position: relative;
      margin-top: 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .case-section__input--box {
          margin-top: 13.33333px; } }
      .case-section__input--box:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 5.20833vw;
        width: 4.81771vw;
        height: 4.16667vw;
        background-image: url(../img/case/icon_select.png);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none; }
        @media only screen and (min-width: 768px) {
          .case-section__input--box:after {
            right: 26.66667px;
            width: 24.66667px;
            height: 21.33333px; } }
    .case-section__input--select {
      color: #dcdcdc;
      border-right: 16.14583vw solid #000; }
      @media only screen and (min-width: 768px) {
        .case-section__input--select {
          border-right: 82.66667px solid #000; }
          .case-section__input--select:hover {
            cursor: pointer; } }
      .case-section__input--select.js-mistake {
        background-color: #eeeeee; }
    .case-section__input--arrow {
      width: 6.64062vw;
      height: 7.29167vw;
      margin: 2.60417vw auto -2.60417vw;
      background-image: url(../img/case/icon_arrow.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .case-section__input--arrow {
          width: 34px;
          height: 37.33333px;
          margin: 13.33333px auto -13.33333px; } }
    .case-section__input--plus {
      width: 7.29167vw;
      height: 7.29167vw;
      margin: 5.20833vw auto -2.60417vw;
      background-image: url(../img/case/icon_plus.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .case-section__input--plus {
          width: 37.33333px;
          height: 37.33333px;
          margin: 26.66667px auto -13.33333px; } }
    .case-section__input--tag {
      display: inline-block;
      padding: 2.60417vw;
      color: #ffffeb;
      font-size: 5.20833vw; }
      @media only screen and (min-width: 768px) {
        .case-section__input--tag {
          padding: 13.33333px;
          font-size: 26.66667px; } }
    .case-section__input--box {
      margin-top: 5.20833vw; }
      @media only screen and (min-width: 768px) {
        .case-section__input--box {
          margin-top: 26.66667px; } }
  .case-section__half:not(:first-child) {
    margin-top: 5.20833vw; }
    @media only screen and (min-width: 768px) {
      .case-section__half:not(:first-child) {
        margin-top: 26.66667px; } }
  .case-section__half--inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .case-section__half--inner:not(:first-child) {
      margin-top: 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .case-section__half--inner:not(:first-child) {
          margin-top: 13.33333px; } }
  .case-section__half--input {
    width: 47.39583vw; }
    .case-section__half--input::-webkit-input-placeholder {
      color: #dcdcdc;
      font-weight: bold; }
    .case-section__half--input::-moz-placeholder {
      color: #dcdcdc;
      font-weight: bold; }
    .case-section__half--input:-ms-input-placeholder {
      color: #dcdcdc;
      font-weight: bold; }
    .case-section__half--input::placeholder {
      color: #dcdcdc;
      font-weight: bold; }
    .case-section__half--input.js-mistake {
      background-color: #eeeeee; }
    @media only screen and (min-width: 768px) {
      .case-section__half--input {
        width: 242.66667px; } }
  .case-section__half--text {
    font-size: 5.20833vw;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .case-section__half--text {
        font-size: 26.66667px; } }
  .case-section__half--after {
    font-size: 5.20833vw;
    font-weight: bold;
    margin-left: 2.60417vw; }
    @media only screen and (min-width: 768px) {
      .case-section__half--after {
        font-size: 26.66667px;
        margin-left: 13.33333px; } }
  .case-section__bomb {
    display: block;
    position: absolute;
    width: 10.41667vw;
    height: 10.41667vw;
    background-image: url(../img/case/6/btn_play.png);
    background-size: cover;
    background-repeat: no-repeat; }
    .case-section__bomb.js-stop {
      background-image: url(../img/case/6/btn_stop.png); }
    @media only screen and (min-width: 768px) {
      .case-section__bomb {
        width: 53.33333px;
        height: 53.33333px; } }
    .case-section__bomb:nth-of-type(1) {
      top: 55.20833vw;
      left: 28.90625vw; }
      @media only screen and (min-width: 768px) {
        .case-section__bomb:nth-of-type(1) {
          top: 282.66667px;
          left: 148px; } }
    .case-section__bomb:nth-of-type(2) {
      top: 68.61979vw;
      left: 15.49479vw; }
      @media only screen and (min-width: 768px) {
        .case-section__bomb:nth-of-type(2) {
          top: 351.33333px;
          left: 79.33333px; } }
    .case-section__bomb:nth-of-type(3) {
      top: 81.77083vw;
      left: 2.21354vw; }
      @media only screen and (min-width: 768px) {
        .case-section__bomb:nth-of-type(3) {
          top: 418.66667px;
          left: 11.33333px; } }
  .case-footer {
    width: 100%;
    padding: 10.41667vw 2.60417vw;
    background-color: #243130;
    text-align: center; }
    .case-footer.js-hide {
      display: none; }
    @media only screen and (min-width: 768px) {
      .case-footer {
        padding: 53.33333px 13.33333px; } }
    .case-footer__text {
      font-size: 8.33333vw; }
      @media only screen and (min-width: 768px) {
        .case-footer__text {
          font-size: 42.66667px; } }
    .case-footer__eng {
      margin-top: 3.25521vw;
      font-size: 4.16667vw;
      font-family: "Homemade Apple", cursive;
      color: #a9841f; }
      @media only screen and (min-width: 768px) {
        .case-footer__eng {
          margin-top: 16.66667px;
          font-size: 21.33333px; } }
    .case-footer__btn {
      display: block;
      margin-top: 6.51042vw;
      width: 94.79167vw;
      height: 28.64583vw;
      padding: 1.30208vw;
      background-color: #a9841f; }
      .case-footer__btn.prologue {
        margin-top: 0; }
      @media only screen and (min-width: 768px) {
        .case-footer__btn {
          margin-top: 33.33333px;
          margin-top: 33.33333px;
          width: 485.33333px;
          height: 146.66667px;
          padding: 6.66667px; } }
      .case-footer__btn--box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        padding: 3.25521vw;
        border: 0.52083vw solid #243130;
        background-color: #ffffeb; }
        @media only screen and (min-width: 768px) {
          .case-footer__btn--box {
            border-width: 2.66667px;
            padding: 16.66667px; } }
        .case-footer__btn--box:after {
          display: block;
          content: "";
          width: 4.94792vw;
          height: 5.07812vw;
          background-image: url(../img/case/icon_footer.png);
          background-size: contain; }
          @media only screen and (min-width: 768px) {
            .case-footer__btn--box:after {
              width: 25.33333px;
              height: 26px; } }
      .case-footer__btn--eng {
        display: block;
        font-size: 5.20833vw;
        font-family: "Cinzel", sans-serif;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .case-footer__btn--eng {
            font-size: 26.66667px; } }
      .case-footer__btn--jp {
        display: block;
        font-size: 5.98958vw;
        font-weight: bold; }
        @media only screen and (min-width: 768px) {
          .case-footer__btn--jp {
            font-size: 30.66667px; } }
  .case-voice {
    position: fixed;
    display: none;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 2.60417vw;
    background-image: url(../img/case/voice/bg.png);
    background-color: #ffffeb;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100; }
    @media only screen and (min-width: 768px) {
      .case-voice {
        padding: 0 13.33333px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 512px; } }
    .case-voice.js-show {
      display: block; }
    .case-voice .pro-trans__bottom {
      pointer-events: none;
      color: #243130; }
    .case-voice .pro-btn__link > span {
      color: #243130; }
    .case-voice__play {
      display: block;
      width: 17.1875vw;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 100; }
      .case-voice__play.js-stop {
        background-image: url(../img/case/voice/stop.png); }
      .case-voice__play.js-play {
        background-image: url(../img/case/voice/play.png); }
      .case-voice__play.js-off {
        background-image: url(../img/case/voice/play_off.png);
        pointer-events: none; }
      @media only screen and (min-width: 768px) {
        .case-voice__play {
          width: 88px; } }
    .case-voice__screen {
      width: 100%;
      height: 152.08333vw;
      background-image: url(../img/case/voice/bg_screen.png);
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .case-voice__screen {
          height: 778.66667px;
          background-size: cover; } }
      .case-voice__screen--chara {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: absolute;
        width: 83.59375vw;
        height: 62.5vw;
        left: 50%;
        top: 23.17708vw;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border: 1px solid #3e4e59;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 100;
        background: #8398a6;
        background: linear-gradient(90deg, #8398a6 0%, white 50%, #8398a6 100%); }
        @media only screen and (min-width: 768px) {
          .case-voice__screen--chara {
            width: 428px;
            height: 320px;
            top: 118.66667px; } }
        .case-voice__screen--chara.count_1 .case-voice__screen--img {
          width: 100%;
          top: 0; }
        .case-voice__screen--chara.count_2 .case-voice__screen--img, .case-voice__screen--chara.count_3 .case-voice__screen--img {
          width: 69.79167vw;
          top: 0.91146vw; }
          @media only screen and (min-width: 768px) {
            .case-voice__screen--chara.count_2 .case-voice__screen--img, .case-voice__screen--chara.count_3 .case-voice__screen--img {
              width: 357.33333px;
              top: 4.66667px; } }
      .case-voice__screen--inner {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        overflow: hidden;
        position: relative; }
        .case-voice__screen--inner.eureka {
          background: #a59a83;
          background: linear-gradient(90deg, #a59a83 0%, white 50%, #a59a83 100%); }
        .case-voice__screen--inner.nagumo {
          background: #a2959e;
          background: linear-gradient(90deg, #a2959e 0%, white 50%, #a2959e 100%); }
        .case-voice__screen--inner.honda {
          background: #b58088;
          background: linear-gradient(90deg, #b58088 0%, white 50%, #b58088 100%); }
        .case-voice__screen--inner.mob {
          background: #8398a6;
          background: linear-gradient(90deg, #8398a6 0%, white 50%, #8398a6 100%); }
        .case-voice__screen--inner.none {
          background: #8398a6;
          background: linear-gradient(90deg, #8398a6 0%, white 50%, #8398a6 100%); }
      .case-voice__screen--img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .case-voice__screen--text {
        width: 100%;
        font-size: 7.8125vw;
        color: #243130;
        position: absolute;
        bottom: 14.32292vw;
        font-weight: bold;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .case-voice__screen--text {
            font-size: 40px;
            bottom: 73.33333px; } }
        .case-voice__screen--text.on {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .case-voice__screen--num {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        z-index: 10;
        padding-left: 3.51562vw;
        padding-top: 0vw;
        width: 25.26042vw;
        height: 8.85417vw;
        top: 132.16146vw;
        right: 2.60417vw;
        font-size: 3.38542vw;
        letter-spacing: 0.1em;
        font-family: "dseg", cursive;
        color: #5c6b76;
        background-image: url(../img/case/voice/bg_number.png);
        background-size: cover;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 768px) {
          .case-voice__screen--num {
            padding-left: 18px;
            padding-top: 0px;
            width: 129.33333px;
            height: 45.33333px;
            top: 676.66667px;
            right: 13.33333px;
            font-size: 17.33333px; } }
        .case-voice__screen--num:before {
          display: block;
          content: "";
          position: absolute;
          width: 24.21875vw;
          height: 7.8125vw;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-image: url(../img/case/voice/before_number.png);
          background-size: cover;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 768px) {
            .case-voice__screen--num:before {
              width: 124px;
              height: 40px; } }
      .case-voice__screen--place {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        right: 7.8125vw;
        top: 72.91667vw;
        padding: 0 2.60417vw;
        height: 10.41667vw;
        font-size: 5.20833vw;
        pointer-events: none;
        z-index: 101; }
        @media only screen and (min-width: 768px) {
          .case-voice__screen--place {
            padding: 0 13.33333px;
            right: 40px;
            top: 373.33333px;
            height: 53.33333px;
            font-size: 26.66667px; } }
        .case-voice__screen--place:before {
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          background-color: #243130; }
        .case-voice__screen--place > span {
          position: relative;
          z-index: 10; }
    .case-voice__digital {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      top: 93.09896vw;
      left: 50%;
      width: 86.97917vw;
      height: 18.22917vw;
      background-color: #5c6b76;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 1.30208vw; }
      @media only screen and (min-width: 768px) {
        .case-voice__digital {
          top: 476.66667px;
          width: 445.33333px;
          height: 93.33333px;
          padding: 6.66667px; } }
      .case-voice__digital--inner {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 65.75521vw;
        height: 100%;
        background-color: #171f1e;
        padding-left: 3.90625vw; }
        @media only screen and (min-width: 768px) {
          .case-voice__digital--inner {
            width: 336.66667px;
            padding-left: 20px; } }
      .case-voice__digital--time {
        font-size: 6.25vw;
        line-height: 2;
        font-weight: bold;
        font-family: "dseg", cursive;
        letter-spacing: 0.1em;
        overflow: hidden;
        -webkit-font-smoothing: antialiased; }
        @media only screen and (min-width: 768px) {
          .case-voice__digital--time {
            font-size: 32px; } }
      .case-voice__digital--text {
        font-weight: bold;
        font-family: "dseg", cursive;
        margin-left: 2.60417vw;
        font-size: 2.08333vw; }
        @media only screen and (min-width: 768px) {
          .case-voice__digital--text {
            font-size: 10.66667px;
            margin-left: 13.33333px; } }
        .case-voice__digital--text > span {
          display: inline-block;
          line-height: 1;
          padding: 0.52083vw 0.78125vw 0.39062vw;
          margin-top: 0.26042vw; }
          @media only screen and (min-width: 768px) {
            .case-voice__digital--text > span {
              padding: 2.66667px 4px 2px;
              margin-top: 2.66667px; } }
    .case-voice__prog {
      position: absolute;
      top: 0.91146vw;
      right: 0.91146vw;
      width: 28.38542vw;
      height: 13.80208vw; }
      @media only screen and (min-width: 768px) {
        .case-voice__prog {
          top: 4.66667px;
          right: 4.66667px;
          width: 145.33333px;
          height: 70.66667px; } }
      .case-voice__prog--item {
        position: absolute;
        right: 0; }
      .case-voice__prog--on {
        position: absolute;
        top: 0;
        right: 0; }
    .case-voice__close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 15.625vw; }
      @media only screen and (min-width: 768px) {
        .case-voice__close {
          width: 80px; } }
      .case-voice__close.js-off {
        pointer-events: none;
        display: none; }
    .case-voice__bar {
      position: absolute;
      width: 86.97917vw;
      height: 6.51042vw;
      top: 116.53646vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #171f1e; }
      .case-voice__bar--now {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        max-width: 99.9%;
        background-color: #ffffea; }
      @media only screen and (min-width: 768px) {
        .case-voice__bar {
          top: 596.66667px;
          width: 445.33333px;
          height: 33.33333px; } }
      .case-voice__bar input[type="range"] {
        -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
        cursor: pointer;
        outline: none;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 10; }
        .case-voice__bar input[type="range"]::-webkit-slider-thumb {
          -webkit-appearance: none;
          width: 7.55208vw;
          height: 11.19792vw;
          background-image: url(../img/case/voice/cursor.png);
          background-size: cover;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 768px) {
            .case-voice__bar input[type="range"]::-webkit-slider-thumb {
              width: 40px;
              height: 60px; } }
          .case-voice__bar input[type="range"]::-webkit-slider-thumb:before {
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            background-color: #fff; }
        .case-voice__bar input[type="range"]::-moz-range-thumb {
          width: 7.55208vw;
          height: 11.19792vw;
          background-image: url(../img/case/voice/cursor.png);
          background-size: cover;
          background-repeat: no-repeat;
          border: none;
          box-shadow: 0 0 3px #fff;
          position: relative;
          z-index: 100; }
          @media only screen and (min-width: 768px) {
            .case-voice__bar input[type="range"]::-moz-range-thumb {
              width: 33.33333px;
              height: 60px; } }
        .case-voice__bar input[type="range"]::-moz-focus-outer {
          border: 0; }
        .case-voice__bar input[type="range"]:active::-webkit-slider-thumb {
          box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3); }
    .case-voice__last {
      position: relative;
      z-index: 100;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #8398a6;
      background: linear-gradient(90deg, #8398a6 0%, white 50%, #8398a6 100%);
      text-align: center;
      color: #243130;
      cursor: pointer; }
      .case-voice__last--top {
        font-size: 23.4375vw;
        font-family: "Cinzel", sans-serif;
        font-weight: bold; }
        @media only screen and (min-width: 768px) {
          .case-voice__last--top {
            font-size: 120px; } }
      .case-voice__last--bottom {
        font-size: 4.16667vw;
        font-weight: bold; }
        @media only screen and (min-width: 768px) {
          .case-voice__last--bottom {
            font-size: 21.33333px; } }
    .case-voice__circle {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .case-voice__circle--item {
        position: absolute;
        display: block;
        width: 61.19792vw;
        height: 61.19792vw;
        border-radius: 100%;
        border: 0.52083vw solid #fff; }
        @media only screen and (min-width: 768px) {
          .case-voice__circle--item {
            width: 313.33333px;
            height: 313.33333px;
            border-width: 2.66667px; } }
  .case-answer {
    position: fixed;
    z-index: 2;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.60417vw;
    z-index: 100;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .case-answer {
        padding: 13.33333px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 512px; } }
    .case-answer__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(169, 132, 31, 0.9);
      cursor: pointer; }
    .case-answer.mistake .case-answer__inner {
      background-color: #243130;
      border: 1.30208vw solid #ffffeb; }
      @media only screen and (min-width: 768px) {
        .case-answer.mistake .case-answer__inner {
          border: 6.66667px solid #ffffeb; } }
    .case-answer.clear .case-answer__inner {
      background-color: #ffffeb;
      border: 1.30208vw solid #243130; }
      @media only screen and (min-width: 768px) {
        .case-answer.clear .case-answer__inner {
          border: 6.66667px solid #243130; } }
    .case-answer.clear .case-answer__text > span {
      color: #243130; }
    .case-answer__inner {
      position: relative;
      width: 100%;
      height: 65.10417vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .case-answer__inner {
          height: 333.33333px; } }
    .case-answer__text {
      font-size: 13.02083vw;
      font-weight: bold;
      font-family: "Cinzel", sans-serif;
      color: #a9841f; }
      @media only screen and (min-width: 768px) {
        .case-answer__text {
          font-size: 66.66667px; } }
      .case-answer__text > b {
        display: block;
        font-size: 0.4em;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        color: #a9841f; }
      .case-answer__text > small {
        display: block;
        font-size: 0.3em;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        color: #a9841f; }
      .case-answer__text > span {
        display: block;
        font-size: 4.16667vw;
        margin-top: 2.60417vw;
        font-family: "Noto Serif JP", serif;
        color: #ffffeb;
        line-height: 1.4; }
        @media only screen and (min-width: 768px) {
          .case-answer__text > span {
            font-size: 21.33333px;
            margin-top: 13.33333px; } }
    .case-answer__close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 15.625vw; }
      @media only screen and (min-width: 768px) {
        .case-answer__close {
          width: 80px; } }
  .case-hint {
    position: fixed;
    z-index: 2;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
    @media only screen and (min-width: 768px) {
      .case-hint {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 512px; } }
    .case-hint.prologue .case-hint__head {
      color: #a9841f; }
    .case-hint.prologue .case-hint__sub {
      color: #a9841f; }
    .case-hint.prologue .case-hint__btn {
      background-color: #a9841f; }
    .case-hint.prologue .case-hint__list--item {
      border-color: #a9841f; }
    .case-hint.js-show {
      display: block; }
    .case-hint__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(169, 132, 31, 0.9);
      cursor: pointer; }
    .case-hint__inner {
      position: relative;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      padding: 0 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .case-hint__inner {
          padding: 0 13.33333px; } }
    .case-hint__box {
      padding: 7.8125vw 5.20833vw;
      margin: 18.22917vw 0 0;
      border: 1.30208vw solid #243130;
      overflow: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
      background-color: #ffffeb;
      pointer-events: auto; }
      .case-hint__box::-webkit-scrollbar {
        display: none; }
      @media only screen and (min-width: 768px) {
        .case-hint__box {
          margin: 93.33333px 0 0;
          padding: 40px 26.66667px;
          border: 6.66667px solid #243130; } }
    .case-hint__sub {
      font-size: 5.20833vw;
      text-align: left;
      font-weight: bold;
      margin-bottom: 4.55729vw; }
      @media only screen and (min-width: 768px) {
        .case-hint__sub {
          font-size: 26.66667px;
          margin-bottom: 23.33333px; } }
    .case-hint__close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 15.625vw; }
      @media only screen and (min-width: 768px) {
        .case-hint__close {
          width: 80px; } }
    .case-hint__head {
      font-size: 10.41667vw;
      font-family: "Cinzel", sans-serif;
      text-align: center;
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .case-hint__head {
          font-size: 53.33333px; } }
    .case-hint__list {
      margin-top: 6.51042vw; }
      @media only screen and (min-width: 768px) {
        .case-hint__list {
          margin-top: 33.33333px; } }
      .case-hint__list--item {
        position: relative;
        text-align: center; }
        .case-hint__list--item:not(:first-child) {
          margin-top: 7.8125vw;
          padding-top: 7.8125vw;
          border-top: 1px solid #000; }
          @media only screen and (min-width: 768px) {
            .case-hint__list--item:not(:first-child) {
              margin-top: 40px;
              padding-top: 40px; } }
    .case-hint__text {
      font-size: 3.64583vw;
      color: #243130;
      line-height: 1.5;
      text-align: left;
      font-weight: normal; }
      @media only screen and (min-width: 768px) {
        .case-hint__text {
          font-size: 18.66667px; } }
      .case-hint__text:not(:first-child) {
        margin-top: 3.90625vw; }
        @media only screen and (min-width: 768px) {
          .case-hint__text:not(:first-child) {
            margin-top: 20px; } }
    .case-hint__btn {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 9.11458vw;
      padding-right: 9.76562vw;
      padding-left: 3.90625vw;
      font-size: 4.16667vw;
      color: #ffffeb;
      border-radius: 4.55729vw;
      background-color: #fff;
      margin: 5.20833vw auto 0; }
      @media only screen and (min-width: 768px) {
        .case-hint__btn {
          height: 46.66667px;
          padding-right: 50px;
          padding-left: 20px;
          font-size: 21.33333px;
          margin: 26.66667px auto 0; } }
      .case-hint__btn.js-last:after {
        display: none; }
      .case-hint__btn.js-off {
        display: none; }
      .case-hint__btn:before {
        display: block;
        content: "";
        position: absolute;
        right: 3.90625vw;
        width: 4.16667vw;
        height: 0.26042vw;
        background-color: #ffffeb; }
        @media only screen and (min-width: 768px) {
          .case-hint__btn:before {
            right: 20px;
            width: 21.33333px;
            height: 1.33333px; } }
      .case-hint__btn:after {
        display: block;
        content: "";
        position: absolute;
        right: 5.98958vw;
        width: 0.26042vw;
        height: 4.16667vw;
        background-color: #ffffeb; }
        @media only screen and (min-width: 768px) {
          .case-hint__btn:after {
            right: 30.66667px;
            width: 1.33333px;
            height: 21.33333px; } }
    .case-hint__img {
      width: 100%;
      margin: 3.90625vw auto 0; }
      @media only screen and (min-width: 768px) {
        .case-hint__img {
          margin: 20px auto 0; } }
    .case-hint__closeBtn {
      display: block;
      position: relative;
      width: 100%;
      height: 20.83333vw;
      margin-top: 2.60417vw;
      margin-bottom: 18.22917vw;
      background-color: #243130;
      padding: 1.30208vw;
      font-size: 6.25vw;
      color: #ffffeb;
      font-family: "Cinzel", sans-serif;
      letter-spacing: 0.06em; }
      .case-hint__closeBtn.js-close > span:before {
        display: block;
        content: "";
        width: 5.46875vw;
        height: 3.38542vw;
        background-image: url(../img/guide/modal_close.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: -0.65104vw;
        margin-right: 2.60417vw; }
        @media only screen and (min-width: 768px) {
          .case-hint__closeBtn.js-close > span:before {
            width: 28px;
            height: 17.33333px;
            margin-top: -3.33333px;
            margin-right: 13.33333px; } }
      @media only screen and (min-width: 768px) {
        .case-hint__closeBtn {
          height: 106.66667px;
          margin-top: 13.33333px;
          margin-bottom: 93.33333px;
          padding: 6.66667px;
          font-size: 32px; } }
      .case-hint__closeBtn > span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        border: 1px solid #ffffeb;
        line-height: 1; }
    .case-hint__wrapper {
      margin-top: 4.55729vw; }
      @media only screen and (min-width: 768px) {
        .case-hint__wrapper {
          margin-top: 23.33333px; } }
    .case-hint__bold {
      font-size: 3.64583vw;
      color: #243130;
      font-weight: bold;
      text-align: left;
      line-height: calc(46/28); }
      @media only screen and (min-width: 768px) {
        .case-hint__bold {
          font-size: 18.66667px; } }
      .case-hint__bold:not(:first-child) {
        margin-top: 3.25521vw; }
        @media only screen and (min-width: 768px) {
          .case-hint__bold:not(:first-child) {
            margin-top: 16.66667px; } }
      .case-hint__bold--item:not(:first-child) {
        margin-top: 2.60417vw; }
        @media only screen and (min-width: 768px) {
          .case-hint__bold--item:not(:first-child) {
            margin-top: 13.33333px; } }
  .case-guide {
    position: fixed;
    display: none;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 2.60417vw;
    z-index: 100; }
    @media only screen and (min-width: 768px) {
      .case-guide {
        padding: 0 13.33333px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 512px; } }
    .case-guide__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(169, 132, 31, 0.9); }
    .case-guide__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      overflow-x: hidden; }
      @media only screen and (min-width: 768px) {
        .case-guide__inner {
          display: block; } }
    .case-guide__list {
      position: relative;
      z-index: 100;
      margin: 2.60417vw 0; }
      @media only screen and (min-width: 768px) {
        .case-guide__list {
          margin: 13.33333px 0; } }
      .case-guide__list--item {
        display: none; }
        .case-guide__list--item.js-show {
          display: block; }
    .case-guide__btn {
      display: block;
      position: relative;
      width: 100%;
      height: 20.83333vw;
      margin: 2.60417vw 0;
      background-color: #243130;
      padding: 1.30208vw;
      font-size: 6.25vw;
      color: #ffffeb;
      font-family: "Cinzel", sans-serif;
      letter-spacing: 0.06em; }
      .case-guide__btn.js-close > span:before {
        display: block;
        content: "";
        width: 5.46875vw;
        height: 3.38542vw;
        background-image: url(../img/guide/modal_close.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: -0.65104vw;
        margin-right: 2.60417vw; }
        @media only screen and (min-width: 768px) {
          .case-guide__btn.js-close > span:before {
            width: 28px;
            height: 17.33333px;
            margin-top: -3.33333px;
            margin-right: 13.33333px; } }
      @media only screen and (min-width: 768px) {
        .case-guide__btn {
          height: 106.66667px;
          margin: 13.33333px 0;
          padding: 6.66667px;
          font-size: 32px; } }
      .case-guide__btn > span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 100%;
        border: 1px solid #ffffeb;
        line-height: 1; }
  .case input[type=checkbox]:checked + .case-section__input--check:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .case.c0 .case-main__num {
    color: #a9841f; }
  .case.c0 .case-section__head {
    border-color: #a9841f; }
  .case.c0 .case-section__question {
    color: #a9841f; }
    .case.c0 .case-section__question--hint {
      border-color: #a9841f;
      background-color: #a9841f; }
  .case.c0 .case-section__btn--answer {
    background-color: #a9841f; }
  .case.c0 .case-section__input--text {
    border-color: #a9841f; }
  .case.c0 .case-section__input--select {
    border-color: #a9841f; }
  .case.c0 .case-section__input--check {
    border-color: #a9841f;
    color: #a9841f; }
  .case.c0 .case-section__input--tag {
    background-color: #a9841f; }
  .case.c0 .case-section__half--input {
    border-color: #a9841f; }
  .case-hint.case_0 .case-hint__head {
    color: #a9841f; }
  .case-hint.case_0 .case-hint__btn {
    border-color: #a9841f;
    background-color: #a9841f; }
  .case-hint.case_0 .case-hint__list--item {
    border-color: #a9841f; }
  .case-hint.case_0 .case-hint__sub {
    color: #a9841f; }
  .case.c1 .case-main__num {
    color: #25b7a0; }
  .case.c1 .case-section__head {
    border-color: #25b7a0; }
  .case.c1 .case-section__question {
    color: #25b7a0; }
    .case.c1 .case-section__question--hint {
      border-color: #25b7a0;
      background-color: #25b7a0; }
  .case.c1 .case-section__btn--answer {
    background-color: #25b7a0; }
  .case.c1 .case-section__input--text {
    border-color: #25b7a0; }
  .case.c1 .case-section__input--select {
    border-color: #25b7a0; }
  .case.c1 .case-section__input--check {
    border-color: #25b7a0;
    color: #25b7a0; }
  .case.c1 .case-section__input--tag {
    background-color: #25b7a0; }
  .case.c1 .case-section__half--input {
    border-color: #25b7a0; }
  .case-hint.case_1 .case-hint__head {
    color: #25b7a0; }
  .case-hint.case_1 .case-hint__btn {
    border-color: #25b7a0;
    background-color: #25b7a0; }
  .case-hint.case_1 .case-hint__list--item {
    border-color: #25b7a0; }
  .case-hint.case_1 .case-hint__sub {
    color: #25b7a0; }
  .case.c2 .case-main__num {
    color: #942527; }
  .case.c2 .case-section__head {
    border-color: #942527; }
  .case.c2 .case-section__question {
    color: #942527; }
    .case.c2 .case-section__question--hint {
      border-color: #942527;
      background-color: #942527; }
  .case.c2 .case-section__btn--answer {
    background-color: #942527; }
  .case.c2 .case-section__input--text {
    border-color: #942527; }
  .case.c2 .case-section__input--select {
    border-color: #942527; }
  .case.c2 .case-section__input--check {
    border-color: #942527;
    color: #942527; }
  .case.c2 .case-section__input--tag {
    background-color: #942527; }
  .case.c2 .case-section__half--input {
    border-color: #942527; }
  .case-hint.case_2 .case-hint__head {
    color: #942527; }
  .case-hint.case_2 .case-hint__btn {
    border-color: #942527;
    background-color: #942527; }
  .case-hint.case_2 .case-hint__list--item {
    border-color: #942527; }
  .case-hint.case_2 .case-hint__sub {
    color: #942527; }
  .case.c3 .case-main__num {
    color: #885790; }
  .case.c3 .case-section__head {
    border-color: #885790; }
  .case.c3 .case-section__question {
    color: #885790; }
    .case.c3 .case-section__question--hint {
      border-color: #885790;
      background-color: #885790; }
  .case.c3 .case-section__btn--answer {
    background-color: #885790; }
  .case.c3 .case-section__input--text {
    border-color: #885790; }
  .case.c3 .case-section__input--select {
    border-color: #885790; }
  .case.c3 .case-section__input--check {
    border-color: #885790;
    color: #885790; }
  .case.c3 .case-section__input--tag {
    background-color: #885790; }
  .case.c3 .case-section__half--input {
    border-color: #885790; }
  .case-hint.case_3 .case-hint__head {
    color: #885790; }
  .case-hint.case_3 .case-hint__btn {
    border-color: #885790;
    background-color: #885790; }
  .case-hint.case_3 .case-hint__list--item {
    border-color: #885790; }
  .case-hint.case_3 .case-hint__sub {
    color: #885790; }
  .case.c4 .case-main__num {
    color: #308bb2; }
  .case.c4 .case-section__head {
    border-color: #308bb2; }
  .case.c4 .case-section__question {
    color: #308bb2; }
    .case.c4 .case-section__question--hint {
      border-color: #308bb2;
      background-color: #308bb2; }
  .case.c4 .case-section__btn--answer {
    background-color: #308bb2; }
  .case.c4 .case-section__input--text {
    border-color: #308bb2; }
  .case.c4 .case-section__input--select {
    border-color: #308bb2; }
  .case.c4 .case-section__input--check {
    border-color: #308bb2;
    color: #308bb2; }
  .case.c4 .case-section__input--tag {
    background-color: #308bb2; }
  .case.c4 .case-section__half--input {
    border-color: #308bb2; }
  .case-hint.case_4 .case-hint__head {
    color: #308bb2; }
  .case-hint.case_4 .case-hint__btn {
    border-color: #308bb2;
    background-color: #308bb2; }
  .case-hint.case_4 .case-hint__list--item {
    border-color: #308bb2; }
  .case-hint.case_4 .case-hint__sub {
    color: #308bb2; }
  .case.c5 .case-main__num {
    color: #d91275; }
  .case.c5 .case-section__head {
    border-color: #d91275; }
  .case.c5 .case-section__question {
    color: #d91275; }
    .case.c5 .case-section__question--hint {
      border-color: #d91275;
      background-color: #d91275; }
  .case.c5 .case-section__btn--answer {
    background-color: #d91275; }
  .case.c5 .case-section__input--text {
    border-color: #d91275; }
  .case.c5 .case-section__input--select {
    border-color: #d91275; }
  .case.c5 .case-section__input--check {
    border-color: #d91275;
    color: #d91275; }
  .case.c5 .case-section__input--tag {
    background-color: #d91275; }
  .case.c5 .case-section__half--input {
    border-color: #d91275; }
  .case-hint.case_5 .case-hint__head {
    color: #d91275; }
  .case-hint.case_5 .case-hint__btn {
    border-color: #d91275;
    background-color: #d91275; }
  .case-hint.case_5 .case-hint__list--item {
    border-color: #d91275; }
  .case-hint.case_5 .case-hint__sub {
    color: #d91275; }
  .case.c6 .case-main__num {
    color: #5a8b2c; }
  .case.c6 .case-section__head {
    border-color: #5a8b2c; }
  .case.c6 .case-section__question {
    color: #5a8b2c; }
    .case.c6 .case-section__question--hint {
      border-color: #5a8b2c;
      background-color: #5a8b2c; }
  .case.c6 .case-section__btn--answer {
    background-color: #5a8b2c; }
  .case.c6 .case-section__input--text {
    border-color: #5a8b2c; }
  .case.c6 .case-section__input--select {
    border-color: #5a8b2c; }
  .case.c6 .case-section__input--check {
    border-color: #5a8b2c;
    color: #5a8b2c; }
  .case.c6 .case-section__input--tag {
    background-color: #5a8b2c; }
  .case.c6 .case-section__half--input {
    border-color: #5a8b2c; }
  .case-hint.case_6 .case-hint__head {
    color: #5a8b2c; }
  .case-hint.case_6 .case-hint__btn {
    border-color: #5a8b2c;
    background-color: #5a8b2c; }
  .case-hint.case_6 .case-hint__list--item {
    border-color: #5a8b2c; }
  .case-hint.case_6 .case-hint__sub {
    color: #5a8b2c; }
  .case.c7 .case-main__num {
    color: #d1701f; }
  .case.c7 .case-section__head {
    border-color: #d1701f; }
  .case.c7 .case-section__question {
    color: #d1701f; }
    .case.c7 .case-section__question--hint {
      border-color: #d1701f;
      background-color: #d1701f; }
  .case.c7 .case-section__btn--answer {
    background-color: #d1701f; }
  .case.c7 .case-section__input--text {
    border-color: #d1701f; }
  .case.c7 .case-section__input--select {
    border-color: #d1701f; }
  .case.c7 .case-section__input--check {
    border-color: #d1701f;
    color: #d1701f; }
  .case.c7 .case-section__input--tag {
    background-color: #d1701f; }
  .case.c7 .case-section__half--input {
    border-color: #d1701f; }
  .case-hint.case_7 .case-hint__head {
    color: #d1701f; }
  .case-hint.case_7 .case-hint__btn {
    border-color: #d1701f;
    background-color: #d1701f; }
  .case-hint.case_7 .case-hint__list--item {
    border-color: #d1701f; }
  .case-hint.case_7 .case-hint__sub {
    color: #d1701f; }

@-webkit-keyframes Blinking {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
            transform: scale(2); } }

@keyframes Blinking {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
            transform: scale(2); } }

.case-voice__screen--text {
  transition: 600ms; }
  .case-voice__screen--text.js-off {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }

.case-voice__screen--chara.js-show .case-voice__screen--inner {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-voice__screen--chara.js-show .case-voice__screen--img {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-voice__screen--inner {
  transition: 300ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.case-voice__screen--img {
  transition: 500ms;
  transition-delay: 200ms;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.case-voice__screen--place:before {
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
          transform: scale(0, 1) translate3d(0, 0, 0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  transition-delay: 200ms;
  will-change: transform; }

.case-voice__screen--place > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 400ms;
  will-change: opacity; }

.case-voice__screen--place.js-show:before {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
          transform: scale(1, 1) translate3d(0, 0, 0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition-delay: 0ms; }

.case-voice__screen--place.js-show > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-delay: 200ms; }

.case-voice__bar.js-off {
  pointer-events: none; }
  .case-voice__bar.js-off input[type="range"] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-voice__play.js-off {
  pointer-events: none; }

.case-voice__last.js-show .case-voice__last--top,
.case-voice__last.js-show .case-voice__last--bottom {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
          transform: none; }

.case-voice__last--top, .case-voice__last--bottom {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 400ms; }

.case-voice__circle--item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
          transform: scale(0); }
  .case-voice__circle--item:nth-child(1) {
    -webkit-animation: Blinking 2100ms linear infinite;
            animation: Blinking 2100ms linear infinite; }
  .case-voice__circle--item:nth-child(2) {
    -webkit-animation: Blinking 2100ms linear infinite;
            animation: Blinking 2100ms linear infinite;
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms; }
  .case-voice__circle--item:nth-child(3) {
    -webkit-animation: Blinking 2100ms linear infinite;
            animation: Blinking 2100ms linear infinite;
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(1) .case-voice__prog--on {
  transition-delay: 0ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(2) .case-voice__prog--on {
  transition-delay: 50ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(3) .case-voice__prog--on {
  transition-delay: 100ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(4) .case-voice__prog--on {
  transition-delay: 150ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(5) .case-voice__prog--on {
  transition-delay: 200ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(6) .case-voice__prog--on {
  transition-delay: 250ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(7) .case-voice__prog--on {
  transition-delay: 300ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(8) .case-voice__prog--on {
  transition-delay: 350ms; }

.case-voice__prog.js-show .case-voice__prog--item:nth-child(9) .case-voice__prog--on {
  transition-delay: 400ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(9) .case-voice__prog--on {
  transition-delay: 0ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(8) .case-voice__prog--on {
  transition-delay: 50ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(7) .case-voice__prog--on {
  transition-delay: 100ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(6) .case-voice__prog--on {
  transition-delay: 150ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(5) .case-voice__prog--on {
  transition-delay: 200ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(4) .case-voice__prog--on {
  transition-delay: 250ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(3) .case-voice__prog--on {
  transition-delay: 300ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(2) .case-voice__prog--on {
  transition-delay: 350ms; }

.case-voice__prog.js-off .case-voice__prog--item:nth-child(1) .case-voice__prog--on {
  transition-delay: 400ms; }

.case-voice__prog--item.js-on .case-voice__prog--on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-voice__prog--on {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.case-voice__digital--text > span {
  position: relative; }
  .case-voice__digital--text > span:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5c6b76;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  .case-voice__digital--text > span > span {
    position: relative;
    z-index: 10;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.case-voice__digital--text.js-on > span:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: 200ms; }

.case-voice__digital--text.js-on > span > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-voice__digital--text.js-on > span:nth-child(1):before {
  transition: 100ms; }

.case-voice__digital--text.js-on > span:nth-child(1) > span:nth-child(1) {
  transition-delay: 200ms; }

.case-voice__digital--text.js-on > span:nth-child(1) > span:nth-child(2) {
  transition-delay: 220ms; }

.case-voice__digital--text.js-on > span:nth-child(1) > span:nth-child(3) {
  transition-delay: 240ms; }

.case-voice__digital--text.js-on > span:nth-child(3):before {
  transition-delay: 200ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(1) {
  transition-delay: 300ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(2) {
  transition-delay: 320ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(3) {
  transition-delay: 340ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(4) {
  transition-delay: 360ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(5) {
  transition-delay: 380ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(6) {
  transition-delay: 400ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(7) {
  transition-delay: 420ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(8) {
  transition-delay: 440ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(9) {
  transition-delay: 460ms; }

.case-voice__digital--text.js-on > span:nth-child(3) > span:nth-child(10) {
  transition-delay: 480ms; }

.case-voice__digital--text.js-off > span:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  transition: 200ms; }

.case-voice__digital--text.js-off > span > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #171f1e; }

.case-voice__digital--text.js-off > span:nth-child(1):before {
  transition: 100ms; }

.case-voice__digital--text.js-off > span:nth-child(1) > span:nth-child(1) {
  transition-delay: 200ms; }

.case-voice__digital--text.js-off > span:nth-child(1) > span:nth-child(2) {
  transition-delay: 220ms; }

.case-voice__digital--text.js-off > span:nth-child(1) > span:nth-child(3) {
  transition-delay: 240ms; }

.case-voice__digital--text.js-off > span:nth-child(3):before {
  transition-delay: 200ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(1) {
  transition-delay: 300ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(2) {
  transition-delay: 320ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(3) {
  transition-delay: 340ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(4) {
  transition-delay: 360ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(5) {
  transition-delay: 380ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(6) {
  transition-delay: 400ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(7) {
  transition-delay: 420ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(8) {
  transition-delay: 440ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(9) {
  transition-delay: 460ms; }

.case-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(10) {
  transition-delay: 480ms; }

.case-answer.mistake .case-answer__text {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 600ms;
  transition-delay: 200ms; }
  .case-answer.mistake .case-answer__text > span {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 600ms;
    transition-delay: 600ms; }

.case-answer.clear .case-answer__text {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 600ms;
  transition-delay: 200ms; }
  .case-answer.clear .case-answer__text > span {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 600ms;
    transition-delay: 600ms; }

.case-answer__bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 300ms; }

.case-answer__inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 300ms; }

.case-answer__close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 300ms; }

.case-answer.js-show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.case-answer.js-animation .case-answer__bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-answer.js-animation .case-answer__inner {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-answer.js-animation .case-answer__close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-answer.js-animation.mistake .case-answer__text, .case-answer.js-animation.clear .case-answer__text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .case-answer.js-animation.mistake .case-answer__text > span, .case-answer.js-animation.clear .case-answer__text > span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-section__text.js-off {
  display: none; }

.case-section__btn--voice.js-done {
  background-color: #7e6217; }

.case-section__btn--prologue.js-stop > span:after {
  background-image: url(../img/prologue/btn_stop.png); }

.case-guide.js-show {
  display: block; }

.case-hint.js-show {
  display: block; }

.case-hint__bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 300ms; }

.case-hint__inner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 300ms; }

.case-hint__close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 300ms; }

.case-hint__list--item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 300ms; }
  .case-hint__list--item.js-off {
    display: none; }
  .case-hint__list--item.js-on {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-hint.js-animation .case-hint__bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-hint.js-animation .case-hint__inner {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.case-hint.js-animation .case-hint__close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.bgm {
  background-color: #243130; }
  .bgm-inner {
    margin: 0 auto;
    width: 94.79167vw;
    padding-bottom: 10.41667vw; }
    @media only screen and (min-width: 768px) {
      .bgm-inner {
        width: 485.33333px;
        padding-bottom: 53.33333px; } }
  .bgm-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 39.0625vw;
    background-color: #942527;
    font-size: 8.33333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .bgm-head {
        height: 200px;
        font-size: 42.66667px; } }
  .bgm-form {
    margin-top: 10.41667vw; }
    @media only screen and (min-width: 768px) {
      .bgm-form {
        margin-top: 53.33333px; } }
  .bgm-input {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 20.83333vw;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .bgm-input {
        height: 106.66667px; } }
    .bgm-input:not(:first-child) {
      margin-top: 5.20833vw; }
      @media only screen and (min-width: 768px) {
        .bgm-input:not(:first-child) {
          margin-top: 26.66667px; } }
    .bgm-input.i11 {
      margin-top: 5.20833vw; }
      @media only screen and (min-width: 768px) {
        .bgm-input.i11 {
          margin-top: 26.66667px; } }
    .bgm-input__inner {
      position: relative;
      width: 77.34375vw;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat; }
      .bgm-input__inner.i1 {
        background-image: url("../img/bgm/btn_1.png"); }
      .bgm-input__inner.i2 {
        background-image: url("../img/bgm/btn_2.png"); }
      .bgm-input__inner.i3 {
        background-image: url("../img/bgm/btn_3.png"); }
      .bgm-input__inner.i4 {
        background-image: url("../img/bgm/btn_4.png"); }
      .bgm-input__inner.i5 {
        background-image: url("../img/bgm/btn_5.png"); }
      .bgm-input__inner.i6 {
        background-image: url("../img/bgm/btn_6.png"); }
      .bgm-input__inner.i7 {
        background-image: url("../img/bgm/btn_7.png"); }
      .bgm-input__inner.i8 {
        background-image: url("../img/bgm/btn_8.png"); }
      .bgm-input__inner.i9 {
        background-image: url("../img/bgm/btn_9.png"); }
      .bgm-input__inner.i10 {
        background-image: url("../img/bgm/btn_10.png"); }
      .bgm-input__inner.i11 {
        background-color: #fff;
        border: 1.30208vw solid #5a8b2c; }
        @media only screen and (min-width: 768px) {
          .bgm-input__inner.i11 {
            border-width: 6.66667px; } }
        .bgm-input__inner.i11.js-mistake {
          background-color: #eeeeee; }
        .bgm-input__inner.i11:before {
          height: 103%;
          top: -0.39062vw;
          background-color: #5a8b2c; }
          @media only screen and (min-width: 768px) {
            .bgm-input__inner.i11:before {
              top: -2px; } }
        .bgm-input__inner.i11 .bgm-input__check {
          color: #5a8b2c; }
        .bgm-input__inner.i11 + .bgm-input__play {
          background-color: #5a8b2c; }
      @media only screen and (min-width: 768px) {
        .bgm-input__inner {
          width: 396px;
          height: 106.66667px; } }
      .bgm-input__inner:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 16.14583vw;
        height: 99%;
        background-color: #942527; }
        @media only screen and (min-width: 768px) {
          .bgm-input__inner:before {
            width: 82.66667px; } }
    .bgm-input__check {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      padding-left: 19.53125vw;
      font-size: 5.20833vw;
      font-family: "Noto Sans JP", sans-serif;
      color: #942527;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .bgm-input__check {
          padding-left: 100px;
          font-size: 26.66667px; } }
      .bgm-input__check:before {
        display: block;
        content: "";
        position: absolute;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        top: 50%;
        left: 6.38021vw;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 3.51562vw;
        height: 3.51562vw;
        border: 1px solid #ffffeb;
        background-color: #ffffeb;
        border-radius: 100px; }
        @media only screen and (min-width: 768px) {
          .bgm-input__check:before {
            left: 32px;
            width: 18px;
            height: 18px; } }
      .bgm-input__check:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5.72917vw;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 4.94792vw;
        height: 4.94792vw;
        border: 1px solid #ffffeb;
        border-radius: 100px; }
        @media only screen and (min-width: 768px) {
          .bgm-input__check:after {
            left: 28.66667px;
            width: 25.33333px;
            height: 25.33333px; } }
    .bgm-input__play {
      display: block;
      width: 16.14583vw;
      height: 100%;
      padding: 1.30208vw;
      background-color: #942527; }
      @media only screen and (min-width: 768px) {
        .bgm-input__play {
          width: 82.66667px;
          padding: 6.66667px; } }
      .bgm-input__play > span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        border: 1px solid #ffffeb; }
        .bgm-input__play > span:after {
          display: block;
          content: "";
          width: 4.55729vw;
          height: 5.20833vw;
          background-image: url(../img/bgm/icon_play.png);
          background-repeat: no-repeat;
          background-size: contain; }
          @media only screen and (min-width: 768px) {
            .bgm-input__play > span:after {
              width: 23.33333px;
              height: 26.66667px; } }
      .bgm-input__play.js-stop > span:after {
        display: block;
        content: "";
        width: 4.6875vw;
        height: 4.6875vw;
        background-image: url(../img/bgm/icon_stop.png);
        background-repeat: no-repeat;
        background-size: contain; }
        @media only screen and (min-width: 768px) {
          .bgm-input__play.js-stop > span:after {
            width: 24px;
            height: 24px; } }
  .bgm-btn {
    display: block;
    width: 100%;
    height: 20.83333vw;
    padding: 1.30208vw;
    font-size: 6.25vw;
    position: relative;
    background-color: #942527;
    color: #ffffeb;
    margin-top: 7.8125vw;
    height: 24.73958vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 5.20833vw;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .bgm-btn {
        height: 106.66667px;
        padding: 6.66667px;
        font-size: 32px; } }
    .bgm-btn > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 100%;
      padding-left: 3.90625vw;
      border: 1px solid #fff; }
      @media only screen and (min-width: 768px) {
        .bgm-btn > span {
          padding-left: 20px; } }
    @media only screen and (min-width: 768px) {
      .bgm-btn {
        height: 126.66667px;
        margin-top: 40px;
        font-size: 26.66667px; } }
    .bgm-btn > span:after {
      display: block;
      content: "";
      position: absolute;
      right: 3.90625vw;
      width: 7.29167vw;
      height: 7.68229vw;
      background-image: url(../img/bgm/icon_search.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .bgm-btn > span:after {
          right: 20px;
          width: 37.33333px;
          height: 39.33333px; } }
    .bgm-btn:after {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      bottom: 1px;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%);
      width: 6.64062vw;
      height: 7.29167vw;
      background-image: url(../img/bgm/icon_arrow.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .bgm-btn:after {
          width: 34px;
          height: 37.33333px; } }
  .bgm-result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 25.39062vw;
    border: 1.30208vw solid #942527;
    margin-top: 10.41667vw;
    padding: 3.25521vw;
    background-color: #fff;
    color: #ccc;
    font-size: 4.16667vw;
    line-height: calc(44/32);
    font-family: "Noto Sans JP", sans-serif; }
    .bgm-result.js-on {
      color: #942527; }
    @media only screen and (min-width: 768px) {
      .bgm-result {
        height: 130px;
        border: 6.66667px solid #942527;
        margin-top: 53.33333px;
        padding: 16.66667px;
        font-size: 21.33333px; } }

input[type=checkbox]:checked + .bgm-input__check:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input[type=radio]:checked + .bgm-input__check:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.bomb {
  background-color: #243130; }
  .bomb-inner {
    margin: 0 auto;
    width: 94.79167vw;
    padding: 10.41667vw 0; }
    @media only screen and (min-width: 768px) {
      .bomb-inner {
        width: 485.33333px;
        padding: 53.33333px 0; } }
  .bomb-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 39.0625vw;
    background-color: #5a8b2c;
    font-size: 8.33333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .bomb-head {
        height: 200px;
        font-size: 42.66667px; } }
  .bomb-sub {
    display: inline-block;
    width: auto;
    padding: 1.95312vw 2.60417vw 2.60417vw;
    background-color: #5a8b2c;
    font-size: 5.20833vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .bomb-sub {
        padding: 10px 13.33333px 13.33333px;
        font-size: 26.66667px; } }
  .bomb-wrapper:not(:first-child) {
    margin-top: 10.41667vw; }
    @media only screen and (min-width: 768px) {
      .bomb-wrapper:not(:first-child) {
        margin-top: 53.33333px; } }
  .bomb-text {
    font-size: 3.64583vw;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(48/26); }
    @media only screen and (min-width: 768px) {
      .bomb-text {
        font-size: 18.66667px; } }
    .bomb-text:not(:first-child) {
      margin-top: 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .bomb-text:not(:first-child) {
          margin-top: 13.33333px; } }
  .bomb-indent {
    font-size: 3.64583vw;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(48/26);
    padding-left: 1em;
    text-indent: -1em; }
    @media only screen and (min-width: 768px) {
      .bomb-indent {
        font-size: 18.66667px; } }
    .bomb-indent:not(:first-child) {
      margin-top: 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .bomb-indent:not(:first-child) {
          margin-top: 13.33333px; } }
  .bomb-caption {
    background-color: #231815;
    font-size: 3.64583vw;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(48/26);
    padding: 1.95312vw 2.60417vw 2.60417vw; }
    @media only screen and (min-width: 768px) {
      .bomb-caption {
        padding: 10px 13.33333px 13.33333px;
        font-size: 18.66667px; } }
    .bomb-caption:not(:first-child) {
      margin-top: 4.55729vw; }
      @media only screen and (min-width: 768px) {
        .bomb-caption:not(:first-child) {
          margin-top: 23.33333px; } }
    .bomb-caption + .bomb-main {
      margin-top: 0; }
    .bomb-caption .purple {
      color: #7e308e; }
    .bomb-caption .blue {
      color: #1751d5; }
    .bomb-caption .orange {
      color: #eb6100; }
  .bomb-main {
    margin-top: 5.20833vw; }
    @media only screen and (min-width: 768px) {
      .bomb-main {
        margin-top: 26.66667px; } }
  .bomb-list {
    width: 100%;
    margin-top: 7.8125vw; }
    @media only screen and (min-width: 768px) {
      .bomb-list {
        margin-top: 40px; } }
    .bomb-list__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 5.20833vw;
      padding: 5.20833vw;
      background-color: #292422;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .bomb-list__item {
          margin-top: 26.66667px;
          padding: 26.66667px; } }
    .bomb-list__head {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 4.16667vw;
      font-weight: bold;
      font-family: "Noto Sans JP", sans-serif; }
      @media only screen and (min-width: 768px) {
        .bomb-list__head {
          height: 53.33333px;
          font-size: 21.33333px; } }
      .bomb-list__head > span {
        font-size: 6.25vw;
        margin-right: 1.30208vw;
        color: #5a8b2c; }
        @media only screen and (min-width: 768px) {
          .bomb-list__head > span {
            font-size: 32px;
            margin-right: 6.66667px; } }
    .bomb-list__thumb {
      width: 42.44792vw; }
      @media only screen and (min-width: 768px) {
        .bomb-list__thumb {
          width: 217.33333px; } }
  .bomb-voice {
    margin-top: 7.16146vw; }
    @media only screen and (min-width: 768px) {
      .bomb-voice {
        margin-top: 36.66667px; } }
    .bomb-voice__btn {
      display: block;
      width: 100%;
      height: 20.83333vw;
      padding: 1.30208vw;
      font-size: 6.25vw;
      color: #ffffeb;
      background-color: #5a8b2c;
      font-size: 3.64583vw;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .bomb-voice__btn {
          height: 106.66667px;
          padding: 6.66667px;
          font-size: 32px; } }
      .bomb-voice__btn > span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        height: 100%;
        padding-left: 3.90625vw;
        border: 1px solid #fff; }
        @media only screen and (min-width: 768px) {
          .bomb-voice__btn > span {
            padding-left: 20px; } }
      @media only screen and (min-width: 768px) {
        .bomb-voice__btn {
          font-size: 18.66667px; } }
      .bomb-voice__btn:not(:first-child) {
        margin-top: 5.20833vw; }
        @media only screen and (min-width: 768px) {
          .bomb-voice__btn:not(:first-child) {
            margin-top: 26.66667px; } }
      .bomb-voice__btn.js-stop > span:after {
        background-image: url(../img/prologue/btn_stop.png); }
      .bomb-voice__btn > span {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        line-height: 1; }
        .bomb-voice__btn > span:after {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          right: 3.90625vw;
          width: 10.41667vw;
          height: 10.41667vw;
          background-image: url(../img/prologue/btn_play.png);
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media only screen and (min-width: 768px) {
            .bomb-voice__btn > span:after {
              right: 20px;
              width: 53.33333px;
              height: 53.33333px; } }
        .bomb-voice__btn > span > span {
          display: inline-block;
          font-size: 5.20833vw;
          margin-top: 1.30208vw;
          line-height: 1; }
          @media only screen and (min-width: 768px) {
            .bomb-voice__btn > span > span {
              font-size: 26.66667px;
              margin-top: 6.66667px; } }
          .bomb-voice__btn > span > span .color {
            display: inline-block;
            background-color: #243130;
            padding: 0.52083vw 1.30208vw 1.04167vw;
            margin-right: 1.30208vw; }
            @media only screen and (min-width: 768px) {
              .bomb-voice__btn > span > span .color {
                padding: 2.66667px 6.66667px 5.33333px;
                margin-right: 6.66667px; } }
            .bomb-voice__btn > span > span .color.red {
              color: #e60012; }
            .bomb-voice__btn > span > span .color.orange {
              color: #eb6100; }
            .bomb-voice__btn > span > span .color.yellow {
              color: #ffe109; }
            .bomb-voice__btn > span > span .color.green {
              color: #079a3e; }
            .bomb-voice__btn > span > span .color.cyan {
              color: #00a0e9; }
            .bomb-voice__btn > span > span .color.blue {
              color: #1751d5; }
            .bomb-voice__btn > span > span .color.purple {
              color: #7e308e; }

.pro-main {
  width: 62.5vw;
  height: 104.16667vw;
  margin: 7.8125vw auto 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .pro-main {
      width: 320px;
      height: 533.33333px;
      margin-top: 40px; } }
  .pro-main__btn {
    display: block;
    position: absolute;
    width: 20.83333vw;
    height: 20.83333vw;
    background-image: url(../img/prologue/btn_play.png);
    background-size: contain;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .pro-main__btn {
        width: 106.66667px;
        height: 106.66667px; } }
    .pro-main__btn.js-stop {
      background-image: url(../img/prologue/btn_stop.png); }
    .pro-main__btn:nth-child(1) {
      top: 0;
      left: 0; }
    .pro-main__btn:nth-child(2) {
      top: 0;
      right: 0; }
    .pro-main__btn:nth-child(3) {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .pro-main__btn:nth-child(4) {
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .pro-main__btn:nth-child(5) {
      bottom: 0;
      left: 0; }
    .pro-main__btn:nth-child(6) {
      bottom: 0;
      right: 0; }
  .pro-main__border {
    position: absolute;
    width: 46.875vw;
    top: 7.8125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .pro-main__border {
        top: 40px;
        width: 240px; } }

.pro-question {
  margin-top: -1.30208vw;
  color: #243130; }
  @media only screen and (min-width: 768px) {
    .pro-question {
      margin-top: -6.66667px; } }
  .pro-question__head {
    font-size: 10.41667vw;
    font-family: "Cinzel", sans-serif; }
    @media only screen and (min-width: 768px) {
      .pro-question__head {
        font-size: 53.33333px; } }
  .pro-question__text {
    margin-top: 3.90625vw;
    font-size: 5.20833vw;
    font-weight: bold;
    line-height: 1.4; }
    @media only screen and (min-width: 768px) {
      .pro-question__text {
        margin-top: 20px;
        font-size: 26.66667px; } }

.pro-trans {
  width: 94.79167vw;
  margin-top: 7.8125vw; }
  @media only screen and (min-width: 768px) {
    .pro-trans {
      width: 485.33333px;
      margin-top: 40px; } }
  .pro-trans__top {
    width: 100%;
    height: 42.96875vw;
    background-image: url(../img/prologue/base.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10.41667vw;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .pro-trans__top {
        height: 220px;
        padding-top: 53.33333px; } }
    .pro-trans__top:after {
      position: absolute;
      display: block;
      content: "";
      top: 3.90625vw;
      left: 3.90625vw;
      width: 86.97917vw;
      height: 28.64583vw;
      background-image: url(../img/prologue/reflect.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 768px) {
        .pro-trans__top:after {
          width: 445.33333px;
          height: 146.66667px;
          top: 20px;
          left: 20px; } }
  .pro-trans__num {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.38542vw; }
    @media only screen and (min-width: 768px) {
      .pro-trans__num {
        font-size: 17.33333px; } }
    .pro-trans__num--char {
      line-height: 1;
      font-family: "dseg", cursive;
      color: #222a29; }
  .pro-trans__bottom {
    width: 100%;
    padding: 0.52083vw;
    background-color: #3e4e59;
    position: relative;
    top: -2px; }
    @media only screen and (min-width: 768px) {
      .pro-trans__bottom {
        padding: 2.66667px; } }
    .pro-trans__bottom--inner {
      width: 100%;
      background-color: #243130;
      padding: 1.95312vw; }
      @media only screen and (min-width: 768px) {
        .pro-trans__bottom--inner {
          padding: 10px; } }

.pro-voice {
  position: fixed;
  display: none;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2.60417vw;
  background-image: url(../img/case/voice/bg.png);
  background-color: #ffffeb;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .pro-voice {
      padding: 0 13.33333px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 512px; } }
  .pro-voice.js-show {
    display: block; }
  .pro-voice .pro-trans__bottom {
    pointer-events: none;
    color: #243130; }
  .pro-voice .pro-btn__link > span {
    color: #243130; }
  .pro-voice__play {
    display: block;
    width: 17.1875vw;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    .pro-voice__play.js-stop {
      background-image: url(../img/case/voice/stop.png); }
    .pro-voice__play.js-play {
      background-image: url(../img/case/voice/play.png); }
    .pro-voice__play.js-off {
      background-image: url(../img/case/voice/play_off.png);
      pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .pro-voice__play {
        width: 88px; } }
  .pro-voice__screen {
    width: 100%;
    height: 152.08333vw;
    background-image: url(../img/case/voice/bg_screen.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .pro-voice__screen {
        height: 778.66667px;
        background-size: cover; } }
    .pro-voice__screen--chara {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: absolute;
      width: 83.59375vw;
      height: 62.5vw;
      left: 50%;
      top: 23.17708vw;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border: 1px solid #3e4e59;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 100;
      background: #8398a6;
      background: linear-gradient(90deg, #8398a6 0%, white 50%, #8398a6 100%); }
      @media only screen and (min-width: 768px) {
        .pro-voice__screen--chara {
          width: 428px;
          height: 320px;
          top: 118.66667px; } }
      .pro-voice__screen--chara.count_1 .case-voice__screen--img {
        width: 100%;
        top: 0; }
      .pro-voice__screen--chara.count_2 .case-voice__screen--img, .pro-voice__screen--chara.count_3 .case-voice__screen--img {
        width: 69.79167vw;
        top: 0.91146vw; }
        @media only screen and (min-width: 768px) {
          .pro-voice__screen--chara.count_2 .case-voice__screen--img, .pro-voice__screen--chara.count_3 .case-voice__screen--img {
            width: 357.33333px;
            top: 4.66667px; } }
    .pro-voice__screen--inner {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      overflow: hidden;
      position: relative; }
      .pro-voice__screen--inner.eureka {
        background: #a59a83;
        background: linear-gradient(90deg, #a59a83 0%, white 50%, #a59a83 100%); }
      .pro-voice__screen--inner.nagumo {
        background: #a2959e;
        background: linear-gradient(90deg, #a2959e 0%, white 50%, #a2959e 100%); }
      .pro-voice__screen--inner.honda {
        background: #b58088;
        background: linear-gradient(90deg, #b58088 0%, white 50%, #b58088 100%); }
      .pro-voice__screen--inner.mob {
        background: #8398a6;
        background: linear-gradient(90deg, #8398a6 0%, white 50%, #8398a6 100%); }
      .pro-voice__screen--inner.none {
        background: #8398a6;
        background: linear-gradient(90deg, #8398a6 0%, white 50%, #8398a6 100%); }
    .pro-voice__screen--img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .pro-voice__screen--text {
      width: 100%;
      font-size: 7.8125vw;
      color: #243130;
      position: absolute;
      bottom: 14.32292vw;
      font-weight: bold;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .pro-voice__screen--text {
          font-size: 40px;
          bottom: 73.33333px; } }
      .pro-voice__screen--text.on {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .pro-voice__screen--num {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      z-index: 10;
      padding-left: 3.51562vw;
      padding-top: 0vw;
      width: 25.26042vw;
      height: 8.85417vw;
      top: 132.16146vw;
      right: 2.60417vw;
      font-size: 3.38542vw;
      letter-spacing: 0.1em;
      font-family: "dseg", cursive;
      color: #5c6b76;
      background-image: url(../img/prologue/bg_number.png);
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .pro-voice__screen--num {
          padding-left: 18px;
          padding-top: 0px;
          width: 129.33333px;
          height: 45.33333px;
          top: 676.66667px;
          right: 13.33333px;
          font-size: 17.33333px; } }
      .pro-voice__screen--num:before {
        display: block;
        content: "";
        position: absolute;
        width: 24.21875vw;
        height: 7.8125vw;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-image: url(../img/prologue/before_number.png);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 110; }
        @media only screen and (min-width: 768px) {
          .pro-voice__screen--num:before {
            width: 124px;
            height: 40px; } }

@-webkit-keyframes shine-run {
  0% {
    -webkit-transform: scale(0) rotate(50deg);
            transform: scale(0) rotate(50deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  40% {
    -webkit-transform: scale(1) rotate(50deg);
            transform: scale(1) rotate(50deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    -webkit-transform: scale(250) rotate(50deg);
            transform: scale(250) rotate(50deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes shine-run {
  0% {
    -webkit-transform: scale(0) rotate(50deg);
            transform: scale(0) rotate(50deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  40% {
    -webkit-transform: scale(1) rotate(50deg);
            transform: scale(1) rotate(50deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    -webkit-transform: scale(250) rotate(50deg);
            transform: scale(250) rotate(50deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
      .pro-voice__screen--numInner {
        display: block;
        content: "";
        position: absolute;
        width: 24.21875vw;
        height: 7.8125vw;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 110;
        overflow: hidden; }
        @media only screen and (min-width: 768px) {
          .pro-voice__screen--numInner {
            width: 124px;
            height: 40px; } }
        .pro-voice__screen--numInner span {
          content: "";
          position: absolute;
          display: block;
          z-index: 100;
          background: rgba(255, 255, 255, 0.9);
          width: 13.02083vw;
          height: 13.02083vw;
          top: -13.02083vw;
          left: -13.02083vw;
          box-shadow: 0 0 2vw 5vw rgba(255, 255, 255, 0.8);
          -webkit-transform: scale(0) rotate(50deg);
                  transform: scale(0) rotate(50deg);
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
          @media only screen and (min-width: 768px) {
            .pro-voice__screen--numInner span {
              width: 66.66667px;
              height: 66.66667px;
              top: -66.66667px;
              left: -66.66667px;
              box-shadow: 0 0 50px 35px rgba(255, 255, 255, 0.8); } }
          .pro-voice__screen--numInner span.js-on {
            -webkit-animation-name: shine-run;
                    animation-name: shine-run;
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
            -webkit-animation-duration: 0.5s;
                    animation-duration: 0.5s; }
      .pro-voice__screen--num.js-on {
        background-image: url(../img/prologue/bg_number_on.png); }
        .pro-voice__screen--num.js-on .pro-trans__num--char {
          color: #a3b2bd; }
          .pro-voice__screen--num.js-on .pro-trans__num--char.js-on {
            color: #243130; }
    .pro-voice__screen--place {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      right: 7.8125vw;
      top: 72.91667vw;
      padding: 0 2.60417vw;
      height: 10.41667vw;
      font-size: 5.20833vw;
      pointer-events: none;
      z-index: 101; }
      @media only screen and (min-width: 768px) {
        .pro-voice__screen--place {
          padding: 0 13.33333px;
          right: 40px;
          top: 373.33333px;
          height: 53.33333px;
          font-size: 26.66667px; } }
      .pro-voice__screen--place:before {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #243130; }
      .pro-voice__screen--place > span {
        position: relative;
        z-index: 10; }
  .pro-voice__digital {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 93.09896vw;
    left: 50%;
    width: 86.97917vw;
    height: 18.22917vw;
    background-color: #5c6b76;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 1.30208vw; }
    @media only screen and (min-width: 768px) {
      .pro-voice__digital {
        top: 476.66667px;
        width: 445.33333px;
        height: 93.33333px;
        padding: 6.66667px; } }
    .pro-voice__digital--inner {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 65.75521vw;
      height: 100%;
      background-color: #171f1e;
      padding-left: 3.90625vw; }
      @media only screen and (min-width: 768px) {
        .pro-voice__digital--inner {
          width: 336.66667px;
          padding-left: 20px; } }
    .pro-voice__digital--time {
      font-size: 6.25vw;
      line-height: 2;
      font-weight: bold;
      font-family: "dseg", cursive;
      letter-spacing: 0.1em;
      overflow: hidden;
      -webkit-font-smoothing: antialiased; }
      @media only screen and (min-width: 768px) {
        .pro-voice__digital--time {
          font-size: 32px; } }
    .pro-voice__digital--text {
      font-weight: bold;
      font-family: "dseg", cursive;
      margin-left: 2.60417vw;
      font-size: 2.08333vw; }
      @media only screen and (min-width: 768px) {
        .pro-voice__digital--text {
          font-size: 10.66667px;
          margin-left: 13.33333px; } }
      .pro-voice__digital--text > span {
        display: inline-block;
        line-height: 1;
        padding: 0.52083vw 0.78125vw 0.39062vw;
        margin-top: 0.26042vw;
        position: relative; }
        .pro-voice__digital--text > span:before {
          display: block;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #5c6b76;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transform-origin: left center;
                  transform-origin: left center; }
        @media only screen and (min-width: 768px) {
          .pro-voice__digital--text > span {
            padding: 2.66667px 4px 2px;
            margin-top: 2.66667px; } }
        .pro-voice__digital--text > span > span {
          position: relative;
          z-index: 10;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .pro-voice__digital--text.js-off > span:before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        transition: 200ms; }
      .pro-voice__digital--text.js-off > span > span {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #171f1e; }
      .pro-voice__digital--text.js-off > span:nth-child(1):before {
        transition: 100ms; }
      .pro-voice__digital--text.js-off > span:nth-child(1) > span:nth-child(1) {
        transition-delay: 200ms; }
      .pro-voice__digital--text.js-off > span:nth-child(1) > span:nth-child(2) {
        transition-delay: 220ms; }
      .pro-voice__digital--text.js-off > span:nth-child(1) > span:nth-child(3) {
        transition-delay: 240ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3):before {
        transition-delay: 200ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(1) {
        transition-delay: 300ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(2) {
        transition-delay: 320ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(3) {
        transition-delay: 340ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(4) {
        transition-delay: 360ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(5) {
        transition-delay: 380ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(6) {
        transition-delay: 400ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(7) {
        transition-delay: 420ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(8) {
        transition-delay: 440ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(9) {
        transition-delay: 460ms; }
      .pro-voice__digital--text.js-off > span:nth-child(3) > span:nth-child(10) {
        transition-delay: 480ms; }
  .pro-voice__prog {
    position: absolute;
    top: 0.91146vw;
    right: 0.91146vw;
    width: 28.38542vw;
    height: 13.80208vw; }
    @media only screen and (min-width: 768px) {
      .pro-voice__prog {
        top: 4.66667px;
        right: 4.66667px;
        width: 145.33333px;
        height: 70.66667px; } }
    .pro-voice__prog--item {
      position: absolute;
      right: 0; }
    .pro-voice__prog--on {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .pro-voice__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15.625vw; }
    @media only screen and (min-width: 768px) {
      .pro-voice__close {
        width: 80px; } }
    .pro-voice__close.js-off {
      pointer-events: none;
      display: none; }
  .pro-voice__bar {
    position: absolute;
    width: 86.97917vw;
    height: 6.51042vw;
    top: 116.53646vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #171f1e;
    pointer-events: none; }
    .pro-voice__bar--now {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      max-width: 99.9%;
      background-color: #ffffea; }
    @media only screen and (min-width: 768px) {
      .pro-voice__bar {
        top: 596.66667px;
        width: 445.33333px;
        height: 33.33333px; } }
    .pro-voice__bar input[type="range"] {
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      cursor: pointer;
      outline: none;
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 10; }
      .pro-voice__bar input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 7.55208vw;
        height: 11.19792vw;
        background-image: url(../img/case/voice/cursor.png);
        background-size: cover;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 768px) {
          .pro-voice__bar input[type="range"]::-webkit-slider-thumb {
            width: 40px;
            height: 60px; } }
        .pro-voice__bar input[type="range"]::-webkit-slider-thumb:before {
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          background-color: #fff; }
      .pro-voice__bar input[type="range"]::-moz-range-thumb {
        width: 7.55208vw;
        height: 11.19792vw;
        background-image: url(../img/case/voice/cursor.png);
        background-size: cover;
        background-repeat: no-repeat;
        border: none;
        box-shadow: 0 0 3px #fff;
        position: relative;
        z-index: 100; }
        @media only screen and (min-width: 768px) {
          .pro-voice__bar input[type="range"]::-moz-range-thumb {
            width: 33.33333px;
            height: 60px; } }
      .pro-voice__bar input[type="range"]::-moz-focus-outer {
        border: 0; }
      .pro-voice__bar input[type="range"]:active::-webkit-slider-thumb {
        box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3); }
  .pro-voice__last {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #8398a6;
    background: linear-gradient(90deg, #8398a6 0%, white 50%, #8398a6 100%);
    text-align: center;
    color: #243130;
    cursor: pointer; }
    .pro-voice__last--top {
      font-size: 23.4375vw;
      font-family: "Cinzel", sans-serif;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .pro-voice__last--top {
          font-size: 120px; } }
    .pro-voice__last--bottom {
      font-size: 4.16667vw;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .pro-voice__last--bottom {
          font-size: 21.33333px; } }
  .pro-voice__circle {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .pro-voice__circle--item {
      position: absolute;
      display: block;
      width: 61.19792vw;
      height: 61.19792vw;
      border-radius: 100%;
      border: 0.52083vw solid #fff; }
      @media only screen and (min-width: 768px) {
        .pro-voice__circle--item {
          width: 313.33333px;
          height: 313.33333px;
          border-width: 2.66667px; } }

.pro-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border: 1px solid #3e4e59;
  padding: 2.60417vw; }
  @media only screen and (min-width: 768px) {
    .pro-btn {
      padding: 13.33333px; } }
  .pro-btn__item:nth-child(n+4) {
    margin-top: 2.60417vw; }
    @media only screen and (min-width: 768px) {
      .pro-btn__item:nth-child(n+4) {
        margin-top: 13.33333px; } }
  .pro-btn__link {
    display: block;
    width: 26.30208vw;
    height: 15.625vw;
    padding: 1.30208vw;
    background-color: #3e4e59;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .pro-btn__link {
        width: 134.66667px;
        height: 80px;
        padding: 6.66667px; } }
    .pro-btn__link > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      border: 1px solid #243130;
      font-size: 9.375vw;
      font-family: "Cinzel", sans-serif;
      padding-top: 1.30208vw;
      color: #ffffeb; }
      @media only screen and (min-width: 768px) {
        .pro-btn__link > span {
          font-size: 48px;
          padding-top: 6.66667px; } }
    .pro-btn__link.js-off {
      pointer-events: none; }
      .pro-btn__link.js-off span {
        color: #243130; }
      .pro-btn__link.js-off .pro-btn__arrow .on {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .pro-btn__link.js-off .pro-btn__arrow .off {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .pro-btn__link.js-max:not(.js-none) {
      pointer-events: none; }
      .pro-btn__link.js-max:not(.js-none) span {
        color: #243130; }
  .pro-btn__enter {
    font-size: 5.20833vw; }
    @media only screen and (min-width: 768px) {
      .pro-btn__enter {
        font-size: 26.66667px; } }
  .pro-btn__arrow {
    width: 6.64062vw;
    font-size: 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .pro-btn__arrow {
        width: 34px; } }
    .pro-btn__arrow .off {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.top-text {
  margin-top: 10.41667vw;
  padding: 0 2.60417vw;
  font-size: 3.64583vw;
  line-height: calc(46/28);
  color: #243130;
  letter-spacing: 0.06em; }
  @media only screen and (min-width: 768px) {
    .top-text {
      margin-top: 53.33333px;
      padding: 0 13.33333px;
      font-size: 18.66667px; } }

.top-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6.11979vw;
  font-size: 4.16667vw;
  color: #243130;
  letter-spacing: 0.06em;
  line-height: calc(52/32);
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .top-sub {
      margin-top: 31.33333px;
      font-size: 21.33333px; } }
  .top-sub:before {
    display: block;
    content: "";
    width: 3.90625vw;
    height: 3.90625vw;
    margin-top: 1.69271vw;
    background-color: #a9841f;
    margin-right: 2.60417vw; }
    @media only screen and (min-width: 768px) {
      .top-sub:before {
        width: 20px;
        height: 20px;
        margin-top: 8.66667px;
        margin-right: 13.33333px; } }

.top-boxText {
  font-size: 3.64583vw;
  margin-top: 2.34375vw;
  width: 100%;
  background-color: #fff;
  padding: 3.90625vw;
  color: #243130;
  line-height: calc(42/28); }
  @media only screen and (min-width: 768px) {
    .top-boxText {
      margin-top: 12px;
      font-size: 18.66667px;
      padding: 20px; } }
  .top-boxText > a {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 1.30208vw; }
    @media only screen and (min-width: 768px) {
      .top-boxText > a {
        text-underline-offset: 6.66667px; } }
  .top-boxText.bene {
    margin-top: 7.8125vw; }
    @media only screen and (min-width: 768px) {
      .top-boxText.bene {
        margin-top: 40px; } }
  .top-boxText > span {
    color: #a9841f;
    font-weight: bold;
    font-size: 5.20833vw; }
    @media only screen and (min-width: 768px) {
      .top-boxText > span {
        font-size: 26.66667px; } }

.top-inner:not(:first-child) {
  margin-top: 9.11458vw; }
  @media only screen and (min-width: 768px) {
    .top-inner:not(:first-child) {
      margin-top: 46.66667px; } }

.top-box {
  margin-top: 6.51042vw; }
  @media only screen and (min-width: 768px) {
    .top-box {
      margin-top: 33.33333px; } }

.top-confirm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.64583vw;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .top-confirm {
      font-size: 18.66667px; } }
  .top-confirm.js-on .top-confirm__check:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .top-confirm__check {
    position: relative;
    width: 5.20833vw;
    margin-right: 2.60417vw; }
    @media only screen and (min-width: 768px) {
      .top-confirm__check {
        width: 26.66667px;
        margin-right: 13.33333px; } }
    .top-confirm__check:before {
      position: absolute;
      top: -0.26042vw;
      right: 0;
      display: block;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      content: "";
      width: 3.90625vw;
      height: 4.03646vw;
      background-image: url("../img/top/check.png");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 10; }
      @media only screen and (min-width: 768px) {
        .top-confirm__check:before {
          top: -1.33333px;
          width: 20px;
          height: 20.66667px; } }

.top .common-inner {
  background-color: #fdf6e5; }

.top-table {
  width: 100%;
  margin-top: 3.25521vw; }
  @media only screen and (min-width: 768px) {
    .top-table {
      margin-top: 16.66667px; } }
  .top-table__inner {
    width: 100%;
    border: 1px solid #243130; }
    .top-table__inner:not(:first-child) {
      margin-top: 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .top-table__inner:not(:first-child) {
          margin-top: 13.33333px; } }
  .top-table__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10.41667vw;
    font-size: 4.16667vw;
    color: #fff;
    background-color: #a9841f;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .top-table__top {
        height: 53.33333px;
        font-size: 21.33333px; } }
  .top-table__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .top-table__box.noflex {
      display: block; }
  .top-table__head {
    width: 28.64583vw;
    font-size: 4.16667vw;
    color: #243130; }
    @media only screen and (min-width: 768px) {
      .top-table__head {
        width: 146.66667px;
        font-size: 21.33333px; } }
    .top-table__head--item {
      background-color: #d6cdb4;
      font-weight: bold;
      border: 1px solid #000;
      margin-top: -1px;
      margin-left: -1px;
      border-bottom: none;
      line-height: calc(42/32); }
  .top-table__text {
    width: 100%;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.64583vw;
    color: #243130; }
    @media only screen and (min-width: 768px) {
      .top-table__text {
        font-size: 18.66667px; } }
    .top-table__text--item {
      background-color: #ffffff;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      margin-top: -1px;
      margin-left: -1px;
      border-bottom: none;
      line-height: calc(42/32);
      letter-spacing: -0.03em; }
      .top-table__text--item.h100 {
        height: 100% !important; }
      .top-table__text--item .bold {
        display: block;
        font-weight: bold;
        color: #a9841f; }
  .top-table__head--item, .top-table__text--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2.60417vw;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .top-table__head--item, .top-table__text--item {
        padding: 0 13.33333px; } }
    .top-table__head--item:nth-child(1), .top-table__text--item:nth-child(1) {
      height: 15.625vw; }
      @media only screen and (min-width: 768px) {
        .top-table__head--item:nth-child(1), .top-table__text--item:nth-child(1) {
          height: 80px; } }
    .top-table__head--item:nth-child(2), .top-table__text--item:nth-child(2) {
      height: 21.48438vw; }
      @media only screen and (min-width: 768px) {
        .top-table__head--item:nth-child(2), .top-table__text--item:nth-child(2) {
          height: 110px; } }
  .top-table__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .top-table__item--head {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 28.64583vw;
      font-size: 4.16667vw;
      color: #243130;
      background-color: #d6cdb4;
      font-weight: bold;
      border: 1px solid #000;
      margin-top: -1px;
      margin-left: -1px;
      border-bottom: none;
      line-height: calc(42/32);
      padding: 3.25521vw 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .top-table__item--head {
          width: 146.66667px;
          font-size: 21.33333px;
          padding: 16.66667px 13.33333px; } }
    .top-table__item--text {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 3.64583vw;
      color: #243130;
      background-color: #ffffff;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      margin-top: -1px;
      margin-left: -1px;
      border-bottom: none;
      line-height: calc(44/28);
      letter-spacing: -0.04em;
      padding: 3.25521vw 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .top-table__item--text {
          font-size: 18.66667px;
          padding: 16.66667px 13.33333px; } }

.top-modal {
  position: fixed;
  z-index: 2;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.60417vw;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .top-modal {
      padding: 13.33333px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 512px; } }
  .top-modal.js-show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .top-modal__wrapper {
    width: 100%; }
  .top-modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(169, 132, 31, 0.9); }
  .top-modal__inner {
    position: relative;
    width: 100%;
    height: 72.91667vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #ffffeb;
    border: 1.30208vw solid #243130; }
    @media only screen and (min-width: 768px) {
      .top-modal__inner {
        border: 6.66667px solid #243130;
        height: 373.33333px; } }
  .top-modal__text {
    font-size: 7.29167vw;
    font-weight: bold;
    color: #243130;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .top-modal__text {
        font-size: 37.33333px; } }
  .top-modal__box {
    margin-top: 5.20833vw;
    background: #ffffff;
    font-size: 5.20833vw;
    padding: 3.25521vw 0;
    border: 1px solid #243130;
    color: #243130;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .top-modal__box {
        font-size: 26.66667px;
        padding: 16.66667px 0;
        margin-top: 26.66667px; } }
    .top-modal__box--yellow {
      font-weight: bold;
      color: #a9841f; }
    .top-modal__box--bold {
      font-weight: bold;
      display: block;
      margin-top: 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .top-modal__box--bold {
          margin-top: 13.33333px; } }
  .top-modal__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15.625vw; }
    @media only screen and (min-width: 768px) {
      .top-modal__close {
        width: 80px; } }
  .top-modal__btn {
    display: block;
    position: relative;
    width: 100%;
    height: 20.83333vw;
    margin: 2.60417vw 0;
    background-color: #243130;
    padding: 1.30208vw;
    font-size: 6.25vw;
    color: #ffffeb;
    letter-spacing: 0.06em; }
    .top-modal__btn.js-close > span:before {
      display: block;
      content: "";
      width: 5.46875vw;
      height: 3.38542vw;
      background-image: url(../img/guide/modal_close.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: -0.65104vw;
      margin-right: 2.60417vw; }
      @media only screen and (min-width: 768px) {
        .top-modal__btn.js-close > span:before {
          width: 28px;
          height: 17.33333px;
          margin-top: -3.33333px;
          margin-right: 13.33333px; } }
    @media only screen and (min-width: 768px) {
      .top-modal__btn {
        height: 106.66667px;
        margin: 13.33333px 0;
        padding: 6.66667px;
        font-size: 32px; } }
    .top-modal__btn > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      border: 1px solid #ffffeb;
      line-height: 1; }

.top .case-footer__btn.js-off {
  background-color: #424e4d;
  pointer-events: none; }
  .top .case-footer__btn.js-off .case-footer__btn--box {
    background-color: #424e4d;
    color: #243130; }
    .top .case-footer__btn.js-off .case-footer__btn--box:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.clear-tit {
  font-size: 13.02083vw;
  color: #a9841f;
  font-family: "Cinzel", sans-serif;
  text-align: center;
  margin-top: 8.46354vw; }
  @media only screen and (min-width: 768px) {
    .clear-tit {
      font-size: 66.66667px;
      margin-top: 43.33333px; } }

.clear-sub {
  font-size: 4.16667vw;
  color: #a9841f;
  font-family: "Homemade Apple", cursive;
  text-align: center;
  margin-top: 2.60417vw; }
  @media only screen and (min-width: 768px) {
    .clear-sub {
      font-size: 21.33333px;
      margin-top: 13.33333px; } }

.clear-text {
  font-size: 3.64583vw;
  color: #243130;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .clear-text {
      font-size: 18.66667px; } }

.clear-event {
  width: 94.79167vw;
  margin: 7.8125vw auto 0; }
  @media only screen and (min-width: 768px) {
    .clear-event {
      width: 485.33333px;
      margin-top: 40px; } }
  .clear-event__box {
    position: relative;
    width: 100%; }
    .clear-event__box:not(:first-child) {
      margin-top: 7.8125vw;
      padding-top: 7.8125vw; }
      @media only screen and (min-width: 768px) {
        .clear-event__box:not(:first-child) {
          margin-top: 40px;
          padding-top: 40px; } }
      .clear-event__box:not(:first-child):before {
        display: block;
        content: "";
        width: 94.79167vw;
        height: 1px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        background-image: url(../img/case/border.png);
        background-repeat: no-repeat;
        background-size: contain; }
        @media only screen and (min-width: 768px) {
          .clear-event__box:not(:first-child):before {
            width: 485.33333px; } }
  .clear-event__movie {
    width: 100%;
    height: 53.25521vw; }
    @media only screen and (min-width: 768px) {
      .clear-event__movie {
        height: 272.66667px; } }
    .clear-event__movie > iframe {
      width: 100%;
      height: 100%; }
  .clear-event__inner {
    padding: 3.90625vw 2.60417vw;
    background-color: #fff; }
    @media only screen and (min-width: 768px) {
      .clear-event__inner {
        padding: 20px 13.33333px; } }
  .clear-event__btn--link {
    display: block;
    width: 100%;
    height: 20.83333vw;
    padding: 1.30208vw;
    font-size: 6.25vw;
    background-color: #243130;
    color: #ffffeb;
    margin-top: 3.90625vw;
    font-weight: bold;
    height: 15.625vw;
    font-size: 5.20833vw; }
    @media only screen and (min-width: 768px) {
      .clear-event__btn--link {
        height: 106.66667px;
        padding: 6.66667px;
        font-size: 32px; } }
    .clear-event__btn--link > span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 100%;
      padding-left: 3.90625vw;
      border: 1px solid #fff; }
      @media only screen and (min-width: 768px) {
        .clear-event__btn--link > span {
          padding-left: 20px; } }
    @media only screen and (min-width: 768px) {
      .clear-event__btn--link {
        margin-top: 20px;
        height: 80px;
        font-size: 26.66667px; } }
    .clear-event__btn--link > span {
      background-color: #243130;
      border-color: #ffffeb; }
      .clear-event__btn--link > span:after {
        display: block;
        content: "";
        position: absolute;
        right: 3.90625vw;
        width: 4.94792vw;
        height: 6.25vw;
        background-image: url(../img/case/icon_blank.png);
        background-repeat: no-repeat;
        background-size: contain; }
        @media only screen and (min-width: 768px) {
          .clear-event__btn--link > span:after {
            right: 20px;
            width: 25.33333px;
            height: 32px; } }
  .clear-event__tit {
    font-size: 5.20833vw;
    color: #a9841f;
    font-weight: bold;
    line-height: calc(58/40); }
    @media only screen and (min-width: 768px) {
      .clear-event__tit {
        font-size: 26.66667px; } }
  .clear-event__text {
    font-size: 3.64583vw;
    color: #243130;
    margin-top: 3.25521vw;
    line-height: calc(42/28); }
    @media only screen and (min-width: 768px) {
      .clear-event__text {
        font-size: 18.66667px;
        margin-top: 16.66667px; } }

.clear-box:not(:first-child) {
  margin-top: 10.41667vw; }
  @media only screen and (min-width: 768px) {
    .clear-box:not(:first-child) {
      margin-top: 53.33333px; } }

.clear-ogp {
  margin-top: 7.8125vw; }
  @media only screen and (min-width: 768px) {
    .clear-ogp {
      margin-top: 40px; } }

.clear-twitter {
  display: block;
  width: 100%;
  height: 20.83333vw;
  padding: 1.30208vw;
  font-size: 6.25vw;
  background-color: #1da1f2;
  color: #ffffeb;
  margin-top: 3.90625vw;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .clear-twitter {
      height: 106.66667px;
      padding: 6.66667px;
      font-size: 32px; } }
  .clear-twitter > span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%;
    padding-left: 3.90625vw;
    border: 1px solid #fff; }
    @media only screen and (min-width: 768px) {
      .clear-twitter > span {
        padding-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .clear-twitter {
      margin-top: 20px; } }
  .clear-twitter.case_btn {
    margin-top: 7.16146vw; }
    @media only screen and (min-width: 768px) {
      .clear-twitter.case_btn {
        margin-top: 36.66667px; } }
  .clear-twitter > span {
    background-color: #1da1f2;
    border-color: #ffffeb; }
    .clear-twitter > span:after {
      display: block;
      content: "";
      position: absolute;
      right: 3.90625vw;
      width: 6.25vw;
      height: 5.20833vw;
      background-image: url(../img/case/icon_tw.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .clear-twitter > span:after {
          right: 20px;
          width: 32px;
          height: 26.66667px; } }

.clear-question {
  display: block;
  width: 100%;
  height: 20.83333vw;
  padding: 1.30208vw;
  font-size: 6.25vw;
  background-color: #a9841f;
  color: #ffffeb;
  margin-top: 3.90625vw;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .clear-question {
      height: 106.66667px;
      padding: 6.66667px;
      font-size: 32px; } }
  .clear-question > span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%;
    padding-left: 3.90625vw;
    border: 1px solid #fff; }
    @media only screen and (min-width: 768px) {
      .clear-question > span {
        padding-left: 20px; } }
  @media only screen and (min-width: 768px) {
    .clear-question {
      margin-top: 20px; } }
  .clear-question > span {
    background-color: #a9841f;
    border-color: #ffffeb; }
    .clear-question > span:after {
      display: block;
      content: "";
      position: absolute;
      right: 3.90625vw;
      width: 4.94792vw;
      height: 6.25vw;
      background-image: url(../img/case/icon_blank.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 768px) {
        .clear-question > span:after {
          right: 20px;
          width: 25.33333px;
          height: 32px; } }

.clear-info {
  margin-top: 7.16146vw;
  font-size: 3.64583vw;
  line-height: calc(46/28);
  color: #243130; }
  @media only screen and (min-width: 768px) {
    .clear-info {
      margin-top: 36.66667px;
      font-size: 18.66667px; } }

.footer {
  width: 100%;
  background-color: #1b1513;
  padding: 10.41667vw 0; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 53.33333px 0; } }
  .footer-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-logo__scrap {
      width: 29.03646vw; }
      @media only screen and (min-width: 768px) {
        .footer-logo__scrap {
          width: 148.66667px; } }
    .footer-logo__publish {
      width: 35.67708vw;
      margin-left: 5.85938vw; }
      @media only screen and (min-width: 768px) {
        .footer-logo__publish {
          width: 182.66667px;
          margin-left: 30px; } }
  .footer-bnr {
    width: 89.58333vw;
    margin: 7.8125vw auto 0; }
    @media only screen and (min-width: 768px) {
      .footer-bnr {
        width: 458.66667px;
        margin: 40px auto 0; } }
    .footer-bnr__link {
      display: block;
      width: 100%; }
      .footer-bnr__link:not(:first-child) {
        margin-top: 3.90625vw; }
        @media only screen and (min-width: 768px) {
          .footer-bnr__link:not(:first-child) {
            margin-top: 20px; } }
  .footer-copy {
    margin-top: 7.8125vw;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (min-width: 768px) {
      .footer-copy {
        margin-top: 40px; } }
    .footer-copy__text {
      font-size: 2.60417vw;
      line-height: 1.6; }
      @media only screen and (min-width: 768px) {
        .footer-copy__text {
          font-size: 13.33333px; } }
      .footer-copy__text:not(:first-child) {
        margin-top: 1.95312vw; }
        @media only screen and (min-width: 768px) {
          .footer-copy__text:not(:first-child) {
            margin-top: 10px; } }
      .footer-copy__text > a {
        text-decoration: underline;
        text-underline-offset: 1.30208vw;
        color: #ffffeb; }
        @media only screen and (min-width: 768px) {
          .footer-copy__text > a {
            text-underline-offset: 6.66667px; } }

.benefits-main {
  width: 100%;
  height: 44.27083vw;
  background-image: url(../img/case/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.60417vw;
  line-height: 1; }
  @media only screen and (min-width: 768px) {
    .benefits-main {
      height: 226.66667px;
      padding: 0 13.33333px; } }
  .benefits-main__num {
    font-size: 7.29167vw;
    font-weight: bold;
    color: #a9841f; }
    @media only screen and (min-width: 768px) {
      .benefits-main__num {
        font-size: 37.33333px; } }
  .benefits-main__title {
    margin-top: 2.60417vw;
    font-size: 11.45833vw;
    font-weight: bold;
    color: #243130;
    line-height: 1.25; }
    @media only screen and (min-width: 768px) {
      .benefits-main__title {
        margin-top: 13.33333px;
        font-size: 58.66667px; } }
    .benefits-main__title.case_6 {
      font-size: 10.41667vw; }
      @media only screen and (min-width: 768px) {
        .benefits-main__title.case_6 {
          font-size: 53.33333px; } }
  .benefits-main__thumb {
    width: 100vw;
    margin-top: -11.97917vw; }
    @media only screen and (min-width: 768px) {
      .benefits-main__thumb {
        width: 512px;
        margin-top: -61.33333px; } }

.pc-none {
  display: none; }
  @media only screen and (max-width: 768px) {
    .pc-none {
      display: block; } }

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none; } }

.js-small .common-inner {
  zoom: 0.75; }

.js-verySmall .common-inner {
  zoom: 0.5; }

/*# sourceMappingURL=../maps/share.css.map */
