@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: PixelMplus10 Regular;
  src: url("https://cdn.leafscape.be/PixelMplus/PixelMplus10-Regular_web.woff2") format("woff2");
}

@font-face {
  font-family: PixelMplus10 Bold;
  src: url("https://cdn.leafscape.be/PixelMplus/PixelMplus10-Regular_web.woff2") format("woff2");
}

@-webkit-keyframes targetAnime {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}

@keyframes targetAnime {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fingerAnime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
    opacity: 0;
  }
}

@keyframes fingerAnime {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
  }

  100% {
    -webkit-transform: translateY(-170px);
    transform: translateY(-170px);
    opacity: 0;
  }
}

.a-pointer {
  -webkit-animation: pointerAnime 1s ease infinite;
  animation: pointerAnime 1s ease infinite;
}

@-webkit-keyframes pointerAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pointerAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.a-fadeIn {
  -webkit-animation: fadeInAnime 1s ease both;
  animation: fadeInAnime 1s ease both;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    pointer-events: none;
  }

  100% {
    opacity: 1;
    pointer-events: all;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    pointer-events: none;
  }

  100% {
    opacity: 1;
    pointer-events: all;
  }
}

.a-slideIn {
  -webkit-animation: slideInAnime 3s linear both;
  animation: slideInAnime 3s linear both;
}

