@charset "UTF-8";

.draw-left div {
  display: flex;
}

.draw-basic.basic-all>div,
.draw-left div a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mb10-r {
    margin-bottom: 0 !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  /* margin-bottom: 5px; */
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

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

.j-c {
  justify-content: center;
}

.normal {
  font-weight: normal;
}

.draw-left div {
  display: flex;
}

.draw-basic.basic-all>div,
.draw-left div a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mb10-r {
    margin-bottom: 0 !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  /* margin-bottom: 5px; */
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

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

.j-c {
  justify-content: center;
}

.normal {
  font-weight: normal;
}

@media (max-width: 768px) {
  .sub.sub40 {
    top: 35%;
  }
}

.draw-title {
  font-size: 28px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .draw-title {
    font-size: 3.6vw;
  }
}

@media (max-width: 480px) {
  .draw-title {
    font-size: 17px;
  }
}

.canvas {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.canvas.first {
  height: 270px;
  top: 40%;
}

.draw-box.flex {
  justify-content: center;
}

.draw-lr {
  width: 750px;
}

@media (max-width: 1024px) {
  .draw-lr {
    width: 73.2vw;
  }
}

.draw-left {
  width: 50%;
}

.draw-left div a img {
  width: 100%;
}

.draw-right {
  width: 50%;
}

.draw-right div img {
  width: 100%;
}

.draw-basic {
  width: 550px;
  height: 550px;
  position: relative;
}

.draw-basic .bg01 {
  width: 70%;
  height: 70%;
  border: 1px solid #bbb;
  position: absolute;
  background: url("../img/write/background.png") no-repeat center/cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.draw-basic .bg02 {
  width: 100%;
  height: 100%;
  border: 1px solid #bbb;
  position: absolute;
  background: url("../img/write/background.png") no-repeat center/cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.draw-basic .bg03 {
  width: 100%;
  height: 100%;
  border: 1px solid #bbb;
  position: absolute;
  background: url("../img/write/background03.png") no-repeat center/cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.draw-basic.basic-all .all-cnt {
  position: relative;
  width: 150px;
  height: 150px;
}

/* @media (max-width: 480px) {
  .draw-basic.basic-all .all-cnt {
    width: 70px;
    height: 70px;
  }
} */

.draw-basic.draw-word {
  width: 200px;
  height: 200px;
}

.draw-basic.draw-word .bg02 {
  width: 98%;
  height: 98%;
}

.draw-basic.noline {
  border: none;
}

.draw-basic.draw-word_3 {
  width: 180px;
  height: 180px;
}

.draw-basic.draw-word_4 {
  width: 100px;
  height: 100px;
}

.draw-basic.draw-cluster {
  width: 300px;
  height: 300px;
}

@media (max-width: 480px) {
  .draw-basic.draw-cluster {
    width: 139px;
    height: 139px;
  }
}

.draw-line .draw-basic.draw-word {
  width: 125px;
  height: 125px;
}

/*# sourceMappingURL=draw.css.map */