@charset "UTF-8";
/******************

 common style

******************/
/*
 * ブレークポイント
 */
/*
 * メディアクエリ
 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

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

input[type="radio"]:checked + label {
  background: #ff0000;
}

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

input[type="checkbox"]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

html {
  overflow: visible;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0;
  overflow-x: hidden;
  background: #000;
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@-webkit-keyframes bglight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bglight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes role_move01 {
  0% {
    background-position: 0 138%;
  }
  100% {
    background-position: 0 -8%;
  }
}

@keyframes role_move01 {
  0% {
    background-position: 0 138%;
  }
  100% {
    background-position: 0 -8%;
  }
}

@-webkit-keyframes role_move02 {
  0% {
    background-position: 0 167.3%;
  }
  100% {
    background-position: 0 19.3%;
  }
}

@keyframes role_move02 {
  0% {
    background-position: 0 167.3%;
  }
  100% {
    background-position: 0 19.3%;
  }
}

@-webkit-keyframes role_move03 {
  0% {
    background-position: 0 225.7%;
  }
  100% {
    background-position: 0 79.2%;
  }
}

@keyframes role_move03 {
  0% {
    background-position: 0 225.7%;
  }
  100% {
    background-position: 0 79.2%;
  }
}

@-webkit-keyframes slot_glow {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  100% {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
  }
}

@keyframes slot_glow {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  100% {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
  }
}

.contents {
  background: url(/front/cms/pc/communication/campaign/0/op_c_sl_2109/images/scene01_bg01_01.jpg) center center no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.contents.active:before {
  content: ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/front/cms/pc/communication/campaign/0/op_c_sl_2109/images/scene01_bg01_02.jpg) center center no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0;
  -webkit-animation-name: bglight;
  animation-name: bglight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.contents.active.correct:before {
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
.contents.active.incorrect:before {
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
.contents .confetti-acive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.contents .confetti-acive canvas {
  position: relative;
  z-index: 6;
}
.contents .bg_roof {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.2vw;
  max-height: 69px;
  background: url(/front/cms/pc/communication/campaign/0/op_c_sl_2109/images/scene01_img01.png) center center repeat-x;
  background-size: contain;
  z-index: 2;
}
.contents .inner_content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents h1 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.contents .reach_text {
  position: absolute;
  top: 38%;
  left: 12%;
  width: 79%;
  z-index: 3;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
}

.contents .reach_text_show {
  transform: scale(1);
}

.contents .answer_box {
  position: relative;
  margin-bottom: 5%;
}
.contents .answer_box .slot_box {
  width: 96.8%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
@media (max-width: 768px) {
  .contents .answer_box .slot_box {
    overflow: hidden;
  }
}
.contents .answer_box .slot_box .slot {
  position: relative;
  z-index: 10;
  margin: 0 2.9%;
  -webkit-animation-name: slot_glow;
  animation-name: slot_glow;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.contents .answer_box .slot_box .slot_role {
  position: absolute;
  z-index: 7;
  width: 20.4%;
  height: 84%;
  top: 7%;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.contents .answer_box .slot_box .slot_role.role01 {
  background-image: url(/front/cms/pc/communication/campaign/0/op_c_sl_2109/images/scene01_slot02.png);
  left: 18.5%;
  background-position: 0 138%;
}
.contents .answer_box .slot_box .slot_role.role01.active {
  -webkit-animation-name: role_move01;
  animation-name: role_move01;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.contents .answer_box .slot_box .slot_role.role01.stop00 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 21.2% !important;
}
.contents .answer_box .slot_box .slot_role.role01.stop01 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 50.2% !important;
}
.contents .answer_box .slot_box .slot_role.role01.stop02 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 253.5% !important;
}
.contents .answer_box .slot_box .slot_role.role01.stop03 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 21.2% !important;
}
.contents .answer_box .slot_box .slot_role.role01.stop04 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 -8% !important;
}
.contents .answer_box .slot_box .slot_role.role02 {
  background-image: url(/front/cms/pc/communication/campaign/0/op_c_sl_2109/images/scene01_slot02.png);
  left: 39.7%;
  background-position: 0 167.3%;
}
.contents .answer_box .slot_box .slot_role.role02.active {
  -webkit-animation-name: role_move02;
  animation-name: role_move02;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.contents .answer_box .slot_box .slot_role.role02.stop00 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 21.2% !important;
}
.contents .answer_box .slot_box .slot_role.role02.stop01 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 224.6% !important;
}
.contents .answer_box .slot_box .slot_role.role02.stop02 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 50.2% !important;
}
.contents .answer_box .slot_box .slot_role.role02.stop03 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 21.2% !important;
}
.contents .answer_box .slot_box .slot_role.role02.stop04 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 21.2% !important;
}
.contents .answer_box .slot_box .slot_role.role03 {
  background-image: url(/front/cms/pc/communication/campaign/0/op_c_sl_2109/images/scene01_slot02.png);
  left: 60.9%;
  background-position: 0 225.7%;
}
.contents .answer_box .slot_box .slot_role.role03.active {
  -webkit-animation-name: role_move03;
  animation-name: role_move03;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.contents .answer_box .slot_box .slot_role.role03.stop00 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 21.2% !important;
}
.contents .answer_box .slot_box .slot_role.role03.stop01 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 21.2% !important;
}
.contents .answer_box .slot_box .slot_role.role03.stop02 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 -8% !important;
}
.contents .answer_box .slot_box .slot_role.role03.stop03 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 253.5% !important;
}
.contents .answer_box .slot_box .slot_role.role03.stop04 {
  -webkit-animation-name: none;
  animation-name: none;
  background-position: 0 50.2% !important;
}
.contents .answer_box .answer_icon {
  margin-top: 2%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.contents .answer_box .answer_icon_active {
  -webkit-animation: btnAnime 0.6s ease 0s infinite alternate;
  animation: btnAnime 0.6s ease 0s infinite alternate;
}
@-webkit-keyframes btnAnime {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
.contents .answer_box .answer_icon p {
  width: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.contents .answer_box .answer_icon p:hover,
.contents .answer_box .answer_icon p.deactive {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.contents .answer_box .answer_stamp {
  display: none;
  position: absolute;
  bottom: 6%;
  left: 0;
}
.contents .answer_box .answer_stamp img {
  width: 110%;
  max-width: 110%;
  margin-left: -5%;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.contents .answer_box .answer_stamp.active img {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

footer {
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  background: #000000;
  margin: auto;
  background-position: bottom;
  position: absolute;
  bottom: -88px;
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  footer {
    bottom: -72px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .f_Nvi {
  padding: 20px 15px 20px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 768px) {
  footer .f_Nvi {
    font-size: 11px;
  }
}
footer .list {
  margin: auto;
  display: block;
  width: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  footer .list {
    font-size: 11px;
  }
}
