.is_q .shopnow_area,
.is_q:not(.q_a_show) .cont_wrap,
.is_q:not(.q_a_show) .footer {
  display: none;
}
.q_wrap * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.q_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1000;
  overflow: hidden;
  background-color: #fff;
  background-image: url(./../img/bimage.png);
  background-repeat: repeat;
}

.q_nav_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}

.q_view {
  position: absolute;
  top: 0;
  left: 50%;
  width: 374px;
  margin-left: -187px;
  height: 100%;
  max-height: 667px;
}
/*.q_nav*/
.q_nav_faces {
  cursor: pointer;
  width: 64px;
  height: 68px;
  position: absolute;
  bottom: 30px;
  right: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(./../img/q_face/base.png);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */
  opacity: 0;
}
.q_nav_faces_jump {
  animation: bound-anim 1s 1;
  transform-origin: center bottom;
}

@keyframes bound-anim {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  15% {
    transform: translate(0, -50%) rotate(5deg);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: translate(0, 0) scale(1.05, 0.95);
  }

  60% {
    transform: translate(0, -20%) rotate(-5deg);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: translate(0, 0) scale(1.05, 0.95);
  }
}

.q_nav_face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */
}

.q_nav_next {
  width: 165px;
  height: 50px;
  background: #ce193a;
  position: absolute;
  left: 104px;
  bottom: 30px;

  border-radius: 28px / 25px;
  cursor: pointer;

  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
}

.q_nav_next_t {
  position: absolute;
  width: 100%;
  left: 0;
  top: 14px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}

.q_nav_next:after {
  position: absolute;
  left: 100%;
  display: block;
  content: "";
  top: 50%;
  margin: -8px 0 0 -10px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 20px;
  border-color: transparent transparent transparent #ce193a;

  transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75); /* linear */
}

.is_doyou .q_nav_next:after {
  left: 60%;
  opacity: 0;
}

.q_nav_back {
  position: absolute;
  bottom: 40px;
  left: 24px;
  cursor: pointer;
}

/*q_page*/

.q_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */

  pointer-events: none;
}

/*q_prog*/

.q_prog_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
}

