main {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ehon-body {
  overflow-y: scroll !important;
}

.menu {
  text-align: center;
}

.menu h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.menu .title {
  width: 200px !important;
  height: auto;
  max-width: 75%;
  margin-bottom: 0 !important;
}

.menu .book {
  width: 300px !important;
  height: auto;
  max-width: 75%;
  margin-bottom: 0 !important;
}

.menu .book-btn {
  display: block;
  padding: 40px 20px;
  border-radius: 50px;
}

.ehon {
  width: 770px;
  height: 1040px;
  max-width: 770px !important;
  position: relative;
  border-radius: 50px;
  background-color: #F7F5E7;
  font-family: "M PLUS Rounded 1c" !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ehon .title {
  width: 600px;
  height: auto;
  max-width: 75%;
  margin-bottom: 50px;
}

.ehon .book {
  width: 400px;
  height: auto;
  max-width: 75%;
  margin-bottom: 50px;
}

.ehon .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.ehon .buttons button {
  width: 280px;
  margin: 0;
}

.ehon .buttons button img {
  width: 280px;
  margin: 0 !important;
}

.ehon .nextbtn {
  width: 400px;
  height: auto;
}

.ehon .backbtn {
  width: 400px;
  height: auto;
  margin-top: 3rem;
}

.ehon button {
  padding: 0;
  max-width: 400px;
  background-color: transparent;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.ehon .input_name,
.ehon .input_kaden,
.ehon .input_kaeri,
.ehon .input_iranai {
  height: auto;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  display: block;
  background-color: white;
  border: 1px solid #888;
  border-radius: 10px;
  line-height: 40px;
  margin-bottom: 50px;
  padding: 10px;
  font-size: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.ehon .avator-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  text-align: center;
  border-radius: 0 0 50px 50px;
  background-color: #282C4D;
}

.ehon .avator-btn img {
  text-align: center;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 100px;
}

.ehon .balloon {
  display: inline-block;
  margin: 0 auto;
  width: 450px;
  height: 128px;
  margin-bottom: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-size: 1.6rem;
  line-height: 110px;
  vertical-align: middle;
  text-align: center;
}

.ehon .input-label {
  font-size: 2rem;
  line-height: initial;
}

.mt-130 {
  margin-top: 130px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

#page7 {
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
}

#page7 .print-btn {
  display: block;
  width: 400px;
  height: 87px;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  font-size: 3rem;
  margin: 30px auto 30px auto;
}

#page7 .back-btn {
  display: block;
  width: 400px;
  height: 87px;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  font-size: 3rem;
  margin: 0 auto 30px auto;
}

.container {
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  position: relative;
  max-width: unset;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  margin: 0 !important;
  text-align: center;
  border-radius: 50px;
}

.container p {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .container p {
    font-size: 2.6rem;
  }
}

.items-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: white;
}

.items-list .items {
  width: 25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-right: 1px solid #D4B27E;
  padding: 10px 0;
}

.items-list .items:nth-of-type(4) {
  border-right: none;
}

.items-list .items img {
  border: 1px solid #D4B27E;
  width: 60px;
  height: 60px;
  max-width: 60px;
  border-radius: 50%;
}

.items-list .active {
  background-color: #D4B27E !important;
}

.bg-rightblue {
  background-color: #EAEAEF !important;
}

.d-none {
  display: none !important;
}

.item-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding: 2rem;
  background-color: #EAEAEF;
}

.item-list .parts_btn {
  display: inline-block;
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-right: 1px solid #D4B27E;
  padding: 10px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 2rem;
  border: 1px solid #282C4D;
  border-radius: 50%;
  background-color: white;
}

.item-list .parts_btn img {
  background-color: transparent;
  display: inline-block;
  width: 100px;
  height: 100px;
  max-width: 100px;
  margin: 0 auto;
  padding: 0;
}

.item-list .parts_btn:last-child() {
  margin-right: 0;
}

canvas {
  display: block;
  margin: 0 auto;
}

.layer-wrap-m {
  position: relative;
  width: 100%;
  height: 540px;
  background-color: transparent;
  margin: 0 auto;
  border-radius: 50px 50px 0 0;
  background-size: contain;
  background-repeat: repeat;
  z-index: 0;
}

.layer-wrap-m::before {
  content: '';
  position: absolute;
  width: 332px;
  height: 152px;
  background-color: transparent;
  margin: 0 auto;
  background-image: url("https://bizreal.co.jp/storage/images/momotaro/body/body_canvas.png");
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.layer-wrap-c {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: transparent;
  margin: 0 auto;
  border-radius: 50px 50px 0 0;
  background-size: contain;
  background-repeat: repeat;
  z-index: 0;
}

.input-maxlength {
  font-size: 2rem;
}

#face_canvas {
  display: block;
  width: 770px;
  height: 500px;
  background-color: transparent;
  margin: 0 auto;
}

.clear-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #aaa;
  color: white;
  margin: 0 0 20px auto;
  border: none !important;
}

button {
  border: none;
}

#mother_canvas, #father_canvas {
  display: block;
  position: relative;
  border: 1px solid black;
  border-radius: 50%;
  margin: 0 auto;
}

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

.option .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  padding: 1rem;
}

.option .color a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  min-width: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .option .color a {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.option .white {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.option .black {
  background-color: #000000;
}

.option .rightbrown {
  background-color: #895844;
}

.option .brown {
  background-color: #725B4C;
}

.option .navy {
  background-color: #3F3F6B;
}

.option .red {
  background-color: #E0343A;
}

.option .pink {
  background-color: #FAB5C5;
}

.option .purple {
  background-color: #B763B7;
}

.option .green {
  background-color: #00741B;
}

.option .yellow {
  background-color: #FFEA4E;
}

.option .bold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 10px;
  overflow-x: scroll;
  padding: 1rem;
}

.option .bold a {
  color: #000000;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .option .bold a {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.option .fontsize-2 {
  font-size: 2px;
}

.option .fontsize-4 {
  font-size: 5px;
}

.option .fontsize-6 {
  font-size: 10px;
}

.option .fontsize-8 {
  font-size: 15px;
}

.option .fontsize-10 {
  font-size: 20px;
}

.option .fontsize-12 {
  font-size: 25px;
}

.option .fontsize-14 {
  font-size: 30px;
}

.text_input_btn {
  height: auto;
  width: 180px;
  font-size: 26px;
  background-color: #1C1C6B;
  color: white;
  text-align: center;
}

img {
  vertical-align: unset;
}
/*# sourceMappingURL=ehon.css.map */