@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

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

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

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

button,
textarea,
select {
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

hr {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  border: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@font-face {
  font-family: 'toiro-ui';
  src: url(../fonts/toiro-ui.eot);
  src: url(../fonts/toiro-ui.eot#iefix) format("embedded-opentype"), url(../fonts/toiro-ui.woff2) format("woff2"), url(../fonts/toiro-ui.woff) format("woff"), url(../fonts/toiro-ui.ttf) format("truetype"), url(../fonts/toiro-ui.svg#toiro-ui) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'karada39';
  src: url(../fonts/karada39.eot);
  src: url(../fonts/karada39.eot#iefix) format("embedded-opentype"), url(../fonts/karada39.woff2) format("woff2"), url(../fonts/karada39.woff) format("woff"), url(../fonts/karada39.ttf) format("truetype"), url(../fonts/karada39.svg#toiro-ui) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: huiji;
  src: url(../fonts/HuiFontP29.woff) format("woff"), url(../fonts/HuiFontP29.eot) format("eot"), url(../fonts/HuiFontP29.woff2) format("woff2"), url(../fonts/HuiFontP29.ttf) format("ttf");
}
html {
  font-size: 62.5%;
  background: #FAF3DD;
  background-repeat: no-repeat;
}
@media screen and (max-width: 350px) {
  html {
    font-size: 58%;
  }
}

.w100 {
  width: 100%;
  height: auto;
}

.linkIcon:before {
  font-family: "toiro-ui";
  content: "\e80f";
}

.popupIcon:after {
  font-family: "toiro-ui";
  content: "\e803";
  margin-left: .5rem;
}

.note {
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  color: #ED6500;
}

.benefits {
  margin-top: 2rem;
}
.benefits img {
  border-radius: 1.4rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

body {
  font-family: YakuHanJP,-apple-system,BlinkMacSystemFont,'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .innerWrap {
  padding: 0 1rem;
}
body .innerWrap .inner {
  max-width: 36rem;
  margin: 0 auto;
}
body header {
  position: relative;
  background: #ED6500;
  color: #fff;
  text-align: center;
}
body header .inner {
  padding: 2rem 0 1rem 0;
}
body header .inner #logo {
  max-width: 33.5rem;
}
body .zigzag::before, body .zigzag::after {
  height: 1.6rem;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
body .zigzag::before {
  top: -1.6rem;
  background: linear-gradient(45deg, #ED6500 0.8rem, transparent 0), linear-gradient(315deg, #ED6500 0.8rem, transparent 0);
  background-size: 1.6rem 1.6rem;
}
body .zigzag::after {
  bottom: -1.6rem;
  background: linear-gradient(135deg, #ED6500 0.8rem, transparent 0), linear-gradient(225deg, #ED6500 0.8rem, transparent 0);
  background-size: 1.6rem 1.6rem;
}
body main {
  padding-bottom: 2rem;
}
body main .btn:link, body main .btn:visited, body main .btn:hover, body main .btn:active {
  color: #fff;
}
body main .btn {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ED6500;
  color: #fff;
  max-width: 24rem;
  width: 100%;
  margin: .4rem auto;
  border-radius: 5rem;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid #ED6500;
  transition: all 200ms 0s;
}
@media screen and (max-width: 415px) {
  body main .btn {
    max-width: 100%;
    width: 100%;
  }
}
body main .btn:hover {
  color: #ED6500;
  background: #fff;
  border: 1px solid #ED6500;
  cursor: pointer;
}
body main .btn:before {
  font-family: "toiro-ui";
  content: "\e80f";
  padding-right: .1rem;
}
body main .btn.salonBtn {
  color: #fff;
  border: 1px solid #00B902;
  background: #00B902;
}
body main .btn.salonBtn:hover {
  color: #00B902;
  background: #fff;
  cursor: pointer;
}
body main .innerWrap {
  padding: 6rem 2rem;
}
body main .innerWrap .inner h1 {
  text-align: center;
  margin-bottom: 1em;
}
body main .innerWrap .inner .lead {
  text-align: center;
  margin-bottom: 2em;
}
body main .innerWrap .inner .lead a {
  margin-top: 1em;
}
body main .innerWrap .inner .lead #howto {
  margin-top: 1em;
}
body main .innerWrap .inner .contentWrap {
  padding-top: 100px;
  background-image: url(../images/mascot.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 120px auto;
}
body main .innerWrap .inner .contentWrap .formWrap {
  border-radius: 1.4rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
body main .innerWrap .inner .contentWrap .formWrap .form {
  padding: 8%;
  width: 100%;
}
body main .innerWrap .inner .contentWrap .formWrap .form h2 {
  color: #ED6500;
  font-weight: bold;
}
body main .innerWrap .inner .contentWrap .formWrap textarea, body main .innerWrap .inner .contentWrap .formWrap input {
  margin: 0;
  padding: 0;
  background: #F4F4F4;
  width: calc(100% - 6rem);
  padding: 1.5rem 1.5rem;
  border-radius: .6rem;
  font-size: 1.6rem;
  width: 100%;
}
body main .innerWrap .inner .contentWrap .formWrap textarea::placeholder, body main .innerWrap .inner .contentWrap .formWrap input::placeholder {
  font-size: 1.4rem;
  color: #999;
}
body main .innerWrap .inner .contentWrap .formWrap textarea:focus, body main .innerWrap .inner .contentWrap .formWrap input:focus {
  outline: 0;
}
body main .innerWrap .inner .contentWrap .formWrap textarea {
  min-width: 100%;
  min-height: 10rem;
  height: 8em;
}
body main .innerWrap .inner .contentWrap .formWrap dl {
  margin-top: 1em;
}
body main .innerWrap .inner .contentWrap .formWrap dl dt {
  margin-bottom: .4em;
  font-size: 1.4rem;
  padding-right: 4rem;
}
body main .innerWrap .inner .contentWrap .formWrap dl dt span {
  display: block;
}
body main .innerWrap .inner .contentWrap .formWrap dl dt.hissu {
  position: relative;
}
body main .innerWrap .inner .contentWrap .formWrap dl dt.hissu:before {
  content: "å¿é ";
  background: #F34228;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  padding: .2em 1em;
  border-radius: .6rem;
  position: absolute;
  right: 0;
}
body main .innerWrap .inner .contentWrap .formWrap dl dd {
  line-height: 0;
}
body main .innerWrap .inner .contentWrap .formWrap dl.error dd textarea, body main .innerWrap .inner .contentWrap .formWrap dl.error dd input {
  border: 1px solid #F34228;
}
body main .innerWrap .inner .contentWrap .formWrap dl.error span {
  color: #F34228;
  font-size: 1.2rem;
  display: block;
}
body main .innerWrap .inner .contentWrap .formWrap dl.error span:before {
  font-family: "toiro-ui";
  content: "\e84a";
  padding-right: .1rem;
}
body main .innerWrap .inner .contentWrap .submitWrap {
  padding: 8%;
  width: 100%;
  background: #F5F5F5;
}
body main .innerWrap .inner .contentWrap .submitWrap input {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #9FA5AC;
  background: #9FA5AC;
  color: #fff;
  width: 100%;
  margin: .4rem auto;
  border-radius: 5rem;
  text-align: center;
  padding: 1.4rem 2rem;
  transition: all 200ms 0s;
  font-size: 1.8rem;
  font-weight: bold;
}
body main .innerWrap .inner .contentWrap .submitWrap input:hover {
  cursor: pointer;
}
@media screen and (max-width: 415px) {
  body main .innerWrap .inner .contentWrap .submitWrap input {
    max-width: 100%;
    width: 100%;
  }
}
body main .innerWrap .inner .contentWrap .submitWrap input.active {
  background: #ED6500;
  border: 1px solid #ED6500;
}
body main .innerWrap .inner .contentWrap .submitWrap input.active:hover {
  color: #ED6500;
  background: #fff;
  border: 1px solid #ED6500;
}
body main .innerWrap .inner .couponWrap {
  border-radius: 1.4rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
body main .innerWrap .inner .couponWrap .coupon .couponheader h2 {
  line-height: 0;
}
body main .innerWrap .inner .couponWrap .coupon .deadline {
  background-color: #ED6500;
  text-align: center;
  color: #fff;
  padding: 1rem;
  font-weight: bold;
}
body main .innerWrap .inner .couponWrap .coupon .deadline .timeLimit {
  font-size: 1.1rem;
}
body main .innerWrap .inner .couponWrap .coupon .deadline .date {
  font-size: 1.4rem;
  color: #FFF571;
}
body main .innerWrap .inner .couponWrap .coupon .to {
  background-image: linear-gradient(-229deg, #E0BC69 0%, #FFF5D4 52%, #E0BC69 100%);
  text-align: center;
  padding: 2rem;
  font-size: 2rem;
}
body main .innerWrap .inner .couponWrap .coupon .to p:before {
  content: "ãæ¥åºè";
  display: block;
  font-size: 1.2rem;
}
body main .innerWrap .inner .couponWrap .coupon .to p:after {
  content: "æ§";
  padding-left: .5em;
}
body main .innerWrap .inner .couponWrap .coupon .detail {
  padding: 8%;
  width: 100%;
}
body main .innerWrap .inner .couponWrap .coupon .detail .message {
  font-family: "huiji";
  font-weight: bold;
  font-size: 2rem;
  color: #C07826;
  padding: 2rem 0 1rem;
  text-align: center;
}
body main .innerWrap .inner .couponWrap .coupon .detail .from {
  padding: 1rem 0 2rem;
  text-align: center;
  font-size: 2rem;
}
body main .innerWrap .inner .couponWrap .coupon .detail .from .name:before {
  content: "ãç´¹ä»è";
  display: block;
  font-size: 1.2rem;
}
body main .innerWrap .inner .couponWrap .coupon .detail .from .name:after {
  content: "æ§";
  padding-left: .5em;
}
body main .innerWrap .inner .couponWrap .coupon .detail .from .id {
  font-size: 1.2rem;
}
body main .innerWrap .inner .couponWrap .coupon .detail .from .id:before {
  content: "ID:";
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend {
  padding: 8%;
  background: #eee;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #C07826;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap {
  margin-bottom: 2rem;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap dl dt.shopName {
  font-weight: bold;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap dl dd dl {
  margin-top: 1em;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap dl dd dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "toiro-ui";
  content: "\ e83d";
  padding-right: .1rem;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap dl dd dl .icon-tel:before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: .5rem;
  font-weight: normal;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap dl dd dl .icon-time:before {
  font-family: "FontAwesome";
  content: "\f017";
  margin-right: .5rem;
  font-weight: normal;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap dl dd dl .icon-calendar:before {
  font-family: "FontAwesome";
  content: "\f273";
  margin-right: .5rem;
  font-weight: normal;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap dl dd dl .icon-train:before {
  font-family: "FontAwesome";
  content: "\f239";
  margin-right: .5rem;
  font-weight: normal;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .shopWrap dl dd dl dd {
  margin-bottom: 1em;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .staffWrap {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .staffWrap .name {
  text-align: center;
  font-size: 2rem;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .staffWrap .name:before {
  font-family: "karada39";
  content: "\e920";
  margin-right: .5rem;
  font-weight: normal;
}
body main .innerWrap .inner .couponWrap .coupon .detail .recommend .staffWrap .name:after {
  content: "åç";
  margin-left: .5rem;
}
body main .innerWrap .inner .couponWrap .coupon.thankyou .deadline {
  background-color: #009F00;
}
body main .innerWrap .inner .couponWrap .coupon.thankyou .to p:before {
  content: "ãç´¹ä»è";
  display: block;
  font-size: 1.2rem;
}
body main .innerWrap .inner .couponWrap .coupon.thankyou .detail .from .name:before {
  content: "ãæ¥åºè";
  display: block;
  font-size: 1.2rem;
}
body main .innerWrap .inner .contentWrap.sorry {
  background-image: url(../images/mascot2.png);
}
body footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #ED6500;
  color: #fff;
  padding: 2rem 0;
}
body footer hr {
  border-top: 1px solid #fff;
  margin: 1rem 0;
  opacity: .2;
}
body footer h3 {
  font-weight: bold;
  margin-bottom: .5em;
}
body footer a.btn:link, body footer a.btn:visited, body footer a.btn:hover, body footer a.btn:active {
  color: #fff;
}
body footer a.btn {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ED6500;
  max-width: 24rem;
  width: 100%;
  margin: .4rem auto;
  border-radius: 5rem;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid #F6B280;
  transition: all 200ms 0s;
}
@media screen and (max-width: 415px) {
  body footer a.btn {
    max-width: 100%;
    width: 100%;
  }
}
body footer a.btn:hover {
  opacity: .5;
}
body footer a.btn:before {
  font-family: "toiro-ui";
  content: "\e80d";
  padding-right: .1rem;
}
body footer .salonLink {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #00B902;
  background: #00B902;
  color: #fff;
  width: 100%;
  margin: .4rem auto;
  border-radius: 5rem;
  text-align: center;
  padding: 1.4rem 2rem;
  transition: all 200ms 0s;
  font-size: 1.8rem;
  font-weight: bold;
}
body footer .salonLink:hover {
  cursor: pointer;
}
body footer .salonLink:hover {
  color: #00B902;
  background: #fff;
  border: 1px solid #ED6500;
}
body footer .salonLink:before {
  font-family: "karada39";
  content: "\e915";
  padding-right: .5rem;
  font-weight: normal;
  font-size: 2.2rem;
}

.colWarp-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colWarp-3::after {
  content: "";
  display: block;
  width: 30%;
}
.colWarp-3 .col {
  width: calc((100% - .8rem) / 3 );
  text-align: center;
}
.colWarp-3 .col a {
  display: block;
  border-radius: 1rem;
  background: green;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.colWarp-3 .col a:hover {
  opacity: .8;
}
.colWarp-3 .col .line {
  background: #00B902;
  color: #fff;
}
.colWarp-3 .col .line:before {
  font-family: "toiro-ui";
  content: "\e845";
  display: block;
  font-size: 3rem;
  font-weight: normal;
}
.colWarp-3 .col .mail {
  background: #fff;
  color: #ED6500;
}
.colWarp-3 .col .mail:before {
  font-family: "FontAwesome";
  content: "\f003";
  display: block;
  font-size: 3rem;
  font-weight: normal;
}
.colWarp-3 .col .copy {
  background: #fff;
  color: #ED6500;
}
.colWarp-3 .col .copy:before {
  font-family: "FontAwesome";
  content: "\f0c5";
  display: block;
  font-size: 3rem;
  font-weight: normal;
}

body#use .contentWrap, body#expired .contentWrap {
  min-height: 17rem;
}

body#use #thankyouCoupon {
  background: #00B902;
  position: relative;
}
body#use #thankyouCoupon h2 {
  margin-bottom: 2rem;
}
body#use #thankyouCoupon .detail {
  text-align: center;
}
body#use #thankyouCoupon .detail p {
  margin-bottom: 1em;
}
body#use #thankyouCoupon .detail .btn:before {
  font-family: "FontAwesome";
  content: "\f029";
  padding-right: .5rem;
}
body#use #thankyouCoupon:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #00B902;
}

.modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.modal .innerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 2rem;
}
.modal .innerWrap .wrap {
  position: relative;
  width: 100%;
  max-width: 36rem;
}
.modal .innerWrap .wrap .close {
  z-index: 99;
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
  width: 5rem;
  line-height: 5rem;
  height: 5rem;
  text-align: center;
  background: #ED6500;
  border-radius: 100%;
  color: #fff;
}
.modal .innerWrap .wrap .close:hover {
  cursor: pointer;
}
.modal .innerWrap .wrap .close:before {
  font-family: "toiro-ui";
  content: "\e815";
  font-size: 3rem;
}
.modal .innerWrap .wrap .inner {
  overflow: auto;
  position: relative;
  width: 100%;
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 4rem 2rem;
  max-height: 75vh;
}
.modal .innerWrap .wrap .inner h2 {
  color: #ED6500;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.modal .innerWrap .wrap .content {
  overflow: auto;
}

select#select2_shop {
  width: 100%;
  border: none;
}

select#select2_shop {
  width: 100%;
}

select#select2_shop .select2-results__group {
  color: red;
  background: red;
  font-weight: bold;
}

select#select2_shop li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container--default .select2-results__group {
  background: red;
  font-weight: bold;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__group {
  color: #999;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__group:before {
  font-family: "FontAwesome";
  content: "\f041";
  padding-right: .1rem;
}

input.select2-search__field {
  line-height: 3rem;
  font-size: 1.6rem;
}

input.select2-search__field::-webkit-input-placeholder {
  color: #999;
  font-size: 1.4rem;
}

input.select2-search__field::-moz-placeholder {
  color: #999;
}

input.select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single {
  border: none;
  margin: 0;
  padding: 0;
  background: #F4F4F4;
  width: calc(100% - 6rem);
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  border-radius: .6rem;
  font-size: 1.4rem;
  width: 100%;
  height: 5rem;
  line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  background: #ededed;
  width: 2.4rem;
  line-height: 2.4rem;
  height: 2.4rem;
  text-align: center;
  border-radius: 100%;
  text-indent: -9999px;
}
.select2-container--default .select2-selection--single .select2-selection__clear:before {
  font-family: "toiro-ui";
  content: "\e815";
  text-indent: 0;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 1rem 0 0;
  line-height: 1.5;
  font-size: 1.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1.3rem;
  right: 10px;
  width: 20px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