.q_progs {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  min-width: 60px;

  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
.q_progs:before {
  display: block;
  content: "";
  background: linear-gradient(90deg, #c4db78 0%, rgba(196, 219, 120, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
}

.q_progs:after {
  display: block;
  content: "1 of 10";
  position: absolute;
  top: 3px;
  right: 3px;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
}

/*q_page_in*/
.q_page_in {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

.q_page_h {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */

  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
}

.mlp {
  mix-blend-mode: multiply;
}

/*q1*/

.q1_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  backface-visibility: hidden;
}
[d_vald="1"] [q1="1"],
[d_vald="2"] [q1="2"],
[d_vald="3"] [q1="3"],
[d_vald="4"] [q1="4"],
[d_vald="5"] [q1="5"] {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.q1_bar_area {
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 225px;
  height: 40px;
  background-image: url(./../img/q/q1_bar2.png);
  margin: 0 auto;
  padding-top: 1px;
  margin-top: 240px;
}

.q1_bar_b_area {
  margin: 0 auto;
  width: 98%;
  height: 100%;
  text-align: center;
  font-size: 0;
}

.q1_bar_b {
  display: inline-block;
}

/*q2*/

.q2_ground {
  position: relative;
  height: 380px;
  width: 100%;
}

.q2_bar_area {
  width: 65px;
  height: 327px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(./../img/q/q2_bar.png);
  position: absolute;
  left: 46px;
  bottom: 27px;
}

.q2_bar_b_area {
  position: absolute;
  top: 45px;
  left: 13px;
  height: 232px;
}

.q2_bar_b {
  top: 40px;
}

.q2_img {
  position: absolute;
  right: 54px;
  bottom: 100px;
  opacity: 0;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  transform: scale(1.2);
  backface-visibility: hidden;
}
[d_vald="1"] [q2="1"],
[d_vald="2"] [q2="2"],
[d_vald="3"] [q2="3"] {
  opacity: 1;
  transform: scale(1);
}

.q2_text {
  position: absolute;
  bottom: 39px;
  left: 50%;
  transform: translate(-50%, 0);
}

/*q_page_tin*/
.q_page_card_area {
  width: 300px;
  margin: 35px auto 0;
  height: 300px;
  position: relative;
}
.q_page_card {
  width: 300px;
  height: 300px;
  position: absolute;
  backface-visibility: hidden;
  overflow: visible;
}

.q_page_card_vis {
  cursor: pointer;
  width: 266px;
  height: 266px;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 50%;
  margin: -133px 0 0 -133px;
  background: #fff;
  border-radius: 34px / 30px;

  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.07));
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  transform: rotate(10deg);
  opacity: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.q_page_card.card_dd .q_page_card_vis {
  transition: all 300ms cubic-bezier(0.225, 0.045, 0.42, 0.085); /* custom */
}

.q_page_card.card_dd {
  opacity: 1;
  pointer-events: none;
  transition: all 300ms cubic-bezier(0.225, 0.045, 0.42, 0.085); /* custom */
  top: -100px !important;
}
.q_page_card.card_right {
  left: 300px !important;
}
.q_page_card.card_left {
  left: -300px !important;
}

.q_page_card_area
  .card_dd
  + .q_page_card:not(.card_dd):not(.ui-draggable-dragging)
  .q_page_card_vis {
  transform: rotate(0deg) !important;
}

.q_page_card_area .card_dd + .q_page_card:not(.card_dd) .q_page_card_vis {
  transform: rotate(0deg);
  opacity: 1;
}

.q_page_card_area
  .card_dd
  + .q_page_card:not(.card_dd)
  + .q_page_card
  .q_page_card_vis {
  transform: rotate(4deg) translate(20px, 10px) scale(0.95) !important;
  opacity: 1;
}

.q_page_card_area
  .card_dd
  + .q_page_card:not(.card_dd)
  + .q_page_card
  + .q_page_card
  .q_page_card_vis {
  transform: rotate(-5deg) translate(-10px, 20px) scale(0.9) !important;
  opacity: 0.7;
}

.q_page_card_area
  .card_dd
  + .q_page_card:not(.card_dd)
  + .q_page_card
  + .q_page_card
  + .q_page_card
  .q_page_card_vis {
  transform: rotate(-3deg) translate(0, 47px) scale(0.8) !important;
  opacity: 0.5;
}

.card_lr {
  position: absolute;
  top: 105px;
  z-index: 2000;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
.card_l {
  left: -40px;
}
.card_r {
  right: -40px;
}

.card_lr.card_yori {
  opacity: 0.8;
  transform: scale(1.2);
}

.q_page_card_title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */

  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
}

/*q_page_multi*/

.q_page_multi {
  font-size: 0;
  text-align: center;
  position: relative;
  width: 92%;
  margin: 40px auto 0;
}
.q_page_multi_item {
  cursor: pointer;
  display: inline-block;
  width: 33.3%;
  height: 134px;
  vertical-align: top;
}
.q_page_multi_item_th {
  margin: 0 auto;
  width: 85px;
  height: 85px;
  background-color: #fff;
  position: relative;

  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.07);
}

.q_page_multi_item_title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 20px */
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.q_page_multi_item_on .q_page_multi_item_th {
  filter: brightness(0.9);
}
.q_page_multi_item_on .q_page_multi_item_title {
  color: #ce193a;
}

/*q_page_mbar*/

.q_page_mbar {
  width: 328px;
  margin: 50px auto 0;
}

.q_page_mbar_h {
  text-align: center;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */

  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.q_page_mbar_set {
  position: relative;
  height: 90px;
}

.q_mbar_area {
  position: absolute;
  width: 185px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0;
  text-align: center;
  border-radius: 15px;
}
.qm_bar_b {
  display: inline-block;
  top: -3px;
}

[drg] {
  cursor: pointer;
}

.q5_a,
.q5_b {
  position: absolute;
  bottom: 18px;
}

.q5_a {
  left: 0;
}
.q5_b {
  right: 0;
}

/*timer*/

.q_time_area {
  margin: 40px auto 0;
  width: 100%;
  position: relative;
  height: 385px;
}
.timer_bg {
  margin: 0 auto;
  pointer-events: none;
}

.timer_s {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -136px;
  cursor: pointer;
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}

.timer_stop {
  pointer-events: none;
  opacity: 0;
}

.timer_started .timer_stop {
  pointer-events: auto;
  opacity: 1;
}

.timer_started .timer_start {
  pointer-events: none;
  opacity: 0;
}

.timer_started.timer_stoped .timer_stop {
  pointer-events: none;
}

.timer_started .timer_bg {
  animation: timer-anim 17s infinite;
  transform-origin: center center;
}

@keyframes timer-anim {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  12% {
    transform: scale(1.1) rotate(-35deg);
  }
  26% {
    transform: scale(0.7) rotate(-135deg);
  }
  31% {
    transform: scale(1.4) rotate(55deg);
  }
  42% {
    transform: scale(1.1) rotate(-75deg);
  }
  59% {
    transform: scale(0.7) rotate(235deg);
  }
  65% {
    transform: scale(2) rotate(-315deg);
  }
  73% {
    transform: scale(0.8) rotate(35deg);
  }
  84% {
    transform: scale(1.1) rotate(-35deg);
  }
  98% {
    transform: scale(0.6) rotate(105deg);
  }
}

.timer_stoped.timer_started .timer_bg {
  opacity: 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}

.is_timer .q_nav_next {
  opacity: 0;
  pointer-events: none;
}
.is_timer .q_nav_faces {
  pointer-events: none;
}

/*q_graph*/
.q_graph_area {
  width: 365px;
  height: 365px;
  position: relative;
  margin: 30px auto 0;
}

.q_graph {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.q_graph_b_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;

  border-radius: 100%;
}

.q_graph_b_this {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.q_graph_b {
  cursor: pointer;
}

/*q_doyou*/

.q_doyou {
  position: relative;
  width: 327px;
  height: 275px;
  margin: 70px auto 0;
}

.q_doyou_b {
  position: absolute;
  width: 156px;
  height: 80px;
  border-radius: 34px / 30px;

  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.07));
  background: #fff;
  text-align: center;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 75px;
  /* identical to box height, or 20px */

  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.q_doyou_b_1 {
  top: 0;
  left: 0;
}
.q_doyou_b_2 {
  top: 0;
  right: 0;
}
.q_doyou_b_3 {
  bottom: 0;
  left: 0;
}
.q_doyou_b_4 {
  bottom: 0;
  right: 0;
}

.q10_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%) scale(0);
  opacity: 0;
  transition: all 900ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}

