.ratio {
  width: 100%;
}
.ratio_img {
  width: 100%;
  position: relative;
}
.ratio_img_src {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
}
.ratio-100 .ratio_img {
  padding-top: 100%;
}

html {
  font-size: 0.928vw;
}
@media screen and (max-width: 780px) {
  html {
    font-size: 2.308vw;
  }
}

.text-m05 {
  margin-right: 0.5rem;
}
.text-right {
  text-align: right;
}
.text-line {
  text-decoration: underline;
}
.text-s45 {
  font-size: 2.5rem;
}
.text-s45vw {
  font-size: 2.34375vw;
}
.text-s16 {
  font-size: 0.8888888889rem;
}
.text-s16vw {
  font-size: 0.8333333333vw;
}
.text-s18 {
  font-size: 1rem;
}
.text-s18vw {
  font-size: 0.9375vw;
}
.text-s10 {
  font-size: 0.5555555556rem;
}
.text-s10vw {
  font-size: 0.5208333333vw;
}
.text-s20 {
  font-size: 1.1111111111rem;
}
.text-s20vw {
  font-size: 1.0416666667vw;
}
.text-s24 {
  font-size: 1.3333333333rem;
}
.text-s24vw {
  font-size: 1.25vw;
}
.text-s12 {
  font-size: 0.6666666667rem;
}
.text-s12vw {
  font-size: 0.625vw;
}
.text-s28 {
  font-size: 1.3333333333rem;
}
.text-s28vw {
  font-size: 1.25vw;
}
.text-s14 {
  font-size: 0.7777777778rem;
}
.text-s14vw {
  font-size: 0.7291666667vw;
}
.text-s15 {
  font-size: 0.8333333333rem;
}
.text-s15vw {
  font-size: 0.78125vw;
}
.text-s32 {
  font-size: 1.7777777778rem;
}
.text-s32vw {
  font-size: 1.6666666667vw;
}
.text-s35 {
  font-size: 1.9444444444rem;
}
.text-s35vw {
  font-size: 1.8229166667vw;
}
.text-s60 {
  font-size: 3.3333333333rem;
}
.text-s60vw {
  font-size: 3.125vw;
}
.text-s50 {
  font-size: 2.7777777778rem;
}
.text-s50vw {
  font-size: 2.6041666667vw;
}
@media screen and (max-width: 780px) {
  .text-s16 {
    font-size: 1.7777777778rem;
  }
  .text-s16vw {
    font-size: 4.1025641026vw;
  }
  .text-s30 {
    font-size: 2rem;
  }
  .text-s30vw {
    font-size: 4.6153846154vw;
  }
  .text-s18 {
    font-size: 1.8888888889rem;
  }
  .text-s18vw {
    font-size: 4.358974359vw;
  }
  .text-s28 {
    font-size: 1.9444444444rem;
  }
  .text-s28vw {
    font-size: 4.4871794872vw;
  }
  .text-s14 {
    font-size: 1.3333333333rem;
  }
  .text-s14vw {
    font-size: 3.0769230769vw;
  }
  .text-s20 {
    font-size: 1.5555555556rem;
  }
  .text-s20vw {
    font-size: 3.5897435897vw;
  }
  .text-s35 {
    font-size: 2.5rem;
  }
  .text-s35vw {
    font-size: 5.7692307692vw;
  }
  .text-s32 {
    font-size: 2.3333333333rem;
  }
  .text-s32vw {
    font-size: 5.3846153846vw;
  }
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img, abbr {
  border: 0;
}

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

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

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

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

body {
  background-image: url(/images/1.png?1357e9faca292481f65688bf54fb6a1b);
}

.canvas-container {
  background-color: #38404e;
  background-image: url("/public/media/admin/images/canvas/tile.png");
}

.canvas-container {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

html, body {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  min-height: 100vh;
}

.b_centers {
  position: relative;
  z-index: 10;
  flex-grow: 2;
}

#constructor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
}
#constructor_main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-size: 6rem 6rem;
  background-repeat: no-repeat;
}
#constructor canvas {
  left: 0;
  top: 0;
}