@-webkit-keyframes slideInAnime {
  0% {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInAnime {
  0% {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.a-jump {
  -webkit-animation: jumpAnime .8s ease-in infinite;
  animation: jumpAnime .8s ease-in infinite;
}

@-webkit-keyframes jumpAnime {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  45% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  55% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAnime {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  45% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  55% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.a-maskIn {
  -webkit-animation: maskInAnime .3s .8s ease-in-out both;
  animation: maskInAnime .3s .8s ease-in-out both;
}

@-webkit-keyframes maskInAnime {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}

@keyframes maskInAnime {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}

.a-slideDown {
  -webkit-animation: slideDownAnime .5s .3s ease both;
  animation: slideDownAnime .5s .3s ease both;
}

@-webkit-keyframes slideDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDownAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.a-fadeOut {
  -webkit-animation: fadeOutAnime .7s 2s ease both;
  animation: fadeOutAnime .7s 2s ease both;
}

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

  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}

.c-btnStyle1 {
  width: 200px;
  height: 60px;
  background: url(/assets/img/common/btn_bg.png) no-repeat center/100% 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.c-btnStyle1 .txt {
  font-size: 18px;
  font-weight: bold;
  margin-left: 22px;
}

.c-btnStyle1 .icon {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}

input,
select,
button,
textarea {
  color: #333;
  font-family: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input,
select,
textarea {
  width: 100%;
  height: 65px;
  font-size: 16px;
  padding: 4px 20px;
  background: #fff;
  border-radius: 4px;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

select {
  color: #b6bcc4;
  width: 300px;
}

select option {
  color: #333;
}

select::-ms-expand {
  display: none;
}

label,
button,
select {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #b6bcc4;
}

input::-moz-placeholder {
  color: #b6bcc4;
}

input:-ms-input-placeholder {
  color: #b6bcc4;
}

input::placeholder {
  color: #b6bcc4;
}

input ::-ms-input-placeholder {
  color: #b6bcc4;
}

input :-ms-input-placeholder {
  color: #b6bcc4;
}

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

input[type=checkbox]+.input_checkbox {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  margin-right: 15px;
  background: #e2e2e2;
}

input[type=checkbox]:checked+.input_checkbox:after,
input[type=checkbox]:checked+.input_checkbox:before {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #22a582;
  position: absolute;
}

input[type=checkbox]:checked+.input_checkbox:before {
  width: 40%;
  top: 52%;
  left: 10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.input_checkbox:after {
  width: 65%;
  top: 45%;
  left: 28%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

label {
  display: flex;
  align-items: center;
}

textarea {
  resize: none;
  height: 150px;
  padding: 15px 15px;
  overflow-y: scroll;
  border-radius: 4px;
  background: #fff;
}

textarea::-webkit-input-placeholder {
  color: #b6bcc4;
}

textarea::-moz-placeholder {
  color: #b6bcc4;
}

textarea:-ms-input-placeholder {
  color: #b6bcc4;
}

textarea::placeholder {
  color: #b6bcc4;
}

:is(input,select,textarea).myError {
  color: #d90000;
  border: 1px solid #e59a9a;
  background: #ffebeb;
}

.myError:not(input,select,textarea) {
  color: #d90000;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.c-txtStyle1 {
  background: url(/assets/img/play/txt_bg.png) no-repeat center/100% 100%;
  display: block;
  padding: 28px 28px 40px;
  font-size: 16px;
  position: relative;
  word-break: break-all;
  width: 304px;
  margin: 0 auto;
  height: 100%;
}

.c-txtStyle1 p span {
  display: none;
}

.c-txtStyle1 p.txt1.active,
.c-txtStyle1 p.txt4.active {
  display: none;
}

.c-txtStyle1 p.txt2,
.c-txtStyle1 p.txt5 {
  display: none;
}

.c-txtStyle1 p.txt2.active,
.c-txtStyle1 p.txt5.active {
  display: block;
}

.c-txtStyle1 .icon {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url(/assets/img/common/txt_arrow.png) no-repeat center/100% 100%;
  width: 21px;
  height: 13px;
  opacity: 0;
}

.c-txtStyle1 .icon.icon1.active,
.c-txtStyle1 .icon.icon4.active {
  display: none;
}

.c-txtStyle1 .icon.icon2,
.c-txtStyle1 .icon.icon5 {
  display: none;
}

.c-txtStyle1 .icon.icon2.active,
.c-txtStyle1 .icon.icon5.active {
  display: block;
}

.c-modal {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}

.c-modal.active {
  opacity: 1;
  pointer-events: all;
}

.c-modal__bg {
  background: rgba(0,0,0,.5);
  position: absolute;
  inset: 0;
}

.c-modal__bg a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-modal__content {
  position: relative;
  z-index: 1;
  background: url(/assets/img/common/modal_bg.png) no-repeat center/100% 100%;
  width: 100%;
  padding: 40px 50px;
  font-weight: bold;
}

.c-modal__content .tit {
  font-size: 60px;
  letter-spacing: .1em;
  line-height: 1;
}

.c-modal__content .txt {
  font-size: 18px;
  margin-top: 18px;
  text-align: left;
  line-height: 1.2;
}

.c-modal__content .close {
  position: absolute;
  top: 27px;
  right: 21px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.c-modal__content .close span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #000;
}

.c-modal__content .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal__content .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-status {
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  background: url(/assets/img/play/status_bg.png) no-repeat center/cover;
  padding: 70px 0 30px;
  overflow-y: auto;
}

.c-status .c-txtStyle1 {
  width: 100%;
}

.c-status.change02 {
  background: url(/assets/img/play/status_bg02.png) no-repeat center/cover;
}

.c-status.change03 {
  background: url(/assets/img/play/status_bg03.png) no-repeat center/cover;
}

.c-status__cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}

.c-status__cnt .num {
  position: absolute;
  top: 0;
  left: -10%;
  font-size: 17px;
  font-weight: bold;
}

.c-status__cnt--img {
  width: 80px;
}

.c-status__cnt--info .name {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 3px solid #000;
}

.c-status__cnt--info .name::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 1px;
  width: 55px;
  height: 3px;
  background: #000;
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.c-status__cnt--info .txt {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}

.c-status__cnt--info .txt span {
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
}

.c-status__box {
  margin-top: 10px;
}

.c-status__box--tit {
  font-size: 12px;
  font-weight: bold;
}

.c-status__box--txt {
  margin-top: 10px;
}

.c-status__box--txt .c-txtStyle1 {
  padding: 20px 28px;
}

.c-status__box--txt .c-txtStyle1 p {
  min-height: 90px;
}

.c-status__btn {
  margin: 26px auto 0;
}

.c-status__btn .c-btnStyle1 {
  bottom: 2%;
}

.c-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 42px auto 0;
  width: 340px;
}

.c-audioBox {
  background: #e7e7d2;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
}

.c-audioBox.active {
  opacity: 0;
  pointer-events: none;
}

.c-audioBox__txt {
  font-size: 20px;
  font-weight: bold;
}

.c-audioBox__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}

.c-audioBox__img .icon:nth-child(2) {
  margin-left: 50px;
}

.c-audioBox__img .icon .txt {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

html {
  overflow-y: scroll;
  touch-action: manipulation;
}

body {
  color: #393939;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.5;
  font-family: PixelMplus10 Regular;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

a button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.l-wrapper {
  overflow: hidden;
}

.l-sec {
  position: fixed;
  inset: 0;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
}

.l-sec__inner {
  width: 90%;
  margin: 0 auto;
}

.l-header {
  background: #000;
  position: fixed;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.l-header__inner {
  display: flex;
  align-items: center;
}

.l-header__logo {
  width: 130px;
}

.l-header .audio__btn .img {
  display: block;
  width: 25px;
  height: 25px;
  background: url(/assets/img/common/audio_icon_on.svg) no-repeat center/cover;
}

.l-header .audio__btn.active .img {
  background: url(/assets/img/common/audio_icon_off.svg) no-repeat center/cover;
}

.l-header__sns {
  display: flex;
  align-items: center;
}

.l-header__sns .icon {
  width: 25px;
  display: block;
  line-height: 1;
}

.l-header__sns .icon:nth-child(n+2) {
  margin-left: 15px;
}

#index .splash {
  background: #e7e7d2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
}

#index .splash__subtit {
  opacity: 0;
  display: inline-block;
  margin-top: 22px;
}

#index .hero {
  text-align: center;
  background: url(/assets/img/index/hero_bg.png) no-repeat center/cover;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  overflow-y: auto;
}

#index .hero__inner {
  padding: 120px 0 30px;
}

#index .hero__subtit {
  font-size: 20px;
  padding: 3px 15px;
  border: 1px solid #000;
  border-radius: 10px;
}

#index .hero__tit {
  width: 320px;
  margin: 22px auto 0;
}

#index .hero__btn {
  margin-top: 90px;
}

#index .story {
  padding: 120px 0 30px;
  background: url(/assets/img/index/story_bg.png) no-repeat center/cover;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

#index .story.active {
  opacity: 1;
}

#index .story.touchActive {
  pointer-events: all;
}

#index .story__txt .c-txtStyle1 {
  height: 120px;
}