.q_page_now .q10_img {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.q_doyou_b.q_doyou_b_on {
  background: #c4db78;
  color: #fff;
}

.q10_img2 {
  transform: translate(-50%, -50%) scale(1) !important;
  opacity: 0 !important;
}

/*q_end*/

.q_endcard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.q_ended .q_endcard {
  opacity: 1;
  transition: all 900ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
}

.q_ended .q_prog_area,
.q_ended .q_page,
.q_ended .q_nav_area {
  opacity: 0 !important;
  pointer-events: none !important;
}

.q_end_face {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

.q_ended .q_end_face {
  transition: all 1700ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */
  top: 250px !important;
}

.q_end_comment {
  position: absolute;
  left: 50%;
  top: 45px;
  transform-origin: center bottom;
  transform: translate(-50%, 30%) scale(0.7) rotate(-10deg);
  opacity: 0;
}

.q_ended .q_end_comment {
  opacity: 1;
  transition: all 1500ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */
  transition-delay: 0.7s;
  transform: translate(-50%, 0%) scale(1);
}

.q_end_tea {
  position: absolute;
  left: 50%;
  top: 405px;
  transform-origin: center bottom;
  transform: translate(-50%, 0%) scale(1);
  opacity: 0;
  width: 300px;
}

.q_ended .q_end_tea {
  opacity: 1;
  transition: all 1500ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */
  transition-delay: 1.5s;
  transform: translate(-50%, 0%) scale(1);
}

.q_a_show .q_wrap {
  transition: all 1500ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */
  position: absolute;
  height: 243px;
}

.q_a_show.q_ended .q_end_comment {
  transition: all 500ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */
  opacity: 0;
}

.q_a_show.q_ended.q_ended .q_end_face {
  transition: all 1500ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */
  top: 150px !important;
  transform: translate(-50%, 0%) scale(0.8);
}

.q_end_comment2 {
  position: absolute;
  left: 50%;
  top: 1px;
  transform-origin: center bottom;
  transform: translate(-50%, 30%) scale(0.7) rotate(-10deg);
  opacity: 0;
}

.q_a_show .q_end_comment2 {
  opacity: 1;
  transition: all 1500ms cubic-bezier(0.475, 0.12, 0.005, 0.975); /* custom */
  transition-delay: 0.7s;
  transform: translate(-50%, 0%) scale(1);
}

/*q_a_show*/
.q_a_show .cont_wrap {
  padding-top: 243px !important;
  padding-bottom: 0;
  margin-bottom: -50px;
}

.qas_box {
  font-size: 0;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 228px;
  position: relative;
  margin: 7px 0;
}

.qas_box_t {
  font-size: 10px;
  width: 200px;
  position: absolute;
  left: 19px;
  top: 19px;
  text-align: left;
}
.qas_box_h {
  font-family: MonetaSans-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 90%;
  /* or 27px */
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
  margin-bottom: 5px;
}

.qas_box_h2 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 14px */

  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
  margin-bottom: 20px;
}

.qas_box .redb {
  width: 99px;
  height: 34px;
  margin: 10px 0 0;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.3));
  overflow: visible;
}

