@charset "UTF-8";
/* line 5, /app/app/assets/stylesheets/touen.scss */
.btn-malformation,
a.btn-malformation,
button.btn-malformation {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  width: 165px;
  margin: 10px 4px;
}

/* line 28, /app/app/assets/stylesheets/touen.scss */
a.btn-malformation {
  font-size: 1.5rem;
  color: #fff !important;
  border-radius: 100% 80px / 80px 100%;
  margin: 25px;
}

/* line 35, /app/app/assets/stylesheets/touen.scss */
a.malformation1 {
  background-color: #f39c12;
  padding: 2rem 0rem;
}

/* line 39, /app/app/assets/stylesheets/touen.scss */
a.malformation_qr {
  background-color: #0090bb;
  padding: 2rem 0rem;
}

/* line 43, /app/app/assets/stylesheets/touen.scss */
a.malformation2 {
  background-color: #0090bb;
  padding: 1rem 0rem;
}

/* line 47, /app/app/assets/stylesheets/touen.scss */
a.malformation3 {
  background-color: #e53b4e;
  padding: 1rem 0rem;
}

/* line 51, /app/app/assets/stylesheets/touen.scss */
a.malformation4 {
  background-color: #27ae60;
  padding: 2rem 0rem;
}

/* line 55, /app/app/assets/stylesheets/touen.scss */
a.malformation5 {
  background-color: #9b59b6;
  padding: 2rem 0rem;
}

/* line 60, /app/app/assets/stylesheets/touen.scss */
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

/*モーダル 1*/
/* line 67, /app/app/assets/stylesheets/touen.scss */
#touen .modal1 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
}

/* line 75, /app/app/assets/stylesheets/touen.scss */
#touen .modal1 .modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

/* line 82, /app/app/assets/stylesheets/touen.scss */
#touen .modal1 .modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 160px;
  transform: translate(-50%, 0%);
  width: 960px;
  border-radius: 10px;
}

/* line 92, /app/app/assets/stylesheets/touen.scss */
#touen .js-modal {
  text-align: center;
}

/* line 96, /app/app/assets/stylesheets/touen.scss */
#touen .js-modal img {
  width: 60px;
}

/* line 100, /app/app/assets/stylesheets/touen.scss */
#touen .js-modal .m1 {
  float: left;
  width: 150px;
}

/* line 104, /app/app/assets/stylesheets/touen.scss */
#touen .js-modal .m2 {
  float: left;
  padding-top: 17px;
  width: 90px;
}

/* line 110, /app/app/assets/stylesheets/touen.scss */
#touen .js-modal .m3 {
  float: left;
  padding-top: 5px;
  width: 90px;
}

/*モーダル 1*/
/* line 117, /app/app/assets/stylesheets/touen.scss */
#enji_select .modal1 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
}

/* line 125, /app/app/assets/stylesheets/touen.scss */
#enji_select .modal1 .modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

/* line 132, /app/app/assets/stylesheets/touen.scss */
#enji_select .modal1 .modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 160px;
  transform: translate(-50%, 0%);
  width: 960px;
  border-radius: 10px;
}

/* line 142, /app/app/assets/stylesheets/touen.scss */
#enji_select .js-modal {
  text-align: center;
}

/* line 146, /app/app/assets/stylesheets/touen.scss */
#enji_select .js-modal img {
  width: 60px;
}

/* line 150, /app/app/assets/stylesheets/touen.scss */
#enji_select .js-modal .m1 {
  float: left;
  width: 150px;
}

/* line 154, /app/app/assets/stylesheets/touen.scss */
#enji_select .js-modal .m2 {
  float: left;
  padding-top: 17px;
  width: 90px;
}

/* line 160, /app/app/assets/stylesheets/touen.scss */
#enji_select .js-modal .m3 {
  float: left;
  padding-top: 5px;
  width: 90px;
}

/*-------------*/
/*QR*/
/* line 169, /app/app/assets/stylesheets/touen.scss */
#qrcode #return {
  position: absolute;
  z-index: 5;
}

/* line 173, /app/app/assets/stylesheets/touen.scss */
#qrcode .reader {
  width: 100vw;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: red;
}

/* line 183, /app/app/assets/stylesheets/touen.scss */
#qrcode .reader-video {
  background-color: #000;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* line 190, /app/app/assets/stylesheets/touen.scss */
#qrcode .reticle {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
}

/* line 202, /app/app/assets/stylesheets/touen.scss */
#qrcode .reticle-box {
  width: 70vw;
  height: 70vw;
  border: 4px solid #fff;
  /* -webkit-animation: 0.8s linear 0s infinite alternate move_reticle; */
  /* animation: 0.8s linear 0s infinite alternate move_reticle; */
}

@-webkit-keyframes move_reticle {
  from {
    width: 70vw;
    height: 70vw;
  }
  to {
    width: 75vw;
    height: 75vw;
  }
}
@keyframes move_reticle {
  from {
    width: 70vw;
    height: 70vw;
  }
  to {
    width: 75vw;
    height: 75vw;
  }
}
/* line 231, /app/app/assets/stylesheets/touen.scss */
#qrcode .qr_modal-overlay {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

/* line 244, /app/app/assets/stylesheets/touen.scss */
#qrcode .qr_modal-overlay.is-show {
  display: flex;
}

/* line 248, /app/app/assets/stylesheets/touen.scss */
#qrcode .qr_modal {
  width: 80%;
  background: #fff;
  border-radius: 10px;
}

/* line 254, /app/app/assets/stylesheets/touen.scss */
#qrcode .qr_modal-cnt {
  padding: 30px 15px;
}

/* line 258, /app/app/assets/stylesheets/touen.scss */
#qrcode .qr_modal-title {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

/* line 264, /app/app/assets/stylesheets/touen.scss */
.qr_modal-result {
  text-align: center;
  resize: none;
  word-break: break-all;
  border: none;
  width: 100%;
  height: 180px;
  font-size: 24px;
  font-weight: bold;
  color: #696969;
}

/* line 275, /app/app/assets/stylesheets/touen.scss */
#qrcode .qr_modal-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: none;
  border: none;
  border-top: 1px solid #ddd;
  width: 100%;
  color: #333;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

/* line 291, /app/app/assets/stylesheets/touen.scss */
#qrcode .unsupported {
  display: none;
  flex-direction: column;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #000;
  color: #fff;
  z-index: 999;
}

/* line 306, /app/app/assets/stylesheets/touen.scss */
#qrcode .unsupported.is-show {
  display: flex;
}

/* line 310, /app/app/assets/stylesheets/touen.scss */
#qrcode .unsupported-title {
  font-weight: bold;
  font-size: 2em;
}