#index .story__img {
  margin: 90px auto 0;
  width: 150px;
}

#index .story__btn {
  margin-top: 40px;
  opacity: 0;
  pointer-events: none;
}

#index .start {
  background: #e7e7cf;
  padding: 80px 0 30px;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

#index .start.active {
  opacity: 1;
  pointer-events: all;
}

#index .start__txt .c-txtStyle1 {
  height: 120px;
}

#index .start__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 62px auto 0;
  width: 245px;
}

#index .start__box .img {
  position: relative;
  width: 80px;
}

#index .start__box .img:nth-child(2) {
  margin-left: 56px;
}

#index .start__box .img:nth-child(2)::before {
  left: 43%;
}

#index .start__box .img:nth-child(3) {
  margin: 0 auto;
}

#index .start__box .img:nth-child(3)::before {
  left: 40%;
}

#index .start__box .img::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}

#index .start__box .img::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15%;
  background: #000;
  border-radius: 50%;
  width: 40px;
  height: 17px;
}

#index .start__btn {
  margin-top: 62px;
  opacity: 0;
  pointer-events: none;
}

#index .mainArea {
  position: fixed;
  top: 0;
  left: 0;
  background: url(/assets/img/play/bg.png) no-repeat center/cover;
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  text-align: center;
  display: none;
  pointer-events: none;
}

#index .mainArea.active {
  display: block;
  pointer-events: all;
}

#index .mainArea .c-txtStyle1 {
  width: 312px;
  height: 120px;
  margin-top: 83px;
}

#index .mainArea #imageName {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}

#index .mainArea .targetArea {
  position: relative;
  width: 85px;
  margin: 0 auto;
  margin-top: 10px;
}

#index .mainArea .targetArea #target1,
#index .mainArea .targetArea #target2,
#index .mainArea .targetArea #target3 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid red;
}

#index .mainArea .getArea {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding-bottom: 30px;
}

#index .mainArea .getArea__txt {
  color: #fff;
}

#index .mainArea .getArea #getImgList {
  width: 35px;
}

#index .mainArea .getArea #getImgList li {
  margin-top: 5px;
}

#index .mainArea .ballArea {
  width: 100%;
  height: 100%;
}

#index .mainArea .ballArea .fingerArea {
  width: 100px;
  display: inline-block;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-animation: fingerAnime 1.6s infinite;
  animation: fingerAnime 1.6s infinite;
}

#index .mainArea .ballArea .fingerArea.active {
  display: none;
}

#index .mainArea .ballArea .fingerArea img {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#index .mainArea .ballArea .tab__obj {
  width: 100%;
  height: 100%;
}

#index .mainArea .ballArea .tab__item {
  display: none;
}

#index .mainArea .ballArea .tab__item.active {
  display: block;
}