.qas_box .redb .redb_in {
  font-size: 12px;
}

.qas_p1,
.qas_p2 {
  position: absolute;
}
.qas_p1 {
  top: 0;
  width: 186px;
  height: 186px;
  left: 199px;

  background-image: url(./../img/item_ph.jpg);
  background-size: cover;
  background-position: center center;
}
.qas_p2 {
  width: 96px;
  height: 96px;
  top: 90px;
  left: 135px;
  /* background-image:url(./../img/item2_ph.jpg); */
  background-size: cover;
  background-position: center center;
}

.qas_vb {
  width: 220px;
  left: 174px;
  top: 20px;
  transform-origin: 0 0;
  transform: scale(1, 0.8);
}

.qas_area {
  width: 100%;
  margin: 40px 0 0;
  text-align: center;
}

.qas_bottom {
  margin: 10px 0 0;
  font-size: 0;
  /* height: 260px; */
  text-align: center;
}
.qas_bottom a {
  width: 115px;
  display: inline-block;
}

.qas_bottom_t {
  text-align: center;
  position: relative;
  top: -12px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  /* or 13px */

  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "palt" on;
}

.q_page_card_vis_i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.q_page_multi_item_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.q_page_card_vis_q6 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  height: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.q_page_card_vis_q6:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  display: block;
  content: "";
}
.q_page_card_vis {
  overflow: hidden;
}

.qas_ta {
  display: none;
}

.q_view:not(.is_doyou) .q_nav_faces {
  opacity: 1;
}

.q1_bpl {
  position: absolute;
  top: 379px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}

.q1_bpl2 {
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;

  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
}

.q_page_1 .q_page_in {
  margin-top: -33px;
}