#index .mainArea .ballArea .tab__item .ball {
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  display: block;
  overflow: visible !important;
}

#index .mainArea .ballArea .tab__lists {
  width: 50vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0,0,0,.22);
  border-radius: 30px;
  padding: 10px 20px;
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index .mainArea .ballArea .tab__lists li {
  cursor: pointer;
  opacity: .5;
  width: 30px;
}

#index .mainArea .ballArea .tab__lists li.active {
  opacity: 1;
}

#index .complete {
  position: fixed;
  inset: 0;
  display: none;
}

#index .complete.active {
  display: block;
}

#index .complete .completeArea {
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  background: url(/assets/img/complete/complete_bg.png) no-repeat center/cover;
  padding: 80px 0 30px;
  overflow-y: auto;
  pointer-events: none;
}

#index .complete .completeArea.touchActive {
  pointer-events: all;
}

#index .complete .completeArea__tit {
  font-size: 38px;
  letter-spacing: .04em;
  font-weight: bold;
  text-align: center;
}

#index .complete .completeArea__txt {
  margin-top: 20px;
}

#index .complete .completeArea__txt .c-txtStyle1 {
  height: 120px;
}

#index .complete .completeArea__comment {
  opacity: 0;
  font-size: 18px;
  font-weight: bold;
}

#index .complete .completeArea__box .img:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

#index .complete .completeArea__box .img:nth-child(4) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#index .complete .completeArea__btn {
  opacity: 0;
  pointer-events: none;
  margin-top: 60px;
}

#index .complete .endrollArea {
  background: #3d3d3a;
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

#index .complete .endrollArea.active {
  opacity: 1;
  pointer-events: all;
}

#index .complete .endrollArea__tit {
  font-size: 30px;
  font-weight: bold;
}

#index .complete .endrollArea__list {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}

#index .complete .endrollArea__box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 130px;
  margin: 0 auto;
  margin-top: 24px;
}

#index .complete .endrollArea__box .img {
  width: 35px;
}

#index .complete .endrollArea__btn {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

#index .complete .endrollArea__book--btn {
  margin-left: 17px;
  background: url(/assets/img/complete/book_btn_bg.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
}

#index .book {
  position: fixed;
  inset: 0;
  display: none;
  height: 100%;
  overflow-y: auto;
}

#index .book.active {
  display: block;
}

#index .book .c-status {
  height: auto;
  padding: 30px 0 0;
  overflow-y: visible;
}

#index .book .c-status:nth-child(1) {
  padding-top: 70px;
}

#index .book .c-status:nth-child(3) {
  padding-bottom: 30px;
}

#index .book__btn {
  margin-top: 42px;
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }

  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}

@media (min-width: 1366px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }

  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1365.98px) {
  input,
  select,
  textarea {
    font-size: 1.1428571429vw;
    height: 4.6428571429vw;
    padding: .2857142857vw 1.4285714286vw;
  }

  select {
    width: 21.4285714286vw;
  }

  input[type=checkbox]+.input_checkbox {
    width: 1.7857142857vw;
    height: 1.7857142857vw;
    border-radius: .2857142857vw;
    margin-right: 1.0714285714vw;
  }

  input[type=checkbox]:checked+.input_checkbox:after,
  input[type=checkbox]:checked+.input_checkbox:before {
    height: .2142857143vw;
    border-radius: .1428571429vw;
  }

  textarea {
    height: 10.7142857143vw;
    padding: 1.0714285714vw 1.0714285714vw;
    border-radius: .2857142857vw;
  }

  .myError:not(input,select,textarea) {
    font-size: 1vw;
    margin-top: .5714285714vw;
  }

  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  input,
  select,
  textarea {
    font-size: 4.2666666667vw;
    height: 14.6666666667vw;
    padding: 1.0666666667vw 4.2666666667vw;
  }

  select {
    width: 100%;
  }

  input[type=checkbox]+.input_checkbox {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border-radius: 1.0666666667vw;
    margin-right: 2.6666666667vw;
  }

  input[type=checkbox]:checked+.input_checkbox:after,
  input[type=checkbox]:checked+.input_checkbox:before {
    height: .8vw;
    border-radius: .5333333333vw;
  }

  textarea {
    height: 44vw;
    padding: 4vw 4vw;
    border-radius: 1.0666666667vw;
  }

  .myError:not(input,select,textarea) {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
  }

  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }

  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px)and (max-width: 1365.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media print {
  *,
  *::before,
  *::after {
    background: rgba(0,0,0,0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=styles.css.map */